

/*----------------------------------------*/
/*  Google Fonts
 
/*----------------------------------------*/
/* @font-face{
    font-family: Montserrat;
    font-display: fallback;
    src: local('Montserrat'), url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800) */
    /* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700|Raleway:400,500,600,700,800'); */
/* }
@font-face{
    font-family: Open Sans;
    font-display: fallback;
    src: local('Open Sans'), url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700)
}
@font-face{
    font-family: Raleway;
    font-display: fallback;
    src: local('Raleway'), url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800)
} */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700|Raleway:400,500,600,700,800');


/*----------------------------------------*/
/*   CSS Document 
/*----------------------------------------*/
/* @import url(flaticon.css); */
/* @import url(animate.css); */
/* @import url(magnific.min.css); */
@import url(bootsnav.css);
/* @import url('slick.css'); */
/*@import url(StyleSheet.css);
@import url(normalize.css);*/
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
    height: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

/* investar tour */
.check-list {
    list-style: none;
    margin-bottom: 20px;

}
.check-list li {
    margin-bottom: 10px;
    color: #000;
}
.check-list li i {
       margin-right: 10px;
    color: #0083ff;
}

.monthy-block {
    position: relative;
    padding-bottom: 10px;
}

    .monthy-block:last-child {
        padding-bottom: 0px;
    }

    .monthy-block .inner-box {
        position: relative;
        padding-left: 140px;
    }

        .monthy-block .inner-box .month {
            position: absolute;
            left: 0px;
            top: 4px;
            width: 70px;
            color: #848484;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            font-family: 'Poppins', sans-serif;
        }

            .monthy-block .inner-box .month .dott {
                position: absolute;
                content: '';
                right: -28px;
                top: 8px;
                width: 9px;
                height: 9px;
                border-radius: 50%;
                background-color: #0f1341;
            }

                .monthy-block .inner-box .month .dott:before {
                    position: absolute;
                    content: '';
                    left: -3px;
                    top: -3px;
                    right: -3px;
                    bottom: -3px;
                    border-radius: 50%;
                    background-color: rgba(15,19,65,0.50);
                }

        .monthy-block .inner-box h3 {
            position: relative;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 1px;
            margin-bottom: 15px;
            text-transform: capitalize;
        }

            .monthy-block .inner-box h3 a {
                position: relative;
                color: #0f1341;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
            }

                .monthy-block .inner-box h3 a:hover {
                    color: #ff4800;
                }

        .monthy-block .inner-box .text {
            position: relative;
            color: #808080;
            font-size: 16px;
            line-height: 1.7em;
        }
        
.about-details {
    overflow: hidden;
    display: block;
    padding-top: 10px;
}
.text-center {
    text-align: center;
}

.video-image-box .image {
    position: relative;
}
.video-image-box img {
    display: block;
    width: 100%;
}
.content ul {
    margin-bottom: 35px;
}
.column .inner .author-info {
    position: relative;
    padding-left: 98px;
    padding-top: 16px;
    margin-bottom: 5px;
    min-height: 76px;
}
 .column .inner .author-info .img-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    border: 2px solid #00d9ff;
    border-radius: 50%;
    overflow: hidden;
}
 .column .inner .author-info {
    position: relative;
    padding-left: 98px;
    padding-top: 16px;
    margin-bottom: 5px;
    min-height: 76px;
}
 .signature {
    position: absolute;
    margin-bottom: 20px;
    margin-right: 50px;
    left: 324px;
    margin-top: 10px;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}
/*img {max-width:100%;
	height:auto;
}*/
.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #777;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px;
    color: #444;
    font-weight: 700;
}

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}
  h2 span {
        color: #0c90ce;
    }
h3 {
    font-size: 30px;
    line-height: 32px;
    font-family: 'Raleway', sans-serif;
}

h4 {
    font-size: 22px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    a:hover {
        color: #0b489f;
        text-decoration: none;
    }

    a:active, a:hover {
        outline: 0 none;
    }

    a:hover, a:focus {
        color: #333;
        text-decoration: none;
    }
.mt-20 {
    margin-top: 20px;
}
.mb-xs-0 {
    margin-bottom: 0px;
}

.mtb-xs-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-xs-15 {
    margin-top: 15px;
}

.mb-xs-15 {
    margin-bottom: 15px;
}

.mtb-xs-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-xs-30 {
    margin-top: 30px;
}

.mb-xs-30 {
    margin-bottom: 30px;
}

.float-none-xs {
    float: none;
}

.float-left-xs {
    float: left;
}

.float-right-xs {
    float: right;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    /* overflow-x: hidden; */
    overflow-x: scroll;
    line-height: 1.75em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.color-white {
    color: #ffffff !important;
}

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.navbar-collapse {
    padding-left: 0px;
}

.color {
    color: #0b489f;
    font-weight: 700;
}

.area-padding {
    padding: 90px 0px;
}

.area-padding-2 {
    padding: 70px 0px 50px;
}

.padding-2 {
    padding-bottom: 90px;
}

#scrollUp {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 20px;
    height: 34px;
    line-height: 30px;
    opacity: 0.6;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 34px;
}

    #scrollUp:hover {
        background: #0b489f;
        opacity: 1;
    }

.mar-row {
    margin-top: 30px;
}
/*.load-more-btn {
    text-transform: uppercase;
    background: #0b489f;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 3px;
    width: 200px;
	transition: 0.4s;
	border:2px solid #0b489f;
}
.load-more-btn:hover{
    background: #fff;
	border:2px solid #0b489f;
    color: #0b489f;
	transition: 0.4s;
}*/
.bg-color {
    background: #f9f9f9;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
section {
    padding: 10px 0;
    /*overflow: hidden;
    position: relative;*/
}

/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}

.topbar-area {
    background: #0b489f;
}

.topbar-left ul li a {
    color: #ddd;
    display: block;
    font-weight: 400;
    margin-right: 20px;
    padding: 15px 0;
    text-decoration: none;
    font-size: 14px;
}

    .topbar-left ul li a i {
        color: #0b489f;
        font-size: 14px;
        padding-right: 5px;
    }

.topbar-right {
    position: relative;
    display: block;
}

.top-social {
    float: right;
    padding: 15px 0px;
    margin-right: 10px;
}

    .top-social ul li {
        display: inline-block;
    }

        .top-social ul li a {
            color: #ddd;
            margin-right: 5px;
            display: block;
            text-align: center;
            font-size: 15px;
            width: 26px;
            height: 26px;
            border-radius: 5px;
            line-height: 25px;
        }

            .top-social ul li a:hover {
                color: #fff;
                background: #e54b3b;
            }

.quote-button {
    float: right;
}

    .quote-button .quote-btn {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 800;
        color: #fff;
        background: #e54b3b;
        display: inline-block;
        border: 2px solid #e54b3b;
        padding: 14px 20px;
        margin: 0px;
    }

        .quote-button .quote-btn:hover {
            background: transparent;
            color: #e54b3b;
        }

.slogan {
    margin-bottom: 0px;
    padding: 16px 0px;
    color: #fff;
    font-size: 16px;
}
/*----------------------------------------*/
/* 1.1 Header Top Area  option 2
/*---------------------------------------*/
.header-upper {
    position: relative;
    background: #00325d;
    overflow: hidden;
}
    /*.header-upper .logo-box {
        position: relative;
        float: left;
        padding: 0px 0px;
    }*/

    .header-upper .upper-right {
        position: relative;
        float: left;
        padding: 15px 0px;
    }

        .header-upper .upper-right:before {
            content: '';
            position: absolute;
            left: -20px;
            top: 0px;
            height: 100%;
            width: 5000px;
            background: rgba(255,255,255,0.02);
            -webkit-transform: skewX(-15deg);
            -ms-transform: skewX(-15deg);
            -moz-transform: skewX(-15deg);
            transform: skewX(-15deg);
        }
/*.auto-container {
    max-width: 1440px;
}*/
.info-box {
    position: relative;
    float: left;
    min-height: 40px;
    margin-right: 30px;
    font-size: 13px;
    color: #ffffff;
    text-align: left;
    line-height: 22px;
    padding: 3px 20px 0px 50px;
}

    .info-box:last-child {
        margin-right: 0px;
        padding-right: 0px;
    }

    .info-box:before {
        content: '';
        position: absolute;
        right: 0px;
        top: -25px;
        height: 100px;
        border-left: 2px solid #00325d;
        -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        -moz-transform: skewX(-15deg);
        transform: skewX(-15deg);
    }

    .info-box:last-child:before {
        display: none;
    }

    .info-box .icon-box {
        position: absolute;
        width: 50px;
        height: 50px;
        left: 0px;
        top: 0px;
        color: #ffffff;
        font-size: 28px;
        line-height: 44px;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }


    .info-box a {
        position: relative;
        color: #ffffff;
    }

.pagess {
    position: relative;
}

/* .navbar.navbar-default {
    float: right;
} */

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-top: 5px solid #DCDCDC;
}
nav.navbar.bootsnav ul.nav li a {
    font-size: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
      color: #000;
   
}

    nav.navbar.bootsnav ul.nav li a.active {
        color: #303030;
        font-weight: 600;
    }

    nav.navbar.bootsnav ul.nav li a:hover, nav.navbar.bootsnav ul.nav li a:focus {
        color: #303030;
        font-weight: 600;
       
    }

.navbar-brand > img {
    display: inline-block;
    height: 60px;
    padding: 5px 0px;
}

header.header-nav {
    z-index: 99;
}

.header-nav .main-header-nav.navbar-scrolltofixed {
    background: #ffffff;
    border-top: 1px solid #ffffff;
}

.fixedup {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fixedup .navbar-scrolltofixed.scroll-to-fixed-fixed {
        background-color: #ffffff;
        margin-top: 0;
    }
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/

.intro-content {
    position: relative;
    z-index: 1;
}

    .intro-content::after {
        /*background: rgba(10, 27, 40, 0.8) none repeat scroll 0 0;*/
        /*background: rgba(10, 27, 40, 0.3) none repeat scroll 0 0;*/
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

/*----------------------------------------*/
/*  12. Footer Area
/*----------------------------------------*/
.footer-area {
    padding: 70px 0;
    background: #2c3038;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-head p {
    color: #ddd;
}

.footer-head .h4-text {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 45px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px;
}

.footer_contactbox span.contact_title {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 5px;
    display: block;
}

.footer_contactbox i {
    display: block;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 13px;
}

.footer-icons ul li {
    display: inline-block;
}

    .footer-icons ul li a {
        color: #ddd;
        display: block;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        margin-right: 5px;
        width: 30px;
        height: 30px;
        border: 1px solid #ddd;
        border-radius: 50%;
    }

        .footer-tags li a:hover,
        .footer-icons ul li a:hover {
            color: #fff;
            background: #0b489f;
            border: 1px solid #0b489f;
        }

.footer-tags li {
    float: left;
}

    .footer-tags li a {
        color: #ddd;
        display: block;
        font-size: 14px;
        line-height: 28px;
        text-align: center;
        margin: 3px;
        border: 1px solid #002C57;
        background: #002C57;
        font-weight: 600;
        padding: 3px 5px;
        border-radius: 2px;
    }

.footer-icons {
    margin-top: 20px;
}

.footer-contacts p span {
    color: #0b489f;
    font-weight: 700;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.footer-list li a {
    color: #ddd;
    padding: 3px 0px 3px 20px;
    display: block;
    position: relative;
    font-weight: 500;
}

.subs-feilds {
    margin-top: 20px;
}

.footer-list li:first-child a {
    padding-top: 0px;
}

.footer-list li:last-child a {
    padding-bottom: 0px;
}

.footer-list li a::after {
    position: absolute;
    content: "\e876";
    right: auto;
    top: 2px;
    font-family: fanton;
    font-size: 12px;
    left: 0;
}

.footer-list li a:hover {
    color: #0b489f;
}

.footer-area-bottom {
    background: #32363e none repeat scroll 0 0;
    padding: 25px 0;
    border-top: 1px solid #333;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #0b489f;
}

.copyright-text a {
    color: #ddd;
}

.copyright > p {
    margin-bottom: 0;
    color: #ddd;
}

.copyright a {
    color: #ccff00;
}

.single-brand-item a {
    border: 1px solid #f5f5f5;
    display: block;
}


/*----------------------------------------*/
/*   Unique Features
/*----------------------------------------*/
.center {
    text-align: center;
}


.hm_analysis_section {
    padding: 38px 0px 73px 0px;
}
    .hm_analysis_section h2 {
        font-size: 3em;
        padding: 10px;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .hm_analysis_section h6 {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 31px;
        line-height: 28px;
    }

        .hm_analysis_section h6 span {
            display: block;
        }

    .hm_analysis_section p {
        color: aliceblue;
    }

.hm_analysis_img {
    position: relative;
    z-index: 1;
}

    .hm_analysis_img img {
        max-width: 100%;
    }

.hm_analysis_content:hover {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
}

#section1 {
    /* position: absolute;
    left: 1.2%;
    top: 2%;
    width: 23.5%;
    height: 74%;
    z-index: 9; */
    position: absolute;
    left: 11%;
    top: 14%;
    width: 19.5%;
    height: 41%;
    z-index: 9;
    transition: all 0.5s ease;
}

#section2 {
    /* position: absolute;
    left: 1.2%;
    top: 76%;
    width: 23.5%;
    height: 19%;
    z-index: 9; */
    position: absolute;
    left: 11%;
    top: 55%;
    width: 19.5%;
    height: 12.5%;
    z-index: 9;
    transition: all 0.5s ease;
}

#section3 {
    /* position: absolute;
    left: 25%; */
    /* top: 2%; */
    /* width: 70%;
    height: 35%;
    z-index: 9;
    bottom: 10px; */
    position: absolute;
    left: 30.5%;
    top: 50%;
    width: 59%;
    height: 19.5%;
    z-index: 9;
    bottom: 10px;
    transition: all 0.5s ease;
}
#section4 {
    /* position: absolute;
    left: 25%;
    top: 15%;
    width: 70%;
    height: 50%;
    z-index: 9; */
    position: absolute;
    left: 30.5%;
    top: 14%;
    width: 59%;
    height: 36%;
    z-index: 9;
    transition: all 0.5s ease;
}

.tooltip:hover {
    opacity: 1;
}

.tooltip span {
    display: none;
    pointer-events: none;
}

    .tooltip span p {
        font-size: 14px;
        font-weight: 400;
    }

.tooltip:hover span {
    display: inline;
    border-radius: 8px 8px;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0%;
    top: 90%;
    width: 270px;
    z-index: 99;
    margin-left: 0;
    padding: 13px;
    background: rgba( 23, 45, 78, 1.0 );
    color: white;
    text-align: left;
}

    .tooltip:hover span:before {
        border: solid;
        border-color: rgba( 23, 45, 78, 1.0 ) transparent;
        border-width: 0 11px 11px 11px;
        top: 0%;
        margin-top: -11px;
        content: "";
        display: block;
        left: 45%;
        position: absolute;
        z-index: 99;
    }


/*----------------------------------------*/
/*   Our Features
/*----------------------------------------*/
.ulockd-service {
    z-index: 1;
}

    .ulockd-service:before {
        background-color: rgba(255, 255, 255, 0.8);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

.service-col {
    background-color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    .service-col .srvc-icon {
        color: #ffffff;
        font-size: 30px;
        padding: 8px 13px;
    }

    .service-col .srvc-details {
        padding: 10px 15px;
    }

        .service-col .srvc-details h3 {
            font-size: 22px;
            -webkit-transition: all 0.2s ease-in-out 0s;
            -o-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s;
        }

.img-box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 25px;
    position: relative;
}

    .img-box h3 {
        margin-top: 0;
    }

    .img-box .thumb {
        display: inline-block;
    }

        .img-box .thumb img {
            margin: 10px 0;
            width: 100px;
        }

.ulockd-pd-content h3 {
    color: #333333;
    margin-bottom: 15px;
}

.ulockd-all-service {
    margin-top: 15px;
}

    .ulockd-all-service a {
        border-radius: 0;
        font-size: 16px;
        margin-bottom: 5px;
        padding: 10px 25px;
        text-transform: uppercase;
    }

        .ulockd-all-service a.active {
            background-color: #222222;
            border-color: #222222;
        }

.icon-box3 {
    background-color: #ffffff;
    border-radius: 5px;
    font-family: "Lato", sans-serif;
    padding: 35px 10px 15px;
    position: relative;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-box-shadow: 0 0px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 50px 0px rgba(0, 0, 0, 0.2);
}

    .icon-box3 h3 {
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .icon-box3:hover {
        box-shadow: none;
    }

.ab-thumb {
    position: relative;
}

    .ab-thumb img {
        -webkit-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .ab-thumb .lbox-caption {
        position: absolute;
        top: 25%;
    }

.img-whp {
    width: 100% !important;
}

.bgc-white {
    background-color: #ffffff;
}

.about-icon {
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    padding: 15px;
    width: 60px;
}

    .about-icon i {
        font-size: 30px;
    }

.bgc-snowshade2 {
    background-color: #f2f9ff;
    padding: 35px 0;
}

.ulockd-main-title {
    position: relative;
    margin-bottom: 50px;
}

    .ulockd-main-title img {
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 40px;
        width: 30px;
    }

    .ulockd-main-title h2 {
        font-family: "Montserrat", sans-serif;
        margin-bottom: 20px;
        margin-top: 20px;
        padding-bottom: 20px;
        text-transform: uppercase;
    }

    .ulockd-main-title p {
        margin-bottom: 0;
    }

.ulockd-mrgn1250 {
    margin-top: 50px;

}

.mt-separator {
    position: relative;
}

    .mt-separator:before {
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 100px;
    }

    .mt-separator:after {
        bottom: -5px;
        content: "";
        height: 2px;
        left: 0;
        margin: 0 auto;
        right: 0;
        position: absolute;
        width: 70px;
    }

    .mt-separator img {
        margin: 0 auto;
        left: 0;
        position: absolute;
        right: 0;
        top: -12px;
    }

    .mt-separator.style2 {
        margin: inherit;
    }


.more-arrow {
    font-size: 14px;
    font-weight: 700;
    color: #6987ab;
    /* text-transform: uppercase; */
}

    .more-arrow > * {
        display: inline-block;
        vertical-align: middle;
    }

    .more-arrow:hover {
        color: #0083ff;
    }

        .more-arrow:hover .btn-next .utouch-icon {
            fill: #0083ff;
        }

        .more-arrow:hover .btn-next {
            margin-left: 5px;
            margin-right: -5px;
        }

            .more-arrow:hover .btn-next .icon-hover {
                opacity: 1;
            }

    .more-arrow .btn-next {
        opacity: 1;
        top: 3px;
    }

        .more-arrow .btn-next .utouch-icon {
            fill: #6987ab;
            width: 26px;
            height: 26px;
        }

/*----------------------------------------*/
/*  Education Section
/*----------------------------------------*/
.ulockd-inner-home {
    background-attachment: fixed;
    background-image: url("../images/slider/responsive_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    padding: 50px 0;
    position: relative;
}

.inner-conraimer-details h1 {
    color: #ffffff;
    position: relative;
}

.section-title {
    position: relative;
    padding-top: 15px;
    margin-top: 50px;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.feature .item {
    text-align: center;
    border: 1px solid #eee;
    padding: 25px 14px 0px;
    margin-bottom: 30px;
}

    .feature .item:hover {
        -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0);
        -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
        -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 0px 20px 5px rgba(145, 139, 139, 0.13);
        transition: .5s;
    }

        .feature .item:hover .text a {
            color: #0b489f;
            transition: .5s;
        }

    .feature .item .icon {
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }

    .feature .item .text {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .feature .item .text h3 {
            margin-bottom: 10px;
        }

            .feature .item .text h3 a {
                color: #222;
                font-size: 22px;
                transition: .5s;
            }

                .feature .item .text h3 a:hover {
                    color: #0b489f;
                    transition: .5s;
                }

.thm-btn {
    position: relative;
    background: #0b489f;
    font-size: 14px;
    line-height: 46px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #0b489f;
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}



/*----------------------------------------*/
/*  7-day trial! Section
/*----------------------------------------*/
.newsletter-style-one {
    position: relative;
    padding: 50px 0px 50px;
    background: #0b489f;
    color: #ffffff;
}

    .newsletter-style-one .title-column,
    .newsletter-style-one .form-column {
        position: relative;
        margin-bottom: 15px;
    }

        .newsletter-style-one .title-column h3 {
            font-size: 28px;
            color: #ffffff;
            font-weight: 500;
        }

            .newsletter-style-one .title-column h3 span {
                color: #fff;
            }
.acc-btn {
    font-size: 18px;
    font-weight: bold;
    /*opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.23);*/
}
            
    .acc-btn p a {
        color: #ff4800;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Poppins', sans-serif;                       
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        -moz-transform: scale(1,1);
        transform: scale(1,1);
    }

/*--------------------------------*/
/* .Contact css
/*--------------------------------*/

.ulockd-contact-page {
    padding: 30px;
  
}
.ulockd-ohour-info {
    border-right: 1px solid #A9A9A9;
}

    .ulockd-ohour-info.style2 {
        border: 2px solid #f5f5f5;
        padding: 10px 0;
        -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .ulockd-ohour-info .ulockd-icon {
        font-size: 24px;
        line-height: 1.3em;
    }

    .ulockd-ohour-info .ulockd-info {
        display: inline-block;
        padding-left: 15px;
        position: relative;
    }

        .ulockd-ohour-info .ulockd-info h3 {
            color: #333333;
            font-weight: 400;
            line-height: 28px;
            margin-bottom: 0;
            margin-top: 12px;
        }

        .ulockd-ohour-info .ulockd-info h5,
        .ulockd-ohour-info .ulockd-info h4 {
            font-weight: bold;
            margin: 0;
        }

        .ulockd-ohour-info .ulockd-info p {
            font-size: 13px;
            margin-bottom: 0;
        }

        .ulockd-ohour-info .ulockd-info.style2 {
            padding-left: 0;
            min-height: 112px;
        }

.spacing {
    padding: 10px;
    position: relative;
    max-width: 460px;
}
.tourli {
    padding: 0px 0px 7px 0px;
    color: #FF9100;
    letter-spacing: .02em;
    line-height: 1.5;
    font-size: 20px;
}
.tourlitext {
    /*padding-left: 35px;*/
    text-align:justify;
}
.dt-sc-button {
    background: #000;
}

    .dt-sc-button.medium {
        font-size: 18px;
        padding: 16px 30px 14px;
    }
    .dt-sc-button.filled, .dt-sc-button.filled:hover {
        color: #ff4800;
    }
    .dt-sc-button:hover {
        background:#ffffff;
        border: 2px solid #000;
        color: #0b489f;
        transition: 0.4s;
    }
.tr_pg_img {
    
    transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
    flex-shrink: 0;
    box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 39px 62.5px 125px -25px rgba(50,50,93,.5), 23.4px 37.5px 75px -37.5px rgba(0,0,0,.6);
    border-radius: 4px;
}
.tr_pg_img_left {
    transform: scale(0.95) perspective(2910px) rotateY(20deg) rotateX(5deg) rotate(-1deg);
    box-shadow: -1px -1px 5px 0 rgba(26,26,67,.05), -12px 20px 125px -25px rgba(50,50,93,.5), -18px 20px 75px -37.5px rgba(0,0,0,.6);
    flex-shrink: 0;
    border-radius: 4px;
}

/*** 
====================================================================
  sub Tour Section
====================================================================
***/
.vertical-tabs {
    margin-bottom: 30px;
    height:inherit;
}

    .vertical-tabs .nav-tabs {
        float: left;
        width: 200px;
        border-bottom: none;
    }

        .vertical-tabs .nav-tabs li {
            float: none;
            margin-left: 0;
        }

        .vertical-tabs .nav-tabs > li > a {
            padding: 10px 20px;
            margin-right: 0;
            border: solid #000;
            border-width: 1px 0;
            font-weight: bold;
        }

        .vertical-tabs .nav-tabs > li:first-child > a {
            border-top: none;
        }

        .vertical-tabs .nav-tabs > li.active > a {
            border-color: #e1e1e1;
            border-width: 1px 0;
            background: #fee89e;
        }

    .vertical-tabs .tab-content {
        /*border-left: 1px solid #e1e1e1;*/
        margin-top: 0;
        margin-left: 199px;
        padding: 25px 25px 5px 30px;
        background: #fee89e;
        border-color: #dce8f3;
        /*min-height: 378px;
        height: auto;*/
    }
    .hm_analysis_section br{
        margin-bottom: 20px;
    }
.tab-content > .active {
    display: grid;
}

    .vertical-tabs .tab-pane > p:last-child {
        margin-bottom: 0;
       
    }

    .vertical-tabs.big-tabs .nav-tabs > li > a {
        padding: 15px;
    }

        .vertical-tabs.big-tabs .nav-tabs > li > a i {
            position: relative;
            top: 6px;
            font-size: 24px;
            margin-right: 10px;
        }

.vertical-tabs p {
    /*color: #0b489f;*/
    color: #000;
}
.text-default {
    color: #0b489f;
}
.tab-pane h1 {
    color: #000;
    font-size: 24px !important;
    font-weight: bold;
    line-height: normal;
}
.tab-pane h2 {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 18px !important;
    font-weight: 700;
    line-height: normal;
    text-align: justify;
    padding: 1px;
}

/*--------------------------------*/
/* .End CSS
/*--------------------------------*/

/* ------------------------------- */
/*     Common Component styles     */
/* ------------------------------- */

/* validation error messages */
.ng-invalid:not(.ng-untouched) {
    border-color: #e53935;
}
.validation-error-msg{
    color: #e53935;
}

/* error message styles for pricing page */
.error-box{
    border: 1px solid #E53935;
    padding: 20px;
    border-radius: 10px;
    color: #e53935;
}
.error-title{
    font-size: 26px;
    font-weight: bold;
    line-height: 2em;
}
.error-title:before{
    content: '\f071';
    font-family: FontAwesome;
    padding-right: 5px;
}
.error-message{
    font-size: 18px;
    line-height: 2em;
}

/* custom panel styles */
.custom-panel{
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid rgba(0,0,0,.0625);
    font-family: Roboto,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;
    letter-spacing: 0.5px;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    
}
.custom-panel label{
    color: #72777a;
}
.custom-panel .title{
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #cfd0d2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.custom-panel .description{
    font-size: 16px;
    margin-bottom: 20px;
}