.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;/*cursor:hand*/}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/*# sourceMappingURL=slick.min.css.map */

:root {
    --mainmaroon: #bd291e;
    --mainblue: #102a58;
}

body {

    font-family: 'Poppins';

}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    font-family: 'Lora';

    color: var(--mainblue);

}



body a:hover, body button:hover, body a, body button {

    text-decoration: none;

}



img {

max-width: 100%;
}



nav.navbar.bg-black {

    background: var(--mainblue);

}



.navbar-expand-lg {

    transition: all 0.3s ease;

}



.navbar .row {

min-width: 100%;

align-items: center;
}



.banner {

    background: url(images/banner.jpg) no-repeat;

    background-size: cover;

    padding: 160px 0 55px;

}



.banner h1 {color: #fff;font-size: 34px;font-weight: 700;}



.banner h2 {

    color: #fff;

    font-size: 34px;

    margin: 0 0 20px;

    text-transform: uppercase;

}



.banner p {

    color: #fff;

}



.banner h2 strong {

    font-size: 48px;

    display: block;

}



.banner .btn-area {

    padding: 20px 0 0;

}



.banner .btn-area a {

display: inline-block;

padding: 13px 0;

background: #fff;

border: 1px solid #fff;

font-weight: 500;

text-align: center;

width: 154px;

position: relative;

text-transform: uppercase;

transition: all 0.3s ease;
}



.banner .btn-area a.order {

    margin-right: 10px;

    color: var(--mainmaroon);

    width: auto;

    padding: 13px 19px 13px 50px;

    position: relative;

}



.banner .btn-area a.order img {

    position: absolute;

    left: 17px;

    top: 9px;

}



.banner .btn-area a.chat {

    background: transparent;

    color: #fff;

    position: relative;

    z-index: 1;

}



.banner .btn-area a.order:before {content: "";background: var(--mainmaroon);width: 2px;height: 20px;position: absolute;top: -1px;left: 10px;}



.banner .btn-area a.order:after {

    content: "";

    background: var(--mainmaroon);

    width: 2px;

    height: 20px;

    position: absolute;

    bottom: -1px;

    right: 10px;

}



.navbar-expand-lg .navbar-nav .nav-link {

    color: #fff;

    font-size: 14px;

    position: relative;

}



.navbar-expand-lg .navbar-collapse {

    justify-content: flex-end;

}



.navbar-expand-lg .navbar-nav li:last-child .nav-link {

    /* background: var(--mainmaroon); */

    /* padding: 7px 20px; */

    /* position: relative; */

    /* margin-left: 20px; */

}



.navbar-expand-lg .navbar-nav li:last-child .nav-link:before {content: "";}



.navbar-expand-lg .navbar-nav li:last-child .nav-link:before {content: "";/* background: var(--mainmaroon); *//* position: absolute; *//* left: -4px; *//* right: -4px; *//* top: -4px; *//* bottom: -4px; *//* z-index: -1; *//* opacity: 0.5; */}



h5 {

    color: var(--mainblue);

    font-weight: 600;

}



p {

    font-size: 15px;

    color: #7e7e7e;

}



p:last-child {

/* margin: 0; */
}



.sec1 a.read-more {

    display: inline-block;

    position: relative;

    border: 1px solid #bd291e;

    color: #bd291e;

    padding: 8px 20px;

    transition: all 0.5s ease;

    font-family: poppins;

    font-weight: 500;

    border-radius: 100px;

    font-size: 12px;

}



.sec1 img {

    margin: 0 0 10px;

}



.sec1 h2 {

    font-size: 48px;

    font-weight: 700;

    position: relative;

    margin: 70px 0 0;

}



.sec1 h2:before {content: "";height: 20px;width: 20px;top: -10px;left: -20px;position: absolute;border-top: 2px solid #bd291e;border-left: 2px solid #bd291e;}



.sec1 h2:after {content: "";height: 20px;width: 20px;bottom: -10px;right: 30px;position: absolute;border-bottom: 2px solid #bd291e;border-right: 2px solid #bd291e;}



.sec1 {

    padding: 40px 0 60px;

}



.sec1 .row {

    /* align-items: center; */

}



.sec1 .col-lg-3:nth-child(2):before {

    content: "";

    width: 1px;

    position: absolute;

    left: -17px;

    top: 20px;

    bottom: 40px;

    background: #bebebe;

}



.sec1 .col-lg-3 {

    position: relative;

}



h2 {color: var(--mainblue);font-weight: 600;}



.sec2-1 {

    box-shadow: 0px 0px 12px 1px #0000004d;

}



.sec2-1 .col-md-6.col-lg-6 {

    padding: 30px 30px;

}



.sec2-1 .col-md-6.col-lg-6:first-child {

    background: var(--mainblue);

}



.sec2-1 .col-md-6.col-lg-6:last-child {

    background: #fff;

}



.sec2-1 .col-md-6.col-lg-6:first-child p {

    color: #fff;

}



.sec3 {

    text-align: center;

    padding: 170px 0 40px;

    z-index: 0;

    margin: -110px 0 0;

}



.sec3.lazy-background.visible {

    background: url(images/bg1.jpg) no-repeat;

    background-size: cover;

    background-position: center;

}



.sec3 h2 {

    color: #fff;

    font-weight: 400;

}



.sec3 h2 strong {

    display: block;

}



.sec3 h2:after {

    content: "";

    height: 2px;

    width: 136px;

    background: #bd291e;

    display: block;

    margin: 30px auto;

}



.sec3 img {

    margin: 0 0 20px;

}



.sec3 h5 {

    color: #fff;

}



.sec3 p {

    color: rgb(255 255 255 / 70%);

    font-weight: 300;

}



section {

    position: relative;

}



.sec2 {

    z-index: 1;

}



.sec4 {

    padding: 40px 0;

}



.sec4 a {

    display: inline-block;

    padding: 13px 0;

    background: var(--mainblue);

    border: 1px solid #fff;

    font-weight: 400;

    text-align: center;

    width: 154px;

    position: relative;

    color: #fff;

}



.sec4 a:before {content: "";background: #fff;width: 2px;height: 20px;position: absolute;top: 0px;left: 10px;}



.sec4 a:after {content: "";background: #fff;width: 2px;height: 20px;position: absolute;bottom: 0px;right: 10px;}



.sec5 {

    padding: 40px 0;

    overflow: hidden;

}



.sec5 h5 {

    background: var(--mainblue);

    color: #fff;

    text-align: center;

    font-weight: 400;

    padding: 15px 0;

    margin: 0;

}



.sec5 h6 {

    margin: 20px 0 40px;

    font-size: 18px;

    font-weight: 600;

}



.sec5-1:before {content: "Our Services";height: auto;right: 115px;top: -30px;position: absolute;background-repeat: no-repeat;color: #eeeff1;font-size: 110px;font-weight: bold;font-family: 'Lora';line-height: initial;z-index: -1;}



.sec5-1 {

    position: relative;

}



.sec5 h2 {

    font-size: 48px;

    font-weight: 700;

    position: relative;

    margin: 0;

}



.sec5 h2:before {content: "";height: 20px;width: 20px;top: -10px;left: -20px;position: absolute;border-top: 2px solid #bd291e;border-left: 2px solid #bd291e;}



.sec5 h2:after {content: "";height: 20px;width: 20px;bottom: -10px;right: 30px;position: absolute;border-bottom: 2px solid #bd291e;border-right: 2px solid #bd291e;}



.sec5-2 {

    margin-top: 40px;

    align-items: center;

}



.sec5-2 a {

    font-size: 18px;

    width: 116px;

    height: 116px;

    color: var(--mainblue);

    font-family: 'Lora';

    font-weight: 600;

    text-align: center;

    border: 2px solid;

    display: flex;

    align-items: center;

    border-radius: 100%;

    line-height: 21px;

    position: relative;

    margin: 0 0 0 60px;

}



.sec5-2 a:before {content: "";background: #e7e9ee;position: absolute;left: -2px;top: 5px;height: 100%;width: 100%;border-radius: 100%;z-index: -1;}



.sec5-2 a:after {content: "";background: url(images/Layer-159.png) no-repeat;width: 85px;height: 27px;position: absolute;right: -50px;bottom: 10px;}



.sec5:before {content: "";position: absolute;left: -120px;top: 125px;bottom: 0;width: 30%;z-index: -1;}



.sec5.lazy-background.visible:before {

    background: url(images/icon1.png) no-repeat;

}



.sec7 {

padding: 60px 0 40px;
}

.sec7 img {
    max-width: 80%;
}

.sec7 .row {

    align-items: center;

}



.sec7 h2:after {content: "";height: 2px;width: 90px;background: #bd291e;display: block;margin: 15px 0;}



.sec8 .col-md-4.col-lg-4 {

    background: var(--mainmaroon);

    padding: 50px 40px 0;

}



.sec8 h2 {

    color: #fff;

    position: relative;

    margin: 0 0 30px;

}



.sec8 h2 strong {

    font-size: 2.5rem;

}



.sec8 h2:before {

    content: "";

    height: 33px;

    width: 33px;

    top: -10px;

    left: -20px;

    position: absolute;

    border-top: 2px solid #fff;

    border-left: 2px solid #fff;

}



.sec8 h2:after {

    content: "";

    height: 33px;

    width: 33px;

    bottom: -17px;

    right: -10px;

    position: absolute;

    border-bottom: 2px solid #fff;

    border-right: 2px solid #fff;

}



.sec8 .col-md-4.col-lg-4 p {

    color: #fff;

    font-weight: 300;

}



.sec8 .accordion-item {

    border-radius: 0;

    border-left: none;

    border-right: none;

    border-width: 2px;

}



.sec8 {

    padding: 40px 0;

}



.sec8 .accordion-button {

    padding: 20px 20px;

    background: transparent;

    color: var(--mainmaroon);

    font-weight: 500;

}



.sec8 .accordion {

    padding: 30px 0 0 30px;

}



.sec8 .accordion-button:focus {

    outline: none;

    box-shadow: none;

}



.sec8 .accordion-button::after {

    background-image: url(images/plus.png);

    width: 29px;

    height: 29px;

    background-size: auto;

}



.sec8 .accordion-button:not(.collapsed)::after {

    background-image: url(images/minus.png);

}



.sec9 .row {

    padding: 35px 30px;

    align-items: center;

}



.sec9 .row.lazy-background.visible {

    background: url(images/bg3.png) no-repeat;

    background-size: 100% 100%;

}



.sec9  h2 {

    margin: 0;

    color: #fff;

}



.sec9 a {

    display: inline-block;

    padding: 13px 0;

    background: #fff;

    border: 1px solid #fff;

    font-weight: 500;

    text-align: center;

    width: 154px;

    position: relative;

    text-transform: uppercase;

}



.sec9 a.chat {

    margin-right: 10px;

    color: var(--mainblue);

}



.sec9 a.chat:before {

    content: "";

    background: var(--mainblue);

    width: 2px;

    height: 20px;

    position: absolute;

    top: -1px;

    left: 10px;

}



.sec9 a.chat:after {

    content: "";

    background: var(--mainblue);

    width: 2px;

    height: 20px;

    position: absolute;

    bottom: -1px;

    right: 10px;

}



.sec9 a.call {

    background: transparent;

    color: #fff;

}



footer {

    margin: -30px 0 0;

}



footer.lazy-background.visible {

    background: url(images/footer-bg.jpg) no-repeat;

    background-size: cover;

}



.footer-widgets {

    padding: 70px 0 40px;

}



.footer-widgets img {

    margin: 0 0 20px;

}



footer p {

    color: #fff;

    font-weight: 300;

}



footer h4 {

    color: #fff;

    margin: 0 0 25px;

}



.footer-widgets ul {

    padding: 0;

    margin: 0;

}



.footer-widgets ul li {

    list-style-type: none;

}



.footer-widgets ul li a {

    color: #fff;

    font-size: 14px;

    font-weight: 300;

}



.copyright .row {

    padding: 25px 0;

    border-top: 1px solid rgb(255 255 255 / 20%);

}



.sec6 {

    padding: 150px 0 40px;

    z-index: 1;

}



section.sec6.lazy-background.visible {

    background: url(images/bg2.jpg) no-repeat;

    background-size: cover;

}



.sec6:after {content: "";background: var(--mainmaroon);position: absolute;left: 0;top: 80px;bottom: -30px;width: 50%;z-index: -1;}



.sec6 h2 {

    color: #fff;

    margin: 0 0 20px;

}



.sec6 h2:after {content: "";background: #fff;width: 90px;height: 1px;display: inline-block;vertical-align: middle;margin: 0 0 0 20px;}



.sec6 p {

    color: #fff;

    font-weight: 300;

}



.sec6 .item {

padding: 0 100px 0 10px;
}



.sec6 h5 {

    font-family: 'Poppins';

    font-size: 16px;

    color: #fff;

    font-weight: 400;

    line-height: 27px;

}



.sec6 h5 strong {

    font-family: 'Lora';

    font-size: 18px;

    display: block;

    font-weight: 400;

    letter-spacing: 3px;

}



.sec6 ul.slick-dots {

    padding: 0;

    margin: 20px 0 0;

}



.sec6 ul.slick-dots li {

    list-style-type: none;

    display: inline-block;

    padding: 0;

}



.sec6 ul.slick-dots li button {

    font-size: 0;

    border: none;

    background: transparent;

    width: 15px;

    height: 15px;

    padding: 0;

    border: 2px solid rgb(255 255 255 / 40%);

    border-radius: 20px;

    margin-right: 10px;

}



.sec6 ul.slick-dots li.slick-active button {

    background: #fff;

    border: 2px solid #fff;

}



.sec6:before {content: "";background: var(--mainblue);position: absolute;top: 0;bottom: 0;right: 0;width: 100%;z-index: -1;clip-path: polygon(0 100%, 100% 100%, 100% 0);opacity: 0.95;}



.sec6 .row {

    align-items: center;

}



.sec6 h1 {

    color: #fff;

    margin: 0;

    font-weight: 600;

}



.sec6 h1:after {content: "";width: 100%;height: 116px;display: block;margin: 30px 0 0;}



.sec6 h1.lazy-background.visible:after {

    background: url(images/quote.png) no-repeat;

    background-position: right center;

}



.sec6 .col-md-6.col-lg-6 {

    position: relative;

    z-index: 1;

}



.sec6 .col-md-6.col-lg-6:first-child:before {content: "";width: 257px;height: 99px;position: absolute;right: -28px;top: -94px;z-index: -1;}



.sec6 .col-md-6.col-lg-6.lazy-background.visible:before {

    background: url(images/starss.png) no-repeat;

}



.sec6 .col-md-6.col-lg-6:first-child:after {content: "";width: 124px;height: 110px;position: absolute;bottom: 0;right: 50px;z-index: -1;}



.sec6 .col-md-6.col-lg-6.lazy-background.visible:after {

    background: url(images/qws.png) no-repeat;

}



.abt-banner {

    background: url(images/abt-banner.jpg) no-repeat;

    background-size: cover;

}



.abt1 {

    padding: 40px 0;

}



.abt1 h2, .abt2 h2 {

    font-weight: 700;

}



.abt1 h2 span, .abt2 h2 span {

    color: var(--mainmaroon);

}



.abt1 h2:after, .abt2 h2:after {content: "";height: 2px;width: 85px;background: var(--mainmaroon);display: block;margin: 20px 0;}



.abt1 h3 {

    color: #cecece;

    font-weight: 700;

    margin: 0 0 20px;

    padding: 10px 0 0;

}



.abt1 .box {

    display: flex;

}



.abt1 .text-with-icon {

    display: flex;

    margin-right: 10px;

}



.abt1 .text-with-icon img {

    min-width: 61px;

    margin-right: 5px;

}



.abt1 .text-with-icon h4 {

    margin: 0;

    font-size: 14px;

    font-weight: 700;

    width: 80px;

}



.abt1 .text-with-icon:last-child {

    margin: 0;

}



.abt1 .image-area {

    position: relative;

    z-index: 1;

}



.abt1 .image-area:before {content: "";position: absolute;left: 100px;right: -50px;top: 0;bottom: 0;z-index: -1;}



.abt1 .image-area.lazy-background.visible:before {

    background: url(images/who.jpg) no-repeat;

}



.abt1 .image-area img {

    margin: 90px 0 0;

}



.abt2 {

    background: #f3f4f6;

    padding: 30px 0;

}



.abt2-1 {

    text-align: right;

    align-items: flex-end;

    margin-bottom: 30px;

}



.abt2 .text-block {

    padding-left: 20px;

}



.abt-pg .sec8 {

    padding-top: 70px;

}



.ser1 {

    padding: 40px 0;

}



.ser1 h2 span {

    font-weight: 700;

    color: var(--mainmaroon);

}



.ser2 {

    background: var(--mainmaroon);

    padding: 40px 0;

}



.ser2 h2 {

    color: #000;

}



.ser2 h2 span {

    color: #fff;

}



.ser2 p {

    color: #fff;

}



.ser2 a {

    color: #fff;

}



.ser3 ul {

    margin: 0;

    padding: 0;

}



.ser3 ul li {

    position: relative;

    list-style-type: none;

    padding: 0 0 15px 30px;

    font-size: 20px;

    font-weight: 500;

}



.ser3 ul li:before {content: "";width: 20px;height: 20px;position: absolute;background: url(images/check.png) no-repeat;left: 0;top: 4px;}



.ser3 ul li:last-child {

    padding-bottom: 0;

}



.ser3 .row {

    align-items: center;

}



.ser3 {

    padding: 0 0 40px;

}



.ser3 h3 {

    margin: 0;

    font-size: 34px;

    font-weight: 600;

    font-size: 57px;

}



.ser3 h3 span {

    color: var(--mainmaroon);

    display: block;

}



.ser4 h2 span {

    font-weight: 700;

    color: var(--mainmaroon);

}



.ser4 {

    background: #f3f4f6;

    padding: 40px 0;

}



.ser4 .text-with-icon {

    display: flex;

    margin: 0 0 30px;

}



.ser4 .text-with-icon .image-box {

    min-width: 76px;

    margin-right: 25px;

}



.ser4 .text-with-icon:last-child {

    margin: 0;

}



.ser5 {

    background: #f3f4f6;

    padding: 40px 0;

}



.ser5 h2 span {

    font-weight: 700;

    color: var(--mainmaroon);

}



.ser5 .text-with-icon {

    margin: 0 0 20px;

}



.ser5 .text-with-icon:last-child {

    margin: 0;

}



.ser7 {

    padding: 40px 0;

}



.ser7 h3 {

    font-weight: 600;

}



.ser7 h3 span {

    color: var(--mainmaroon);

}



.ser-pg section ul {

    padding: 0;

}



.ser-pg section ul li {

    color: #7e7e7e;

    list-style-type: none;

    position: relative;

    padding: 0 0 6px 30px;

    font-size: 15px;

}



.ser-pg section ul li:before {content: "";background: url(images/check.png) no-repeat;position: absolute;width: 20px;height: 20px;left: 0;}



.ser-pg section ul li:last-child {

    padding-bottom: 0;

}



.ser-pg p a {

    color: var(--mainmaroon);

}



.ser-pg section ul li a {

    color: var(--mainmaroon);

}



.ser-pg .ser2 p a {

    color: #000;

    font-weight: 500;

}



.ser8 {

    padding: 40px 0;

}



.ser8 .text-with-icon {

    display: flex;

    align-items: flex-start;

    margin: 0 0 20px;

    border-bottom: 1px dashed;

    padding: 0 0 20px;

}



.ser8 .image-box span {

    font-size: 77px;

    font-family: 'Lora';

    line-height: initial;

    color: #cecece;

    font-weight: 700;

    display: inline-block;

}



ser8 .image-box {

    min-width: 98px;

}



.ser8 .image-box {

    min-width: 92px;

    margin-right: 15px;

    max-width: 92px;

}



.ser8 .text-with-icon:last-child {

    border: none;

    padding: 0;

    margin: 0;

}



.sec6 ul.slick-dots li:before {

    display: none;

}



.ser5 h3 span {

    font-weight: 700;

    color: var(--mainmaroon);

}



.ser5 h3 {

    font-weight: 600;

}



.ser7 h2 span {

    font-weight: 700;

    color: var(--mainmaroon);

}



.ser2 h3 {

    color: #fff;

}



.ser8 h2 span {

    font-weight: 700;

    color: var(--mainmaroon);

}



.swot .ser8 .image-box span {

    font-size: 40px;

    text-align: center;

}



.ser-pg h1 a {

    color: var(--mainmaroon);

}



.sitemap section ul li {

    display: inline-block;

    width: 49%;

}



.testi-pg section .box {

    background: var(--mainmaroon);

    padding: 50px 30px 30px;

    position: relative;

    z-index: 1;

    width: 95%;

    margin: 0 0 50px;

}



.testi-pg section .box p {

    color: #fff;

}



.testi-pg section .box h5 {

    color: #fff;

    margin: 0;

    font-size: 16px;

    font-weight: 400;

    padding: 20px 0 0;

}



.testi-pg section .box h5 strong {

    display: block;

    font-size: 20px;

    font-weight: 700;

}



.testi-pg section .box:before {content: "";width: 257px;height: 99px;background: url(images/starss.png) no-repeat;position: absolute;right: -28px;top: -23px;z-index: -1;}



.testi-pg section .box:after {

    content: "";

    background: url(images/qws.png) no-repeat;

    width: 124px;

    height: 110px;

    position: absolute;

    bottom: 0;

    right: 20px;

    z-index: -1;

}



.testi-pg section .col-md-6.col-lg-6:last-child .box, .testi-pg section .col-md-6.col-lg-6:nth-last-child(2) .box {

    margin: 0;

}



.samples section img {

    max-width: 130px;

}



.navbar-nav .dropdown-menu {

    border-radius: 0;

}



.dropdown-item {

    font-size: 14px;

}



.con-banner {

    background: url(images/con-banner.jpg) no-repeat;

    background-size: cover;

}



.con-pg {

    padding: 40px 0;

}



.con-pg .box1 {

    background: url(images/form-bg.png) no-repeat;

    background-size: 100% 100%;

    padding: 70px 35px 0;

}



.con-pg .box1 h2 {

    color: #fff;

}



.con-pg .box1 p {

    color: #fff;

}



.con-pg .box1 h2:after {content: "";height: 1px;background: #fff;width: 85px;display: block;margin: 15px 0;}



.con-pg .form-control {

    background: transparent;

    border-radius: 50px;

    font-size: 14px;

    color: #fff;

    border-color: #fff;

    padding: 10px 20px;

}



.con-pg .form-control::placeholder {

    color: #fff;

}



.con-pg textarea.form-control {

    border-radius: 20px;

}



.con-pg .box1 button.btn.btn-primary {

    background: #a2231a;

    border: none;

    border-radius: 0;

    width: 100%;

    padding: 14px 0;

    text-transform: uppercase;

}



.con-pg .box2 ul {

    padding: 0;

    margin: 0;

}



.con-pg .box2 ul li {

    list-style-type: none;

    position: relative;

    padding: 80px 0 0;

    z-index: 1;

}



.con-pg .box2 ul li strong {

    display: block;

    font-size: 24px;

    font-weight: 800;

    line-height: 24px;

}



.con-pg .box2 ul li a {

    color: var(--mainblue);

    font-weight: 600;

}



.con-pg .box2 ul li:before {content: "";width: 74px;height: 74px;position: absolute;z-index: -1;opacity: 0.1;left: 0;top: 61px;}



.con-pg .box2 ul li.phone:before {

    background: url(images/telephone.png) no-repeat;

    background-size: 100%;

}



.con-pg .box2 ul li.mail:before {

    background: url(images/email.png) no-repeat;

    background-size: 100%;

}



.con-pg .box2 ul li.web:before {

    background: url(images/globe.png) no-repeat;

    background-size: 100%;

}

.whatsapp-widget{width:50px;height:50px;background:#12b919;padding:3px;border-radius: 5px;box-shadow:0 0 10px rgba(0,0,0,.3);position:fixed;bottom: 30px;left: 10px;clear:both;outline:none;z-index:99999;}

.circle1{top:0;left:0}

.form-area {

    padding: 30px 30px;

    width: 27%;

    position: fixed;

    z-index: 9999;

    bottom: 120px;

    background: #fff;

    right: 0;

    transition: all 0.5s ease;

    transform: translateX(364px);

}



.form-area h3 {

    font-weight: 700;

    text-align: center;

}



.form-area .form-control {

    border-radius: 0;

    font-size: 14px;

    background: #fbfbfb;

    border: 2px solid #e6e6e6;

}



.form-area button.btn.btn-primary {

    background: var(--mainblue);

    border: none;

    font-size: 14px;

    text-transform: uppercase;

    padding: 10px 0;

    width: 140px;

    display: block;

    margin: 0 auto;

}



.form-area a.signup {

    position: absolute;

    left: -112px;

    background: #fff;

    color: var(--mainblue);

    text-transform: uppercase;

    font-weight: 600;

    padding: 12px 50px 12px 20px;

    /* outline: 1px solid #fff; */

    outline-offset: 2px;

    transform: rotate(90deg);

    top: 130px;

    overflow: hidden;

    border-bottom-left-radius: 10px;

    border-bottom-right-radius: 20px;

    box-shadow: 0 0 26px rgb(0 0 0 / 20%);

}



.form-area a.signup img {

    position: absolute;

    max-height: 20px;

    right: 6px;

    top: 9px;

    filter: invert(1);

}



.form-area a.signup:before {content: "";background: var(--mainmaroon);position: absolute;width: 58px;height: 58px;right: -20px;bottom: 0px;border-radius: 50px;}



.form-area a.signup span.ink.animate {

    animation: ripple 2.5s linear infinite;

    display: block;

    position: absolute;

    background: var(--mainmaroon);

    border-radius: 100%;

    -webkit-transform: scale(0);

    transform: scale(0);

    z-index: 20;

}



@keyframes ripple{20%{opacity:0;-webkit-transform:scale(2.5);transform:scale(2.5)}to{opacity:0;-webkit-transform:scale(2.5);transform:scale(2.5)}}



.form-area.open {

    transform: translateX(0);

}



.form-area.open a.signup {

    box-shadow: none;

}



.order-pg .sec9 {

    display: none;

}



body.order-pg {

    height: 100vh;

    /* display: flex; */

    /* justify-content: center; */

    /* align-items: center; */

    background: url(images/order-pgbg.jpg) no-repeat;

    background-size: cover;

}



.order-pg footer {

    display: none;

}



.order-pg .form-area {

    display: none;

}



.order-pg nav.navbar.navbar-expand-lg.fixed-top {

    display: none;

}



body.order-pg img.logo {

    margin: 0 0 15px;

}



body.order-pg h1 {

    color: #fff;

    text-align: center;

    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.4);

    font-size: 64px;

    font-weight: 700;

}



body.order-pg h3 {

    text-align: center;

    font-weight: 600;

    font-size: 24px;

}



body.order-pg h3 span {

    background: #fff;

    padding: 0 5px;

    margin: 0 0 10px;

    display: inline-block;

}



body.order-pg img.discount {

    margin: 10px auto 15px;

    display: block;

    height: 242px;

}



body.order-pg .box1 p {

    color: #fff;

    font-size: 13px;

}



body.order-pg .box1 a.callnow {

    background: #fff;

    font-size: 14px;

    color: var(--mainblue);

    font-weight: 600;

    padding: 8px 25px;

    display: inline-block;

    border-radius: 30px;

}



.order-pg input[type="file"] {

    max-width: 100%;

    font-size: 14px;

}



.order-pg .leftt {

    flex: 0 0 37%;

    max-width: 37%;

    padding: 0 40px;

}



.order-pg .rightt {

    flex: 0 0 63%;

    max-width: 63%;

    background: #f9fafc;

    padding: 30px 40px 30px 110px;

    border-top-left-radius: 150px;

    border-bottom-left-radius: 150px;

    height: 500px;

    overflow-y: scroll;

    position: relative;

}



body.order-pg .container-fluid {

    padding: 0 40px;

}



.order-pg .rightt h4 {

    color: var(--mainmaroon);

    font-weight: 600;

}



body.order-pg .row.main-row {

    align-items: center;

}



body.order-pg .form-control, body.order-pg select.form-select {
    border-radius: 0;
    border: none;
    font-size: 14px;
    padding: 8px 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

body.order-pg select.form-select {border-radius: 0;border: none;}

.order-pg .rightt .form-label {
    font-size: 14px;
}

body.order-pg .form-control::placeholder {
    color: #212529;
}

.order-pg .rightt label.form-check-label {
    font-size: 14px;
}

.order-pg .rightt .payment .text-end input {
    padding: 0;
    border: none;
    background: transparent;
    color: #212529;
    line-height: inherit;
}

.order-pg .rightt button.btn.btn-primary {
    background: var(--mainmaroon);
    border-color: var(--mainmaroon);
}

body.order-pg ::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: rgb(217 69 39 / 0.2);
}

body.order-pg ::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
  /*box-shadow: 0 0 16px #000;*/
  border: 1px solid #ddd
}

body.order-pg ::-webkit-scrollbar-thumb
{

  background-color: var(--mainmaroon);
  /*border-bottom: 150px solid #bdb8d4;*/
}

.navbar-brand img {
    /* margin-left: 20px; */
}

.navbar-expand-lg .navbar-nav li:last-child .nav-link, .navbar-expand-lg .navbar-nav li:nth-last-child(2) .nav-link {border: 1px solid rgb(255 255 255 / 40%);margin: 0 6px;overflow: hidden;transition: all 0.3s ease;}

.navbar-expand-lg .navbar-nav .nav-link span {
    position: absolute;
}

.navbar-expand-lg .navbar-nav .nav-link span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#fff);
    animation: animate1 1s linear infinite;
}

.navbar-expand-lg .navbar-nav .nav-link span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#fff);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}

.navbar-expand-lg .navbar-nav .nav-link span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#fff);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}

.navbar-expand-lg .navbar-nav .nav-link span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#fff);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}

@keyframes animate2{
    0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}

@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}

@keyframes animate4{
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}

.navbar-expand-lg .navbar-nav li:nth-last-child(2) .nav-link:hover, .navbar-expand-lg .navbar-nav li:last-child .nav-link:hover {
    box-shadow: 0 0 5px var(--mainmaroon),
                0 0 25px var(--mainmaroon),
                0 0 50px var(--mainmaroon),
                0 0 200px var(--mainmaroon);
    -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
    background: var(--mainmaroon);
}

.banner .btn-area a.order:hover {
   background: transparent;
    color: #fff;
}

.banner .btn-area a.chat:before {content: "";background: #fff;position: absolute;top: 0;bottom: 0;left: 0;width: 0;transition: all 0.3s ease;z-index: -1;}

.banner .btn-area a.chat:hover:before {
    width: 100%;
}

.banner .btn-area a.chat:hover {
    color: var(--mainmaroon);
}

.price-pg div#price_table {
   text-align: center;
    margin: 30px 0 0;
}

.price-pg  table.table th {
    background: var(--mainmaroon);
    color: #fff;
    padding: 18px 0;
    border-right: 1px solid rgb(108 106 106 / 10%);
    position: relative;
}

.price-pg table.table th img {
    position: absolute;
    right: 0;
    top: 0;
}

.price-pg table.table td {
    border-right: 1px solid #d4d4d4;
    border-bottom: none;
    padding: 15px 10px;
}

.price-pg table.table tr:nth-child(even) {
    background: #e7e7e7;
}

.price-pg table.table td:first-child {
    border-left: 1px solid #d4d4d4;
    background: rgb(225 225 225 / 40%);
}

.price-pg button.btn.btn-primary {
    padding: 13px 0;
    background: var(--mainblue);
    border: 1px solid #fff;
    font-weight: 500;
    text-align: center;
    width: 154px;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
}

.price-pg button.btn.btn-primary:before {content: "";background: #fff;width: 2px;height: 20px;position: absolute;top: -1px;left: 10px;}

.price-pg button.btn.btn-primary:after {content: "";background: #fff;width: 2px;height: 20px;position: absolute;bottom: -1px;right: 10px;}

.panel-default>.panel-heading {
    background-color: #102A58;
    cursor: pointer;
    border-left: #102A58 12px solid;
    color: #fff;
    padding: 10px 15px;
}

.panel-default>.panel-heading a {
    color: #fff;
}

.panel-body {
    padding: 15px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

#section-order-form .order-sidebar ul li a {
    color: #000;
}

#section-order-form ul li:before {
    display: none;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #428bca;
}

.tnc #section-order-form ul li {
    padding: 0;
}

#section-order-form .nav>li>a {
    margin-right: 4px;
    background: #242a36;
    border-radius: 5px;
}

.panel-heading .label-success, .panel-heading .badge {
    background: #fff;
    border-radius: 4px;
    color: #000;
    padding: 3px 10px;
    display: inline-block;
}

#section-order-form button.btn.btn-primary {
    background: #102A58;
    border-color: #102A58;
}

a.maill {
    position: fixed;
    left: -8px;
    top: 50%;
    width: 60px;
    /* text-align: center; */
    height: 60px;
    line-height: 60px;
    background: var(--mainmaroon);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 0 26px rgb(0 0 0 / 40%);
    padding-left: 13px;
    z-index: 1;
}

a.maill img {
    filter: invert(1);
}

.navbar a.mail-btn {
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
}

.navbar a.mail-btn img {
    margin-right: 4px;
}

.inner.blogs {
    padding: 40px 0 10px;
}

.blogs article a img {
    height: 176px;
    object-fit: cover;
    width: 100%;
}

.blogs article .content-area {
    padding: 20px 0 0;
}

article h6 span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 0 13px 6px 0;
    display: inline-block;
    background: var(--mainmaroon);
    padding: 4px 9px;
    border-radius: 4px;
}

article h6 span img {
    display: inline-block;
    margin-right: 5px;
    filter: invert(1);
}

article h6 .post-views {
    display: inline-block;
    margin: 0;
}

article h6 .post-views span {
    margin: 0;
    padding: 0;
}

.blogs article {
    margin: 0 0 30px;
}
body.single-post .navbar-expand-lg {
    background: var(--mainblue);
}

section.single-blog {
    padding: 100px 0 40px;
}

section.single-blog img {
    margin: 0 auto;
    display: block;
}

section.single-blog h1 {
    text-align: center;
}

.login-pg form.needs-validation:after {
    content: "";
    display: table;
    clear: both;
}

/*============= Responsive Mode ===============*/

@media (min-width: 992px){

.navbar-expand-lg .navbar-nav li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}    
}

@media (max-width: 991.98px){}

@media (max-width: 767.98px){

button.navbar-toggler {
    background: url(images/square.png) no-repeat;
    padding: 0;
    border: none;
    width: 32px;
    height: 32px;
    filter: invert(1);
    float: right;
    margin: 13px 0 0;
}

.banner h2 {
    font-size: 20px !important;
}

.banner h2 strong {
    font-size: 25px !important;
}

.banner h1 {
    font-size: 25px;
}

section.banner {
    background: #9c2b2d;
    padding: 100px 0 40px;
}

.banner .btn-area a {
    font-size: 14px;
    padding: 10px 0;
    width: 140px;
}

.banner .btn-area a.order {
    margin-bottom: 15px;
}

p {
    font-size: 14px;
}

.sec1 h2:before {
    left: 0;
}

.sec1 h2 {
    padding-left: 12px;
    font-size: 30px;
    margin: 0;
}

.sec1 .col-lg-3:nth-child(2):before {
    display: none;
}

.sec1 .col-lg-3:nth-child(2) {
    /* margin: 20px 0 0; */
}

.sec1 .col-lg-3 {
    margin: 25px 0 0;
}

.sec1 {
    padding-bottom: 40px;
}

.sec5 h2 {
    font-size: 30px;
    padding-left: 15px;
    display: inline-block;
}

.sec5 h2 br {
    display: none;
}

.sec5 h2:before {
    left: 0;
}

.sec5 h2:after {
    right: -20px;
}

.sec5 img {
    width: 100%;
}

.sec5 .box {
    margin: 0 0 30px;
}

.sec5-2 {
    margin-top: 0;
}

.sec6 .col-md-6.col-lg-6:first-child:before {
    display: none;
}

.sec6:after {
    bottom: 0;
    width: 100%;
    top: 0;
}

.sec6 h1 {
    display: none;
}

.sec6 .item {
    padding: 0;
}

.sec6 .col-md-6.col-lg-6:first-child:after {
    right: 0;
}

.sec6 {
  padding-top: 40px;
}

.sec8 {
    padding: 0 0 40px;
}

.sec8 .col-md-4.col-lg-4 {
    padding-bottom: 40px;
}

.sec8 .accordion {
    padding: 30px 0 0 0;
}

.sec8 .accordion-button {
    font-size: 14px;
    padding: 14px 10px;
}

.sec9 a {
    width: 124px;
    font-size: 14px;
}

.sec9 .row {
    padding: 35px 0;
    text-align: center;
}

.sec9 .col-md-6.col-lg-6.text-end {
    text-align: center !important;
}

footer {
    margin: 0;
}

.footer-widgets {
    padding: 40px 0 40px;
}

.footer-widgets .col-md-5.col-lg-5.pe-5 {
    padding-right: 12px !important;
    margin-bottom: 20px;
}

.footer-widgets .col-md-2.col-lg-2 {
    margin-bottom: 20px;
}

.copyright p {
    font-size: 12px;
}

.copyright .col-md-3.col-lg-3 {
    order: 2;
    text-align: center;
    margin: 5px 0;
}

.copyright .col-md-6.col-lg-6.text-center {
    order: 1;
}

.copyright .col-md-3.col-lg-3.text-end {
    order: 3;
    text-align: center !important;
}

.copyright .row {
    padding: 10px 0;
}

.copyright .col-md-3.col-lg-3.text-end img {
    max-height: 24px;
}

.navbar-nav {
    background: var(--mainblue);
    margin: 10px 0 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
   padding: 8px 15px;
   width: 100%;
   margin: 0 0 10px !important;
}

.navbar-expand-lg .navbar-nav li:last-child .nav-link {
    margin: 0;
}

.abt-banner .btn-area {
    padding: 0;
}

.abt1 .box {
    display: block;
}

.abt1 .text-with-icon h4 {
    width: 100%;
    font-size: 16px;
}

.abt1 .text-with-icon {
    align-items: center;
    margin: 0 0 15px;
}

.abt1 .image-area:before {
    display: none;
}

.abt1 .image-area img {
    margin: 30px 0 0;
}

.abt2 img {
    margin: 0 0 20px;
}

.abt2-1 {
    display: none;
}

.abt2 .col-md-4.col-lg-4 img {
    display: none;
}

.ser1 h2.break-span span {
    word-break: break-all;
}

.ser3 h3 {
    font-size: 30px;
    margin: 0 0 12px;
}

.ser3 h3 span {
    display: inline-block;
}

.ser-pg .sec8 {
    margin: 30px 0 0;
}

.ser-pg section ul li {
    font-size: 14px;
}

.ser8 .text-with-icon {
    display: block;
}

.sitemap section ul li {
    display: block;
    width: 100%;
}

.banner h2 strong br {
    display: none;
}

.testi-pg section .col-md-6.col-lg-6:nth-last-child(2) .box {
    margin: 0 0 50px;
}

.con-pg .box1 {
    padding: 70px 20px 0;
}

.con-pg .box2 ul li {
    padding: 70px 0 0;
}

.con-pg .box2 ul li:before {
    top: 50px;
}

.ser8 .image-box {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
}

body.order-pg {
    height: auto;
}

.order-pg .leftt {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 12px;
    text-align: center;
    /* margin: 0 0 30px; */
}

body.order-pg .container-fluid {
    padding: 0 12px;
}
.order-pg .rightt {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 0;
    overflow-y: unset;
    padding: 30px 15px;
    height: auto;

}

.order-pg .row.payment.mb-3 .text-end, .order-pg .row.align-items-baseline .text-end {
    text-align: left !important;
    margin: 20px 0 0;

}

.sec3 .col-md-3.col-lg-3 {
    margin: 0 0 30px;
}

.sec3 .col-md-3.col-lg-3:last-child {
    margin: 0;
}
}
@media (max-width: 575.98px){}