@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Oxanium-Bold';
    src: url(../fonts/Oxanium-Bold.ttf);
}

@font-face {
    font-family: 'Oxanium-SemiBold';
    src: url(../fonts/Oxanium-SemiBold.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000!important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Oxanium-Bold', Sans-Serif;
    font-size: 82px;
    line-height: 90px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
}

h2 {
    font-family: 'Oxanium-SemiBold', Sans-Serif;
    font-size: 24px;
    line-height: 30px;
    color: #86bee7;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    font-family: 'Oxanium-Bold', Sans-Serif;
    font-size: 60px;
    line-height: 65px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 10px;
}

h4 {
    font-family: 'Oxanium-Bold', Sans-Serif;
    font-size: 60px;
    line-height: 65px;
    color: #86bee7;
    font-weight: 500;
    margin: 0 0 10px;
}

h5 {
    font-family: 'Oxanium-Bold', Sans-Serif;
    font-size: 60px;
    line-height: 65px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
}

h6 {
    font-family: 'Oxanium-Bold', Sans-Serif;
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
}

p {
    color: #535353;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins', serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0 0 10px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
   text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 23px;
    font-size: 16px;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.menuSec ul li a:after {
    content: '';
    position: inherit;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
        color: #86bee7;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

header {
    position: absolute;
    z-index: 9999;
    width: 100%;
    margin: 20px 0;
}     
.btn1 {
    /* padding: 13px 33px; */
    border-radius: 50px;
    border: 0;
    color: #fff;
    background-color: #86bee7;
    box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
    /* letter-spacing: 1.5px; */
    text-transform: capitalize;
    font-size: 16px;
    transition: all .5s ease;
    font-family: 'Poppins';
    text-transform: uppercase;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
}

        
    .btn1:hover {
        
        background-color: hsl(208.85deg 81.25% 12.55%);
        color: hsl(0, 0%, 100%);
      box-shadow: rgb(121 171 207) 0px 7px 29px 0px;
        }
        
  .btn1:active {
    
    background-color: hsl(208.85deg 81.25% 12.55%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(121 171 207) 0px 7px 29px 0px;
    transform: translateY(10px);
    transition: 100ms;
}
        .header-btn {
            display: flex;
            align-items: center;
            justify-content: center;
        }


        .head-social ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 15px;
    justify-content: center;
    /* margin-top: 40px; */
    justify-content: start;
}

.head-social {
    /* position: absolute; */
    /* bottom: 4%; */
    margin-top: 55px;
}
.head-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 17px;
    /* background-image: -webkit-linear-gradient( 307deg, #ffcc00 0%, #ffc107 49%, rgb(96 90 90) 99% ); */
    color: #ffffff;
    transition: 0.5s;
    background: transparent;
    border-radius: 48px;
    border: solid 0.5px white;
}

.head-social ul li a i {
    animation: 1.5s ease-in-out float infinite;
}

.head-social ul li a:hover {
    background: #86bee7;
    color: white;
}

@keyframes float {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
        filter: drop-shadow(2px 4px 6px #ffffff);
    }
    100% {
        transform: scale(1);
    }
}

.head-social ul li:nth-child(1) a i {
    animation-delay: .5s;
}

.head-social ul li:nth-child(2) a i {
    animation-delay: 1s;
}

.head-social ul li a:nth-child(3) a i {
    animation-delay: 1.5s;
}

.head-social ul li a:nth-child(4) a i {
    animation-delay: 2s;
}

.header-1-btn {
    width: 27%;
}
.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */

.banner_text h1 {
    text-transform: uppercase;
}
.banner_text p {
    color: white;
    line-height: 25px;
    width: 70%;
}
img.img-fluid.banner-img {
    width: 100%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 9%;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}


/* .search-btn:hover {
  color: #00A896;
} */


/* end search box css */

/*aboutus sect*/


.abt2 {
    position: absolute;
    bottom: -90px;
    left: -10%;
}

.abt-img {
    position: relative;
}
.awrd-detail h4 {

    font-size: 23px;
    line-height: 25px;
    color: #8a8888;
}
.count {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    text-align: center;
    margin-top: 60px;
}
.awrd-detail h2 {
    font-family: 'Oxanium-SemiBold', Sans-Serif;
    font-size: 60px;
    line-height: 60px;
}

.about-text {
    margin-left: -77px;
    background: white;
    padding: 40px;
    z-index: 0;
    position: relative;
    box-shadow: 0 0 10px #d3dae3;
    border-radius: 20px;
    margin-top: 35px;
}
.abt-btn a.btn1 {
    background-color: #072440;
    width: 25%;
}


/*service sect*/

.ser-detail h6 {
    text-align: center;
    background: white;
    width: 90%;
    margin: auto;
    padding: 20px;
    margin-top: -36px;
    box-shadow: 0 0 10px #d3dae3;
    z-index: 0;
    position: relative;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 18px;
}

.ser-img {
    padding-top: 20px;
}

.services::before {
    position: absolute;
    content: "";
    background: url(../images/srv-bk.png);
    width: 100%;
    height: 417px;
    /* top: 0; */
    z-index: -1;
}
.services {
    position: relative;
}
/*.sev-txt {
    margin-top: 13%;
}*/

.sev-txt h3 {
    color: white;
}
.ser-btn {
    display: flex;
    justify-content: end;
    align-items: center;
}
.ser-btn a.btn1 {
    width: 40%;
}

/*whychoose sect*/

.choose-key-list li {
    margin-bottom: 20px;
}
.choose-key-list li {
    display: flex;
    gap: 20px;
}

.choose-key-list li span {
    width: 100px;
    height: 77px;
    overflow: hidden;
    padding: 7px;
    border-radius: 46px;
    background: #072440;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.choose-key-list {
    margin-top: 20px;
}

.choose2 {
    position: absolute;
    top: 8%;
    left: -111px;
}
.choose-img {
    position: relative;
}

.choose1 img {
    /* width: 589px; */
    /* height: 639px; */
    /* object-fit: cover; */
    margin-left: 142px;
}
.choose-key-list p {
    width: 78%;
}
.choose-key-list h6 {
    font-size: 22px;
    line-height: 25px;
}


.video-div {

    position: relative;

    /*width: 90%;

    margin-left: auto;*/

}


.abs-vid {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50% );
    text-align: center;
    width: 80%;
}


/*.abs-vid i {

    font-size: 40px;

    color: #f2f3ef;

    border: solid;

    border-radius: 45px;

     padding: 19px; 

    width: 80px;

    height: 80px;

    padding-left: 25px;

    padding-top: 17px;

}*/



.abs-vid a {

    text-decoration: none;

}



.video-images img {

    width: 100%;

}
.abs-vid a {
    font-size: 32px;
    color: #f2f3ef;
    border: solid; 
    border: none;
  }

.abs-vid img {
    border: solid 0.5px;
    padding: 13px;
    border-radius: 10px;
}

.abs-vid h1 {
    text-transform: uppercase;
    margin: 20px 0;
}
img.img-sz {
    width: 40px;
    height: 34px;
}
.qouma {
    position: absolute;
    right: 30px;
    bottom: 10px;
}


/*testimonials sect*/

.test-detail {
    padding: 0;
    border: solid 0.5px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 10px;
    /* margin-bottom: 20px; */
    box-shadow: 0px 0px 4px #80808087;
    background: white;
    position: relative;
    box-shadow: 0 0 10px #d3dae3;
}
.test-img {
    width: 100%;
    /* height: 182px; */
    /* object-fit: cover; */
}
.client-detail h6 {
    font-size: 26px;
    line-height: 26px;
    margin: 0;
    text-transform: uppercase;
}
.client-detail p {
    line-height: 30px;
    margin: 0;
        text-transform: uppercase;
}

.client-detail {
    margin: 10px 0;
}
.whitebox {
    border: solid 0.5px #8080804a;
    padding: 20px 20px 0;
    position: relative;
    box-shadow: 0 0 10px #d3dae3;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

/*.testi-slider .slick-prev {
    left: -98%;
}

.testi-slider .slick-next {
    right: auto;
    left: -93%;
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
    top: 110%;
}
*/


.testi-slider  .slick-dots {   
    left: -146%;
}

.testimonials {
    background: url(../images/test-bk.png);
    background-size: cover;
    width: 100%;
    height: auto;
}

.testi-slider .slick-dots li.slick-active button:before {
    width: 20px;
    background: #86bee7 !important;
    height: 10px;
    border-radius: 10px;
    opacity: 5;
}
.testi-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    opacity: 1;
    height: 10px;
    background: #000;
    text-align: center;
    content: '';
    border-radius: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testi-slider .slick-active {
    opacity: 1;
}


/*blogs section*/


ul.admin-detail {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    justify-content: start;
    margin-top: 12px;
}
li.author {
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
}
span.left.author {
    margin-right: 5px;
    color: #000;
}
span.right.post-author a {
    color: #89868d;
    font-size: 14px;
    font-family: 'Josefin Sans';
}
li.comment {
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
}
span.left.comment {
    margin-right: 5px;
    color: #000;
}
span.right.comment a {
    font-size: 14px;
    color: #89868d;
    font-family: "Josefin Sans", Sans-serif;
}

.blog-detail {
    /* text-align: center; */
    background: white;
    width: 87%;
    margin: auto;
    padding: 20px;
    margin-top: -75px;
    box-shadow: 0 0 10px #d3dae3;
    z-index: 0;
    position: relative;
    border-radius: 10px;
    text-transform: uppercase;
}

.blog-detail h6 {
    font-size: 15px;
    line-height: 22px;
}

.blg-btn {
    display: flex;
    justify-content: end;
}
.blg-btn a.btn1 {
    width: 40%;
    background: #072440;
}



/*footer-start*/

.footerSec {
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 6% 0 0;
}
.footer-logo h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 49.02px;
    line-height: 40.85px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
    border: 1px solid #ffffff;
    border-radius: 9px;
    text-align: center;

}
.footer-logo p {
    margin: 8% 0;
    color: #ffffff;
}
.footer-logo ul li a{
    color: #ffffff;
    background-color: #067c8a;
}
.footer-logo ul li a {
    color: #ffffff;
    background-color: #86bee7;
    height: 40px;
    width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}
.footer-logo ul li a:hover {
    box-shadow: 0 0 10px 0 #86bee7 inset, 0 0 10px 4px #86bee7;
    color: #ffffff;
    background-color: transparent;
}
.footer-logo ul{
    display: flex;
    gap: 15px;
}
.footerSec h5 {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 12%;
    position: relative;
    font-family: 'Poppins';
}
.footerSec h5:after {
    content: "";
   background-color: #86bee7;
    position: absolute;
    height: 4px;
    width: 20%;
    bottom: -14px;
    left: 0;
    
}

.foot-links ul li a {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    text-transform: uppercase;
}
.foot-links ul li a:hover {
    color: #067c8a;
}
.footer-contact ul li {
    display: flex;
    align-items: center;
    padding: 0 0 13px;
}
.footer-contact ul li a{
    color: #ffffff;

}
.footer-contact ul li a:hover{
     color: #067c8a;
}

.footer-contact ul li i {
    color: #ffffff;
    padding-right: 9px;
}
.footer-contact ul li p{
    color: #ffffff;
        margin: 0;
}
.news-letter p{
    color: #ffffff;
    margin-bottom: 30px;
}
.news-letter input {
    height: 60px;
    width: 95%;
    border: 0;
    border-radius: 4px;
    padding-left: 20px;
}
.news-letter ::placeholder{
    color: #777777;

}
.news-letter button.btn-theme {
    border: 0;
    border-radius: 12px;
    margin-top: 20px;
}
.footer-btm {
    /* background-color: #067c8a; */
    padding: 10px 0;
    margin-top: 5%;
    border-top: 1px solid #fff;
}
.copy-txt p{
    line-height: 46px;
    color: #ffffff;
    text-transform: uppercase;

}

.news-btn a.btn1, .news-btn button.btn1 {
    width: 55%;
    margin-top: 10px;
    border-radius: 10px;
}
/*footer-end*/


/*inner pages start*/


.banner-image img {
    width: 100%;
}

.banner-image {
    position: relative;
}


.title-new {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
   /*  background: #b7040461; */
    display: flex;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: start;
}


.inner-about-text {
    margin-left: 0;
    background: white;
    padding: 0;
    z-index: 0;
    position: relative;
    /* box-shadow: 0 0 10px #d3dae3; */
    border-radius: 20px;
    margin-top: 35px;
    /* width: 100%; */
}
.center-content {
    margin: 0 auto;
    text-align: center;
}

.inner-about-text p {
    text-align: justify;
}
.team-img {
    text-align: center;
}
.team-img h6 {
    margin: 10px 0 0;
    text-transform: uppercase;
}

.abtcont p {
    margin: 0;
    text-align: justify;
}
.abtcont {
    margin-top: 10%;
}
.team-img p {
    color: #575858;
    font-size: 22px;
    line-height: 25px;
}

.blog-btn {
  
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.blog-btn a.btn1 {
    width: 20%;
    
}



.serdetail h6 {
    font-size: 48px;
    margin: 15px 0;
    text-transform: uppercase;
}
.serdet-btn a.btn1 {
    width: 20%;
}
.title-new h1 {
    text-transform: uppercase;
}


.innerchose-txt h3 {
   
    font-size: 31px;
    line-height: 41px;
  /*     width: 80%;*/
}

.inner-box {
    /* border: solid; */
    padding: 40px 20px;
    box-shadow: 0 0 10px #d3dae3;
    margin-bottom: 34px;
    text-align: center;
    height: 280px;
}

.inner-box h6 {
    font-size: 28px;
    line-height: 30px;
}





/*contactus page*/

.icon_info h6 {
    font-size: 20px;
    color: black;
    font-family: 'Poppins';
    line-height: 20px;
    margin: 0 0 10px;
}

.send_message ul li {
    display: flex;
    align-items: center;
   /* margin-bottom: 45px;
    margin-top: 23px;
    margin-bottom: 60px;*/
}

.icon_info p {
    color: #484747;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Poppins', serif;
    font-weight: 400;
    letter-spacing: 0px;
    /* margin: 0 0 10px; */
}


.send_message .icon {   
    margin-right: 23px;
}

.send_message ul {
    margin-top: 25px;
}

.send_message h3 {
    /* font-family: 'Bebas-Regular'; */
    font-size: 48px;
    line-height: 50px;
    color: #000;
    font-weight: 600;
     margin: 0 0 45px; 
         text-transform: uppercase;
}

.send_message1 h3 {
    /* font-family: 'Bebas-Regular'; */
    font-size: 48px;
    line-height: 50px;
    color: #000;
    font-weight: 600;
     margin: 0 0 15px; 
         text-transform: uppercase;
}
.send_message ul li:not(:last-child) {
    margin-bottom: 25px;
    display: flex;
}

.send_message ul li i {
    
    display: flex;
    gap: 30px;
}

ul.cont-det {
    margin-top: 30px;
}

.send_message ul li i {
    display: flex;
    gap: 30px;
    font-size: 40px;
    color: #0a0a0a;
    /* margin-bottom: 21px; */
    /* margin-top: 20px; */
    align-items: center;
    /* justify-content: center; */
}

.icons-contact i.fas.fa-envelope {
    padding: 14px;
    background-color: #000;
    color: white;
    font-size: 22px;
}

.icons-contact i.fas.fa-phone-alt {
    padding: 14px;
    background-color: #000;
    color: white;
    font-size: 22px;
}


.location {
    display: inline-flex;
    margin-left: 21px;
    margin-top: 19px;
}

.location h4 {
    font-size: 22px;
    font-family: 'Georgia';
    color: black;
}

.send_message1 {
    /*border: solid 0.5px gray;*/
        padding: 30px 30px 50px;
    border-radius: 20px;
    box-shadow: 0 0 10px #d3dae3;
}
.send_message h2 {   
    font-size: 48px;
    line-height: 50px;
    color: #000;
    }

.send_message1 h2 {
    font-size: 50px;
    line-height: 50px;
    color: #000;
}
.cont-pg-input {
    margin-top: 18px;
}








/*---form---*/

.cont-pg-input input {
    width: 100%;
    height: 47px;
    /* color: #d3d1d1; */
    border: 1px solid #d3d1d1;
    border-radius: 7px;
    padding: 14px !important;
    font-size: 16px !important;
    font-family: 'Montserrat';
    font-weight: 500;
    /* margin-top: 9px;*/
    margin-bottom: 15px;
    color: #9d9a9a;
}

.cont-pg-input textarea {
    width: 100%;
    height: 130px !important;
    border: 1px solid #d3d1d1;
    border-radius: 7px;
    padding: 20px !important;
    font-size: 16px !important;
    /* margin-top: 9px;*/
}

a.sbt-btn10 {
    /* border: solid; */
    height: 45px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    /* background: linear-gradient(to right, #1862a2 10%, #073668 100%)!important; */
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Poppins';
    margin-top: 30px;
    background: #fc1320!important;
}
.cont-pg-input input::placeholder{
    color: #9d9a9a;
}

.cont-pg-input textarea::placeholder{
    color: #9d9a9a;
}

.cont-social ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 15px;
    justify-content: center;
    /* margin-top: 40px; */
    justify-content: start;
}
.cont-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 17px;
    /* background-image: -webkit-linear-gradient( 307deg, #ffcc00 0%, #ffc107 49%, rgb(96 90 90) 99% ); */
    color: #ffffff;
    transition: 0.5s;
    background: #072440;
    /* border-radius: 48px; */
    border: solid 0.5px;
}

.contact-us {
    background: url(../images/abt-bk.jpg);
    background-size: cover;
    width: 100%;
    height: auto;
    box-shadow: inset 0 0 0 2000px #fffffff2;
    background-position: bottom;
}


/*book now page*/

.appointment-sec form input {
    font-size: 16px;
    width: 100%;
    height: 60px;
    border: 1px solid #ddd9d9;
    padding: 0 20px;
    margin-bottom: 5%;
    /* font-family: 'Montserrat-Regular'; */
    /* transform: skewX(-16deg); */
    color: #000000;
    background: #f8f8f8;
    font-weight: 500;
}
.appointment-sec form input::placeholder {
    color: #565555;
    }

.appointment-sec form select {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd9d9;
    padding: 0 20px;
    margin-bottom: 5%;
    -webkit-appearance: auto;
    /* font-family: 'Montserrat-Regular'; */
    background: none;
    color: #000000;
    font-size: 16px;
    background: #f8f8f8;
    color: #565555;
    /* transform: skewX(-16deg); */
    font-weight: 500;
}
.appointment-sec form textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #ddd9d9;
    padding: 20px 20px;
    margin-bottom: 1%;
    resize: none;
   /* font-family: 'Montserrat-Regular';*/
    font-size: 16px;
    /* color: red; */
   /* transform: skewX(-16deg);*/
   background: #f8f8f8;
}

.appointment-sec form textarea::placeholder {
    color: #565555;
    font-weight: 500;
}

.appt-btn a {
    width: 35%;
    display: flex;
    justify-content: center;
    height: 55px;
    align-items: center;
    /* clip-path: polygon(0 0, 89% 0, 100% 31%, 100% 100%, 10% 100%, 0 73%); */
   /* background: linear-gradient(to left, #15315a 10%, #51a8f1 79%);*/
    color: white;
    font-size: 25px;
    /* font-family: 'Montserrat-Regular'; */
    /* clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%); */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    margin: 0 auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.appointment-sec{
    background: url(../images/abt-bk.jpg);
    background-size: cover;
    width: 100%;
    height: auto;
    box-shadow: inset 0 0 0 2000px #fffffff2;
    background-position: bottom;
    /* z-index: 0; */
    /* position: relative; */
}




/* Blog Detail Page Start */

section.blog-detail-page {
    /*position: relative;*/
    padding: 100px 0;
   /* background: #eaf2fd;*/
}

/*section.blog-detail-page::before {
    position: absolute;
    content: "";
    background: url(../images/abt-before.png);
    width: 285px;
    height: 904px;
    top: 0;
    background-repeat: no-repeat;
    right: 0;
}*/

.det-img-main img {
    width: 100%;
    box-shadow: 0 0 20px 2px #3e3e3e2b;
}

.recent-posts h2 {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 35px;
    /* font-family: 'AlbraMedium'; */
    color: black;
}

.recent-posts span {
    font-family: 'Bebas Neue', cursive;
    font-size: 54px;
    line-height: 60px;
    color: #85c75d;
    font-weight: 500;
    margin: 0 0 10px;
}

.det-txt-sml ul li i {
    color: #000000;
    font-size: 19px;
}

.det-head h2 {
    font-weight: 400;
    font-size: 32px;
    /* margin-bottom: 30px; */
    line-height: 45px;
    /* font-family: 'AlbraMedium'; */
    color: #000000;
}

ul.blog-points li h3 {
    font-size: 22px;
    line-height: 22px;
}
ul.blog-points {
    list-style: auto;
    margin: 20px;
}
ul.blog-points li {
    margin-bottom: 20px;
}
ul.blogpoints li {
    margin-bottom: 20px;
}
ul.blogpoints {
    list-style: disc;
    /* margin-bottom: 20px; */
    margin: 20px;
}
.det-head span {
    font-family: 'AlbraMedium';
    font-size: 61px;
    line-height: 62px;
    color: #06b6ea;
    font-weight: 500;
    margin: 0 0 10px;
}

.det-txt-main p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 30px;
}


/* Blog Details */

.blog-post {
    display: grid;
    grid-template-columns: auto auto;
    gap: 25px;
    align-items: center;
    margin-bottom: 33px;
}

.det-txt-sml p {
    font-size: 17px;
    font-family: 'Oxanium-SemiBold';
    line-height: 19px;
    color: black;
}
.det-txt-sml ul {
    margin-bottom: 0;
  /*  width: 100%;
    display: inline-flex;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;*/
    /* padding: 5px 0; */
   /* height: 40px;
    padding: 0 10px;*/
}

.det-txt-sml ul li {
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/*li.date {
    border-right: 1px solid #cccccc;
    padding-right: 15px;
}
*/
li.comments {
    padding-left: 15px;
}

.det-head ul {
    margin-bottom: 0;
    display: flex;
    /* border-top: 1px solid #000; */
    /* border-bottom: 1px solid #000000; */
    /* padding: 5px 0; */
    /* height: 40px; */
    padding: 21px 10px;
}
.det-txt-main {
    border-top: solid 0.5px gray;
    padding: 10px 0;
}

.det-head ul li {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.det-head ul li i {
    color: #000000;
    font-size: 22px;
}
.det-head ul li.date {
    padding-right: 25px;
}

.det-head ul li.comments {
    padding-left: 25px;
}

.det-txt-main p {
    font-size: 19px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 35px;
    font-family: 'Poppins';
}

footer.footerSec.detFooter {
    background-color: #ffffff;
}

section.blg-det-sec {
    padding: 80px 0;
    position: relative;
}


.news_formm {
    position: relative;
    margin-bottom: 45px;
}
.news_formm form input {
    width: 100%;
    height: 60px;
    background: transparent;
    border: 1px solid #555555;
    color: #000;
    padding: 10px 10px;
    border-radius: 0;
    margin-right: 10px;
}
.news_formm form button {
    position: absolute;
    bottom: 0;
    right: 0;
}


.theme_btn {
    border-radius: 0;
    color: #fff;
    z-index: 1;
    background: #072440;
    position: relative;
    font-size: 14px;
    /* box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27); */
    transition: all 250ms;
    overflow: hidden;
    font-family: 'Montserrat';
    font-weight: 500;
    border: none;
    text-transform: uppercase;
    height: 60px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
/* Blog Details */


/* Blog Detail Page End */



/*popup*/

.send_message-pop h2 {
    font-size: 36px;
    line-height: 33px;
    color: #000;
}

.send_message-pop p {
    font-size: 10px;
    line-height: 12px;
    /* color: black; */
}

.cont1-pg-input input {
    width: 100% !important;
    height: 28px !important;
    /* color: #d3d1d1; */
    border: 1px solid #d3d1d1;
    border-radius: 7px;
    padding: 8px !important;
    font-size: 8px !important;
    /* font-family: 'Montserrat'; */
    font-weight: 500;
    /* margin-top: 9px; */
    margin-bottom: 6px;
    color: #000000;
}

.cont1-pg-input textarea {
    width: 100% !important;
    height: 70px !important;
    border: 1px solid #d3d1d1;
    border-radius: 7px;
    padding: 7px !important;
    font-size: 8px !important;
    /* margin-top: 9px; */
}

.cont1-pg-input a.btn1 {
    width: 100%;
    height: 31px;
    font-size: 10px;
    background: #072440;
}
.send_message-pop {
    /* border: solid 0.5px; */
    padding: 10px;
    box-shadow: 0 0 10px #d3dae3;
}

.pop-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    /* background-image: -webkit-linear-gradient( 307deg, #ffcc00 0%, #ffc107 49%, rgb(96 90 90) 99% ); */
    color: #ffffff;
    transition: 0.5s;
    background: #fdfdfd;
    border-radius: 48px;
    border: solid 0.5px #86bee7;
    color: #86bee7;
}
.pop-social {
    /* position: absolute; */
    /* bottom: 4%; */
    margin-top: 11px;
}
.pop-social ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 15px;
    justify-content: center;
    /* margin-top: 40px; */
    justify-content: center;
}



















/*Responsive*/

@media only screen and (min-width: 300px) and (max-width: 519px){

    
header {
    position: inherit;
    z-index: 9999;
    width: 100%;
    margin: 0;
    background: black;
}
.menuSec {
    padding: 0px 0 10px;
}

.header-logo img {
    width: 100%;
    height: 33px;
}

.header-btn a.btn1 {
    height: 40px;
    width: 80%;
}
img.img-fluid.banner-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}


.carousel-caption {
    
    top: 10%;
}
.banner_text h1 {
   
    font-size: 38px;
    line-height: 40px;
}

.banner_text p {
    color: white;
    line-height: 20px;
    font-size: 12px;
}
.header-1-btn {
    width: 36%;
    height: 40px;
}
br {
    display: none;
}
.abt2 {    
    display: none;
}


.about-text {
    margin-left: 0;  
    padding: 13px;    
    margin-top: 24px;
}
.about-text h3 {   
    font-size: 35px;
    line-height: 40px;   
}

.about-text p {  
    font-size: 14px;
    line-height: 22px;
}
.abt-btn a.btn1 {
   
    width: 37%;
}
section.aboutus.pt-8.pb-8 {
    padding-top: 20px;
    padding-bottom: 20px;
}
section.services.pt-8.pb-8 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.row.align-items-center.pt-8 {
    padding-top: 20px;
}
.sev-txt h3 {
    color: white;
    font-size: 50px;
    line-height: 50px;
}

.ser-btn {
    display: flex;
    justify-content: start;
    align-items: center;
}
.ser-detail h6 {    
    font-size: 23px;
    line-height: 25px;
}

section.whychoose.pt-8.pb-8 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.chose-txt h3 {
    font-family: 'Oxanium-Bold', Sans-Serif;
    font-size: 29px;
    line-height: 38px;
}
.choose-key-list li span {
    width: 100px;
    height: 50px;
    }
    .choose2 {
  
    display: none;
}
.choose1 img {
    /* width: 589px; */
    /* height: 639px; */
    /* object-fit: cover; */
    margin-left: 0;
    margin-top: 20px;
}
.abs-vid {   
    top: 15%;
    
}

.video-images img {
    width: 100%;
    height: 280px;
}
.abs-vid h1 {
        font-size: 25px;
    line-height: 26px;
}

.testi-text h3 {
    
    font-size: 36px;
    line-height: 44px;
}
section.testimonials.pt-8.pb-8 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.test-img img {
    height: 288px;
    object-fit: cover;
}
.testi-text p {
    color: #535353;
    font-size: 14px;
    line-height: 18px;
}

.news-txt h3 {
    
    font-size: 37px;
    line-height: 46px;
}
.blg-btn {
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
}
.blog-detail {
   
    margin-bottom: 20px;
}
section.blogs.pt-8.pb-8 {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*inner pages*/



.title-new {
    position: absolute;
    top: 36%;
    left: 8px;
}

.title-new h1 {
    text-transform: uppercase;
    font-size: 23px;
    line-height: 23px;
}
.head-social {
    
    margin-top: 0;
}

.head-social ul {
   
    gap: 8px;
}

.head-social ul li a {
   
    width: 25px;
    height: 25px;
    font-size: 11px;
}

.inner-about-text {
    margin-left: 0;  
    padding: 0;}

.inner-about-text h3 {
    font-family: 'Oxanium-Bold', Sans-Serif;
    font-size: 35px;
    line-height: 45px;

}

.inse-head h3 {
    font-family: 'Oxanium-Bold', Sans-Serif;
    font-size: 41px;
    line-height: 51px;
}

.serdetail h6 {
    font-size: 32px;
   
}


.serdet-btn a.btn1 {
    width: 39%;
}

.news_formm {
  
    margin-top: 40px;
}
.det-head ul li.comments {
    padding-left: 0;
}

.det-head ul {
 
    display: inherit;
}


.det-head h2 {
    font-size: 25px;
    line-height: 41px;

}.send_message h2 {
    font-size: 37px;
    line-height: 40px;
    color: #000;
}
.send_message1 {
    /* border: solid 0.5px gray; */
    padding: 25px 14px 37px;
      margin-top: 20px;
}
.send_message1 h2 {
    font-size: 27px;
    line-height: 47px;
    color: #000;
}




}



@media only screen and (min-width: 520px) and (max-width: 767px){

    header {
    position: inherit;
    z-index: 9999;
    width: 100%;
    margin: 0;
    background: black;
}
.menuSec {
    padding: 0px 0 10px;
}

.header-logo img {
    width: 100%;
    height: 33px;
}

.header-btn a.btn1 {
    height: 40px;
    width: 80%;
}
img.img-fluid.banner-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}


.carousel-caption {
    
    top: 10%;
}
.banner_text h1 {
   font-size: 31px;
    line-height: 45px;
}

.banner_text p {
    color: white;
    line-height: 20px;
    font-size: 12px;
    width: 100%;
}
.header-1-btn {
   width: 42%;
    height: 27px;
}
/*br {
    display: none;
}*/
.abt2 {    
    display: none;
}
.count {
      gap: 42px;
  }

.about-text {
    margin-left: 0;  
    padding: 13px;    
    margin-top: 24px;
}
.about-text h3 {   
    font-size: 35px;
    line-height: 40px;   
}

.about-text p {  
    font-size: 14px;
    line-height: 22px;
}
.abt-btn a.btn1 {
   
    width: 37%;
}
section.aboutus.pt-8.pb-8 {
    padding-top: 20px;
    padding-bottom: 20px;
}
section.services.pt-8.pb-8 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.row.align-items-center.pt-8 {
    padding-top: 20px;
}
.sev-txt h3 {
    color: white;
    font-size: 50px;
    line-height: 50px;
}

.ser-btn a.btn1 {
    width: 100%;
}

.ser-btn {
    display: flex;
    justify-content: start;
    align-items: center;
}
.ser-detail h6 {    
    font-size: 23px;
    line-height: 25px;
}
.ser-img img {
    width: 100%;
}

section.whychoose.pt-8.pb-8 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.chose-txt h3 {
    font-family: 'Oxanium-Bold', Sans-Serif;
    font-size: 29px;
    line-height: 38px;
}
.choose-key-list li span {
    width: 100px;
    height: 63px;
    }
    .choose2 {
  
    display: none;
}
.choose1 img {
    /* width: 589px; */
    /* height: 639px; */
    /* object-fit: cover; */
    margin-left: 0;
    margin-top: 20px;
}
.abs-vid {   
    top: 15%;
    
}

.video-images img {
    width: 100%;
    height: 280px;
}
.abs-vid h1 {
       font-size: 40px;
    line-height: 45px;
}

.testi-text h3 {
    
    font-size: 36px;
    line-height: 44px;
}
section.testimonials.pt-8.pb-8 {
    padding-top: 20px;
    padding-bottom: 20px;
}
/*.test-img img {
    height: 288px;
    object-fit: cover;
}*/
.testi-text p {
    color: #535353;
    font-size: 14px;
    line-height: 18px;
}
.blog-img img {
    width: 100%;
}
.news-txt h3 {
    
    font-size: 37px;
    line-height: 46px;
}
.blg-btn {
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
}
.blog-detail {
   
    margin-bottom: 20px;
}
section.blogs.pt-8.pb-8 {
    padding-top: 20px;
    padding-bottom: 20px;
}
/*inner pages*/



.title-new {
    position: absolute;
    top: 36%;
    left: 8px;
}

.title-new h1 {
    text-transform: uppercase;
    font-size: 23px;
    line-height: 23px;
}
.head-social {
    
    margin-top: 0;
}

.head-social ul {
   
    gap: 8px;
}

.head-social ul li a {
   
    width: 25px;
    height: 25px;
    font-size: 11px;
}

.inner-about-text {
    margin-left: 0;  
    padding: 0;}

.inner-about-text h3 {
    font-family: 'Oxanium-Bold', Sans-Serif;
    font-size: 35px;
    line-height: 45px;

}

.inse-head h3 {
    font-family: 'Oxanium-Bold', Sans-Serif;
    font-size: 41px;
    line-height: 51px;
}

.serdetail h6 {
    font-size: 32px;
   
}


.serdet-btn a.btn1 {
    width: 39%;
}

.news_formm {
  
    margin-top: 40px;
}
.det-head ul li.comments {
    padding-left: 0;
}

.det-head ul {
 
    display: inherit;
}


.det-head h2 {
    font-size: 25px;
    line-height: 41px;

}.send_message h2 {
    font-size: 37px;
    line-height: 40px;
    color: #000;
}
.send_message1 {
    /* border: solid 0.5px gray; */
    padding: 25px 14px 37px;
      margin-top: 20px;
}
.send_message1 h2 {
    font-size: 27px;
    line-height: 47px;
    color: #000;
}
.team-cont h3 {
   
    font-size: 44px;
    line-height: 44px;



}


}

@media only screen and (min-width: 768px) and (max-width: 991px){

.menuSec ul li a {
 
    padding: 10px 9px;
    font-size: 14px;
    
}
.header-btn a.btn1 {
    height: 45px;
    font-size: 11px;
}


img.img-fluid.banner-img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.banner_text p {
    color: white;
    line-height: 23px;
    font-size: 14px;
}
.banner_text h1 {
    
    font-size: 56px;
    line-height: 59px;
    }
.carousel-caption {
    position: absolute;
    top: 8%;
}

.abt2 {
    position: absolute;
    bottom: -90px;
    left: -4%;
}
.about-text {
    margin-left: 0;    
    margin-top: 121px;
}
.count {
  
    justify-content: center;
   
}
section.services.pt-8.pb-8 {
    padding-top: 0;
    padding-bottom: 20px;
}
.ser-detail h6 {   
    width: 95%; 
    font-size: 14px;
}

.services::before {
    height: 280px;
    
}

.ser-btn a.btn1 {
    width: 67%;
}
.chose-txt h3 {
 
    font-size: 47px;
    line-height: 55px;
}
.choose2 {
    position: absolute;
    top: 12%;
    left: -18px;
}


.choose2 img {
    width: 78%;
}


.abs-vid h1 {
    text-transform: uppercase;
    margin: 0 0;
    font-size: 46px;
    line-height: 57px;
}
.video-images img {
    width: 100%;
    height: 363px;
}

section.blogs.pt-8.pb-8 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.news-txt h3 {
   
    font-size: 48px;
    line-height: 52px;

}
.blg-btn a.btn1 {
    width: 57%;
    background: #072440;
}

ul.admin-detail {    
    display: inherit;
}
.blog-detail {
  
    width: 93%;   
    padding: 12px;
}


.blog-detail h6 {
    font-size: 16px;
    line-height: 24px;
}
.choose-img {
  
    margin-top: 20px;
}

/*inner pages*/

.title-new h1 {  
       font-size: 52px;
    line-height: 53px;
}

.det-img-sml img {
    width: 100%;
}
.news_formm {
    margin-top: 30px;
}
.send_message1 {
   
    margin-top: 35px;
}

.head-social {
    
    margin-top: 0;
}

.inner-about-text {
    margin-left: -27px;
 
}

.team-cont h3 {
   
    font-size: 42px;
    line-height: 45px;
}


}


@media only screen and (min-width: 992px) and (max-width: 1199px){

    .menuSec ul li a {
 
    padding: 10px 9px;
    font-size: 14px;
    
}
.header-btn a.btn1 {
    height: 45px;
    font-size: 11px;
}


img.img-fluid.banner-img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.banner_text p {
    color: white;
    line-height: 23px;
    font-size: 14px;
}
.banner_text h1 {
    
    font-size: 56px;
    line-height: 59px;
    }
.carousel-caption {
    position: absolute;
    top: 8%;
}

.abt2 {
    position: absolute;
    bottom: -90px;
    left: -4%;
}

.count {  
    justify-content: center;   
}
section.services.pt-8.pb-8 {
    padding-top: 0;
    padding-bottom: 20px;
}
.ser-detail h6 {   
    width: 95%; 
    font-size: 15px;
}

.services::before {
    height: 280px;
    
}

.ser-btn a.btn1 {
    width: 67%;
}
.chose-txt h3 {
 
    font-size: 47px;
    line-height: 55px;
}
.choose2 {
    position: absolute;
    top: 12%;
    left: -18px;
}

.choose1 img {   
    margin-left: 0;
}
.choose2 img {
    width: 78%;
}

.choose-key-list li span {
    width: 140px;
    height: 77px;
}
.abs-vid h1 {
    text-transform: uppercase;
    margin: 0 0;
    font-size: 46px;
    line-height: 57px;
}
.video-images img {
    width: 100%;
    height: 363px;
}

section.blogs.pt-8.pb-8 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.news-txt h3 {
   
    font-size: 48px;
    line-height: 52px;

}
.blg-btn a.btn1 {
    width: 57%;
    background: #072440;
}

ul.admin-detail {    
    display: inherit;
}
.blog-detail {
  
    width: 93%;   
    padding: 12px;
}


.blog-detail h6 {
    font-size: 16px;
    line-height: 24px;
}
.choose-img {
  
    margin-top: 20px;
}

.about-text h3 {
    
    font-size: 39px;
    line-height: 40px;
}

.test-img img {
    height: 400px;
    object-fit: cover;
}

.abs-vid {
    position: absolute;
    top: 20%;
}


/*inner pages*/

.abt1 img {
    width: 100%;
}


.inner-about-text {
    margin-left: -35px;
}

.team-cont h3 {
      font-size: 52px;
    line-height: 65px;
}

.team-img h6 {
    margin: 10px 0 0;
    font-size: 26px;
    line-height: 34px;
}


.send_message1 h2 {
    font-size: 36px;
    line-height: 43px;
    color: #000;
}




}

input#gform_submit_button_1 {
    border-radius: 50px;
    border: 0;
    color: #fff;
    background-color: #86bee7;
    box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
    text-transform: capitalize;
    font-size: 16px;
    transition: all .5s ease;
    font-family: 'Poppins';
    text-transform: uppercase;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
}

input#gform_submit_button_2 {
    width: 35% !important;
    display: flex;
    justify-content: center;
    height: 55px;
    align-items: center;
    /* clip-path: polygon(0 0, 89% 0, 100% 31%, 100% 100%, 10% 100%, 0 73%); */
    /* background: linear-gradient(to left, #15315a 10%, #51a8f1 79%); */
    color: white;
    font-size: 25px;
    /* font-family: 'Montserrat-Regular'; */
    /* clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%); */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    margin: 0 auto;
    border-radius: 50px;
    border: 0;
    color: #fff;
    background-color: #86bee7;
    box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
    /* letter-spacing: 1.5px; */
    text-transform: capitalize;
    font-size: 16px;
    transition: all .5s ease;
    font-family: 'Poppins';
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

input#gform_submit_button_3 {
    width: 100%;
    height: 31px;
    font-size: 10px;
    background: #072440;
    width: 40% !important;
    color: #fff !important;
    height: auto !important;
    border-radius: 50px !important;
    padding: 2px !important;
}

#gform_wrapper_3 .gform_footer.before {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page_404_custom {
    text-align: center;
    padding: 120px;
}

.page_404_custom h1.page-title {
    font-size: 150px;
    line-height: 150px;
}

.error-404.not-found.default-max-width {
    display: block;
}

.page_404_custom .page-content p {
    color: #000;
    padding: 20px;
    font-size: 25px;
    line-height: 30px;
}

.page_404_custom ul.page-nav li {
    display: inline-block;
    padding: 10px;
    font-size: 30px;
    color: #000;
}

.page-id-705 .product-estimate.request-quote-main, .page-id-772 .product-estimate.request-quote-main{
    margin-top: auto;
}

.page-id-705 section.inner-sec-8.inner-product-detail-sec-6.sub-service, .page-id-772 section.inner-sec-8.inner-product-detail-sec-6.sub-service {
    margin-top: 50px;
}
.page_404_custom ul.page-nav a {
    font-size: 15px !important;
    background: #000 !important;
    width: 45px !important;
    display: block;
    height: 45px !important;
    line-height: 45px !important;
    border-radius: 50%;
    color: #fff !important;
}

.page_404_custom {
    /* margin-top: 220px; */
}

.page_404_custom header.page-header.alignwide {
    position: static !important;
}

.page_404_custom h1.page-title {
    color: #000 !important;
    font-family: arial !important;
}


.error-404 a.btn1 {
    width: auto !important;
    display: inline-block !important;
    height: auto !important;
    padding: 20px 40px !important;
}

.error404 .title-new h1 {
    display: none !important;
}