@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url(https://allfont.net/allfont.css?fonts=agency-fb-bold);

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

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

a{
	text-decoration: none;
}



:focus-visible{
	outline: none;
}
.header{transition: all .5s;}
.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all .5s;
    background: #236fa6;
    z-index: 1;
}
.home-sec{
	background: url(../img/ban-img.png);
	background-size: cover;
	background-position:top center;
	font-family: 'Raleway', sans-serif;
	padding: 0px;
}
.top-header{
	background: #fff;
	padding:5px 0px;
}
.social-icons{
	margin-left: 100px;
}
.social-icons i{
	color: #6b7881;
	margin: 0px 10px;
	transition: .3s;
}
.social-icons i:hover{
	color: #41b974;
}
.top-header-rgt a {
	color: #003366;
	font-size: 20px;
}
.top-header-rgt img{
	margin-right: 10px;
}
.top-header-rgt a:first-child{
	margin-right: 70px;
}
.nav-link{
	color: #fff !important;
	font-size: 18px;
	padding:  0px 15px !important;
}
.header .navbar-nav li:first-child a{
	padding-left: 0px !important;
}
.header .container-fluid{
	padding: 0px;
}

.get-quote{
	
}
.get-quote .btn{
	margin-left: 30px;
	border-radius: 0px;
}
.btn{
	border: none;
	font-weight: 600;
	padding: 15px 40px;
}
.btn-primary{
	background: #003366; 
	color: #fff;
}
.btn-primary:hover {
	color: #fff;
	background-color: #1abd58;
}
.btn-primary:focus {
  color: #fff;
  background-color: #1abd58;
  box-shadow: none;
}
.btn-primary:active:focus{
  box-shadow: none;
}
.btn-primary:active{
  color: #fff;
  background-color: #1abd58;
}
.navbar-collapse{
	justify-content: space-between;
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar{
	padding: 0px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}
.navbar-brand{
	display: none;
}



.home-ban{
	text-align: center;
	padding: 130px 0px 180px;
}
.home-ban h3{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}
.heading-typ1{
	font-size: 80px;
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
	max-width: 960px;
	margin: 30px auto;
}
.home-ban .btn{
	font-size: 20px;
	font-weight: bold;
}



.heading-typ2{
	color: #23384f;
	font-weight: 800;
	font-family: 'Raleway', sans-serif;
	font-size: 52px;
	margin: auto;
	margin-bottom: 20px;
}

section{
	padding: 70px 0px;
}
.sub-heading{
	font-size: 28px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 60px;
}

.st-1-itm{
	font-family: 'Poppins', sans-serif;
	box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.08);
	padding: 40px 30px;
	border: 2px solid transparent;
	margin-bottom: 50px;
	transition: .3s;
} 
.st-1-itm:hover{
	transform: scale(1.12);
	border: 2px solid #003366; 
	box-shadow: 0px 0px 40px 8px rgba(0,0,0,0.2);
}
.st-1-itm h5{
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
.st-1-itm h4, .st-1-itm h4 span{
	color: #22303f;
	font-size: 27px;
	font-weight: 700;
	margin: 20px 0px;
}
.st-1-itm h4 span{
	font-size: 46px;
}
.st-1-itm p{
	color: #525559;
	font-size: 14px;
	font-weight: 300;
}
.st-1-itm .btn{
	padding: 10px 40px;
	margin-top: 20px;
}
.st-1-items{
	margin-top: 40px;
}
.st-2{
	background: #f5f5f5;
}


.heading-typ3{
	font-size: 20px;
	font-weight: bold;
	font-family: 'Agency FB Bold', arial;
	position: relative;
	margin-bottom: 30px;
}
.heading-typ3:after{
	content: "";
	width: 70px;
	height: 5px;
	border-radius: 5px;
	background: #236fa6;
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
}
.st-2-itm{
	margin-top: 50px;
	font-family: 'Poppins', sans-serif;
}
.st-2-itm span{
	font-size: 25px;
	font-weight: 700;
	color: #236fa6;
	margin-bottom: 10px;
	display: inline-block;
}
.st-2-itm p{
	color: #646464;
}
.st-2-itm p b{
	color: #282828;
}
.st-2-itm .btn{
	font-size: 20px;
	font-family: 'Agency FB Bold', arial;
	margin-top: 20px;
}



.st-2-itm-2{
	margin-top: 50px;

}
.st-2-itm-2 img{
	width: 100%;
}

.col_5 {
    flex: 0 0 20%;
    max-width: 20%;
}
.st-3-itm {
    background: #fff;
    border: 1px solid #e1e1e1;
    text-align: center;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
}
.st-3-itm img{max-width: 100%;}
.st-3-in .row {
    justify-content: center;
}
.st-4 {
    background: #236fa6;
    color: #fff;
}
.heading-typ4 {
    text-transform: uppercase;
}
.st-4-con .heading-typ2 {
    color: #fff;
    margin-bottom: 10px;
}
.btn-sec {
    margin-top: 30px;
}
.st-4-in .row {
    align-items: center;
}
.st-5{background: #f3f2f8;}
.st-5-content .heading-typ2 {
    margin-bottom: 5px;
}
.st-5-content p {
    color: #525559;
}
.st-5-info-itm-ic {
    width: 55px;
    height: 55px;
    background: #d7ebdf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 10px;
}
.st-5-info-itm-con h4 {
    font-weight: 700;
    font-size: 22px;
}
.st-5-info-itm-con p {
    margin-bottom: 5px;
}
.st-5-mobile {
    color: #41b974;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.st-5-map {
    margin-top: 20px;
}
.st-5-map iframe {
    width: 100%;
    height: 250px;
    border: 2px solid #fff !important;
}
.heading-typ4 {
    margin-bottom: 3px;
}
.st-5-form {
    background: #fff;
    padding: 35px;
    margin-left: 15px;
    box-shadow: 0px 0px 20px 8px rgb(0 0 0 / 8%);
}
.st-5-form .heading-typ2 {
    font-size: 33px;
}
.form-control {
    background: #f4f5f7;
    border: 0;
    min-height: 50px;
    border-radius: 0;
}
.form-group {
    margin-bottom: 15px;
}
.st-5-info-itm-ic i {
    color: #236fa6;
    font-size: 18px;
}
.st-5-mobile:hover{
	color: #1abd58;
}
.footer-sec-in {
    padding: 40px 0 33px;
    text-align: center;
}
.footer_social {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    margin-bottom: 25px;
}
.footer_social li {
    margin: 0 7px;
}
.footer_social li a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 50%;
    color: #646464;
    align-items: center;
    justify-content: center;
}

.footer-links {
    margin-top: 25px;
}
.footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.footer-links ul li {
    margin: 5px 10px;
}
.footer-links ul li a {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
.footer-links ul li a:hover{
	color: #41b974;
}
.footer_social li a:hover{
	background: #41b974;
	color: #fff;
}
.footer-sec-copyright {
    background: #003366; 
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-weight: 600;
}
.footer-sec-copyright p {
    margin-bottom: 0;
}
.footer-sec-info {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
img{max-width: 100%;}
.home-ban-in .row {
    align-items: center;
}
.wts_sec a {
    position: fixed;
    z-index: 1;
    bottom: 20px;
    left: 20px; 
    border-radius: 50%;
    box-shadow: 0 0 10px #33935c;
}

.footer-sec-info{background: #003366!important}
.logo img { max-height: 70px;}
.footer-logo img{max-height: 100px;}
.top-header-rgt .fas {
	color: #003366;
	font-size: 20px;
}

.payments .st-2-itm img {
	width: 100px;
}

.top-header-rgt .fas.fa-phone-alt  {
  animation: zoomInOut 1s infinite ease-in-out;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}

.callus .fa-phone{
  animation: zoomInOut 1s infinite ease-in-out;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}

.wts_sec a{
  animation: zoomInOut 1s infinite ease-in-out;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}


.payments img {
	max-height: 680px;
}

ul.navbar-nav a.nav-link:hover{color:#003366;}

#ourservices .heading-typ4 {
	text-transform: full-size-kana!important;
	font-weight: normal!important;line-height: 1.7!important;
}

#ourservices ul {
	padding-left: 15px;
}


#ourservices {
	padding: 40px 0;
}
#ourservices h3 {
	margin-bottom: 20px;
}