*{box-sizing: border-box}
@font-face {
    font-family: gb;
    src: url(../fonts/alpaca-scarlett-demo.ttf);
}
@font-face {
    font-family: gl;
    src: url(../fonts/GOTHIC.woff);
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    /*  */
}
input{ font-family: 'Poppins', sans-serif !important;}
a {
    color: #000;
    text-decoration: none !important;
}
a:hover {
    text-decoration: none;
}
.extrainfo {
    background: #fff;
    padding: 40px 20px;
    margin-top:30px;
}

h1, h2, h3 {
    font-size: 40px;
    line-height: 1.15em;
    font-family: gb;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    color: #3b3b3b;
    text-transform: uppercase;
    letter-spacing: 3px;
}
h4, h5, h6 {
    line-height: 1.3em;
    font-family: gl;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    color: #202020;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
p {
    font-size: 16px;
}
.clear {
    clear: both;
}
.row {
    /*margin: 0 auto;*/
}
.img-100 {
    width: 100%;
}
.white {
    color: #FFF;
}
.blue {color:#267ece;}
/* header */

/*.header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    position: fixed;
    width: 100%;
    z-index: 3;
}*/

.header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 10%);
    width: 100%;
    z-index: 3;
    position: sticky;
    top: 0;
    
    
}
.header-logo-wraper{
  display: flex;
    justify-content: space-between;
    align-items: center;  
    flex-wrap:wrap;
}
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}
.header-logo-wraper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
}
header.header.sticky .header-logo-wraper {
    display: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky {
  position: fixed;
  z-index: 9999;
  width: 100%;
}
.header li a:hover,
.header .menu-btn:hover {
    background-color: #f4f4f4;
}
.header .logo {
    display: block;
    width: 350px;
    /*padding-left: 20px;*/
    margin: 25px 0;
}

/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
    .header li {
        /*float: left;*/
    }
    .header li a {
        padding: 20px 30px;
    }
    .header .menu {
    clear: none;
    /* float: right; */
    max-height: none;
    display: flex;
    justify-content: center;
    border-top: 1px solid #f4f4f4;
}
    .header .menu-icon {
        display: none;
    }
}



.pagetitle-bar {
    background-color: #656263;
    padding: 60px 0 30px;
}
.pagetitle-bar h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
}
.mb-20 {
    margin-bottom: 20px;
}
.cst-mr {
    margin-top: 50px;
    margin-bottom: 10px;
}
.img-fluid {
    width: 100%;
}

a.cst-btn {
    display: block;
    background: #267ece;
    padding: 10px 30px;
    color: #ffffff;
    font-family: gl;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .3s;
    text-decoration: none;
    border-radius: 5px;
    width: max-content;
    margin-top: 20px;
    cursor: pointer;
}

a.cst-btn:hover {
    color: #ffffff;
    background: #202020;
}
section#why {
    padding-bottom: 2%;
}



.gray-bg {
    background-color: #fbfbfd;
}
.home-sec {
    /*background: url(../img/scrp-bg.jpg);*/
    background: url(../img/banner-img2.jpg);
    background-color: rgba(0, 0, 0, 0.75);
    background-blend-mode: multiply;
    padding: 150px 0 220px;
    background-size: cover;
}
section.section-padding {
    padding: 5% 30px 4%;
}

.title-text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 60px;
    line-height: 1.4;
}



.contact-con {
    padding: 20px;
    background-color:#267ece;
}
.contact-con .col-md-6, .contact-con .col-md-12 {
    padding: 0;
}
.main-quote-form {
    padding: 15px 30px;
    background: #fff;
    margin-top: -100px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.main-quote-form .display-flex {
    display: flex;
}
.main-quote-form .col-md-5 {
    background-image: url(../img/img-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.40);
    background-blend-mode: multiply;
    padding: 0;
    position: relative;
}
.col-md-5:after {
    content: '';
    position: absolute;
    right: -130px;
    transform: rotate(-90deg);
    top: 48%;
    background: #ffffff;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: 93%;
    width: 300px;
    box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 50%);
    background-position: center center;
    height: 40px;
}
.main-quote-form .col-md-7 {
    padding: 0;
}

.sep {
    width: 200px;
    text-align: center;
    height: 2px;
    background:#267ece;
    margin: 20px auto 7%;
}
.process-inn {
    text-align: center;
    position: relative;
    padding: 0 30px;
}
.process-inn:after {
    position: absolute;
    content: "";
    background-image: url(../img/circle-sep.png);
    top: 37%;
    right: -20px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.5s;
    transform: rotate(55deg);
}
.process-inn:hover:after {
    transform: rotate(360deg);
}
.process-inn.process-inn-lastchild:after {
    display: none;
}

.process-inn.process-inn-lastchild {
    padding-right: 0;
}
.process-inn.process-inn-firstchild {
    padding-left: 0;
}

.process-inn h4 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.process-inn:hover img {
    transform: rotatey(180deg);
}

.process-inn img {
    transition: .3s;
}
.float_right .choose-inn {
    text-align: right;
}

.why-choose-con .col-md-6 {
    padding: 0 30px;
}
.choose-inn h4 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.5em;
}
.choose-disc p {
    margin-bottom: 0;
}
.choose-inn {
    margin-bottom: 70px;
    position: relative;
}

/*.choose-inn-icon {
    width: 75px;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0px 0px 0px 3px rgb(0, 164, 227);
    margin-bottom: 10px;
}*/
.choose-inn-icon {
    width: 75px;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0px 0px 0px 3px rgb(255, 255, 255);
    margin-bottom: 10px;
    position: absolute;
    top: -40px;
    left: -10px;
    background: #fff;
    border: 3px solid #267ece;
    transition: .3s all;
}
.choose-inn:hover .choose-inn-icon {
    box-shadow: 0px 0px 0px 4px #267ece;
}
.choose-disc {
    padding: 30px;
    margin-top: 30px;
    margin-left: 30px;
    border: 1px dashed #ccc;
}
.choose-inn-icon img {
    width: 100%;
}



footer {
    background:#222222;
    padding: 0px 0px 50px 0px;
    margin-top: 30px;
}
footer .col-md-12 {
    margin-bottom: 40px;
    background: #ffffff;
    margin-top: -30px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
img.footer-logo {
    max-width: 340px;
}
footer p, footer a, footer li {
    color: #fff;
    font-size: 16px;
}
ul.footer-info li {
    list-style: none;
    margin-bottom: 10px;
}
a.footer-quote-btn {
    display: block;
    background:#f4804e;
    padding: 10px 30px;
    color: #ffffff;
    font-family: gl;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .3s;
    text-decoration: none;
    border-radius: 5px;
}
a.footer-quote-btn:hover {
    background-color: #dbe0e2;
}
ul.footer-info {
    padding: 0;
}
.copyright {
    background: #267ece;
    padding: 15px 30px;
}
a:focus, a:hover {
    color: #267ece;
    text-decoration: underline;
}
.copyright p {
    margin: 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.copyright a {
    color:#000;
}
footer a:hover {
    color: #fff;
}
ul.social-icon {
    padding: 0;
    margin: 0;
}

ul.social-icon li {
    display: inline-block;
    list-style: none;
    margin-right: 3px;
}

ul.social-icon li i {
    color: #fff;
}

ul.social-icon li a {
    padding: 12px;
    background: #ffffff33;
    width: 45px;
    height: 45px;
    color: #000;
    text-align: center;
    border-radius: 50px;
    display: block;
}


footer h4 {
    font-size: 18px;
    color: #7b7b7b;
}

table.footer-table {border: 1px solid #ffffff;}

table.footer-table td {border: 1px solid #ffffff30;padding: 10px;color: #ffffff;}
.time-con {padding: 20px;text-align: center;background: #efefef;}

.time-con h4 {margin-bottom: 0;font-size: 15px;letter-spacing: 0.3px;}


.slider-subhead {
    font-size: max(25px, 1.5vw);
    background: #267ece;
    max-width: max-content;
    margin: 0 auto;
    padding: 10px 25px;
    line-height: max(35px, 2vw);
}
/*.slider-subhead {*/
/*    font-size: 20px;*/
/*    background:#f4804e;*/
/*    max-width: max-content;*/
/*    margin: 0 auto;*/
/*    padding: 5px 15px;*/
/*}*/
span.dot-sep {
    width: 10px;
    height: 10px;
    background:#f4804e;
    display: inline-block;
    border-radius: 50px;
    margin: 3px 10px;
}
.contact-info.text-center {border: 2px dashed #ffffff;padding: 30px;}
/*a.phone-cta img {width: 100px;margin: -30px -20px -30px -30px;}*/
a.phone-cta img {width: 100px;margin: -30px -20px -30px -30px;aspect-ratio: 4/2;height: 100px;-o-object-fit: contain;object-fit: contain;padding: 0 10px 0px 20px;}

/*a.phone-cta {background: #222222;padding: 10px;border-radius: 10px;display: inline-flex;align-items: center;justify-content: center;line-height: normal;font-size: 23px;overflow: hidden;    color: #fff;}*/

a.phone-cta {
    background: #bababa;
    padding: 10px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-size: 23px;
    overflow: hidden;
    color: #000;
}

input#submit2:hover {
    background: #1b5b95;
    color: #fff;
}

.three-points-head {
    font-size: 25px;margin-top: 50px;
}


@media (max-width: 990px) {
.process-inn:after {
    display: none;
}
.main-quote-form {
    margin-top: 0px;
}
.col-md-5:after {
    display: none;
}
.title-text {
   font-size: 5.5vh;
}
section.home-sec {
    padding: 50px 20px;
}
.contact-con {
    padding: 30px;
}
section.section-padding {
    padding: 50px 0px;
}
.main-quote-form .display-flex {
    display: block;
}
.main-quote-form .col-md-5 {
    min-height: 0;
}
}


@media (max-width: 768px) {
footer .col-md-12 {
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
    margin: -30px 20px 40px;
}
.header .logo {
    width: 250px;
    margin: 15px 0;
    /*padding-left: 15px;*/
}
}



@media (max-width: 767px) {
header.header {display: block;}

.header .logo {float: left;}
.title-text {
    font-size: 4.5vh;
}
/*.why-choose-con .col-md-6 {*/
/*    padding: 0;*/
/*}*/
a.logo {
    width: 250px;
}
/*img.footer-logo {*/
/*    width: 100%;*/
/*}*/
.header .menu-icon {
    margin: 0 !important;
    padding: 24px 20px;
}
.three-points-head {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
span.dot-sep {
    margin: 10px 10px 15px 10px;
}
}

header .phone-cta {
    margin-left: auto;
}

header .phone-cta span {display: block;}

header .phone-cta span:first-child {font-size: 16px;text-transform: capitalize;}
header .phone-cta:hover {text-decoration: none !important;}












@media (max-width: 600px) {
header .phone-cta span {
    font-size: 11px !important;
}
.header-logo-wraper .logo + div {
    margin: 0 !important;
}
h1, h2, h3 {
    font-size: 30px;
}
}


footer .col-md-6 {
    margin-bottom: 30px;
}

footer .row {
    margin-bottom: -30px;
}

.hero-text-wrapper p {
    color: #fff;
    font-weight: 600;
    font-size: 20px !important;
}