@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

.size-medium{font-size:33px;}
.text-height40{line-height:40px;}
.font-weight-700{font-weight:700 !important;}
.text-white{color:#fff;}
.visibility-hidden{visibility:hidden;}

.p-top-zeo{padding-top:0px;}
.p-bottom-zero{padding-bottom:0px;}
.p-top-eight{padding-top:80px;}
.p-bottom-eight{padding-bottom:80px;}
.p-bottom-four{padding-bottom:40px;}
.p-top-four{padding-top:40px;}
.dark-bg{background:#2b2b2d;}
.no-padding-bottom{padding-bottom:0px !important;}


/* ===================================
    General
====================================== */

body {font-family: "Poppins", Arial, sans-serif; font-size: 14px;color: #474747;font-weight:400; line-height: 25px;letter-spacing: 0.3px;overflow-x: hidden;-webkit-font-smoothing: antialiased; background:#fafbff;}
a {color:inherit;}

a:hover, a:active {color: #ff6666;text-decoration: none;}
a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none;text-decoration: none}
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.4s;-webkit-transition: ease-in-out 0.4s;-moz-transition: ease-in-out 0.4s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
ul{list-style: none;padding: 0;}
:focus{outline: none;}
img {max-width: 100%}

.tb-equal {position: relative; padding:80px 0px; overflow: hidden;}
.section-top-margin{margin-top: 7.5rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family: "Poppins", Arial, sans-serif; }

.btn.focus, .btn:focus{box-shadow: none;}

/* transition none */

.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}

/*font-weight*/
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}

/* z index */
.z-index-1{z-index: 1;}
.z-index-2{z-index: 2;}
.z-index-2{z-index: 3;}
.z-index-2{z-index: 4;}
.z-index-2{z-index: 5;}


/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* backround color */

.bg-black{
    background: #000000;}
.bg-dark {background-color: #1d1d21 !important;}

/* ===================================
   Social Icon Hover
====================================== */

/*icon bg bover * /
.facebook-bg-hvr:hover{background:#4267B2 !important;color: #fff !important;border: 1px solid #4267B2 !important;}
.twitter-bg-hvr:hover{background:#1DA1F2 !important;color: #fff !important;border: 1px solid #1DA1F2 !important;}
.instagram-bg-hvr:hover{background:#C32AA3 !important;color: #fff !important;border: 1px solid #C32AA3 !important;}
.linkedin-bg-hvr:hover{background:#0077B5 !important;color: #fff !important;border: 1px solid #0077B5 !important;}
.pinterest-bg-hvr:hover{background:#BD081C !important;color: #fff !important;border: 1px solid #BD081C !important;}
.google-bg-hvr:hover{background:#DB4437 !important;color: #fff !important;border: 1px solid #DB4437 !important;}

/*icon text bover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/* ===================================
    Header & Navigation
====================================== */

/*===================================
          side nav
 ====================================*/
/*-----Side Menu----*/
.side-menu {
    width: 20%;
    position: fixed;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.just-sidemenu .side-menu {
    background: -webkit-linear-gradient(90deg, #423f9c, #862359);
    background: -webkit-gradient(linear, left top, right top, color-stop(#423f9c), color-stop(#862359));
    background: -webkit-linear-gradient(left, #423f9c, #862359);
    background: -o-linear-gradient(left, #423f9c, #862359);
    background: -webkit-gradient(linear, left top, right top, from(#423f9c), to(#862359));
    background: linear-gradient(90deg, #423f9c, #862359);
}
.transparent-sidemenu .side-menu {
    background: rgba(0,0,0,.95);
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 60px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.just-sidemenu #sidemenu_toggle {
    position: fixed;
    z-index: 999;
    /*background: #fff;*/
    right: 0;
    top: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #000000;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    position: absolute;
}
.sidemenu_btn.left {
    left: 15px;
    right: auto;
}
.sidemenu_btn > span {
    height: 2px;
    width: 100%;
    background: #212331;
    display: block;
}
.center-brand .sidemenu_btn > span,
.transparent-bg .sidemenu_btn > span,
.fixed-bottom .sidemenu_btn > span,
.just-sidemenu .toggle_white.sidemenu_btn > span,
.bg-invisible .sidemenu_btn > span,
.boxed-nav .sidemenu_btn > span {
    background: #fff;
}
.center-brand.fixedmenu .sidemenu_btn > span,
.bg-invisible.fixedmenu .sidemenu_btn > span,
.boxed-nav.fixedmenu .sidemenu_btn > span {
    background: #212331;
}


.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #000000;
    padding: 7px 20px 7px 20px !important;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link::after {
    display: none;
}
.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background-color: #000000;
    color: #ffffff;
    margin-right: 15px;
    margin-left: -5px;
}
.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover,
.transparent-sidemenu .side-nav .navbar-nav .nav-link:focus {
    margin-left: 5px;
}
.side-menu p{
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

/*Header Social Icons*/
.navbar .social-icons li a {
    height: 28px; width: 28px;
    line-height: 28px;
    font-size: 14px;
}
.sidebar-nav .social-icons {
    position: absolute;
    bottom: 30px;
}
.side-menu .social-icons-simple li a:hover,
.side-menu .social-icons-simple li a:focus {
    color: #fff;
}

/*wrapper on opened sidebar*/
.wrapper {
    padding-left: 290px;
}
.wrapper .full-screen {
    width: 100% !important;
}


@media (max-width: 1366px) {
    .center-brand .sidemenu_btn {
        right: 0;
    }
}
@media (max-width: 1200px) {

    .side-menu .inner-wrapper {
        padding: 2rem 3.5rem;
    }

}
@media (min-width: 1025px) and (max-width: 1091px) {
    .navbar-nav.ml-auto {
        margin-right: 30px;
    }
    .sidemenu_btn {
        right: 0;
    }
}
@media (max-width: 1024px) {

    .boxed-nav .sidemenu_btn {
        display: none !important;
    }
    .center-brand .navbar-brand{
        width: 100px;
    }
    .navbar-nav .nav-link {
        font-size: 13px;
    }
}
@media (min-width: 810px) and (max-width: 1024px) {
    .sidemenu_btn {
        position: relative;
    }
}
@media (max-width: 992px) {
    .boxed-nav {
        background: #fff;
    }
    .center-brand .navbar-brand {
        position: relative;
        top: auto;
        margin: 16px 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .navbar-nav .nav-item {
        margin: 5px 0;
    }
    .center-brand .navbar-nav .nav-link,
    .transparent-bg .navbar-nav .nav-link {
        background: #00bcd4;
        color: #fff;
    }
    .center-brand.fixedmenu .navbar-nav .nav-link,
    .transparent-bg.fixedmenu .navbar-nav .nav-link {
        background: transparent;
    }

    .side-menu {
        width: 50%;
    }
    .side-menu .inner-wrapper {
        padding: 2rem 2.5rem;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 0.875rem;
    }

}
@media (max-width: 768px) {
	

    .center-brand .navbar-brand{
        width: 100px;
    }
    .side-menu {
        width: 55%;
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .navbar.sidebar-nav {
        width: 100%;
        height: auto;
        padding: 0 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .wrapper {
        padding-left: 0;
    }
    .sidemenu_btn {
        margin-top: 4px;
        right: 0;
        position: absolute;
    }
    .side-menu {
        width: 300px;
    }
    .side-nav .navbar-nav .nav-item {
        margin: 5px 0;
    }
    .side-nav p {
        display: none;
    }
    .sidebar-nav .social-icons{
        display: none;
    }
}



header {
    position: relative;
    width: 100%;
    z-index: 99;	
	background:#333f95;
	border-radius:0px;
	border:none;
	padding:12px 0px;
}
a.logo img {
    width: 140px;
}

.navbar-top{
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}

.header-icon{
    display: inline-block;
    float: right;
    margin-left: auto;
    margin-bottom: 0;
}
.header-icon li{
    display: inline-block;
}
.header-icon li a{
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
}


.sidemenu_btn{
    position: relative;
    display: inline-block;
    float: right;
}

.sidemenu_btn span {
    position: relative;
    display: block;
    height: 2px;
    width: 25px;
    background: #000000;
    margin-top: 4px;
}
.sidemenu_btn span:nth-child(3) {
    width: 15px;
    float: right;
}
.scroll-btn {height: 100px; width: 32px; background-color: black; color: white; position: absolute;
    bottom: 6px;
    left: 48px;}
.top a:hover {background-color: #666666;}
.explore {    transform: rotate(-90deg);
    top: 38%;
    font-size: 10px;
    position: relative;}
.explore-icon {text-align: center;
    top: 25%;
    position: relative;}
.top a {color: #ffffff;}


/*===================================
               Loader
 ====================================*/
#loader {width: 100%; position: fixed; height: 100%; z-index: 999; background-color: #ffffff;}
.load-inner {position: relative; top: 50%; transform: translateY(-50%);}
.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff6666;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: #ff6666;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background-color: #ff6666;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    background-color: #ff6666;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}
@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}
.map{
    height: 500px;
    width: 100%;
}
/* ===================================
       Media Queries
   ====================================== */

    @media screen and (max-width: 991px) {

    .filters{
        margin-bottom: 1rem;
    }
    .counters {
        display: block!important;
        float: none;
        left: 0;
        margin: 0 auto;
    }
        .ist-counter {
            display: block!important;
            float: none;
        }
    .divider{
        display: none !important;
    }
    .col-lg-3:not(:last-child) .counters{
        margin-bottom: 3rem;
    }
        .col-lg-3:not(:last-child) .ist-counter{
            margin-bottom: 3rem;
        }
    .price-body .price-list{
        display: flex;
    }
    .price-list li {
        display:block;
        float: none;
        min-width: 100%;
        font-size: 11px;
    }
        .price-list li.price-button a {
            width:auto;
            padding: 8px 30px;
            display: inline-block;
            position: relative;
            margin-top:0;
        }
        .price-list li.price {
            font-size: 35px;
            line-height: 40px;
        }
        .price-list li.chart img {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .portfolio-next {
            right: 0;
            text-align: center;
            line-height: 46px;
            top: 23%;
            background-color: black;
            width: 4%;
            height: 55%;
        }
        .portfolio-perv {
            left: auto;
            right: 0;
            background-color: black;
            text-align: center;
            line-height: 40px;
            top: 78%;
            width: 4%;
            height: 50%;
        }

        .header-icon  {display: none;}
        #owl-client .owl-prev  {width: 24px;}
        #owl-client .owl-next {width :30px;}
        body {margin: 0;}        
        .container-fluid {padding-right: 5px; padding-left: 5px;}
        .index-2 .header-icon {display: none;}
        .index-2 .verticle-text {display: none;}
        .index-4 .header-icon {display: none;}
        .index-4 .verticle-text {display: none;}
        .index-6 .header-icon {display: none;}
        .index-6 .verticle-text {display: none;}
        .index-3 .header-icon {display: none;}
        .index-3 .verticle-text {display: none;}
    }
@media screen and (max-width: 767px) {
.navbar-top .logo{
    max-width: 130px;
}
.slider-text {
    text-transform: capitalize;
    padding: 7rem 0 2.5rem;
    font-size: 2rem;
    line-height: 40px;
    text-align: center;
}
.slider{
    display: block;
    max-width: 100%;
    padding-right: 0;
    text-align: center;
    margin: 0 auto;
}
    .port-detail-mid {
        margin-bottom: -7px;
    }
    .img-detail {
        bottom: 3px;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        line-height: 1;
        background: rgba(10, 10, 10, 0.6);
        padding: .5rem .8rem;
    }
    .img-detail-icon {
        display: none;
        position: absolute;
        top: -26px;
        left: -40px;
        width: 7px;
        color: #b4b3b3;
        transform: translateX(188px);
    }
    .description-sup {font-size: 8px; line-height: 14px;}
    .description-sub {font-size: 7px; line-height: 10px;}
    .description-headig {font-size: 9px;}
    .port-line {display: none;}
    .hiking {font-size: 14px;}
    .details-prev-next {padding-right: 0px;}
    .outdoor {font-size: 14px;}
    .big-popup {display: none;}
    .sub-pad {display: none;}
    .portfolio-next {
        right: 0;
        text-align: center;
        line-height: 14px;
        top: 69%;
        background-color: black;
        width: 4%;
        height: 55%;
    }
    .portfolio-next i {font-size:5px;}
    .swiper-button-prev i {font-size:5px;}
    .portfolio-perv {
        left: auto;
        right: 0;
        background-color: black;
        text-align: center;
        line-height: 9px;
        top: 125%;
        width: 4%;
        height: 50%;
    }
    .price {padding: 30px 10px 0px 10px; }
     .price-dol {line-height: 0; margin: 20px 0; }
    .price-list li.price-dol {font-size: 20px;}
     .price-head {    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
         box-shadow: 0 0 10px rgba(0, 0, 0, .05); margin: 0px 0px 20px 0px;}
    .price-head  {padding-bottom: 20px!important;}
     .main-heading {margin: 20px 0px;}
     .price-list {margin-bottom: 0;}
     .relax {font-size: 0.9rem; letter-spacing: 3px; }
    .static-text {letter-spacing: 5px; top:42%;}
    .by {
        letter-spacing: 1px;
        color: white;
        font-size: 10px;
        padding-right: 58px;
        text-align: right;
        display: block;
        width: 100%;
    }
    .filters button {
        color: #000000;
        background-color: transparent;
        margin-right: 0px;
        font-size: 11px;
        cursor: pointer;
    }
    .map-img {height: 400px; margin-bottom: 20px;}
    .ico-res:not(:last-child) {margin-bottom: 1.5rem;}
    .about-text p {margin-bottom: 0;}
    section {padding-top: 2.5rem;  padding-left: 0px; padding-right: 0px;}
    .counters .number {font-size: 2rem;}
    .counters-line {display: none;}
    .counters-line-last  {display: none;}
    .ist-counter .number {font-size: 2rem;}
    .ist-counter {margin-bottom: 20px;}
    .blog-box h4{
        padding: 0;
        border-left: none;
    }
    .side-menu .btn-close {right:10px; z-index:99;}
    .map-adress {
        top: 0px;
        left: 0px;
    }
    .map-adress-details {padding: 9px;}
    .services-align {margin-bottom: 1rem;}
    .small-font {font-size: 1.2rem}
    .services-align-last {margin-bottom: 48px;}
    .verticle-text {display: none;}
    #owl-client .owl-prev {width: 26px;}
    #owl-client .owl-next {width: 26px;}
    .static-nav {display: none;}
    .classic-box h2 {font-size: 1.5rem;}
    .index-2 .navbar {padding:0.5rem 1rem;}
    .index-2 .header-appear .navbar {padding:0.5rem 1rem;}
    .index-3 .navbar {padding:0.5rem 1rem;}
    .index-3 .header-appear .navbar {padding:0.5rem 1rem;}
    .index-2 .header-icon {display: none;}
    .index-2 .verticle-text {display: none;}
    .index-2 .top {display: none;}
    .top {display: none;}
    .index-4 .header-icon {display: none;}
    .index-4 .verticle-text {display: none;}
    .index-4 .top {display: none;}
    .index-6 .header-icon {display: none;}
    .index-6 .verticle-text {display: none;}
    .index-6 .top {display: none;}
    .index-3 .header-icon {display: none;}
    .index-3 .top {display: none;}
    .blog-detail-tag{
        text-align: center;
    }
    .blog-detail-item .blog-share {
        text-align: center;
        display: block;
        float: none;
        margin-top: .7rem;
    }
    .gallery-thumbs .swiper-slide img{
        width: 100%;
        height:27px;
    }
    .fancybox-close-small {
        left:86%; width:45px; height:44px;
    }
    .margin-4rem-bottom {margin-bottom: 0.5rem;}
    .blog {text-align: center;}
    .blog .navbar-brand {text-align: left;}
    .page-title {    padding: 12rem 0 1rem;}
}

#home{
	background: none;  /* fallback for old browsers */
	padding:0px;
}
#home ul li{font-family: 'Muli', sans-serif; font-size:33px;}
.lg-display-none{display:none;}
.text-gradient{
	background: -webkit-gradient(linear,left top,right top,from(#21becf),to(#cbdb2a));
	background: linear-gradient(to right,#21becf,#cbdb2a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}




/********************** consultation today css ********************/
.position-relative{position:relative; }
.visible{overflow:visible;}
.no-padding{padding:0px;}
.center-div{margin:auto;}

.main-form-home {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.form-consultation-today {
    background: #050c3a;
    top: 0px;
    width: 80%;
	margin:auto;
    z-index: 9;
	border-radius: 5px;
    padding: 50px 40px;
	box-shadow: 0px 0px 20px #2e42b38a;
}
.form-consultation-today h4{
	font-family: "Poppins", Arial, sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:600;
	margin:0px 0px 15px;
	padding:0px;
}
.form-consultation-today input[type=text], .form-consultation-today input[type=email], .form-consultation-today select{
	width: 100%;
    border: none;
    padding: 0px 20px;
    background: #eee9eb;
    height: 50px;
    border-radius: 5px;
}
.form-consultation-today input[type=submit]{
	width:100%;
	border:none;
	padding:0px 0px;
	background:#333;
	height:50px;
	font-family: "Poppins", Arial, sans-serif;
	font-size:17px;
	color:#fff;
	border-radius: 5px;
	text-transform:uppercase;
	font-weight:400;
	background: #C33764;
    background: -moz-linear-gradient(top, #C33764 0%, #C33764 32%, #1D2671 100%);
    background: -webkit-linear-gradient(top, #C33764 0%,#C33764 32%,#1D2671 100%);
    background: linear-gradient(to bottom, #C33764 0%,#C33764 32%,#1D2671 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C33764', endColorstr='#1D2671',GradientType=0 );
}
.form-consultation-today input[type=submit]:hover{
	background: #fff;
    background: -webkit-linear-gradient(to top, #ed3723, #f67435);
    background: linear-gradient(to bottom, #ed3723, #f67435);    
	color:#fff;
}

.form-consultation-today label{
	font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}
.form-consultation-today label span{
	background: -webkit-gradient(linear,left top,right top,from(#fc7c40),to(#f12911));
    background: linear-gradient(to right,#fc7c40,#f12911);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

/***************************************************************************************************** client ****/

.client{
	clear:both;
	padding-top:120px;
	padding-bottom:80px;
	position:relative;
}
.client .client-in{position:relative;}
.client h2{
	font-family: 'Poppins', sans-serif;
	font-size:28px;
	line-height:35px;
	color:#474747;
	text-transform:capitalize;
	font-weight:400;
	margin:0px 0px 25px;
	padding:0px 0px 10px;
	position:relative;
}
.client h2:after {
    background: #fd7b3b;
    content: "";
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.service-t h2{
	font-family: 'Poppins', sans-serif;
	font-size:28px;
	line-height:35px;
	color:#fff;
	text-transform:capitalize;
	font-weight:400;
	margin:0px 0px 25px;
	padding:0px 0px 20px;
	position:relative;
}
.service-t h2:after {
    background: #fff;
    content: "";
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
	right:0px;
	margin:auto;
}
.service-t p{margin-bottom:30px !important; font-size:14px; font-weight:500;color:#fff;}

.service-flag .owl-item {
    padding: 0px 10px;
    text-align: center;
}
.service-flag .owl-item a{
	padding-top:20px; display: block;
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
	font-weight:600;
}

.client-in .owl-carousel .item img{max-width:100%; width:auto; margin:auto;}
.client-in .owl-carousel .item a img{width:55px;}
.client-in .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    transform: translate(-50%);
    top: 25%;
    left: 0;
    padding: 0 !important;
    margin: 0;
}
.client-in .owl-carousel .owl-nav .owl-next {
    position: absolute;
    transform: translate(-50%);
    top: 25%;
    right: 0;
    padding: 0 !important;
    margin: 0;
}
.client-in .owl-carousel .owl-nav button{font-size:35px;}
.client-in .owl-carousel .owl-nav button span{display:block;}
.client-in .owl-carousel .owl-nav .disabled {color:#93d161;}

.client-in .owl-nav [class*=owl-]:hover{background:none; color:#93d161;}

.client-logo{overflow:hidden;}

p.right-inside {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 15px;
    color: #474747;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0px 0px 0px;
    padding: 0px;
    top: 0;
}
p.right-inside a{
	color:#21becf;
	font-weight: 700;
	font-size: 15px;
}
p.right-inside a:hover{
	background: -webkit-gradient(linear,left top,right top,from(#21becf),to(#cbdb2a));
	background: linear-gradient(to right,#21becf,#cbdb2a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}


/********* home services **************/
/* feature box style 5 */
.home-services .title-two small{
	font-family: 'Muli', sans-serif;
    font-size: 12px;
    color: #474747;
	text-transform:uppercase;
}
.home-services .title-two h2 {
    font-family: 'Muli', sans-serif;
    font-size: 27px;
    color: #474747;
    text-transform: capitalize;
    margin: 0px 0px 50px;
    padding: 0;
    line-height: 35px;
}

.feature-box-5 {padding-left:75px; margin-bottom: 30px;}
.feature-box-5:hover i{
	background: #21becf;
	background: -webkit-linear-gradient(to right, #21becf, #99d25b);
	background: linear-gradient(to right, #21becf, #99d25b);
	color:#fff;
	box-shadow: 0px 4px 18px #999999bd;
}
.feature-box-5 i {
    position: absolute;
    top: 0px;
    left: 10px;
    background: #f1f1f1;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    text-align: center;
    color: #373737;
    display: block;
    line-height: 80px;
    font-size: 33px;
    z-index: -1;
}
.feature-box-5:hover .feature-content p a{color:#99d25b;}

.text-medium-gray {
    color: #939393;
}
.feature-box-5 .feature-content h2 {
    font-family: 'Muli', sans-serif;    
    margin: 0;
    padding: 32px 0px 10px 0px;
    font-weight: 500;    
}
.feature-box-5 .feature-content h2 a{
	font-size: 20px;
    color: #474747;
	text-transform: capitalize;
	display:block;
}
.feature-box-5 .feature-content p {
    font-size: 13px;
    margin: 0px;
    line-height: 23px;
	font-family: 'Raleway', sans-serif;
}
.feature-box-5 .feature-content p a{
	font-family: 'Raleway', sans-serif;
    font-size: #98d25c;
    color: #474747;
}

.service-cta{
	margin:50px 0px 0px;
	padding:0px;
}
.service-cta p {
    font-size: 14px;
    margin: 0px;
    line-height: 23px;
	font-family: 'Raleway', sans-serif;
}
.service-cta h2 {
    font-family: 'Muli', sans-serif;    
    margin: 0px 0px 20px;
    padding: 5px 0px 0px;
    font-weight: 700;
	color:#474747;
	font-size:24px;
	text-transform:capitalize;
}
.service-cta a {    
    border-radius: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
    margin-top: 19px;
	position: relative;
}
a.green-bt{
	background: #99d25b;
}
a.blue-bt{
	background: #11becf;
}
.service-cta a:before {
    background: url(../images/bt-before.png)no-repeat;
    width: 17px;
    height: 20px;
    content: "";
    top: 6px;
    left: 10px;
    z-index: 999;
    position: absolute;
}
.service-cta a:hover{
	background: #21becf;
	background: -webkit-linear-gradient(to right, #21becf, #99d25b);
	background: linear-gradient(to right, #21becf, #99d25b);
	box-shadow: 0px 4px 18px #999999bd;
}

/********************************** testimonial *******************************/

.home-testimonial{
	background:#f8f9fb url(../images/icon-client.png) no-repeat;
	background-position: center center;
	margin:0px;
}
.home-testimonial .title-two h2 {
    font-family: 'Muli', sans-serif;
    margin: 0px 0px 20px;
    padding: 5px 0px 0px;
    color: #474747;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 33px;
}
.home-testimonial .title-two h2 strong{
	color:#11becf;
}
.client-say{overflow:hidden;}

#testimonial .item p{
	font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
	margin:20px 0px 20px;
	padding:0px;
}
#testimonial .item .info-c{	
	margin:0px;
	padding:0px;
}
#testimonial .item img{
	margin:auto;
	position:relative;
}
#testimonial .item .figure{
	position:relative;
	display:table;
	margin:auto;
	width:80px;
}
#testimonial .item .quote1 {
    position: absolute !important;
    z-index: 9;
    right: 5px;
}
#testimonial .item .info-c div strong{
	font-family: 'Poppins', sans-serif;
	color: #282828;
    font-size: 14px;
	font-weight:600;
    text-transform: capitalize;
	display:block;
	padding-bottom: 5px;
}
#testimonial .item .info-c div small{
	font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
}
#testimonial .item .info-c div small img{padding-right:10px;}
#testimonial .owl-controls.clickable{margin:0px;}
#testimonial .owl-controls.clickable .owl-buttons{
	position: absolute;
	right: 2%;
	bottom: 1%;	
}
#testimonial .owl-controls.clickable .owl-buttons .owl-prev{font-size:0px; margin:0px 5px 0px; padding:0px; background:#eee;}
#testimonial .owl-controls.clickable .owl-buttons .owl-next{font-size:0px; margin:0px; padding:0px; background:#eee;}
#testimonial .owl-controls.clickable .owl-buttons .owl-prev:before {
    content: "\e629";
    font-family: themify;
    font-size: 19px;
    color: #272727;
    width: 50px;
    display: block;
    position: relative;
    top: 14px;
}
#testimonial .owl-controls.clickable .owl-buttons .owl-next:before {
    content: "\e628";
    font-family: themify;
    font-size: 19px;
    color: #272727;
    width: 50px;
    display: block;
    position: relative;
    top: 14px;
}


.home-blu-mint .title-two small{
	font-family: 'Muli', sans-serif;
    font-size: 12px;
    color: #474747;
	text-transform:uppercase;
}
.home-blu-mint .title-two h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #474747;
	font-weight:500;
    text-transform: capitalize;
    margin: 0px 0px 25px;
    padding: 0;
    line-height: 35px;
}
.home-blu-mint p{
	font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
	margin:0px 0px 20px;
	padding:0px;
}
.home-blu-mint .abt-text a.green-bt {
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
	background: #C33764;
    background: -moz-linear-gradient(top, #C33764 0%, #C33764 32%, #1D2671 100%);
    background: -webkit-linear-gradient(top, #C33764 0%,#C33764 32%,#1D2671 100%);
    background: linear-gradient(to bottom, #C33764 0%,#C33764 32%,#1D2671 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C33764', endColorstr='#1D2671',GradientType=0 );
	position: relative;
    margin-top: 19px;
}
.home-blu-mint .abt-text a.green-bt:hover {
        background: #282828;
    background: -webkit-linear-gradient(to top, #000, #3d3d3d);
    background: linear-gradient(to bottom, #000, #3d3d3d);
    box-shadow: 0px 4px 18px #fff;
    color: #fff;   
}

.lg-p-top5{padding-top:10%;}


/************* industries-blu-mint **************************/

.industries-blu-mint .title-third h2{
	font-family: 'Muli', sans-serif;
	font-size: 27px;
	color: #474747;
	text-transform: capitalize;
	margin: 0px;
	padding: 0;
	line-height: 35px;
}
.industries-blu-mint .title-third p{
	font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 16px;
	margin:0px 0px 0px;
	padding:0px;
}


.box-in-indus figure{margin-top:40px;}
.box-in-indus h2{
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight:600;
	color: #11b9ca;
	text-transform: capitalize;
	margin: 0px;
	padding: 10px 0px 0px;
	line-height: 35px;
}

/* Flashing */
.box-in-indus:hover figure img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
.box-in-indus:hover h2{color:#99d25b;}


/****************************** cta *********************************/
.bg-blue-theme{background:#11becf;}

.cta{display:table; width:100%; margin:0px; padding:20px 0px;}
.cta p{
	display:table-cell; vertical-align:middle; margin:0px; padding:0px;
	font-family: 'Muli', sans-serif;
	font-size: 19px;
	font-weight:400;
	color: #fff;
	margin:0px;
	padding:0px;
	text-transform: capitalize;
}

a.theme-green-bt {
    border-radius: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
	background: #99d25b;
	position: relative;
    margin-top:0px;
}
a.theme-green-bt:hover {
    background: #21becf;
    background: -webkit-linear-gradient(to right, #21becf, #99d25b);
    background: linear-gradient(to right, #21becf, #99d25b);
    box-shadow: 0px 4px 18px #fff;
}
a.theme-green-bt:before {
    background: url(../images/bt-before.png)no-repeat;
    width: 17px;
    height: 20px;
    content: "";
    top: 6px;
    left: 10px;
    z-index: 999;
    position: absolute;
}

a.theme-blue-bt {
    border-radius: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
	background: #11becf;
	position: relative;
    margin-top:0px;
}
a.theme-blue-bt:hover {
    background: #21becf;
    background: -webkit-linear-gradient(to right, #21becf, #99d25b);
    background: linear-gradient(to right, #21becf, #99d25b);    
}
a.theme-blue-bt:before {
    background: url(../images/bt-before.png)no-repeat;
    width: 17px;
    height: 20px;
    content: "";
    top: 6px;
    left: 10px;
    z-index: 999;
    position: absolute;
}
a.theme-transparent-bt {
    border-radius: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
	border:2px solid #99d25b;
	/* background: #99d25b; */
	position: relative;
    margin-top:0px;
}
a.theme-transparent-bt:hover {
    background: #21becf;
    background: -webkit-linear-gradient(to right, #21becf, #99d25b);
    background: linear-gradient(to right, #21becf, #99d25b);
	border-color:-webkit-linear-gradient(to right, #21becf, #99d25b);
}
a.theme-transparent-bt:before {
    background: url(../images/bt-before.png)no-repeat;
    width: 17px;
    height: 20px;
    content: "";
    top: 6px;
    left: 10px;
    z-index: 999;
    position: absolute;
}

.dark-shadow:hover{
	box-shadow: 0px 4px 18px #999999bd;
}
.light-shadow:hover{
	box-shadow: 0px 4px 18px #5c5c5c;
}


.home-blog{
	clear:both;
	padding-top:80px;
	padding-bottom:80px;
	position:relative;
}
.home-blog .blog-in{position:relative; padding: 0px 15px;}
.home-blog h2 strong{
	color:#93d161;
}
.home-blog h2{
	font-family: 'Muli', sans-serif;
	font-size:28px;
	color:#474747;
	text-transform:capitalize;
	font-weight:700;
	margin:0px 0px 40px;
	padding:0px;
}
.box-in-blog a {
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #474747;
    text-transform: capitalize;
    margin: 0px;
    display: block;
    padding: 18px 20px 0px;
    line-height: 25px;
    border: 1px solid #ddd;
    min-height: 110px;
}
.box-in-blog:hover{
	box-shadow: 0px 4px 18px #999999bd;
}
.foot-title h2 {
    font-family: 'Muli', sans-serif;
    font-size: 27px;
    color: #fff;
    text-transform: capitalize;
    margin: 0px 0px 5px;
    padding: 0;
    line-height: 35px;
}
.foot-title h2 strong{color:#11becf;}
.foot-title p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 16px;
	color:#fff;
    margin: 0px 0px 0px;
    padding: 0px;
}

.top-sapce-3{margin-top:30px;}

footer{

}

.copywrite {
    padding: 20px 0px;
}
.copywrite p{
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	margin:0px;
	padding:0px;
}

a.logo {
    margin: 0px;
}
.main-menu {
    padding: 0px;
    margin: 0px;
	float: right;
}
.approved-header{
	line-height: 20px;
	margin:0px;
	padding:18px 0px 0px;
}
.approved-header strong{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
}
.approved-header small{
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	font-weight:300;
	color:#050c3a;
	display:block;
}
.approved-header strong:last-child {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
}
.approved-header span{color:#C33764;}

.main-navigate .static-nav li a.get-quote{
	margin: 8px 0px 0px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    padding: 10px 17px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#C33764+0,f96621+32,ff4f30+100 */
	background: #C33764; /* Old browsers */
	background: -moz-linear-gradient(top, #C33764 0%, #C33764 32%, #1D2671 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #C33764 0%,#C33764 32%,#1D2671 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #C33764 0%,#C33764 32%,#1D2671 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C33764', endColorstr='#1D2671',GradientType=0 ); /* IE6-9 */
}
.main-navigate .static-nav li a.get-quote:hover{
	background:#161945;
}

.service-box.style-3 .service-box-content h4 {
    position: relative;
    padding-top: 5px;
    margin-bottom: 20px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
}

.call-head{
	padding:0px 0px 0px;
	margin:0px;
	float:right;
}
.call-head i, .call-head div{
	display:table-cell;
	vertical-align:top;
}
.call-head div strong{
	font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
	display:block;
	font-size:18px;
}
.call-head div a {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    background: -webkit-gradient(linear,left top,right top,from(#C33764),to(#1D2671));
	background: linear-gradient(to right,#C33764,#1D2671);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}
.call-head i:before{font-family: 'FontAwesome';}
.call-head i {
    font-size: 30px;
    padding-right: 10px;
    padding-top: 4px;
}

#home-slider .item h1{
	font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
	font-size:35px;
	    padding-bottom: 50px;
	color:#fff;
	text-transform:capitalize;
}
#home-slider .item h1 span{
	font-weight: 300;
}

.tb-equal{
	padding:50px 0px;
}
.home-about{
	overflow:hidden;
	padding-bottom:60px;	
}
.experience-bx{
	padding:0px 30px;
}
.experience-bx h2 {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
	line-height:35px;
    color: #282828;
	margin:0px 0px 20px;
	padding:0px 0px 0px;
    text-transform: capitalize;
	position:relative;
}
.ico-figure{
	display:table;
	margin:0px;
	padding:20px 0px 0px;
}
.ico-figure:last-child{}
.ico-figure .figure, .ico-figure div{
	margin:0px;
	padding:0px;
    display:table-cell;
	vertical-align:top;	
}
.ico-figure figure{
	padding-right:15px;
	width:48px;
}
.ico-figure div a {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 500;
    font-size:18px;
    color: #282828;
	margin:0px;
	padding:0px;
    text-transform: capitalize;
	position:relative;
}
a.btn-theme{   
    border-radius: 5px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
	display:table;
    font-size: 14px;
    line-height: normal;
    padding: 10px 17px;
    background: #C33764;
    background: -moz-linear-gradient(top, #C33764 0%, #C33764 32%, #1D2671 100%);
    background: -webkit-linear-gradient(top, #C33764 0%,#C33764 32%,#1D2671 100%);
    background: linear-gradient(to bottom, #C33764 0%,#C33764 32%,#1D2671 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C33764', endColorstr='#1D2671',GradientType=0 );
}
a.btn-theme:hover {
    background: #282828;
    background: -webkit-linear-gradient(to top, #000, #3d3d3d);
    background: linear-gradient(to bottom, #000, #3d3d3d);
    box-shadow: 0px 4px 18px #fff;
	color:#fff;
}
.setting-btn{
	margin:20px 0px 0px 33px;
}
.home-apply-step{
	position:relative;
}
.space-top{padding-top:16%;}
.step-box {
    background: #ebebeb;
    border-radius: 5px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -140px;
    z-index: 999;
}
.step-box h3 {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0px 30px;
    text-transform: capitalize;
    position: relative;
    background: #050c3a;
    line-height: 60px;
}
.step-box p {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    color: #474747;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.3px;
    margin: 0;
    padding: 20px 30px 10px;
}
.step-box a{
	font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
	text-transform:uppercase;
    color: #282828;
	display:block;
	margin:0px;
	padding:0px 30px 30px;
}
.step-box a:hover{
	color:#f3611f;
}
.step-box:hover h3{
	background: #C33764;
    background: -moz-linear-gradient(top, #C33764 0%, #C33764 32%, #1D2671 100%);
    background: -webkit-linear-gradient(top, #C33764 0%,#C33764 32%,#1D2671 100%);
    background: linear-gradient(to bottom, #C33764 0%,#C33764 32%,#1D2671 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C33764', endColorstr='#1D2671',GradientType=0 );
}

.fig-center1 img{
	display:table; margin:auto;
	overflow:hidden;
}
.fig-center figure{
	display:table; margin:auto;
	border-radius:50%;
	overflow:hidden;
}
.left-li{
	    padding-left: 0px;
		padding-right:90px;
}
.left-li i{left:inherit; right:0px;}

.home-contact{
	padding:60px 0px;
	background:#f1f1f140;
}

.quote{
	text-align:center;
	background: #C33764;
    background: -moz-linear-gradient(top, #C33764 0%, #C33764 32%, #1D2671 100%);
    background: -webkit-linear-gradient(top, #C33764 0%,#C33764 32%,#1D2671 100%);
    background: linear-gradient(to bottom, #C33764 0%,#C33764 32%,#1D2671 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C33764', endColorstr='#1D2671',GradientType=0 );
}
.quote p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    display: block;
    padding: 15px 0px;
}

.home-testimonial h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    line-height: 35px;
    color: #474747;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0px 0px 60px;
    padding: 0px 0px 10px;
    position: relative;
	text-align:center;
}
.home-testimonial h2:after {
    background: #fd7b3b;
    content: "";
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
	right:0px;
	margin:auto;
}

#footer-container .widget-title {
    position: relative;
    display: inline-block;
    padding-left: 55px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: none;
}
.info-icon{
	list-style: none;
	padding:0px;
}
.info-icon .address {
    position: relative;
    padding-left: 40px;
}
.info-icon li {
    margin-bottom: 25px;
}
.info-icon .phone {
    position: relative;
    padding-left: 40px;
	    color: #fff;
}
.info-icon .email {
    position: relative;
    padding-left: 30px;
}
.text-white {
    color: #FFF;
}

.latest-post {
    list-style: none;
    padding: 0;
    margin: 0;
}
.latest-post li:first-child {
    padding-top: 0;
    border-bottom: 1px solid #ffffff1f;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.latest-post li {
    display: table;
    padding: 15px 0;
}
.latest-post li figure, footer .latest-post li div {
    display: table-cell;
    vertical-align: top;
}
.latest-post li figure {
    height: 33px;
    width: 60px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}
.latest-post li div {
    line-height: normal;
    padding-left: 13px;
    position: relative;
    top: -1px;
}
.latest-post li a{line-height:normal; color: #fff;}

.foot-listing1 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #fff;
	font-weight:500;
    text-transform: capitalize;
    margin: 0px 0px 30px;
    padding: 0;
}
.latest-post li date {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    margin: 0px 0px 20px;
    padding: 0px;
    color: #fff;
	display:block;
	color:#f96922;
}
.latest-post li date i{font-family: 'themify' !important;}

.foot-logo-text{
	font-weight:700 !important;
	color:#f86a22 !important;
	font-size:22px !important;
}

.contact-page h2 strong{
	display:block;
}
.contact-page h2 {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #282828;
    margin: 0px 0px 20px;
    padding: 0px 0px 20px;
    text-transform: capitalize;
    position: relative;
}

.flag {
    text-align: center;
    margin: auto;
    padding: 0px;
    overflow: hidden;
    list-style: none;
    position: relative;
    width: 60%;
}
.flag li{display:table-cell; padding:0px 5px;}

.location-box{
	padding-top:0px;
	position:relative;
}
.location-box i {
    background: #C33764;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #1D2671, #C33764);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #1D2671, #C33764); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    font-size: 32px;
    line-height: 80px;
	display:table;
	margin:auto;
}
.location-box h3 {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
    color: #282828;
    margin: 0px;
    padding: 15px 0px;
    text-transform: capitalize;
    position: relative;
}
.location-box p{
	padding:0px;
	margin:0px;
}
.contact-overseas{
	background: #f1f1f1;
	padding:80px 0px;
}
.contact-title{
	margin-bottom:40px;
}
.contact-title h2 {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #282828;
    margin: 0px;
    padding: 15px 0px 8px;
    text-transform: capitalize;
    position: relative;
}
.contact-title p {
    font-size: 14px;
    margin: 0px;
	padding:0px;
    line-height: 25px;
    color: #fff;
    font-family: "Poppins", Arial, sans-serif;
}

.change-shadow-effect{
	margin:0px;
	padding:0px;
}

/* immigration to */
.immigration-to h2 {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #282828;
    margin: 0px 0px 60px;
    padding: 0px;
    text-transform: capitalize;
    position: relative;
	text-align:center;
}
.immigration-to h2 strong {
    display: block;
}

.immigrate-to {
    padding: 0px;
    border: 1px solid #eee;
    padding: 30px 25px;
	margin-bottom:28px;
    text-align: center;
}
.immigrate-to:hover{
	box-shadow:0px 0px 10px #ddd;
}
.immigrate-to h2 {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    color: #282828;
    margin: 0px;
    padding: 12px 0px;
    text-transform: capitalize;
    position: relative;
}
.immigrate-to figure{
	display:table;
	margin:auto;
	width: 100px;
}
.immigrate-to p {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin: 0px 0px 0px;
    padding: 0px;
}
.immigrate-to a.go-btn {
    border-radius: 5px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    background: #C33764;
    background: -moz-linear-gradient(top, #C33764 0%, #C33764 32%, #1D2671 100%);
    background: -webkit-linear-gradient(top, #C33764 0%,#C33764 32%,#1D2671 100%);
    background: linear-gradient(to bottom, #C33764 0%,#C33764 32%,#1D2671 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C33764', endColorstr='#1D2671',GradientType=0 );
    position: relative;
    margin-top: 19px;
}
.immigrate-to a.go-btn:hover {
    background: #282828;
    background: -webkit-linear-gradient(to top, #000, #3d3d3d);
    background: linear-gradient(to bottom, #000, #3d3d3d);
    box-shadow: 0px 4px 18px #fff;
    color: #fff;
}

.immigrate-to-list{
	list-style:none;
	padding:0px;
	margin:0px;
	display:table;
	width:100%;
}
.immigrate-to-list li {
    background: #eee;
    padding: 0px;
    margin: 0px 0px 5px;
}
.immigrate-to-list li a{
	display:block;
	padding:10px 15px;
}
.immigrate-to-list li a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7a3d+0,ed4f00+100 */
	background: #ff7a3d; /* Old browsers */
	background: -moz-linear-gradient(left, #ff7a3d 0%, #ed4f00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff7a3d 0%,#ed4f00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff7a3d 0%,#ed4f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a3d', endColorstr='#ed4f00',GradientType=1 ); /* IE6-9 */
	color:#fff;
}
.immigrate-to-list li figure, .immigrate-to-list li strong{
	display:table-cell;
	vertical-align:middle;
}
.immigrate-to-list li figure {
    width: 50px;
    padding-right: 10px;
}
.immigrate-to-list li strong{
	font-size:15px;
	font-weight:600;
}

.immigrate-to-detail h4{
	font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    color: #282828;
    margin: 0px 0px 20px;
    padding: 0px;
    text-transform: capitalize;
    position: relative;
}
.immigrate-to-detail h4 span{font-weight:300;}
.immigrate-to-detail p {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin: 0px 0px 0px;
    padding: 0px;
}
.immigrate-to-detail figure{padding:20px 0px;}
.fig-7 figure{width:70px;}


.blog-page{
	background:#eee;
	overflow:hidden;
}
.blog-bx{
	background:#fff;
	overflow:hidden;
	margin:0px 0px 30px;
}
.blog-text{
	padding:25px 25px;
	margin:0px;
}
.blog-text span {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    color: #f86a22;
    margin: 0px;
    padding:0px;
    text-transform: uppercase;
    position: relative;
}
.blog-text h2 {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    color: #282828;
    margin: 0px;
    padding: 0px 0px 10px;
    text-transform: capitalize;
    position: relative;
}
.blog-text figure{
	display:table;
	margin:auto;
	width: 100px;
}
.blog-text p {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin: 0px 0px 10px;
    padding: 0px;
}
.blog-text .blog-bottom {
    border-top: 1px solid #eee;
    padding-top: 10px;
	padding-bottom: 10px;
    margin-top: 20px;
}
.blog-text a.go-btn {
    border-radius: 5px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    background: #C33764;
    background: -moz-linear-gradient(top, #C33764 0%, #C33764 32%, #1D2671 100%);
    background: -webkit-linear-gradient(top, #C33764 0%,#C33764 32%,#1D2671 100%);
    background: linear-gradient(to bottom, #C33764 0%,#C33764 32%,#1D2671 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C33764', endColorstr='#1D2671',GradientType=0 );
    position: relative;
    margin-top: 19px;
}
.blog-text a.go-btn:hover {
    background: #282828;
    background: -webkit-linear-gradient(to top, #000, #3d3d3d);
    background: linear-gradient(to bottom, #000, #3d3d3d);
    box-shadow: 0px 4px 18px #fff;
    color: #fff;
}

.blog-post {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-post li:first-child {
    padding-top: 0;
    border-bottom: 1px solid #ffffff1f;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.blog-post li {
    display: table;
    padding: 15px 0;
}
.blog-post li figure, .blog-post li div {
    display: table-cell;
    vertical-align: top;
}
.blog-post li figure {
    height: 33px;
    width: 60px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}
.blog-post li div {
    line-height: normal;
    padding-left: 13px;
    position: relative;
    top:0px;
}
.blog-post li a{
	font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: #282828;
}
.blog-post li .text-small date{
	display:block;
	font-size: 14px;
	font-weight:600;
    margin: 0px;
    color: #f86a22;
    font-family: "Poppins", Arial, sans-serif;
}
.blog-title h3{
	font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #282828;
    margin: 20px 0px 20px;
    padding: 0px;
    text-transform: capitalize;
    position: relative;
}
.blog-title h3:first-child{
	margin-top:0px;
}

.blog-list{
	list-style:none;
	padding:0px;
}
.blog-list li{
	padding:0px;
	margin:0px;
}
.blog-list li a {
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #282828;
    line-height: 40px;
    display: block;
    border-bottom: 1px solid #ddd;
}
.blog-list li a:hover{color:#f86a22}
.service-page{
	background:#f1f1f1;
	overflow:hidden;
}
.service-page h2 {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #282828;
    margin: 0px 0px 60px;
    padding: 15px 0px;
    text-transform: capitalize;
    position: relative;
}

.service-pc {
    padding-top: 50px;
    margin-bottom:0px;
}
.service-pc i {    
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    text-align: center;
    color: #282828;
    display: block;
    line-height: 70px;
    font-size: 33px;
}
.service-pc .service-li{overflow:hidden; width:100%; clear:both; padding-top: 20px;}

.service-pc .service-li a.h2-t {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0px 0px 10px 0px;
    font-weight: 500;
    color: #282828;
    font-size: 18px;
}
.service-pc .service-li p {
    font-size: 14px;
    margin: 0px;
    line-height: 25px;
	color:#282828;
    font-family: "Poppins", Arial, sans-serif;
}
.service-pc .service-li a.go-btn {
    border-radius: 5px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    background: #C33764;
    background: -moz-linear-gradient(top, #C33764 0%, #C33764 32%, #1D2671 100%);
    background: -webkit-linear-gradient(top, #C33764 0%,#C33764 32%,#1D2671 100%);
    background: linear-gradient(to bottom, #C33764 0%,#C33764 32%,#1D2671 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C33764', endColorstr='#1D2671',GradientType=0 );
    position: relative;
    margin-top: 19px;
}
.service-pc .service-li a.go-btn:hover {
    background: #282828;
    background: -webkit-linear-gradient(to top, #000, #3d3d3d);
    background: linear-gradient(to bottom, #000, #3d3d3d);
    box-shadow: 0px 4px 18px #fff;
    color: #fff;
}

.service-pc .service-li:hover a.h2-t{color:#f96922;}
.service-pc .service-li:hover a.read-btn{color:#fff;}

.service-pc:hover i{background:#282828; color:#fff;}

.three-points{
	background:#fff;
	margin:50px 0px 0px;
	padding:20px;
	overflow:hidden;
}
.three-points span, .three-points h4{
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}
.three-points span{
	font-size:30px;
	color:#f86a22;
}
.three-points h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #474747;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px;
    padding: 0px 0px 0px 10px;
	line-height: 30px;
}
.three-points h4 small{
	display:block;
}

.content-section{
	background: #C33764;
    background: -moz-linear-gradient(top, #C33764 0%, #C33764 32%, #1D2671 100%);
    background: -webkit-linear-gradient(top, #C33764 0%,#C33764 32%,#1D2671 100%);
    background: linear-gradient(to bottom, #C33764 0%,#C33764 32%,#1D2671 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C33764', endColorstr='#1D2671',GradientType=0 );
}

.s-li{padding:30px; margin-bottom:20px; border-radius:5px; position:relative;}
.s-li:after{position:absolute; content:""; width:80px; height:1px; background:#fff; bottom:0px; left:30px;}
.s-li i{
	color: #fff;
	font-size:40px;
	margin:0px;
	padding:0px;
}
.s-li h3 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
	text-transform:capitalize;
    padding: 12px 0px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}
.s-li p {
    font-size: 14px;
    margin: 0px;
	padding:0px 0px 10px;
    line-height: 25px;
    color: #fff;
    font-family: "Poppins", Arial, sans-serif;
}
.s-li a.go-btn {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 0px;
    display: inline-block;
    color: #fff;
	position:relative;
}
.s-li a.go-btn:after {
    position: absolute;
    content: "\e628";
    font-family: themify;
    font-size: 9px;
    margin-left: 5px;
    padding-top: 2px;
}
.s-li:hover{background:#fff;}
.s-li:hover i, .s-li:hover p, .s-li:hover h3, .s-li:hover a{color:#282828;}

.all-services-full-width{
	padding:0px 0px;
}
.abt-form {
    padding: 30px 30px;
    margin-top: 30px;
}
.abt-form h2{
	font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #282828;
	margin:0px 0px 30px;
}

.htlist h2 {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #282828;
    margin: 0px 0px 20px;
    padding: 0px 0px 0px;
    text-transform: capitalize;
    position: relative;
}
.htlist ul li {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding-left: 22px;
	letter-spacing: 0px;
}
.htlist ul li:after {
    content: "\e628";
    position: absolute;
    font-family: 'themify';
    left: 0;
    top: 2px;
}
.cta-strip h2 {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
    font-size: 27px;
    line-height: 38px;
    color: #282828;
    margin: 0px 0px 0px;
    padding: 30px 10px;
	background:#fff;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 0;
}
.cta-strip h2 a{
	background: -webkit-gradient(linear,left top,right top,from(#C33764),to(#1D2671));
    background: linear-gradient(to right,#C33764,#1D2671);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
	font-weight:600;
}

.faq-section{
	background: #C33764;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #1D2671, #C33764);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #1D2671, #C33764); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.faq-section h2{
	font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    margin: 0px 0px 20px;
    padding: 0px 0px 0px;
    text-transform: capitalize;
    position: relative;
}
.faq-section p{
	font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}
.faq-section .panel{border-radius:0px;}
.faq-section .panel-heading{
	background:none;
	padding:10px 15px;	
}
.faq-section .panel-heading h4 {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
    color: #282828;	
    letter-spacing: 0;
}
.faq-section .panel-heading h4 a{
	display:block;
	position:relative;
}
.faq-section .panel-heading h4 a:hover{
	color:#282828;
}
.faq-section .panel-heading h4 a[aria-expanded=true]:after{
	content: "\e622";
    font-family: 'themify';
    position: absolute;
    right: 0px;
}
.faq-section .panel-heading h4 a[aria-expanded=false]:after{
	content: "\e61a";
	font-family: 'themify';
	float:right;
}
.no-padding-top{padding-top:0px;}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.menu-mobile{display:none;}

.t-600 h2{font-weight:600 !important;}

.two-col{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}


.form-contact input[type=text], .form-contact input[type=email], .form-contact select{
	width: 100%;
    border: none;
    padding: 0px 15px;
    background: #fff;
	border:2px solid #ddd;
    height: 50px;
    border-radius: 0x;
	margin-bottom:20px;
}
.form-contact textarea{
	width: 100%;
	height:120px;
    border: none;
    padding: 10px 15px;
    background: #fff;
	border:2px solid #ddd;
    border-radius: 0px;
	margin-bottom:20px;
}
.form-contact input[type=submit]{
	width:100%;
	border:none;
	padding:0px 0px;
	background:#333;
	height:50px;
	font-family: "Poppins", Arial, sans-serif;
	font-size:17px;
	color:#fff;
	border-radius: 5px;
	text-transform:uppercase;
	font-weight:400;
	background: #282828;
    background: -webkit-linear-gradient(to top, #000, #3d3d3d);
    background: linear-gradient(to bottom, #000, #3d3d3d);
}
.form-contact input[type=submit]:hover{	
    box-shadow: 0px 4px 18px #fff;
	color:#fff;
	background: #C33764;
    background: -moz-linear-gradient(top, #C33764 0%, #C33764 32%, #1D2671 100%);
    background: -webkit-linear-gradient(top, #C33764 0%,#C33764 32%,#1D2671 100%);
    background: linear-gradient(to bottom, #C33764 0%,#C33764 32%,#1D2671 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C33764', endColorstr='#1D2671',GradientType=0 );
}
.form-contact label {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #474747;
    text-transform: capitalize;
}
.form-contact label span {
    background: -webkit-gradient(linear,left top,right top,from(#fc7c40),to(#f12911));
    background: linear-gradient(to right,#fc7c40,#f12911);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}


/* New CSS */

.login a{
	color:#fff;
	font-family: "Poppins", Arial, sans-serif;
	font-size:18px;
	font-weight:300;
	margin-right:10px;
}
.login a:last-child{margin:0px;}

/* .left-right-footimg:after{
	content:"";
	background:url(../images/left-foot-img.png)no-repeat;
	width:119px;
	height:119px;
	position:absolute;
	left:0px;
	bottom:0px;
} */

.payment-detail {
    padding: 30px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 10px 10px #99999912;
	position:relative;
}
.payment-detail:after {
    content: "";
    width: 60px;
    height: 69px;
    background: url(../images/doller-icons.png)no-repeat;
    position: absolute;
    right: -90px;
    top: 30px;
}
.payment-detail h4, .payment-detail p{
	text-align:center;
}

.payment-detail h4 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 300;
    color: #444;
}

.payment-detail p {
    font-size: 12px;
    line-height: 22px;
}
.payment-detail label {
    margin-left: 21px;
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-align: left;
}
.payment-detail input[type=tel], .payment-detail input[type=password] {
    border-radius: 50px;
    height: 49px;
    background: #efeaea;
    color: #444;
	padding:0px 40px 0px 20px;
    border-color: #d2ebfc;
	position:relative;
	border:none;
	width:100%;
}

.payment-detail select {
    border-radius: 10px;
    height: 49px;
    background: #fafafa;
    color: #444;
	padding:0px 40px 0px 20px;
    border-color: #d2ebfc;
	position:relative;
}
input#user_login {
    border-radius: 50px;
    height: 49px;
    background: #efeaea;
    color: #444;
	padding:0px 40px 0px 20px;
    border-color: #d2ebfc;
	position:relative;
	border:none;
	width:100%;
}

.lock-icon{
	content:"";
	background:#efeaea url(../images/lock.png)no-repeat right 20px center !important;
}

.payment-detail input[type=tel]::placeholder {
	color:#999;
	font-size:15px;
}

button.woocommerce-Button.button.wp-element-button:hover{
	background: #3c63e6;
}

button.woocommerce-Button.button.wp-element-button{
	background: #333f95;
    border-radius: 50px;
    height: 50px;
    border: none;
    padding: 0px 35px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    margin-top: 30px;
    display: table;
	cursor:pointer;
}
.payment-detail button[type=submit] {
    background: #333f95;
    border-radius: 50px;
    height: 50px;
    border: none;
    padding: 0px 35px;
    color: #fff;
    font-weight: 400;
    margin: auto;
    margin-top: 30px;
    display: table;
	cursor:pointer;
}
.payment-detail button[type=submit]:hover{
	background: #3c63e6;
}

.icon-feature a {
    border: 1px solid #e6e7e9;
    padding: 30px 30px;
    background: #fff;
    color: #444;
    border-radius: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    text-align: center;
    box-shadow: 0px 5px 15px #dddddd73;
}
.icon-feature a p{
	text-transform:uppercase;
	margin:0px;
}
.icon-feature a:hover{
	background:#;
}
.icon-feature a figure {
    background: #e0fff1;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50px;
}
.icon-feature a figure img {
    width: 30px !important;
    height: 30px !important;
    opacity: 9999;
    z-index: 9999;

    text-align: center;
    margin: auto;
    position: relative;
    top: 20px;
    display: initial !important;
    margin-top: -40px;
}

.icon-feature a:hover figure{background:#fff;}
.icon-feature a:hover{background:#333f95;}
.icon-feature a:hover p{color:#fff;}

.border-btn {
    border: 1px solid #999;
    border-radius: 50px;
    padding: 0px 30px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.border-btn:hover{
	background:#333f95;
	color:#fff;
}

.thanku-page h4{
	font-weight:300;
}
.thanku-page h5{
	font-weight:600;
	color:#6f9bf3;
	margin-top:30px;
	margin-bottom:30px;
}

.thanku-page p{
	font-size:18px;
	font-weight:300;
}

.payment-detail input[type=text], .payment-detail input[type=email], .payment-detail input[type=tel], .payment-detail select {
    border-radius: 50px;
    height: 44px;
    background: #efeaea;
    color: #444;
    padding: 0px 40px 0px 20px;
    border-color: #d2ebfc;
    position: relative;
    border: none;
    width: 100%;
}

.payment-detail span.woocommerce-input-wrapper{
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	display:block;
}
.payment-detail .woocommerce-input-wrapper span[aria-expanded=false]{
    border-radius: 50px;
    height: 49px;
    background: #fafafa;
    color: #444;
    padding: 12px 40px 0px 20px;
    border-color: #d2ebfc;
    position: relative;
    border: none;
    width: 100%;
	text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 12px;
    right: 11px;
}

#payment button[type=submit] {
    background: #333f95;
    border-radius: 50px;
    height: 50px;
    border: none;
    padding: 0px 35px;
    color: #fff;
    font-weight: 400;
    margin: auto;
    margin-top: 30px;
    display: table;
	cursor:pointer;
}
#payment button[type=submit]:hover{
	background: #3c63e6;
}

.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-80{margin-top:80px;}

.page-template-tpl-checkout p.form-row button.button.wp-element-button {
    margin: 0 !important;
}
