@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
a{text-decoration:none!important;}
li{list-style-type: none!important;}
.heading1{font-size: 2.5rem;} .heading2{font-size: 2rem;} .heading3{font-size: 1.75rem;} .heading4{font-size: 1.5rem;} .heading5{font-size: 1.25rem;} .heading6{font-size: 1rem;}
.pad{padding:90px 0;}
.wrdbrk{white-space:pre;}
.fullpad{padding: 0!important; margin:0!important;}
.arial{font-family: Arial, sans-serif; font-weight: 600;}
.helvetica{font-family: helvetica, sans-serif;}
.top-bg1{background-color: #144daa;}
.marquee {width: 100%;overflow: hidden !important;font-size: 16px;}
.topbg_clr {background-color: #0a2d89;}
.navbg {z-index: 1;opacity: 1;}
.navbar-light .navbar-nav .nav-link {color:black !important;}
.navbar-light .navbar-nav .nav-link:hover{ color:#0a2d89 !important;transition:.5s;}
.navbar-light .navbar-nav .active>.nav-link{ color:#0a2d89 !important;}
.navfnt {font-family: 'Arial', sans-serif;font-size: 19px;font-weight: 700;}
.smallfnt {font-size: 14px !important;}
.logo img {width: 280px;}
.nav-btn {
	background-color: #0a2d89;
	color: #fff !important;
	padding: 12px 25px;
	line-height: 25px;
	font-size: 14px;
	text-transform: uppercase;
	border:none;
	border-radius: 50px;}
.black {color: #000 !important;}
.btn3 {
	background-color: #e30000;
	color: white !important;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 38px;}
.clr1 {color: #f00;}
.clr3 {color: yellow !important;}
.feature-item {display: flex;border-radius: 10px;}
.feature-item .feature-icon span {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: #0a2d89;
	border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
	animation-name: icon-animat;
	animation-duration: 5s;
	animation-delay: 1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	transition: 0.5s;
	font-size: 40px;}
.feature-item1 {border-radius: 10px;}
.feature-item1 .feature-icon1 span {
	width: 90px;
	height: 90px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: #0a2d89;
	border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
	animation-name: icon-animat;
	animation-duration: 5s;
	animation-delay: 1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	transition: 0.5s;
	font-size: 40px;}
.clr2 {color: #0a2d89 !important;}
.banner1 {background-image: url("../images/banner2.webp");background-size: cover;}
.light1 {background-color: #f2f2f2;}
.counterbg {
	background-image: url("../images/homeparallax.webp");
	background-size: cover;
	position: relative;
	background-position: top;}
.counterbg::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;}
.counttext {color: #ffffff; font-size: 55px; font-weight: 700;}
.bannerhead {
	color: #ffffff;
	font-size: 55px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3em;}
.text-end {text-align: end;}
.secondary1 {background-color: #0a2d89 !important;}
.team-item {
	position: relative;
	text-align: center;
	border-radius: 10px;
	background: #FFEBAF;
	transition: 0.5s;
	z-index: 1;}
.team-item .team-img {
	position: relative;
	overflow: hidden;
	top: 0px;
	border-radius: 50%;
	z-index: 3;
	border: 6px solid white;
	box-shadow: 0 5px 30px rgba(41,41,59,.1);}
.team-item .team-img img {transition: 0.5s;}
.team-item .team-img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	border-radius: 10px;
	background: rgba(255, 255, 255, .3);
	z-index: 4;
	transition: 0.5s;}
.team-item .team-content {position: relative;z-index: 5;}
.team-item .team-content h4 {transition: 0.5s;color: black !important;}
.team-item .team-content p {transition: 0.5s;color: black !important;}
.team-item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	border-radius: 10px;
	background: #1F2E4E;
	z-index: 2;
	transition: 0.5s;}
.team-item:hover .team-img img {transform: scale(1.1);}
.team-item:hover .team-img::after {height: 100%;}
.team-item:hover .team-content h4 {color: #fff !important;}
.team-item:hover .team-content p {color: #fff !important;}
.team-item:hover::after {height: 100%;}
.smallborder1 {
	background-color: red;
	width: 68px;
	height: 13px;
	margin: 0 auto 19px;}
.homeparallax {
	background-image: url("../images/aboutparallax.webp");
	padding: 60px 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;}
.homeparallax::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;}
.btn2 {
	background-color: yellow;
	color: black !important;
	padding: 13px 28px;
	font-size: 17px;
	font-weight: bold;
	border-radius: 6px;}
.footer {
	background-image: url("../images/footer.webp");
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 70px 0px 30px;
	background-color: #f0e7d5;
	border-top: 5px solid #092c88;}
.footer::before {
	background: #ececd9 none repeat scroll 0 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.6;}
.footlt {border-top: 1px solid #57505038; padding-top: 20px;}
.smallborder10 {width: 80px; height: 2px; background-color: #f12943;}
.text1 {position: relative; padding: 5px 0 0 30px; margin-top: -46px;}
.btn1 {
	background-color: #272164;
	color: white !important;
	padding: 13px 13px;
	border-radius: 0 16px;
	font-size: 17px;
	font-weight: bold;}
.border4 {
	border: 1px solid #dee2e6 !important;
	border-radius: 0 60px;
	padding: 8px;
	box-shadow: 0 5px 30px rgba(41,41,59,.5);
	width: 75% !important;}
.abtbg2 {border: 6px solid #0b2e88; border-radius: 30px; padding: 26px; background-color: #acc3d51f;}
.newparallax {
	background-image: url("../images/aboutparallax.webp");
	height: auto;
	background-attachment: fixed;
	background-size: cover;
	background-position: right;}
.bg-overlay {position: relative;}
.bg-overlay::after {
	background-color: #0b2c88;
	z-index: 0;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;}
.box-bg {position: relative;z-index: 1;}
.btn-effect2 {
	background: white;
	color: black !important;
	padding: 10px 30px;
	font-size: 22px;
	font-weight: 500;}
.box-left::after {
	position: absolute;
	top: calc(50% - 75px);
	right: -30px;
	content: "";
	width: 1px;
	height: 150px;
	background: #d3e5aa;}
.toll-free-cta {
	background: white;
	display: inline-block;
	text-align: center;
	padding: 15px 45px 10px;
	position: relative;
	margin-top: 25px;
	font-size: 22px;}
.toll-free-cta::before {
	bottom: 100%;
	left: 55px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-bottom-color: white;
	border-width: 20px;}
.light12 {background-color: #d5e4f1; width: 45px; height: 45px;}
.order12 {padding: 0px 1px 42px 16px !important;}
.about-item .about-item-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 10px;
	background: #F2F2F2;
	transition: 0.5s;}
.about-item .about-item-inner .about-icon {
	width: 90px;
	height: 90px;
	border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	background: #0a2d89;
	animation-name: icon-animat;
	animation-duration: 5s;
	animation-delay: 1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	transition: 0.5s;}
.mt5 {margin-top: 3rem !important;}
.tips1 {font-size: 60px; text-shadow: 0px 1px 1px #555;color: #ffffff;}
.feature-h, .feature-s {margin-bottom: 35px; }
.icons11, .icons12 {margin-right: 1em;}
.icons11 i {
	color: #048404;
	font-size: 52px;
	background: #efefef;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50px;
	text-align: center;
	transition: .3s all ease;
	transform: scale(1);
	display: block;}
.icons12 i {
	color: #bc0f0f;
	font-size: 52px;
	background: #efefef;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50px;
	text-align: center;
	transition: .3s all ease;
	transform: scale(1);
	display: block;}
.feature-s:hover .icons11 i {border: 2px solid #048404;color: #048404;background-color: transparent;transform: scale(1.07);}
.feature-s:hover .icons12 i {border: 2px solid #bc0f0f;color: #bc0f0f;background-color: transparent;transform: scale(1.07);}
.green {color: #08b923 !important;}
.red {color: #b50000 !important;}
.contactbox {
	margin-bottom: 20px;
	text-align: center;
	background: #FFFEFD;
	padding: 20px;
	border-top: 10px solid #272164;
	box-shadow: 0px -2px 23px 0px #121D12;
	height: 320px;
	border-radius: 30px;
	border-bottom: 10px solid #272164;}
.contactbg1 {background-color: #0b2d8a;}
.wave2 {width: 112px;margin: 0 0 15px;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:50px;}
.priceicn2 {width: 140px;}
.point{bottom:10px; left:10px;}
.point1{bottom:70px; left:10px;}
.point2{bottom: 15px; right: 10px;}
.blink{
    -webkit-animation: blink 1s;
	animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;}
@keyframes blink {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}}
@-webkit-keyframes blink {
    0% {opacity: 1;}
    50% { opacity: 0;}
    100% {opacity: 1;}}
@keyframes icon-animat {
0% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
25% {border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;}
50% {border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;}
75% {border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;}
100% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
}
.testi-img{max-width: 200px !important; max-height: 200px;}	
.box-border2 {border: 2px solid #0c2e8a; padding: 25px; margin-bottom:20px; height:230px;}
.display-flex{display: flex;}
.w-35{width:35%;}
.w-65{width:65%;}
.owl-nav{display:none!important;}

@media (min-width:1px) and (max-width:767.98px){
.pad{padding:40px 0;}
.display-flex{display: block;}
.w-small{width: 120px !important; margin: 0 auto; margin-bottom: 20px;}
.box-border2 {height:380px;}
.w-35, .w-65{width:100%;}
.topbg {margin: 0px 20px;}
.secondary1 {margin-bottom: 20px;}
.headfnt {font-size: 36px;}
.abtbg2 {padding: 20px 0px;}
.fnt30 {font-size: 30px !important;}
.fnt-16 {font-size: 17px;}
.about-item-inner {margin-top: 20px !important;}
.mt25 {margin-top: 25px;}
.box-left::after {right: 0;background: #940d3f;}
.border4 {width: 100% !important;}
.mt-20 {margin-top: 20px;}
.mt5 {margin-top: 0rem !important;}
.cntr-mb{text-align:center;}
.navbar-light .navbar-toggler {color: rgb(255, 255, 255) !important;border-color: rgba(0,0,0,.1);background-color: #e30000;}
.logo img {width: 224px;padding: 6px 0;}}	


@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.border4 {margin-top: 40px;}
.box-left::after {background: #940d3f;}
.mt25 {margin-top: 25px;}
.navbar-light .navbar-toggler {color: rgb(255, 255, 255) !important;border-color: rgba(0,0,0,.1);background-color: #e30000;}
.order2 {order: 1;text-align: center;}
.w-35, .w-65{width:100%;}
.display-flex{display: block;}
.w-small{width: 120px !important; margin: 0 auto; margin-bottom: 20px;}
.box-border2 {height:360px;}
.cntr-mb{text-align:center;}
}


#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	box-shadow: 0px 4px 15px -5px #0046d5;}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
}

.time-of-year {
	margin: 100px 75px 10px 75px;
	position: relative;
	transform: translateZ(0);
	-webkit-transform: translateZ(0); }
.time-of-year .tooltip {
	background: #db2a1b;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: -67px;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	height: 100px;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;}
.time-of-year .tooltip::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #db2a1b;
	bottom: 58px;
	content: " ";
	position: absolute;
	left: 0%;
	margin-left: -13px;
	transform: rotate(92deg);}
.time-of-year:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);}