@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700;1,900&display=swap');

* { margin:0px; padding:0px; box-sizing:border-box; font-family: 'Poppins', sans-serif;}
body{
	margin: 0;
	padding: 0;
	    color: #132247;
		font-family: 'Poppins', sans-serif;
}
a { text-decoration:none;}
h1, h2, h3, h4, h5, h6, p, a, li
{
	font-family: 'Poppins', sans-serif;
}
.site-header {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}
.img_sec img {
    display: none;
}
.form_sec input[type="radio"] {
	margin-right: 9px;
}
.form_sec h4 a {
    color: #ff4040;
}
.header-container {
    max-width: 1742px;
    width: 95%;
    border-top: solid 1px #000;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    padding-top: 10px;
}
span.offer {
    display: inline-block;
    width: 100%;
    margin-top: 6px;
    font-size: 2.4vw;
}
.logo {
	max-width:710px;
    width: 100%;
}
.show_mob {
	display:none;
}
.offer strong {
    color: #ff4040;
}
.logo img {
    max-width: 350px;
    float: right;
    padding-top: 10px;
    width: 100%;
}
.header-info {
    max-width: 1028px;
    float: right;
    text-align: right;
    width: 100%;
    margin-top: 10px;
}
.h-text {
    display: inline-block;
    margin-top: 5px;
}
.contact {
    display: inline-block;
    width: 100%;
}
.h-text h2 {
    font-size: 20px;
    color: #132247;
    font-weight: 600;
    font-family: poppins;
    padding-right: 20px;
    margin-bottom: 6px;
}
.phone-call a {
    font-size: 23px;
color: #fff;
background-color: #132247;
transition: var(--trans1,border-color .4s ease 0s,background-color .4s ease 0s);
text-decoration: none;
border-radius: 81px;
padding: 10px 32px 10px 54px;
font-weight: 600;
background-image: url(../images/phone-cal.png);
background-repeat: no-repeat;
background-position: 32px 19px;
background-size: 16px;
}

.phone-call a:hover {
    background-color: #717a91;
}
ol#navi li {
    display: inline-block;
}
ol#navi li a {
    text-decoration: none;
    color: #9e9e9e;
    padding-left: 26px;
    font-size: 17px;
}
ol#navi li:last-child a {
    padding-right: 12px;
}
.phone-call {
    float: right;
}
ol#navi {
    display: inline-block;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    margin-top: 10px;
}
.foot_right .h-text {
    display: inline-block;
    margin-top: 5px;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}
.scedule-banner a {
    text-decoration: none;
    font-size: 25px;
    background-color: #ff4040;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 10px 50px;
    font-weight: 600;
	display:inline-block;
    box-shadow: var(--shd,0 1px 4px rgba(0,0,0,.6));
    transition: var(--trans1,border-color .4s ease 0s,background-color .4s ease 0s);
}
.scedule-banner {
    margin-top: 20px;
}
.scedule-banner a:hover {
    background-color: #8fc2bb;
}
.nav-min-bar {
    width: 100%;
    background-color: #132247;
}
.nav-min-bar ul {
    display: flex;
    justify-content: center;
}
.nav-min-bar ul li {
    color: #fff;
    text-decoration: none !important;
    list-style: none;
    font-size: 15px;
    padding: 10px 22px;
    background-image: url(../images/check-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 14px;
    font-weight: 600;
}
.sction-container {
    max-width: 1742px;
    margin: 0 auto;
    width: 95%;
}
.section-1 {
    width: 100%;
    margin-top: 20px;
}
.bots-main {
    width: 100%;
    display: flex;
    align-items: center;
}
.text-section-1 {
    width: 50%;
    padding-left: 14%;
}
.img-section-1 {
    width: 50%;
    order: 2;
}
.img-section-1 .img_sec {
    background: url(../images/banner.jpg) no-repeat;
    height: 542px;
    float: left;
    width: 100%;
    background-position: 100% 50%;
}
.text-section-1 h1 {
    font-size: 41px;
    text-align: left;
    color: #132247;
    font-weight: 200;
    line-height: 1.25em;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
.text-section-1 h2 {
    font-size: 50px;
    font-weight: 700;
    text-align: left;
    line-height: 59px;
    margin: 0;
    padding-top: 12px;
}
.etimates {
    width: 100%;
    display: inline-block;
}
.text-section-1 a.etimate {
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    background-color: #ff4040;
    padding: 12px 45px;
    margin: 18px 0;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: var(--shd,0 1px 4px rgba(0,0,0,.6));
    transition: var(--trans1,border-color .4s ease 0s,background-color .4s ease 0s);
}
.text-section-1 a.etimate:hover 
{
    background-color: #8fc2bb;
}
.call-now {
	width: 100%;
	margin: 11px 0;
	padding-left: 0;
}
.call-now a.call {
	font-size: 23px;
	color: #fff;
	background-color: #132247;
	transition: var(--trans1,border-color .4s ease 0s,background-color .4s ease 0s);
	text-decoration: none;
	border-radius: 81px;
	padding: 10px 32px 10px 54px;
	font-weight: 600;
	background-image: url(../images/phone-cal.png);
	background-repeat: no-repeat;
	background-position: 32px 19px;
	background-size: 16px;
}
.call-now a.call:hover {
    background-color: #717a91;
}
.text-section-1 p {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 25px 0px 0;
}
.text-section-1 ul {
    list-style: none;
    margin: 8px 0 0;
    display: inline-block;
    text-align: center;
    max-width: 326px;
    width: 100%;
}
.text-section-1 ul li {
    font-size: 12px;
    font-weight: 600;
}
.color-span {
    font-weight: 400;
}
p.head_call {
    max-width: 326px;
    text-align: center;
}
.sec-sec {
    margin-top: 60px;
    text-align: center;
    width: 100%;
}
.sec-img img {
    width: 123px;
}
.sec-text-section h2 {
    font-size: 57px;
    margin: 0;
    padding: 0;
}
.sec-text-section p {
    font-size: 22px;
    margin: 0;
    padding: 0;
}
.sec-sec-btn a {
    font-size: 20px;
    text-decoration: none;
    background-color: #132247;
    color: #fff;
    border-radius: 9px;
	display:inline-block;
    padding: 13px 53px;
    font-weight: 600;
    transition: var(--trans1,border-color .4s ease 0s,background-color .4s ease 0s);
    box-shadow: var(--shd,0 1px 4px rgba(0,0,0,.6));
}
.sec-sec-btn {
    margin: 38px;
}
.sec-sec-btn a:hover {
    background-color: #8fc2bb;
}
.container {
    max-width: 980px;
    margin: 0 auto;
    width: 95%;
}
.third-sec {
    margin-top: 140px;
}
.uper-third-sec h3 {
    font-size: 57px;
    text-align: center;
    line-height: 73px;
    margin-bottom: 40px;
}
.third-img img {
    max-width: 453px;
}
.inner-sec {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.inner-sec .btn-third {
    font-size: 28px;
    font-weight: 600;
    
    color: #fff;
    background-color: #132247;
    padding: 3px 21px 5px 12px;
    transition: all 0.2s ease, visibility 0s;
    margin: 8px;
    box-shadow: 3px 3px 2px black;
}
.third-text {
	width:100%;
    max-width: 427px;
    padding-left: 23px;
}
.third-text h2 {
    font-size: 18px;
    
    color: #181818;
    border-bottom: 3px solid #181818;
    padding-bottom: 14px;
    width: 297px;
}
.third-text p {
    font-size: 18px;
    
    font-weight: 300;
    line-height: 25px;
    margin-top: 10px;
    display: inline-block;
}
.inner-sec .btn-third:hover {
    color: #132247;
    background-color: #fff;
    border: solid 1px #132247;
}
.inner-sec-2 {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-top: -40px;
}
.inner-sec-2 h2 {
    text-align: right;
    float: right;
    display: inline-block;
}
.inner-sec-2 p {
    text-align: right;
}
.inner-sec-2 .btn-third {
    font-size: 28px;
    font-weight: 600;
    
    color: #fff;
    background-color: #132247;
    padding: 3px 21px 5px 12px;
    transition: all 0.2s ease, visibility 0s;
    margin: 8px;
    box-shadow: 3px 3px 2px black;
}
.inner-sec-2 .btn-third:hover {
    color: #132247;
    background-color: #fff;
    border: solid 1px #132247;
}
.btn-third-color {
    background-color: #A5A5A5 !important;
}
.border-color {
    border-color: #a5a5a5 !important;
}
.inner-sec-2 .third-text {
    padding-right: 0px;
    max-width: 450px;
    width: 100%;
}
.schedule_sec {
    display: inline-block;
    width: 100%;
    background: #132247;
    margin-top: 100px;
    padding: 80px 0px;
	text-align:center;
}
.schedule_sec a {
    background: #ff4040;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 45px;
    display: inline-block;
    margin-top: 35px;
    transition: var(--trans1,border-color .4s ease 0s,background-color .4s ease 0s);
}
.schedule_sec h2 {
    color: #fff;
    font-weight: 300;
    font-size: 34px;
}
.schedule_sec a:hover {
    background: #316a72;
}
.satis_sec {
    background: #ff4040;
    text-align: center;
    padding: 70px 0px;
    margin-top: 10px;
}
.satis_sec h2 {
    color: #fff;
    font-size: 35px;
}
.why_us_sec {
    display: inline-block;
    width: 100%;
    margin-top: 90px;
}
.why_us_sec h2 {
    text-align: center;
    font-size: 54px;
    margin-bottom: 51px;
}
.why_in {
    display: flex;
    width: 100%;
    margin-bottom: 70px;
    justify-content: center;
    align-items: center;
}
.img_why {
    width: 50%;
    text-align: center;
    float: left;
    padding: 0px 2%;
}
.img_why img {
    width: 100%;
}
.why_content {
    float: right;
    width: 50%;
    padding: 0px 2%;
}
.why_content h3 {
    font-size: 29px;
    margin-bottom: 2px;
}
.why_content p {
    font-size: 15px;
    font-weight: 300;
}
.w_img1 img {
    width: 126px;
}
p.text-highlight.v2 a {
    color: #ff4040;
}
.img_why.w_img2 {
    float: right;
    order: 2;
}
.form_sec h2 {
    color: #132247;
    font-size: 42px;
    line-height: 60px;
}
.form_sec form {
    max-width: 550px;
}
.form_sec {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 80px;
}
.form_sec form label input {
    margin-right: 9px;
    margin-top: 7px;
    display: inline-block;
}
.form_sec h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.foot_logo {
    float: left;
}
.foot_right h4 {
    font-size: 19px;
    margin-right: 13px;
}
.foot_right h2 {
    font-size: 35px;
    font-weight: 200;
    text-align: right;
}
.foot_right {
    float: right;
    margin-top: 17px;
    max-width: 385px;
    width: 100%;
}
.foot_right p {
    font-weight: 300;
    font-size: 14px;
    text-align: right;
    margin-top: 40px;
}
footer {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.foot_right img {
    float: right;
    margin-top: 10px;
}
.copyright {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.copyright p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 22px;
}
.form_sec form input[type="text"], .form_sec form input[type="email"], .form_sec form input[type="tel"] {
    box-shadow: 4px 5px 7px rgb(19 34 71 / 10%);
    font: var(--fnt,var(--font_8));
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    border-style: solid;
    text-overflow: ellipsis;
    text-align: var(--textAlign);
    direction: var(--dir);
    min-height: var(--inputHeight);
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    max-width: 350px;
    font-size: 16px;
}
.form_sec form textarea {
    box-shadow: 4px 5px 7px rgb(19 34 71 / 10%);
    font: var(--fnt,var(--font_8));
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    border-style: solid;
    text-overflow: ellipsis;
    text-align: var(--textAlign);
    direction: var(--dir);
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    max-width: 470px;
    font-size: 16px;
    min-height: 85px;
    margin-top: 30px;
}
.form_sec form input[type="submit"] {
    background: #ff4040;
    color: #fff;
    font-size: 20px;
    font-weight: 600; cursor: pointer;
    padding: 14px 65px;
    display: inline-block;
    margin-top: 15px;
    transition: var(--trans1,border-color .4s ease 0s,background-color .4s ease 0s);
    border: 0;
    box-shadow: var(--shd,0 1px 4px rgba(0,0,0,.6));
}
.form_sec form label {
    display: inline-block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
.form_sec form label {
    display: inline-block;
    width: 100%;
}
.form_sec form input[type="text"]:focus, .form_sec form input[type="email"]:focus, .form_sec form input[type="tel"]:focus, .form_sec form textarea:focus {
	outline:none;
}
.form_sec form input[type="text"]:hover, .form_sec form input[type="email"]:hover, .form_sec form input[type="tel"]:hover,.form_sec form textarea:hover {
	background:#f3e0f7;
}
.form_sec form legend {
    font-family: 'Poppins', sans-serif;
    margin-top: 12px;
    margin-bottom: 10px;
    font-weight: 600;
}


/*ABOUT PAGE CSS START*/

.about_sec {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}
.about_sec h1 {
    color: #092D43;
    font-size: 3.0556rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.about_sec p {
    line-height: 1.8;
    font-size: 17px;
    color: #3a3a3a;
    margin: 20px 0px;
    font-weight: 500;
}
.left_ab1 {
    max-width: 490px;
    width: 100%;
    float: left;
}
.right_ab1 {
    max-width: 460px;
    float: right;
    width: 100%;
}
.about_sec2 ul {
    margin-bottom: 26px;
}
.about_sec2 a {
    color: #D3291C;
}
.about_sec2 h2 {
    margin: .65em 0 .3em;
    color: #1582C3;
    font-weight: 400;
    font-size: 27px;
}
.about_sec2 h3 {
    margin: 0.65em 0 0.3em;
    color: #1582C3;
    font-weight: 500;
    font-size: 25px;
}
.about_sec .text-highlight {
    font-size: 1.05rem;
    border: 1px solid #092D43;
    padding: 2.222rem;
    padding-right: 5.444rem;
    color: #1681C5;
    font-weight: 500;
    line-height: 1.556;
    position: relative;
    z-index: 1;
}
.text-highlight.v1::before {
	content: '';
	background-image: url(../images/FSP-brush.png);
	background-size: contain;
	background-repeat: no-repeat;
	right: 17%;
	top: 50%;
	transform: translate(50%,-50%);
	position: absolute;
	pointer-events: none;
	z-index: -1;
	opacity: .5;
	width: 8em;
	height: 3em;
}
.our-work-con img {
    width: 50%;
    float: left;
    height: 450px;
    object-fit: cover;
    margin-bottom: 4px;
    padding: 0px 0.2%;
}
.our-work-con {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.text-highlight.v2 {
	font-size: 1rem;
	padding: 2.222rem;
	font-weight: 500;
	border: none;
	border-left: 4px solid var(--light);
	padding: 1em 1.444em;
}
.text-highlight strong {
	font-size: 1.05rem;
	color: #1681C5;
	font-weight: 600;
	line-height: 1.556;
}
.right_ab1 img {
    width: 100%;
}
.about_sec2 {
    display: inline-block;
    width: 100%;
}

.about_sec2 li {
    color: #3a3a3a;
    font-weight: 500;
    list-style: none;
    background: url(../images/star.png) no-repeat 0px 5px;
    background-size: 17px;
    padding-left: 27px;
    font-size: 17px;
    margin-bottom: 16px;
}
/*ABOUT PAGE CSS END*/


/*THANK YOU PAGE CSS END*/
.thank_u {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    background: #f7f7f7;
    padding-bottom: 70px;
    padding-top: 50px;
}
.thank_wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.thank_u h3 {
    font-size: 22px;
    margin-top: 40px;
}
/*THANK YOU PAGE CSS END*/


@media screen and (max-width:1400px) {
span.offer {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    font-size: 40px;
    line-height: 51px;
}
}

@media screen and (max-width:1200px) {
.text-section-1 {
    padding-left: 0;
    padding-right: 1%;
}
}

@media screen and (max-width:1024px) {
.logo img {
    float: left;
}
.uper-third-sec h3 br {
    display: none;
}
.text-section-1 h1 {
    font-size: 36px;
}
.text-section-1 h2 {
    font-size: 40px;
    line-height: 49px;
}
.left_ab1 {
    max-width: 50%;
    padding-right: 2%;
}
.right_ab1 {
    max-width: 50%;
    width: 100%;
}
}

@media screen and (max-width:980px) {
.btn-third {
    display: none;
}
.phone-call a {
    font-size: 21px;
}
.call-now a.call {
    font-size: 21px;
}
.show_mob {
	display:block;
}
.hide_mob {
	display:none;
}
.inner-sec, .inner-sec-2 {
    width: 50% !important;
    display: block !important;
    float: left;
    margin: 0 !important;
    margin-bottom: 30px !important;
    padding: 0px 1%;
}
.third-img img {
    max-width: 100%;
}
.why_content h3 {
    margin-bottom: 6px;
    line-height: 32px;
}
.third-text {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
	padding-right:20px;
    text-align: center;
    margin-top: 10px;
}
.third-text h2 {
	font-size: 17px;
    width: 100%;
    text-align: center;
}
.inner-sec-2 p {
    text-align: center;
    font-size: 16px;
}
.scedule-banner a {
    font-size: 22px;
    padding: 10px 40px;
}
}

@media screen and (max-width:767px) {
.uper-third-sec h3, .sec-text-section h2, .why_us_sec h2, .about_sec h1 {
    font-size: 40px;
    line-height: 53px;
    
}
.img-section-1 p {
    text-align: center;
}
.foot_right h4 {
    text-align: center;
}
.foot_right p {
    text-align: center;
}
.form_sec h2 {
	font-size: 37px;
	line-height: 45px;
}
.third-sec {
	margin-top: 60px;
}
.about_sec .text-highlight {
    padding: 1.222rem;
}
.left_ab1, .right_ab1 {
    max-width: 100%;
    padding-right: 0%;
}
.right_ab1 {
    margin-bottom: 30px;
}
.schedule_sec {
    margin-top: 30px !important;
}
.foot_logo img {
    max-width: 350px;
    width: 100%;
    height: auto;
}
.thank_wrap img {
    width: 100%;
    height: auto;
}
.logo img {
    float: none;
}
.header-info {
    text-align: center;
    width: 100%;
}
header {
    display: inline-block;
    width: 100%;
}
.header-container {
    display: inline-block;
    width: 100%;
    padding: 0 2%;
}
.phone-call {
    width: 100%;
    margin-bottom: 17px;
}
ol#navi {
    padding-left: 0;
}
.h-text {
    width: 100%;
}
.logo {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.img-section-1 .img_sec {
    background: none;
    height: auto;
}
.img-section-1 .img_sec img {
    display: block;
    width: 100%;
}
.foot_logo {
    width: 100%;
    text-align: center;
}
.text-section-1 h1, span.offer, .text-section-1, .text-section-1 h2 {
    text-align: center;
}
.nav-min-bar ul li {
    background-image: none;
    padding: 10px 22px;
    position: relative;
    display: inline-block;
}
.nav-min-bar ul li:before {
    content: "";
    position: absolute;
    background-image: url(../images/check-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    width: 15px;
    left: 0;
    height: 15px;
    top: 13px;
}
.nav-min-bar ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 2%;
}
.bots-main {
    width: 100%;
    display: inline-block;
}
.foot_right h2 {
    text-align: center;
    line-height: 40px;
}
.foot_right img {
    float: none;
}
.foot_right {
    text-align: center;
}
.img-section-1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.foot_right {
    float: none;
    max-width: 385px;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
}
.text-section-1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.text-section-1 h1 br, .text-section-1 h2 br {
    display: none;
}
}

@media screen and (max-width:600px) {
.why_in {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0 1%;
}
.our-work-con img {
    width: 100%;
    height: auto;
    margin-bottom: 4px;
    padding: 0px 0%;
}
.why_content {
    float: right;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 10px;
}
.img_why {
    width: 100%;
    padding: 0;
}
}

@media screen and (max-width:480px) {
.inner-sec, .inner-sec-2 {
    width: 100% !important;
    padding: 0px;
}
.call-now a.call {
    font-size: 17px;
    background-position: 32px 16px;
}
.phone-call a {
    font-size: 17px;
        background-position: 32px 15px;
}   
.h-text {
    width: 100%;
}
.phone-call {
    float: right;
    width: 100%;
}
.foot_right p {
    text-align: center;
}
}