@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&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: 'BlenderProMedium';

    src: url(../fonts/BlenderProMedium.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: solid 2px #11a63d;
    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: #ffffff !important;
    z-index: 10;
    display: inline-block;
    color: #11a63d;
    padding: 5px 3px;
    border-radius: 10px;
    font-size: 17px;
    font-family: 'BlenderProMedium';
    font-weight: 400;
    width: 100%;
    height: 45px;
    border-radius: 8px;
    text-transform: uppercase;
    display: inline-flex;
        gap: 8px;
            align-items: center;

    justify-content: center;

}
.btn10:hover {
    border: 1px solid #a30000!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #022641;
    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: #1baa45 !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%
}

.btn10 img {
    background: #11a63d;
    /* width: 44px; */
    /* height: 40px; */
    display: flex;
    align-items: center;
    justify-content: end;
    border-radius: 7px;
    color: #fff;
    padding: 12px;
}

.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: 'BlenderProMedium', Sans-Serif;
    font-size: 66px;
    line-height: 70px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h2 {
    font-family: 'BlenderProMedium', Sans-Serif;
    font-size: 60px;
    line-height: 70px;
    color: #022641;
    font-weight: 500;
    margin: 0 0 10px;
     text-transform: uppercase;
}

h3 {
    font-family: 'BlenderProMedium', Sans-Serif;
    font-size: 30px;
    line-height: 40px;
    color: #022641;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h4 {
    font-family: 'BlenderProMedium', Sans-Serif;
    font-size: 25px;
    line-height: 30px;
    color: #022641;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h5 {
    font-family: 'Rajdhani', Sans-Serif;
    font-size: 22px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
    /*margin: 0 ;*/
    text-transform: uppercase;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #022641;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Montserrat', 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 */

header {
    padding: 40px 0;
}
.top-btn a.btn10 {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    width: 80%;
    margin: 10px 0;
}

.top-btn {
    display: flex;
    justify-content: end;
    align-items: center;
}
.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: #1c1c1c;
    padding: 10px 30px;
    font-size: 23px;
    font-family: 'BlenderProMedium';
    text-transform: uppercase;
}
.menuSec ul li a:after {
    content: '';
    position: absolute;
    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: #28b16d;
}

.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 */

.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 */
.header-btn a.btn10 {
    width: 26%;
    background: transparent !important;
    border: solid 2px #fff !important;
    color: #fff !important;
}
.header-btn .btn10 img {
    background: #fff;
}

.banner_text h1 {
    width: 86%;
}
.banner_text p {
    color: #fff;
    margin: 0 0 30px;
}
.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: 0;
    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;
}

button.carousel-control-next::before {
    position: absolute;
    content: "";
    background: white;
    height: 40px;
    width: 40px;
    z-index: -32;
    border: solid white;
    /* border-top-right-radius: 6px; */
    /* border-top-left-radius: 7px; */
    /* border-bottom-left-radius: 14px; */
    /* border-bottom-right-radius: 5px; */
    /* clip-path: polygon(0% 0, 100% 0, 95% 100%, 17% 100%); */
    border-radius: 31px;
}
button.carousel-control-prev::before {
    position: absolute;
    content: "";
    background: white;
    height: 40px;
    width: 40px;
    z-index: -32;
    border: solid white;
    /* border-top-right-radius: 6px; */
    /* border-top-left-radius: 7px; */
    /* border-bottom-left-radius: 14px; */
    /* border-bottom-right-radius: 5px; */
    /* clip-path: polygon(0% 0, 100% 0, 95% 100%, 17% 100%); */
    border-radius: 28px;
}
.carousel-control-prev-icon {
    background-image: url(../images/next.png);
    height: 9px;
    width: 5px;
}
.carousel-control-next-icon {
    background-image: url(../images/prev.png);
    height: 9px;
    width: 5px;
}
.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}

.carousel-control-next {
    right: 0;
    bottom: 34px;
    top: auto;
}

.carousel-control-prev {
    left: auto;
    right: 73px;
    top: auto;
    bottom: 34px;
    z-index: 1;
}

.foot-social ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 9px;
    /* justify-content: center; */
    /* margin-top: 10%; */
    position: absolute;
    bottom: 17px;
}
.foot-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    /* background-image: -webkit-linear-gradient(307deg, #ffcc00 0%, #ffc107 49%, rgb(96 90 90) 99%); */
    color: #fff;
    transition: 0.5s;
    background: transparent;
    border: solid 1px white;
    border-radius: 21px;
}
.foot-social ul li a:hover {
    background: #11a63d;
}

.follow-tex {
    position: absolute;
    bottom: 17px;
    left: 9%;
}

.banner-img {
    width: 100%;
}

.main_slider {
    position: relative;
}



/*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*/

.sub-head {
    padding: 0 50px;
}
.abt-btn a.btn10 {
    width: 30%;
}
.ser-head h2 {
    width: 50%;
}

.serv_slider .slick-active {
    opacity: 1;
}

.serv-btn a.btn10 img {
    height: 32px;
    width: 32px;
}
.serv-btn a.btn10 {
    width: 56%;
}
.serv-btn {
    display: flex;
    justify-content: end;
}
.ser-detail {
    padding: 26px 0;
}
.ser-detail p {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 30px;
}

.serv_slider .slick-list.draggable {
    margin-bottom: 4%;
    padding-right: 17%;
}
.serv_slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.serv_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #11a63d;
    border: solid 2px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.serv_slider .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
     width: 13%; 
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 0;
}

.serv_slider .slick-dots li {   
    margin: 0;
   
}


footer.main_footer {
    background: #022641;
    padding: 6% 0 0%;
    position: relative;
}

.footer_details h5::before {
    position: absolute;
    content: "";
    background: #11a63d;
    height: 36px;
    /* width: 20px; */
    z-index: -9;
    top: -4px;
    left: -39px;
    width: 145%;
}
.footer_details h5 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10%;
    text-transform: uppercase;
    font-family: 'BlenderProMedium';
    position: relative;
    z-index: 1;
}

.footer_details-1 h5::before {
    position: absolute;
    content: "";
    background: #11a63d;
    height: 36px;
    /* width: 20px; */
    z-index: -9;
    top: -4px;
    right: 0px;
    width: 112%;
}
.footer_details-1 h5 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10%;
    text-transform: uppercase;
    font-family: 'BlenderProMedium';
    position: relative;
    z-index: 1;
}

.footer_details-1.adrxs {
    width: 80%;
    margin: 0 auto;
}

.footer_details {
    width: 80%;
}

.footer_details p {
    /* font-size: 16px; */
    color: #fff;
    margin: 20px 0;
}

.footer_details.linkks>ul {
    display: flex;
    justify-content: space-between;
}

/*.footer_details.linkks {
    width: 60%;
     margin-left: 15%; 
}
*/
.footer_details.linkks ul li ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Montserrat';
}

.footer_details.linkks ul li ul li {
    margin-bottom: 20px;
}

.footer_details.linkks:after {
    right: -106px;
}
.footer_details-1.adrxs ul li a {
    font-size: 13px;
    color: #c1c1c3;
    font-family: 'Montserrat';
}


.footer_details-1.adrxs ul li {
    margin-bottom: 20px;
}

.footer_details-1.adrxs ul li a i {
    margin-right: 15px;
    font-weight: 600;
}

.footer_bottm {
    background: #022641;
    border: 1px solid #494949;
    border-bottom: 0;
    padding: 20px 0;
    margin-top: 5%;
}

ul.ftr-icons {
    display: flex;
    gap: 12px;
    margin: 0;
}

ul.ftr-icons li a i {
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 20px;
    border-radius: 50%;
    transition: 0.5s;
}

.footer_bottm p {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.ftr_line {
    position: relative;
}

.ftr_line:after {
    position: absolute;
    content: "";
    background: #ffffff59;
    height: 286px;
    width: 1px;
    top: 0;
    right: -70px;
}
.footer_bottm ul li a i:hover {
    background: #fff;
    color: #000;
    transition: 0.5s;
    transform: scale(1.2);
}

.footer_details.adrxs-1 ul li a i {
    font-size: 20px;
    /* background: linear-gradient(0deg, rgb(120 134 35) 53%, rgb(66 88 28) 100%); */
    /* -webkit-background-clip: text; */
    -moz-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
}



ul.footer-social {
    position: absolute;
    top: 15%;
    right: 2%;
}

ul.footer-social i {
    font-size: 16px;
    color: #afafb9;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50px; */
    margin-top: 0px;
    /* border: 1px solid; */
}

.footer_details-1.adrxs::before {
    position: absolute;
    content: "";
       background: #ffffff59;
        height: 280px;
    width: 1px;
    right: 0;
}
.footer_details-1.adrxs {
    position: relative;
}

.footer_details img {
    margin-top: 15%;
}


/* Footer end */


/*inner pages*/

.banner-image img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
  }

.banner-image {
    position: relative;
}


.title-new {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 30%;
    display: flex;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: start;
    z-index: 9;
}
.title-new h2 {
    font-family: 'BlenderProMedium', Sans-Serif;
    font-size: 22px;
    line-height: 30px;
    color: #11a63d;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.title-new h3 {

    font-size: 22px;
    line-height: 22px;
    color: #fff;
 
}
.inner-foot-social ul li a:hover {
    background: #11a63d;
}

.inner-foot-social ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 9px;
    /* justify-content: center; */
    /* margin-top: 10%; */
    position: absolute;
    bottom: 28px;
}
.inner-foot-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    /* background-image: -webkit-linear-gradient(307deg, #ffcc00 0%, #ffc107 49%, rgb(96 90 90) 99%); */
    color: #fff;
    transition: 0.5s;
    background: transparent;
    border: solid 1px white;
    border-radius: 21px;
}

.inner-follow-tex {
    position: absolute;
    bottom: 25px;
    right: 10%;
    z-index: 9;
}


/*aboutus page*/

.number {
    text-align: end;
}.number h3 {
    font-size: 25px;
    color: #222d35;
    font-family: 'Rajdhani';
    opacity: 0.5;
    font-weight: 600;
}
.icon-box {
    /* position: relative; */
    border: solid 0.5px #00000024;
    padding: 20px;
}
.tax-detail {
    margin-top: 10%;
}
.tax-detail h6 {
    font-family: 'Rajdhani';
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    width: 67%;
}
.tax-detail p {
    color: #8b8b8b;
}
ul.tax-points {
    list-style: disc;
    margin: 20px;
}
ul.tax-points li {
    font-size: 13px;
    font-family: 'Montserrat';
    color: #1c1c1c;
    font-weight: 600;
}

span.ceo-detail {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #1e2023;
    text-transform: capitalize;
    line-height: 16px;
    margin: 0;
}
.sign {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*team sect*/

ul.team-detail {
    /* display: flex; */
    align-items: center;
    /* gap: 20px; */
    box-shadow: 1px 1px 11px #8080804d;
    padding: 20px;
    text-align: center;
}
.tead-head p {
    width: 50%;
    margin: 0 auto;
}


li.imge-wd {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.team-detail h5 {
    font-family: 'BlenderProMedium';
    color: #222222;
    margin: 20px 0 0 0;
}
.team-detail h6 {
    font-family: 'BlenderProMedium';
    font-size: 16px;
    line-height: 16px;
    color: #11a63d;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
.team-detail p {
    color: #5d5d5d;
    font-size: 13px;
    line-height: 25px;
    font-family: 'Montserrat', serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 10px 0 10px;
    font-style: italic;
}
.center-content{
    margin: 0 auto;
    text-align: center;
}
ul.off-hr {
    column-count: 2;
}
ul.off-hr li img {
    height: 15px;
    width: 15px;
    margin: 7px 10px 7px 0;
}
ul.off-hr li {
    font-size: 21px;
    font-family: 'Rajdhani';
    color: #022641;
    display: flex;
    line-height: 62px;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
}
.cn-btn a.btn10 {
    width: 28%;
}
.cn-btn {
    margin-top: 26px;
}
.sect-padding {
    padding-right: 0;
    padding-left: 4%;
}
.ch-box h2 {
    color: #fff;
    width: 75% !important;
}
.ch-box {
    background: #11a63d;
    padding: 50px;
    /* border-top-left-radius: 20px; */
    /* border-bottom-left-radius: 20px; */
    border-radius: 20px;
}
.count {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* border: solid; */
    position: relative;
    z-index: 1;
}
/*.items {
   
    padding: 20px;
   
    background: #176bb7;
    text-align: center;
  
    background: linear-gradient(to bottom, #237ed3 0%,#237ed3 17%,#013c6c 100%)!important;
}*/
.items h2 {
    color: white;
    font-family: 'times-new-roman-bold';
    margin: 10px 0;
    text-align: center;
    width: 100% !important;
}
.items p {
    font-size: 11px;
    color: white;
    font-family: 'Montserrat';
    text-align: center;
    /* width: 80%; */
    /* margin: 0 auto; */
}
/*.items1 {
  
    padding: 20px;
 
    background: #176bb7;
    text-align: center;
    background: linear-gradient(to bottom, #ce0909 0%,#ce0909 50%,#fb0101 100%)!important;
   
    border-top-right-radius: 43px;
}*/

.items1 h2 {
    color: white;
    font-family: 'times-new-roman-bold';
    margin: 10px 0;
    text-align: center;
    width: 100% !important;

}
.items1 p {
     font-size: 11px;
    color: white;
    font-family: 'Montserrat';
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.ch-box p {
    color: #fff;
}
span {
    font-size: 44px;
    font-family: 'BlenderProMedium';
    color: #ffffff;
    text-transform: capitalize;
    line-height: 16px;
    margin: 0;
}

/*.count::before {
    position: absolute;
    content: "";
    background: #11a63d;
    height: 117%;
    width: 133%;
    z-index: -9;
    left: -50px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}*/
.ch-txt {
    padding: 0 0 0 48px;
}
/*span.white {
    margin-left: -14px;
    text-transform: lowercase;
}*/

.inner-ser-img img {
    width: 100%;
    height: 354px;
}

.inner-serv-btn a.btn10 {
    width: 28%;
}
.inner-serv-btn a.btn10 img {
    height: 32px;
    width: 32px;
}
.inner-serv-btn {
    display: flex;
    justify-content: end;
}
.innerser-head p {
    width: 52%;
    margin: 0 auto;
}

/*testimonial sect*/

ul.admin-detail {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    justify-content: start;
    margin-top: 22px;
    border-top: solid 0.5px #00000029;
    padding: 15px 0;
}
li.author {
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
}
span.left.author {
    margin-right: 5px;
    color: #666666;
}
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: #666666;
}


span.right.comment a {
    font-size: 14px;
    color: #89868d;
    font-family: "Josefin Sans", Sans-serif;
}

ul.testi-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 14px;
    border-bottom: solid 0.5px #0000001a;
    padding: 16px 0;
}
ul.testi-profile img {
    width: 60px;
    object-fit: cover;
    border-radius: 100px;
    animation: 2s ritbonc ease-in-out infinite alternate;
}
ul.testi-profile h6 {
    font-size: 20px;
    color: #010101;
    text-transform: uppercase;
    font-family: 'BlenderProMedium';
    margin: 0;
    line-height: 24px;
}
ul.testi-profile h5 {
    font-size: 17px;
    text-transform: capitalize;
    font-family: 'Montserrat';
    color: #666666;
    margin: 0;
    line-height: 18px;
}
i.fas.fa-star {
    color: #ffba01;
    font-size: 14px;
}
.testi-box p {
    color: #666666;
    font-size: 17px;
    margin: 20px 0;
}

.testi-slider .slick-active {
    opacity: 1;
}
.testi-box {
    background: white;
    padding: 20px;
    /* box-shadow: 0 0 4px #80808061; */
    border: solid 0.5px #00000012;
}
.testi-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #11a63d;
    border: solid 2px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.testi-slider  .slick-dots {
     bottom: -51px;
 }



.contact_page {
    position: relative;
    overflow: hidden;
    padding: 80px 0 10px;
}

.contact_form_sec {
    position: relative;
    padding: 70px 0;
}

.contact_form p {
    font-size: 16px;
    line-height: 25px;
    color: #333;   
    font-weight: 500;
    margin: 0 0 20px;
}



.contact_detail_box figure img {
    margin: auto;
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.contact_detail_box h2 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 800;
    margin: 20px 0 10px 0;
    transition: 0.5s ease-in-out;
}

.contact_detail_box p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin: 0;
    /* height: 40px; */
    transition: 0.5s ease-in-out;
    font-family: 'Montserrat';
}
.contact_detail_box {
    padding: 30px;
    border-radius: 20px;
    transition: 0.5s ease-in-out;
    /* box-shadow: 0px 0px 10px #ff0000; */
    /* background-color: #ff0000; */
    height: 260px;
    /* border: solid #edbf8c; */
    background: #022641;
}
.contact_detail_box i {
    color: #0470b2;
    font-size: 30px;
    margin-bottom: 20px;
}
.contact_form h1{
  color: #0178bd;
}
img.contact-dot-bottom {
    position: absolute;
    z-index: 2;
    top: -50%;
    left: -20%;
    width: 500px;
    height: 500px;
}
.contact_detail_box img {
    margin: 0 0 43px;
}

.contact_detail_box:hover * {
    color: #fff;
}

.contact_detail_box:hover {
    background: #11a63d;
    border-radius: 0 20px 0 20px;
}
.contact_detail_box:hover img {
    filter: brightness(150.5);
}

.contact_detail_box h4 {
    font-size: 30px;
    line-height: 25px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #fff;
}
a.btn.btn_badam.cntbtn {
    height: 48px;
    width: 100%;
    border-radius: 0;
    border: none;
    background: #ff0000;
    /* border-bottom: solid 5px #992729; */
    /* border-bottom-color: transparent; */
    /* border-bottom-style: groove; */
    font-size: 20px;
    color: white;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
        font-family: 'Railway';
}
.contact_detail_box img {
    height: 56px;
    width: 56px;
}


.get-form label {
    margin-top: 20px;
    margin-bottom: 5px;
}

.contact-heading-inner h2 {
    font-size: 70px;
    line-height: 70px;
}
.contact-heading-inner p {
    color: #636363;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Roboto-Regular';   
    width: 41%;
    margin: 0 auto;
    padding-bottom: 4%;
}

.contact-button {
    display: flex;
    justify-content: center;
}
.contact-button a.btn10 {
    width: 15%;
    margin-top: 3%;
}

.center-content{
    margin: 0 auto;
    text-align: center;
}

.contact-button a.btn1 {
    width: 18%;
}

textarea.form-control {
    min-height: calc(6.5em + 0.75rem + 2px);
    margin-bottom: 3%;
    border-right: unset;
    border-top: unset;
    border-left: unset;
}

.f1 input {
    border-top: unset;
    border-left: unset;
    border-right: unset;
    margin-bottom: 35px;
}
.inner-cnt-btn a.btn10 {
    width: 18%;
}
.f1 select {
    border-top: unset;
    border-left: unset;
    border-right: unset;
    margin-bottom: 35px;
    width: 100%;
    padding: 6px;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #686d76;
    border-bottom: 1px solid #ced4da;
}
.cont-head h3 {
    font-size: 60px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    /* margin: 0 20px; */
    /* border: solid; */
    padding: 29px;
    background: #11a63d;
    color: #fff;
}
.sec-padd {
    padding-left: 0;
    padding-right: 0;
}
/*CONTACT END*/


.choose-head h2 {
    text-align: center;
}






/*login*/

.despbox {
    border: solid 2px #11a63d87;
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 0 4px grey;
}


.despbox p {
    color: #022641;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Montserrat', serif;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0 0 10px;
    text-align: center;
}

.f5 .form-control {
    border: 1px solid #b2b9bf;
    line-height: 40px;
    margin-top: 21px;
    font-family: 'Poppins';
    border-radius: 0;
}
.f5 button.btn.btn-primary {
    width: 100%;
    background: #11a63d;
    margin-top: 21px;
    /* margin-bottom: -27px; */
    border-radius: 0px;
    border: none;
    height: 50px;
    font-family: 'Montserrat';
    font-size: 15px;
    border-radius: 0;
    /* background: linear-gradient(to bottom, #8ba384 0%, #698872 50%, #43695e 100%); */
}
.f4 .form-control {
    border: 1px solid #b2b9bf;
    line-height: 40px;
    margin-top: 21px;
    margin-bottom: 12px;
    border: 1px solid #b2b9bf;
    font-family: Poppins;
    border-radius: 0px;
}

.bder .f5 {
    /* border: solid 1px #0000005e; */
    margin-top: 24px;
    padding: 20px 20px 20px 20px;
    /* background: #fbfbfb; */
    /* box-shadow: 0 0 6px 0px gray; */
}
/*.bder .f5:hover {
    background: #fbfbfb;
}

.bder .f5 h2:hover {
    color: white;
}*/

.bder .f5:hover button.btn.btn-primary {
    background: #ffffff;
    color: #11a63d !important;
}
.f5:hover h3 {
    color: #fff;
}
/*.bder .f5:hover label.form-check-label{
    color: white;
}
.bder .f5:hover  a{
    color: white;
}*/
.f5:hover {
    background: #11a63d;
    padding: 30px;
    border-radius: 20px;
}

.f5 input#exampleCheck1 {
    margin-top: 20px;
}

.f5 label.form-check-label {
    color: #b6b5b5;
    margin-top: 13px;
    margin-left: 0px;
    /* font-family: 'Georgia'; */
}
.sub button.btn.btn-primary {
  width: 100%;
    background: #11a63d;
    margin-top: 21px;
    /* margin-bottom: -27px; */
    border-radius: 0px;
    border: none;
    height: 50px;
    font-family: 'Montserrat';
    font-size: 15px;
    border-radius: 0;
    /* background: linear-gradient(to bottom, #8ba384 0%, #698872 50%, #43695e 100%); */
}

.f4 h3 {
    font-family: 'BlenderProMedium', Sans-Serif;
    font-size: 45px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-align: center;
}

.bdr1 .f4 {
    /* border: solid 1px #0000005e; */
    padding: 20px 20px;
    margin-top: 24px;
    /* background: #fbfbfb; */
    /* box-shadow: 0 0 6px 0px gray; */
}

.f4:hover {
    background: #11a63d;
    padding: 30px;
    border-radius: 20px;
}

.f4:hover h3 {
    color: #fff;
}
.f4:hover button.btn.btn-primary {
    background: #ffffff;
    color: #11a63d !important;
}
.f4:hover p {
    color: #fff;
}
/*.bdr1 .f4:hover {
    background: #fbfbfb;
}

.bdr1:hover h2 {
    color: white;
}
.bdr1:hover p {
    color: white;
}
.bdr1:hover .f4 a {
    color: white;
}

.f4:hover .sub button.btn.btn-primary {
    background: #d9b426;
}
.bder1 .f4:hover label.form-check-label{
    color: white;
}*/
/*.bder1 .f4:hover  a{
    color: white;
}*/


.f5 h2 {
    text-align: center;
    color: #0b0b0b;
    font-size: 45px;
    /* font-family: 'libel-suit-rg'; */
}
.f4 h2 {
     text-align: center; 
    color: #0b0b0b;
    font-size: 45px;
    /* font-family: 'libel-suit-rg'; */
}

.f4 a {
    color: #06244b;
    /* margin-left: 145px; */
    font-family: 'Montserrat';
    text-decoration: underline;
    /* position: absolute; */
    /* right: 17px; */
    font-size: 15px;
}
.f5 a {
    display: inline;
    margin-top: 16px;
    float: right;
    color: #b6b5b5;
    text-decoration: none;
    /* font-family: 'Georgia'; */
    /* font-weight: 800; */
    font-size: 13px;
}

.f4 p {
    /* font-family: 'Georgia'; */
    font-size: 16px;
    /* font-weight: 700; */
    color: #b6b5b5;
}
.f4 {
    position: relative;
}

.form-check-input:checked {
    background-color: #992729;
    border-color: #992729;
}

.f5 h3 {
    font-size: 45px;
    text-align: center;
}

.de-head h5 {
 
    color: #022641;
    }
    ul.det-off-hr {
    column-count: 3;
}

ul.det-off-hr li {
    font-size: 15px;
    font-family: 'Rajdhani';
    color: #022641;
    display: flex;
    line-height: 40px;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
}

ul.det-off-hr li img {
    height: 15px;
    width: 15px;
    margin: 7px 10px 7px 0;
}
.white-box {
    background: white;
    padding: 20px;
    margin-left: -81px;
    margin-top: 5%;
    border-radius: 10px;
    background: #f6f6f6;
}
.serdet-btn a.btn10 {
    width: 13%;
}
.serdet-btn {
    margin-top: 20px;
}


/*responsive*/


@media only screen and (min-width: 1200px) and (max-width: 1365px){



.ch-box h2 {
    color: #fff;
    width: 100% !important;
}



.cn-btn a.btn10 {
    width: 35%;
}



.inner-cnt-btn a.btn10 {
    width: 23%;
}
.row.get-form {
    padding: 0 0 0 20px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px){


.top-btn a.btn10 {
  
    gap: 8px; 
    width: 100%;
 
}

.menuSec ul li a {

    padding: 10px 9px;
    font-size: 16px;
   
}

.banner_text h1 {
    width: 100%;
    font-size: 40px;
    line-height: 39px;
}

.banner_text p {
    color: #fff;
    margin: 0 0 13px;
    line-height: 20px;
}

.header-btn a.btn10 {
    width: 45%;
 
}
.banner-img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}


.about-img img {
    width: 100%;
    margin-bottom: 20px;
}

.sub-head {
    padding: 0;
}
.ser-head h2 {
    width: 100%;
}
.serv-btn a.btn10 {
    width: 30%;
}
.abt-btn a.btn10 {
    width: 22%;
}


.sect-padding {
    padding-right: 20px;
    padding-left: 20px;
}
.ch-box {
  
    margin-top: 12%;
}

.inner-serv-btn a.btn10 {
    width: 48%;
}
.innerser-head p {
    width: 100%;
 
}


.contact_detail_box h4 {
    font-size: 22px;
    line-height: 16px;
}
.contact_detail_box p {
    font-size: 12px;
    line-height: 21px;
}

.row.get-form {
    padding: 0 0 0 52px;
}


.inner-cnt-btn a.btn10 {
    width: 41%;
    margin-bottom: 14%;
}

.cont-img img {
    height: 500px;
    object-fit: cover;
    object-position: left;
}

.footer_details-1.adrxs {
    width: 100%;
    margin: 0 auto;
}

}
@media only screen and (min-width: 992px) and (max-width: 1199px){

h1{
    font-size:52px;
}
.inner-serv-btn {
    justify-content: start;
}
.menuSec ul li a {
      padding: 10px 22px;
 
}

.top-btn a.btn10 {
    width: 88%;
  
}
.footer_details h5::before {
    left: -11px;
}
ul.footer-social {
    right: 0;
}

ul.det-off-hr {
    column-count: 2;
}
.sub-head {
    padding: 0;
}

.abt-head p {
   
    font-size: 13px;
    line-height: 21px;
}


.ser-head h2 {
    width: 59%;
}
.ser-detail h4 {
    font-family: 'BlenderProMedium', Sans-Serif;
    font-size: 21px;
    line-height: 27px;
}

.serv-btn a.btn10 {
    width: 69%;
}
.banner_text h1 {
    width: 100%;
}

.header-btn a.btn10 {
    width: 32%;
  
}


.banner-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.choose-head h2 {

    font-size: 56px;

}

.ch-box h2 {
    color: #fff;
    width: 100%;
}



.inner-serv-btn a.btn10 {
    width: 38%;
}

ul.det-off-hr li {
    font-size: 11px;
    
}

.serdet-btn a.btn10 {
    width: 18%;
}
.row.get-form {
    padding: 0 0 0 26px;
}

.inner-cnt-btn a.btn10 {
    width: 27%;
}
.f4 h3 {

    font-size: 39px;
    
}
}

@media only screen and (min-width: 300px) and (max-width: 519px){
    form#contactInquiry {
    padding: 0 15px;
}
    section.choose.pt-8.pb-8 {
    padding-top: 0;
}
.choose-head ul {
    column-count: 1;
}
.ceo-img img {
    height: auto;
}
.header-logo {
    text-align: center;
    margin: 10px;
}
.top-btn {

    justify-content: center;

}

.top-btn a.btn10 { 
    width: 34%;   
}
.banner-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.header-btn a.btn10 {
    width: 44%;
   
}

.banner_text h1 {
    width: 100%;
    font-size: 42px;
    line-height: 48px;
}



.follow-tex {

    bottom: 53px;
}

.sub-head {
    padding: 0;
}


.abt-btn a.btn10 {
    width: 40%;
}
.ser-head h2 {
    width: 100%;
}

.ser-detail h4 {
 
    font-size: 23px;
}

.serv-btn a.btn10 {
    width: 60%;
}
.footer_details h5::before {  
    width: 121%;
}

.banner-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.ceo-head h2 {
 
    font-size: 36px;
}

.tead-head p {
    width: 100%;
 
}

ul.team-detail {
    display: inline;
   
}

ul.off-hr li {
    font-size: 13px;
   }

.cn-btn a.btn10 {
    width: 50%;
    margin-bottom: 12%;
}

.ch-box {
    padding: 20px 10px;
}
.awrd-detail .items h2 span {
    font-size: 30px !important;
}
.ch-box h2 {
    color: #fff;
    width: 100%;
    font-size: 35px;
    line-height: 35px;
}

.innerser-head p {
    width: 100%;
    margin: 0 auto;
}

.inner-serv-btn a.btn10 {
    width: 53%;
}



.contact_detail_box {
      margin-bottom: 9%;
}


.cont-head h3 {
  
    writing-mode: inherit;
    transform: inherit;
    font-size: 36px !important;
    padding: 20px;
}

.inner-cnt-btn a.btn10 {
    width: 50%;
    margin-bottom: 5%;
}
.f5 h3 {
    font-size: 31px;
 
}


.title-new h1 {
  
    font-size: 36px;
    line-height: 41px;

}
.de-head .white-box {
    margin-left: 0;
}
.de-head .white-box ul.det-off-hr{
    column-count: 1;
}
.footer_details-1.adrxs {
    width: 100%;

}
.footer_details-1 h5::before {
        right: 0;
        width: 121%;
        top: -6px;
    }
    html{
        overflow-x: hidden;
    }

}

@media only screen and (min-width: 520px) and (max-width: 767px){
.footer_details img {
    margin-top: 0;
    margin-bottom: 30px;
}

.header-logo {
    text-align: center;
    margin: 10px;
}
.top-btn {

    justify-content: center;

}

.top-btn a.btn10 { 
    width: 50%;   
}
.banner-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.header-btn a.btn10 {
    width: 44%;
   
}

.banner_text h1 {
    width: 100%;
    font-size: 42px;
    line-height: 48px;
}



.follow-tex {

    bottom: 53px;
}

.sub-head {
    padding: 0;
}


.abt-btn a.btn10 {
    width: 30%;
}
.ser-head h2 {
    width: 100%;
}

.ser-detail h4 {
 
    font-size: 23px;
}

.serv-btn a.btn10 {
    width: 43%;
}
.footer_details h5::before {  
    width: 121%;
}

.banner-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.ceo-head h2 {
 
    font-size: 48px;
}

.tead-head p {
    width: 100%;
 
}

ul.team-detail {
    display: inline;
   
}

ul.off-hr li {
    font-size: 13px;
   }

.cn-btn a.btn10 {
    width: 41%;
    margin-bottom: 12%;
}


.ch-box h2 {
    color: #fff;
    width: 100%;
    font-size: 35px;
    line-height: 35px;
}

.innerser-head p {
    width: 100%;
    margin: 0 auto;
}

.inner-serv-btn a.btn10 {
    width: 46%;
}



.contact_detail_box {
      margin-bottom: 9%;
}


.cont-head h3 {
  
    writing-mode: inherit;
    transform: inherit;
}

.inner-cnt-btn a.btn10 {
    width: 39%;
    margin-bottom: 5%;
}
.f5 h3 {
    font-size: 31px;
 
}


.title-new h1 {
  
    font-size: 48px;
    line-height: 41px;

}
.footer_details-1.adrxs {
    width: 100%;

}
.footer_details-1 h5::before {
 
    right: 41px;
    width: 100%;
    top: -8px;
}
.footer_details-1.adrxs::before {
    position: inherit;
   
}
.cont-img img {
    width: 100%;
}
.footer_details img {
    margin-top: 0;
    margin-bottom: 25px;
}
h2 {
    font-size: 46px;
    line-height: 60px;
}
.de-head .white-box {
    margin-left: 0;
}
.de-head .white-box ul{
    column-count: 2;
}
.ftr_line:after {
    position: inherit;
 
}








}

li.imge-wd img {
    width: 152px;
    height: 170px;
    object-fit: cover;
    border-radius: 20px;
    border: 5px solid #0d6efd;
}
.ceo-img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 8px;
}



@media only screen and (min-width: 768px) and (max-width: 991px){}

@media only screen and (min-width: 520px) and (max-width: 767px){}

@media only screen and (min-width: 300px) and (max-width: 519px){
    .abt-head h2 {
        margin-top: 20px;
    }
    h2{
        font-size: 36px;
        line-height: 1.2
    }
    ul.footer-social {
        position: relative;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;
    }
    .footer_details img {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .footer_details {
        width: 100%;
    }
    .footer_details-1.adrxs ul li a i {
        margin-top: 7px;
    }

    .footer_details-1.adrxs ul li a {
        display: flex;
        align-items: flex-start;
    }
    .footer_details-1.adrxs::before{
        display: none;
    }
    .footer_details.linkks>ul {
        justify-content: space-around;
    }
    .testi-slider .slick-slide {
        margin: 0;
    }
    .despbox {
        padding: 30px 20px;
    }
    .onvio-client-sign-in {
        height: 150px;
    }


}
.header-logo a img {
    width: 80%;
    margin-top: -30px;
    margin-bottom: -30px;
}
.footer_details.ftr_line img {
    filter: invert(1) brightness(140.5);
}
section.inner-serv-detail .de-head h2 {
    font-size: 42px;
    line-height: 45px;
}

section.inner-serv-detail .de-head p {
    font-size: 16px;
    line-height: 30px;
  }

.inner-title {
  position: relative;
  z-index: 2;
}
.inner-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #022641b2;
  z-index: 1;
}
.inner-foot-social {
  position: relative;
  z-index: 1;
}
.sd-img img {
    height: 500px;
    object-fit: cover;
    border-radius:20px;
  }
  
  .sd-img {
    float: left;
    width: 50%;
    margin-right: 50px;
}

.white-box h5 {
    color: #000;
}

/*Blogs*/

.blog-sec {
    padding: 100px 0px;
    /* background: #fff; */
}

.blog-box {
    height: 450px;
    position: relative;
    margin: 25px 0px 0px;
}

.blog-box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-detail {
    bottom: 0;
    width: 80%;
    position: absolute;
    border-radius: 0px 5px 0px 0;
    padding: 25px 25px 10px 10px;
    background-color: #f3f3f3;
    /* box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.08); */
}

.blog-detail h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    text-transform: capitalize;
    line-height: 30px;
}

.blog-detail p {
    font-size: 14px;
}

.blog-detail ul {
    gap: 25px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.blog-detail ul li {
    gap: 10px;
    display: flex;
    font-size: 14px;
    color: #1a4871;
    font-weight: 600;
    align-items: center;
    text-transform: uppercase;
}

.blog-detail ul li i {
    color: #000;
}
.blog-head-btn {
    text-align: end;
}
.blog-detail a {
    font-size: 14px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #1a4871;
    font-weight: 600;
    margin-top: 20px;
}
.lat-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin-bottom: 30px;
}

section.latest-travel.inn-det {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*Blogs css end*/