/* ===================================== Import Scss ================================== */
.common_slider_nav, .hero_slider .owl-nav .owl-prev, .hero_slider .owl-nav .owl-next {
    width: 41px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    border: 3px solid #fff;
    top: 50%;
    margin-top: -25px;
}

.common_btn, .romana_header_top_right.text-right a, .romana_hero_text .romana_slider_btn1, .romana_hero_text .romana_slider_btn2, .romana_service_btn a, .romana_about_btn a, .romana_consult_btn, .romana_img_hover_content, .romana_quote_btn, .romana_blog_btn, .romana_contact_form input[type=submit], .romana_blog_area2 .romana_load_more_btn, .romana_single_team .romana_team_title h3, .romana_sidebar_three a, .romana_404_area .romana_404_right a, .romana_contact_form2 .romana_submit_btn input, .romana_quote_right .quote_submit input, .romana_check_form .romana_submit_btn input, .romana_cart_total .romana_cart_btn1, .romana_cart_total .romana_cart_btn2 {
    display: inline-block;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.common_bg, .hero_slider_bg, .romana_get_consult_area, .romana_request_area, .romana_allPage_area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

    .common_after, .romana_section_title h2:after, .hero_slider_bg:after, .romana_hero_text h1:after, .romana_get_consult_area:after, .romana_consult_left :after, .romana_allPage_area:after, .romana_history_left_content:after, .romana_videos_area .romana_video::before, .romana_videos_area .service-video-play a, .romana_project_detail_ul ul li :after, .romana_single_shop .romana_shop_img:after, .romana_single_faq h3:after, .tab_area ul.tabs li.current:before, .tab_area ul.tabs li.current:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.commonh3, .romana_serviceDetail_text3 h2, .romana_team_detail .romana_team_detail_content .team_detail_right h3, .romana_service_wrap2 .romana_wrap2_text h2, .romana_project_detail_ul ul li, .romana_sidebar_three h3, .romana_project_detail_right_text h3, .romana_contact_left .single_contact h3, .romana_single_faq h3 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.common_shadow, .romana_about_img img, .romana_service_wrap2 .romana_serviceDetail_img_text .romana_serviceDetail_img2 img, #googleMap {
    /*  border: 10px solid #ffffff;*/
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1);
    height: 420px;
    height: 390px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    text-align: center;
    display: block;
    height: 100%;
    height: 558px;
}

.common_shadow_btn, .common_shadow_hover:hover {
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.15);
}

.common_input_after, .romana_quote_right .select_option:after, .category_select_section .select_option:after, .romana_check_form .select_option:after, .romana_check_form .select_option1:after, .romana_check_form .select_option2:after, .romana_check_form .select_option3:after {
    background: #198ce7;
    color: #fff;
    content: "\f0d7 ";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 17px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 45px;
    width: 50px;
    text-align: center;
    line-height: 45px;
    pointer-events: none;
}

/* ------------------------------------------------
    1.***Base Css Start***
------------------------------------------------- */
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

    a:hover, a:focus, input, textarea {
        text-decoration: none;
        outline: none;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

img {
    max-width: 100%;
}

ol, ul {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    background: #fff;
    font-weight: 300;
}

.fix:after,
.fix:before {
    content: "";
    display: table;
}

.fix:after {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

/* input place holder color */
.romana_contact_form {
    /* textarea place holder color */
}

    .romana_contact_form ::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #fff;
        opacity: 1;
    }

    .romana_contact_form :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff;
        opacity: 1;
    }

    .romana_contact_form ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff;
        opacity: 1;
    }

    .romana_contact_form :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #fff;
        opacity: 1;
    }

    .romana_contact_form textarea::-webkit-input-placeholder {
        color: #fff !important;
    }

    .romana_contact_form textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #fff !important;
    }

    .romana_contact_form textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff !important;
    }

    .romana_contact_form textarea:-ms-input-placeholder {
        color: #fff !important;
    }



.romana_contact_form2 {
    /* textarea place holder color */
}

    .romana_contact_form2 ::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #222;
        opacity: 1;
    }

    .romana_contact_form2 :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #222;
        opacity: 1;
    }

    .romana_contact_form2 ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #222;
        opacity: 1;
    }

    .romana_contact_form2 :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #222;
        opacity: 1;
    }

    .romana_contact_form2 textarea::-webkit-input-placeholder {
        color: #222 !important;
    }

    .romana_contact_form2 textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #222 !important;
    }

    .romana_contact_form2 textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #222 !important;
    }

    .romana_contact_form2 textarea:-ms-input-placeholder {
        color: #fff !important;
    }

.romana_faq_contact {
    /* textarea place holder color */
}

    .romana_faq_contact ::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #666666;
        opacity: 1;
    }

    .romana_faq_contact :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #666666;
        opacity: 1;
    }

    .romana_faq_contact ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #666666;
        opacity: 1;
    }

    .romana_faq_contact :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #666666;
        opacity: 1;
    }

    .romana_faq_contact textarea::-webkit-input-placeholder {
        color: #666 !important;
    }

    .romana_faq_contact textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #666 !important;
    }

    .romana_faq_contact textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #666 !important;
    }

    .romana_faq_contact textarea:-ms-input-placeholder {
        color: #fff !important;
    }

.final_plan ul li a i {
    font-size: 45px;
    display: block;
    color: #00612d;
}

.login {
    padding: 80px 0px;
}

.about_banner_area {
    height: 190px;
    position: relative;
}

.about_banner_area_bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/hero_area_bg_1.jpg) no-repeat scroll 0 0 / cover;
}

.about_banner_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18,26,33,0.9);
    z-index: 9;
}

.about_banner_area_table {
    display: table;
    height: 100%;
    width: 100%;
}

.about_banner_area_content h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.aboutus img {
    float: right;
    margin: 0px 0px 15px 20px;
    width: auto;
    height: 255px;
}

.aboutus {
    padding: 50px 0px;
    margin: 0px;
}

/* ==================================== Common Css =================================== */
.romana_section_padding {
    padding-top: 30px;
}

.romana_section_title h2 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-top: 31px;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_section_title h2 {
        font-size: 27px;
    }
}

@media (max-width:1024px) {
    nav#navbar ul.nav li a {
        padding: 0 6px !important;
    }
}

@media (max-width:768px) {
    nav#navbar ul.nav li a {
        font-size: 11px !important;
        padding: 0 3px !important;
    }

    .eql2 img {
        margin: 15px 0;
    }
}

@media (max-width:375px) {
    .romana_header_top {
        background: #000;
    }
    /*
	.romana_header_top_right.text-right{
		background:#ef7f1b;
	}
*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_section_title h2 {
        font-size: 24px;
    }
}

.romana_section_title h2:after {
    background: #9c27af;
    width: 50px;
    height: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35px;
    border-radius: 3px;
}

.aboutus_content h2 {
    margin: 0px 0px 20px 0px !important;
}

    .aboutus_content h2:after {
        background: #9c27af;
        width: 50px;
        height: 4px;
        left: 0;
        right: auto;
        margin: 0 auto;
        top: 35px;
        border-radius: 3px;
    }



.service-ttile {
    display: block;
    float: left;
}

.service-icon {
    background: #9c27af none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    margin-right: 20px;
    text-align: center;
    width: 80px;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    transition: .4s
}

.services-icon-title {
    margin-bottom: 30px;
    overflow: hidden;
}

.service-ttile {
    display: block;
    float: left;
}

.avacus-single-services {
    margin-bottom: 85px;
}


.services-trim-content span {
    display: inline-block;
    font-size: 21px;
    margin-left: 10px;
}

.avacus-single-services:hover .service-icon {
    background: #9c27af;
    color: #ffffff;
}

.service-icon::before {
    border: 1px solid #000000;
    background: #000000;
    content: "";
    height: 100%;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 100%;
    z-index: -1;
}

.service-ttile > h4 {
    color: #003445;
    font-size: 18px;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
}

.services-trim-content a {
    color: #9c27af;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    transition: .4s;
}

.romana_header_bottom.headtop {
    position: fixed;
    display: block;
    border-bottom: 3px solid #d1d1d191;
    z-index: 999;
    background: #fff;
    width: 100%;
    top: 0px;
    transition: all .8s ease;
}

/* ==================================== Header-Top Css ============================== */
.romana_header_top {
    position: relative;
    background: #000000;
}

.romana_header_top_left ul {
    margin: 0px;
    padding: 0px;
}

.romana_header_top_left li {
    display: inline-block;
    float: left;
    padding-bottom: 10px;
    padding-right: 48px;
    padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_header_top_left li {
        padding-right: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_header_top_left li {
        font-size: 11px;
        padding-right: 10px;
    }
}

.romana_header_top_left a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_header_top_left a {
        font-size: 11px;
        padding-left: 12px;
    }
}


.romana_header_top:before {
    position: absolute;
    left: -30px;
    top: -33px;
    width: 35px;
    height: 81px;
    content: "";
    background: #9c27af;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

.romana_header_top_left:after {
    position: absolute;
    right: -16px;
    top: -33px;
    width: 35px;
    height: 81px;
    content: "";
    background: #9c27af;
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.romana_header_top:after {
    position: absolute;
    right: -30px;
    top: -33px;
    width: 35px;
    height: 79px;
    content: "";
    background: #000000;
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    z-index: -99
}


.romana_header_top_left i {
    margin-right: 9px;
}

.romana_header_top_right.text-right {
    margin-right: 0px;
}

    .romana_header_top_right.text-right a {
        background-color: #fff;
        color: #9c27af;
        width: 80px;
        height: 76%;
        font-size: 13px;
        line-height: 38px;
        border-radius: 0px;
        margin: 5px 0px;
        border-radius: 6px;
    }

        .romana_header_top_right.text-right a i {
            margin-right: 5px;
        }


.romana_header_top_left {
    background: #9c27af;
}

.romana_logo img {
    height: 90px;
    margin: 8px 0px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_header_top_right.text-right a {
        font-size: 12px;
        width: 180px;
    }
}

/* ==================================== Header-Bottom Css ======================= */
.romana_header_bottom {
    background-repeat: repeat;
    position: relative;
    z-index: 999
}

    .romana_header_bottom .container {
    }


/*.romana_header_bottom .container:before {position: absolute; left: -30px; top: -33px; width: 35px; height: 81px; content: ""; background: #71c980; -ms-transform: rotate(-40deg); -webkit-transform: rotate(-40deg); transform: rotate(-40deg);}*/


/*
.romana_logo:before {    position: absolute;
    left: -45px;
    top: 6px;
    width: 70px;
    height: 159px;
    content: "";
    background: #71c980;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-149deg);
    z-index: -999;}
*/

.romana_hero_area {
    display: block;
    position: relative;
}


/*
.romana_header_bottom .container:after {    position: absolute;
     position: absolute;
    right: 101px;
    top: 6px;
    width: 70px;
    height: 159px;
    content: "";
    background: #71c980;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-16deg);
    z-index: -999;}
*/

.romana_logo, .header_bottom_right {
    padding: 5px 0px 0;
    font-size: 24px;
    font-weight: 600;
}

nav#navbar {
    text-align: right;
    padding: 0 0px 0 0;
    margin-right: 0px;
}

.services-trim-content p {
    font-size: 14px;
    color: #000;
    text-align: justify;
    padding-right: 15px;
    line-height: 22px;
}

nav#navbar ul.nav {
    margin: 0;
    list-style: none;
    float: none;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    nav#navbar ul.nav {
        float: none;
        margin: 0px 18px 0px 0px;
    }
}

nav#navbar ul.nav li {
    display: inline-block;
    position: relative;
}

    nav#navbar ul.nav li a {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: #000;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        padding: 0 15px;
        line-height: 20px;
        margin: 38px 0;
        display: inline-block;
        padding: 0 15px;
        margin: 45px 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    nav#navbar ul.nav li a {
        font-size: 10px;
        line-height: 10px;
        margin: 28px 0 25px;
        padding: 0 5px;
    }
}

.about {
    padding: 50px 0px;
}

nav#navbar > ul.nav > li:after {
    position: absolute;
    content: "";
    background: #00612d;
    width: 36px;
    height: 3px;
    left: 50%;
    bottom: 0;
    transition-duration: .4s;
    transform: scale(0, 1);
    margin-left: -18px;
    z-index: 9999;
    display: none;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

nav#navbar ul.nav li:hover:after {
    transform: scale(1);
}



@media only screen and (min-width: 768px) {
    nav#navbar ul.nav li ul.dropdown-menu {
        width: 250px;
        background: #fff;
        border-top: 3px solid #9c27af;
        position: absolute;
        z-index: 999;
        left: 0;
        top: 200%;
        opacity: 0;
        visibility: hidden;
        padding: 0;
        -webkit-transition: all 0.25s ease-out 0s;
        transition: all 0.25s ease-out 0s;
        display: block;
    }

        nav#navbar ul.nav li ul.dropdown-menu li {
            width: 100%;
        }

            nav#navbar ul.nav li ul.dropdown-menu li a {
                display: block;
                width: 100%;
                line-height: 45px;
                margin: 0;
                text-align: left;
                padding-left: 5px;
                font-size: 12px;
                border-bottom: 1px solid #00612d !important;
                color: black;
            }

            nav#navbar ul.nav li ul.dropdown-menu li:last-child a( border-bottom: 0px;)

            nav#navbar ul.nav li ul.dropdown-menu li a:before {
                content: '\f101 ';
                font-family: "FontAwesome";
                margin-right: 0px;
                color: #288feb;
                display: none;
            }

        nav#navbar ul.nav li ul.dropdown-menu.mega-menu {
            width: 600px;
            left: auto;
            right: 0;
            padding: 15px 0;
        }

            nav#navbar ul.nav li ul.dropdown-menu.mega-menu .menu-collumn {
                border-right: 1px solid #eaeaea;
                float: left;
                height: 100%;
                vertical-align: top;
                width: 33.3333%;
                border-bottom: none;
            }

                nav#navbar ul.nav li ul.dropdown-menu.mega-menu .menu-collumn:last-child {
                    border-right: none;
                }

                nav#navbar ul.nav li ul.dropdown-menu.mega-menu .menu-collumn ul {
                    margin-bottom: 25px;
                }

                    nav#navbar ul.nav li ul.dropdown-menu.mega-menu .menu-collumn ul li {
                        border: none !important;
                    }

                        nav#navbar ul.nav li ul.dropdown-menu.mega-menu .menu-collumn ul li a {
                            line-height: 35px;
                        }

                    nav#navbar ul.nav li ul.dropdown-menu.mega-menu .menu-collumn ul:last-child {
                        margin: 0;
                    }

    nav#navbar ul.nav li:nth-last-child(1) ul.dropdown-menu,
    nav#navbar ul.nav li:nth-last-child(2) ul.dropdown-menu {
        left: auto;
        right: 0;
    }

    nav#navbar ul.nav li.open ul.dropdown-menu {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }

    nav#navbar ul.nav li.open > a,
    nav#navbar ul.nav li.open > a:focus,
    nav#navbar ul.nav li.open > a:hover {
        background: transparent;
    }

    nav#navbar ul.nav li > a,
    nav#navbar ul.nav li > a:focus,
    nav#navbar ul.nav li > a:hover {
        background: transparent;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    nav#navbar ul.nav li:nth-last-child(1) ul.dropdown-menu,
    nav#navbar ul.nav li:nth-last-child(2) ul.dropdown-menu {
        left: auto;
        right: -137px !important;
    }
}

.navbar-toggle {
    margin-bottom: 11px;
    margin-right: -6px;
    margin-top: 14px;
}

.headtop nav#navbar ul.nav li a {
    color: #000;
}

ul.cartSearch {
    margin: 0;
    list-style: none;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
}

    ul.cartSearch li {
        display: inline;
    }

        ul.cartSearch li a {
            display: inline-block;
            font-size: 12px;
            line-height: 20px;
            vertical-align: top;
            margin: 25px -5px 25px 15px;
            -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
            padding: 5px;
            color: #000000;
        }

            ul.cartSearch li a:hover {
                color: #288feb;
            }


@media only screen and (min-width: 0px) and (max-width: 991px) {
    ul.cartSearch {
        margin-right: 50px;
        top: 1px;
    }
}

ul.cartSearch li.cart a {
    font-size: 15px;
}

    ul.cartSearch li.cart a span {
        background: #288feb none repeat scroll 0 0;
        border-radius: 50%;
        color: #ffffff;
        font-size: 10px;
        font-weight: 700;
        height: 18px;
        left: 87%;
        line-height: 18px;
        position: absolute;
        text-align: center;
        top: 22px;
        width: 17px;
    }

form.searchForm {
    background-color: #ffffff;
    height: 50px;
    position: absolute;
    right: 15px;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
    overflow: hidden;
    bottom: -50px;
    width: 500px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transform: scale(1, 0);
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    form.searchForm {
        width: 400px;
    }
}

form.searchForm i {
    color: #222222;
    content: "\efb2";
    font-family: "IcoFont";
    font-size: 20px;
    left: 10px;
    line-height: 50px;
    position: absolute;
    cursor: pointer;
    padding-right: 10px;
    border-right: 1px solid #eee;
}

    form.searchForm i:hover {
        color: #198ce7;
    }

@media only screen and (min-width: 0px) and (max-width: 991px) {
    form.searchForm i {
        line-height: 53px;
    }
}

form.searchForm.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

form.searchForm input {
    border: medium none;
    display: inline-block;
    float: left;
    height: 50px;
    width: 85%;
    padding-left: 55px;
    font-size: 17px;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    form.searchForm input {
        font-size: 15px;
    }
}

form.searchForm input + input {
    width: 15%;
    background: #288feb;
    font-family: "IcoFont";
    color: #ffffff;
    font-size: 18px;
    padding-left: 0;
}

/* ==================================== Hero-Area Css ======================= */
.hero_slider .owl-nav {
    color: #7e7e7e;
    font-size: 30px;
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_slider .owl-nav {
        font-size: 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

.hero_slider .owl-nav .owl-prev {
    left: 0px;
    border-radius: 0 50px 50px 0;
    border-left: none;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .hero_slider .owl-nav .owl-prev:hover {
        border: 3px solid #00612d;
        border-left: none;
        color: #00612d;
    }

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .hero_slider .owl-nav .owl-prev {
        left: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_slider .owl-nav .owl-prev {
        left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_slider .owl-nav .owl-prev {
        height: 42px;
        line-height: 42px;
        width: 27px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

.hero_slider .owl-nav .owl-next {
    border-radius: 50px 0 0 50px;
    right: 0;
    border-right: none;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .hero_slider .owl-nav .owl-next:hover {
        border: 3px solid #00612d;
        border-right: none;
        color: #00612d;
    }

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .hero_slider .owl-nav .owl-next {
        right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_slider .owl-nav .owl-next {
        right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_slider .owl-nav .owl-next {
        height: 42px;
        line-height: 42px;
        width: 27px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

.hero_slider_bg {
    height: 510px;
}

    .hero_slider_bg:after {
        background: black;
        opacity: 0.4;
    }

.romana_hero_text {
    position: relative;
    z-index: 9;
    color: #b9b9b9;
    max-width: 830px;
    margin: 0 auto;
    padding-top: 193px;
    font-size: 16px;
}


    .romana_hero_text h1 {
        color: #fff;
        font-size: 35px;
        font-weight: 300;
        position: relative;
        margin-bottom: 15px;
    }

        .romana_hero_text h1 .animated {
            animation-duration: 1s;
        }

        .romana_hero_text h1:after {
            -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
            background: #9c27af;
            border-radius: 2px;
            height: 5px;
            left: 50%;
            margin-left: -42.5px;
            top: -36px;
            width: 85px;
        }

    .romana_hero_text span {
        display: block;
        font-size: 65px;
        font-weight: 400;
        margin-top: 17px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_hero_text span {
        font-size: 57px;
    }
}

.romana_hero_text p.animated {
    animation-duration: 3s;
}

.romana_hero_text .romana_slider_btn {
    margin-top: 32px;
    animation-duration: 4s;
}

    .romana_hero_text .romana_slider_btn a {
        margin: 0px 5px;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

.romana_hero_text .romana_slider_btn1 {
    background: #61bb46;
    border: 1px solid #61bb46;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

.romana_hero_text .romana_slider_btn1:hover {
    background: #61bb46;
    border: 1px solid transparent;
}

.romana_hero_text .romana_slider_btn2 {
    background: none;
    border: 1px solid #fff;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

.romana_hero_text .romana_slider_btn2:hover {
    background: #137bcd;
    border: 1px solid transparent;
}

/* ==================================== Service-Area Css ======================= */
.romana_service_left_text {
    color: #888888;
    padding-bottom: 0px;
}

.eql2 p {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    text-align: justify;
}

.romana_service_left_text h2 {
    color: #9c27af;
}

.romana_service_left_text h2 {
    margin-bottom: 60px;
}

.aboutus h2 {
    margin-bottom: 30px;
    margin-top: 0px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_service_left_text h2:after {
        left: 50%;
        margin-left: -25px;
    }
}

.romana_service_icon {
    margin-bottom: 80px;
    /* margin-left: 50px; */
    text-align: center;
    border-radius: 10px;
}

    .romana_service_icon h3 {
        color: #222222;
        font-size: 18px;
        font-weight: 500;
        margin-top: 28px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

        .romana_service_icon h3:hover {
            color: #198ce7;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_service_icon h3 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_service_icon h3 {
        font-size: 15px;
    }
}

.romana_service_btn {
    margin-top: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

.romana_service_btn a {
    background-color: #61bb46;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .romana_service_btn a:hover {
        background: none;
        border: 1px solid #198ce7;
        color: #222222;
    }

.fa-4x {
    font-size: 4em;
    color: #112267;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    color: black;
}

.media-body p {
    color: black;
}

/* ==================================== About-Area Css ======================= */

.romana_about_us_area h2 {
    color: #9c27af;
}

.romana_about_us_area {
    position: relative;
    padding: 50px 0 50px;
    background: #edf4ff;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
}


.romana_about_right_text {
    background: #006f94;
    color: white;
    padding: 50px 60px;
}

    .romana_about_right_text h2 {
        margin-bottom: 30px;
    }

        .romana_about_right_text h2:after {
            left: 0px;
            margin: 1px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_about_right_text {
        font-size: 15px;
    }
}

.romana_about_btn {
    margin-top: 34px;
}

    .romana_about_btn a {
        border: 1px solid #9c27af;
        color: #9c27af;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        margin: 0 auto;
        margin: 0 auto;
        font-size: 17px;
    }

        .romana_about_btn a:hover {
            background: #9f26b3;
            border: 3px solid #9f26b3;
            color: #fff;
            line-height: 45px;
        }

/* ==================================== Get-Consult-Area Css ======================= */
.romana_get_consult_area {
    background: url("../../images/consult_bg.jpg");
    padding-top: 60px;
    padding-bottom: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_get_consult_area {
        padding: 42px 0px;
    }
}

.romana_get_consult_area:after {
    background: #198ce7;
    opacity: .9;
}

.romana_consult_left {
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_consult_left {
        margin-top: 20px;
    }
}

.romana_consult_left h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 40px;
    text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_consult_left h3 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_consult_left h3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_consult_left h3 {
        text-align: center;
    }
}

.romana_consult_left :after {
    background: #fff;
    height: 110px;
    left: 113%;
    width: 4px;
    top: -16px;
    border-radius: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_consult_left :after {
        top: -40px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

.romana_consult_middle {
    color: #fff;
    font-size: 26px;
    position: relative;
    z-index: 9;
    text-align: center;
    margin-top: 25px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_consult_middle {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_consult_middle {
        font-size: 21px;
    }
}

.romana_consult_btn {
    position: relative;
    z-index: 9;
    margin-top: 15px;
    background: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_consult_btn {
        display: block;
        margin: 0 auto;
        margin-top: 40px;
    }
}

.romana_consult_btn a {
    color: #222222;
    line-height: 53px;
}

/* ==================================== Projects-Area Css ======================= */
.romana_project_text {
    color: #888888;
    font-weight: 300;
}

    .romana_project_text h2 {
        margin-bottom: 8px;
    }

.romana_project_left_img {
    margin-top: 53px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_project_left_img {
        margin-top: 45px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_project_left_img {
        margin-top: 215px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_middle_img {
        margin-top: 11px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_middle_img {
        margin-top: 15px;
    }
}

.romana_right_img {
    margin-top: -135px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_right_img {
        margin-top: -100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_right_img {
        margin-top: -71px;
    }
}


@media only screen and (max-width: 480px) {
}

.romana_project_single_img {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .romana_project_single_img img {
        width: 100%;
    }

.romana_img_hover {
    background: rgba(25, 140, 231, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(0);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 100%;
}

.romana_project_single_img:hover .romana_img_hover {
    border: 10px solid #fff;
    transform: scale(1);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1);
}

.romana_img_hover_content {
    border: 1px solid #fff;
    left: 50%;
    margin-left: -130px;
    margin-bottom: -25px;
    position: absolute;
    bottom: 0%;
    width: 260px;
    opacity: 0;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_img_hover_content {
        margin-left: -96px;
        width: 192px;
        height: 40px;
        line-height: 40px;
        font-size: 11px;
    }
}

.romana_img_hover_content a {
    color: #fff;
}

.romana_project_single_img:hover .romana_img_hover_content {
    bottom: 50%;
    opacity: 1;
    transition-delay: .5s;
}




.final_plan ul {
    margin: 0px;
    padding: 0px;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .final_plan ul li {
        list-style-type: none;
    }

    .final_plan ul li {
        list-style-type: none;
        list-style-type: none;
        flex-basis: 100%;
        align-self: flex-start;
    }


        .final_plan ul li a.active i {
            color: white;
        }

        .final_plan ul li a i {
            font-size: 45px;
            display: block;
            color: #000000;
        }

        .final_plan ul li a.active {
            background: #db0e4b;
            color: white;
        }

        .final_plan ul li a.active {
            color: white;
            background: #5b005c;
            letter-spacing: 1px;
        }

        .final_plan ul li a {
            text-align: center;
            display: block;
            background: #e7e4e4;
            padding: 8px 0px;
            border-radius: 3px;
            text-decoration: none;
            border-bottom: 1px solid #b5a8a8;
            width: 100%;
            font-weight: bold;
            color: #000000;
            height: 112px;
        }







/* ==================================== Get_Quote-Area Css ======================= */
.romana_get_quote_area {
    border-top: 3px solid #198ce7;
    margin-top: 130px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_get_quote_area {
        border-top: 0px solid #198ce7;
        margin-bottom: -30px;
    }
}

.romana_get_quote {
    background: #198ce7;
    border-radius: 80px;
    margin-top: -163px;
    padding: 40px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_get_quote {
        margin-top: -167px;
        padding: 33px 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_get_quote {
        padding: 20px 10px;
        border-radius: 50px;
        padding-bottom: 35px;
    }
}

.romana_quote_text {
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

    .romana_quote_text span {
        font-weight: 600;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_quote_text {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_quote_text {
        font-size: 17px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_quote_text {
        text-align: center;
        font-size: 18px;
    }
}

.romana_quote_btn {
    background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_quote_btn {
        width: 148px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_quote_btn {
        display: block;
        margin: 0 auto;
    }
}

.romana_quote_btn a {
    color: #222222;
    line-height: 53px;
}

/* ==================================== Blog-Area Css ======================= */
.romana_blog_area {
    padding-top: 67px;
}

.romana_post_thumb {
    position: relative;
}

    .romana_post_thumb img {
        width: 100%;
    }

.romana_post_date, .romana_history_left_single_date {
    background: #198ce7;
    border-radius: 0 26px 26px 0;
    height: 50px;
    position: absolute;
    top: 20px;
    width: 92px;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize !important;
    padding-left: 10px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

.romana_post_date span, .romana_history_left_single_date span {
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize !important;
    margin-right: 10px;
}

.romana_post_title h2 {
    color: #3a3a3a;
    font-size: 22px;
    font-weight: 500;
    margin-top: 26px;
    margin-bottom: 14px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_post_title h2 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_post_title h2 {
        font-size: 18px;
    }
}

.romana_post_title h3 {
    font-size: 14px;
    font-weight: 300;
}

    .romana_post_title h3 span {
        font-weight: 500;
    }

.romana_post_content {
    font-size: 15px;
    color: #777;
    margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_post_content {
        font-size: 14px;
    }
}

.romana_post_btn a {
    font-weight: 500;
    font-size: 14px;
    color: #222222;
    text-decoration: underline;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_single_post {
        text-align: center;
        margin-top: 30px;
    }
}

.romana_single_post:hover .romana_post_title h2 {
    color: #198ce7;
}

.romana_single_post:hover .romana_post_btn a {
    color: #198ce7;
}

.romana_blog_text {
    text-align: right;
    margin-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_blog_text {
        margin-top: 54px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_blog_text {
        text-align: center;
    }
}

.romana_blog_text h2 {
    margin-bottom: 25px;
}

    .romana_blog_text h2:after {
        left: 77%;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_blog_text h2:after {
        left: 50%;
        margin-left: -25px;
    }
}

.romana_blog_btn {
    border: 1px solid #198ce7;
    float: right;
    margin-top: 23px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_blog_btn {
        display: block;
        margin: 0 auto;
        margin-top: 37px;
        float: none;
    }
}

.romana_blog_btn a {
    color: #222222;
}

.romana_blog_btn:hover {
    background: #198ce7;
    border: 1px solid #198ce7;
    color: #fff;
}

    .romana_blog_btn:hover a {
        color: #fff;
    }

/* ==================================== Request-Area Css ======================= */
.romana_request_area {
    background: url("../../images/request_bg.jpg");
    margin-top: 92px;
    color: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

.romana_contact_form {
    padding-bottom: 128px;
    padding-top: 133px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_contact_form {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

.romana_request_text {
    padding-top: 132px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_request_text {
        padding-top: 90px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_request_text {
        padding-top: 40px;
    }
}

.romana_request_text h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_request_text h2 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_request_text h2 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_request_text h2 {
        font-size: 20px;
    }
}

.romana_request_text h2:after {
    background: #fff;
}

.romana_contact_form {
    position: relative;
}

    .romana_contact_form input[type=text],
    .romana_contact_form select {
        background: #2287d7 none repeat scroll 0 0;
        border: 1px solid #2c9bf2;
        margin-left: 10px;
        width: 48%;
        margin-bottom: 15px;
        padding-left: 15px;
        height: 46px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_contact_form input[type=text],
    .romana_contact_form select {
        width: 45%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_contact_form input[type=text],
    .romana_contact_form select {
        width: 47%;
        font-size: 14px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_contact_form input[type=text],
    .romana_contact_form select {
        width: 94%;
    }
}

.romana_contact_form input[type=text] option,
.romana_contact_form select option {
    padding-left: 15px;
}

.romana_contact_form input[type=submit] {
    border: none;
    color: #222222;
    background: #fff;
    margin-left: 15px;
    margin-top: 6px;
    line-height: 53px;
}

.romana_contact_form :after {
    background: #2287d7 none repeat scroll 0 0;
    color: #fff;
    content: "\f0d7 ";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 14px;
    height: 10%;
    line-height: 45px;
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 195px;
    width: 6%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_contact_form :after {
        right: 32px;
        width: 5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_contact_form :after {
        right: 7px;
        width: 4%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_contact_form :after {
        left: 90%;
        top: 225px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_contact_form .romana_submit_btn {
        text-align: center;
        padding-top: 20px;
    }
}

.form-messages.success {
    color: green;
}

.form-messages.error {
    color: red;
}

/* ==================================== Client-Area Css ======================= */
.romana_client_area {
    padding-bottom: 10px;
    padding: 60px 0px;
}

    .romana_client_area .romana_section_title {
        text-align: center;
    }

        .romana_client_area .romana_section_title h2 {
            margin-bottom: 35px;
            color: #9c27af;
        }

            .romana_client_area .romana_section_title h2:after {
                left: 50%;
                margin-left: -25px;
            }

    .romana_client_area .romana_client_crsl {
        margin-top: 65px;
    }

        .romana_client_area .romana_client_crsl .owl-nav {
            color: #7e7e7e;
            font-size: 30px;
            display: block;
        }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_client_area .romana_client_crsl .owl-nav {
        font-size: 20px;
    }
}

.romana_client_area .romana_client_crsl .owl-nav .owl-prev {
    left: -15px;
    position: absolute;
    top: 40%;
    border: 1px solid #aeaeae;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #ef7f1b;
}

    .romana_client_area .romana_client_crsl .owl-nav .owl-prev:hover {
        border: 1px solid #198ce7;
        color: #198ce7;
    }

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .romana_client_area .romana_client_crsl .owl-nav .owl-prev {
        left: -20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_client_area .romana_client_crsl .owl-nav .owl-prev {
        left: -23px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_client_area .romana_client_crsl .owl-nav .owl-prev {
        left: -20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_client_area .romana_client_crsl .owl-nav .owl-prev {
        left: -11px;
        top: 22%;
    }
}

.romana_client_area .romana_client_crsl .owl-nav .owl-next {
    right: -15px;
    position: absolute;
    top: 40%;
    border: 1px solid #aeaeae;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #ef7f1b;
}

    .romana_client_area .romana_client_crsl .owl-nav .owl-next:hover {
        border: 1px solid #5fbb46;
        color: #5fbb46;
    }

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .romana_client_area .romana_client_crsl .owl-nav .owl-next {
        right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_client_area .romana_client_crsl .owl-nav .owl-next {
        right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_client_area .romana_client_crsl .owl-nav .owl-next {
        right: 0px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_client_area .romana_client_crsl .owl-nav .owl-next {
        right: -7px;
        top: 22%;
    }
}

.romana_client_area .romana_single_client_text {
    margin-bottom: 70px;
    background: #006f94;
    padding: 30px 20px 25px;
    position: relative;
    margin: 15px;
    min-height: 290px;
}


    .romana_client_area .romana_single_client_text:before {
        border-left: 10px solid #ef7f1b;
        border-top: 10px solid #ef7f1b;
        content: "";
        height: 85px;
        left: -10px;
        position: absolute;
        top: -10px;
        width: 85px;
        z-index: 0;
    }


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_client_area .romana_single_client_text {
        font-size: 15px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_client_area .romana_single_client_text {
        font-size: 14px;
    }
}

.romana_client_area .romana_single_client_text p {
    margin-left: 20px;
    color: #ffffff;
    margin: 15px 0px 0px 0px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}

.romana_client_area .romana_single_client_text .romana_quote_icon {
    display: block;
    color: #fff;
    float: left;
}

    .romana_client_area .romana_single_client_text .romana_quote_icon i {
        color: #e0e0e0;
    }

.romana_client_area .romana_single_client_text .romana_client_img_title {
    margin-left: 20px;
}

    .romana_client_area .romana_single_client_text .romana_client_img_title .romana_client_img {
        display: block;
        float: left;
        margin-right: 21px;
    }

        .romana_client_area .romana_single_client_text .romana_client_img_title .romana_client_img img {
            width: 100px !important;
            border: 2px solid #198ce7;
            BORDER-RADIUS: 50%;
        }

    .romana_client_area .romana_single_client_text .romana_client_img_title .romana_client_title h3 {
        font-size: 16px;
        color: #fff;
    }

.romana_client_title span {
    color: white;
}

.client-rating span {
    color: orange;
}


.pruit {
    BACKGROUND: WHITE;
    PADDING: 2PX;
    BORDER-RADIUS: 5PX;
    WIDTH: 50PX;
}

/* ==================================== Brand-Area Css ======================= */
.romana_brand_area {
    background: #f7fbff;
}

    .romana_brand_area .brand_crsl {
        padding-top: 100px;
        padding-bottom: 80px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_brand_area .brand_crsl {
        padding-top: 70px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_brand_area .brand_crsl {
        padding: 50px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_brand_area .brand_crsl {
        padding: 60px 0px;
    }
}

.romana_brand_area .brand_crsl .single_brand img {
    display: inline-block !important;
    width: auto !important;
}

.romana_brand_area .brand_crsl .single_brand img {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .romana_brand_area .brand_crsl .single_brand img:hover {
        box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.1);
    }

/* ==================================== Footer-Area Css ======================= */
.romana_footer_area {
    background: #d6d6d6;
    color: #8b8b8b;
    margin: 0px 0px 0px 0px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_footer_area {
        padding-top: 40px;
    }
}

.romana_footer_area .romana_footer_top {
    padding: 45px 0px;
    /*background: #1f1f1f url(../images/ft-bg.png);*/
    background-size: contain;
    font-weight: 400;
}

    .romana_footer_area .romana_footer_top h2 {
        font-size: 16px;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 30px;
        font-weight: bold;
    }

.romana_footer_left p {
    color: white;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.romana_footer_area .romana_footer_top .romana_important_link ul li {
    color: black;
}

.romana_footer_area .romana_footer_top .romana_important_link {
    float: left;
    margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_footer_area .romana_footer_top .romana_important_link {
        margin-left: -2px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_footer_area .romana_footer_top .romana_important_link {
        margin-left: 0px;
        margin-top: 38px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_footer_area .romana_footer_top .romana_important_link ul {
        margin-top: -10px;
    }
}

.romana_footer_area .romana_footer_top .romana_important_link2 {
    margin-top: 46px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_footer_area .romana_footer_top ul {
        margin-top: 76px;
    }
}

.romana_footer_area .romana_footer_top ul li a {
    color: white;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .romana_footer_area .romana_footer_top ul li a:hover {
        color: #fff;
    }

.romana_footer_area .romana_footer_top .romana_recent_projects {
    padding-left: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_footer_area .romana_footer_top .romana_recent_projects {
        margin-left: -40px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_footer_area .romana_footer_top .romana_recent_projects {
        padding-left: 0px;
        margin-top: 40px;
    }
}

.romana_footer_area .romana_footer_top .romana_recent_projects img {
    margin-bottom: 10px;
    margin-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_footer_area .romana_footer_top .romana_recent_projects img {
        margin-bottom: 4px;
        margin-right: -1px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_footer_area .romana_footer_top .romana_recent_projects img {
        margin-right: -2px;
        margin-bottom: 4px;
    }
}

.romana_footer_area .romana_footer_top .romana_footer_social_link {
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_footer_area .romana_footer_top .romana_footer_social_link {
        margin-top: -63px;
    }
}

.romana_footer_area .romana_footer_top .romana_footer_social_link ul li {
    float: left;
    padding-right: 6px;
}

    .romana_footer_area .romana_footer_top .romana_footer_social_link ul li a {
        olor: #000000;
        */ -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        transition-duration: 0.4s;
        color: #000000;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        transition-duration: 0.4s;
        width: 35px;
        height: 35px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        /* line-height: 28px; */
        font-size: 9px;
        color: #fff;
        background-color: #000000;
    }


    .romana_footer_area .romana_footer_top .romana_footer_social_link ul li .fa-2x {
        font-size: 2em;
        margin: 8px;
    }


    .romana_footer_area .romana_footer_top .romana_footer_social_link ul li a:hover {
        color: #f5f9ee;
    }

.romana_footer_area .romana_footer_bottom_content {
    border-top: 1px solid #434343;
    color: #7e7e7e;
    font-size: 14px;
    padding: 20px 0px;
}

    .romana_footer_area .romana_footer_bottom_content span {
        color: #656565;
    }

        .romana_footer_area .romana_footer_bottom_content span i {
            color: #198ce7;
        }

/* ==================================== All Page Common Css ======================= */
.romana_allPage_area {
    height: auto;
}

    .romana_allPage_area .romana_allPage_text {
        color: #fff;
        position: relative;
        z-index: 9;
        text-align: center;
    }

        .romana_allPage_area .romana_allPage_text h2 {
            font-size: 28px;
            text-transform: uppercase;
            font-weight: 600;
            padding-top: 40px;
            padding-bottom: 40px;
            color: #fff;
        }

    .romana_allPage_area:after {
        background: rgb(0 0 0)
    }

.breadcrumb {
    background-color: transparent;
    border-radius: 4px;
    margin-bottom: 0;
    margin-top: -14px;
    padding: 0;
}

    .breadcrumb li a {
        color: #b9b9b9;
        text-transform: capitalize;
        font-size: 16px;
    }

    .breadcrumb li.active a {
        color: #198ce7;
    }

    .breadcrumb li + li::before {
        color: #b9b9b9;
        content: "/ ";
        padding: 0px;
    }

/* ==============================================================================================
    ************** About Page ******************
================================================================================================= */
/* ==================================== romana_WorksWith_area  Common Css ======================= */
.romana_worksWith_area {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_worksWith_area .romana_worksWith_text {
        text-align: justify;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_worksWith_area .romana_worksWith_text {
        text-align: justify;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_worksWith_area .romana_worksWith_text {
        text-align: center;
        padding: 10px 0px;
    }
}

.romana_worksWith_area .romana_worksWith_text h2 {
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_worksWith_area .romana_worksWith_text h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_worksWith_area .romana_worksWith_text h2 {
        font-size: 26px;
    }
}

.romana_worksWith_area .romana_worksWith_img {
    padding-left: 65px;
    padding-top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_worksWith_area .romana_worksWith_img {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_worksWith_area .romana_worksWith_img {
        padding-left: 0px;
    }
}

/* ==================================== romana_history_area  Common Css======================= */
.romana_history_left_content {
    margin-bottom: 96px;
    margin-top: -14px;
    padding-right: 15px;
    position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_history_left_content {
        padding-right: 0px;
    }
}

.romana_history_left_content:after {
    background: #198ce7;
    height: 930px;
    width: 5px;
    z-index: -1;
    left: 50%;
    margin-left: -2.5px;
}

.romana_history_left_single_content {
    background: #e6f4ff;
    text-align: center;
    padding: 70px 65px 50px;
    margin-bottom: 70px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_history_left_single_content {
        padding: 95px 25px 50px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_history_left_single_content {
        padding: 86px 18px 50px;
    }
}

.romana_history_left_single_content h3 {
    color: #000;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_history_left_single_content h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_history_left_single_content h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_history_left_single_content h3 {
        font-size: 20px;
    }
}

.romana_history_left_single_date {
    left: 0;
    font-size: 24px;
    font-weight: 500;
    padding-left: 0px;
    line-height: 55px;
    width: 86px;
    height: 52px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_history_left_single_date {
        font-size: 19px;
        height: 45px;
        line-height: 48px;
        width: 78px;
    }
}

.romana_history_right_content {
    padding-left: 15px;
    margin-top: -10px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_history_right_content {
        text-align: center;
        padding-left: 0px;
    }
}

.romana_history_right_content h3 {
    color: #222222;
    font-size: 30px;
    margin-bottom: 24px;
}

.romana_history_right_content .romana_history_right_content_img {
    margin-bottom: 70px;
    margin-top: 50px;
}

/* ==================================== romana_video_area  Common Css======================= */
.romana_videos_area {
    padding-bottom: 100px;
}

    .romana_videos_area .videos_title {
        margin-bottom: 67px;
    }

        .romana_videos_area .videos_title h2:after {
            left: 50%;
            margin-left: -25px;
        }

    .romana_videos_area .romana_video {
        height: 445px;
        position: relative;
        height: 532px;
        z-index: 1;
    }

        .romana_videos_area .romana_video video {
            position: relative;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

        .romana_videos_area .romana_video::before {
            background: rgba(0, 0, 0, 0.8);
            z-index: 3;
        }

    .romana_videos_area .playing.romana_video::before {
        visibility: hidden;
    }

    .romana_videos_area .service-video-play a {
        color: #fff;
        z-index: 2;
    }

    .romana_videos_area .service-video-play img {
        height: 532px;
        width: 100%;
    }

    .romana_videos_area .service-video-play a.link-video-icon {
        color: #fff;
        display: inline-block;
        font-size: 38px;
        height: 40px;
        left: 50%;
        line-height: 40px;
        margin-left: -20px;
        position: absolute;
        top: 43%;
        width: 40px;
        z-index: 3;
    }

    .romana_videos_area .service-video-play a.link-pause {
        display: inline-block;
        font-size: 40px;
        height: 40px;
        left: 15px;
        position: absolute;
        width: 40px;
        z-index: 9999;
        bottom: 19px;
        top: auto;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_videos_area .service-video-play a.link-pause {
        font-size: 26px;
    }
}

.romana_videos_area .link-video {
    bottom: 24px;
    color: #fff;
    cursor: pointer;
    left: 50px;
    position: absolute;
}

.romana_videos_area .playing .service-video-play a {
    visibility: hidden;
}

.romana_videos_area .link-video-icon {
    bottom: 17px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    left: 15px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 35px;
}

.romana_videos_area .link-pause {
    visibility: hidden;
}

.romana_videos_area .playing .service-video-play > a.link-pause {
    border-radius: 50%;
    color: #000000;
    visibility: visible;
    width: 35px;
    height: 37px;
}

.romana_videos_area .link-video-icon:hover i {
    color: #198ce7;
}

/* ==============================================================================================
    ************** Blog Page ******************
================================================================================================= */
.romana_blog_area2 .romana_blog_title {
    padding-bottom: 60px;
}

.romana_blog_area2 .romana_single_post {
    padding-bottom: 72px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_blog_area2 .romana_single_post {
        text-align: center;
        padding-bottom: 20px;
        margin-top: 0px;
    }
}

.romana_blog_area2 .romana_load_more_btn {
    background: #198ce7;
    display: block;
    margin: 0 auto 80px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .romana_blog_area2 .romana_load_more_btn a {
        color: #fff;
    }

    .romana_blog_area2 .romana_load_more_btn:hover {
        border: 1px solid #198ce7;
        background: none;
    }

        .romana_blog_area2 .romana_load_more_btn:hover a {
            color: #222222;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_blog_area2 .romana_post_title h2 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_blog_area2 .romana_post_title h2 {
        font-size: 18px;
    }
}

/* ==============================================================================================
    ************** Blog-Detail Page ******************
================================================================================================= */
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_blog_detail_area {
        margin-top: 210px;
    }
}


.blog_detail_text {
    margin-top: 52px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

.blog_detail_text p {
    margin-top: 22px;
}

    .blog_detail_text p span {
        font-weight: 500;
        font-size: 17px;
    }

.tag_sidebar ul {
    margin-left: -9px;
}

    .tag_sidebar ul li {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #cbcbcb;
        display: inline-block;
        float: left;
        height: 45px;
        line-height: 45px;
        margin-bottom: 20px;
        margin-left: 14px;
        padding: 0;
        text-align: center;
        width: 105px;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tag_sidebar ul li {
        width: 122px;
        margin-left: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tag_sidebar ul li {
        width: 100px;
        margin-left: 13px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .tag_sidebar ul li {
        width: 90px;
        margin-left: 4px;
    }
}

.tag_sidebar ul li a {
    color: #777;
    font-size: 14px;
    text-transform: capitalize;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .tag_sidebar ul li a {
        font-size: 13px;
    }
}

.tag_sidebar ul li:hover {
    background: #198ce7;
    border: 1px solid #198ce7;
}

    .tag_sidebar ul li:hover a {
        color: #fff;
    }

/* ==============================================================================================
    ************** Service Page ******************
================================================================================================= */
.romana_serviceImg_area {
    padding-top: 110px;
    padding-bottom: 30px;
}

    .romana_serviceImg_area .romana_service_singleImg {
        position: relative;
        margin-bottom: 55px;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

        .romana_serviceImg_area .romana_service_singleImg img {
            -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
            border: 5px solid transparent;
            width: 100%;
        }

        .romana_serviceImg_area .romana_service_singleImg .romana_serviceImg_text {
            position: absolute;
            background: #198ce7;
            left: 5px;
            bottom: 5px;
            width: 260px;
            height: 50px;
            border-radius: 0px 26px 26px 0px;
            color: #fff;
            padding: 20px 25px;
            font-size: 14px;
            -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_serviceImg_area .romana_service_singleImg .romana_serviceImg_text {
        width: 240px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_serviceImg_area .romana_service_singleImg .romana_serviceImg_text {
        padding: 23px 25px;
        width: 200px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_serviceImg_area .romana_service_singleImg .romana_serviceImg_text {
        font-size: 12px;
    }
}

.romana_serviceImg_area .romana_service_singleImg .romana_serviceImg_text a {
    color: #fff;
}

    .romana_serviceImg_area .romana_service_singleImg .romana_serviceImg_text a h3 {
        font-size: 18px;
        margin-bottom: 9px;
        margin-top: -4px;
        text-transform: uppercase;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_serviceImg_area .romana_service_singleImg .romana_serviceImg_text a h3 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_serviceImg_area .romana_service_singleImg .romana_serviceImg_text a h3 {
        font-size: 13px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_serviceImg_area .romana_service_singleImg .romana_serviceImg_text a h3 {
        font-size: 16px;
    }
}

.romana_service_singleImg:hover img {
    border: 5px solid #2c9bf2;
}

.romana_service_singleImg:hover .romana_serviceImg_text {
    width: 85%;
    border-radius: 0px;
    left: 5px;
    bottom: 5px;
    padding-bottom: 115px;
    padding-top: 33px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_service_singleImg:hover .romana_serviceImg_text {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_service_singleImg:hover .romana_serviceImg_text {
        line-height: 23px;
        padding-bottom: 97px;
        padding-top: 23px;
        width: 96%;
    }
}

.shop_hover {
    height: 100%;
    left: 0%;
    position: absolute;
    top: 0%;
    width: 100%;
    z-index: 999;
}

/* ==============================================================================================
    ************** Service-Detail-1 Page ******************
================================================================================================= */
.romana_serviceImg_area {
    padding-top: 90px;
    padding-bottom: 40px;
}

    .romana_serviceImg_area .romana_serviceImg_title h2 {
        margin-bottom: 48px;
    }

        .romana_serviceImg_area .romana_serviceImg_title h2:after {
            left: 50%;
            margin-left: -25px;
        }

.romana_serviceDetail_text {
    font-size: 16px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_serviceDetail_text {
        font-size: 15px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_serviceDetail_text {
        text-align: center;
        font-size: 14px;
    }
}

.romana_service_singleImg2 {
    position: relative;
    padding-top: 10px;
    margin-bottom: 33px;
}

.romana_serviceImg_text2 {
    position: absolute;
    background: #198ce7;
    width: 299px;
    height: 50px;
    text-align: center;
    color: #fff;
    bottom: 0;
    left: 0;
    border-radius: 0px 26px 26px 0px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_serviceImg_text2 {
        width: 245px;
    }
}

.romana_serviceImg_text2 h3 {
    font-size: 18px;
    line-height: 50px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_serviceImg_text2 h3 {
        font-size: 16px;
        line-height: 53px;
    }
}

.romana_serviceDetail_text2 {
    margin-top: 22px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_serviceDetail_text2 {
        text-align: center;
    }
}

.romana_serviceDetail_text3 {
    margin-bottom: 80px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_serviceDetail_text3 {
        text-align: center;
    }
}

.romana_serviceDetail_text3 h2 {
    font-size: 24px;
    margin-top: 47px;
    margin-bottom: 30px;
}

.romana_serviceDetail_img {
    left: 0;
    position: absolute;
    top: -38px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_serviceDetail_img {
        display: none;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_serviceDetail_img {
        display: none;
    }
}

/* ==============================================================================================
    ************** Team-Member Page ******************
================================================================================================= */
.romana_team_menber_area {
    padding-top: 102px;
    padding-bottom: 12px;
}

.romana_single_team {
    background: #fff;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #777;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    transition-duration: 0.4s;
    text-transform: capitalize;
    margin-bottom: 83px;
}

    .romana_single_team .romana_team_img img {
        width: 100%;
    }

    .romana_single_team .romana_team_title {
        padding-bottom: 1px;
        padding-top: 30px;
        transition-duration: 0.4s;
        border-top: 3px solid transparent;
    }

        .romana_single_team .romana_team_title h3 {
            background: #198ce7;
            width: 240px;
            left: 50%;
            bottom: 50px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_single_team .romana_team_title h3 {
        width: 180px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_single_team .romana_team_title h3 {
        width: 200px;
    }
}

.romana_single_team span {
    text-transform: uppercase;
}

.romana_team_title:hover h3 {
    background: #fff;
    color: #198ce7;
    border: 1px solid #198ce7;
}

.romana_team_title2 h3 {
    left: 50%;
    margin-left: -120px;
    position: absolute;
    top: 242px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_team_title2 h3 {
        margin-left: -90px;
        top: 191px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_team_title2 h3 {
        margin-left: -100px;
        top: 200px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

.romana_team_hover {
    background: transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition-duration: 0.4s;
    width: 100%;
}

.romana_single_team:hover .romana_team_hover {
    border: 3px solid #198ce7;
    transform: scale(1);
}

.romana_single_team:hover .romana_team_title {
    border-top: 3px solid #198ce7;
}

/* ==============================================================================================
    ************** Team-Detail Page ******************
================================================================================================= */
.romana_team_detail {
    background: transparent url("../../images/team_detail_bg.jpg");
    background-repeat: no-repeat;
    background-position: right center;
}

    .romana_team_detail .romana_team_detail_content {
        padding-bottom: 60px;
        padding-top: 100px;
    }

        .romana_team_detail .romana_team_detail_content .team_detail_right h3 {
            font-size: 20px;
            margin-bottom: 12px;
        }

        .romana_team_detail .romana_team_detail_content .team_detail_right h4 {
            font-size: 14px;
            color: #777;
            margin-bottom: 20px;
        }

        .romana_team_detail .romana_team_detail_content .team_detail_info p {
            line-height: 22px;
            color: #000;
        }

        .romana_team_detail .romana_team_detail_content .romana_team_detail_text {
            margin-top: 20px;
            padding-right: 56px;
            color: #555;
        }

/* ==============================================================================================
    ************** Testimonial Page ******************
================================================================================================= */
.romana_client_area2 {
    padding-top: 100px;
}

/* ==============================================================================================
    ************** Service-Detail-2 Page ******************
================================================================================================= */
aside h2 {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    aside h2 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    aside h2 {
        font-size: 22px;
        text-align: center;
    }
}

aside ul {
    background: #e8f5ff;
    margin-top: 40px;
    margin-bottom: 40px;
}

    aside ul li {
        padding-left: 38px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    aside ul li {
        padding-left: 20px;
    }
}

aside ul li a {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    aside ul li a {
        font-size: 15px;
    }
}

aside .active {
    background: #198ce7;
}

    aside .active a {
        color: #fff;
    }

aside .romana_sidebar_bottom ul li {
    background: #198ce7;
}

    aside .romana_sidebar_bottom ul li a {
        color: #fff;
    }

    aside .romana_sidebar_bottom ul li span {
        float: right;
        margin-right: 30px;
    }

.aside_left {
    margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .aside_left {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .aside_left {
        margin-right: 0px;
    }
}

.aside_right {
    margin-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .aside_right {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .aside_right {
        margin-left: 0px;
    }
}

.romana_service_wrap2 {
    background: url("../../images/service_detail_bg.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 540px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_service_wrap2 {
        height: 680px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_service_wrap2 {
        font-size: 15px;
        height: 560px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_service_wrap2 {
        font-size: 15px;
        height: 1090px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_service_wrap2 .romana_wrap2_text {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_service_wrap2 .romana_wrap2_text {
        font-size: 15px;
        text-align: center;
        margin-top: 30px;
    }
}

.romana_service_wrap2 .romana_wrap2_text h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.romana_service_wrap2 .romana_serviceDetail_img_text {
    margin-top: 40px;
}

    .romana_service_wrap2 .romana_serviceDetail_img_text .romana_serviceDetail_img2 {
        float: left;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_service_wrap2 .romana_serviceDetail_img_text .romana_serviceDetail_img2 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_service_wrap2 .romana_serviceDetail_img_text .romana_serviceDetail_img2 {
        margin-bottom: 40px;
        float: none;
    }
}

.romana_service_wrap2 .romana_serviceDetail_img_text .romana_serviceDetail_img2 img {
    width: 100%;
}

.romana_service_wrap2 .romana_serviceDetail_img_text .romana_serviceDetail2_text {
    margin-left: 60px;
    padding-left: 296px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_service_wrap2 .romana_serviceDetail_img_text .romana_serviceDetail2_text {
        margin-left: 0px;
        padding-left: 0px;
        text-align: center;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_service_wrap2 .service_detail3_img {
        position: absolute;
        top: 180px;
        left: 0px;
    }
}

.romana_service_detail_text2 {
    margin-top: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_service_detail_text2 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_service_detail_text2 {
        font-size: 15px;
        text-align: center;
        margin-bottom: 20px;
    }
}

.service_detail2 .romana_get_consult_area {
    margin-top: -25px;
}

/* ==============================================================================================
    ************** Project-3 Page ******************
================================================================================================= */
.project_three_column {
    padding-top: 105px;
    padding-bottom: 60px;
}

.romana_projects_sidebar_area {
    padding-top: 12px;
}

/* ==============================================================================================
    ************** Project-4 Page ******************
================================================================================================= */
.project_four_column {
    padding-top: 105px;
    padding-bottom: 60px;
}

    .project_four_column .romana_img_hover_content {
        width: 220px;
        margin-left: -110px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project_four_column .romana_img_hover_content {
        width: 180px;
        margin-left: -90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project_four_column .romana_img_hover_content {
        width: 180px;
        margin-left: -90px;
        font-size: 10px;
    }
}

/* ==============================================================================================
    ************** Project-full Page ******************
================================================================================================= */
.project_full .romana_project_single_img {
    float: left;
    margin-bottom: 0px;
    position: relative;
    transition-duration: 0.4s;
    width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project_full .romana_project_single_img {
        width: 33.33%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .project_full .romana_project_single_img {
        width: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .project_full .romana_project_single_img {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project_full .romana_img_hover_content {
        width: 200px;
        margin-left: -100px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .project_full .romana_img_hover_content {
        width: 200px;
        margin-left: -100px;
    }
}

/* ==============================================================================================
    ************** Project-Sidebar Page ******************
================================================================================================= */
.service_sidebar_padding {
    padding-bottom: 90px;
}

/* ==============================================================================================
    ************** Project-Detail Page ******************
================================================================================================= */
.project_detail_padding {
    padding-bottom: 115px;
}

.romana_project_detail_ul ul {
    margin-top: 60px;
    margin-bottom: 45px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_project_detail_ul ul {
        padding-left: 70px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

.romana_project_detail_ul ul li {
    display: inline-block;
    padding-right: 60px;
    padding-left: 19px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .romana_project_detail_ul ul li {
        padding-right: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_project_detail_ul ul li {
        padding-right: 0px;
        padding-left: 9px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_project_detail_ul ul li {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .romana_project_detail_ul ul li {
        padding-right: 0px;
        padding-left: 5px;
    }
}

.romana_project_detail_ul ul li span {
    font-weight: 300;
    display: block;
    color: #666;
    font-size: 16px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_project_detail_ul ul li span {
        font-size: 15px;
    }
}

.romana_project_detail_ul ul li :after {
    background: #198ce7;
    width: 3px;
    border-radius: 3px;
}

.romana_sidebar_three {
    background: #e8f5ff none repeat scroll 0 0;
    padding: 50px 20px;
    text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_sidebar_three {
        margin-bottom: 40px;
    }
}

.romana_sidebar_three h3 {
    margin-bottom: 30px;
}

.romana_sidebar_three a {
    background: #198ce7;
    margin-top: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

.romana_project_detail_right_text h3 {
    font-size: 24px;
    margin-bottom: 11px;
    margin-top: 44px;
}

.pagination2 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

    .pagination2 ul li {
        display: inline-block;
        color: #666;
        font-weight: 500;
        margin: 0px 2px;
        font-size: 14px;
    }

        .pagination2 ul li a {
            font-size: 18px;
            color: #000;
            font-weight: 500;
            border: 1px solid #cbcbcb;
            width: 27px;
            height: 27px;
            display: block;
            text-align: center;
            line-height: 27px;
            margin: 0px -3px;
        }

    .pagination2 .active a {
        color: #198ce7;
    }

/* ==============================================================================================
    ************** Shop Page ******************
================================================================================================= */
.romana_shop_area {
    padding-top: 105px;
    padding-bottom: 20px;
}

    .romana_shop_area .romana_load_more_btn {
        margin-top: 35px;
    }

.romana_single_shop {
    margin-bottom: 60px;
}

    .romana_single_shop h3 {
        font-size: 22px;
        color: #000;
        text-transform: capitalize;
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .romana_single_shop h4 {
        font-size: 20px;
        color: #666;
        font-weight: 300;
    }

    .romana_single_shop .romana_shop_img {
        position: relative;
    }

        .romana_single_shop .romana_shop_img img {
            width: 100%;
        }

        .romana_single_shop .romana_shop_img:after {
            opacity: 0.4;
            width: 100%;
            background: #fff;
            -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
            transform: scale(0);
        }

    .romana_single_shop:hover .romana_shop_img:after {
        border: 10px solid #000000;
        transform: scale(1);
    }

iframe {
    margin: 0px 0px -10px 0px;
}

.romana_contact_form2 h2:after {
    display: none;
}

/* ==============================================================================================
    ************** Contact Page ******************
================================================================================================= */
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_contact_page_area {
        padding-top: 70px;
    }
}

.romana_contact_left h2 {
    text-transform: capitalize;
    margin-bottom: 71px;
    color: black;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_contact_left h2 {
        font-size: 20px;
    }
}

.romana_contact_left .single_contact {
    margin-bottom: 37px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_contact_left .single_contact {
        font-size: 14px;
    }
}

.romana_contact_left .single_contact h3 {
    margin-bottom: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_contact_left .single_contact h3 {
        font-size: 16px;
    }
}

#googleMap {
    height: 260px;
}

.romana_contact_form2 {
    margin-top: 85px;
}

    .romana_contact_form2 h2 {
        margin-top: 135px;
    }


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_contact_form2 h2 {
        font-size: 22px;
    }
}

.romana_contact_form2 input, .romana_contact_form2 textarea {
    width: 100%;
    border: none;
    /* background: #61bb46; */
    margin-bottom: 20px;
    padding: 24px 20px;
    resize: none;
    border: 1px solid gray;
}

.romana_contact_form2 .romana_submit_btn input {
    background: #61bb46;
    line-height: 30px;
    margin-bottom: 0px;
}


/* ==============================================================================================
    ************** Faq Page ******************
================================================================================================= */
.romana_quote_area .romana_load_more_btn {
    margin-bottom: 0px;
    margin-top: 32px;
}

.category_select_section h2 {
    text-transform: capitalize;
}

.category_select_section select {
    border: 1px solid #7fc6ff;
    width: 370px;
    height: 50px;
    padding-left: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .category_select_section select {
        width: 285px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .category_select_section select {
        width: 345px;
    }
}

.category_select_section .select_option {
    position: relative;
    margin-top: 34px;
    margin-bottom: 57px;
}

    .category_select_section .select_option:after {
        right: 185px;
        height: 50px;
        line-height: 50px;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .category_select_section .select_option:after {
        right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category_select_section .select_option:after {
        right: 86px;
    }
}

.romana_single_faq {
    padding-left: 27px;
    margin-bottom: 40px;
}

    .romana_single_faq h3 {
        color: #020202;
        font-size: 22px;
        margin-bottom: 10px;
        position: relative;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_single_faq h3 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .romana_single_faq h3 {
        font-size: 18px;
    }
}

.romana_single_faq h3:after {
    background: #198ce7;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 4px solid #7fc6ff;
    left: -27px;
    top: 3px;
}

.romana_faq_contact h2 {
    text-transform: capitalize;
}

    .romana_faq_contact h2:after {
        left: 50%;
        margin-left: -25px;
    }

.romana_faq_contact input,
.romana_faq_contact textarea {
    background: none;
    border: 1px solid #b4deff;
}

    .romana_faq_contact input[type="submit"] {
        border: none;
    }

        .romana_faq_contact input[type="submit"]:hover {
            background: none;
            border: 1px solid #198ce7;
            color: #222222;
        }

.shop_detail_product {
    margin-bottom: 42px;
    padding-top: 60px;
}

    .shop_detail_product h2 {
        font-size: 24px;
        color: #444;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .shop_detail_product h2 {
        text-align: center;
    }
}

.tab_area {
    margin-top: 60px;
}

    .tab_area ul.tabs {
        list-style: outside none none;
        padding: 0;
        text-align: center;
        border: 1px solid #b4deff;
    }

        .tab_area ul.tabs li {
            background: transparent none repeat scroll 0 0;
            cursor: pointer;
            display: inline-block;
            font-size: 20px;
            font-weight: 500;
            padding: 10px 140px;
            text-transform: uppercase;
            font-size: 18px;
            color: #222222;
            text-transform: capitalize;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tab_area ul.tabs li {
        padding: 10px 106px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab_area ul.tabs li {
        padding: 10px 70px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tab_area ul.tabs li {
        padding: 10px 36px;
    }
}




.tab_area ul.tabs li.current {
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .tab_area ul.tabs li.current:before {
        background: #198ce7;
        height: 2px;
        top: 49px;
        left: -3px;
    }

    .tab_area ul.tabs li.current:after {
        background: transparent;
        border-bottom: 6px solid #198ce7;
        width: 10px;
        border-top: 6px solid transparent;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        left: 50%;
        margin-left: -5px;
    }

.tab_area .tab-content {
    border-bottom: 1px solid #b4deff;
    color: #444444;
    display: none;
    font-size: 16px;
    height: 152px;
    padding: 38px 13px 195px 30px;
    border-bottom: 1px solid #b4deff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab_area .tab-content {
        height: 265px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tab_area .tab-content {
        height: 330px;
    }
}

.tab_area .tab-content.current {
    display: inherit;
}

.gallery_two_mt15 {
    margin-top: 15px;
}

.romana_right_img2 {
    margin-top: -33px;
}

.romana_right_img.romana_right_img3 {
    margin-top: -85px;
}

.gallery_two_mt27 {
    margin-top: -27px;
}

.romana_img_hover_content a i {
    font-size: 20px;
}

.romana_middle_img.gallery_two_mt27.gallery_two_mt30 {
    margin-top: -88px;
}

.media, .media-body {
    overflow: inherit;
    zoom: 1;
}

.mb60 {
    padding-bottom: 60px;
}

.romana_projects_area2 .romana_img_hover_content {
    margin-left: -100px;
    width: 200px;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #ffffff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%;
}

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: #F9F9FA;
    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: -32px;
    position: absolute;
    top: 50%;
    width: 142px;
    z-index: 2147483647;
}

/*# sourceMappingURL=style.css.map */
.romana_service_icon p {
    margin-top: 15px;
}

#footser-end {
    text-align: right;
    background-color: #000000;
    color: #fff;
    padding: 10px;
}

    #footser-end p {
        color: #fff;
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        font-weight: 600;
    }

.btntoTop {
    background-color: #9c27af;
    border: 2px solid #ffffff;
    border-radius: 2px;
    bottom: 30px;
    cursor: pointer;
    height: 44px;
    line-height: 36px;
    opacity: 1.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    right: 30px;
    text-align: center;
    -webkit-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s;
    width: 44px;
    z-index: 999;
}

    .btntoTop:before {
        color: #fff;
        content: "";
        display: inline-block;
        font: 20px FontAwesome;
        vertical-align: middle;
    }

.romna_footer_logo a {
    margin-top: -25px;
    display: block;
}

.single_contact a {
    color: black;
}

nav#navbar ul.nav li ul.dropdown-menu li:last-child a {
    border-bottom: 0px;
}

.media:first-child {
    margin-top: 0;
    margin-bottom: 25px;
}

.bg-systematic {
    background-color: #f6f6f6;
    padding-bottom: 70px;
    padding-top: 70px;
}

.gdlr-color-wrapper, .gdlr-parallax-wrapper {
    overflow: hidden;
    background-position: center 0;
    background-repeat: repeat;
    position: relative;
    background: linear-gradient(110deg,#a9a9a9 57%, #9c27af 5%);
}

.invest {
    font-size: 35px;
    line-height: initial;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-top: 43px;
    padding-bottom: 13px;
    margin-bottom: 0;
}

.invest1 {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding-top: 10px;
}

.cal-sp1 {
    background: white;
    display: table-cell;
    height: 95px !important;
    width: 95px !important;
    vertical-align: middle;
    border-radius: 50%;
    color: #9c27af;
}

    .cal-sp1 i {
        font-size: 52px
    }

.gdlr-color-wrapper a:hover .cal-sp1 {
    background: #000000;
}

.gdlr-color-wrapper a:hover i {
    color: white;
}

.cal-sp2 {
    background-image: url(../images/icon1.png);
    background-origin: padding-box;
    background-size: 100%;
    background-repeat: no-repeat !important;
    display: inline-block;
    height: 95px !important;
    width: 95px !important;
}

.cal-sp3 {
    background-image: url(../images/icon2.png);
    background-origin: padding-box;
    background-size: 100%;
    background-repeat: no-repeat !important;
    display: inline-block;
    height: 95px !important;
    width: 95px !important;
}

.cal-sp4 {
    background-image: url(../images/icon3.png);
    background-origin: padding-box;
    background-size: 100%;
    background-repeat: no-repeat !important;
    display: inline-block;
    height: 95px !important;
    width: 95px !important;
}

.cal-sp5 {
    background-image: url(../images/icon5.png);
    background-origin: padding-box;
    background-size: 100%;
    background-repeat: no-repeat !important;
    display: inline-block;
    height: 95px !important;
    width: 95px !important;
}

.cal-sp6 {
    background-image: url(../images/House.png);
    background-origin: padding-box;
    background-size: 100%;
    background-repeat: no-repeat !important;
    display: inline-block;
    height: 95px !important;
    width: 95px !important;
}

.mt15 {
    margin-bottom: 15px;
}

.romna_footer_logo {
    margin: 0px 0px;
}

    .romna_footer_logo img {
        border-radius: 5px;
    }

.widget_contact {
    color: black;
}

    .widget_contact p {
        margin: 0px;
        font-size: 14px;
        color: white;
        line-height: 18px;
        margin: 8px 0px;
    }

    .widget_contact a {
        color: black;
        font-size: 14px;
        color: white;
    }

    .widget_contact i {
        font-size: 20px;
        margin: 10px 3px 0px 0px;
        margin: 0px;
        font-weight: 400;
        font-size: 15px;
    }

.gdlr-color-wrapper a .text {
    font-size: 15px;
    line-height: 20px;
    color: white;
    margin-top: 14px;
    margin-bottom: 15px;
}

.gdlr-color-wrapper a {
    margin: 10px 0px;
    color: #112267;
}

.final_plan ul {
    margin: 0px;
    padding: 0px;
}

    .final_plan ul li {
        list-style-type: none;
    }

        .final_plan ul li a {
            text-align: center;
            display: block;
            background: #e7e4e4;
            padding: 8px 0px;
            border-radius: 3px;
            text-decoration: none;
            border-bottom: 1px solid #b5a8a8;
            font-weight: bold;
            color: #000000;
            border-right: 1px solid #b5a8a8;
        }

            .final_plan ul li a img {
                display: block;
                text-align: center;
                margin: 0 auto;
            }

.para {
    margin: 0px 0px 0px 0px;
}

    .para span {
        font-size: 20px;
        font-weight: 600;
        display: block;
        margin: 0px 0px 10px 0px;
        color: black;
    }

.final_plan {
    margin: 35px 0px 50px 0px !important;
}

.para p {
    display: none;
}

#content1 {
    display: block;
}

.final_plan ul li a.active {
    color: white;
    background: #9c27af
}

    .final_plan ul li a.active i {
        color: white;
    }

.widget_contact h4 {
    color: white;
}

.para iframe {
    width: 100%;
}

.romana_contact_left h2:after {
    margin: 1px;
}


@media only screen and (min-width: 0px) and (max-width: 1200px) {
    .service-ttile > h4 {
        color: #003445;
        font-size: 15px;
    }

    .services-trim-content p {
        min-height: 130px;
    }

    nav#navbar ul.nav li a {
        padding: 0 5px;
    }
}


@media only screen and (max-width: 1024px) {

    .para iframe {
        width: 100%;
        height: 1145px;
    }

    iframe#newretirement {
        height: 1500px;
    }

    .final_plan ul li a {
        font-size: 9px;
        line-height: 15px;
        margin-top: 0px;
    }

    nav#navbar ul.nav li a {
        padding: 0 5px;
    }

    .romana_logo img {
        height: auto;
        margin: 8px 0px;
    }

    nav#navbar ul.nav li a {
        font-size: 10px;
        line-height: 10px;
        margin: 35px 0 25px;
        padding: 0 5px;
        font-size: 10px;
        line-height: 10px;
        margin: 50px 0 25px;
    }
}


@media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_section_title {
        text-align: center;
    }

        .romana_section_title h2 {
            font-size: 22px;
        }

            .romana_section_title h2:after {
                left: 50%;
                margin-left: -25px;
            }

    .romana_header_top {
        display: block;
    }

    nav#navbar ul.nav li a {
        display: block;
        color: #000;
        margin: 0;
        padding: 15px;
    }

    .romana_logo, .header_bottom_right {
        margin-bottom: 6px;
        margin-top: 0px;
        position: relative;
        z-index: 999;
    }

    .romana_history_left_content:after {
        background: none;
    }

    nav#navbar {
        position: absolute;
        width: 100%;
        padding-right: 0;
        background: #ffffff;
        z-index: 2;
        right: 0px;
        top: 115px;
        border: 10px solid #ffffff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        left: 0px;
        z-index: 99;
    }

    nav#navbar {
        width: 100%;
        right: 30px;
        z-index: 9999;
    }

        nav#navbar ul.nav {
            display: block;
            text-align: left;
        }

    .tab_area ul.tabs li {
        font-size: 14px;
        padding: 10px 10px 10px 8px;
    }

    nav#navbar ul.nav li a:hover {
        color: #ffffff;
        background-color: #3a4860;
    }

    nav#navbar ul.nav li ul li {
        border: 1px solid #d2d2d2;
    }

    nav#navbar ul.nav li {
        display: block;
        border: 1px solid #d2d2d2;
        margin: 4px 0;
    }

        nav#navbar ul.nav li ul {
            border: none;
        }

    nav#navbar > ul.nav > li:after {
        display: none;
    }

    .hero_slider .owl-nav {
        font-size: 25px;
    }

    .romana_cart_area .cart_span_width {
        width: 68px;
    }

    nav#navbar ul.nav li ul.dropdown-menu {
        box-shadow: none;
        background: #f8fbfd;
        float: none;
        width: 100%;
        padding: 0;
        position: static;
    }

    form.searchForm {
        width: 279px;
    }

    .hero_slider .owl-nav .owl-next {
        right: 0px;
        border: 1px solid #717171;
        height: 40px;
        line-height: 42px;
        width: 30px;
        border-right: 0px solid #fff;
    }

    nav#navbar ul.nav li ul.dropdown-menu li {
        border-left: 3px solid #3a4860;
    }

    .romana_about_right_text {
        font-size: 15px;
        margin-top: 80px;
        text-align: center;
    }

    .romana_shop_detail .shop_detail_right {
        margin-top: 35px;
        text-align: center;
    }

    nav#navbar ul.nav li ul.dropdown-menu .menu-collumn {
        border: none !important;
    }

    .hero_slider .owl-nav .owl-prev {
        left: 0px;
        border: 1px solid #717171;
        height: 40px;
        line-height: 42px;
        width: 30px;
        border-left: 0px solid #fff;
    }

    .romana_hero_text {
        padding-top: 110px;
    }

    form.searchForm {
        width: 400px;
    }

    .romana_shop_detail .romana_cart_table .romana_single_cart .romana_inner_cart li {
        left: 50%;
        margin-left: -32.5%;
        position: absolute;
        text-align: center;
        width: 65%;
        line-height: 40px;
    }

    .romana_hero_text h1 {
        font-size: 20px;
    }

    .romana_hero_text .romana_slider_btn a {
        margin: 0;
    }

    .romana_history_left_content:after {
        background: none;
    }

    #footser-end p {
        text-align: center;
    }

    .romana_about_img {
        margin-top: 20px;
    }

    .hero_slider_bg {
        height: 265px;
    }

    .romana_about_us_area {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .romana_about_img img {
        height: 240px;
    }

    .romana_logo {
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .romana_service_left_text {
        font-size: 15px;
        padding-right: 0;
        text-align: center;
    }

    .romana_hero_text .romana_slider_btn2 {
        width: 126px;
        height: 42px;
        line-height: 42px;
    }

    .romana_hero_text .romana_slider_btn1 {
        width: 126px;
        height: 42px;
        line-height: 42px;
    }

    .romana_hero_text span {
        font-size: 30px;
    }

    .romana_service_btn {
        margin-bottom: 50px;
    }

    .romana_service_icon {
        margin-left: 0px;
        text-align: center;
    }

    .romana_about_us_area {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .romana_consult_middle {
        font-size: 22px;
    }

    .romana_blog_detail_area {
        margin-top: 210px;
    }

    .tag_sidebar ul li {
        width: 132px;
        margin-left: 12px;
    }

    .romana_post_date, .romana_history_left_single_date {
        left: 15px;
    }

    .blog_detail_text {
        text-align: center;
    }

    .tag_sidebar ul {
        margin-left: 0px;
    }

    .romana_project_detail_ul ul {
        padding-left: 0px;
    }

    .romana_service_wrap2 {
        height: 980px;
    }

    .romana_team_title2 h3 {
        top: 270px;
    }

    .romana_about_right_text h2:after {
        left: 50%;
        margin-left: -25px;
    }

    .romana_header_bottom {
        -webkit-transition: all .8s ease;
        -moz-transition: all .8s ease;
        -ms-transition: all .8s ease;
        -o-transition: all .8s ease;
        transition: all .8s ease;
        background: linear-gradient(121deg, #fff 50%, #006f94 29%);
    }

        .romana_header_bottom.headtop {
            background: linear-gradient(121deg, #fff 44%, #006f94 29%);
        }

    .romana_section_padding {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .final_plan ul li a {
        width: 100%;
    }

    .romana_header_top_right.text-right a {
        margin: 10px 5px;
        line-height: 25px;
        padding: 6px 10px;
    }

    .romana_header_top_left {
        display: none;
    }

    .navbar-header {
        font-size: 38px;
        color: #61bb46;
        background: #fff;
    }

    .para {
        margin: 0px 0px 0px 0px;
        margin-top: 40px;
    }

    .navbar-toggle {
        margin-bottom: 10px;
        margin-right: 0px;
        margin-top: 20px;
        color: white;
        background: #9c27af;
        width: 50px;
        padding: 2px 10px;
    }

    .aboutus img {
        float: none;
    }

    .tab_area {
        margin-top: 120px;
    }

        .tab_area .tab-content {
            display: none;
            font-size: 14px;
            height: 500px;
            padding: 38px 15px 195px;
            text-align: justify;
        }

    .romana_consult_left :after {
        display: none;
    }

    .romana_header_top:after {
        right: 0px;
        width: 0px;
        display: none;
    }

    .romana_header_top:before {
        width: 0px;
        left: 0px;
        display: none;
    }

    .service-ttile {
        display: block;
        float: initial;
        width: 100%;
    }

    .services-icon-title {
        margin-bottom: 30px;
        overflow: initial;
    }

    .romana_header_top .row {
        background: #ef7f1b;
    }

    .services-trim-content p {
        min-height: auto;
    }

    .romana_check_list {
        text-align: left;
        margin-top: -30px;
    }

    .category_select_section .select_option:after {
        right: 4px;
    }

    .romana_faq_contact h2 {
        font-size: 18px;
        margin-bottom: -25px;
    }

    .romana_project_detail_right_text {
        text-align: center;
    }

    .romana_request_area {
        margin-top: 60px;
    }

    .final_plan ul li a {
        font-size: 14px;
    }

        .final_plan ul li a i {
            font-size: 45px;
            display: block;
            color: #000000;
            margin: 10px 0px;
        }

    .final_plan ul {
        margin: 0px;
        padding: 0px;
        display: block;
    }

    .romana_logo img {
        height: 60px;
        float: left;
        margin: 5px 0px;
    }

    .romana_header_bottom {
        background: transparent;
    }

    .romana_header_top {
        position: relative;
        background: transparent;
    }

        .romana_header_top .row {
            background: transparent;
        }

    .romana_header_top_right.text-right a {
        margin: 10px 5px;
        line-height: 25px;
        padding: 6px 10px;
        background: #007634;
        color: white;
    }

    .romana_header_top_right.text-right a {
        margin: 10px 0px;
        line-height: 25px;
        padding: 6px 10px;
        background: #000000;
        color: white;
    }

    .romana_header_bottom {
        background: transparent;
        border-top: 1px solid #dbdbdb;
    }

    nav#navbar {
        width: 100%;
        right: 30px;
        z-index: 9999;
        top: 75px;
    }

        nav#navbar ul.nav li a {
            font-size: 15px !important;
            padding: 5px 3px !important;
        }
}

.romana_contact_right h2 {
    color: black;
}

.Captcha {
    float: left;
    width: 63% !important;
    font-size: 33px;
    padding: 1px 15px !important;
    border: none !important;
    background-image: url(../images/dot.png);
    background-repeat: repeat;
    text-align: center;
    color: black;
}

.refreshbtn {
    background: #112267;
    outline: none;
    color: #fff;
    font-size: 18px !important;
    padding: 11px !important;
    width: 27% !important;
    float: right;
    font-weight: 500;
}

@media only screen and (max-width: 480px) {
    .aboutus img {
        width: 100%;
        height: auto;
        margin: 0px;
    }

    .romana_header_bottom.headtop {
        background: linear-gradient(121deg, #fff 65%, #ffffff 29%);
    }

    .romana_header_bottom {
        background: linear-gradient(121deg, #fff 66%, #ffffff 29%);
    }

    .romana_logo img {
        height: 55px;
        float: left;
        margin: 5px 0px;
    }

    .romana_service_left_text {
        font-size: 15px;
        padding-right: 0;
        text-align: center;
        margin-top: 25px;
    }

    .navbar-toggle {
        margin-top: 13px;
    }
}

.market h4 {
    font-size: 22px;
    color: #252525;
    text-align: center;
    font-weight: 500;
    padding: 20px 0;
}

.content-sec p {
    font-size: 14px;
    color: #000;
    text-align: justify;
    font-weight: 400;
}

.content-sec img {
    float: left;
    margin-right: 25px;
}


.content-sec ul {
    padding-left: 30px;
}

    .content-sec ul li {
        list-style: disc;
        font-size: 14px;
        line-height: 27px;
        font-family: arial;
        color: #000;
    }

        .content-sec ul li i {
            margin-right: 10px;
        }

.about-img img {
    margin-bottom: 40px;
}

.content-sec h5 {
    font-size: 20px;
    color: #000;
    padding: 10px 0;
    text-shadow: 1px 1px 1px #d2caca63;
    font-weight: 600;
}



/* contact form sticky css */

#slider {
    width: 500px;
    top: 130px !important;
    position: fixed;
    z-index: 9999;
}

#header {
    width: 345px;
    height: 430px;
    position: absolute;
    right: 0px;
    border: 1px solid #f0f0f0;
    margin-left: 40px;
    padding: 5px 40px;
    border-radius: 3px;
    box-shadow: 0 0 8px grey;
    background: #f0f0f0;
}

#sidebar {
    position: absolute;
    top: 140px;
    left: 113px;
    box-shadow: 0 0 8px gray;
    display: none;
}

#sidebar1 {
    position: absolute;
    top: 90px;
    left: 113px;
    box-shadow: 0 0 8px gray;
}



/*
input[type=text]{ 
	margin-top: 10px;
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
}
*/


div#title {
    position: absolute;
    top: 300px;
    left: 650px;
}

select {
    padding: 6px;
    width: 100%;
    font-size: 15px;
    border-radius: 2px;
    border: 3px solid #98d0f1;
}

textarea {
    padding: 6px;
    font-size: 15px;
    border-radius: 2px;
    border: 3px solid #98d0f1;
    margin-top: 10px;
    height: 80px;
    width: 100%;
}

button {
    background: #2bc1f2;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 22px;
    font-weight: bolder;
    padding: 8px 0 8px 0;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 25px;
}

textarea {
    padding: 6px;
    font-size: 15px;
    border-radius: 2px;
    border: 3px solid #98d0f1;
    margin-top: 10px;
    height: 80px;
    width: 100%;
}

button {
    background: #2bc1f2;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 22px;
    font-weight: bolder;
    padding: 8px 0 8px 0;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 25px;
}

.us_slider input.ui-slider-input {
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 4px;
    width: 160px;
    height: 23px;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    text-align: center;
    vertical-align: text-bottom;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    color: #09F;
    border: 1px solid;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 1);
}

.us_slider .ui-slider-track {
    position: relative;
    overflow: visible;
    border-width: 1px;
    /* border-style: solid; */
    height: 3px;
    top: 13px;
    margin-top: 0;
    margin-left: 0px;
    margin-bottom: 0;
    margin-right: 200px;
    box-shadow: inset 0 0 3px rgb(51 51 51 / 45%);
    background: #b6b6b6;
    border: none;
}

    .us_slider .ui-slider-track .ui-btn.ui-slider-handle {
        position: absolute;
        z-index: 1;
        top: 50%;
        width: 20px;
        height: 20px;
        margin: -11px 0 0 -1px;
        outline: 0;
        padding: 0;
        border: none;
        border-radius: 10px;
    }

    .us_slider .ui-slider-track .ui-btn.ui-slider-handle {
        position: absolute;
        z-index: 1;
        top: 50%;
        width: 20px;
        height: 20px;
        margin: -11px 0 0 -1px;
        outline: 0;
        padding: 0;
        border: none;
        border-radius: 10px;
    }

.us_slider .ui-slider-switch .ui-slider-label, .ui-slider-switch .ui-slider-inneroffset, .ui-slider-handle {
    border: 0px solid #D9D9D9 !important;
    border-radius: 20px;
    background: #f59019 !important;
    cursor: default;
    /* box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb; */
}

.us_slider label {
    font-family: 'Josefin Sans', sans-serif !important;
    display: block;
    margin: 0 0 0.4em;
    padding: 10px 0 0 0px;
    color: #484f4e;
    font-weight: 400;
    font-size: 17px !important;
    font-family: 'Josefin Sans', sans-serif !important;
}

.us_slider h2 {
    font-weight: 700;
    color: #1465ae;
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif !important;
}

.us_slider .your_results h4 {
    color: #2759ab;
    float: left;
    padding-bottom: 5px;
    padding-top: 20px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
    font-family: 'Josefin Sans', sans-serif !important;
}

.us_slider {
    padding-left: 15px;
    padding-right: 15px;
}

/*.ui-mobile .widget-container {
    display: none;
}*/
.ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset {
    width: 161px !important;
    /*border-style: groove !important;*/
}

.service-icon i {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
}

.romana_header_bottom li.dropdown a.nav-link::after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    padding-left: 3.4px;
}

#benefits hr {
    display: none;
    display: none;
}

.btn1 {
    margin-top: 10px;
    width: 140px;
    background: #9c27af;
    color: white;
    padding: 10px;
}

#benefits span {
    display: block;
    width: 100%;
    height: 30px;
    text-align: left;
    font-weight: bold;
    color: #f59019;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    clear: both;
}

.btntoTop:before {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}
/*.ui-mobile .widget-container {
    display:none;
    position:relative;
    z-index:-1;
}*/
@media (max-width: 576px) {
    .final_plan iframe {
        height: 1800px !important;
    }
}
#benefits span {
    display: block;
    display: block;
    width: 100%;
    height: 30px;
    text-align: left;
    font-weight: bold;
    color: #f59019;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    clear: both;
}

/*video section*/
.video-test {
    padding: 50px 0px 70px 0px;
    background: #efefef;
}

.video-test h2 {
    margin: 10px 0px 40px 0px;
}
.owl-controls.clickable .owl-pagination {
    margin-top: 1rem;
}

.owl-controls.clickable .owl-pagination .owl-page span {
    background: #e27919 none repeat scroll 0 0 !important;
    display: inline-block !important;
    height: 5px !important;
    margin: 0 4px;
    width: 20px !important;
}

.owl-controls.clickable .owl-pagination .owl-page.active span {
    background: #393991 none repeat scroll 0 0 !important;
}
.testimonial h2 {
    font-size: 33px;
    font-weight: bold;
    line-height: 35px;
}
.owl-carousel .owl-refresh .owl-item {
    display: block !important
}
.video-test .owl-dot.active {
    background: #393991 none repeat scroll 0 0;
}

.video-test .owl-dot {
    cursor: pointer;
    background: #e27919 none repeat scroll 0 0;
    display: inline-block;
    height: 5px;
    margin: 20px 4px;
    width: 20px;
}

.video-test .owl-carousel .owl-dot span, .video-test .owl-carousel .owl-dot.active span {
    background: transparent !important;
    border-color: transparent !important;
}

/*gallery section*/

#lcl_wrap {
    background: gray;
    width: 50%;
    margin: auto;
    padding-top: 50px;
}

#lcl_elem_wrap {
    background-size: contain !important;
    border-radius: 12px;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.gallery {
    column-count: 4;
    --webkit-column-count: 4;
    --moz-column-count: 4;
    gap: 0.2rem;
    padding: 4rem;
}

.image img {
    height: auto;
    width: 100%;
    padding: 3.4px 2px;
    border-radius: 12px;
}

/* Responsive-ness for different screen-sizes */
@media screen and (max-width: 810px) {
    .gallery {
        column-count: 3;
        --webkit-column-count: 3;
        --moz-column-count: 3;
    }
}

@media screen and (max-width: 500px) {
    .gallery {
        column-count: 2;
        --webkit-column-count: 2;
        --moz-column-count: 2;
    }
}

@media screen and (max-width: 400px) {
    .gallery {
        column-count: 1;
        --webkit-column-count: 1;
        --moz-column-count: 1;
    }
}

li.nav-item.img_hide {
    display: none;
}

li.nav-item.img_show {
    display: block;
}

/*end gallery section*/

/*gallery popup section*/

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}

.container.description {
    background: white;
    border: 1px solid #eee;
    padding: 10px 25px;
    margin-top: 40px;
}

    .container.description h1 {
        font-size: 35px;
        font-weight: 300;
    }

        .container.description h1 small {
            display: block;
            font-size: 16px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

    .container.description p {
        font-size: 14px;
        line-height: 1.5;
        color: #666;
    }

    .container.description h3 {
        color: #0080a7;
        margin-top: 25px;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .container.description h5 {
        font-size: 12px;
    }

    .container.description code {
        background: #eee;
        font-size: 12px;
    }
/* SLIDER AND POP UP GALLERY STARTS HERE */
.awesome__slider div {
    background: black;
    display: flex !important;
}

    .awesome__slider div img {
        width: auto !important;
        max-height: 97%;
        display: flex;
        margin: auto;
    }

    .awesome__slider div h3 {
        padding-top: 50px;
        color: white;
        font-size: 50px;
    }

/*.container {
    max-width: 800px;
}
*/
.awesome__slider .slick-prev,
.awesome__slider .slick-next {
    border-radius: 50% !important;
    height: 30px;
    width: 30px;
    display: block;
    border: none;
    background: gainsboro;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 999;
    cursor: pointer;
    border-radius: 11px;
    margin: 4px;
}

.awesome__slider .slick-next {
    right: 15px;
    left: auto !important;
    background: gainsboro !important;
}

.awesome__slider .slick-prev {
    left: 9px !important;
    background: gainsboro !important;
}

.next-img:hover {
    background: gray;
}

.prev-img:hover {
    background: gray;
}

.next-img {
    right: 0;
    left: auto;
}
/*.awesome__thumbnails {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
    gap: 0.2rem;
 
}*/
.awesome__thumbnails {
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-count: 2;
    -moz-column-gap: 2px;
    column-count: 2;
    column-gap: 0px;
}

.thumb img {
    width: 100% !important;
    height: auto !important;
    padding: 2px;
    border-radius: 11px;
    /*filter: blur(1.2px);*/
}

.awesome__thumbnails .thumb.active img {
    filter: blur(0);
    box-shadow: 0px 0px 8px 0px #e0dbdf;
}

@media screen and (max-width: 749px) {
    .awesome__thumbnails {
        display: none;
    }
}

.awesome__ba,
.awesome__videos {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    min-height: 3.2rem;
    padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: 98%;
}

    .awesome__ba small,
    .awesome__videos small {
        display: block;
        font-weight: lighter;
    }

    .awesome__ba:hover,
    .awesome__videos:hover,
    .awesome__ba:focus,
    .awesome__videos:focus {
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
        color: rgba(0, 0, 0, 0.65);
    }

    .awesome__ba:hover,
    .awesome__videos:hover {
        transform: translateY(-1px);
    }

    .awesome__ba:active,
    .awesome__videos:active {
        background-color: #f0f0f1;
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
        color: rgba(0, 0, 0, 0.65);
        transform: translateY(0);
    }
.bord {
    width: 98%;
    border-top: 1px dashed #ccc;
    margin: 10px 0;
}
.awesome__slider, .slick-list {
    height: 100vh !important;
    max-height: 400px;
}

.slick-slide {
    display: flex;
}

@media screen and (max-width: 749px) {
    .popup__btns {
        display: flex;
        gap: 5px;
    }

        .popup__btns .bord {
            display: none;
        }

    .flex-column-reverse {
        height: auto !important;
        padding: 0 !important;
    }

    .thumbnails-content .modal-dialog {
        max-width: 100% !important;
    }

    .thumbnails-content {
        padding-right: 0 !important;
    }

    .awesome__slider div img {
        max-width: 97% !important;
        height: auto !important;
    }
}

.thumbnails-content .modal-content {
    background-color: #fff !important;
    border-radius: 11px !important;
}

.flex-column-reverse {
    height: 85vh;
}

    .flex-column-reverse .col-md-4 {
        height: 75vh;
        overflow-x: auto;
    }

        .flex-column-reverse .col-md-4::-webkit-scrollbar {
            width: 3px;
        }

        .flex-column-reverse .col-md-4::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .flex-column-reverse .col-md-4::-webkit-scrollbar-thumb {
            background: #888;
        }

            .flex-column-reverse .col-md-4::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

.slick-list.draggable {
    border-radius: 11px;
}

.thumb.active {
    border: 2px solid dodgerblue;
    border-radius: 11px;
}

.custom-close {
    position: absolute;
    right: 10px;
    font-size: 35px;
    width: 50px;
    margin: 0;
    opacity: 1;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: none !important;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.thumbnails-content .modal-dialog {
    width: 80% !important;
}

/*legend gallery popup*/
/*end gallery popup section*/

@media only screen and (min-width: 0px) and (min-width: 767px) {
    .video-test {
        padding: 20px 0px 20px 0px !important;
        background: #efefef;
    }
    .testmonial-wrapper1 .owl-stage-outer .owl-stage .owl-item {
        width: 330px !important;
    }
}
@media (min-width: 0px) and (min-width: 769px) {
    .testmonial-wrapper1 .owl-stage-outer .owl-stage .owl-item {
        width: 750px !important;
    }
}



#stripimg {
    position: relative;
    text-align: center;
    margin: 5px 0px;
}

    #stripimg img {
        text-align: center;
        max-width: 100%;
    }

    #stripimg .close-btn {
        position: absolute;
        top: 2px;
        right: 2px;
        background: #cbcbcb;
        height: 25px;
        width: 25px;
        color: #000;
        border: 0px;
        font-size: 12px;
        font-weight: 800;
        margin: 0px;
        padding: 0px;
        border-radius: 0;
    }

#largeModal .close {
    background: #cbcbcb;
    padding: 1px 10px;
    border: 0px;
    border-radius: 20px;
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    width: 32px;
    height: 32px;
    opacity: 1;
    top: -33px !important;
}

#largeModal .modal-footer .btn {
    display: inline-block;
    width: 150px;
}

.modal-backdrop {
    background-color: rgb(0 0 0 / 55%) !important;
}

#largeModal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0px auto !important;
    padding: 0 58px 0px 11px;
}
@media (min-width:300px) and (max-width: 768px) {
    #stripimg img {
        width: 100%;
    }

    #stripimg .close-btn {
        height: 20px;
        width: 20px;
        font-size: 10px;
        top: 2px;
        right: 3px;
    }
}

@media (min-width:769px) and (max-width: 1200px) {
    #stripimg img {
        width: 100%;
    }

    #stripimg .close-btn {
        height: 20px;
        width: 20px;
        font-size: 10px;
        top: 3px;
        right: 10px;
    }
}
.custom-twitter svg {
    position: absolute;
    left: 9px;
    border: #fff;
    right: 0px;
    top: 8px;
    margin: 0;
    text-align: center;
    fill: #fff;
}

.custom-twitter a {
    height: 42px;
    background: #000 !important;
}

.custom-twitter {
    position: relative;
}
@media (max-width: 767px) {
    .order1-mobile .col-xl-3.col-lg-3.col-md-12 {
        order: 2;
    }
    .order1-mobile .blogcontent.details {
        order: 1;
    }
}