
/*---==========================
   01. Start Common  css 
=========================---*/
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Montserrat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap');
/* Flaticon css */
@import url(../fonts/flaticon/flaticon.css);
/* Fontawesome css */
@import url(../fonts/fontawesome/css/all.min.css);
/* Bootstrap css */
@import url(../vendor/bootstrap/css/bootstrap.min.css);
/* Slick css */
@import url(../vendor/slick/slick.css);
/* Magnific css */
@import url(../vendor/magnific-popup/dist/magnific-popup.css);
/* Nice-select css */
@import url(../vendor/nice-select/css/nice-select.css);
/* Jquery css */
@import url(../vendor/jquery-ui/jquery-ui.min.css);

/* Root css */
:root {
	--text-color: #616161;
	--heading: #151515;
	--red-dark: #fd4a18;
	--blue-light: #43baff;
	--blue-dark: #0066ff;
	--purple-blue: #7141b1;
	--yellow-dark: #faa200;
    --orange-dark: #fc7561;
	--black-dark: #191919;
	--light-gray: #f7f8f9;
	--Montserrat: 'Montserrat', sans-serif;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-size: 100%;
}

a{
    color: inherit;
    text-decoration: none;
    transition: all .3s;
}
a:hover,a:focus{
    color: inherit;
    text-decoration: none;
}
i,
span,
a{
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5{
    font-weight: 700;
	letter-spacing: -0.03em;
}
h1,
h2,
h3,
h4,
h5,
h6{
    color: #000000;
    margin: 0px;
    font-family: var(--Montserrat);
    font-weight: 700;
}
h1{
    font-size: 75px;
    line-height: 85px;
}
h2{
    font-size: 42px;
    line-height: 50px;
}
h3{
    font-size: 24px;
    line-height: 32px;
}
h4{
    font-size: 22px;

}
h5{
    font-size: 20px;
    line-height: 30px;
}
h6{
    font-size: 16px;
    line-height: 26px;
}
ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
p {
	margin: 0px;
}
input,
textarea {
	display: inherit;
}
input:focus,
textarea:focus{
	outline: none;
}
img {
	max-width: 100%;
}
blockquote{
	margin: 0;
}
body {
	font-family: var(--Montserrat);
	font-weight: normal;
	font-style: normal;
	color: var(--text-color);
	font-size: 16px;
	line-height: 30px;
	overflow-x: hidden;
}
.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.slick-slide {
	outline: 0;
}
.form_group {
	position: relative;
}
.form_control{
	width: 100%;
	border: none;
	font-size: 20px;
    font-weight: 700;
    font-family: var(--Montserrat);
}
ul.social-link li{
	display: inline-block;
}
ul.social-link li a{
    padding: 3px 10px;
    background: #000;
    color: #fff;
    margin-right: 7px;
    width: 34px;
    height: 34px;
    border-radius: 6px;
}
.social-title{
    padding-right: 10px;
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
span.sub-title{
	display: inline-block;
	font-size: 20px;
	font-family: var(--Montserrat);
	font-weight: 700;
	text-transform: uppercase;
}
.section-title span.sub-title{
    margin-bottom: 13px;
    color: #17a2b8;
}
.section-title h2{
	line-height: 54px;
	text-transform: capitalize;
    font-size: 34px;
}
.sub-title-bg{
	padding: 5px 15px;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 25px;
}
.section-title.section-title-three span.sub-title{
	color: var(--blue-dark);
}
.section-title.section-title-four span.sub-title{
	color: var(--yellow-dark);
}
.section-title-white h2{
	color: #fff;
}
.text-underline{
	text-decoration: underline;
}
.text-underline:hover{
	text-decoration: underline;
}

/* Colors */
.red-dark{
	color: var(--red-dark);
}
.blue-light{
    color: var(--blue-light);
}
.blue-dark{
    color: var(--blue-dark);
}
.text-white{
    color: #fff;
}
/* All Bg */
.light-gray-bg{
	background-color: #f7f8f9;
}
.dark-black-bg{
	background-color: var(--black-dark);
}
.red-dark-bg{
	background-color: var(--red-dark);
}
.blue-light-bg{
	background-color: var(--blue-light);
}
.blue-dark-bg{
	background-color: var(--blue-dark);
}
.purple-blue-bg{
	background-color: var(--purple-blue);
}
.dark-blue-bg{
	background-color: #3c53ff;
}
.dark-yellow-bg{
	background-color: #ff7e00;
}
.dark-green-bg{
	background-color: #2bc48a;
}
.black-bg{
	background-color: #191919;
}
.gradient-bg-blue{
	background: linear-gradient( -90deg, rgb(41,129,233) 0%, rgb(62,67,220) 99%);
}
.block-white h3,
.block-white h4,
.block-white h5,
.block-white p{
	color: #fff;
}
/* Dark E-waller Home CSS */
.dark-e-wallet{
	background-color: #16171b;
	color: #abb0bf;
}
/* All Button */
button {
	border: none;
}
.main-btn{
	display: inline-flex;
	padding: 12px 35px;
	background-color: #17a2b8;
	color: #fff;
	font-size: 16px;
	font-family: var(--Montserrat);
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;
    transition: all .3s;
}
.main-btn:hover{
    background-color: var(--heading);
    color: #fff;
}
.btn-red-dark{
    background-color: var(--red-dark)
}
.btn-purple{
	background-color: var(--purple-blue);
}
.btn-blue-light{
	background-color: var(--blue-light);
}
.btn-blue-dark{
	background-color: var(--blue-dark);
}
.btn-black{
	background-color: var(--black-dark);
}
.btn-orange-dark{
    background-color: var(--orange-dark);
}
.btn-white{
	background-color: #fff;
	color: var(--heading);
}
.btn-gray-dark{
	background-color: #32353d;
	color: #abb0bf;
}
.btn-gray-light{
    background-color: #374774;
    color: #fff;
}
.btn-gradient-blue{
    background-color: transparent;
    background: linear-gradient( to left, rgb(41,129,233) 0%, rgb(62,67,220) 99%);
}
.main-btn.filled-btn{
	color: var(--heading);
	background-color: transparent;
	border: 2px solid rgba(25, 25, 25, 0.1);
}
.main-btn.main-btn-sm{
	padding: 5px 20px;
}
.btn-link{
    font-family: var(--Montserrat);
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
    color: var(--text-color);
}
.btn-link:hover{
	color: var(--red-dark);
}
/* Extra css */
.mb-minus-130{
	margin-bottom: -130px;
}
.mb-minus-135{
	margin-bottom: -135px;
}
.mb-minus-75{
    margin-bottom: -75px;
}
.mt-minus-100{
    margin-top: -100px;
}
.mb-minus-100{
    margin-bottom: -100px;
}
.custom-container{
	width: 1420px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-1600{
    max-width: 1630px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-1350{
    max-width: 1380px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
	.custom-container{
		max-width: 1200px;
	}
}
@media screen and (max-width: 1199px){
    
	.custom-container{
		width: 100%;
	}
    .pl-70{
        padding-left: 15px;
    }
    .pl-70{
        padding-right: 15px;
    }
}
@media screen and (max-width: 991px){
    .mobile-banner{
    display: block !important;
}
    .fancy-about{
        text-align: center;
    }
    .hero-content h1{
        text-align: center;
    
}

    .hero-wrapper-five{
        padding:20px 0px !important;
        padding-top:50px !important;
    }
    .cta-content{
        text-align: center;
    }
    .float-lg-right{
         text-align: center;
    }
}
.w-100{
	width: 100%;
}

/* Preloader CSS */
.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.preloader .loader {
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.preloader .pre-box {
    width: 50px;
    height: 50px;
    background: var(--red-dark);
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}
.preloader .pre-shadow { 
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
}
@keyframes animate {
    17% { border-bottom-right-radius: 3px; }
    25% { transform: translateY(9px) rotate(22.5deg); }
    50% {
      transform: translateY(18px) scale(1,.9) rotate(45deg) ;
      border-bottom-right-radius: 40px;
    }
    75% { transform: translateY(9px) rotate(67.5deg); }
    100% { transform: translateY(0) rotate(90deg); }
} 

@keyframes shadow {
    50% {
      transform: scale(1.2,1);
    }
}

/*
    Start scroll_up css
*/
.back-to-top {
    background: #17a2b8;
    border-radius: 50%;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 337;
}
.back-to-top:hover, .back-to-top:focus {
    background: var(--heading);
    color: #fff;
}
/*
    Search CSS
*/
#search-modal{
    background: rgba(23, 26, 33, 0.85);
}
#search-modal .modal-content{
    background: 0 0;
    box-shadow: none;
    border: none; 
}
#search-modal .modal-content:focus{
    box-shadow: none; 
}
#search-modal .modal-content .form_control{
    padding-left: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
    margin-bottom: 0; 
    height: 50px;
    font-weight: 500;
}
#search-modal .modal-content .form_control:focus{
    border-color: #fff;
}
#search-modal .modal-content .form_control::placeholder{
    color: #fff; 
}
#search-modal .modal-content .search_btn{
    position: absolute;
    background: transparent;
    top: 10px;
    right: 10px;
    color: #fff;
}

/* Nice select */
.nice-select{
    padding: 0;
    padding-right: 10px;
}
.nice-select span.current:before{
    content: '\f0ac';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin-right: 7px;
}
.nice-select:after{
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    margin-left: 7px;
}

/*
    Nice Number CSS
*/
.nice-number {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
}
.nice-number input {
	vertical-align: middle;
	-moz-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0;
	text-align: center;
}
.nice-number input::-webkit-inner-spin-button,
.nice-number input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Animation */
@-webkit-keyframes shakeX {
    from,
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
    }
  
    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
    }
}
@keyframes shakeX {
    from,
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
    }
}
/*---==========================
   End Common css 
=========================---*/


/*---==========================
   02. Start Header css 
=========================---*/
.transparent-header {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
/* Header Top Bar */
.header-top-bar .top-left ul li{
    display: inline-block;
}
.header-top-bar .top-left ul li span i{
    margin-right: 10px;
}
.header-top-bar .top-right ul.social-link li{
    margin-left: 15px;
}
.header-top-bar .lang-dropdown .nice-select{
    background-color: transparent;
    border-radius: 0;
    border: none;
}
/* Theme Header Top Bar */
.theme-header{
    border:1px solid #ddd;
}
.theme-header-one .header-top-bar{
    padding: 7px 0;
    background-color: #f7f8f9;
}
.theme-header-one .header-top-bar .top-left ul li:after{
    display: inline-block;
    content: '|';
    margin-left: 10px;
    margin-right: 15px;
}
.theme-header-one .header-top-bar .top-left ul li:last-child::after{
    display: none;
}
.theme-header-one  .header-top-bar .top-left ul li span i{
    color: var(--red-dark);
}
.theme-header-one  .header-top-bar a:hover{
    color: var(--red-dark);
}
.theme-header-one .header-top-bar .top-right{
    justify-content: end;
}
.theme-header-one .header-top-bar .top-right span.phone i{
    color: var(--red-dark);
    margin-right: 10px;
}
.theme-header-one .header-top-bar .top-right span.phone:after{
    display: inline-block;
    content: '|';
    margin-left: 10px;
    margin-right: 15px;
}
.theme-header-one .header-top-bar .top-right ul.social-link li span.title{
    font-weight: 700;
    color: #151515;
    font-weight: 700;
}
.theme-header-three .header-top-bar{
    padding: 7px 0;
    background-color: #141d38;
}
.theme-header-three .header-top-bar .top-left ul li:after{
    display: inline-block;
    content: '|';
    margin-left: 40px;
    margin-right: 35px;
}
.theme-header-three .header-top-bar .top-left ul li:last-child:after{
    display: none;
}
.theme-header-three .header-top-bar .top-left ul li span{
    color: #fff;
}
.theme-header-three .header-top-bar .top-left ul li span i{
    color: var(--blue-light);
}
.theme-header-three .header-top-bar .top-right{
    justify-content: end;
}
.theme-header-three .header-top-bar .top-right ul.social-link li a{
    color: #fff;
}
.theme-header-three .header-top-bar .top-right ul.social-link li a:hover{
    color: var(--blue-light);
}
.theme-header-three .header-top-bar .top-right .lang-dropdown{
    display: inline-flex;
    align-items: center;
}
.theme-header-three .header-top-bar .top-right .lang-dropdown:after{
    display: inline-flex;
    content: '|';
    margin-left: 15px;
    margin-right: 20px;
}
.theme-header-three .header-top-bar .top-right .lang-dropdown .nice-select{
    color: #fff;
    font-size: 18px;
    font-family: var(--Montserrat);
    font-weight: 700;
} 
.theme-header-three .header-top-bar .top-right .lang-dropdown .nice-select span.current::before{
    color: var(--blue-light);
}
.theme-header-three .header-top-bar .top-right .lang-dropdown .nice-select ul.list .option{
    color: var(--heading);
}
.theme-page-header .header-top-bar{
    background-color: #141d38;
    padding: 7px 0;
}
.theme-page-header .header-top-bar .top-left ul li:after{
    display: inline-block;
    content: '|';
    color: rgba(255, 255, 255, 0.15);
    margin-right: 35px;
    margin-left: 40px;
}
.theme-page-header .header-top-bar .top-left ul li:last-child:after{
    display: none;
}
.theme-page-header .header-top-bar .top-right ul.social-link li{
    margin-left: 15px;
}
.theme-page-header .header-top-bar .top-right ul.social-link li a{
    color: #fff;
}
.theme-page-header .header-top-bar .top-right ul.social-link li a:hover{
    color: var(--blue-light);
}
.theme-page-header .header-top-bar .top-left ul li span{
    color: #fff;
}
.theme-page-header .header-top-bar .top-left ul li span i{
    color: var(--blue-light);
}
.theme-page-header .header-top-bar .container-fluid{
    padding-left: 70px;
    padding-right: 70px;
}

/* Header Navigation Default */
.header-navigation .primary-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-navigation .main-menu ul > li.has-children > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    display: inline-block;
    color: #162542;
    font-size: 14px;
    margin-left: 5px;
    float: right;
}
.header-navigation .main-menu ul li {
    display: inline-block;
    position: relative;
}
.header-navigation .main-menu ul li:first-child > a {
    padding-left: 0px;
}
.header-navigation .main-menu ul li > a {
    display: block;
    font-size: 15px;
    color: #162542;
    font-family: var(--Montserrat);
    text-transform: uppercase;
    font-weight: 700;
    padding: 35px 18px;
    line-height: 1;
}
.header-navigation .main-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 120%;
    width: 200px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 99;
    height: auto;
}
.header-navigation .main-menu ul li .sub-menu li {
    display: block;
    margin: 0;
}
.header-navigation .main-menu ul li .sub-menu li:last-child > a {
    border-bottom: none;
}
.header-navigation .main-menu ul li .sub-menu li a {
    display: block;
    padding: 7px 15px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    line-height: 2;
    margin: 0;
    border-bottom: 1px solid #ececec;
    color: #1b3255;
}
.header-navigation .main-menu ul li .sub-menu li a:hover {
    color: #fff;
    border-color: transparent;
}
.header-navigation .main-menu ul li .sub-menu li .sub-menu {
    left: 100%;
    top: 50%;
}
.header-navigation .main-menu ul li .sub-menu li:hover .sub-menu {
    top: 0%;
}
.header-navigation .main-menu ul li .sub-menu li:hover > a {
    background-color: var(--red-dark);
    color: #fff;
}
.header-navigation .main-menu ul li:hover.has-children > a:after {
    color: var(--red-dark);
}
.header-navigation .main-menu ul li:hover > a {
    color: var(--red-dark);
}
.header-navigation .main-menu ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.header-navigation .main-menu ul li .dd-trigger {
    display: none;
}
.header-navigation.breakpoint-on .nav-menu {
    text-align: left;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 9999;
    width: 300px;
    height: 100%;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    padding: 0;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 70px;
}
.header-navigation.breakpoint-on .nav-menu.menu-on {
    left: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li:last-child {
    border-bottom: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
    border-top: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: var(--heading);
    padding: 13px 20px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
    color: #162542;
    padding: 0px 20px 0 40px;
    line-height: 45px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
    border-color: rgba(255, 255, 255, 0.5);
}
.header-navigation .main-menu ul > li.has-children .sub-menu li.has-children:hover > a:after {
    color: #fff;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
    display: block;
    position: absolute;
    right: 0;
    height: 42px;
    width: 45px;
    top: 0;
    border-left: 1px solid #eaeaea;
    z-index: 2;
    background: transparent;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    color: #162542;
    font-size: 20px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu.menu-on {
    left: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li.search-item{
    display: none;
}
.header-navigation.breakpoint-on .navbar-close,
.header-navigation.breakpoint-on .navbar-toggler {
    display: block;
}
.header-navigation .header-right-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-navigation .navbar-toggler {
    display: none;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.header-navigation .navbar-toggler span {
    position: relative;
    background-color: #162542;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    width: 30px;
    cursor: pointer;
    display: block;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    top: 8px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
    opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    top: -8px;
}
.header-navigation .navbar-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: none;
    cursor: pointer;
    background: var(--red-dark);
}
.header-navigation .navbar-close i {
    color: #fff;
    font-size: 20px;
}
.navigation-white .navbar-toggler span{
    background-color: #fff;
}
.header-navigation.breakpoint-on .nav-menu .nav-search{
    display: block;
}
.nav-menu .nav-search{
    display: none;
    margin: 0 20px 20px;
}
.nav-menu .nav-search .form_group .form_control{
    border: 1px solid #e1e1e1;
    height: 60px;
    padding: 0 20px;
}
.nav-menu .nav-search .form_group .search-btn{
    position: absolute;
    top: 17px;
    right: 20px;
    background-color: transparent;
}
/* Header Right Nav */
.header-right-nav
.header-right-nav ul{
    display: inline-flex;
    align-items: center;
}
.header-right-nav ul li.navbar-toggle-btn{
    display: none;
}
.header-right-nav ul li.lang-dropdown{
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
}
.header-right-nav ul li.lang-dropdown .nice-select{
    padding: 0;
    border: none;
    font-size: 18px;
    font-weight: 700;
    background-color: transparent;
    border-radius: 0;
    color: var(--heading);
}
.header-right-nav ul li.lang-dropdown .nice-select .option{
    display: flex;
}
.header-right-nav ul li.lang-dropdown:before{
    display: inline-flex;
    content: '|';
    color: rgba(25, 25, 25, 0.1);
    font-size: 20px;
    margin-right: 25px;
}
/* Theme Header One */
.theme-page-header .header-navigation .container-fluid,
.theme-header-one .header-navigation .container-fluid{
    padding-left: 61px;
    padding-right: 61px;
}
.site-branding{
    max-width: 200px;
}
.theme-page-header .header-right-nav>ul>li,
.theme-header-one .header-right-nav>ul>li{
    margin-left: 25px;
}

.navigation-blue-light .main-menu ul li .sub-menu li:hover >a,
.theme-page-header .header-navigation .main-menu ul li .sub-menu li:hover > a {
    background-color: var(--blue-light);
}
.navigation-blue-light .main-menu ul li:hover.has-children > a:after,
.navigation-blue-light .main-menu ul li:hover > a,
.theme-page-header .header-navigation .main-menu ul li:hover.has-children > a:after,
.theme-page-header .header-navigation .main-menu ul li:hover > a {
    color: var(--blue-light);
}
.navigation-blue-dark .main-menu ul li .sub-menu li:hover >a{
    background-color: var(--blue-dark);
}
.navigation-blue-dark .main-menu ul li:hover.has-children > a:after,
.navigation-blue-dark .main-menu ul li:hover > a{
    color: var(--blue-dark);;
}
.navigation-white .main-menu ul li .sub-menu li:hover > a {
    background-color: var(--blue-light);
}
.navigation-white .main-menu ul li > a,
.navigation-white .main-menu ul > li.has-children > a:after{
    color: #fff;
}
.navigation-white .main-menu ul li:hover.has-children > a:after,
.navigation-white .main-menu ul li:hover > a {
    color: var(--blue-light);
}
.navigation-white .header-right-nav ul li.cart-item a{
    color: #fff;
}

/* Theme Header Two */
.theme-header-two .header-navigation .header-right-nav ul li{
    margin-left: 25px;
}
.theme-header-two .header-navigation .header-right-nav ul li.cart-item,
.theme-header-two .header-navigation .header-right-nav ul li.search-item{
    color: var(--heading);
}
/* Theme Header Three */
.theme-header-three .header-navigation .header-right-nav ul li{
    margin-left: 25px;
}

/* Theme Header Four */
.theme-header-four .header-navigation .container-fluid{
    padding-left: 61px;
    padding-right: 61px;
}
.theme-header-four .header-right-nav ul li.login{
    margin: 0 25px 0 20px;
}
.theme-header-four .header-right-nav ul li.login a{
    color: var(--heading);
    font-family: var(--Montserrat);
    font-weight: 700;
    text-transform: uppercase;
}
.theme-header-four .header-right-nav ul li.lang-dropdown:before{
    display: none;
}
.theme-header-four .header-right-nav ul li.lang-dropdown:after {
    display: inline-flex;
    content: '|';
    color: var(--heading);
    font-size: 20px;
    margin-left: 25px;
}


/* Header five */
.theme-header-five .header-right-nav ul li .main-btn{
    border: 2px solid #e7e7e7;
    background: #fff;
    border-radius: 0;
    justify-content: space-between;
    color: var(--heading);
    align-items: center;
    text-decoration: none;
    padding: 6px 10px 6px 30px;
}
.theme-header-five .header-right-nav ul li .main-btn i{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient( 90deg, rgb(0,41,157) 0%, rgb(0,120,238) 100%);
    margin-left: 10px;
}

/* Header Sticky */
.header-navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
    box-shadow: 0px 10px 30px 0px rgb(110 104 162 / 10%);
}
.theme-header-three .header-navigation.sticky{
    background-color: var(--heading);
}
@-webkit-keyframes sticky {
    0% {
      top: -200px;
    }
    100% {
      top: 0;
    }
}
@keyframes sticky {
    0% {
      top: -200px;
    }
    100% {
      top: 0;
    }
}
/*---==========================
   End Header css 
=========================---*/



/* Hero Area Five */
.hero-wrapper-five{
    background: url(../images/banner.jpg);
    background-repeat: no-repeat;
    padding: 110px 0;
    background-size: cover;
}
.hero-content{
    max-width: 500px;
}
.mobile-banner{
    display: none;
}
.hero-wrapper-five .hero-content h1{
    line-height: 50px;
    margin-bottom: 35px;
    font-size: 40px;
    color: #fff;
    padding: 50px 0px;
}
.hero-wrapper-five .hero-content .check-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.hero-wrapper-five .hero-content .check-list li{
    width: 50%;
    margin-bottom: 20px;
}
.hero-wrapper-five .hero-content  ul.check-list.list-circle-bg li:before{
    background-color: var(--blue-light);
}
.hero-wrapper-five .hero-content ul.button li{
    display: inline-block;
}
.hero-wrapper-five .hero-content ul.button li:last-child{
    margin-left: 10px;
}
.hero-wrapper-five .hero-img img{
    max-width: 890px;
}
.form{
    padding:30px;
}
.cta-area{
    background: #e2ebfb;
}
.cta-area h3{
    color: #222;
    font-size: 32px;
}

/* Team Three css */
.team-area {
    padding-top: 50px;
/*    background-color: #f2f5fa;*/
}
.team-area .team-item{
    padding: 0 10px;
}
.team-area .team-item .team-img {
    position: relative;
    z-index: 1;
}
.team-area .team-item .team-img:hover img{
    transform: scale(1.1);
    transition: all 0.1s;
}
.team-area .team-item .team-img img{
    border-radius: 65% 35% 60% 40% / 65% 40% 60% 35%;
}
.team-area .team-item .team-img:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid rgba(171, 176, 191, 0.432);
    border-radius: 35% 65% 40% 60% / 40% 65% 35% 60%;
    z-index: -1;
}

.team-area .team-item .team-content{
    padding-top: 30px;
}
.team-area .team-item .team-content h3.title:hover{
    color: var(--blue-light);
}
.team-area .team-item .team-content  p.position{
    font-weight: 500;
}

/* Breadcrumbs CSS */
.breadcrumbs-wrapper{
    position: relative;
    z-index: 1;
    padding: 165px 0 170px;
}
.breadcrumbs-wrapper:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1;
}
.breadcrumbs-wrapper .page-title-text h1{
    color: #fff;
    text-decoration: underline;
    margin-bottom: 20px;
}
.breadcrumbs-wrapper .page-title-text ul.breadcrumbs-link li{
    display: inline-block;
    font-size: 24px;
}
.breadcrumbs-wrapper .page-title-text ul.breadcrumbs-link li:after{
    display: inline-block;
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 20px;
    margin-right: 15px;
    color: #fff;
}
.breadcrumbs-wrapper .page-title-text ul.breadcrumbs-link li:last-child:after{
    display: none;
}
.breadcrumbs-wrapper .page-title-text ul.breadcrumbs-link li.active{
    color: var(--blue-light);
}
.breadcrumbs-wrapper .page-title-text ul.breadcrumbs-link li a{
    color: #fff;
}

.list-style-one{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.list-style-one li{
    width: 50%;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--heading);
}
.list-style-one li:before{
    display: inline-flex;
    margin-right: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    content: '\f00c';
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
}
.list-gradient-blue li:before{
    background: linear-gradient( to left, rgb(41,129,233) 0%, rgb(62,67,220) 99%);
}
.list-circle-blue-light li:before{
    background-color: var(--blue-light);
}

/*---==========================
   End Hero css 
=========================---*/

/*---==========================
   04. Start About css 
=========================---*/
.quote-content{
    font-weight: 500;
    line-height: 32px;
    color: var(--heading);
}
.fancy-about{
    padding: 100px 0px;
}

/* About Style One */

.fancy-about-one .text-wrapper p{
    margin-bottom: 33px;
}

/* About Style One */
.fancy-about-two {
    position: relative;
    overflow: hidden;
}
.fancy-about-two .about-circle-img{
    position: absolute;
    top: -50px;
    left: 150px;
    z-index: 1;
}
.fancy-about-two .about-circle-img img{
    width: 390px;
    height: 390px;
    border-radius: 50%;
}
.fancy-about-two .text-wrapper{
    margin-left: 70px;
}
.fancy-about-two .text-wrapper .text-box {
    display: flex;
    align-items: flex-start;
}
.fancy-about-two .text-wrapper .text-box .big-text{
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(153, 153, 153, 0.19);
    border-radius: 7px;
    color: var(--primary);
    font-weight: 700;
    margin-right: 25px;
}
.fancy-about-two .text-wrapper .text-box p{
    margin-bottom: 0;
}
.fancy-about-two .text-wrapper p{
    margin-bottom: 25px;
}
.fancy-about-two .text-wrapper ul.list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fancy-about-two .text-wrapper ul.list li{
    position: relative;
    padding-left: 35px;
    width: 50%;
    margin-bottom: 20px;
}
.fancy-about-two .text-wrapper ul.list li:after{
    position: absolute;
    top: 2px;
    left: 0;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( -90deg, rgb(41,129,233) 0%, rgb(62,67,220) 99%);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
}
  
.ts-table {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
}
.table-responsive{
    display: inline-table;
}
.ts-col{
    background:#17a2b8;
    color: #fff;
}
.ts-table table td {
    padding: 15px;
}
/*---=========================
    16. Start Contact css 
=========================---*/

/* Contact one css */
.contact-form {
    background: #f5f5f5;
}
.contact-form h5 {
    color: #17a2b8;
    padding: 20px;
}
 .contact-form .form_control,
 .contact-form .form_control{
   background-color: var(--light-gray);
    height: 50px;
    border-radius: 5px;
    padding: 0 30px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--Montserrat);
     border:1px solid #ddd;
}
}
 .contact-form .form_control::placeholder,
 .contact-form .form_control::placeholder{
    color: #1b1d21;
}
 .contact-form .nice-select,
.contact-form .nice-select{
    background-color: var(--light-gray);
    padding: 0 30px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--Montserrat);
    color: #1b1d21;
    height: 65px;
    line-height: 65px;
    border: none;
}
.contact-form .main-btn {
    width: 100%;
    text-align: center;
    padding: 18px 35px;
    line-height: 29px;
    margin-top: 20px;
}
textarea.form_control{
    padding-top: 5px !important;
    height: auto !important;
}
/* Contact Two css */
.contact-style-two .contact-wrapper{
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: -80px;
    background-color: rgb(255, 255, 255);
    padding: 70px 0 120px;
}
.contact-style-two .section-title h2{
    margin-bottom: 5px;
}
.contact-style-two .section-title h5{
    color: #6d6d6d;
    font-weight: 500;
}
.contact-style-two .contact-form form .form_control{
    height: 60px;
    background-color: rgba(20, 29, 56, 0.05);
    padding: 0 30px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--Montserrat);
    transition: all .3s;
}
.contact-style-two .contact-form form textarea.form_control{
    padding-top: 15px;
    height: 150px;
}
.contact-style-two .contact-form form .form_control:focus{
    background-color: var(--blue-light);
}
.contact-style-two .contact-form form .form_control::placeholder{
    color: #1b1d21;
}
.contact-style-two .contact-form form .form_control:focus::placeholder{
    color: #fff;
}
.contact-style-two .contact-form form .main-btn{
    justify-content: center;
}

/* Contact Three css */
.contact-style-three .contact-section-box p{
    margin-bottom: 20px;
}
.contact-style-three .contact-section-box ul.social-link li{
    margin-right: 5px;
}
.contact-style-three .contact-section-box ul.social-link li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    background-color: var(--purple-blue);
    transition: all .3s;
}
.contact-style-three .contact-section-box ul.social-link li a:hover{
    background-color: var(--blue-light);
}
.contact-style-three .contact-form textarea.form_control{
    height: 200px;
}
.contact-style-three .contact-form .main-btn{
    width: 100%;
    text-align: center;
    justify-content: center;
}

/* Contact Information css */

.contact-information-style-one .information-wrapper{
    padding: 80px 90px 10px;
}
.contact-information-style-one .information-wrapper .information-item{
    display: flex;
}
.contact-information-style-one .information-wrapper .information-item .icon{
    margin-right: 25px;
}
.contact-information-style-one .information-wrapper .information-item .icon i{
    font-size: 42px;
    line-height: 1;
    color: #17a2b8;
}
.contact-information-style-one .information-wrapper .information-item .text h5{
    margin-bottom: 3px;
}
.contact-information-style-one .information-wrapper .information-item .text p span{
    font-weight: 700;
    color: var(--black-dark);
    margin-right: 10px;
}

.contact-information-style-one .information-cta{
    background-color: #141d38;
    padding: 40px 50px 20px;
    border-left: 7px solid var(--blue-light);
}
.contact-information-style-one .information-cta .information-box h3{
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
}
.contact-information-style-one .information-cta .information-box h5{
    font-family: var(--Montserrat);
    font-weight: 400;
    color: #fff;
}
.contact-information-style-one .information-cta .information-box h5.st-close{
    color: #ffb400;
    margin-top: 5px;
}
.contact-information-style-one .information-cta .information-box p{
    color: #fff;
    margin-bottom: 20px;
}
.contact-information-style-one .information-cta .information-box .main-btn{
    padding: 5px 20px;
}
.contact-page-map .map-box iframe{
    height: 710px;
}
.map-box iframe{
    display: inherit;
    border: none;
    width: 100%;
}

/*
Choose Area Style
======================================================*/
.choose-us-area{
  background: #17a2b8;
    padding: 100px 0px;
}
.choose-us-area .single-choose-us-box {
  text-align: center;
}

.choose-us-area .choose-us-content p {
  margin-bottom: 35px;
}

.choose-us-content {
  margin-bottom: 30px;
}

.choose-us-content .top-title {
  color: #16479d;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.choose-us-content h2 {
    color: #fff;
  font-size: 38px;
  margin-bottom: 25px;
}

.choose-us-content p {
  margin-bottom: 40px;
}

.choose-us-content .single-choose-us-box {
  background-color: #eef9ff;
  padding: 50px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.choose-us-content .single-choose-us-box:hover{
    box-shadow: 0px 22px 16px 14px rgb(0 0 0 / 15%);    
}

.choose-us-content .single-choose-us-box i {
 font-size: 50px;
    color: #17a2b8;
    width: 100px;
    border-radius: 100px;
    height: 100px;
    padding: 26px;
    background: #d5e6e9;
    margin-bottom: 10px;
    line-height: 1;
}

.choose-us-content .single-choose-us-box span {
  font-size: 20px;
  font-weight: 600;
}

.choose-us-content .single-choose-us-box.bg-color-1 {
  background-color: #fff;
}

.choose-us-content .choose-us-slider .owl-dots {
  margin-top: 25px !important;
  line-height: 1;
}

.choose-us-content .choose-us-slider .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: transparent;
  border: 1px solid #16479d;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.choose-us-content .choose-us-slider .owl-dots .owl-dot:hover span {
  border-color: #16479d;
}

.choose-us-content .choose-us-slider .owl-dots .owl-dot:hover span::before {
  background-color: #16479d;
}

.choose-us-content .choose-us-slider .owl-dots .owl-dot.active span {
  border-color: #16479d;
  position: relative;
}

.choose-us-content .choose-us-slider .owl-dots .owl-dot.active span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #16479d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  margin: 3px;
}

/*---=========================
    End Contact css 
=========================---*/

ul.social-link li a {
    padding: 2px 11px;
    background: #17a2b8;
    color: #fff;
    margin-right: 7px;
    width: 34px;
    height: 34px;
    font-size: 13px;
    border-radius: 6px;
}
    ul.social-link{
    margin: 0px auto;
   padding: 21px;
   
    }

/* Footer Style Four */
.footer-style-four{
    background-color: #1f2531;
}
.footer-style-four .footer-widget .widget h4.widget-title{
    color: #fff;
    margin-bottom: 25px;
}
.footer-style-four .footer-widget .newsletter-widget .newsletter-content h3{
    color: #fff;
    padding-right: 10%;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 12px;
}
.footer-style-four .footer-widget .newsletter-widget .newsletter-content p{
    color: #fff;
    margin-bottom: 20px;
}
.footer-style-four .footer-widget .newsletter-widget .newsletter-content form .form_control{
    background-color: transparent;
    height: 50px;
    color: #fff;
    font-weight: 400;
    font-family: var(--Montserrat);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-style-four .footer-widget .newsletter-widget .newsletter-content form .form_control::placeholder{
    color: #fff;
}
.footer-style-four .footer-widget .newsletter-widget .newsletter-content form .main-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fc7561;
    padding: 10px 35px;
}
.footer-style-four .footer-widget .newsletter-widget .newsletter-content .social-link li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.footer-style-four .footer-widget .newsletter-widget .newsletter-content .social-link li span.social-title{
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    font-family: var(--Montserrat);
    margin-right: 10px;
}
.footer-style-four .footer-widget .newsletter-widget .newsletter-content .social-link li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    background-color: #32353d;
}
.footer-style-four .footer-widget .newsletter-widget .newsletter-content .social-link li a:hover{
    background-color: #ff9703;
    color: #fff;
}
.footer-style-four .footer-widget .widget.footer-nav-widget{
    padding-left: 40px;
}
.footer-style-four .footer-widget .widget.footer-nav-widget ul.footer-nav li a{
    color: #fff;
}
.footer-style-four .footer-widget .widget.footer-nav-widget ul.footer-nav li a:hover{
    color: #ff9703;
}
.footer-style-four .contact-wrapper{
    background-color: #191e29;
    padding: 50px 50px 20px;
}
.footer-style-four .contact-wrapper .information-item{
    display: flex;
}
.footer-style-four .contact-wrapper .information-item .icon{
    min-width: 40px;
   min-width: 40px;
    max-width: 34px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    margin-right: 7px;
}
.footer-style-four .contact-wrapper .information-item .icon.icon-bg-one{
    background-color: #17a2b8;
}
.footer-style-four .contact-wrapper .information-item .text span.title{
    font-size: 20px;
    font-weight: 700;
    font-family: var(--Montserrat);
    color: #fff;
}
.footer-style-four .contact-wrapper .information-item .text h3{
        color: #fff;
    font-weight: 400;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.footer-style-four .contact-wrapper .information-item .text h3:hover{
    color: #ff9703;
}
.footer-style-four .footer-copyright{
    border-top: none;
}
.footer-style-four .footer-copyright .text p{
    color: #fff;
    padding: 20px;
}

/*---=========================
    End Footer css 
=========================---*/