
/***

====================================================================
			Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i&amp;display=swap');

/*
	font-family: 'Arimo', sans-serif;
*/

@import url('owl.css');
@import url('fontawesome-all.css');
@import url('simple-line-icons.css');
@import url('themify-icons.css');
@import url('flaticon.css');
@import url('et-line.css');
@import url('jquery-ui.css');
@import url('scrollbar.css');
@import url('lightgallery.css');
@import url('animate.on.scroll.css');


/***

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}

@font-face {
    font-family: 'GROUPE-MEDIUM';
    font-style: normal;
    font-weight: normal;
    src: local('GROUPE MEDIUM'), url('../../../assets/fonts/GroupeMedium.woff') format('woff');
}

.cls-1{fill:#df0a0a;fill-rule:evenodd;}
.cls-2{font-size:23.25px;font-family:GROUPE-MEDIUM, GROUPE;font-weight:500;}
.cls-2, .cls-3{fill:#010101;}
.mobile-menu .cls-2,
.mobile-menu .cls-3 {fill: #FFFFFF;}
.footer-logo svg,
.logo-main svg,
.logo-scroll svg {
	width: 100%;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {

	font-size:15px;
	color:#666666;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Arimo', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: #df0a0a;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}

.theme_color{
	color:#df0a0a;
}

b, strong {
    font-weight: 600;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active{
	color: #091d3e;
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px 0px 15px;
	background:none;
	line-height:1.25em;
	font-family: 'Arimo', cursive;
}

h1{
	font-size: 60px;
}

h2{
	font-size: 44px;
}

h3{
	font-size: 22px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 10px;
}

input,select,button{
	font-family: 'Arimo', sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
}

p{
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
	margin: 0 0 15px;
}

.text{
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
	margin: 0 0;
}

.text-orange {
    color: #df0a0a;
}

.no-margin{
	margin: 0;
}

.fw-300{
	font-weight: 300;
}

.fw-400{
	font-weight: 400;
}

.fw-500{
	font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.p-1-9 {
    padding: 1.9rem;
}

.primary-shadow {
    box-shadow: 0 0 70px rgba(0,0,0,0.08);
}

.text-dark, .text-dark-hover:hover {
    color: #0c3246 !important;
}

.display-27 {
    font-size: 1.2rem;
}

.text-primary, .text-primary-hover:hover {
    color: #df0a0a !important;
}

.list-style li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
}

.list-style li:last-child {
    border-bottom: unset;
    padding-bottom: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}

@media only screen and (max-width: 7000px){
	.page-wrapper{
		overflow: hidden;
	}
	
}

.auto-container{
	position:static;
	max-width:1170px;
	padding:0px 15px;
	margin:0 auto;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;
}

.check-list li {
	list-style: none;
    display: flex;
    gap: 0 8px;
    padding-top: 10px;
    color: #141F39;
	line-height: 1.1;
}

.check-list li:before {
    content: "";
    font-family: "themify";
    color: #ffffff;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50px;
    background-color: #141F39;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
    line-height: 28px;
	margin-top: 2px;
}

figure{
	margin-bottom: 0;
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one .btn-title{
	position: relative;
	display:block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 15px 40px;
	background: #df0a0a;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one:hover .btn-title{
	background: #222222;
	color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position: relative;
	display: inline-block;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two .btn-title{
	position: relative;
	display:block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 15px 40px;
	background: #021B79;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two:hover .btn-title{
	background: #222222;
	color: #ffffff;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

/* PAGE LOADED */
.page-loaded .preloader {
  height: 0;
  visibility: hidden;
}

.page-loaded .preloader span {
  width: 0;
}

.page-loaded .preloader .inner {
  visibility: hidden;
}

.page-loaded .preloader canvas {
  opacity: 0;
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
}

.page-loaded .preloader img {
  opacity: 0;
}

.page-loaded .navbar, .page-loaded .bottom-bar, .page-loaded .left-side, .page-loaded .right-side {
  opacity: 1;
}

.page-loaded .slide-content .link-holder, .page-loaded .page-header .container p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}

.page-loaded .slide-content h1, .page-loaded .page-header .container h1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}

.page-loaded .slider {
  transform: scale(1);
}


/*
Preloader Area Style*/
.preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  transition-delay: 2s;
  overflow: hidden;
}
.preloader span {
  width: 25%;
  height: 100%;
  position: absolute;
  right: 0%;
  top: 0;
  background: #091d3e;
  transition: all ease 0.7s;
  transition-delay: 0.7s;
}
.preloader span:nth-child(2) {
  right: 25%;
}
.preloader span:nth-child(3) {
  right: 50%;
}
.preloader span:nth-child(4) {
  right: 75%;
}
.preloader .inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.preloader .inner canvas {
  display: inline-block;
  background: none;
  border-radius: 50%;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  position: relative;
  z-index: 1;
  transition: all ease 0.5s;
}
.preloader .inner img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease 0.5s;
  transition-delay: 0.2s;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;
}


.page-wrapper{
	border-top: 2px solid #df0a0a;
	border-bottom: 2px solid #df0a0a;
}

.fa{
	line-height: inherit;
}

.grey-bg {
    background-color: #F8F9FC;
}

.s-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

/***

====================================================================
	Buttons
====================================================================

***/

.btn {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    min-width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 15px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.btn__link {
    background-color: transparent;
    border-color: transparent;
    min-width: 0;
    line-height: 22px;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
}


.more-btn {
  color: #000;
  font-weight: 600;
  position: relative;
  padding: 3px;
  display: inline-block;
  line-height: 18px;
  font-size: 16px;
  text-decoration: none !important;
  -webkit-transition: ease all 0.4s;
     -moz-transition: ease all 0.4s;
       -o-transition: ease all 0.4s;
          transition: ease all 0.4s;
}
.more-btn i {
  position: absolute;
  right: 0;
  top: 5px;
  opacity: 0;
  -webkit-transition: ease all 0.4s;
     -moz-transition: ease all 0.4s;
       -o-transition: ease all 0.4s;
          transition: ease all 0.4s;
}

.more-btn:hover i {
  right: -20px;
  opacity: 1;
}

.icon-fixed{
  position: fixed;
  /*width: 48px;*/
  bottom: 12%;
  transform: translateY(20%);
  transition: all 0.3s linear;
  /*box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);*/
  z-index: 99;
}
.icon-fixed li{
  height: 40px;
  position:relative;
}
.icon-fixed li a{
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 40px;
  padding-left:8%;
  /*border-bottom: 1px solid #f1f3fc;*/
  transition: all .3s linear;
}
.icon-fixed li:nth-child(1) a{
  background: #A2AAAD;
}
.icon-fixed li:nth-child(2) a{
  background: #3DDC84;
}
.icon-fixed li:nth-child(3) a{
  background: #E1306C;
}
.icon-fixed li:nth-child(4) a{
  background: #2867B2;
}
.icon-fixed li:nth-child(5) a{
  background: #333;
}
.icon-fixed li:nth-child(6) a{
  background: #ff0000;
}
.icon-fixed li a i{
  position:absolute;
  top: 10px;
  left: 12px;
  font-size: 20px;
}
.icon-fixed ul li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.icon-fixed a:hover {
  z-index:1;
  width: 150px;
  /*border-bottom: 1px solid #f1f3fc;*/
  box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
}
.icon-fixed ul li:hover a span{
  padding-left: 32%;
  display: block;
}

.customer-service .item {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    text-align: center;
    transition: 0.3s;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}

.customer-service .item.apple{
	background-color: #A2AAAD;
}

.customer-service .item.android{
	background-color: #3DDC84;
}

.customer-service .item [class*="ti-"],
.customer-service .item [class^="ti-"] {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    color: #ffffff;
    transition: 0.3s;
}

.customer-service .item .message {
    position: absolute;
    left: 35px;
    bottom: 0;
    padding-left: 14px;
    display: none;
}

.customer-service .item:hover .message {
    display: block;
}

.customer-service .item .message .message-warp {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
    border: 1px solid #e9e9e9;
    background: #ffffff;
    border-radius: 6px;
    padding: 13px 16px 10px;
    text-align: left;
}

.customer-service .item .message .message-warp h5 {
    font-size: 14px;
    color: #222222;
    cursor: default;
    line-height: 24px;
    margin: 0 0 7px;
    font-weight: 400;
}

.customer-service .item .message .message-warp p {
    margin: 0;
    font-size: 12px;
    line-height: 24px;
    white-space: nowrap;
    color: #8c8889;
}

.customer-service .item .message .message-warp p a {
    color: #8c8889;
    transition: 0.3s;
}

.customer-service .item .message .message-warp p a:hover {
	box-shadow: none;
    color: #df0a0a;
    text-decoration: underline;
}



/***

====================================================================
	Scroll To Top style
====================================================================

***/

.back-to-top {
    background: #df0a0a;
	color: #ffffff;
    border-radius: 50%;
    bottom: 30px;

    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 {
	color: #ffffff;
}

.back-to-top svg {
	fill: #ffffff;
	color: #fff;
}


/***

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.header-section{
	position: relative;
	display: inline-grid;
	width: 100%;
	z-index: 9999;
	background:none;
}

/*=== Header Main Box ===*/

.bottom-header{
	position:relative;
	display: block;
	z-index: 1;
}

.bottom-header .header_menu{
	position:relative;
}

.bottom-header{
	position:relative;
	background: #ffffff;
}

.bottom-header .logo_box{
	position: relative;
	float:left;
	padding: 10px 0px;
	z-index:10;
}

.bottom-header .logo_box .logo{
	position: relative;
	display:block;
}

.bottom-header .logo_box img{
	position: relative;
	display: inline-block;
	max-width: 100%;
	max-height: 65px;
	margin-top: 2px;
	z-index:1;
}

.bottom-header .logo_box .logo-main img,
.bottom-header .sticky-header .logo_box .logo-scroll img,
.bottom-header .logo_box .logo-main svg,
.bottom-header .sticky-header .logo_box .logo-scroll svg{
	display: block;
	height: 55px;
}

.bottom-header .logo_box .logo-scroll img,
.bottom-header .sticky-header .logo_box .logo-main img,
.bottom-header .logo_box .logo-scroll svg,
.bottom-header .sticky-header .logo_box .logo-main svg{
	display: none;
}

.bottom-header .right-nav{
	position: relative;
	float: right;
}

.header-section .search-btn{
	position:relative;
	float:left;
	margin-top: 40px;
	margin-left: 40px;
}

.header-section .sticky-header .search-btn{
	margin-top: 27px;
}

.header-section .search-btn button{
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	background: none;
	line-height: 30px;
	color: #222222;
	cursor: pointer;
}

.bottom-header .search-btn button .fa{
	vertical-align: middle;
}

.header-section .nav-outer{
	position: relative;
	float: left;
	z-index:1;
}

.header-section .nav-outer .main-menu{
	position:relative;
}

.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Arimo', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:10px 0px;
	margin-right: 40px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li:last-child:after{
	display: none;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:16px;
	line-height:30.4px;
	font-weight:700;
	text-transform:capitalize;
	letter-spacing: 0.03em;
	color:#222222;
	padding:15px 0px;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:0px;
	border-bottom: 2px solid #df0a0a;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sticky-header .main-menu .navigation > li:before{
	display:none;
}

.main-menu .navigation > li:hover:before,
.main-menu .navigation > li.current:before{
	width:100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #df0a0a;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color: #df0a0a;
}

.sticky-header .main-menu .navigation > li.dropdown{
	padding-right:0px;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:240px;
	z-index:100;
	display:none;
	background:#ffffff;
	padding: 12px 0px;
	border-top: 2px solid #021B79;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	padding: 0px 30px;
	width:100%;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 0px;
	line-height:24px;
	font-weight:700;
	font-size:15px;
	color:#091d3e;
	text-align:left;
	text-transform:capitalize;
	border-bottom:1px solid rgba(0,0,0,0.10);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#df0a0a;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0;
	width:240px;
	z-index:100;
	display:none;
	background:#ffffff;
	padding: 12px 0px;
	border-top: 2px solid #021B79;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	padding: 0px 30px;
	width:100%;
}

.main-menu .navigation > li > ul > li  > ul > li > a{
    position:relative;
	display:block;
	padding:10px 0px;
	line-height:24px;
	font-weight:700;
	font-size:15px;
	color:#021B79;
	text-align:left;
	text-transform:capitalize;
	border-bottom:1px solid rgba(0,0,0,0.10);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#df0a0a;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:0px;
	top:11px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

@media only screen and (min-width: 768px){
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
}

@media only screen and (max-width: 991px) {
	.header-section .nav-outer .main-menu{
		display: none !important;
	}
	
	.nav-outer .mobile-nav-toggler{
		display: block;
	}

}


/***

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two{
	position: relative;
}

.header-section .header-upper .right-info{
	position: relative;
	float: right;
	padding-top: 33px;
}

.header-section .header-upper .info{
	position: relative;
	float: left;
}

.header-section .header-upper .info .info-block{
	position: relative;
	float: left;
	padding-left: 50px;
	min-height: 44px;
	margin-left: 55px;
}

.header-section .header-upper .info .info-block:before{
	content: '';
	position: absolute;
	left: -28px;
	top: 0px;
	height: 44px;
	border-left: 1px solid #f0f0f0;
}

.header-section .header-upper .info .info-block:first-child{
	margin-left: 0;
}

.header-section .header-upper .info .info-block:first-child:before{
	display: none;
}

.header-section .header-upper .info .info-block .icon-box{
	position: absolute;
	left: 0;
	top: 0px;
	width: 36px;
	height: 44px;
	font-size: 36px;
	color: #df0a0a;
	line-height: 44px;
}

.header-section .header-upper .info strong{
	position: relative;
	display: block;
	color: #222222;
	font-weight: 700;
}

.header-section .header-upper .info .info-text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 22px;
}

.header-section .header-upper .info a{
	color: #222222;
}

.header-section .header-upper .info a:hover,
.header-section .header-upper .info a:hover strong{
	text-decoration: underline;
	color: #df0a0a;
}

.header-style-two .header-upper .lang-block{
	position: relative;
	float: left;
	margin-left: 55px;
	padding-top: 10px;
}

.header-style-two .header-upper .lang-block:before{
	content: '';
	position: absolute;
	left: -28px;
	top: 0px;
	height: 44px;
	border-left: 1px solid #f0f0f0;
}

.header-style-two .language{
	position:relative;
}

.header-style-two .language .lang-btn{
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
}

.header-style-two .language .lang-btn .flag{
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.header-style-two .language .lang-btn .txt{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.header-style-two .language .lang-btn .arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 4px;
	font-size: 12px;
}

.header-style-two .language .lang-btn:before{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 16px;
}

.header-style-two .language .lang-dropdown{
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 16px;
	width: 150px;
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-top: 2px solid #df0a0a;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.header-style-two .language:hover .lang-dropdown{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.header-style-two .language .lang-dropdown li{
	position: relative;
	display: block;
	border-bottom: 1px solid #f0f0f0;
}

.header-style-two .language .lang-dropdown li:last-child{
	border: none;
}

.header-style-two .language .lang-dropdown li a{
	position: relative;
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 24px;
	color: #222222;
}

.header-style-two .language .lang-dropdown li a:hover{
	text-decoration: underline;
	color: #df0a0a;
}

.header-style-two .header-lower{
	position:relative;
	display: block;
	background: #021B79;
	color: #ffffff;
}

.header-style-two .header-lower .nav-box{
	position:relative;
	display: block;
}

.header-style-two .header-lower .search-btn{
	margin-top: 18px;
	float: right;
}

.header-style-two .header-lower .search-btn button{
	color: #ffffff;
}

.header-style-two .nav-box .main-menu .navigation > li{
	padding:3px 0px;
}

.header-style-two .nav-box .main-menu .navigation > li > a{
	color: #ffffff;
}

.header-style-two .nav-box .main-menu .navigation > li:before{
	border-bottom-color: #ffffff;
}

/***

====================================================================
	Inner Header Style
====================================================================

***/

.inner-page-header{
	position: relative;
}

/***

====================================================================
				Sticky Header
====================================================================

***/

.header_style .sticky-header {
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.fixed-header .sticky-header {
    z-index: 99901;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /*border-bottom: 2px solid #c50227;*/
}

.header_style .header_menu:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #ffffff;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 40px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before{
	display: none;
}

.sticky-header .main-menu .navigation > li > a{
	padding:27px 0px !important;
	line-height:30px;
	font-size:16px;
	font-weight:600;
	color:#091d3e;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li > ul > li > ul{
	left:auto;
	right:100%;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
}

/***

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position:fixed;
	left:0;
	top:0px;
	width:100%;
	height:100%;
	z-index:99999;
	visibility:hidden;
	opacity:0;
	overflow:auto;
	background:rgba(0,0,0,0.0);
	transition:all 100ms ease;
	-moz-transition:all 100ms ease;
	-webkit-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
}

.search-popup:before{
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.70);
	-webkit-transform:translateY(101%);
	-ms-transform:translateY(101%);
	transform:translateY(101%);
}

.search-popup.popup-visible:before{
	transition:all 500ms ease 100ms;
	-moz-transition:all 500ms ease 100ms;
	-webkit-transition:all 500ms ease 100ms;
	-ms-transition:all 500ms ease 100ms;
	-o-transition:all 500ms ease 100ms;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
}

.search-popup.popup-visible{
	opacity:1;
	visibility:visible;
}

body.search-visible{
	overflow: hidden;
}

.search-popup .overlay-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
}

.search-popup .close-search{
	position:absolute;
	right:25px;
	top:25px;
	font-size:22px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
}

.search-popup .close-search:hover{
	opacity:0.70;
}

.search-popup .search-form{
	position:relative;
	padding:0px 15px 0px;
	max-width:1024px;
	margin:0 auto;
	margin-top:150px;
	margin-bottom: 100px;
	opacity: 0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
    z-index: 10;
}

.search-popup.popup-visible .search-form{
	opacity: 1;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
	transition: all 500ms ease 500ms;
    -moz-transition: all 900ms ease 500ms;
    -webkit-transition: all 900ms ease 500ms;
    -ms-transition: all 900ms ease 500ms;
    -o-transition: all 900ms ease 500ms;
}

.search-popup .search-form fieldset{
	position:relative;
	border:7px solid rgba(255,255,255,0.50);
	border-radius:12px;
}

.search-popup .search-form fieldset input[type="search"]{
	position:relative;
	height:70px;
	padding:20px 220px 20px 30px;
	background:#ffffff;
	line-height:30px;
	font-size:24px;
	color:#233145;
	border-radius:7px;
}

.search-popup .search-form fieldset input[type="submit"]{
	position:absolute;
	display:block;
	right:0px;
	top:0px;
	text-align:center;
	width:220px;
	height:70px;
	padding:20px 10px 20px 10px;
	color:#ffffff !important;
	background:#df0a0a;
	line-height:30px;
	font-size:20px;
	cursor:pointer;
	text-transform:uppercase;
	border-radius:0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
	background:#df0a0a;
}

.search-popup h3{
	text-transform:uppercase;
	font-size:20px;
	font-weight:600;
	color:#ffffff;
	margin-bottom:20px;
	letter-spacing:1px;
	text-align:center;
}

.search-popup .recent-searches{
	font-size:16px;
	color:#ffffff;
	text-align:center;
}

.search-popup .recent-searches li{
	display:inline-block;
	margin:0px 10px 10px 0px;
}

.search-popup .recent-searches li a{
	display:block;
	line-height:24px;
	border:1px solid #ffffff;
	padding:7px 15px;
	color:#ffffff;
	border-radius:3px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.search-popup .recent-searches li a:hover{
	color:#df0a0a;
	border-color:#df0a0a;
}



/***

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
    margin-left: 0px;
    color: #222222;
    margin: 25px 0px 0px;
    display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;
}

.mobile-menu .navbar-collapse{
	display:block !important;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.70);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a{
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	border-left: 3px solid #df0a0a;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before{
	height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#ffffff;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index:5;
}

.mobile-menu .navigation li.dropdown > a{
	padding-right: 30px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}

.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

@media only screen and (max-width: 991px) {	
	.nav-outer .mobile-nav-toggler{
		display: block;
	}
}

/***

====================================================================
		Lazy Load Settings
====================================================================

***/

img.lazy-image{
	background:url(../images/icons/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded{
	background-image:none;
}

.owl-theme img.lazy-image.loaded{
	height: auto;
	opacity: 1;
}


/***

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	z-index:1;
	margin-top: -8px;
}

.banner-section .banner-curve{
	position:absolute;
	left:0;
	bottom: -1px;
	width:100%;
	height:78px;
	background-image:url('../images/main-slider/banner-curve-two.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
	z-index: 2;
}

.banner-section .owl-carousel .owl-stage-outer{
	width: 100%;
}

.banner-carousel{
	position: relative;
	z-index: 1;
}

.banner-carousel .slide-item{
	position: relative;
	display: block;
	background-color: #edf5f8;
	color: #222222;
	padding: 35px 0px 50px;
	overflow:hidden;
}

.banner-carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.50;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.banner-carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}

.banner-carousel .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 520px;
	padding: 0 0px;
	z-index:5;
}

.banner-carousel .round-layer{
	position: absolute;
	right: -130px;
	top: -35px;
	width: 100%;
	height: 685px;
	background:url('../images/main-slider/round-box.png') right 0 no-repeat;
	background-size: auto 100%;
	opacity: 0;
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .active .content-box .round-layer{
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.banner-carousel .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}

.banner-carousel .content-box .inner{
	position: relative;
	display: block;
	max-width: 550px;
}

.banner-carousel .content-box .inner.alternate{
	max-width: 650px;
}

.banner-carousel .content-box .sub-title{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2em;
	color: #021B79;
	font-weight: 700;
	opacity: 0;
	text-transform: capitalize;
	margin-bottom: 20px;
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	-o-transform: translateY(-80px);
	transform: translateY(-80px);
}

.banner-carousel .content-box .sub-title:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #df0a0a;
}

.banner-two .banner-carousel .sub-title{
	color: #ffffff;
}

.banner-carousel .active .content-box .sub-title{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .content-box h1{
	display: block;
	font-size: 50px;
	line-height: 1.15em;
	color: #222222;
	font-weight: 400;
	opacity: 0;
	margin-bottom: 25px;
	text-transform: capitalize;
	letter-spacing: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	text-transform:capitalize;
}

.banner-two .banner-carousel h1{
	color: #ffffff;
}

.banner-carousel .content-box h1 strong{
	font-weight: 700;
}

.banner-carousel .active .content-box h1{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .text{
	display: block;
	font-size: 22px;
	line-height: 1.5em;
	color: #222222;
	font-weight: 400;
	opacity: 0;
	margin-bottom: 45px;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-two .banner-carousel .text{
	color: #ffffff;
}

.banner-carousel .active .content-box .text{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}

.banner-carousel .content-box .links-box{
	position: relative;
	opacity: 0;
	z-index: 5;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.banner-carousel .active .content-box .links-box{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .content-box .content-image{
	position: absolute;
	right: -80px;
	top: -36px;
	/* width: 490px; */
	width: 548px;
	opacity: 0;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 2000ms;
	-moz-transition-delay: 2000ms;
	-ms-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
	transition-delay: 2000ms;
	z-index:5;
}

.banner-carousel .active .content-box .content-image{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}

.banner-carousel .content-box .content-image img{
	width: auto !important;
	max-width: 100%;
}

.banner-carousel .links-box .theme-btn{
	vertical-align: top;
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 15px;
}

.banner-carousel .alternate .links-box .theme-btn{
	margin-right: 12px;
}

.banner-carousel .links-box .theme-btn:last-child{
	margin-right: 0;
}

.banner-carousel .links-box .video-btn{
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #021B79;
}

.banner-carousel .links-box .video-btn .btn-title{
	position: relative;
	display: block;
	padding: 15px 0px;
}

.banner-carousel .links-box .video-btn .icon{
	padding-right: 5px;
	font-size: 24px;
	vertical-align: middle;
}

.banner-carousel .links-box .call-btn{
	position: relative;
	display: inline-block;
	line-height: 30px;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
}

.banner-carousel .links-box .call-btn .btn-title{
	position: relative;
	display: block;
	padding: 15px 0px;
}

.banner-section .owl-dots,
.banner-one .banner-carousel .owl-nav,
.banner-two .banner-carousel .owl-nav{
	display: none;
}

@media only screen and (max-width: 1139px) {
	.banner-carousel .content-box{
		height: 550px;
	}

	.banner-carousel .content-box h1{
		font-size: 42px;
	}

	.banner-carousel .content-box .text{
		font-size: 18px;
	}

	.banner-carousel .slide-item{
		padding: 0 0;
	}

	.banner-section .banner-curve,
	.inner-banner .banner-curve{
		display: none;
	}
	
}

@media only screen and (max-width: 991px) {
	.banner-carousel .content-box .content-image {
		display: none;
	}

	.banner-carousel .content-box .inner{
		max-width: none;
		text-align: center;
	}

	.banner-carousel .content-box .inner.alternate{
		max-width: none;
	}

	.banner-carousel .content-box{
		height: 375px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-carousel .content-box h1{
		font-size: 36px;
	}
}

@media only screen and (max-width: 599px) {
	.banner-carousel .links-box .theme-btn{
		display: block;
		margin: 0 0 20px !important;
	}

	.banner-carousel .content-box h1{
		font-size: 30px;
	}
}


/***

====================================================================
		service Section
====================================================================

***/
.features-area {
	position: relative;
}
.feature-box {
  padding: 40px;
  background: #F8F9FC;
  transition: ease all 0.3s;
  height: 280px;
  max-height: 280px;
}
.feature-box .f-icon {
  padding-bottom: 25px;
}
.feature-box .f-icon i {
  font-size: 50px;
  color: #021B79;
}
.feature-box h4 {
  margin: 0;
  padding: 0 0 20px;
  font-size: 18px;
  color: #000;
  font-weight:600;
}
/* .feature-box:hover{
    border-color: #021B79;
} */
/* .feature-box:hover {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
} */


@media (max-width: 991px){
	.services-section-two {
		padding: 70px 0px 60px;
	}
	.services-section .bottom-text{
		padding-top: 0;
	}

	.feature-box {
      	padding: 30px 20px;
 	}
}
@media (max-width: 767px){
	.services-section [class*="col-"]:last-child > .feature-box,
	.services-section [class^="col-"]:last-child > .feature-box{
		margin-bottom: 0;
	}
}

.feature-box .more-btn {
	position: absolute;
    bottom: 35px;
	/* left: 40px; */
}

.features-area.owl-carousel .owl-nav.disabled {
	display: block;
}

.features-area .owl-nav{
	position: absolute;
	right: 0;
	top: -73px;
}

.features-area .owl-nav .owl-prev,
.features-area .owl-nav .owl-next{
	position: relative;
    width: 46px;
    height: 46px;
    color: #000000;
    font-size: 22px;
    line-height: 46px;
    text-align: center;
    border-radius: 50px;
    margin-left: 15px;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.features-area .owl-nav .owl-prev:hover,
.features-area .owl-nav .owl-next:hover{
	background-color: #df0a0a;
}

.features-area .owl-nav .icon {
	font-size: 1.25rem;
	line-height: 30px;
	color: #000;
}

.features-area .owl-nav .owl-prev:hover .icon,
.features-area .owl-nav .owl-next:hover .icon{
	color: #ffffff;
}

.services-section .more-choose-content {
    margin-top: 30px;
}

.services-section .feature-box .boxItem {
    height: 105px;
    overflow: hidden;
}

.services-section .more-choose-content p {
    font-size: 16px;
    line-height: 30px;
	margin-bottom: 0;
}

.services-section .more-choose-content p a {
	font-size: 15px;
    font-weight: 600;
    color: #df0a0a;
	text-decoration: underline;
}

.services-section .more-choose-content p a i {
    position: relative;
    top: 1px;
    transition: all 0.3s linear;
}

.services-section .more-choose-content p a:hover i {
    margin-left: 5px;
}


/*------------------------------
    16. SCREENSHOT SLIDER
------------------------------*/
.slider-wrap {
    position: relative;
    padding: 72px 0px 76px 36px;
}
.slider-wrap:before {
    background: url('../images/screenshots/phone.png') no-repeat 0 0;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 301px;
}
.owl-carousel{
	border: none;
}

.subtitle {
    color: #5368fd;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 30px;
    overflow: hidden;
    text-transform: uppercase;
}
.area-image-content, .area-content {
    position: relative;
    z-index: 9;
}
.area-content h3 {
	color: #252525;
    font-size: 48px;
    margin-bottom: 50px;
    font-weight: 600;
}
.area-content p{
	font-size: 1rem;
}
.screenshot-slider {
    width: calc(100% + 200px);
}

.single-screenshot {
    width: 236px;
    margin: 0;
    transition: 0.3s;
}

.single-screenshot img {
    filter: drop-shadow(0px 20px 8px rgba(212, 212, 212, 0.56));
}

.screenshot-area .owl-nav {
    bottom: 0;
    left: -150px;
    position: absolute;
}

.owl-carousel .owl-nav > button {
    display: inline-block;
    font-size: 24px;
    height: 30px;
    padding-top: 3px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 60px;
}

.owl-carousel .owl-nav > button:hover {
    background: #ffffff;
    color: #5368fd;
}

.screenshot-area .sec-title {
  margin-bottom: 38px;
}

.swiper-slide{
	opacity: 0.4;
}

.swiper-slider-area .container {
  position: relative;
}

.swiper-wrapper {
  height: 630px;
  width: 320px;
}

.row.appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
  position: relative;
  padding-bottom: 20px;
}

.swiper-slide.swiper-slide-active {
  border-radius: 35px;
  opacity: 1;
}

.screen-mobile-image {
  background-image: url(../images/iphone-moc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 645px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 301px;
  z-index: 2;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
}

.swiper-slide.swiper-slide-active {
  background-size: 100% 100%;
}

.swiper-wrapper {
  padding: 30px 0 40px;
}

.swiper-slide.swiper-slide-next {
  -webkit-box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
  box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
}

.swiper-slide.swiper-slide-prev {
  -webkit-box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18);
  box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.screenshot-area .owl-nav {
        bottom: -30px;
        left: 0;
        position: absolute;
    }
}
@media only screen and (max-width: 768px) {
	.swiper-slider-area .swiper-wrapper {height: 500px; }
    .screen-mobile-image {display: none; }
    .swiper-slide.swiper-slide-active, .swiper-slide {
    	background-size: 100% auto;
    	background-repeat: no-repeat;
    }
    .swiper-slide.swiper-slide-active {border-radius: 0px; }
}
@media only screen and (max-width: 767px) {
	.area-content h3, .area-title h2 {
	    font-size: 26px;
	    margin-bottom: 15px;
	}
	.screenshot-slider{
		width: 100%;
	}
	.single-screenshot img {
        margin: 0 auto;
        max-height: 450px;
        max-width: 100%;
        text-align: center;
    }
    .screenshot-slider .owl-dots {
        text-align: center;
    }
    .screenshot-slider.owl-carousel .owl-dots .owl-dot.active > span {
	    background: #ff911d none repeat scroll 0 0;
	    width: 30px;
	}
	.screenshot-slider.owl-carousel .owl-dots .owl-dot > span {
	    background: #bdc0f3 none repeat scroll 0 0;
	    display: inline-block;
	    height: 3px;
	    margin: 0 5px;
	    transition: all 0.3s ease 0s;
	    width: 20px;
	}
}
@media (max-width: 667px) {
    .sec-title p br {display: none;}
    .swiper-slider-area .swiper-wrapper { height: 760px;}
}


/***

====================================================================
		Section Title
====================================================================

***/

.sec-title {
	position:relative;
	margin-bottom: 1.5rem;
}

.sec-title.centered {
	max-width: 720px;
	margin: 0 auto;
	margin-bottom: 70px;
}

.sec-title.centered.header-sided {
	max-width: 100%;
}

@media only screen and (max-width: 1139px) {
	.sec-title h2 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 991px) {
	.sec-title.centered {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-title h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 599px) {
	.sec-title h2 {
		font-size: 26px;
	}
}

.sec-title .upper-text {
	position: relative;
	display: inline-block;
	line-height: 1.2em;
	font-size: 22px;
	color: #021B79;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0 0 15px;
}

.sec-title .upper-text:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #df0a0a;
}

@media only screen and (max-width: 420px) {
	.sec-title .upper-text {
		font-size: 18px;
	}
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size:44px;
	line-height: 1.20em;
	color: #222222;
	font-weight: 400;
	text-transform:capitalize;
	margin-bottom: 0px;
}

.sec-title h2 strong {
	font-weight: 700;
}

.sec-title .lower-text {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
	color: #666666;
	padding: 20px 0px 0px;
}

.section-title .sm-title {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 12px;
    padding-bottom: 5px;
    color: #021B79;
    z-index: 9;
}

.section-title .sm-title:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 80px;
    bottom: 0;
    left: 0;
    background: #df0a0a;
}

.section-title h2 {
    position: relative;
    z-index: 9;
	color: #18455d;
	font-weight: 800;
	font-family: 'Arimo', sans-serif;
}

.theme-separator {
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid #e2eef2;
}

.theme-separator:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -35.5px;
	margin-left: -35px;
	width: 70px;
	height: 70px;
	background:#ffffff url('../images/icons/theme-icon.png') center center no-repeat;
}
.sec-title.centered.header-sided .row [class*="col-"],
.sec-title.centered.header-sided .row [class^="col-"]{text-align: left;margin: auto 0;}
.sec-title.centered.header-sided .load-more{text-align: right; margin-top: 8px;}
.sec-title.centered.header-sided .btn-style-one .btn-title {
	line-height: 25px;
	padding: 10px 25px;
}

@media only screen and (max-width: 767px) {
	.sec-title.centered.header-sided .row [class*="col-"],
	.sec-title.centered.header-sided .row [class^="col-"]{text-align: center;margin: 0;}
	.sec-title.centered.header-sided .load-more{ margin-top: 15px; padding: 0 5px;}
	.services-section .row.features-area [class*="col-"],
	.services-section .row.features-area [class^="col-"]{margin-bottom: 20px;}
	.services-section .row.features-area [class*="col-"]:last-child,
	.services-section .row.features-area [class^="col-"]:last-child{margin-bottom: 0;}
}

/***

====================================================================
	About Area Section
====================================================================

***/

.about-content {
  margin-left: 30px;
}

.about-content .about-title span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  color: #e21f36;
}

.about-content .about-title h2 {
	color: #000219;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.4;
}

.about-content .tab {
  /* margin-bottom: 30px; */
}

.about-content .tabs {
  margin-bottom: 30px;
}

.about-content .tabs li {
  display: inline-block;
  margin-right: 30px;
  font-weight: 700;
  font-size: 16px;
  color: #000219;
  border-bottom: 2px solid #000219;
  padding-bottom: 5px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about-content .tabs li.current {
  border-color: #e21f36;
  color: #e21f36;
}

.tab .tabs_item {
    display: none;
}

.tab .tabs_item:first-child {
    display: block;
}

.about-content .tab_content .tabs_item p {
  margin-bottom: 0;
}

.about-content .tab_content .tabs_item ul {
  margin-top: 25px;
}

.about-content .tab_content .tabs_item ul li {
  margin-bottom: 10px;
  font-weight: 600;
  color: #000219;
  position: relative;
  font-size: 16px;
  padding-left: 25px;
}

.about-content .tab_content .tabs_item ul li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px;
  color: #e21f36;
}

.about-content .tab_content .tabs_item ul li:last-child {
  margin-bottom: 0;
}

.about-img {
  margin-bottom: 30px;
}

.list-style-one{
	position: relative;
}

.list-style-one li{
	position: relative;
	margin-bottom: 7px;
	line-height: 24px;
	padding-left: 25px;
}

.list-style-one li:before{
	content: "\f11c";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Flaticon';
	color: #df0a0a;
}

@media (min-width:320px) and (max-width:480px){
	.about-content .tabs li{
		font-size: 12px;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 1139px) {
	.about-section .text-column .inner{
		padding-right: 0;
	}
}


/***

====================================================================
	Choose Us Area Style
====================================================================

***/
.single-choose  {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  border: 1px dotted #021B79;
}

/* [class*="col-"]:nth-last-child(-n + 1) .single-choose,
[class^="col-"]:nth-last-child(-n + 1) .single-choose
[class*="col-"]:nth-last-child(-n + 2) .single-choose,
[class^="col-"]:nth-last-child(-n + 2) .single-choose
[class*="col-"]:nth-last-child(-n + 3) .single-choose,
[class^="col-"]:nth-last-child(-n + 3) .single-choose {
	margin-bottom: 0;
} */

.single-choose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.single-choose span {
  font-size: 50px;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
  color: #df0a0a;
}

.commitments .single-choose span {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    border: 1px dotted #df0a0a;
    font-size: 30px;
}

.single-choose h3 {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-choose p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-choose a i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #31abfc;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-top: 2px;
}

.single-choose .choose-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 100px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-choose:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #091d3e;
}

.single-choose:hover h3 {
  color: #ffffff;
}

.single-choose:hover p, .single-choose:hover ul li {
  color: #ffffff;
}

.single-choose:hover .choose-icon {
  opacity: 0.3;
}

.single-choose:hover .check-list li:before {
	background-color: #ffffff;
	color: #091d3e;
}

@media only screen and (max-width:991px) {
	/* [class*="col-"]:last-child .single-choose,
	[class^="col-"]:last-child .single-choose {
		margin-bottom: 0;
	}

	[class*="col-"]:not(:nth-last-child(2)) .single-choose,
	[class^="col-"]:not(:nth-last-child(2)) .single-choose {
		margin-bottom: 30px;
	} */
}

@media only screen and (max-width:575px) {
	[class*="col-"]:last-child .single-choose,
	[class^="col-"]:last-child .single-choose {
		margin-bottom: 0;
	}

	[class*="col-"]:not(:last-child) .single-choose,
	[class^="col-"]:not(:last-child) .single-choose {
		margin-bottom: 30px;
	}
}


/***

====================================================================
	Gallery Section
====================================================================

***/

.gallery-warp {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.gallery-warp:nth-child(4n+1) {
  grid-column: span 8;
}

.gallery-grid {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-grid .single-gallery__thum {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-position: center !important;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  max-height: 420px;
}

.gallery-grid:nth-child(4n+1) {
  -ms-grid-column: span 8;
  grid-column: span 8;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .gallery-grid:nth-child(4n+1) {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 575px) {
  .gallery-grid:nth-child(4n+1) {
    grid-column: span 12;
  }
}

.gallery-grid:nth-child(4n+2) {
  -ms-grid-column: span 4;
  grid-column: span 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .gallery-grid:nth-child(4n+2) {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 575px) {
  .gallery-grid:nth-child(4n+2) {
    grid-column: span 12;
  }
}

.gallery-grid:nth-child(4n+3) {
  -ms-grid-column: span 6;
  grid-column: span 6;
}

@media only screen and (max-width: 575px) {
  .gallery-grid:nth-child(4n+3) {
    grid-column: span 12;
  }
}

.gallery-grid:nth-child(4n+4) {
  -ms-grid-column: span 6;
  grid-column: span 6;
}

@media only screen and (max-width: 575px) {
  .gallery-grid:nth-child(4n+4) {
    grid-column: span 12;
  }
}

.single-gallery {
  overflow: hidden;
  display: block;
  border-radius: 5px;
}

.single-gallery__item {
  position: relative;
  height: 100%;
}

.single-gallery__item .ht-overlay {
  background-color: #091d3e;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-gallery__item .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-gallery__item .overlay-icon i {
  font-size: 24px;
  color: #fff;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.single-gallery__item:hover .ht-overlay, .single-gallery__item:hover .overlay-icon {
  opacity: .9;
  visibility: visible;
}

.bg-item-images {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.bg-item-images::before {
  content: '';
  display: block;
  padding-top: 67%;
}

/***

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
}

.services-section .sec-title{
	position:relative;
	margin-bottom: 1.5rem;
}

.services-section .sec-title .lower-text{
	color: #222222;
	padding-top: 15px;
}

.services-section .row{
	margin: 0px -20px;
}

@media only screen and (max-width: 480px) {
	.services-section .sec-title{
		text-align: left;
	}
}

.services-section .bottom-text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 30px;
}

.services-section .bottom-text .text{
	color: #222222;
	font-size: 18px;
	line-height: 1.5em;
}

.services-section .bottom-text .text a{
	color: #021B79;
	text-decoration: underline;
	text-decoration-color: #df0a0a;
}

/***

====================================================================
	Services Details area
====================================================================

***/

.single-page-head {
    margin-bottom: 30px;
}

.single-services-page p {
    color: #666;
    margin-bottom: 0px;
}

.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.left-menu li {
    display: block;
	margin: 2px 0px
}

.build-img .page-img {
    padding-bottom: 0;
}

.left-menu ul li.active a {
    color: #fff;
    position: relative;
	/* background-color: #262566; */
    background-color: #091d3e;
}

.left-menu ul li a {
    color: #000219;
    display: block;
    font-size: 16px;
    padding: 13px 20px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    background: #f4f4f4;
}

.left-menu ul li a:hover::after,
.left-menu ul li.active a::after{
	position: absolute;
    right: 0;
    top: 0px;
    background: #091d3e;
    content: "";
    width: 3px;
    height: 100%;
}

.single-well h3 {
	color: #000219;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;

}
.single-well.last-part p{
	margin-bottom: 0px;
}



/***

====================================================================
	ez_history Section
====================================================================

***/

.ez_history {
	position: relative;
	white-space: nowrap;
}
  
.ez_history::before,
.ez_history::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 30px;
	width: 100px;
	z-index: 2;
}

.ez_history::after {
	right: 0;
	background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.ez_history::before {
	left: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.ez_history .check-list li {
	align-items: inherit;
	font-size: 14px;
	line-height: 1.1;
}

/* .ez_history li:before {
    width: 12px;
    height: 12px;
    font-size: 6px;
} */

.ez_history .listItem::-webkit-scrollbar {
	height: 6px;
}

.ez_history .listItem::-webkit-scrollbar-thumb,
.ez_history .listItem::-webkit-scrollbar-track {
	border-radius: 92px;
}

.ez_history .listItem::-webkit-scrollbar-thumb {
	background: #df0a0a;
}

.ez_history .listItem::-webkit-scrollbar-track {
	background: #ffDADA;
}

.ez_history .listItem {
	font-size: 0;
	/* padding: 250px 0; */
	padding: 240px 0;
	transition: all 1s;
	overflow: hidden;
	scroll-snap-type: x mandatory;
	scrollbar-color: #ffDADA #df0a0a;
}

.ez_history:hover .listItem  {
	overflow-x: scroll;
}

.ez_history .listItem .item {
	position: relative;
	display: inline-block;
	list-style-type: none;
	width: 125px;
	height: 5px;
	background: #ffDADA;
	scroll-snap-align: start;
	box-shadow: 0 0 70px rgba(0,0,0,0.08);
}

.ez_history .listItem .item:last-child {
	width: 340px;
}

.ez_history .listItem .item:not(:first-child) {
	margin-left: 14px;
}

.ez_history .listItem .item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% + 1px);
	bottom: 0;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	border-radius: 50%;
	/* background: #df0a0a; */
	z-index: 1;
}

.ez_history .listItem .item:nth-child(n+1)::after {
	background: #00b050;
}

.ez_history .listItem .item:nth-child(n+2)::after {
	background: #36afce;
}

.ez_history .listItem .item:nth-child(n+3)::after {
	background: #36afce;
}

.ez_history .listItem .item:nth-child(n+4)::after {
	background: #8bc145;
}

.ez_history .listItem .item:nth-child(n+5)::after {
	background: #8bc145;
}

.ez_history .listItem .item:nth-child(n+6)::after {
	background: #1d9a78;
}

.ez_history .listItem .item:nth-child(n+7)::after {
	background: #1d9a78;
}

.ez_history .listItem .item:nth-child(n+8)::after {
	background: #1d9a78;
}

.ez_history .listItem .item:nth-child(n+9)::after {
	background: #df0a0a;
}

.ez_history .listItem .item .contentBox {
	position: absolute;
	left: calc(100% + 7px);
	width: 250px;
	padding: 15px;
	font-size: 1rem;
	white-space: normal;
	color: #323135;
	background: #F8F9FC;
	border-radius: 0 10px 10px 10px;
}

.ez_history .listItem .item .contentBox::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	box-shadow: 0 0 70px rgba(0,0,0,0.08);
}

.ez_history .listItem .item:nth-child(odd) .contentBox {
	top: -25px;
	transform: translateY(-100%);
	border-radius: 4px 4px 4px 0;
}

.ez_history .listItem .item:nth-child(odd) .contentBox::before {
	top: 100%;
	border-width: 8px 8px 0 0;
	border-color: #F8F9FC transparent transparent transparent;
}

.ez_history .listItem .item:nth-child(even) .contentBox {
	top: calc(100% + 25px);
}

.ez_history .listItem .item:nth-child(even) .contentBox::before {
	top: -8px;
	border-width: 8px 0 0 8px;
	border-color: transparent transparent transparent #F8F9FC;
}

/* .ez_history .listItem .item .contentBox .boxItem {
	height: 150px;
	overflow-y: hidden;
	padding-right: 5px;
}

.ez_history .listItem .item .contentBox .boxItem:hover {
	overflow-y: scroll;
}

.ez_history .listItem .item .contentBox .boxItem::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
	border-radius: 50px;
	
}

.ez_history .listItem .item .contentBox .boxItem::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
	border-radius: 50px;
}

.ez_history .listItem .item .contentBox .boxItem::-webkit-scrollbar-thumb {
    background-color: rgba(20,31,57,1);
	border-radius: 50px;
} */
  
.ez_history time {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 8px;
	color: #df0a0a;
}
  
  @media screen and (max-width: 800px) {
	.ez_history {
	   display: block;
	}
  
	.ez_history::before,
	.ez_history::after {
	   width: 50px;
	}
  
	.ez_history::before {
	   left: 0;
	}
  
	.ez_history .info {
	   display: none;
	}
  }


/***

====================================================================
	Fun Facts Section
====================================================================

***/

.fun-facts-section{
	position:relative;
}

.fun-facts-section .title-box{
	position:relative;
	text-align: center;
	margin-bottom: 60px;
}

.fun-facts-section .title-box h1{
	position: relative;
	display: inline-block;
	font-size:60px;
	line-height: 1.20em;
	color: #ffffff;
	font-weight: 400;
	text-transform:capitalize;
	margin-bottom: 0px;
}

.fun-facts-section .title-box h1:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	border-bottom: 2px solid #df0a0a;
}

.fact-counter{
	position: relative;
	z-index: 1;
}

.fact-counter .counter-column{
	position:relative;
	text-align: center;
}

.fun-facts-section.alternate .fact-counter .counter-column{
	margin-bottom: 50px;
}

.fact-counter .counter-column:nth-child(2){
	border-left:1px solid #e2eef2;
	border-right:1px solid #e2eef2;
}

.fun-facts-section.alternate .fact-counter .counter-column:nth-child(2){
	border: none;
}

.fact-counter .counter-column .inner{
	position: relative;
	display: block;
	padding: 50px 20px;
}

.fun-facts-section.alternate .fact-counter .counter-column .inner{
	padding: 0px;
}

.fact-counter .upper-title{
	position: relative;
	display: block;
	font-size:20px;
	line-height:1.5em;
	font-weight:400;
	color:#ffffff;
	text-transform: capitalize;
	margin-bottom: 22px;
}

.fact-counter .count-box{
	position: relative;
	font-size:75px;
	line-height: 1.20em;
	color:#ffffff;
	text-transform: capitalize;
	font-weight:400;
}

.fact-counter .count-box .count-text{
	position:relative;
	display: inline-block;
}

.fact-counter .counter-title{
	position: relative;
	display: block;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.fun-facts-section.alternate .fact-counter .upper-title,
.fun-facts-section.alternate .fact-counter .count-box{
	color:#ffffff;
}

	.fun-facts-section{
    background: #000000;
}
.fun-facts-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.50;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fact-counter .counter-column:nth-child(2){
    border: none;
}
.fun-facts-section{
    background: #000000;
}
.fun-facts-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.20;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fact-counter .counter-column:nth-child(2){
    border: none;
}

@media only screen and (max-width: 1139px) {
	.fact-counter .count-box{
		font-size: 60px;
	}

	.fun-facts-section .title-box h1{
		font-size: 36px;
	}
}

@media only screen and (max-width: 991px) {
	.fact-counter .upper-title{
		font-size: 18px;
	}

	.fact-counter .count-box{
		font-size: 48px;
	}

	.fact-counter .counter-title{
		padding-top: 10px;
	}

	.fun-facts-section.alternate .fact-counter .counter-column{
		margin-bottom: 70px;
	}

	.fact-counter .counter-column .inner{
		padding: 70px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.fun-facts-section .title-box h1 {
		font-size: 30px;
	}
	
	.fun-facts-section{
		padding: 70px 0px 20px;
	}

	.fact-counter .upper-title{
		margin-bottom: 10px;
	}

	.fact-counter .counter-column .inner{
		padding: 0px 0px;
	}

	.fact-counter .counter-column,
	.fun-facts-section.alternate .fact-counter .counter-column{
		margin-bottom: 70px;
	}

	.fun-facts-section.alternate{
		padding:70px 0px 20px;
	}

}

  /***

====================================================================
	Service Section
====================================================================

***/
  
  .service-block-inner{
	  position: relative;
	  margin-bottom: 30px;
  }
  
  .service-block-inner .inner-box{
	  position: relative;
	  display: block;
	  padding: 8px 0px 0px 125px;
	  min-height: 101px;
  }
  
  .service-block-inner h3{
	  position: relative;
	  color: #222222;
	  text-transform: capitalize;
	  margin: 0 0 10px;
  }
  
  .service-block-inner h3 a{
	  color: #222222;
	  -webkit-transition: all 300ms ease;
	  -moz-transition: all 300ms ease;
	  -ms-transition: all 300ms ease;
	  -o-transition: all 300ms ease;
	  transition: all 300ms ease;
  }
  
  .service-block-inner h3 a:hover{
	  color: #df0a0a;
  }
  
  .service-block-inner .icon-outer{
	  position: absolute;
	  left: 0;
	  top: 0;
	  display: block;
	  width: 101px;
	  height: 101px;
	  padding: 20px;
	  margin: 0 0;
  }
  
  .service-block-inner .icon-outer .icon-box{
	  position: relative;
	  display: inline-block;
	  width: 60px;
	  height: 60px;
	  line-height: 60px;
  }
  
  .service-block-inner .icon-outer .icon-box img{
	  max-width: 60px;
	  max-height: 60px;
  }
  
  .service-block-inner .text{
	  position: relative;
	  display: block;
	  color: #222222;
  }
  
  @media only screen and (max-width: 599px) {
	  .service-block-inner .inner-box{
		  padding: 0px;
		  text-align: center;
	  }
  
	  .service-block-inner .icon-outer{
		  position: relative;
		  left: 0;
		  top: 0;
		  margin: 0 auto 30px;
	  }
  }

/***

====================================================================
	Appointment Section
====================================================================

***/

.appointment-section{
	position:relative;
}

.appointment-section .sec-title{
	max-width: 480px;
}

.appointment-section .sec-title .lower-text{
	color: #222222;
}

.appointment-section .text-column{
	position: relative;
	margin-bottom: 20px;
}

.appointment-section .text-column .inner{
	position: relative;
	display: block;
	padding-right: 50px;
}

.appointment-section .form-box{
	position: relative;
	display: block;
	background: #edf5f8 url(../images/icons/round-pattern-1.png) 60px -350px no-repeat;
	padding: 50px 45px;
}

.appointment-section .title{
	position: relative;
	margin-bottom: 30px;
}

.appointment-section .title h3{
	position: relative;
	display: inline-block;
	line-height: 1.2em;
	font-size: 24px;
	color: #222222;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0 0 10px;
}

.appointment-section .title h3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	border-bottom: 2px solid #df0a0a;
}

.appointment-form .row{
	margin: 0 -7px;
}

.appointment-form .form-group{
	padding: 0 7px;
	margin-bottom: 14px;
}

.appointment-form form button{
	text-transform: none ;
	margin-top: 5px;
}

@media (min-width: 1600px){
	.appointment-section .container:before,
	.appointment-section .container:after{
		background-size: auto;
	}
}

@media only screen and (max-width: 1139px) {
	.appointment-section .text-column .inner {
		padding-right: 0;
	}

	.appointment-section .sec-title{
		max-width: none;
	}

	.appointment-section .form-box{
		padding: 50px 30px;
	}
}

@media only screen and (max-width: 599px) {
	.appointment-section {
		text-align: center;
	}

	.appointment-section .form-box{
		padding: 50px 20px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 392px) {
	.appointment-section .form-box {
		padding: 30px 25px;
	}
}

.appointment-section .form-column{
	position: relative;
	/* margin-bottom: 50px; */
}

.appointment-section .form-column .inner{
	position: relative;
	display: block;
	text-align: center;
	z-index: 1;
}

.appointment-section .form-column .image{
	position: relative;
	display: block;
	margin: 0;
}

.appointment-section .form-column .image img{
	position: relative;
	display: block;
	width: 100%;
}


/* Default Form Style */

.default-form{
 	position: relative;
}

.default-form .row{
	margin: 0 -15px;
}

.default-form .form-group{
	position:relative;
	padding: 0 15px;
	margin-bottom: 25px;
}

.default-form .form-group .field-label{
	position:relative;
	display: block;
	color: #333333;
	line-height: 24px;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.default-form .form-group:last-child{
	margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select{
	position: relative;
    display: block;
    height: 52px;
    width: 100%;
    font-size: 15px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #e2eef2;
	border-radius:0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea{
	height: 120px;
	padding-top: 12px;
	resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button{
	display:inline-block;
	margin-top:5px;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active{
	border-color: #df0a0a;
}

.default-form ::-webkit-input-placeholder{color: #aaaaaa;}

.default-form ::-moz-input-placeholder{color: #aaaaaa; }

.default-form ::-ms-input-placeholder{color: #aaaaaa;}

.default-form label.error{
	color: #ff0000;
	font-size:14px;
	text-transform: capitalize;
	text-align:left;
	display:block;
	padding-top:5px;
}

.content-box .default-form label.error{
	color: #ffffff;
	font-size: 16px;
	padding-top: 10px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:15px;
	font-style:normal;
	height:52px;
	padding:10px 20px;
	line-height:30px;
	font-family: 'Arimo', sans-serif;
	color:#222222;
	border-radius:0px;
	background-color:#ffffff;
	border: 1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:3px;
	text-indent:0px;
	color:#333333;
}

.form-group .ui-button .ui-icon:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#666666;
	line-height:20px;
	font-size:16px;
	font-weight:700;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
	font-family: 'Arimo', sans-serif;
	position: absolute;
}


.ui-selectmenu-open{
	z-index: 9999;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:9px 20px !important;
	font-size:15px;
	margin: -1px;
	line-height:24px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active{
	background: #df0a0a;
}


/***

====================================================================
	Pagination
====================================================================

***/

.pagination {
    margin-top: 60px;
    text-align: center;
}

.pagination ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.pagination li {
    display: inline-block;
    font-size: 12px;
    margin: 0 10px 0 0;
}

.pagination a, .pagination span {
    background: #ffffff none repeat scroll 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    float: left;
    text-decoration: none;
    border: 3px solid #edeff7;
    padding: 9px 15px;
    font-size: 13px;
    color: #000000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    height: 41px;
    line-height: 1.2;
}

.pagination li.prev a, .pagination li.next a {
    padding: 9px 25px;
}

.pagination li.active a, .pagination li a:hover {
    color: #ffffff;
    background-color: #091d3e;
    border-color: #091d3e;
}

.pagination a i {
    font-size: 15px;
    color: #df0a0a;
}


/***

====================================================================
	Sponsors Section
====================================================================

***/

.clients-section{
	position:relative;
	background: #edf5f8;
}

.clients-section.alternate{
	position:relative;
	background: #ffffff;
}

.sponsors-outer{
	position:relative;
	text-align:center;
}

.sponsors-outer .container{
	max-width: 1340px;
}

.sponsors-outer .slide-item{
	display: block;
	text-align: center;
}

.sponsors-outer .image-box{
	position:relative;
	display: inline-block;
}

.sponsors-outer .image-box img{
	max-width:100%;
	width:130px !important;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	opacity:0.20;
}

.sponsors-outer .image-box img:hover{
	opacity:1;
}


.sponsors-section.alternate .sponsors-outer .image-box img{
	-webkit-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
}

.sponsors-section.alternate .sponsors-outer .image-box img:hover{
	-webkit-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
}

.sponsors-outer .owl-dots,
.sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

@media only screen and (max-width: 991px) {
	.sponsors-section{
		padding: 50px 0px;
	}
}

/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	background-color: aliceblue;
	position:relative;
}

.main-footer .widgets-section{
	position:relative;
	padding:110px 0px 40px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:20px;
}

.main-footer .widget-title{
	position:relative;
	margin-bottom:20px;
}

.main-footer .widget-title.empty-title{
	opacity: 0;
	visibility: hidden;
}

.main-footer .widget-title h4{
	position: relative;
	display: inline-block;
	line-height: 1.3em;
	font-size: 18px;
	color: #021B79;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0 0;
}

.main-footer .widget-title h4:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	border-bottom: 2px solid #df0a0a;
}

.main-footer .about-widget{
	position:relative;
}

.main-footer .about-widget .logo{
	position:relative;
	margin-bottom:20px;
}

.main-footer .about-widget .text{
	position:relative;
	margin-bottom: 25px;
}

.main-footer .widget.widget-info {
    margin-bottom: 0;
}

.main-footer .widget .title {
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 3px;
    position: relative;
    padding: 10px 0px;
    display: -webkit-inline-box;
    margin-bottom: 20px;
    font-weight: 700;
}


.main-footer .widget .title:after {
    width: 40px;
}

.main-footer .widget-info p {
    color: #666666;
    margin: 0;
    word-wrap: break-word;
	margin-bottom: 10px;
}

.main-footer .widget-info p:last-child {
	margin-bottom: 0;
}

.main-footer .widget-info p a {
	color: #666666;
}

.main-footer .widget-info p a:hover {
	color: #df0a0a;
}

.main-footer .footer-top [class*="col-"]:last-child {
    border: 0;
}

.main-footer .footer-top [class*="col-"] {
    border-right: 1px solid #d8dde2;
    padding: 50px 30px;
}

@media only screen and (max-width: 1200px) {
    .main-footer .footer-top .footer-logo {
        margin: auto;
        width: 250px;
    }

    .main-footer .container {
        max-width: 100%;
    }

	.main-footer .footer-top [class*="col-"] {
		border-right: 1px solid #d8dde2;
		padding: 30px 25px;
	}

    .main-footer .footer-top [class*="col-"]:first-child {
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media only screen and (max-width: 800px) {
	.main-footer .footer-top [class*="col-"] {
		padding: 30px 15px;
	}
}

@media only screen and (max-width: 767px) {
    .main-footer .footer-top [class*="col-"]:first-child {
        padding: 50px 30px;
    }

    .main-footer .footer-top [class*="col-"]:last-child,
    .main-footer .footer-top [class*="col-"] {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 20px 30px 30px;
        border-right: 0;
        text-align: center;
    }
}

.main-footer .footer-bottom{
	position:relative;
	line-height: 24px;
}

.main-footer .footer-bottom .inner{
	position: relative;
	display: block;
	text-align: center;
	padding: 40px 0px;
	border-top: 1px solid #e2eef2;
}


.main-footer .footer-bottom .copyright{
	position:relative;
}

.main-footer .footer-bottom .copyright strong{
	color: #222222;
}

.main-footer .footer-bottom .copyright a{
	text-transform: capitalize;
	color: #666666;
	text-decoration: underline;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .footer-bottom .copyright a:hover{
	color: #df0a0a;
}


/***

====================================================================
	Team Section
====================================================================

***/

.team-section .team-item {
	position: relative;
	overflow: hidden;
	padding-bottom: 95px;
	background: #fff;
	border-radius: 5px;
	margin: 0 3px 30px 3px;
}
.team-section .team-item .team-img img {
	transition: 0.4s;
	width: 100%;
}
.team-section .team-item .team-content {
	height: 100px;
	width: 100%;
	bottom: 0;
	position: absolute;
	padding: 20px 20px;
	color: #444;
	text-align: center;
	overflow: hidden;
	background: #fff;
	transition: .3s all ease;
}
  .team-section .team-item .team-content .team-info .name {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin: 0;
	text-transform: uppercase;
  }
  .team-section .team-item .team-content .team-info .name a {
	color: #002129;
  }
  .team-section .team-item .team-content .team-info .post {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #333333;
  }
  .team-section .team-item .team-content .social-icon {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 100;
	left: 50%;
	transform: translateX(-50%) scale(0.5);
	transition: all 0.4s ease-in-out 0s;
	opacity: 0;
  }
  .team-section .team-item .team-content .social-icon li {
	display: inline-block;
	margin-right: 30px;
  }
  .team-section .team-item .team-content .social-icon li a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	transition: all 0.3s ease 0s;
	background: transparent;
  }
  .team-section .team-item .team-content .social-icon li a i {
	font-size: 30px;
	color: #ffffff;
  }
  .team-section .team-item .team-content .social-icon li a i:hover {
	color: #002129;
  }
  .team-section .team-item .team-content .social-icon li:last-child {
	margin-right: 0;
  }
  .team-section .team-item .team-content:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #df0a0a;
	transition: .4s all ease;
	left: 0;
  }
  .team-section .team-item:hover .team-img img {
	transform: scale(1.1);
  }
  .team-section .team-item:hover .team-content {
	opacity: 1;
	width: 100%;
	visibility: visible;
	transform: translate(0, 0);
	bottom: 0;
	height: 140px;
	color: #fff;
	/* background-image: linear-gradient(210deg, #ad2af3 0%, #0a4dd4 100%); */
	background-color: #df0a0a;
  }
  .team-section .team-item:hover .team-content .team-info .name a {
	color: #ffffff;
  }
  .team-section .team-item:hover .team-content .team-info .post {
	color: #ffffff;
  }
  .team-section .team-item:hover .team-content .social-icon {
	bottom: 20px;
	opacity: 1;
  }

.team-details-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
    padding: 35px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.team-details-social h5 {
	font-size: 1.25rem;
	font-weight: 800;
    color: #18455d;
}

.team-details-social ul {
    margin-left: 30px;
    padding-left: 0;
    margin-bottom: 0;
}

.team-details-social ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.team-details-social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ededed;
    color: #343a40;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.team-details-social ul li a:hover {
    color: #fff;
    border-color: #df0a0a;
    background: #df0a0a;
}

@media only screen and (max-width:767px) {
	.team-section {
		text-align: center;
	}
	.team-section [class*="col-"]:last-child .team-item {
		margin-bottom: 0;
	}

	.team-section .primary-shadow {
		box-shadow: inherit;
	}

	.team-section .team-single-img {
		text-align: center;
	}

	.team-single-img img {
		margin-bottom: 30px;
		height: 320px;
    	width: 320px !important;
	}
}


/***

====================================================================
	Testimonilas Section
====================================================================

***/

.testimonials-section{
	position:relative;
}

.testimonials-section .carousel-box{
	position: relative;
	display: block;
}

.testimonial-block{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.owl-theme .testimonial-block{
	margin: 0 0 25px;
}

.testimonial-block .inner{
	position: relative;
	display: block;
}

.testimonial-block .content-box{
	position: relative;
	display: block;
	margin-bottom: 45px;
}

.testimonial-block .content-box:before{
	content: '';
	position: absolute;
	left: 20px;
	bottom: -2px;
	width: 100px;
	height: 100px;
	border: 1px solid #e2eef2;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-block .content-box:after{
	content: '';
	position: absolute;
	left: 48px;
	bottom: 0px;
	width: 45px;
	height: 10px;
	border: 5px solid #ffffff;
	z-index: 2;
}

.testimonial-block:hover .content-box:before,
.testimonial-block:hover .content-box .content{
	border-color: #df0a0a;
}

.testimonial-block .content{
	position: relative;
	display: block;
	padding: 45px;
	background: #ffffff;
	border: 1px solid #e2eef2;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 1;
}

.testimonial-block .content .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.7em;
}

.testimonial-block .info{
	position: relative;
	display: block;
	margin-left: 25px;
	padding: 10px 0px 0px 105px;
	line-height: 1.5em;
	color: #666666;
	min-height: 90px;
}

.testimonial-block .info .image{
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	border: 5px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05), 0px 0px 35px 0px rgba(0,0,0,0.05);
}

.testimonial-block .info .image img{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.testimonial-block .info .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.4em;
	color: #222222;
	font-weight: 700;
	text-transform: capitalize;
}

.testimonial-block .info .designation{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	color: #021B79;
	font-weight: 400;
	text-transform: capitalize;
}

.testimonial-block .info .rating{
	position: relative;
	padding-top: 7px;
	font-size: 12px;
	color: #f4c212;
	left: 1px;
}

.testimonials-section .owl-theme .owl-nav,
.testimonials-section .owl-theme .owl-dots{
	display: none;
}

@media only screen and (max-width: 991px) {
	.testimonials-section{
		padding: 70px 0px 50px;
	}
}

@media only screen and (max-width: 599px) {
	.testimonial-block .content{
		padding: 30px 25px;
	}
}


/***

====================================================================
		Inner Banner Section
====================================================================

***/

.inner-banner{
	position: relative;
	background: #091d3e;
	color: #ffffff;
	z-index:1;
	margin-top: -8px;
}

.inner-banner.alternate{
	text-align: center;
}

.inner-banner .inner{
	position: relative;
	display: block;
	padding: 15px 0;
}

.inner-banner .title-box{
	position: relative;
}

.inner-banner .title-box h1{
	position: relative;
	font-weight: 700;
	font-size: 40px;
	text-transform: capitalize;
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.inner-banner .title-box{
		text-align: center;
	}
	
	.inner-banner .title-box h1{
		font-size: 30px;
	}
}


/***

====================================================================
	FAQs Section
====================================================================

***/

.faqs-section{
	position:relative;
	padding: 120px 0px 110px;
}

.accordion-box{
	position: relative;
}

.accordion-box .block {
	position: relative;
	margin-bottom: 30px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:15px;
	line-height:30px;
	font-weight:700;
	cursor:pointer;
	padding:15px 30px;
	padding-right: 60px;
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #e2eef2;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.accordion-box .block .icon{
	position:absolute;
	right: 25px;
	top:15px;
	font-size: 12px;
	font-weight: 700;
	color: #222222;
	height: 30px;
	line-height: 30px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.accordion-box .block .acc-btn.active .icon{
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #ffffff;
}

.accordion-box .block .acc-btn.active{
	background-color: #df0a0a;
	border-color: #df0a0a;
	color: #ffffff;
}

.accordion-box .block.active-block{

}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
}

.accordion-box .block .content{
	position:relative;
	padding: 35px 30px;
	background: #ffffff;
}

.accordion-box .block.current .acc-content{
	display: block;
}

.accordion-box .block.active-block .acc-content{
	border-top-color:#df0a0a;
}

.accordion-box .block .content .text{
	position: relative;
	display: block;
}

.faqs-section .load-more{
	position: relative;
	display: block;
	padding: 50px 0px 0px;
	text-align: center;
}

@media only screen and (max-width: 991px) {
	.faqs-section{
		padding: 70px 0px 60px;
	}
}

/***

====================================================================
	Contact Section
====================================================================

***/


.contact-section .inner-form-content .contact-box {
    /* box-shadow: 0px 10px 20px 0px rgba(0, 69.00000000000021, 255, 0.12);
    transition: background 0.3s, border 0.3s,
	border-radius 0.3s, box-shadow 0.3s;
    padding: 30px; */
}

.contact-section .inner-form-content .contact-box .sec-title span {
	color: #14212B;
	font-family: 'Arimo', cursive;
	font-weight: 600;
	font-size: 40px;
    line-height: 1;
    margin: 0px 0px 10px 0px
}

.contact-section .inner-form-content .contact-box .sec-title p {
	color: #616669;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.8em;
}

.contact-section .inner-form-content .contact-box .form-group input[type*="text"],
.contact-section .inner-form-content .contact-box .form-group input[type*="email"],
.contact-section .inner-form-content .contact-box .form-group input[type*="url"],
.contact-section .inner-form-content .contact-box .form-group input[type*="number"],
.contact-section .inner-form-content .contact-box .form-group input[type*="tel"],
.contact-section .inner-form-content .contact-box .form-group input[type*="date"],
.contact-section .inner-form-content .contact-box .form-group input[type*="file"],
.contact-section .inner-form-content .contact-box .form-group textarea {
	color: #666666;
    border: 1px solid #e1e6ff;
    border-radius: 3px;
    background-color: #F5F5F5;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F5F5F5;
}

.contact-section .inner-form-content .contact-box .form-group input[type*="text"],
.contact-section .inner-form-content .contact-box .form-group input[type*="email"],
.contact-section .inner-form-content .contact-box .form-group textarea {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    transition: 0.3s;
}

.contact-section .inner-form-content .contact-box .form-group textarea {
	height: 110px;
	/* margin-bottom: 0; */
}

.contact-section .inner-form-content .contact-box .form-group .condition-check .list-item-label {
	margin-left: 5px;
}

.contact-page__btn {
    border: none;
    background-color: #df0a0a;
	border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    padding: 11px 35px 14px;
	margin-bottom: 10px;
    /* border-radius: 30px; */
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page__btn:hover {
    color: #ffffff;
    background-color: #1b1825;
}

.contact-widget-box .widget-box .single-box-layout:not(:last-child) {
    margin-bottom: 20px;
}

.contact-widget-box .single-box-layout {
    font-weight: 500;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 20px 0px rgba(0, 69.00000000000021, 255, 0.12);
	padding: 25px;
    padding-left: 120px;
	position: relative;
}

.contact-widget-box .single-box-layout .box-icon {
    border-radius: 5px;
    width: 65px;
    height: 65px;
    text-align: center;
    position: absolute;
    left: 35px;
    top: 35px;
    font-size: 32px;
    color: #ffffff;
    background:  #df0a0a;
    padding-top: 16px;
}

.contact-widget-box .single-box-layout .box-title {
	color: #14212B;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}

.contact-widget-box .single-box-layout .box-description p {
	color: #616669;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

@media only screen and (max-width: 1139px) {
	.contact-section .form-column .inner{
		padding-top: 0;
	}
}

@media only screen and (max-width: 991px) {
	.contact-section {
		padding: 70px 0px 30px;
	}
}

@media only screen and (max-width: 599px) {
	.contact-section{
		text-align: center;
	}
}
