
@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
* {
    list-style: none;
}

a,
a:hover,
a:focus,
input,
textarea {
    text-decoration: none;
    outline: none;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
P {
    margin: 0px;
    padding: 0px;
}

h2,
h3,
h4,
h5,
h6 {
    color: #222;
}

img {
    max-width: 100%;
    height: auto;
}

p,
span {
    line-height: 1.7;
}

ol,
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #666;
    background: #fff;
    font-weight: 300;
}


/* ------------------------------------------------
    ***Common Css Start***
------------------------------------------------- */

.romana_section_title {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.romana_section_title h2 {
    line-height: 0.8;
    font-size: 27px;
    font-weight: 800;
    padding-bottom: 30px;
}

.sp {
    padding: 100px 0px;
}


/* Common input Css*/

.common_input input,
select,
textarea {
    background: #fff;
    border: 1px solid #e2e2e2;
    height: 48px;
    margin-bottom: 30px;
    padding: 10px 20px;
    width: 100%;
    font-size: 13px;
    border-radius: 3px;
    color: #5a5a5a;
}

textarea {
    height: 228px;
    padding-top: 14px;
    resize: none;
}

.common_input input:focus,
textarea:focus {
    border: 1px solid #2B5FB2;
}

button {
    border: none;
}


/* input-placeholder-color-change */

.common_input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
    opacity: 1;
}

.common_input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
    opacity: 1;
}

.common_input input:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
    opacity: 1;
}

.common_input input:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
    opacity: 1;
}


/* textarea-placeholder-color-change */

.common_input textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666666;
    opacity: 1;
}

.common_input textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
    opacity: 1;
}

.common_input textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
    opacity: 1;
}

.common_input textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
    opacity: 1;
}


/* ------------------------------------------------
    ***Header_area Css Start***
------------------------------------------------- */

.romana_header_bottom {
    position: relative;
    z-index: 999;
}

.romana_logo {
    margin: 21px 0;
}


/* Mainmenu Css for min width 768 */

@media only screen and (min-width: 768px) {
    .main_menu li {
        display: inline-block;
        position: relative;
    }
    .main_menu li a {
        color: #666666;
        display: block;
        font-size: 14px;
        font-weight: 500;
        padding: 30px 12px;
        position: relative;
        text-decoration: none;
        text-transform: capitalize;
        z-index: 99;
    }
    .main_menu li:last-child a {
        padding-right: 0px;
    }
    .main_menu>li:hover>a,
    .sub_menu>li:hover>a,
    .main_menu li.active a {
        color: #2B5FB2;
    }
    ul.sub_menu {
        background: #fff none repeat scroll 0 0;
        border-top: 2px solid #2B5FB2;
        opacity: 0;
        position: absolute;
        text-align: left;
        top: 80px;
        -webkit-transform: rotateY(37deg) scale(1, 0.7);
        transform: rotateY(37deg) scale(1, 0.7);
        visibility: hidden;
        width: 183px;
        z-index: 2;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }
    .sub_menu > li {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
    }
    .sub_menu > li > a {
        display: block;
        line-height: normal;
        margin: 0;
        padding: 14px 25px;
        font-size: 13px;
    }
    .sub_menu > li > a::before {
        content: "\f2f6 ";
        font-family: "Material-Design-Iconic-Font";
        left: 0;
        line-height: 44px;
        opacity: 0;
        padding-left: 8px;
        position: absolute;
        top: 2px;
        visibility: hidden;
        font-size: 17px;
    }
    .sub_menu a:hover:before {
        left: 5px;
        opacity: 1;
        visibility: visible;
    }
    .main_menu > li:hover ul.sub_menu {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        visibility: visible;
    }
}


/* end main menu */


/* Header Search Icon*/

.search_expand > a i {
    color: #222222;
    font-size: 16px;
}

.search_expand > a i:hover {
    color: #2B5FB2;
}

.search {
    position: absolute;
    right: 0%;
    top: 6px;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.search input {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #2B5FB2;
    color: #222222;
    float: right;
    padding: 10px;
    position: relative;
    right: 0;
    top: 74px;
    width: 300px;
}

.search.active {
    visibility: visible;
    opacity: 1;
}


/* mean menu CSS for Mobile Screen */

.mean-container a.meanmenu-reveal span {
    background-color: #fff;
}

.mean-container a.meanmenu-reveal {
    color: #222222;
    padding: 20px 18px;
    position: absolute;
    z-index: 2147483647;
}

.mean-container a.meanmenu-reveal span {
    background-color: #222;
}

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    height: 60px;
    left: 0;
    padding: 0;
    position: absolute;
    z-index: 2147483647;
}

.mean-container .mean-nav {
    margin-top: 62px;
}

.mean-container .mean-nav ul li a.mean-expand {
    line-height: 35px;
    padding: 8px !important;
    border: 0 !important;
    z-index: 999999999999999!important;
}

.mean-container .mean-nav ul li a {
    color: #fff;
    font-size: 12px;
    opacity: 1;
}

.mean-container .mean-nav ul li a:hover {
    color: #222;
}

.mean-container .mean-nav {
    background: #2b76ff none repeat scroll 0 0;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #2b76ff;
}

.mean-container .mean-bar {
    height: 61px;
}

.mean-container .mean-nav ul li a {
    padding: 15px;
}

.mean-container a.meanmenu-reveal {
    padding: 28px 18px;
}


/* ------------------------------------------------
    *** Hero_area Css Start***
------------------------------------------------- */

.hero_slider_bg1 {
    background-image: url(../images/slider_bg.jpg);
}

.hero_slider_bg2 {
    background-image: url(../images/slider_bg2.jpg);
}

.hero_slider_bg {
    background-color: #ddd;
    position: relative;
    z-index: 1;
}

.hero_slider_bg:after {
    background-color: rgba(0, 0, 0, .85);
    z-index: -1;
}

.hero_slider_bg .display_table_cell {
    height: 685px;
}

.romana_hero_text {
    color: #ffffff;
    font-size: 17px;
    margin: 0 auto;
    max-width: 680px;
    text-align: center;
}

.romana_hero_text h1 {
    font-size: 55px;
    font-weight: 900;
    text-transform: inherit;
    margin-bottom: 25px;
}

.romana_hero_text .common_btn {
    margin-top: 25px;
    padding: 0 37px;
}


/* ------------------------------------------------
    *** Service_area Css Start***
------------------------------------------------- */

.romana_service_area {
    padding-bottom: 98px;
    padding-top: 90px;
}

.single_service {
    text-align: center;
    padding: 0px 12px;
}

.service_icon_container {
    display: table;
    height: 80px;
    width: 100%;
}

.service_icon_tablecell {
    display: table-cell;
    vertical-align: middle;
}

.service_icon_tablecell > h2 {
    background: #2B5FB2 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.single_service h3 {
    font-size: 16px;
    font-weight: 800;
    margin: 20px 0;
    text-transform: inherit;
}


/* ------------------------------------------------
    *** Video_bg_area Css Start***
------------------------------------------------- */


/* for video bacground css*/

.romana_video_area {
    position: relative;
}

.video_area_bg {
    background-image: url(../images/video_bg.jpg);
    height: 353px;
}

.video_area_bg:after {
    background-color: rgba(4, 130, 248, .93);
}

.video_area_bg span,
.hero_video_bg span {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #2B5FB2;
    display: inline-block;
    height: 55px;
    left: 50%;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 68%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 55px;
    font-size: 25px;
}

.video_area_bg h2 {
    color: #ffffff;
    font-size: 38px;
    font-style: italic;
    font-weight: 700;
    margin: 0 auto;
    max-width: 652px;
    padding-top: 80px;
    text-align: center;
}


/* -------------------------------------------------
    ***Service2_Area Start***
-------------------------------------------------- */

.roman_section_title_area {
    padding-top: 100px;
}

.romana_service2_area {
    position: relative;
}

.single_service2 {
    margin-bottom: 43px;
}

.single_service2 h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 18px;
    margin-top: 16px;
}

.service2_area_bg {
    background-image: url("../images/service2_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 41%;
}

.all_services {
    padding-bottom: 55px;
}


/* -------------------------------------------------
    ***Why_Choose_Area Start***
-------------------------------------------------- */

.romana_why_choose_area {
    margin-bottom: 110px;
    margin-top: 80px;
    position: relative;
}

.why_choose_area_bg {
    background-image: url(../images/choose_bg.jpg);
    background-color: #ddd;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    border-radius: 0 5px 5px 0;
}

.why_choose_text {
    padding: 54px 0 62px 84px;
}

.why_choose_text > h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 35px;
}

.why_choose_text > ul {
    margin-top: 30px;
}

.why_choose_text li {
    color: #222222;
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 10px;
    padding-left: 23px;
    position: relative;
}

.why_choose_text li::after {
    background: #2B5FB2 none repeat scroll 0 0;
    border-radius: 50%;
    height: 8px;
    top: 7px;
    width: 8px;
}

.romana_why_choose_area .common_btn {
    margin-top: 30px;
    padding: 0 32px;
}


/* -------------------------------------------------
    ***Team_Area Start***
-------------------------------------------------- */

.romana_team_area {
    background-image: url(../images/team_area_bg.jpg);
    padding-top: 100px;
    height: 480px;
}

.romana_team_area:after {
    background-color: rgba(34, 34, 34, .89);
}

.romana_team_area .romana_section_title,
.romana_team_area .romana_section_title h2 {
    color: #fff;
}

.single_tema {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    -webkit-box-shadow: 2px 0 15px rgba(0, 1, 1, 0.1);
    box-shadow: 2px 0 15px rgba(0, 1, 1, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 13px;
    margin: 1px;
    padding-bottom: 50px;
    padding-top: 40px;
    text-align: center;
    width: 32.33%;
}

.single_tema:hover {
    -webkit-box-shadow: 5px 0 25px rgba(0, 1, 1, 0.13);
    box-shadow: 5px 0 25px rgba(0, 1, 1, 0.13);
}

.single_tema > img {
    border-radius: 50%;
    width: 156px;
}

.single_tema > h3 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 28px;
}

.team_social_link {
    margin-top: 25px;
}

.team_social_link > a {
    border: 1px solid #ededed;
    border-radius: 3px;
    color: #222222;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 4px;
    text-align: center;
    width: 35px;
}

.team_social_link > a:hover {
    border: 1px solid #2B5FB2;
    color: #2B5FB2;
}


/* ------------------------------------------------
    *** Brand_logo_area Css Start***
------------------------------------------------- */

.romana_brand_area {
    padding-bottom: 96px;
    padding-top: 240px;
}

.romana_single_brand {
    display: flex;
    flex-direction: column;
    height: 88px;
    justify-content: center;
    line-height: 133px;
    position: relative;
    text-align: center;
    width: 160px;
}

.romana_single_brand > a {
    display: inline-block;
}


/* ------------------------------------------------
    *** Footer_area Css Start***
------------------------------------------------- */

.romana_footer_area .romana_footer_top {
    background: #f7f7f7 none repeat scroll 0 0;
    padding-bottom: 90px;
    padding-top: 90px;
    position: relative;
}

.romana_footer_area .footer_widget h2 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 42px;
}

.romana_footer_area .footer_widget a {
    display: block;
    margin-bottom: 3px;
}

.footer_address {
    margin-top: 30px;
    font-size: 13px;
}

.footer_address a {
    display: block;
    margin-bottom: 3px;
    padding-left: 25px;
    position: relative;
    color: #666;
    margin-bottom: 10px!important;
}

.footer_address a span {
    left: 0;
    position: absolute;
    color: #222;
    font-size: 14px;
}

.romana_footer_area button.common_btn {
    border: medium none;
    margin-top: 14px;
    padding: 0 32px;
    line-height: 48px;
}

.romana_footer_area .footer_widget {
    position: relative;
    z-index: 9999;
}

.romana_footer_area .footer_widget img {
    margin-bottom: 35px;
}

.romana_footer_area .footer_widget ul li a {
    color: #666;
    padding-bottom: 8px;
    position: relative;
    text-transform: capitalize;
}

.footer_social_icon {
    margin-top: 30px;
}

.footer_social_icon a {
    display: inline-block!important;
    color: #222;
    padding-right: 12px;
    font-size: 12px;
}

.footer_social_icon a:hover {
    color: #2B5FB2;
}

.footer_widget.f_pl_1 {
    padding-left: 86px;
}

.footer_widget.f_pl_2 {
    padding-left: 60px;
}

.footer_widget.f_pl_3 {
    padding-left: 15px;
}

.romana_footer_bottom {
    background: #e7e7e7;
    color: #222;
    padding-top: 28px;
    padding-bottom: 18px;
    font-size: 13px;
}

.romana_footer_bottom span {
    color: #2B5FB2;
    display: block;
    margin-top: 6px;
}

.romana_footer_top .common_input input {
    margin-bottom: 2px;
}


/* ------------------------------------------------
    *** Index-2 Css Start***
------------------------------------------------- */


/* Hero area css*/

.hero_video_area_bg {
    background-color: #f9f9f9;
    padding-bottom: 182px;
    padding-top: 170px;
    position: relative;
}

.hero_video_bg {
    background-image: url(../images/hero_video_bg.jpg);
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    height:100%;
    width: 50%;
}

.hero_video_bg span {
    background: #2B5FB2 none repeat scroll 0 0;
    color: #fff;
    left: -26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 64px;
    width: 64px;
    line-height: 64px;
}

.home2 .romana_hero_text {
    color: #666666;
    font-size: 17px;
    max-width: 680px;
    text-align: left;
}

.home2 .romana_hero_text h1 {
    color: #222;
}


/* romana_why_choose_area */

.home2 .romana_why_choose_area {
    margin-bottom: 154px;
    margin-top: 85px;
    position: relative;
}

.home2 .why_choose_area_bg {
    background-image: url("../images/home2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 41%;
    background-color: transparent;
}

.why_choose_area_bg > img {
    position: absolute;
    right: -79px;
    top: 180px;
}


/* home2 service area */

.home2_service_area {
    padding-bottom: 0px;
}

.home2 .owl-carousel .owl-item img {
    display: inline-block;
}

.home2 .single_service {
    padding: 0 35px;
}

.home2_service_area .romana_section_title {
    padding-bottom: 54px;
}


/* home2 video area */

.home2_video_area {
    position: relative;
    height: 500px;
}

.home2_video_area::before {
    background-image: url("../images/video_bg1.png");
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    border-right: 5px solid #fff;
}

.home2_video_area::after {
    background-image: url("../images/video_bg2.jpg");
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    border-left: 5px solid #fff;
}

.home2_video_area > span {
    background-color: rgba(4, 130, 248, 0.93);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 50%;
    border-right: 5px solid #fff;
}

.home2_video_area .mfp-iframe.video_play_btn > span {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0px;
    color: #222;
    display: inline-block;
    font-size: 25px;
    height: 65px;
    left: 50%;
    line-height: 65px;
    position: absolute;
    text-align: center;
    top: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 65px;
}

.home2_video_text {
    color: #ffffff;
    font-size: 17px;
    padding-bottom: 121px;
    padding-top: 112px;
    text-align: center;
}

.home2_video_text > h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 24px;
}

.home2 .romana_brand_area {
    padding-bottom: 96px;
    padding-top: 40px;
}


/* testimonial */

.single_testimonial.clearfix {
    text-align: center;
}

.testimonial_content {
    font-size: 17px;
    font-style: italic;
    margin-top: 25px;
    color: #222;
}

.testimonial_thumb > a {
    background: #efefef none repeat scroll 0 0;
    border: 3px solid #e8f4ff;
    border-radius: 50%;
    display: inline-block;
    height: 47px;
    line-height: 42px;
    text-align: center;
    width: 47px;
    color: #2B5FB2;
    font-size: 16px;
}

.testimonial_title {
    color: #888888;
    font-size: 13px;
    font-style: normal;
    margin-top: 25px;
}

.testimonial_title h4 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 4px;
}


/* cta area */

.cta_area {
    background-image: url(../images/cta_bg.jpg);
    padding-bottom: 98px;
    padding-top: 90px;
}

.cta_text h2,
.cta_text h3 {
    color: #fff;
}

.cta_text.text-center > h2 {
    font-size: 42px;
    font-weight: 800;
}

.cta_text.text-center > h3 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 32px;
}

.cta_area .common_btn {
    padding: 0 36px;
}


/* ------------------------------------------------
    *** Inner pages common Css Start***
------------------------------------------------- */

.inner_page_hero_area {
    background-image: url(../assets/images/bg-service.jpg);
    background-size: cover;
}

.inner_page_hero_area .display_table_cell {
    height: 192px;
    display: table-cell;
    vertical-align: middle;
}

.inner_page_hero_area .display_table {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.inner_page_hero_text > h2 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 900;
}

.breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 11px;
    padding: 0;
    text-align: center;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb li a {
    color: #666;
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
}

.breadcrumb > li + li::before {
    color: #666;
    content: "/ ";
    padding: 0 3px;
}


/* ------------------------------------------------
    *** About Page Css Start***
------------------------------------------------- */

.why_choose_area_bg2 {
    background-image: url(../../assets/images/why_choose2.jpg);
    border-radius: 0px;
    margin-top: 20px;
}

.why_choose_text2 h2 {
    line-height: 1.4;
}

.why_choose_text2 p {
    margin-bottom: 21px;
}

.why_choose_text2 .common_btn {
    margin-top: 14px;
}

.romana_team_area2 {
    padding-top: 98px;
}

.about .single_tema {
    margin: 0 12px;
    width: 31%;
}

.about .romana_brand_area {
    padding-top: 68px;
}


/* ------------------------------------------------
    *** Service Page Css Start***
------------------------------------------------- */

.service .romana_service_area {
    padding-bottom: 60px;
}

.single_service {
    margin-bottom: 37px;
}

.service .single_service a {
    color: #2B5FB2;
    display: inline-block;
    margin-top: 24px;
}

.service .single_service h3 {
    margin-top: -10px;
}

.single_service .zmdi.zmdi-long-arrow-right,
.blog_read_more .zmdi.zmdi-long-arrow-right {
    margin-left: 10px;
    position: relative;
    top: 2px;
}


/* ------------------------------------------------
    *** Service_detail Page Css Start***
------------------------------------------------- */

.text_italic {
    color: #222222;
    font-size: 30px;
    font-style: italic;
    font-weight: 800;
    margin-bottom: 62px;
    text-align: center;
}

.service_detail_top > img {
    border-radius: 3px;
    margin-bottom: 57px;
}

.service_detail_area h3 {
    color: #222222;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
}

.service_detail_bottom {
    margin-top: 50px;
}

.service_detail_area .pl20 {
    padding-left: 20px;
}

.service_detail_area .pr20 {
    padding-right: 20px;
}


/* ------------------------------------------------
    *** Teasimonial Page Css Start***
------------------------------------------------- */

.romana_testimonial_page {
    padding-top: 100px;
    padding-bottom: 50px;
}

.testimonial .single_testimonial {
    margin-bottom: 50px;
}


/* ------------------------------------------------
    *** Team Page Css Start***
------------------------------------------------- */

.romana_team2_area {
    padding-top: 100px;
    padding-bottom: 35px;
}

.team .single_tema {
    margin-bottom: 65px;
    width: 100%;
}


/* ------------------------------------------------
    *** 404 Page Css Start***
------------------------------------------------- */

.inner_404_area {
    padding: 140px 0px;
}

.error_text h3 {
    color: #666666;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 17px;
    margin-top: 22px;
}

.error_text h3 span {
    color: #222222;
    font-weight: 800;
}

.error_text .common_btn {
    margin-top: 35px;
    padding: 0 32px;
    background-color: #222;
}


/* ------------------------------------------------
    *** Contact Page Css Start***
------------------------------------------------- */

.contact_info_area {
    padding-bottom: 100px;
    padding-top: 118px;
}

.single_contact_info > a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    padding-left: 100px;
}

.single_contact_info > span {
    background: #2B5FB2 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 23px;
    height: 70px;
    left: 0;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 70px;
}

.single_contact_info {
    float: left;
    width: 33.33%;
    position: relative;
}

.romana_contact_area {
    padding-bottom: 100px;
}

.contact_form .common_btn {
    display: block;
    margin: 11px auto 0;
    padding: 0 30px;
}

.contact_form .common_btn i {
    margin-left: -5px;
}

#googleMap {
    height: 500px;
}


/* ------------------------------------------------
    *** Portfolio Page Css Start***
------------------------------------------------- */

.portfolio_area {
    padding-bottom: 70px;
    padding-top: 95px;
}

.isotope_menu li > a {
    color: #333333;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    padding: 0 10px;
    font-weight: bold;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    line-height: .9;
    text-transform: capitalize;
}

.isotope_menu > li {
    display: inline-block;
    position: relative;
}

.isotope_menu > li::after {
    background: #222 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -5px;
    position: absolute;
    top: 11px;
    width: 4px;
}

.isotope_menu > li:first-child::after {
    width: 0px;
}

.isotope_menu a:hover,
.isotope_menu li.active a {
    color: #2B5FB2;
}

.isotope_menu li:last-child > a {
    padding-right: 0;
}

.isotope_menu {
    margin-bottom: 70px;
}


/*
.isotope .col-sm-4{
    padding: 0px 7.5px;
}
*/

.single_portfolio {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single_portfolio > img {
    width: 100%;
    border-radius: 3px;
}

.hover_text {
    left: 30px;
    position: absolute;
    text-align: left;
    bottom: 020px;
    font-size: 12px;
}

.hover_text > h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.hover_content > h2 {
    left: 50%;
    position: absolute;
    top: 30%;
    color: #fff;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.hover_content {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    border-radius: 3px;
}

.hover_content span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

.hover_content::after,
.shop_tab_menu a::after {
    background: #2B5FB2 none repeat scroll 0 0;
    content: "";
    height: 200%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-92%) translateY(28%);
    transform: translateX(-92%) translateY(28%);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    visibility: hidden;
    width: 200%;
    z-index: -1;
}

.single_portfolio:hover .hover_content::after,
.single_portfolio_related_img:hover .hover_content:after,
.single_shop:hover .hover_content:after,
.shop_tab_menu li:hover a::after {
    opacity: 0.86;
    -webkit-transform: translateX(-27%) translateY(-19%);
    transform: translateX(-27%) translateY(-19%);
    visibility: visible;
}

.hover_content * {
    opacity: 0;
    -webkit-transition: all 0.3s linear .1s;
    transition: all 0.3s linear .1s;
    visibility: hidden;
}

.single_portfolio:hover .hover_content *,
.single_portfolio_related_img:hover .hover_content *,
.single_shop:hover .hover_content * {
    opacity: 1;
    visibility: visible;
}

.hover_content i {
    font-size: 18px;
}

.portfolio_area .custom_btn.inner_btn {
    margin-top: 20px;
}


/* ------------------------------------------------
    *** Blog  Page Css Start***
------------------------------------------------- */

.romana_blog_img {
    border-radius: 10px;
    height: 250px;
    width: 100%;
}

.romana_blog_img::after {
    background: rgba(30, 146, 255, .92) none repeat scroll 0 0;
    border-radius: 10px;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: auto;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    opacity: 9.2;
    z-index: -1;
}

.romana_blog_img:hover::after {
    height: 100%;
}

.hover_link {
    color: #fff;
    font-size: 25px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.romana_blog_img:hover .hover_link {
    opacity: 1;
    visibility: visible;
}

.hover_link:hover {
    color: #fff;
}

.romana_blog_img1 {
    background-image: url(../images/blog_page_img1.png);
}

.romana_blog_img2 {
    background-image: url(../images/blog_page_img2.jpg);
}

.romana_blog_img3 {
    background-image: url(../images/blog_page_img3.jpg);
}

.romana_blog_img4 {
    background-image: url(../images/blog_page_img4.jpg);
}

.romana_blog_img5 {
    background-image: url(../images/blog_page_img5.jpg);
}

.romana_blog_img6 {
    background-image: url(../images/blog_page_img6.jpg);
}

.romana_all_blog_content {
    padding-left: 38px;
}

.blog_left_content {
    padding-right: 10px;
}

.blog_right_content {
    padding-left: 10px;
}

.single_blog_content > h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 28px;
}

.single_blog_content > h4 {
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 22px;
}

.blog_read_more > a {
    text-transform: inherit;
    color: #2B5FB2;
    font-size: 13px;
    text-transform: inherit;
}

.single_blog_content {
    margin-bottom: 57px;
}

.blog_read_more {
    margin-top: 20px;
}

.romana_blog_pagination {
    margin-top: 10px;
}

.romana_blog_pagination li {
    display: inline-block;
}

.romana_blog_pagination li a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    color: #222222;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    line-height: 38px;
    margin: 0 4px;
    padding: 0 10px;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 38px;
}

.romana_blog_pagination li a i {
    font-size: 15px;
}

.romana_blog_pagination li a:hover {
    color: #fff;
    background: #2B5FB2;
    border: 1px solid #2B5FB2;
}

aside .widget h3 {
    font-size: 24px;
    margin-bottom: 42px;
    text-transform: capitalize;
    font-weight: 800;
}

.widget {
    margin-bottom: 65px;
}


/* search widget */

.widget.search_widget {
    position: relative;
}

.widget.search_widget input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ececec;
    display: inline-block;
    height: 52px;
    width: 100%;
    padding-left: 30px;
    padding-right: 10px;
    border-radius: 3px;
}

.widget.search_widget a {
    background: #2B5FB2 none repeat scroll 0 0;
    height: 100%;
    line-height: 52px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 52px;
    color: #fff;
    border-radius: 3px;
    font-size: 17px;
}


/* category */

.widget.widget_category li {
    background: #f1f1f1;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 16px;
    line-height: 50px;
}

.widget.widget_category li:hover {
    background: #2B5FB2;
}

.widget.widget_category li:hover a {
    color: #fff;
}

.widget.widget_category li:hover a:after {
    color: #fff;
}

.widget.widget_category a {
    color: #222;
    display: block;
    font-size: 13px;
    padding-bottom: 18px;
    padding-left: 44px;
    position: relative;
}

.widget.widget_category a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 20px;
    top: 0;
    bottom: auto;
    right: auto;
    z-index: 9;
    content: "\f301";
    font-family: "Material-Design-Iconic-Font";
    top: 1px;
    color: #222;
}

.widget.widget_category a:hover {
    color: #2B5FB2;
}

.widget.widget_category a:hover i {
    color: #2B5FB2;
}

.single_recent_post {
    margin-bottom: 25px;
}

.single_recent_post:hover h4 {
    color: #2B5FB2;
}

.single_recent_post > h4 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 6px;
}

.widget.popular_tags li {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 3px;
    color: #222222;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 12px;
    margin-right: 6px;
    padding: 13px 30px;
}


/* ------------------------------------------------
    *** Blog_detail Page Css Start***
------------------------------------------------- */

.blog_detail .romana_all_blog_content {
    padding-left: 0;
    padding-right: 70px;
}

.romana_blog_detail_img1 {
    width: 100%;
    height: 400px;
    background-image: url(../images/blog_detail.jpg);
    border-radius: 3px;
}

.blog_detail .single_blog_content > h4 {
    margin-bottom: 34px;
}

.blog_detail .single_blog_content > p {
    margin-bottom: 30px;
}

.blog_detail_italic {
    color: #222222;
    font-size: 21px;
    font-style: italic;
    font-weight: 600;
    margin-top: 36px;
    padding-left: 100px;
    position: relative;
    padding-bottom: 15px;
}

.blog_detail_italic::before {
    content: "“";
    font-size: 80px;
    left: 38px;
    position: absolute;
    top: -30px;
    color: #2B5FB2;
}

.tag_share {
    overflow: hidden;
}

.tags {
    float: left;
    margin-top: 24px;
}

.tags b {
    color: #222;
}

.tags span {
    color: #2B5FB2;
}

.share {
    float: right;
    margin-top: 10px;
}

.share > a {
    background: #000000 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    text-align: center;
    width: 30px;
}

.share > a.facebook {
    background-color: #1679c6;
}

.share > a.twitter {
    background-color: #00abea;
}

.share > a.behance {
    background-color: #1c48f3;
}

.share > a.google-plus {
    background-color: #ea3d00;
}

.comments_area > h3 {
    font-weight: 800;
    margin-bottom: 45px;
    margin-top: 62px;
}

.single_comment {
    margin-top: 35px;
    position: relative;
}

.blog_detail .single_blog_content {
    margin-bottom: 0px;
}

.comment_img {
    position: absolute;
}

.comment_img > img {
    border-radius: 2px;
}

.comment_text {
    padding-left: 135px;
    position: relative;
}

.comment_text > h4 {
    color: #222;
    font-weight: 700;
    margin-bottom: 18px;
}

.comment_text span {
    color: #666666;
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-top: 6px;
}

.comment_text > a {
    color: #2B5FB2;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
}

.comment_text > a i {
    margin-right: 3px;
}


/* ==============================================================================================
    ************** Preloder Css start ******************
================================================================================================= */

body.preloader_active {
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 99999999999;
}

.preloader_spinner {
    background: transparent url("../images/load.gif") no-repeat scroll center center;
    display: block;
    height: 120px;
    left: 50%;
    margin-left: -32px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
    width: 142px;
    z-index: 2147483647;
}


.login {
    background-color: #2B5FB2 !important;
    padding: 10px !important;
    color: white !important;
    font-weight: bold !important;
}

.gallery {
    width: 100%;
    border:1px solid #EEE;
    padding:2%;
}
.placeholder {
    width: 48%;
    margin: 1%;
    float: left;
}

.placeholder img {
    border: 1px solid #EEEEEE;
    width: 100%;
    padding:1%;
    min-height: 300px;
    max-height: 600px;
}

.gallery-images {
    width: 48%;
    margin: 1%;
    float: left;
}

.image img {
    width: 31.333%;
    min-height:125px;
    float: left;
    margin: 1%;
    cursor: pointer;
}