/*-----------------------------------------------------------------------------------*/
/*    1.     Default CSS
/*-----------------------------------------------------------------------------------*/
.main_wrapper {
    height: 100%;
    width: 100%;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

a:hover, a:focus {
    text-decoration: none;
}

ul, ol {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

f_left {
    float: left;
}

f_right {
    float: right;
}

.fix {
    overflow: hidden;
}

blockquote {
    border-left: 0;
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
}

/* 1.1 Spacing  =================================== */

.section_padding_100 {
    padding: 50px 0;
    border-top: 1px solid #e6e4e4;
    padding: 50px 0px 20px 0px;
}

.section_padding_bottom {
    padding-bottom: 100px;
}

.section_padding_top {
    padding-top: 100px;
}

.section_padding_top50 {
    padding-top: 50px;
}

.section_padding_bottom50 {
    padding-bottom: 50px;
}

.section_padding_50 {
    padding: 50px 0;
}

/* 1.2 Typographyy =================================== */

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #a2a2a2;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.section_hedings, .section_hedings_white {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 30px;
}

    .section_hedings span, .section_hedings_white span {
        color: #0064b2;
    }

.section_hedings {
    color: #22313f;
}

.section_hedings_white {
    color: #fff;
}

/* 1.3 hover and focus effect ===================================*/
/* this code is for hover */
.footer_top .widget ul li a:hover {
    color: #fdc236;
    text-decoration: none;
}

.footer_top .widget_footer_social a:hover {
    color: #ffffff;
    background-color: #0666b0;
    border: 1px solid #f5ab35;
}

.single_blog_page .blog_text h3 a:hover, .header_top_wrapper ul li a:hover, .about_banner_area_content ul li a:hover {
    color: #000000;
}

/* =-=-=-=-=-=-=-=- this code is for blog-area hover =-=-=-=-=-=-=-=-=- */
.blog_area figure:hover figcaption:after, .blog_page figure:hover figcaption:after {
    height: 100%;
    width: 100%;
}

.blog_area figure:hover figcaption h3 a, .blog_area figure:hover figcaption h5, .blog_page figure:hover figcaption h3 a, .blog_page figure:hover figcaption h5 {
    color: #fff;
}

.blog_area figure:hover figcaption, .blog_page figure:hover figcaption {
    height: 126px;
}

    .blog_area figure:hover figcaption i, .blog_page figure:hover figcaption i {
        right: 30px;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
    }

/* =-=-=-=-=-=-=-=- this code is for advisor_area hover =-=-=-=-=-=-=-=-=- */

.advisor_area figure:hover:before {
    height: 85%;
}

.advisor_area figure:hover figcaption {
    height: 111px;
    top: 85%;
    background-color: #f5ab35;
    border-right: 3px solid #ffffff;
}

    .advisor_area figure:hover figcaption:before {
        border-bottom: 30px solid #f5ab35;
        top: -18%;
    }

    .advisor_area figure:hover figcaption h6 {
        color: #fff;
    }

.advisor_area figure:hover .advisor_social i {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    display: inline-block;
}

/* this code is for blog pagination */
.blog_content_pagination ul li a:focus, .blog_content_pagination ul li a:hover, .blog_content_pagination ul li.active a {
    background-color: #22313f;
    color: #fff;
}

/* this code is for button hover */
.carousel-caption .hero_btn_wrapper:before, .accordion_button_wrapper:before, .submit_button:before, .contact_page_btn:before, .single_blog_comment_btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
    transition: 0.5s;
}

.carousel-caption .hero_btn_wrapper:after, .accordion_button_wrapper:after, .submit_button:after, .contact_page_btn:after, .single_blog_comment_btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 50%;
    transition: 0.5s;
}

.carousel-caption .hero_btn_wrapper:before, .accordion_button_wrapper:before, .submit_button:before, .carousel-caption .hero_btn_wrapper:after, .accordion_button_wrapper:after, .submit_button:after {
    background-color: #fff;
}

.contact_page_btn:before, .contact_page_btn:after, .single_blog_comment_btn:before, .single_blog_comment_btn:after {
    background-color: #22313f;
}

.carousel-caption .hero_btn_wrapper:hover:before, .carousel-caption .hero_btn_wrapper:hover:after, .accordion_button_wrapper:hover:before, .accordion_button_wrapper:hover:after, .submit_button:hover:before, .submit_button:hover:after, .contact_page_btn:hover:before, .contact_page_btn:hover:after, .single_blog_comment_btn:hover:before, .single_blog_comment_btn:hover:after {
    height: 50%;
}

.carousel-caption .hero_area_btn:hover, .accordion_top_button_area:hover, .form_wrapper form input[type="submit"]:hover {
    border: 1px solid #22313f;
    color: #22313f;
}

    .accordion_top_button_area:hover a {
        color: #22313f;
    }

.form_wrapper form input[type="submit"], .accordion_top_button_area, .carousel-caption .hero_area_btn, .contact_one .contact_left_content form input[type="submit"], .contact_two .contact_right form input[type="submit"] {
    transition: 0.1s ease 0.1s;
}

/* this code is for focus */
input:focus, textarea:focus, select:focus {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 10000px white inset !important;
    -webkit-text-fill-color: #a2a2a2 !important;
}

a:focus {
    outline: none;
}

.contact_one .contact_left_content form input[type=text]:focus, .contact_one .contact_left_content form input[type=email]:focus, .contact_two .contact_right form input[type=text]:focus, .contact_two .contact_right form input[type=email]:focus, .contact_one .contact_left_content textarea:focus, .contact_two .contact_right textarea:focus {
    border: 1px solid #f5ab35;
}

/* 1.4 Transition
   ===================================
*/
.header_area .mainmenu ul#nav li a, .header_area .mainmenu ul#nav li:before, .advisor_area figure figcaption h6, .advisor_area figure figcaption, .advisor_area figure figcaption:before, .advisor_area figure:before, .blog_area figure > figcaption i, .blog_area figure > figcaption h3 a, .blog_area figure > figcaption h5, .blog_area figcaption:after, .blog_area figure > figcaption, .footer_top .widget ul li a, .footer_top .widget_footer_social a, .project_area figure figcaption h4 a, .header_area .mainmenu ul li ul.sub-menu, .hero_area_control, .service_area_control, .service_page .single_service_right_content, .single_service_main_content_wrapper .widget_service_link ul li, .widget_service_link_text h5, .widget_service_link_icon img, .advisor_social i, .project_area figure figcaption h6, .project_area figure figcaption:before, .project_version_two .project_area figure figcaption, .project_version_two .project_detail, .blog_page figure > figcaption i, .blog_page figure > figcaption h3, .blog_page figure > figcaption h5, .blog_page figcaption:after, .blog_page figure > figcaption, .blog_content_pagination ul li a, .single_blog_page .blog_text h3 a, .header_top_wrapper ul li a, .about_banner_area_content ul li a, .contact_one .contact_left_content form input[type=text], .contact_one .contact_left_content form input[type=email], .contact_two .contact_right form input[type=text], .contact_two .contact_right form input[type=email], .contact_one .contact_left_content textarea, .contact_two .contact_right textarea, .project_version_three .project_area figure figcaption, .project_version_three .project_detail {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.carousel-inner > .item {
    -webkit-transition: 0.5s ease-in-out left;
    transition: 0.5s ease-in-out left;
}

.service_area .carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.header_area .mainmenu ul#nav > .search_box:hover > ul {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
}

.header_area .mainmenu ul#nav > .search_box > ul {
    transition: 0.5s ease 0.5s;
    -webkit-transition: 0.5s ease 0.5s;
    -o-transition: 0.5s ease 0.5s;
    -moz-transition: 0.5s ease 0.5s;
}

/*-----------------------------------------------------------------------------------*/
/*    2.     header_area CSS
/*-----------------------------------------------------------------------------------*/
.header_area {
    background-color: #f3f3f3;
    position: relative
}

    .header_area .logo {
        padding: 3px 0 6px
    }

        .header_area .logo img {
            max-width: inherit;
        }

    .header_area .mainmenu {
        text-align: right;
        margin-top: 81px
    }

        .header_area .mainmenu ul#nav li {
            display: inline-block;
            position: relative
        }

            .header_area .mainmenu ul#nav li:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 50%;
                width: 0;
                height: 3px;
                background-color: #0064b2
            }

            .header_area .mainmenu ul#nav li.current_page_item:before {
                width: 100%;
                height: 3px;
                left: 0
            }

            .header_area .mainmenu ul#nav li:hover:before {
                width: 100%;
                margin: auto;
                left: 0
            }

            .header_area .mainmenu ul#nav li a {
                display: block;
                padding-bottom: 32px;
                padding-left: 15px;
                padding-right: 15px;
                text-transform: uppercase;
                font-size: 12px;
                color: #233240;
                font-family: 'Poppins', sans-serif;
                font-weight: 700
            }

            .header_area .mainmenu ul#nav li ul {
                text-align: left
            }

                .header_area .mainmenu ul#nav li ul li a {
                    padding-left: 15px !important
                }

            .header_area .mainmenu ul#nav li.current_page_item a {
                color: #0064b2
            }

            .header_area .mainmenu ul#nav li:hover a {
                color: #0064b2
            }

        .header_area .mainmenu ul li ul.sub-menu {
            position: absolute;
            left: 0;
            width: 195px;
            background-color: #fafafa;
            border: 6px solid rgb(0, 100, 178);
            background-clip: padding-box;
            opacity: 0;
            filter: alpha(opacity=0);
            z-index: -9;
            top: 100%;
            text-align: center;
            -webkit-transform: perspective(600px) rotateX(-90deg);
            transform: perspective(600px) rotateX(-90deg);
            -webkit-transform-origin: 0 0 0;
            -ms-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
            vertical-align: top;
            visibility: hidden
        }

            .header_area .mainmenu ul li ul.sub-menu li {
                display: block !important;
                border-bottom: 1px solid #e6e6e6
            }

                .header_area .mainmenu ul li ul.sub-menu li a {
                    padding: 15px 0 !important;
                    display: block
                }

                .header_area .mainmenu ul li ul.sub-menu li:last-child {
                    border: none
                }

        .header_area .mainmenu ul li:hover ul.sub-menu {
            top: 100%;
            opacity: 1;
            filter: alpha(opacity=100);
            visibility: visible;
            z-index: 9999999;
            opacity: 1;
            overflow: visible;
            -webkit-transform: perspective(600px) rotateX(0deg);
            transform: perspective(600px) rotateX(0deg)
        }

        .header_area .mainmenu ul#nav li:hover ul.sub-menu li:before {
            background-color: transparent
        }

        .header_area .mainmenu ul#nav li:hover ul.sub-menu li a {
            color: #22313f
        }

        .header_area .mainmenu ul#nav li.search_box:before {
            display: none
        }

        .header_area .mainmenu ul#nav li.search_box {
            border: 2px solid #f5d095;
            height: 33px;
            line-height: 30px;
            width: 33px;
            text-align: center;
            padding: 0;
            color: #f5ab35
        }

        .header_area .mainmenu ul#nav > .search_box {
            padding-bottom: 24px
        }

            .header_area .mainmenu ul#nav > .search_box:hover > ul {
                top: 57px;
                left: auto;
                opacity: 1;
                filter: alpha(opacity=100);
                visibility: visible
            }

            .header_area .mainmenu ul#nav > .search_box > ul {
                background-color: #fff;
                left: auto;
                right: 0;
                position: absolute;
                text-align: left;
                z-index: 99999 !important;
                top: 70px;
                max-width: 480px;
                text-align: right;
                width: 480px;
                opacity: 0;
                filter: alpha(opacity=0);
                visibility: hidden
            }

                .header_area .mainmenu ul#nav > .search_box > ul li, .header_area .mainmenu ul#nav > .search_box > ul li a {
                    box-sizing: border-box;
                    display: block;
                    list-style: outside none none;
                    margin: 0;
                    padding: 0;
                    position: relative
                }

.search_box .search_form {
    padding: 30px
}

.search_form form input[type=search] {
    border-color: #acacac;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    width: 100%;
    border: 1px solid #22313f;
    padding: 0 20px;
    color: #22313f
}

.search_form form input[type=submit] {
    width: 100%;
    height: 40px;
    border: 0;
    letter-spacing: 2px;
    color: #fff;
    background-color: #22313f;
    text-transform: uppercase;
    font-size: 12px
}

/*-----------------------------------------------------------------------------------*/
/*    2.1     header_area_top CSS
/*-----------------------------------------------------------------------------------*/
.header_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.header_top_wrapper {
    position: relative;
    z-index: 9;
    border-radius: 0 0 0 30px;
    background-color: #0064b2;
}

    .header_top_wrapper:before {
        content: "";
        height: 100%;
        left: 100%;
        position: absolute;
        top: 0;
        width: 10000px;
    }

    .header_top_wrapper ul {
        padding: 0 30px;
        text-align: right;
    }

        .header_top_wrapper ul li {
            display: inline-block;
        }

            .header_top_wrapper ul li a {
                padding: 15px 5px;
                display: block;
                font-size: 12px;
                color: #fff;
                text-transform: uppercase;
                font-weight: 600;
            }

                .header_top_wrapper ul li a i {
                    font-size: 16px;
                    padding-right: 15px;
                }

/*-----------------------------------------------------------------------------------*/
/*    3.     hero_area CSS
/*-----------------------------------------------------------------------------------*/
.hero_area .carousel.slide, .hero_area .carousel-inner {
    height: 500px;
}

.hero_area_slider_caption {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
}

.hero_table {
    width: 100%;
    height: 100%;
    display: table;
}

.hero_table_cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.hero_area {
    position: relative;
}

    .hero_area .item:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(18,26,33,0.5);
        top: 0;
        left: 0;
        z-index: 9;
    }

.hero_area_control {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #11171d;
    z-index: 99;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}

    .hero_area_control:hover, .hero_area_control:focus {
        color: #f5ab35
    }

    .hero_area_control.left {
        left: 40px
    }

    .hero_area_control.right {
        right: 40px;
        left: auto
    }

.hero_area .carousel-caption {
    height: 100%;
    left: 0;
    padding: 0;
    right: 0
}

.carousel .item {
    min-height: 350px;
    height: 100%;
    width: 100%
}

.carousel-caption h3:first-child {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.carousel-caption h3:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.carousel-caption .hero_btn_wrapper {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.carousel-caption h3.hero_area_top_text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px
}

.carousel-caption h3 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding-top: 305px;
    text-align: left;
    margin-left: 100px;
}

.carousel-caption .hero_btn_wrapper {
    width: 240px;
    height: 60px;
    background-color: #f5ab35;
    margin: 30px auto 0;
    position: relative
}

.carousel-caption .hero_area_btn {
    width: 230px;
    height: 50px;
    background-color: transparent;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #fff;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    position: relative;
    z-index: 9999
}

.about_area {
    padding: 60px 0 60px;
    overflow-x: hidden
}

    .about_area h2.section_hedings {
        margin-bottom: 50px
    }

    .about_area p img {
        float: right;
        width: auto;
        margin: 0px 0px 15px 20px;
        width: 330px;
        height: 400px;
        object-fit: cover;
    }

.about_area_left {
    line-height: 32px;
    position: relative
}

    .about_area_left p {
        text-align: justify;
        font-size: 16px;
        color: black;
    }

    .about_area_left:after {
        position: absolute;
        content: "";
        top: -42%;
        left: -14%;
        width: 163px;
        height: 199px;
        opacity: 0.03;
        filter: alpha(opacity=3);
        z-index: -9
    }

.single_about_area_content {
    float: left;
    width: 33%;
    overflow: hidden;
    padding-top: 40px
}

.about_icon {
    float: left;
    width: 40px;
    line-height: 65px
}

    .about_icon i {
        font-size: 34px;
        color: #f5ab35;
        vertical-align: middle
    }

.about_text {
    padding-left: 55px;
    font-size: 14px;
    color: #233240;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

    .about_text span {
        display: block;
        font-size: 24px
    }

.about_area_right {
    box-shadow: 0 0 38px 0 rgba(0,0,0,.11);
    border-radius: 30px 0 30px 0
}

    .about_area_right img {
        border-radius: 30px 0 30px 0;
        border: 10px solid #fff
    }

        .about_area_right img.shadow {
            opacity: 0.07;
            filter: alpha(opacity=7);
            position: absolute;
            left: 170px;
            top: 70px;
            z-index: -9999;
            border: none
        }

/*-----------------------------------------------------------------------------------*/
/*      4.1    about_page CSS
        4.1.1  about_page_banner_area CSS
        4.1.2  about_page_service_area Css
/*-----------------------------------------------------------------------------------*/

/* this code is for about page banner area */

.about_banner_area {
    height: 190px;
    position: relative
}

    .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_bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    /*background: url(../img/hero_area_bg_1.jpg) no-repeat scroll 0 0 / cover*/
}

.about_banner_area_content {
    position: relative;
    z-index: 99;
    text-align: center
}

.about_banner_area_table {
    display: table;
    height: 100%;
    width: 100%
}

.about_banner_area_table_cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.about_banner_area_content h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px
}

.about_banner_area_content ul {
    padding-top: 20px
}

    .about_banner_area_content ul li {
        display: inline-block;
        text-transform: uppercase;
        font-style: italic;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        position: relative
    }

        .about_banner_area_content ul li a {
            color: #fff;
            display: block;
            padding: 0 10px
        }

        .about_banner_area_content ul li:before {
            content: "";
            position: absolute;
            right: -5px;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: #fff;
            -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
            transform: rotate(35deg)
        }

        .about_banner_area_content ul li:last-child:before {
            display: none
        }

.about_page_single_service {
    padding-bottom: 50px;
    padding-right: 25px;
    position: relative
}

    .about_page_single_service h3 {
        font-size: 24px;
        color: #22313f;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 25px
    }

        .about_page_single_service h3 span {
            color: #0064b2
        }

    .about_page_single_service p {
        font-size: 16px;
        color: #9d9d9d;
        font-weight: 300;
        font-family: 'Open Sans', sans-serif;
        line-height: 30px
    }

.service_area_right_content > .row > div {
    position: relative
}

    .service_area_right_content > .row > div:nth-child(odd):before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #f0f0f0;
        top: 0;
        left: 93%
    }

    .service_area_right_content > .row > div:nth-child(1):after, .service_area_right_content > .row > div:nth-child(2):after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #f0f0f0;
        top: 93%;
        left: 0
    }


/*-----------------------------------------------------------------------------------*/
/*    5.     service_area CSS
/*-----------------------------------------------------------------------------------*/
.service_area_right_content {
    padding-left: 40px;
    position: relative
}

.service_area_left_content > img {
    width: 100%
}

.service_area_left_text {
    position: absolute;
    top: 15px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 30px);
    background-color: rgba(34,49,63,0.2);
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
    border-radius: 30px 0 30px 0
}

.service_left_table {
    width: 100%;
    height: 100%;
    display: table
}

.service_left_cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.service_area_left_content > img {
    border-radius: 30px 0 30px 0
}

.service_area .vertical .carousel-inner {
    height: 100%
}

.service_area .carousel.vertical .active {
    top: 0
}

.service_area .carousel.vertical .next {
    top: 400px
}

.service_area .carousel.vertical .prev {
    top: -400px
}

    .service_area .carousel.vertical .next.left, .service_area .carousel.vertical .prev.right {
        top: 0
    }

.service_area .carousel.vertical .active.left {
    top: -400px
}

.service_area .carousel.vertical .active.right {
    top: 400px
}

.service_area .carousel.vertical .item {
    left: 0
}

.service_area .carousel-control.left, .service_area .carousel-control.right {
    background-image: none
}

.single_service_right_content {
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 20px;
    margin-bottom: 30px
}

.single_service_right_content_icon {
    width: 40px;
    float: left;
    line-height: 100px;
    color: black
}

.single_service_right_content_text {
    padding-left: 70px;
    padding-top: 7px
}

    .single_service_right_content_text h4 {
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        padding-bottom: 15px;
        color: black
    }

        .single_service_right_content_text h4 a {
            color: #22313f
        }

    .single_service_right_content_text p {
        font-size: 13px;
        line-height: 26px
    }

.service_area .carousel.slide.vertical {
    padding-top: 40px
}

.service_area_control {
    background-color: #dadcdf;
    color: #ffffff;
    font-size: 16px;
    height: 30px;
    left: auto;
    line-height: 30px;
    position: absolute;
    right: -50px;
    text-align: center;
    top: 50%;
    width: 30px;
}

    .service_area_control.left {
        top: 40%;
    }

    .service_area_control:hover {
        background-color: #22313f;
        color: #fff;
    }
/*-----------------------------------------------------------------------------------*/
/*    5.1     service_page CSS
/*-----------------------------------------------------------------------------------*/
.service_page .accordion_area_top {
    margin-bottom: 0;
}

.service_page .single_service_right_content:hover {
    box-shadow: 0 0 38px 0 rgba(0,0,0,.08);
}

/*-----------------------------------------------------------------------------------*/
/*    5.2     single_service_page CSS
/*-----------------------------------------------------------------------------------*/
.single_service_main_content_wrapper .widget_service_link ul li.current_menu_item {
    border-radius: 0;
    background-color: #f5ab35;
}

    .single_service_main_content_wrapper .widget_service_link ul li.current_menu_item .widget_service_link_text h5 {
        color: #fff;
    }

    .single_service_main_content_wrapper .widget_service_link ul li.current_menu_item .widget_service_link_icon img {
        filter: invert(100%);
    }

.single_service_main_content_wrapper .widget_service_link ul li {
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 30px 0 30px 0;
    margin-bottom: 6px;
    background-color: #fff;
}

    .single_service_main_content_wrapper .widget_service_link ul li a {
        padding: 25px;
        display: block;
    }

.single_service_img_content_left > img {
    width: 100%;
}

.widget_service_link_icon {
    width: 30px;
    float: left;
}

.widget_service_link_text h5 {
    padding-left: 50px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
    color: #22313f;
}

.single_service_main_content_wrapper .widget_service_link ul li:hover {
    background-color: #f5ab35;
    border-radius: 0;
}

    .single_service_main_content_wrapper .widget_service_link ul li:hover .widget_service_link_text h5 {
        color: #fff;
    }

    .single_service_main_content_wrapper .widget_service_link ul li:hover .widget_service_link_icon img {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

.widget_download_link {
    margin-top: 40px;
    background: url(../img/widget_bg.jpg) no-repeat scroll center center;
    position: relative;
    padding: 25px;
    border-radius: 30px 0 30px 0;
}

    .widget_download_link:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(26,36,46,0.92);
        border-radius: 30px 0 30px 0;
    }

    .widget_download_link h2.section_hedings_white {
        font-size: 18px;
        padding-bottom: 20px;
    }

.widget_download_link_content {
    position: relative;
    z-index: 9;
}

    .widget_download_link_content ul {
        margin-top: 30px;
    }

        .widget_download_link_content ul li {
            display: block;
            border-bottom: 1px solid #445d75;
            padding: 10px 0;
        }

            .widget_download_link_content ul li a {
                font-size: 16px;
                font-weight: 700;
                color: #fff;
                font-family: 'Open Sans', sans-serif;
            }

            .widget_download_link_content ul li:last-child {
                border-bottom: 0;
                padding-bottom: 0;
            }

.single_service_img_content {
    background: url(../img/header_top_bg.jpg) repeat scroll 0 0;
}

.single_service_img_content_left img {
    border-right: 8px solid #fff;
    border-bottom: 8px solid #fff;
    border-radius: 0 0 30px 0;
}

.single_service_img_content_right {
    font-size: 14px;
    color: #bed8f1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    padding: 15px 15px 15px 0;
}

.single_service_text_content article {
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    line-height: 32px;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0;
}

.single_service_main_content {
    padding-left: 45px;
}

.single_content_form_content {
    margin-top: 30px;
}

    .single_content_form_content article {
        font-size: 16px;
        font-weight: 300;
        color: #999999;
        line-height: 32px;
        font-family: 'Open Sans', sans-serif;
        padding: 10px 0;
    }

.single_content_form_content_left {
    margin-top: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*    6.     counter_area CSS
/*-----------------------------------------------------------------------------------*/
.counter_area {
    position: relative;
}

    .counter_area:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(22,32,41,0.92);
        z-index: 9;
    }

.counter_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/counter_bg.jpg) no-repeat scroll 0 0 / cover;
}

.counter_area_content {
    position: relative;
    z-index: 99;
}

    .counter_area_content ul li {
        background-color: #fff;
        display: inline-block;
        width: 19.5%;
        overflow: hidden;
        padding: 25px 20px;
    }

.counter_number h3 {
    float: left;
    color: #f5ab35;
    font-size: 44px;
}

.counter_text {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #22313f;
    float: right;
}

    .counter_text span {
        display: block;
        font-size: 18px;
        color: #22313f;
        font-weight: 700;
    }

.counter_area_content ul li:first-child {
    border-radius: 30px 0 0 0;
}

.counter_area_content ul li:last-child {
    border-radius: 0 0 30px 0;
}

/*-----------------------------------------------------------------------------------*/
/*    7.     choose_us_area CSS
/*-----------------------------------------------------------------------------------*/
.choose_us_area.section_padding_100 {
    padding: 70px 0 138px;
    border-top: 1px solid #e2dede;
}

.choose_us_area {
    background-size: 30%;
    position: relative;
}

    .choose_us_area .choose_us_area_left img {
        border-radius: 30px 0 30px 0;
        border: 10px solid #fff;
        box-shadow: 0 0 32px 0 rgba(0,0,0,.14);
        z-index: 1;
    }

        .choose_us_area .choose_us_area_left img.shadow {
            opacity: 0.07;
            filter: alpha(opacity=7);
            position: absolute;
            right: 170px;
            top: 70px;
            z-index: -1;
            border: none;
        }

.choose_us_area_right {
    line-height: 32px;
}

    .choose_us_area_right .section_hedings {
        margin-bottom: 40px;
        margin-top: 0px;
    }

    .choose_us_area_right ul {
        padding-top: 30px;
        overflow: hidden;
    }

        .choose_us_area_right ul li {
            width: 50%;
            float: left;
            font-family: 'Raleway', sans-serif;
            font-weight: 700;
            color: #212121;
            font-size: 12px;
            text-transform: uppercase;
            padding-bottom: 20px;
        }

            .choose_us_area_right ul li span {
                font-size: 24px;
                color: #929292;
                width: 50px;
                vertical-align: middle;
            }


.widget_footer_logo img {
    border-radius: 5px;
    height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*    8.     accordion_area_top CSS
/*-----------------------------------------------------------------------------------*/
.accordion_area_top {
    margin-bottom: -100px;
    position: relative;
    z-index: 9;
}

.accordion_top_wrapper {
    background-color: #22313f;
    padding: 15px;
    border-radius: 30px 0 30px 0;
}

.accordion_area_top_main_content {
    border: 1px solid #fff;
    padding: 40px;
    border-radius: 30px 0 30px 0;
}

.accordion_area_top_main_content {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}

    .accordion_area_top_main_content h3 {
        color: #fff;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 400;
        font-weight: 700;
        margin-bottom: 12px;
    }

.accordion_button_wrapper {
    width: 250px;
    height: 60px;
    background-color: #f5ab35;
    position: relative;
    margin-top: 15px;
    position: relative;
}

.accordion_top_button_area {
    width: 240px;
    height: 50px;
    border: 1px solid #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 9999;
}

    .accordion_top_button_area a {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        line-height: 50px;
        display: block;
        text-align: center;
    }

/*-----------------------------------------------------------------------------------*/
/*    9.     accordion_area CSS
/*-----------------------------------------------------------------------------------*/
.accordion_area.section_padding_100 {
    padding-top: 25px;
    padding-bottom: 50px;
}

.accordion_area .section_hedings_white, .accordion_area .section_hedings {
    margin-bottom: 40px;
}

.accordion_area {
    position: relative;
    background-color: #f6f6f6;
}

    .accordion_area .container.accordion_container {
        position: relative;
        z-index: 99;
    }

    .accordion_area:before {
        content: "";
        position: absolute;
        width: 50%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .accordion_area:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(224, 227, 230, 0.9);
    }

.accordion_slider_wrapper {
    background-color: #fff;
    border-radius: 30px;
    padding: 35px 48px;
}

.accordion_slider_item blockquote {
    font-family: 'Open Sans', sans-serif;
    /* font-weight: 300; */
    font-style: italic;
    font-size: 15px;
    color: #656161;
    line-height: 28px;
    padding-bottom: 25px;
    font-weight: 400;
}

.accordion_slider_item h3 {
    font-size: 16px;
    color: #22313f;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.accordion_slider_item h5 {
    font-size: 14px;
    color: #0a0100;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-bottom: 2px;
}

.accordion_slider_wrapper .owl-dots {
    bottom: -40px;
    left: 0;
    position: absolute;
}

.accordion_slider_wrapper .owl-dot {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
    border: 1px solid #fff;
}

    .accordion_slider_wrapper .owl-dot.active {
        border: 1px solid #f5ab35;
        background-color: transparent;
    }

.ask_question_main_content {
    padding-left: 70px;
    min-height: 400px;
}

.ask_question_panel {
    padding: 20px;
}

.ask_question_main_content a.collapsed .question_ask_panel_title {
    font-size: 14px;
    color: #b9b9b9;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.ask_question_main_content .question_ask_panel_title {
    color: #212121;
    position: relative;
}

    .ask_question_main_content .question_ask_panel_title i {
        position: absolute;
        right: 0;
        top: 50%;
        font-size: 16px;
        color: #212121;
        margin-top: -8px;
    }

        .ask_question_main_content a.collapsed .question_ask_panel_title i.open_accordion, .ask_question_main_content .question_ask_panel_title i.close_accordion {
            display: none;
        }

.ask_question_main_content a.collapsed .question_ask_panel_title i.close_accordion {
    display: block;
}

.ask_question_panel_body {
    padding-top: 20px;
    font-size: 12px;
    color: #a7a7a7;
    font-family: 'Raleway', sans-serif;
}

.ask_question_main_content .panel {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.04);
    margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*    10.     advisor_area CSS
/*-----------------------------------------------------------------------------------*/
.advisor_area .section_hedings {
    margin-left: 20px;
    margin-bottom: 60px;
}

.advisor_area figure {
    border-right: 5px solid #ffffff;
    position: relative;
    margin-bottom: 72px;
}

    .advisor_area figure img {
        border-radius: 35px 0 30px 0;
        margin-left: 1px;
        border-right: 5px solid #ffffff;
        width: 100%;
    }

    .advisor_area figure:before {
        content: "";
        position: absolute;
        left: 1px;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        z-index: 9999;
        border: 6px solid #fff;
        border-radius: 30px 0 30px 0;
    }

    .advisor_area figure figcaption {
        position: absolute;
        height: 70px;
        width: 100%;
        background-color: #22313f;
        top: 100%;
        left: 0;
        border-left: 6px solid #fff;
        border-radius: 0 0 30px 0;
        text-align: center;
        border-right: 3px solid #ffffff;
    }

        .advisor_area figure figcaption:before {
            position: absolute;
            content: "";
            top: -31%;
            right: 0;
            width: 0;
            height: 0;
            border-left: 30px solid transparent;
            border-bottom: 30px solid #22313f;
        }

.advisor_area_table {
    display: table;
    width: 100%;
    height: 100%;
}

.advisor_area_cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.advisor_area figure figcaption h4 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.advisor_area figure figcaption h6 {
    color: #b4b4b4;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.advisor_social {
    padding-top: 10px;
}

    .advisor_social i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #f5ab35;
        background-color: #fff;
        border-radius: 50%;
        opacity: 0;
        filter: alpha(opacity=0);
        display: none;
        visibility: hidden;
    }
/*-----------------------------------------------------------------------------------*/
/*    10.1     advisor_page CSS
/*-----------------------------------------------------------------------------------*/
.advisor_page .accordion_area_top {
    margin-bottom: 0;
}
/*-----------------------------------------------------------------------------------*/
/*       11.     blog_area CSS
/*  and  11.1    blog_page CSS
/*  and  11.2    single_blog_page CSS
/*-----------------------------------------------------------------------------------*/
.blog_area .section_hedings_white {
    margin-bottom: 60px;
    margin-left: 15px;
}

.section_hedings_black {
    margin-bottom: 20px;
    margin-left: 15px;
    color: #0064b2;
}

.blog_area {
    position: relative;
    margin-bottom: 147px;
    height: 460px;
}

    .blog_area:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(19,27,35,.95);
        z-index: 9;
    }

.blog_area_parallax_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/blog_area_bg.jpg) no-repeat fixed center center / cover;
}

.blog_wrapper {
    position: relative;
    z-index: 99;
}

.blog_area figure, .blog_page figure {
    box-shadow: 0 0 21px 2px rgba(0,0,0,.07);
    border-radius: 30px 0 30px 0;
    position: relative;
}

    .blog_area figure > figcaption, .blog_page figure > figcaption {
        position: absolute;
        width: 90%;
        background-color: #fff;
        bottom: 5%;
        left: 0;
        margin-left: 5%;
        padding: 20px;
        height: 107px;
        border-radius: 0 0 30px 0;
        overflow: hidden;
    }

.blog_area figcaption:after, .blog_page figcaption:after {
    background-color: #f5ab35;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1;
    border-radius: 0 0 30px 0;
}

.blog_area figure img, .blog_page figure img {
    border: 7px solid #fff;
    border-radius: 30px 0 30px 0;
    width: 100%;
}

.blog_area figure > figcaption h5, .blog_page figure > figcaption h5 {
    font-size: 12px;
    color: #9b9b9b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 15px;
    position: relative;
    z-index: 99;
}

.blog_area figure > figcaption h3, .blog_page figure > figcaption h3 {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
}

    .blog_area figure > figcaption h3 a, .blog_page figure > figcaption h3 a {
        color: #22313f;
    }

.blog_area figure > figcaption i, .blog_page figure > figcaption i {
    position: absolute;
    z-index: 99;
    right: -20px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 15px;
    color: #fff;
    font-size: 16px;
}

.blog_page figure > figcaption {
    padding: 15px;
}

.blog_page figure {
    margin-bottom: 30px;
}

.blog_content_wrapper .widget.widget_blog_page_search, .single_blog_wrapper .widget.widget_blog_page_search {
    position: relative;
    margin-bottom: 30px;
}

    .blog_content_wrapper .widget.widget_blog_page_search form input[type=search], .single_blog_wrapper .widget.widget_blog_page_search form input[type=search] {
        width: 100%;
        height: 70px;
        border: 1px solid #e2e2e2;
        padding: 0 20px;
        border-radius: 30px 0 30px 0;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        background-color: transparent;
    }

    .blog_content_wrapper .widget.widget_blog_page_search form input[type=submit], .single_blog_wrapper .widget.widget_blog_page_search form input[type=submit] {
        position: absolute;
        right: 0;
        top: 50%;
        width: 50px;
        height: 50px;
        background: url(../img/search_img.png) no-repeat scroll 0 0;
        border: 0;
        margin-top: -7px;
    }

.blog_content_wrapper .widget h2.section_headings, .single_blog_wrapper .widget h2.section_headings {
    font-size: 16px;
}

.blog_content_wrapper .widget h2.section_hedings, .single_blog_wrapper .widget h2.section_hedings {
    font-size: 18px;
    margin-bottom: 15px;
}

.blog_content_wrapper .widget.widget_blog_page_post, .single_blog_wrapper .widget.widget_blog_page_post {
    padding: 25px 20px 0;
    border-radius: 30px 0 30px 0;
    border: 1px solid #e2e2e2;
}

    .blog_content_wrapper .widget.widget_blog_page_post ul li, .single_blog_wrapper .widget.widget_blog_page_post ul li {
        padding: 15px 0;
        border-bottom: 1px solid #e2e2e2;
    }

        .blog_content_wrapper .widget.widget_blog_page_post ul li a, .single_blog_wrapper .widget.widget_blog_page_post ul li a {
            color: #22313f;
            font-size: 14px;
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
        }

        .blog_content_wrapper .widget.widget_blog_page_post ul li:last-child, .single_blog_wrapper .widget.widget_blog_page_post ul li:last-child {
            border-bottom: 0;
        }

        .blog_content_wrapper .widget.widget_blog_page_post ul li span, .single_blog_wrapper .widget.widget_blog_page_post ul li span {
            display: block;
            font-size: 11px;
            color: #9e9e9e;
            font-weight: 300;
            font-family: 'Poppins', sans-serif;
            padding-top: 12px;
        }
/* this code is for blog pagination */

.blog_content_pagination ul li {
    display: inline-block;
}

    .blog_content_pagination ul li a {
        display: block;
        width: 33px;
        height: 33px;
        text-align: center;
        line-height: 33px;
        border: 1px solid #e8e8e8;
        font-size: 14px;
        color: #cdcdcd;
    }

/* this code is for single blog page main content */
.single_blog_page {
    background-color: #f0f0f0;
}

    .single_blog_page .blog_text {
        background-color: #fff;
        padding: 35px 30px 35px 38px;
        color: #a2a2a2;
        line-height: 32px;
    }

        .single_blog_page .blog_text article {
            padding: 20px 0;
        }

        .single_blog_page .blog_text h3 {
            text-transform: uppercase;
            font-size: 24px;
            margin-top: 30px;
        }

            .single_blog_page .blog_text h3 a {
                color: #22313f;
            }

            .single_blog_page .blog_text h3 span {
                font-size: 12px;
                font-weight: 300;
                color: #22313f;
                display: block;
                padding-top: 15px;
            }

    .single_blog_page .single_blog_post_footer {
        overflow: hidden;
        background-color: #fff;
        padding: 0 30px 35px 38px;
        border-radius: 0 0 30px 0;
    }

        .single_blog_page .single_blog_post_footer ul li {
            color: #383838;
            font-weight: 700;
            font-size: 16px;
            float: left;
            width: 50%;
        }

            .single_blog_page .single_blog_post_footer ul li:last-child {
                text-align: right;
            }

            .single_blog_page .single_blog_post_footer ul li i {
                padding-right: 10px;
            }

            .single_blog_page .single_blog_post_footer ul li span {
                color: #a7a7a7;
                font-weight: 300;
            }

    .single_blog_page .blog_img > img {
        width: 100%;
        border: 10px solid #fff;
        border-radius: 30px 0 30px 0;
    }

    .single_blog_page .single_page_blog_comments_post {
        background-color: #fff;
        padding: 35px 30px 35px 38px;
        margin-top: 35px;
        border-radius: 30px 0 30px 0;
    }

    .single_blog_page .singl_blog_comments_post {
        overflow: hidden;
        padding: 25px 0;
        border-bottom: 1px solid #e8e8e8;
    }

        .single_blog_page .singl_blog_comments_post:last-child {
            border-bottom: 0;
        }

    .single_blog_page .commenters_img {
        float: left;
        width: 76px;
    }

    .single_blog_page .commenters_post {
        padding-left: 96px;
    }

        .single_blog_page .commenters_post h4 {
            font-size: 16px;
            font-weight: 700;
            color: #22313f;
            text-transform: uppercase;
        }

            .single_blog_page .commenters_post h4 span {
                display: block;
                font-weight: 300;
                font-size: 10px;
                color: #22313f;
                padding: 10px 0;
            }

        .single_blog_page .commenters_post p {
            font-size: 14px;
            font-weight: 300;
            color: #929292;
            line-height: 24px;
            padding-bottom: 15px;
        }

        .single_blog_page .commenters_post span {
            font-size: 12px;
            color: #383838;
            font-weight: 700;
            text-transform: uppercase;
        }

.single_page_blog_comments_post .section_hedings {
    margin-bottom: 30px;
}

.single_blog_page .single_page_blog_comments {
    background-color: #fff;
    padding: 35px 30px 35px 38px;
    margin-top: 30px;
    border-radius: 30px 0 30px 0;
}

.single_blog_page .section_hedings, .single_blog_page .section_hedings_white {
    font-size: 24px;
}

.single_blog_page .single_page_blog_comments form {
    margin-top: 50px;
}

    .single_blog_page .single_page_blog_comments form input[type="text"], .single_blog_page .single_page_blog_comments form input[type="email"] {
        height: 70px;
        padding: 0 20px;
    }

    .single_blog_page .single_page_blog_comments form textarea {
        height: 150px;
        resize: none;
        padding: 20px;
    }

    .single_blog_page .single_page_blog_comments form input[type="text"], .single_blog_page .single_page_blog_comments form input[type="email"], .single_blog_page .single_page_blog_comments form textarea {
        width: 500px;
        color: #a2a2a2;
        font-size: 14px;
        margin-bottom: 30px;
        border: 1px solid #e2e2e2;
        border-radius: 30px 0;
        font-family: "Poppins",sans-serif;
        font-weight: 300;
        display: block;
    }

.single_blog_comment_btn {
    width: 280px;
    height: 70px;
    background-color: #f5ab35;
    color: #fff;
    position: relative;
}

.single_blog_page .single_page_blog_comments form input[type="submit"] {
    border: 1px solid #fff;
    width: 270px;
    background-color: transparent;
    height: 60px;
    padding: 5px;
    margin: 5px 0 0 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
}

/* this code is for blog round */
.blog_img {
    position: relative;
    background-color: #fff;
    border-radius: 30px 0 0 0;
}

.blog_round {
    text-align: center;
    width: 76px;
    height: 76px;
    background-color: #fff;
    border-radius: 50%;
    border: 6px solid #f1f1f1;
    position: absolute;
    bottom: 0;
    left: 25px;
    margin-bottom: -38px;
}

    .blog_round h5 {
        font-size: 14px;
        color: #383838;
        text-transform: uppercase;
        margin-top: 10px;
    }

        .blog_round h5 span {
            display: block;
            color: #f5ab35;
            font-size: 24px;
            font-weight: 700;
        }

/*-----------------------------------------------------------------------------------*/
/*    12.     partner_area CSS
/*-----------------------------------------------------------------------------------*/
.partner_area .partner_area_left article {
    padding: 50px 0;
    line-height: 32px;
}

.partner_content {
    margin-left: -11px;
}

    .partner_content a {
        width: 174px;
        height: 100px;
        border: 1px solid #e6e6e6;
        display: inline-block;
        text-align: center;
        line-height: 100px;
        margin-bottom: 15px;
        margin-left: 11px;
    }

.partner_area_right {
    background-color: #22313f;
    padding: 15px;
    border-radius: 30px 0 30px 0;
}

.form_wrapper form input[type="text"], .form_wrapper form input[type="email"], .form_wrapper select {
    width: 100%;
    height: 53px;
    border: 0;
    background-color: #1a242e;
    margin-bottom: 10px;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #5c758e;
}

.form_wrapper form {
    margin-top: 30px;
}

.form_wrapper select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: #1a242e url(../img/select_array.png) no-repeat scroll 91% 53%;
}

    .form_wrapper select option {
        padding: 15px 20px;
    }

.form_wrapper {
    border: 2px solid #fff;
    padding: 30px 20px;
    border-radius: 30px 0 30px 0;
}

.submit_button {
    background-color: #f5ab35;
    width: 240px;
    height: 58px;
    position: relative;
}

.form_wrapper form input[type="submit"] {
    width: 230px;
    height: 48px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 15px;
    margin-top: 5px;
    margin-left: 5px;
    border: 1px solid #fff;
    position: relative;
    z-index: 999;
    background-color: transparent;
}

/*-----------------------------------------------------------------------------------*/
/*    13.1     footer_top_area CSS
/*-----------------------------------------------------------------------------------*/
.footer_top {
    background-color: #22313f;
}

    .footer_top .widget > .widget_title {
        font-size: 16px;
        color: #fff;
        padding-bottom: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .footer_top .widget_para {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        color: #fff;
        letter-spacing: 1px;
        line-height: 26px;
    }

    .footer_top .widget_footer_logo {
        padding-bottom: 15px;
    }

    .footer_top .widget_footer_social {
        padding-top: 0px;
    }

.widget_footer_social h4 {
    margin: 12px 0px 0px 0px;
    color: #fff;
}

.footer_top .widget_footer_social a {
    width: 30px;
    height: 30px;
    border: 1px solid #445559;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    background-color: #202e31;
    margin-right: 3px;
}

    .footer_top .widget_footer_social a i {
        padding-left: 2px;
    }

.footer_top .widget ul li {
    display: block;
    padding-bottom: 5px;
}

    .footer_top .widget ul li a {
        color: #ffffff;
        margin-top: 5px;
        display: block;
    }

.footer_top .widget.widget_contact ul li {
    overflow: hidden;
}

    .footer_top .widget.widget_contact ul li h4 {
        float: none;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        color: #ffffff;
        font-size: 13px;
        letter-spacing: 1px;
        text-align: left;
    }

.footer_top .widget .widget_contact_detail {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0px;
    text-align: left;
}

.footer_top .widget #instafeed img {
    width: 75px;
    height: 75px;
}

.footer_top .widget #instafeed a {
    display: inline-block;
    margin: 10px 10px 0 0;
}
/*-----------------------------------------------------------------------------------*/
/*    13.2     footer_bottom_area CSS
/*-----------------------------------------------------------------------------------*/
.footer_bottom {
    background-color: rgba(224, 227, 230, 0.9);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #738d93;
    line-height: 70px;
}

.footer_bottom_right {
    text-align: right;
}

    .footer_bottom_right i, .footer_bottom_right span {
        color: #fdc236;
    }

.footer_bottom p {
    color: black;
}

/*-----------------------------------------------------------------------------------*/
/*    14.     project area version 1 CSS
/*-----------------------------------------------------------------------------------*/
.project_list .mix {
    display: none;
}

.project_area .project_filter {
    padding-bottom: 50px;
}

    .project_area .project_filter ul {
        margin-left: -15px;
    }

        .project_area .project_filter ul li {
            display: inline-block;
            cursor: pointer;
            text-transform: uppercase;
            font-size: 14px;
            color: #a7a7a7;
            font-weight: 700;
            font-family: 'Poppins', sans-serif;
            position: relative;
            padding: 0 15px;
            margin-bottom: 15px;
        }

            .project_area .project_filter ul li.active {
                color: #22313f;
            }

            .project_area .project_filter ul li:before {
                content: "";
                position: absolute;
                top: 50%;
                width: 10px;
                height: 1px;
                background-color: #a7a7a7;
                right: -8%;
            }

            .project_area .project_filter ul li:last-child:before {
                display: none;
            }

.project_list {
    margin-left: -30px;
}

.project_area figure {
    margin-left: 30px;
    margin-bottom: 30px;
    width: 30%;
}

    .project_area figure figcaption {
        border: 1px solid #e8e8e8;
        border-top: 0;
        padding: 30px;
        background-color: #fff;
        position: relative;
        z-index: 9;
    }

    .project_area figure img {
        width: 100%;
    }

    .project_area figure figcaption h4 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 10px;
    }

        .project_area figure figcaption h4 a {
            color: #243341;
        }

    .project_area figure figcaption h6 {
        font-size: 12px;
        color: #a3a3a3;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }

    .project_area figure figcaption:before {
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        background-color: #f5ab35;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: -9;
    }

    .project_area figure:hover figcaption:before {
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .project_area figure:hover figcaption h4 a, .project_area figure:hover figcaption h6 {
        color: #fff;
    }

    .project_area figure:hover figcaption h4 a {
        text-decoration: underline;
    }
/*-----------------------------------------------------------------------------------*/
/*    14.1     project area version 2 CSS
/*-----------------------------------------------------------------------------------*/
.project_version_two .project_area figure, .project_version_three .project_area figure {
    position: relative;
}

    .project_version_two .project_area figure figcaption, .project_version_three .project_area figure figcaption {
        position: absolute;
        bottom: 5%;
        left: 5%;
        width: 90%;
        height: 80px;
        padding: 20px;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

        .project_version_two .project_area figure figcaption:before, .project_version_three .project_area figure figcaption:before {
            display: none;
        }

    .project_version_two .project_area figure:hover figcaption, .project_version_three .project_area figure:hover figcaption {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
    }

.project_version_two .project_img, .project_version_three .project_img {
    position: relative;
    overflow: hidden;
}

.project_version_two .project_detail, .project_version_three .project_detail {
    position: absolute;
    top: -90%;
    left: 5%;
    width: 90%;
    height: 90%;
    background-color: rgba(24,34,44,0.97);
    border: 2px solid #f5ab35;
    padding: 0 20px;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

    .project_version_two .project_detail h5, .project_version_three .project_detail h5 {
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
    }

    .project_version_two .project_detail span, .project_version_three .project_detail span {
        font-size: 12px;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        margin-bottom: 10px;
        display: block;
    }

.project_version_two .project_area figure:hover .project_detail, .project_version_three .project_area figure:hover .project_detail {
    top: 5%;
}

.project_detail_table {
    display: table;
    height: 100%;
    width: 100%;
}

.project_detail_table_cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
/*-----------------------------------------------------------------------------------*/
/*    14.2     project area version 3 CSS
/*-----------------------------------------------------------------------------------*/
.project_version_three .project_area figure {
    margin-bottom: 14px;
    margin-left: 10px;
    width: 23%;
}

/*-----------------------------------------------------------------------------------*/
/*    15.     preloader CSS
/*-----------------------------------------------------------------------------------*/
body.preloader_active {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999999999;
}

.preloader_spinner {
    background: url(../img/preloader.GIF) no-repeat scroll center center;
    display: block;
    height: 64px;
    width: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999999999999;
    margin-top: -32px;
    margin-left: -32px;
}

/*-----------------------------------------------------------------------------------*/
/*    16.     contact_area CSS
/*-----------------------------------------------------------------------------------*/
.contact_one #my_location {
    height: 345px;
}

.contact_two #my_location {
    height: 420px;
}

.contact_one .contact_page_headings, .contact_two .contact_page_headings {
    font-size: 20px;
    color: #22313f;
    font-weight: 700;
    position: relative;
    padding: 0 30px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

    .contact_one .contact_page_headings:before, .contact_two .contact_page_headings:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        height: 12px;
        width: 12px;
        background-color: #22313f;
        margin-top: -6px;
    }

.contact_one .contact_left_content form input[type=text], .contact_one .contact_left_content form input[type=email], .contact_two .contact_right form input[type=text], .contact_two .contact_right form input[type=email] {
    height: 50px;
}

.contact_one .contact_left_content form input[type=text], .contact_one .contact_left_content form input[type=email], .contact_one .contact_left_content textarea, .contact_two .contact_right form input[type=text], .contact_two .contact_right form input[type=email], .contact_one .contact_left_content form input[type=tel], .contact_two .contact_right textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding: 23px 20px;
    border-radius: 30px 0 30px 0;
}

.contact_one .contact_left_content textarea, .contact_two .contact_right textarea {
    resize: none;
    height: 150px;
    padding: 15px;
}

.contact_two .single_contact {
    overflow: hidden;
    padding-bottom: 35px;
}

.contact_two .single_contact_icon {
    width: 70px;
    height: 70px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 70px;
    font-size: 26px;
    color: #000000;
    float: left;
}

.contact_two .single_contact_text {
    padding-left: 90px;
}

    .contact_two .single_contact_text h2 {
        color: #383838;
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 10px;
    }

    .contact_two .single_contact_text a {
        font-size: 14px;
        color: #989898;
    }

.contact_page_btn {
    background-color: #0064b2;
    height: 60px;
    margin-top: 20px;
    width: 250px;
    position: relative;
}

.contact_one .contact_left_content form input[type=submit], .contact_two .contact_right form input[type=submit] {
    border: 1px solid #fff;
    background-color: transparent;
    width: 240px;
    height: 50px;
    margin: 5px 0 0 5px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
}

/* this code is for thank-you.html */
.contact_record_text {
    font-weight: 700;
    color: #08953d;
    font-size: 16px;
    padding-bottom: 20px;
}

/************************************** 
            This Code is For Responsive 
        ******************************************/

/* ========================================
                For Large Screen
================================================= */









/* ========================================
                For Medium_Large Screen
================================================= */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    .about_page .advisor_area.section_padding_100 {
        padding: 100px 0 0;
    }

    .advisor_page .advisor_area figure {
        margin-bottom: 115px;
    }
}

/* ============================================
                For Medium Screen
============================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /* =-=-=-=-=- 1 default =-=-=-=-=- */
    .section_hedings, .section_hedings_white {
        font-size: 26px;
    }

    /* =-=-=-=-=- 2.1 header_top =-=-=-=-=- */
    .header_top_wrapper ul li a {
        font-size: 11px;
    }

    /* =-=-=-=-=- 4 about_area =-=-=-=-=- */
    .about_icon {
        width: 30px;
    }

    .about_text span {
        font-size: 18px;
    }

    .about_text {
        font-size: 12px;
        padding-left: 45px;
    }

    /* this code is for about page */
    .about_page .advisor_area.section_padding_100 {
        padding: 100px 0 0;
    }

    .about_page .about_area.section_padding_100 {
        padding: 120px 0 40px;
    }

    /* =-=-=-=-=- 5. service_area =-=-=-=-=- */
    .service_area_left_text {
        font-size: 18px;
    }

    .service_area_right_content {
        padding-left: 0px;
    }

    .single_service_right_content {
        padding: 10px;
    }

    .single_service_right_content_text {
        padding-left: 55px;
    }

    .service_area_control {
        right: -35px;
    }

    /* =-=-=-=-=- 5.1 service page =-=-=-=-=- */
    .service_page .accordion_button_wrapper {
        width: 211px;
    }

    .service_page .accordion_top_button_area {
        width: 200px;
    }

    /* =-=-=-=-=- 5.2 single_service page =-=-=-=-=- */
    .single_service_page .single_service_img_content_right {
        font-size: 13px;
        line-height: 25px;
        padding: 8px 15px 8px 0;
    }

    .single_service_page .submit_button {
        width: 151px;
    }

    .single_service_page .form_wrapper form input[type="submit"] {
        width: 140px;
    }

    .single_service_page .form_wrapper select {
        background: #1a242e url("../img/select_array.png") no-repeat scroll 98% 53%;
        font-size: 12px;
    }

    /* =-=-=-=-=- 6 counter_area =-=-=-=-=- */
    .counter_area_content ul li {
        padding: 20px 12px;
    }

    .counter_number h3 {
        font-size: 30px;
    }

    /* =-=-=-=-=- 7. choose area =-=-=-=-=- */
    .choose_us_area.section_padding_100 {
        padding: 100px 0;
    }

    /* =-=-=-=-=- 8 accordion_area_top  =-=-=-=-=- */
    .accordion_button_wrapper {
        width: 230px;
    }

    .accordion_top_button_area {
        width: 220px;
    }

    /* =-=-=-=-=- 9 accordion_area  =-=-=-=-=- */
    .ask_question_main_content {
        padding-left: 25px;
    }

        .ask_question_main_content a.collapsed .question_ask_panel_title {
            font-size: 13px;
        }

    /* =-=-=-=-=- 11. blog area  =-=-=-=-=- */
    .blog_area {
        height: 400px;
    }

    .blog_page figure > figcaption h3 {
        font-size: 14px;
    }

    .blog_page figure > figcaption {
        height: 90px;
    }

    .blog_page figure:hover figcaption {
        height: 110px;
    }

    /* =-=-=-=-=- 12 partner_area  =-=-=-=-=- */
    .submit_button {
        width: 200px;
    }

    .form_wrapper form input[type="submit"] {
        width: 190px;
    }

    .form_wrapper form input[type="text"], .form_wrapper form input[type="email"], .form_wrapper select {
        padding: 0 8px;
    }

    /* =-=-=-=-=- 14.1 project area version_2 page =-=-=-=-=- */
    .project_area figure {
        width: 29%;
    }

    .project_version_two .project_detail h5 {
        font-size: 15px;
    }

    .project_version_two .project_detail span {
        margin-bottom: 0;
    }

    .project_version_two .project_detail {
        font-size: 13px;
        line-height: 24px;
        padding: 0 10px;
    }
    /* =-=-=-=-=- 14.2 project area version_3 page =-=-=-=-=- */
    .project_version_three .project_area figure {
        width: 32%;
    }

    /* =-=-=-=-=- advisor page =-=-=-=-=- */
    .advisor_area figure {
        margin-bottom: 110px;
    }

    .header_area .mainmenu ul#nav li a {
        display: block;
        padding-bottom: 32px;
        padding-left: 5px;
        padding-right: 5px;
    }
}


.service_area {
    background: rgba(216, 213, 213, 0.8);
    padding-bottom: 50px;
}

.solvin {
    text-align: center;
    border: 3px solid #000;
    min-height: 295px;
    display: block !important;
}

    .solvin img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

.solvinpic {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #98a2ab;
    width: 288px;
    height: auto;
    margin: 0 auto;
    margin-top: -208px;
    margin-bottom: 18px;
}

.solvin h3 {
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    line-height: 18px;
    padding-bottom: 30px;
}

.solvin p {
    font-size: 16px !important;
    color: #000;
    letter-spacing: 0.5px;
    latter-spacing: 9px;
    line-height: 22px;
    font-family: 'Humanist521BT-Light';
    margin-bottom: 0px;
}

.service_area h2 {
    margin-bottom: 250px;
    color: #000;
}


/* Bounce In */
.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }

/* Bounce Out */
.hvr-bounce-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    color: #fff;
}

    .hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }

    .hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }



.txt-cnt {
    position: relative;
}

    .txt-cnt .overlay {
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        top: 0px;
        right: 16px;
        left: 16px;
        margin: 0 auto;
    }

        .txt-cnt .overlay p {
            font-size: 20px;
            color: white;
            padding: 10px 0px;
            text-align: center;
        }


        .txt-cnt .overlay span {
            font-weight: 600;
            font-size: 30px;
        }

/* ============================================
                For Tablet layout
============================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {



    /* =-=-=-=-=- 1 default =-=-=-=-=- */
    .section_hedings, .section_hedings_white {
        font-size: 22px;
    }

    /* =-=-=-=-=- 2 header area =-=-=-=-=- */
    .header_area .mainmenu ul#nav li a {
        font-size: 11px;
        padding-bottom: 31px;
        padding-left: 5px;
        padding-right: 5px;
    }

    /* =-=-=-=-=- 3 hero_area =-=-=-=-=- */
    .carousel-caption h3 {
        font-size: 32px;
    }

    /* =-=-=-=-=- 2.1 header_top =-=-=-=-=- */
    .header_top_wrapper ul li a {
        font-size: 11px;
    }

    .header_area .mainmenu ul#nav li a {
        font-size: 11px;
        padding-bottom: 31px;
    }

    /* =-=-=-=-=- 4. about =-=-=-=-=- */
    .single_about_area_content {
        width: 50%;
    }

    /* =-=-=-=-=- 4.1 about page =-=-=-=-=- */
    .about_page_single_service h3 {
        font-size: 20px;
    }

    .about_page .partner_content a {
        width: 46%;
    }

    .about_page .advisor_area.section_padding_100 {
        padding: 100px 0 0;
    }

    .about_page .about_area {
        padding: 120px 0 0;
    }

    .about_page .partner_area.section_padding_100 {
        padding: 50px 0 100px;
    }

    .about_page .service_area_left_text {
        font-size: 16px;
    }

    /* =-=-=-=-=- 5 service =-=-=-=-=- */
    .service_area_left_text {
        font-size: 14px;
        padding: 10px;
    }

    .service_area_right_content {
        padding-left: 0;
    }

    .single_service_right_content_text {
        padding-left: 40px;
    }

    .single_service_right_content_icon {
        width: 25px;
    }

    .single_service_right_content_text h4 {
        font-size: 13px;
    }

    .single_service_right_content {
        padding: 10px;
    }

    .service_area_control {
        top: 100%;
        right: 0;
    }

        .service_area_control.left {
            top: 90%;
        }

    /* =-=-=-=-=- 5.2 single_service page =-=-=-=-=- */
    .single_service_page .widget_service_link_text h5 {
        font-size: 14px;
        padding-left: 45px;
    }

    .single_service_page .single_service_main_content {
        padding-left: 0;
    }

    .single_service_page .single_service_img_content_right {
        padding: 15px 15px 15px 15px;
    }

    .single_service_page .single_service_text_content article {
        font-size: 14px;
        line-height: 28px;
    }

    .single_service_page .single_content_form_content_left {
        margin-top: 8px;
    }

    .single_service_page .partner_area_right {
        margin-top: 30px;
    }

    /* =-=-=-=-=- 6. counter_area =-=-=-=-=- */
    .counter_area_content ul li {
        padding: 20px 12px;
    }

    .counter_number h3 {
        font-size: 38px;
        width: 100%;
        text-align: center;
    }

    .counter_text {
        text-align: center;
        float: none;
    }

    /* =-=-=-=-=- 7. choose area =-=-=-=-=- */
    .choose_us_area_right ul li span {
        width: 35px;
    }

    .choose_us_area.section_padding_100 {
        padding: 100px 0 70px;
    }
    /* =-=-=-=-=- 9. accoordion area =-=-=-=-=- */
    .accordion_area:before, .accordion_area:after {
        width: 100%;
    }

    .ask_question_main_content {
        padding-left: 30px;
    }

    .ask_question_panel {
        padding: 10px;
    }

    .ask_question_main_content a.collapsed .question_ask_panel_title {
        font-size: 12px;
    }

    /* =-=-=-=-=- 10. advisor area =-=-=-=-=- */
    .advisor_area figure {
        margin-bottom: 110px;
    }

    /* =-=-=-=-=- 11. blog area =-=-=-=-=- */
    .blog_area {
        height: 350px;
        margin-bottom: 80px;
    }

        .blog_area figure > figcaption {
            padding: 10px;
        }

            .blog_area figure > figcaption h3 {
                font-size: 16px;
                line-height: 22px;
            }

    .blog_page figure > figcaption h3 {
        font-size: 14px;
    }

    .blog_page figure > figcaption {
        height: 90px;
    }

    .blog_page figure:hover figcaption {
        height: 110px;
    }

    .single_blog_page .single_page_blog_comments form input[type="text"], .single_blog_page .single_page_blog_comments form input[type="email"], .single_blog_page .single_page_blog_comments form textarea {
        width: 100%;
    }

    .single_blog_page .blog_text h3 {
        font-size: 20px;
    }

    .single_blog_page .single_blog_post_footer ul li {
        width: 100%;
    }

        .single_blog_page .single_blog_post_footer ul li:last-child {
            text-align: left;
        }
    /* =-=-=-=-=- 12. partner area =-=-=-=-=- */
    .form_wrapper form input[type="text"], .form_wrapper form input[type="email"], .form_wrapper select {
        padding: 0 8px;
    }

    .form_wrapper select {
        background: #1a242e url("../img/select_array.png") no-repeat scroll 97% 53%;
    }

    .submit_button {
        width: 180px;
    }

    .form_wrapper form input[type="submit"] {
        width: 169px;
    }

    /* =-=-=-=-=- 13.1 footer_top =-=-=-=-=- */
    .footer_top {
        padding: 95px 0 70px;
    }

        .footer_top .widget {
            padding-bottom: 30px;
        }

    /* =-=-=-=-=- 14.1 project area version_2 page =-=-=-=-=- */
    .project_area figure {
        width: 45%;
    }

    /* =-=-=-=-=- 14.2 project area version_3 page =-=-=-=-=- */
    .project_version_three .project_area figure {
        width: 48%;
    }

    /* =-=-=-=-=- 17 contact area =-=-=-=-=- */
    .contact_one .contact_page_headings, .contact_two .contact_page_headings {
        font-size: 18px;
    }
}

/* ============================================
                For Small mobile
============================================== */
@media only screen and (max-width: 767px) {

    /* =-=-=-=-=- 1. default =-=-=-=-=- */
    .section_padding_100 {
        padding: 70px 0;
        padding: 20px 0;
    }

    .section_hedings, .section_hedings_white {
        font-size: 22px;
    }


    .hero_area {
        position: relative;
        margin: 0px 0px 0px 0px;
    }

    .mean-container .mean-nav ul li a i {
        display: none;
    }

    /* =-=-=-=-=- 2. header_area =-=-=-=-=- */
    /* ____________ this code is for mobile-menu ____________*/
    .header_top_wrapper, .search_box {
        display: none;
    }

    .mean-container a.meanmenu-reveal span {
        background-color: #0062b0;
    }

    .mean-container a.meanmenu-reveal {
        color: #0066b3;
        padding: 15px 15px;
    }

    .header_area .logo {
        left: 12px;
        top: 12px;
        z-index: 999999;
        padding: 0;
    }

    .mean-container .mean-bar {
        padding: 0;
        background-color: transparent;
    }

    .mean-container .mean-nav {
        margin-top: 175px;
    }

        .mean-container .mean-nav ul li a.mean-expand {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            line-height: 35px;
            padding: 8px !important;
            border: 0 !important;
        }

    /* =-=-=-=-=- 3. hero_area =-=-=-=-=- */
    .hero_area .carousel.slide, .hero_area .carousel-inner {
        height: 300px;
    }

    .hero_area_control {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        width: 30px;
        top: 40%;
    }

        .hero_area_control.left {
            left: 0;
        }

        .hero_area_control.right {
            right: 0;
        }

    .carousel-caption h3.hero_area_top_text {
        font-size: 13px;
    }

    .carousel-caption h3.hero_bold_text {
        font-size: 18px;
    }

    /* =-=-=-=-=- 4. about_area =-=-=-=-=- */
    .single_about_area_content {
        width: 100%;
    }

    .about_area_left_content {
        overflow: hidden;
        margin-bottom: 50px;
    }

    .about_banner_area_content h3 {
        font-size: 20px;
    }

    /* this code is for about page */
    .about_page .service_area_right_content > .row > div:nth-child(2n+1):before {
        width: 0;
    }

    .about_page .service_area_right_content > .row > div:nth-child(1):after, .about_page .service_area_right_content > .row > div:nth-child(2):after {
        width: 0;
    }

    .about_page .advisor_area.section_padding_100 {
        padding: 70px 0 0;
    }

    .about_page .about_text span {
        font-size: 20px;
    }

    .about_page .about_text {
        font-size: 13px;
    }

    .about_page .about_page_single_service h3 {
        font-size: 20px;
    }

    /* =-=-=-=-=- 5. service area =-=-=-=-=- */
    .service_area_right_content {
        padding-left: 0;
        padding-top: 50px;
    }

    .single_service_right_content {
        padding: 15px;
    }

    .single_service_right_content_text {
        padding-left: 55px;
    }

    .service_area_control.left {
        top: 103%;
    }

    .service_area_control {
        top: 97%;
        right: 0;
    }

    /* =-=-=-=-=- 5.1 service page =-=-=-=-=- */
    .service_page .single_service_right_content {
        padding: 15px 10px;
    }

    .service_page .single_service_right_content_text {
        padding-left: 55px;
    }

    .service_page .accordion_area_top_main_content {
        padding: 20px;
    }

        .service_page .accordion_area_top_main_content h3 {
            font-size: 20px;
        }

    .service_page .accordion_button_wrapper {
        width: 191px;
    }

    .service_page .accordion_top_button_area {
        width: 180px;
    }

    .service_page .accordion_area_top.section_padding_100 {
        padding: 30px 0 70px;
    }

    /* =-=-=-=-=- 5.2 single_service page =-=-=-=-=- */
    .single_service_page .about_banner_area_content h3 {
        font-size: 22px;
    }

    .single_service_page .about_banner_area_content ul li {
        font-size: 12px;
    }

    .single_service_page .single_service_main_content_wrapper .widget_service_link ul li a {
        padding: 20px;
    }

    .single_service_page .widget_service_link_text h5 {
        font-size: 14px;
        padding-left: 45px;
    }

    .single_service_page .widget.widget_download_link {
        margin-bottom: 50px;
    }

    .single_service_page .single_service_main_content {
        padding-left: 0;
    }

    .single_service_img_content_right {
        padding: 15px 15px 15px 15px;
    }

    .single_service_text_content article, .single_content_form_content article {
        font-size: 13px;
        line-height: 26px;
    }

    .single_service_page .submit_button {
        width: 161px;
    }

    .single_service_page .form_wrapper form input[type="submit"] {
        width: 150px;
    }

    .single_content_form_content_right {
        margin-top: 30px;
    }

    .form_wrapper {
        padding: 30px 10px;
    }

    /* =-=-=-=-=- 6. counter area =-=-=-=-=- */
    .counter_area_content ul li {
        width: 100%;
    }

    /* =-=-=-=-=- 7. choose area =-=-=-=-=- */
    .choose_us_area_right ul li {
        width: 100%;
    }

    .choose_us_area_right {
        margin-top: 90px;
    }

    .choose_us_area.section_padding_100 {
        padding: 100px 0 50px;
    }

    /* =-=-=-=-=- 8. accordion area top =-=-=-=-=- */
    .accordion_area_top_main_content {
        padding: 20px;
    }

        .accordion_area_top_main_content h3 {
            font-size: 18px;
        }

    .accordion_button_wrapper {
        width: 181px;
    }

    .accordion_top_button_area {
        width: 170px;
    }

    /* =-=-=-=-=- 9. accordion area =-=-=-=-=- */
    .accordion_area:before {
        width: 100%;
    }

    .accordion_area:after {
        width: 100%;
    }

    .ask_question_main_content {
        padding-left: 0;
        margin-top: 100px;
    }

    .accordion_area .section_hedings_white, .accordion_area .section_hedings {
        color: #fff;
        font-size: 16px;
    }

    .accordion_area .ask_question_panel {
        padding: 10px;
    }

    .ask_question_main_content {
        min-height: 420px;
    }

    /* =-=-=-=-=- 10. advisor area =-=-=-=-=- */
    .advisor_area figure {
        margin-bottom: 100px;
    }

    /* =-=-=-=-=- 11. blog area =-=-=-=-=- */
    .blog_area figure {
        margin-bottom: 35px;
    }

    .blog_area {
        height: auto;
        margin-bottom: 0;
    }

    .blog_content_wrapper aside {
        margin-bottom: 50px;
    }

    .blog_page figure > figcaption h3 {
        font-size: 16px;
    }

    .single_blog_wrapper aside {
        margin-bottom: 50px;
    }

    .single_blog_page .blog_text, .single_blog_page .single_page_blog_comments, .single_blog_page .single_page_blog_comments_post {
        padding: 30px 20px 30px 20px;
    }

        .single_blog_page .blog_text h3 {
            font-size: 16px;
        }

    .single_blog_page .single_blog_post_footer ul li {
        width: 100%;
    }

        .single_blog_page .single_blog_post_footer ul li:last-child {
            text-align: left;
        }

    .single_blog_page .single_blog_post_footer {
        padding: 0 20px 30px 20px;
    }

    .single_blog_page .section_hedings, .single_blog_page .section_hedings_white {
        font-size: 20px;
    }

    .single_blog_page .single_page_blog_comments form input[type="text"], .single_blog_page .single_page_blog_comments form input[type="email"], .single_blog_page .single_page_blog_comments form textarea {
        width: 100%;
    }

    .single_blog_comment_btn {
        width: 170px;
    }

    .single_blog_page .single_page_blog_comments form input[type="submit"] {
        width: 160px;
    }

    .single_blog_page .commenters_img {
        float: none;
        margin: 0 auto;
        width: 76px;
        margin-bottom: 30px;
    }

    .single_blog_page .commenters_post {
        padding-left: 0;
    }
    /* =-=-=-=-=- 12. partner area =-=-=-=-=- */
    .partner_content a {
        margin-left: 5px;
        width: 100%;
    }

    .partner_area_right {
        margin-top: 50px;
    }

    .submit_button {
        width: 170px;
    }

    .form_wrapper form input[type="submit"] {
        width: 159px;
    }

    .form_wrapper form input[type="text"], .form_wrapper form input[type="email"], .form_wrapper select {
        padding: 0 5px;
    }

    .form_wrapper select {
        background: #1a242e url("../img/select_array.png") no-repeat scroll 98% 53%;
    }

    /* =-=-=-=-=- 13.1 footer_top area =-=-=-=-=- */
    .footer_top {
        padding: 70px 0 22px;
    }

        .footer_top .widget {
            padding-bottom: 50px;
        }

            .footer_top .widget > .widget_title {
                padding-bottom: 25px;
            }

    /* =-=-=-=-=- 13.2 footer_bottom area =-=-=-=-=- */
    .footer_bottom_left > p {
        font-size: 12px;
        text-align: center;
    }

    .footer_bottom {
        line-height: 35px;
        padding: 10px 0;
    }

    .footer_bottom_right {
        text-align: center;
    }

    /* =-=-=-=-=- 14.1 project area version_2 page =-=-=-=-=- */
    .project_area figure {
        margin-left: 15px;
        width: 100%;
    }
    /* =-=-=-=-=- 14.2 project area version_3 page =-=-=-=-=- */
    .project_version_three .project_area figure {
        margin-bottom: 30px;
        width: 100%;
    }

    .project_version_three .project_list {
        padding: 0 100px;
    }

    /* =-=-=-=-=- contact page =-=-=-=-=- */
    .contact_right_content {
        margin-top: 50px;
    }

    .contact_one .contact_page_headings {
        margin-top: 20px;
    }

    .accordion_slider_wrapper .owl-dots {
        bottom: -20px;
    }



    .owl-carousel .owl-item img {
        margin: 0 auto;
        float: none;
    }



    .solvin {
        margin: 1px 0px 80px 0px;
    }

    .solvinpic {
        width: 80%;
        margin-top: -95px;
    }

    .header_area .mainmenu {
        margin-top: 15px;
    }

    .carousel-caption h3 {
        padding-top: 180px;
        margin-left: 10px;
    }
}

/* ============================================
                For large mobile
============================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .mean-container .mean-nav {
        margin-top: 77px;
    }
    /* =-=-=-=-=- 1 default =-=-=-=-=- */
    .section_hedings, .section_hedings_white {
        font-size: 26px;
    }

    /* =-=-=-=-=- 3 hero area =-=-=-=-=- */
    .carousel-caption h3.hero_area_top_text {
        font-size: 16px;
    }

    .carousel-caption h3.hero_bold_text {
        font-size: 24px;
    }

    /* =-=-=-=-=- 4 about area =-=-=-=-=- */
    .single_about_area_content {
        width: 33%;
    }

    .about_text span {
        font-size: 20px;
    }

    .about_text {
        padding-left: 45px;
    }

    .about_banner_area_content h3 {
        font-size: 30px;
    }

    /* this code is for about page */
    .about_page .advisor_area .col-xs-12 {
        padding: 0 100px;
    }

    /* =-=-=-=-=-  blog area =-=-=-=-=- */
    .single_blog_page .single_blog_post_footer ul li {
        width: 50%;
    }

        .single_blog_page .single_blog_post_footer ul li:last-child {
            text-align: right;
        }

    .single_blog_page .commenters_img {
        float: left;
    }

    .single_blog_page .commenters_post {
        padding-left: 110px;
    }

    .blog_area .blog_content .col-xs-12 {
        padding: 0 100px;
    }

    .blog_page .blog_content .col-xs-12 {
        padding: 0 110px;
    }
    /* =-=-=-=-=- 5.1 service page =-=-=-=-=- */
    .service_page .single_service_right_content_text {
        padding-left: 70px;
    }

        .service_page .single_service_right_content_text h4 {
            font-size: 18px;
            padding-bottom: 25px;
        }

    .service_page .accordion_area_top_main_content h3 {
        font-size: 28px;
    }

    .service_page .accordion_button_wrapper {
        width: 250px;
    }

    .service_page .accordion_top_button_area {
        width: 238px;
    }

    /* =-=-=-=-=- 5.2 single_service page =-=-=-=-=- */
    .single_service_text_content article, .single_content_form_content article {
        font-size: 16px;
        line-height: 32px;
    }

    /* =-=-=-=-=- 6 counter area =-=-=-=-=- */
    .counter_area_content ul li {
        width: 49%;
    }

    /* =-=-=-=-=- 7 choose-us area =-=-=-=-=- */
    .choose_us_area_right ul li {
        width: 50%;
    }

    /* =-=-=-=-=- 12 partner area =-=-=-=-=- */
    .partner_content a {
        width: 48%;
    }

    .form_wrapper form input[type="text"], .form_wrapper form input[type="email"], .form_wrapper select {
        padding: 0 20px;
    }

    /* =-=-=-=-=- 14.1 project area version_2 page =-=-=-=-=- */
    .project_version_two .project_detail {
        font-size: 16px;
        line-height: 32px;
        padding: 0 30px;
    }

        .project_version_two .project_detail h5 {
            font-size: 24px;
        }

        .project_version_two .project_detail span {
            font-size: 14px;
        }

    .project_area figure {
        margin-left: 45px;
        width: calc(100% - 60px);
    }

    /* =-=-=-=-=-  advisor area =-=-=-=-=- */
    .advisor_page .advisor_area .col-xs-12 {
        padding: 0 120px;
    }

    .advisor_area .col-xs-12 {
        padding: 0 120px;
    }
}

.btntoTop {
    background-color: #f7bd61;
    border: 2px solid #0a62a9;
    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;
    padding-top: 9px;
}

    .btntoTop:before {
        color: #fff;
        content: "";
        display: inline-block;
        font: 20px FontAwesome;
        vertical-align: middle;
    }


.insurance img {
    margin: 0px 0px 20px 0px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.insurance p {
    color: black;
    margin: 0px 0px 10px 0px;
}

.insurance h2 {
    color: black;
    margin: 0px 0px 10px 0px;
}

.insurance h3 {
    color: black;
    margin: 0px 0px 10px 0px;
}

.insurance strong {
    color: #000000;
}

.insurance ul li {
    color: black;
    margin: 0px 0px 10px 0px;
}

.footer_top .widget_para p {
    line-height: 16px;
    font-size: 14px;
}

.footer_top .widget_para {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1px;
    line-height: 20px;
}

.address {
    margin: 15px 0px 0px 0px;
}

.single_contact {
    display: block;
}

.single_contact_icon {
    width: 70px;
    height: 70px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 70px;
    font-size: 26px;
    color: #000000;
    float: left;
}

.single_contact_text {
    padding-left: 90px;
    margin-bottom: 20px;
}

    .single_contact_text h2 {
        color: black;
    }

    .single_contact_text p {
        color: #a09797;
    }

    .single_contact_text a {
        color: #a09797;
    }

.googlemap {
    margin: 30px 0px 0px 0px;
}


.choose_us_area h1 {
    color: black;
    margin: 0px 0px 30px 0px;
    text-transform: uppercase;
}

.choose_us_area img {
    width: 100%;
    height: 350px;
    margin-bottom: 40px;
    object-fit: cover;
    border: 1px solid #e6e6e6;
}


@media only screen and (max-width: 480px) {

    .choose_us_area img {
        height: 275px;
    }

    .accordion_slider_wrapper .owl-dots {
        bottom: -20px;
    }

    .header_area .logo img {
        max-width: inherit;
        width: 180px;
        height: 81px;
    }

    .mean-container a.meanmenu-reveal {
        top: -33px;
    }

    .mean-container .mean-nav {
        margin-top: 30px;
    }
}


.footer_top .widget_para p {
    position: relative;
}

    .footer_top .widget_para p span {
        display: inline-block;
        font-size: 12px;
        margin: 2px 3px;
        position: relative;
    }

        .footer_top .widget_para p span:after {
            position: absolute;
            content: "|";
            width: 2px;
            height: 0px;
            top: -1px;
            right: -5px;
            font-size: 17px;
        }

        .footer_top .widget_para p span:last-child {
            margin-right: 15px;
        }

            .footer_top .widget_para p span:last-child:after {
                display: none;
                margin-right: 5px;
            }


.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;
            width: 80%;
            font-weight: bold;
            color: #0064b2;
        }

            .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;
}

.para p {
    display: none;
}

#content1 {
    display: block;
}

.final_plan ul li a.active {
    background: #0064b2;
    color: white;
}

.para iframe {
    width: 100%;
}




@media only screen and (max-width: 1200px) {
    .solvinpic {
        width: 80%;
        margin-top: -150px;
    }

    .solvin {
        min-height: 365px;
    }
}

@media (max-width: 767px) {
    .final_plan ul li a {
        width: 100%;
    }

    .para p {
        margin-top: 50px;
    }

    .solvinpic {
        width: 80%;
        margin-top: -60px;
    }

    .service_area h2 {
        margin-bottom: 50px;
        color: #000;
    }
}

.page-banner {
    margin: 0px 0px 20px 0px;
}

.about-text p {
    color: #000000;
}

.content_f p {
    color: #000000;
    margin-bottom: 15px;
}

.about-text strong {
    color: #000000;
}

.page-banner img {
    width: 100%;
    height: auto;
    border: 1px solid #dedede;
    padding: 20px;
}

marquee {
    font-size: 18px;
    color: #0064b2;
    font-weight: 600;
    margin: 16px 0px 0px 0px;
}



.Captcha {
    float: left;
    width: 63% !important;
    font-size: 33px;
    padding: 1px 15px !important;
    border: none !important;
    background-image: url(../img/dot.png);
    background-repeat: repeat;
    text-align: center;
    color: black;
}


.refreshbtn {
    background: #22313f;
    color: #fff;
    font-size: 18px !important;
    padding: 11px !important;
    width: 27% !important;
    outline: none;
    float: right;
    font-weight: 500;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding: 23px 20px;
    border-radius: 30px 0 30px 0;
}

i.fa.fa-angle-left, i.fa.fa-angle-right {
    padding-top: 10px;
}

.widget_footer_social .fa {
    padding-top: 8px;
}

.footer_top .widget .widget_contact_detail p span {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff !important;
    letter-spacing: 0px;
    text-align: left;
}

.mb-250 div.col-sm-4:nth-child(1) {
    margin-bottom: 250px;
}

.mb-250 div.col-sm-4:nth-child(2) {
    margin-bottom: 250px;
}

.mb-250 div.col-sm-4:nth-child(3) {
    margin-bottom: 250px;
}

.carousel-caption h3 p {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}


.col-md-4.col-sm-6.col-xs-12:nth-child(10) img, .col-md-4.col-sm-6.col-xs-12:nth-child(11) img,
.col-md-4.col-sm-6.col-xs-12:nth-child(12) img, .col-md-4.col-sm-6.col-xs-12:nth-child(13) img,
.col-md-4.col-sm-6.col-xs-12:nth-child(14) img, .col-md-4.col-sm-6.col-xs-12:nth-child(15) img {
    object-fit: contain
}
@media (max-width: 576px) {
    .final_plan iframe {
        height: 1500px !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*/
.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;
}
.video-test {
    padding: 50px 0px 70px 330px;
    background: #efefef;
}

.video-test h2 {
    margin: 10px 0px 40px 0px;
}
.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: 50px 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;
    border: 0;
    background: none;
}

.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;
}
.row .mt-5 {
    margin-top: 70px;
}
.row .col-md-4{
    margin-top: 30px;
}
/*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-wrapper-outer .owl-wrapper .owl-item {
        width: 290px !important;
    }
}

@media only screen and (min-width: 769px) {
    .video-test {
        padding: 20px 0px 20px 330px !important;
        background: #efefef;
    }

    .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;
        text-shadow: 1px 2px 2px #fff;
    }

#largeModal .close {
    background: #cbcbcb;
    padding: 1px 10px;
    border: 0px;
    border-radius: 20px;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    opacity: 1;
    text-shadow: 1px 2px 2px #fff;
}

.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 11px 0 11px;
}

#largeModal .modal-content {
    width: 100%;
}

#largeModal .modal-header {
    border-bottom: 1px solid #e5e5e5;
}

    #largeModal .modal-header h5 {
        font-size: 2rem;
        font-weight: 500;
    }

#largeModal .modal-title {
    display: inline-block;
}

@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;
    }
}
.widget_footer_social svg {
    fill: #fff;
}
.custom_social {
    display: flex;
}
    .custom_social .custom_twitter {
        position: relative;
    }
        .custom_social .custom_twitter svg {
            position: absolute;
            left: 7px;
            right: -3px;
            top: 7px;
        }
@media (max-width: 767px) {
    .order1-mobile {
        display: flex;
        flex-wrap: wrap;
    }

        .order1-mobile .col-xl-3.col-lg-3.col-md-12 {
            order: 2;
        }

        .order1-mobile .blogcontent.details {
            order: 1;
        }
}