@import url('font-awesome.css');
@import url('flaticon.css');
@import url('owl.css');


.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}
	
/*Btn Style One*/

.btn-style-one{
	position:relative;
	line-height:24px;
	color:#222222;
	font-size:15px;
	font-weight:600;
	background:none;
	display:inline-block;
	padding:12px 40px 12px;
	border:2px solid #e7e7e7;
	border-radius:50px;
	text-transform:uppercase;
}

.btn-style-one:hover{
	opacity:0.70;
	color:#ffffff;
    border-color: #13248c;
    background-color: #13248c;
}

/*Btn Style Two*/


.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.right-col.pull-right nav.main-menu .navbar-collapse.collapse.clearfix ul.navigation.clearfix li.current.dropdown a{
	color: red !important;
}

.right-col.pull-right nav.main-menu .navbar-collapse.collapse.clearfix ul.navigation.clearfix li.dropdown a {
    color: #13248c !important;
}


.main-menu{
	position:relative;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:10px 0px 10px;
	color:#1b1717;
	text-align:center;
	line-height:30px;
	letter-spacing:0px;
	font-weight:600;
	font-size:12px;
	opacity:1;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .main-menu .navigation > li > a{
	font-size:13px !important;	
}

header.main-header.header-style-two .sticky-header .main-menu .navigation > li{
	margin:0px 0px 0px 25px !important;
}

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
    color: #13248c !important;
    opacity: 1;
}

.header-style-three .main-menu .navigation > li:hover > a,
.header-style-three .main-menu .navigation > li.current > a,
.header-style-five .main-menu .navigation > li:hover > a,
.header-style-five .main-menu .navigation > li.current > a{
	color:#ff5151 !important;
}

.header-style-four .main-menu .navigation > li:hover > a,
.header-style-four .main-menu .navigation > li.current > a{
	color:#8075f2 !important;
}

.header-style-six .main-menu .navigation > li:hover > a,
.header-style-six .main-menu .navigation > li.current > a{
	color:#00d541 !important;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	width:100%;
}




.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:220px;
	z-index:100;
	display:none;
	padding:0px 0px;
	background:white;
	border-top:2px solid #13248c;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms 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:last-child > ul{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:22px;
	font-weight:bold;
	font-size:14px;
	color:black;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background-color:#13248c;
}

.header-style-three .main-menu .navigation > li > ul > li:hover > a,
.header-style-five .main-menu .navigation > li > ul > li:hover > a{
	background-color:#ff5151;
}

.header-style-four .main-menu .navigation > li > ul > li:hover > a{
	background-color:#8075f2;
}

.header-style-six .main-menu .navigation > li > ul > li:hover > a{
	background-color:#00d541;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:20px;
	display:block;
	line-height:21px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:220px;
	z-index:100;
	display:none;
	background:#101010;
	border-top:2px solid #03c7d9;
	-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);
}

.header-style-three .main-menu .navigation > li > ul,
.header-style-three .main-menu .navigation > li > ul > li > ul,
.header-style-five .main-menu .navigation > li > ul,
.header-style-five .main-menu .navigation > li > ul > li > ul{
	border-top-color:#ff5151;	
}

.header-style-four .main-menu .navigation > li > ul,
.header-style-four .main-menu .navigation > li > ul > li > ul{
	border-top-color:#8075f2;	
}

.header-style-six .main-menu .navigation > li > ul,
.header-style-six .main-menu .navigation > li > ul > li > ul{
	border-top-color:#00d541;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:22px;
	font-weight:400;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ffffff;
	background-color:#03c7d9;
}

.header-style-three .main-menu .navigation > li > ul > li  > ul > li > a:hover,
.header-style-five .main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background-color:#ff5151;
}

.header-style-four .main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background-color:#8075f2;
}

.header-style-six .main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background-color:#00d541;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .btn-outer{
	position:relative;
	float:right;
	padding:24px 0px;
	margin-left:30px;
}

.header-style-two{
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper{
	position:relative;
	padding:0px 0px;
	z-index:5;
	overflow:hidden;

	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-two .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.header-style-two .logo-outer{
	position:relative;
	z-index:25;
	padding:33px 0px;
}

.header-style-two .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.header-style-two .header-upper .upper-right{
	position:relative;
	padding:0px 0px 0px;
}

.header-style-two .info-box{
	position:relative;
	float:left;
	min-height:52px;
	font-size:13px;
	color:#777777;
	text-transform:uppercase;
	padding:38px 20px 40px 30px;
}

.header-style-two .info-box .inner-box{
	position:relative;
	padding-left:50px;
}

.header-style-two .info-box .icon-box{
	position:absolute;
	left:0px;
	top:6px;
	width:52px;
	height:40px;
	color:#13248c;
	font-size:36px;
	text-align:left;
	line-height:40px;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-style-two .info-box:last-child{
	padding-right:0px;
}

.header-style-two .info-box li{
	position:relative;
	font-weight:400;
	color:#7b7b7b;
	font-size:18px;
	margin-bottom:2px;
	text-transform:capitalize;
	font-family: 'Lato', sans-serif;
}

.header-style-two .info-box li a{
	color:#777777;		
}

.header-style-two .info-box strong{
	position:relative;
	line-height:24px;
	color:#00000a;
	font-size:18px;
	font-weight:600;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

.header-style-two .header-lower{
	position:relative;
	top:0px;
	z-index:5;
}

.header-style-two .nav-outer{
	float:left;
	width:100%;
}

.header-style-two .main-menu .navigation > li {
    padding-right: 30px;
    padding-left: 30px;
}

.header-style-two .main-menu .navigation > li:after{
	position:absolute;
	content:'';
	right:0px;
	top:50%;
	width:2px;
	height:20px;
	margin-top:-10px;
	background-color:white;
}

.header-style-two .main-menu .navigation > li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.header-style-two .main-menu .navigation > li:last-child::after{
	display:none;
}

/*Search form*/

.header-style-two .nav-outer .search-form{
	position:absolute;
	right:0px;
	top:-1px;
	width:300px;
}

.header-style-two .search-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	border-left:1px solid #f1f1f1;
}

.header-style-two .search-form .form-group input[type="text"]{
	position:relative;
	display:block;
	width:100%;
	color:#000000;
	font-size:16px;
	background:none;
	height:70px;
	padding:10px 50px 10px 25px;
	border-right:1px solid #f1f1f1;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.header-style-two .search-form .form-group input::-webkit-input-placeholder{
  color:rgba(0,0,0,0.60);
}

.header-style-two .search-form .form-group input[type="submit"],
.header-style-two .search-form button{
	position:absolute;
	right:0px;
	top:1px;
	width:70px;
	height:70px;
	font-size:16px;
	line-height:70px;
	color:#ffffff;
	font-weight:400;
	background:#212121;
	z-index:12;
}

.main-header .sticky-header{
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-style-two .sticky-header li{
	padding-right:0px !important;
}

.header-style-two .sticky-header li:after{
	display:none;
}

.header-style-three.fixed-header .main-menu .navigation > li{
	padding:0px;
}

.header-style-three.fixed-header .main-menu .navigation > li > a{
	color:#2f2f2f;
}

.header-style-three .main-menu .navigation > li > a{
	color:#ffffff;
	font-weight:500;
	font-size:18px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.sticky-header .logo{
	padding:10px 0px 10px;
}

.fixed-header .sticky-header{
	z-index:999;
	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;	
}

.header-style-three{
	position:absolute;
	left:0px;
	top:0px;
}
.footer-style-two .footer-bottom {
    padding: 50px 0px 50px;
    border-top: 1px solid #e6e6e9;
}
.footer-style-two .footer-bottom .copyright {
    color: #222328;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
.footer-style-two .footer-bottom .counter-column {
    position: relative;
    text-align: right;
}

/* Babin */

.banner__btn.d-flex.align-items-center {
    margin-bottom: 110px;
}
#scrollUp {
    background: #e8112b;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}
#scrollUp i {
    color: white;
}
.fa-chevron-double-up:before {
    content: "\f325";
}
.copyright a {
    color: red;
}.copyright a {
    color: red;
}
.sticky-header .main-menu .navigation > li{
	padding-left:0px;
	padding-top: 10px;
}

/* information */

header.main-header.header-style-two_info li.dropdown a {
    color: #00000a;
    padding-right: 20px;
    font-size: 13px;
    font-weight: bold;
}
header.main-header.header-style-two_info {
    padding-top: 14px;
    padding-bottom: 10px;
}
header.main-header.header-style-two_info .pull-left.logo-outer {
    margin-right: 54px;
}
header.main-header.header-style-two_info.fixed-header li.current.dropdown a {
    color: black !important;
}
header.main-header.header-style-two_info.fixed-header .logo.pull-left {
    margin-right: 40%;
}
header.main-header.header-style-two_info.fixed-header .main-menu .navigation > li > a {
    font-size: 13px !important;
}

.growth-section {
    position: relative;
    padding: 100px 0px 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.growth-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: -webkit-linear-gradient(left, #f8fcff, rgba(255,255,255,0.50));
    background: -o-linear-gradient(left, #f8fcff, rgba(255,255,255,0.50));
    background: -ms-linear-gradient(left, #f8fcff, rgba(255,255,255,0.50));
    background: -moz-linear-gradient(left, #f8fcff, rgba(255,255,255,0.50));
}
.growth-section .content-column {
    position: relative;
    margin-bottom: 40px;
}
.growth-section .content-column .column-inner {
    position: relative;
    padding-right: 60px;
    z-index: 10;
}
.growth-section .content-column .column-inner h2 {
    position: relative;
    font-size: 45px;
    font-weight: 800;
    color: #262626;
    line-height: 1.2em;
    margin-bottom: 25px;
}
.growth-section .content-column .column-inner h2 span {
    color: #13248c;
}
.growth-section .content-column .column-inner .text {
    position: relative;
}
.graph-img {
    background-color: white;
    padding: 50px;
}
.info-section {
    position: relative;

}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}


.info-section .column h2 {
    position: relative;
    color: #00000a;
    font-size: 42px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 35px;
    font-family: 'Montserrat', sans-serif;
}
.map-box {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}
.map-box .map-icon {
    position: absolute;
    left: 0%;
    top: 65%;
}
.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.default-form .form-group .field-label {
    position: relative;
    display: block;
    color: #a8acb9;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.default-form .form-group input[type="text"], .default-form .form-group input[type="password"], .default-form .form-group input[type="tel"], .default-form .form-group input[type="email"], .default-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    color: #222222;
    height: 42px;
    line-height: 22px;
    padding: 10px 15px;
	border: none;
    border-radius: 4px;
    background: #eff0f4;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.info-section .form-box {
    position: relative;
    padding: 25px 30px;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    -ms-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    -o-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
}
.default-form button {
    position: relative;
    padding: 11px 31px;
    display: block;
	border: none;
    color: #ffffff;
    width: 100%;
    margin-top: 5px;
    border-radius: 3px;
    background-color: #13248c;
}	
.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    color: #222222;
    height: 120px;
	border: none;
    resize: none;
    line-height: 24px;
    padding: 8px 15px;
    background: #eff0f4;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
/* service */

.blog__bg__wrapper {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.grey-bg {
    background: #f8f9fc;
}
.sub__title {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
}
.section__title__main {
    font-size: 48px;
    line-height: 1.2;
}
.blog__style__one {
    position: relative;
    z-index: 1;
}
.blog__style__one .blog__thumb {
    display: block;
    position: relative;
    z-index: 1;
}
.blog__style__one .blog__thumb::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(190deg, rgba(24, 24, 24, 0) 0%, #181818 100%);
    background: -moz-linear-gradient(190deg, rgba(24, 24, 24, 0) 0%, #181818 100%);
    background: -o-linear-gradient(190deg, rgba(24, 24, 24, 0) 0%, #181818 100%);
    background: -webkit-linear-gradient(190deg, rgba(24, 24, 24, 0) 0%, #181818 100%);
    background: -ms-linear-gradient(190deg, rgba(24, 24, 24, 0) 0%, #181818 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog__style__one .blog__content {
    background: white;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog__title {
    color: #181818;
    font-size: 24px;
    line-height: 1.4;
}
.blog__style__one .blog__content .blog__desc {
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog_btn {
    color: #e8112b;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
}
.blog__style__one:hover .blog__content {
    background: transparent;
}
.blog__style__one:hover .blog__meta span, .blog__style__one:hover .blog__meta a {
    color: white;
}
.blog__style__one:hover .blog__content .blog__title {
    color: white;
}
.blog__style__one .blog__content .blog__title:hover {
    text-decoration: underline;
}
.blog__style__one:hover .blog__content .blog__desc {
    display: none;
}
.testimonial__wrapper__two {
    background: white;
    box-shadow: 5px 15px 40px 0px rgba(25, 25, 57, 0.05);
    padding: 40px 40px 20px 40px;
    position: relative;
    z-index: 1;
}
.testimonial__wrapper__two .quote__icon {
    position: absolute;
    z-index: 1;
    right: 40px;
    top: 68px;
}
.testimonial__title__two {
    color: #181818;
    font-size: 24px;
    font-weight: 600;
}
.rating a {
    color: #f7c600;
    font-size: 22px;
    margin: 0 5px;
}
.testimonial__wrapper__two .description {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6;
}
.testimonial__wrapper__two .author__info .author__name {
    color: #181818;
    font-size: 24px;
}
.testimonial__wrapper__two .author__info .author__designation {
    color: #e8112b;
    font-size: 18px;
    font-weight: 400;
}
.testimonial__wrapper__two .d-flex {
    display: flex !important;
}
.author__avatar.mb-15.me-3 {
    margin-right: 15px;
}
.footer__menu li {
    list-style: none;
    display: inline-block;
}
.footer__menu li a {
    color: white;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    display: inline-block;
    margin-left: 60px;
}
section.info-section {
    padding-top: 41px;
	padding-bottom: 50px;
}
header.main-header.header-style-two_info .sticky-header .main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
    color: #13248c !important;
    opacity: 1;
}
header.main-header.header-style-two_info .pull-left.logo-outer {
    margin-right: 44%;
}

/* insurance */


.services-section-eight {
    position: relative;
    padding: 170px 0px 180px;
}
.services-section-eight .big-letter {
	position: absolute;
    content: '';
    right: 0px;
    top: -144px;
    font-size: 276px;
    font-weight: 700;
    color: #f14c534a;
}
.sec-title-four {
    position: relative;
    margin-bottom: 50px;
}
.sec-title-four h2 {
    position: relative;
    color: #00000a;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4em;
    padding-bottom: 15px;
}
.sec-title-four h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #ff5033;
}
.services-section-eight .outer-blocks {
    position: relative;
    margin-top: 90px;
}
.services-block-four.style-two {
    margin-bottom: 90px;
    height: 252px;
    padding-top: 33px;
    padding-left: 20px;
    width: 33%;
}
.services-block-four {
    position: relative;
    margin-bottom: 40px;
}
.services-block-four.style-two .inner-box {
    padding: 0px;
    background: none;
    box-shadow: none;
}
.services-block-four .inner-box {
    position: relative;
    z-index: 10;
    background-color: #ffffff;
    padding: 70px 20px 60px 45px;
    -webkit-box-shadow: 0px 0px 18px 11px rgba(251,251,251,1);
    -moz-box-shadow: 0px 0px 18px 11px rgba(251,251,251,1);
    box-shadow: 0px 0px 18px 11px rgba(251,251,251,1);
}
.services-block-four .inner-box .icon-box {
    position: relative;
    color: #ff5151;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 10px;
}
.services-block-four .inner-box .post-title {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    margin-top: 18px;
    color: rgba(9,9,9,0.50);
}
.services-block-four .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 15px;
}
.services-block-four .inner-box h3 a {
    color: #090913;
    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;
}
.text {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Inter", sans-serif;
    color: #777c90;
    margin-bottom: 15px;
}
.services-block-four.style-two:hover {
    box-shadow: 1px 1px 7px 0px #000;
    background-color: #13248c;
}
.services-block-four.style-two:hover .icon {
    color: white;
    font-size: 61px;
    margin-left: 133px;
    padding-top: 11px;
}
.services-block-four.style-two:hover .post-title {
    color: white;
    font-size: 32px;
    font-weight: bold;
    margin-left: 70px;
    margin-top: 59px;
}
.services-block-four.style-two:hover h3 {
    display: none;
}

.fluid-section-one.style-two {
    background: none;
	margin-bottom: 85px;
}
.fluid-section-one {
    position: relative;
    padding: 0px;
    background: url(../images/resource/side-img.png) 115% top no-repeat;
}
.fluid-section-one .outer-container {
    position: relative;
}
.fluid-section-one.style-two .image-column {
    background-size: contain;
}
.fluid-section-one .image-column {
    position: absolute;
    float: left;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    margin-bottom: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
.fluid-section-one.style-two .image-column .big-letter {
    position: absolute;
    right: -151px;
    top: -105px;
    font-size: 300px;
    font-weight: 700;
    line-height: 1em;
    color: rgb(232 17 43 / 24%);
    z-index: -1;
}
.fluid-section-one .image-column .image-box {
    position: relative;
    display: none;
}
.fluid-section-one .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}
.fluid-section-one .text-column {
    position: relative;
    float: right;
    width: 50%;
}
.fluid-section-one .text-column .inner {
    position: relative;
    max-width: 600px;
    padding: 0px 15px 0px 70px;
}
.sec-title-five {
    position: relative;
    margin-bottom: 50px;
}
.sec-title-five .title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(213 17 27);
    text-transform: uppercase;
}
.sec-title-five h2 {
    position: relative;
    color: #13248c;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4em;
    padding-bottom: 20px;
}
.sec-title-five h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #e8112b;
}
.fluid-section-one.style-two .text-column .text {
    margin-bottom: 30px;
}
.fluid-section-one .text-column .text {
    position: relative;
    line-height: 1.8em;
    margin-bottom: 60px;
    font-size: 16px;
    color: rgba(0,0,10,0.65);
}
.fluid-section-one.style-two .learn-more {
    position: relative;
    color: #d5111b;
    font-weight: 600;
    font-size: 16px;
}
section.services-section-eight.alternate {
	padding-bottom: 80px;
    background-image: url(../assets/img/hero/vector-5.svg);
}

/* video */

.video__bg__three {
    position: relative;
    z-index: 5;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1620px;
    margin: 0 auto;
    border-radius: 24px;
}
.video__bg__three::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 24px;
    background: linear-gradient(135deg, #181818 0%, rgba(24, 24, 24, 0.6) 100%);
    background: -moz-linear-gradient(135deg, #181818 0%, rgba(24, 24, 24, 0.6) 100%);
    background: -ms-linear-gradient(135deg, #181818 0%, rgba(24, 24, 24, 0.6) 100%);
    background: -o-linear-gradient(135deg, #181818 0%, rgba(24, 24, 24, 0.6) 100%);
    background: -webkit-linear-gradient(135deg, #00000066 0%, rgb(24 24 24 / 42%) 100%);
}
.justify-content-center {
    justify-content: center !important;
}
.video__wrapper.text-center .video__title {
    font-size: 58px;
}
.video__wrapper .video__content {
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
    background: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
    background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(12.5px);
    padding: 20px 30px;
    display: inline-block;
    border: 2px solid rgba(232, 43, 17, 0.3);
}
.video__wrapper .video__content .popup-video {
    background: white;
    width: 66px;
    height: 66px;
    line-height: 66px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.popup-video {
    color: white;
    background: #e8112b;
    border-radius: 50%;
    font-size: 24px;
    line-height: 110px;
    display: inline-block;
    width: 110px;
    height: 110px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    z-index: 1;
    animation: pulseBig infinite 5s linear;
}
.video__wrapper .video__content span {
    color: white;
    font-size: 20px;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.video__section__three {
    margin-bottom: 80px;
}

/*contact*/

.contact-section.style-two {
    padding-top: 15px;
    padding-bottom: 15px;
}
.contact-section {
    position: relative;
    padding-top: 320px;
    padding-bottom: 150px;
}
.contact-section .auto-container {
    position: relative;
}
.contact-section .form-column {
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}
.contact-section .form-column .column-inner {
    position: relative;
}
.contact-form {
    margin-top: 10px;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}
.contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0px 0px 8px;
    border-bottom: 2px solid #f3f3f3;
    height: 46px;
	border-left: none;
    border-top: none;
    border-right: none;
    font-size: 16px;
    background: none;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-section.style-two .form-group input, .contact-section.style-two .form-group textarea {
    color: #000000 !important;
}
.contact-form button {
    position: relative;
    margin-top: 5px;
}
.btn-style-twelve {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    background: #13248c;
    border: none;
    letter-spacing: 1px;
    display: inline-block;
    padding: 13px 34px 13px;
    text-transform: uppercase;
}
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0px 0px;
    height: 160px;
    background: none;
    resize: none;
    font-size: 18px;
    color: #ffffff;
    border-bottom: 2px solid #f3f3f3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	border-left: none;
    border-top: none;
    border-right: none;
}
.contact-section .content-column .inner {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
    z-index: 1;
}
.sec-title-five {
    position: relative;
    margin-bottom: 50px;
}
.contact-section .content-column .inner .text {
    position: relative;
    color: #8c8c8c;
    font-size: 20px;
    font-weight: 300;
}
.contact-section .content-column .inner h3 {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    color: #00000a;
    margin-top: 5px;
}