@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=Orbitron:wght@400..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@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: 'Proximanoval';
    src: url(../font/ProximaNovaLight.otf);
}

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;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.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;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: 'Poppins', Sans-Serif;
}

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;
}

p {
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    font-size: 16px;
    font-family: 'Proximanoval';
}

h1 {
    font-family: "Orbitron", sans-serif;
    font-size: 54px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: "Orbitron", sans-serif;
    font-size: 48px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h3 {
    font-family: "Orbitron", sans-serif;
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: "Orbitron", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: "Orbitron", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: "Orbitron", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    margin: 0;
}

select {
    background: #fff url('../images/select.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

.howork-main.optional .howwork-point {
    top: unset;
    bottom: -30px;
    background: #a4a6a6;
}

.howork-main.optional {
    padding: 65px 30px 85px 30px;
    border-color: #a4a6a6;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.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 [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;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    padding: 22px 33px;
    border: unset;
    color: #ffffff;
    z-index: 1;
    position: relative;
    font-size: 16px;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: 'Poppins';
    background-image: -webkit-linear-gradient(90deg, rgb(232, 234, 233) 0%, rgb(145, 147, 147) 100%);
    text-align: center;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #161a23;
    z-index: -1;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #ffff;
}

.theme_btn:hover::before {
    width: 100%;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    background-image: -webkit-linear-gradient(90deg, rgb(58, 141, 196) 0%, rgb(43, 86, 119) 100%);
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
}

.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: #fff;
    padding: 10px 30px;
    font-size: 16px;
    font-family: 'Poppins';
    text-transform: uppercase;
    letter-spacing: 3px;
}

.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: #161a23;
}

.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 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;
}

.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;
}

.slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.header-call h6, .header-call a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Orbitron", sans-serif;
    font-weight: 500;
}

.hedr-site-btn a {
    display: block;
}

.hedr-site-btn {
    margin-right: -20px;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    background: #161a23;
    margin-bottom: 100px;
}

.banner-sec .row.bnrt {
    padding: 42px 0 32px;
    align-items: center;
}

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

.banner-sec.inner .row.bnrt {
    padding: 40px 0 30px;
}

.baner-img.inr img {
    height: 400px;
}

.baner-text {
    margin-left: -10px;
    width: 105%;
}

.site-logo img {
    /* width: 220px; */
    object-fit: contain;
}

.baner-text p {
    color: #fff;
    margin-top: 18px;
    font-size: 16px;
    font-family: 'Poppins';
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */
.about-prgh.inr {
    padding-bottom: 0px;
}

.about-prgh.inr p {
    margin: 0;
}

.about-sec.inr:before {
    top: 230px;
    height: 37%;
}

.about-inrparg p {
    color: #3a3a3a;
    font-weight: 600;
    line-height: 33px;
}


/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */




/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Services Section Start ------------------------------------------------------------- */


.baner-text {
    margin-left: -10px;
    width: 105%;
}

.site-logo img {
    /* width: 220px; */
    object-fit: contain;
}

.baner-text p {
    color: #fff;
    margin-top: 18px;
    font-size: 16px;
    font-family: 'Poppins';
}

.about-img img {
    width: 100%;
    height: 531px;
    object-fit: cover;
    border-radius: 15px;
    object-position: left;
}

.about-img {
    width: 95%;
}

.about-social ul {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
    position: relative;
    left: 60px;
    margin-top: 27px;
}

.about-social ul li a {
    border: 1px solid #fdfdfd;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    transition: 0.5s all;
}

.about-sec {
    position: relative;
    margin-bottom: 100px;
}

.service-sec {
    padding: 100px 0 120px;
    position: relative;
}

.about-text h2 span {
    color: #357bab;
}

.about-text {
    margin-left: -8px;
    width: 104%;
}

.about-text h2 {
    margin-bottom: 80px;
    position: relative;
}

.about-text h2:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 256px;
    height: 8px;
    border-radius: 30px;
    background-image: -webkit-linear-gradient(90deg, rgb(58, 141, 196) 0%, rgb(43, 86, 119) 100%);
}

.about-prgh {
    padding: 30px 5px 30px 35px;
    background: #ffffff;
    border-radius: 20px;
    border-bottom-left-radius: 0;
}

.about-sec:before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 10px;
    width: 53%;
    height: 63%;
    z-index: -1;
    border-radius: 20px;
    margin: 0 auto;
    background-image: -webkit-linear-gradient(261deg, rgb(232, 234, 233) 0%, rgb(145, 147, 147) 100%);
}

.about-prgh p {
    color: #3a3a3a;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 30px;
}

.about-prgh a {
    border-radius: 9px;
    padding: 22px 40px;
    background-image: -webkit-linear-gradient(90deg, rgb(58, 141, 196) 0%, rgb(43, 86, 119) 100%);
    text-transform: uppercase;
    letter-spacing: 3px;
}

.service-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #161a23;
    width: 100%;
    height: 67%;
    z-index: -1;
    background-image: url(../images/serv-back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.serv-head {
    text-align: center;
    margin-bottom: 40px;
}

.serv-head h2 {
    color: #fff;
}

.serv-head h4 {
    background-image: -webkit-linear-gradient(90deg, rgb(58, 141, 196) 0%, rgb(43, 86, 119) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 10px;
}

.serv-text {
    position: absolute;
    bottom: 5%;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serv-main {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.serv-main:hover img {
    filter: brightness(0.5);
    transform: scale(1.3);
}

.serv-main img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: 0.5s all;
}

.serv-text a {
    width: 60px;
    height: 77px;
    background-image: -webkit-linear-gradient(90deg, rgb(45, 93, 129) 0%, rgb(56, 134, 186) 99%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
}

.how-work-sec {
    margin-bottom: 120px;
}

.gallery-slider .slick-slide {
    margin: 0 14px;
}

.howork-main {
    border: 14.5px solid #357dad;
    padding: 100px 30px 50px 30px;
    border-radius: 70px;
    width: 280px;
    position: relative;
    transition: 0.5s all;
}

.howork-main p {
    line-height: 33px;
    text-align: center;
    font-family: 'Poppins';
}

.contact-main input::placeholder, .contact-main textarea::placeholder {
    text-transform: uppercase;
    font-size: 15px;
}

.howwork-point {
    position: absolute;
    width: 100%;
    height: 90px;
    background: #357dad;
    border-radius: 20px;
    text-align: center;
    align-content: center;
    top: -30px;
    right: -30px;
    font-family: 'Orbitron';
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}

.how-work-head {
    margin-bottom: 70px;
    text-align: center;
}

.gallery-head {
    margin-bottom: 30px;
}

.gallery-sec {
    position: relative;
    padding: 100px 0 125px;
    height: 1000px;
}

.gallery-sec:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #161a23;
    width: 91%;
    height: 50%;
    z-index: -1;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.gallery-head h2 {
    color: #fff;
    padding-left: 70px;
}

.contact-main {
    text-align: center;
}

.contact-sec {
    margin-bottom: 100px;
}

.testimonial-sec {
    margin-bottom: 100px;
}

.gallery-main img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    transition: .7s all;
}

.contact-sec .container {
    background-image: -webkit-linear-gradient(90deg, rgb(53, 123, 171) 0%, rgb(255, 255, 255) 100%);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 10px 60px 30px;
}

.contact-main input, .contact-main textarea {
    width: 100%;
    height: 50px !important;
    border: 1px solid #cbcbcb;
    padding: 10px 20px !important;
    margin-bottom: 20px;
}

.contact-main textarea {
    height: 130px !important;
}

.contact-main p {
    margin-bottom: 25px;
    margin-top: 7px;
}

button.theme_btn {
    padding: 20px 53px;
    border-radius: 7px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-main h2 {
    font-weight: 500;
}

/*---------------------------------------------------- Services Section End ------------------------------------------------------------- */

img.coma-testi {
    position: absolute;
    bottom: 15px;
    right: 42px;
    width: max-content;
}

.testi-text {
    position: relative;
    background: #fff;
    padding: 42px 35px 60px;
    border-radius: 25px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.testi-text p {
    line-height: 35px;
    font-size: 23px;
    color: #636363;
    font-weight: 500;
}

.testi-text:before {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50px;
    background: #fff;
    width: 25px;
    height: 18px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.testi-user {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.testimonial-mainbox h2 {
    margin: 10px 0 25px;
}

.testimonial-mainbox h4 {
    background-image: -webkit-linear-gradient(90deg, rgb(58, 141, 196) 0%, rgb(43, 86, 119) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 10px;
    font-weight: 600;
}

.testi-usr-text h5 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.testi-usr-text h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.testi-usrimg {
    border: 3px solid #357dad;
    border-radius: 50%;
    width: 115px;
    height: 115px;
    overflow: hidden;
}

.testi-usrimg img {
    width: 100%;
    object-fit: cover;
}

.testimonial-mainimage img {
    width: 100%;
    height: 522px;
    object-fit: cover;
    border-radius: 20px;
}

.gallery-sec .slick-current .gallery-main img {
    height: 610px;
}

.gallery-main {
    border-radius: 20px;
    overflow: hidden;
}

.serv-slider button.slick-prev:before, button.slick-next:before {
    content: '';
    background-image: url(../images/arrw-lft.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    display: block;
    opacity: 1 !important;
}

.serv-slider button.slick-next:before {
    background-image: url(../images/arrw-right.png);
}

.serv-slider button.slick-next {
    right: -40px;
}

.serv-slider button.slick-prev {
    left: -55px;
}

.gallery-sec .slick-arrow {
    top: -65px;
}

.gallery-sec button.slick-next {
    right: 150px;
}

.gallery-sec button.slick-prev {
    left: 85%;
}

.gallery-sec .slick-arrow:before {
    content: '\f053';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    color: #fff;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-image: unset !important;
    transition: 0.5s all;
}

.gallery-sec .slick-next:before {
    content: '\f054';
}

.gallery-main:hover img {
    filter: brightness(0.5);
    transform: scale(1.3);
}

.gallery-sec .slick-arrow:hover:before {
    background: #fff;
    color: #161a23;
}

.about-social ul li a:hover {
    background: #fff;
    color: #2e6186;
    border-color: #2e6186;
}

footer {
    background-color: #161a23;
    background-image: url(../images/footer-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -130px;
    padding-top: 5%;
}

.footer-main ul, .footer-main ul li {
    display: flex;
    align-items: center;
    gap: 30px;
}

.ftr-quicklink ul {
    display: flex;
    align-items: center;
    gap: 55px;
}

.ftr-quicklink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    border-top: 2px solid #b9b8b8;
}

.footer-main {
    padding-bottom: 40px;
}

footer * {
    color: #fff;
    text-transform: uppercase;
}

.newsletter-main h3 {
    font-size: 30px;
    color: #357dad;
}

.mail-ftr input {
    width: 100%;
    height: 60px;
    padding: 10px 22px;
    border: 1px solid #fff;
    color: #000;
    text-transform: none;
}

.mail-ftr {
    position: relative;
    margin-top: 7px;
}

.mail-ftr button {
    position: absolute;
    top: 0;
    right: 0;
    width: 171px;
    height: 100%;
    border: unset;
    font-size: 16px;
    font-weight: 500;
    background: #357dad;
    font-family: 'Poppins';
}

.footer-logo img {
    width: 300px;
}

.ftrscial-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(90deg, rgb(221, 223, 222) 0%, rgb(157, 159, 159) 100%);
    font-size: 20px;
}

footer p, footer a {
    font-family: 'Poppins';
}

.footer-main ul li p {
    font-size: 20px;
    line-height: 30px;
}

.footer-main ul li a {
    color: #357bab;
    font-size: 20px;
    padding-left: 2px;
}

.footer-main .row {
    margin-bottom: 20px;
}

.footer-main ul li {
    gap: 20px;
}

.footer-main ul li:Last-child a {
    display: block;
    color: unset;
}

.newsletter-main {
    margin-left: 20px;
}

.ftr-quicklink a, .ftr-quicklink p {
    font-size: 18px;
    transition: 0.5s all;
}

.ftr-quicklink a:hover {
    color: #357dad;
}

.dirt-sec.about {
    padding: 100px 0;
    background-image: url(../images/about-inrdtl-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #161a23;
    text-align: center;
    margin-bottom: 100px;
}

.dirt-land-inr-main h2 {
    color: #fff;
    line-height: 1.3;
    font-size: 66px;
}

.dirt-land-inr-main a {
    border-radius: 5px;
    background-image: -webkit-linear-gradient(90deg, rgb(45, 93, 128) 0%, rgb(55, 131, 182) 100%);
    margin-top: 20px;
}

.banner-sec.inner h1 {
    font-size: 60px;
}

section.team-sec {
    margin-bottom: 100px;
}

.team-img img {
    width: 100%;
    border-radius: 20px;
    height: 380px;
    object-fit: cover;
    transition: 0.5s all;
}

.team-head {
    text-align: center;
    margin-bottom: 14px;
}

.team-img {
    border: 1px solid #dfdddd;
    border-radius: 20px;
    padding: 30px;
}

.team-txt {
    text-align: center;
    margin-top: 17px;
}

.team-head h4 {
    margin-bottom: 10px;
    background-image: -webkit-linear-gradient(90deg, rgb(58, 141, 196) 0%, rgb(43, 86, 119) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.team-main:hover img {
    filter: brightness(0.5);
}

.service-sec.iner:before {
    display: none;
}

.service-sec.iner {
    padding: unset;
    margin-bottom: 120px;
}

.service-sec.iner .serv-head h2 {
    color: #000;
}

.service-sec.iner .col-lg-4 {
    margin-bottom: 50px;
}

.contact-sec.iner .container {
    background-image: -webkit-linear-gradient(90deg, rgb(22, 26, 35) 0%, rgb(255, 255, 255) 100%);
}

.contact-sec.iner button.theme_btn {
    background-image: -webkit-linear-gradient(90deg, rgb(55, 129, 179) 0%, rgb(47, 101, 140) 100%);

}



/*---------------------------------------------------- Book Now Section Start ------------------------------------------------------------- */

.online-restions-sec input {
    width: 100%;
    height: 65px;
    padding: 0 20px;
    margin-bottom: 5%;
    border: 1px solid #c5c4c4;
    border-radius: 10px;
    color: #636363;
    background: #f8f8f8;
}

.online-restions-sec select {
    width: 100%;
    height: 65px;
    padding: 0 21px;
    margin-bottom: 5%;
    border: 2px solid #e5e5e5;
    font-size: 16px;
    color: #636363;
    border-radius: 7px;
}

.online-restions-sec textarea::placeholder,
.online-restions-sec input::placeholder {
    font-weight: 400;
    color: #565555;
    font-size: 15px;
    text-transform: uppercase;
}

.online-restions-sec textarea {
    width: 100%;
    height: 200px;
    padding: 15px 20px !important;
    margin-bottom: 3%;
    border: 1px solid #c5c4c4;
    resize: none;
    border-radius: 7px;
    background: #f8f8f8;
}

.online-restions-sec {
    text-align: center;
    margin-bottom: 100px;
}

.online-restions-sec button {
    margin: 0 auto;
    background-image: -webkit-linear-gradient(90deg, rgb(45, 94, 130) 0%, rgb(55, 130, 181) 100%);
    padding: 20px 115px;
}

.regist-head h2 {
    color: #1d0101;
}

.regist-head {
    margin-bottom: 30px;
}

/*---------------------------------------------------- Book Now Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Service Detail Section Start ------------------------------------------------------------- */

.serv-detail-sec {
    margin-bottom: 100px;
}

.serv-detail-text {
    margin-top: 20px;
}

.serv-detail-text p {
    margin: 9px 0 15px;
    font-family: 'Poppins';
    color: #575757;
    line-height: 33px;
}

.serv-detail-text a {
    background-image: -webkit-linear-gradient(90deg, rgb(58, 141, 196) 0%, rgb(43, 86, 119) 100%);
    padding: 19px 48px;
    border-radius: 7px;
}

.serv-detail-img img {
    width: 100%;
    height: 630px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 12px;
}

/*---------------------------------------------------- Service Detail Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Gallery Section Start ------------------------------------------------------------- */

.gallery-iner-sec {
    margin-bottom: 100px;
}

.gallery-inr-head {
    text-align: center;
    margin-bottom: 20;
    margin-bottom: 30px;
}

.gallery-main-iner img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    transition: 0.5s all;
}

.gallery-main-iner {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 25px;
}

.gallery-main-iner.med img {
    height: 400px;
}

.gallery-main-iner.smal img {
    height: 400px;
}

.gallery-main-iner:hover img {
    filter: brightness(0.5);
    transform: scale(1.2);
}

/*---------------------------------------------------- Gallery Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-text>p {
    color: #8b8a8a;
    font-size: 16px;
    width: 85%;
    margin-top: 5px;
    font-family: 'Poppins';
    line-height: 30px;
}

.contact_page_main button.theme_btn {
    padding: 15px 70px;
    font-size: 18px;
    background-image: -webkit-linear-gradient(90deg, rgb(58, 141, 196) 0%, rgb(43, 86, 119) 100%);
}

.contatc-form input::placeholder {
    color: #9d9a9a;
    font-family: 'Poppins';
    font-size: 16px;
}

.contatc-form textarea::placeholder {
    color: #9d9a9a;
    font-family: 'Poppins';
    font-size: 16px;
}

.Contact-banner:before {
    content: 'Contact Us';
    color: #fff;
    font-size: 55px;
    position: absolute;
    left: 12%;
    top: 45%;
    font-weight: bolder;
    letter-spacing: 2px;
    z-index: 10;
}

.contatc-form {
    padding: 48px 45px;
    border-radius: 25px;
    border: solid 0.5px #00000026;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.contatc-form h2 {
    font-size: 44px;
    text-transform: uppercase;
}

.contatc-form input {
    background: #fff0;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #c4c4c475;
    border-radius: 7px;
}

.contatc-form textarea {
    background: #fff0;
    width: 100%;
    resize: none;
    height: 150px;
    border: 1px solid #c4c4c475;
    color: black;
    padding: 10px 20px !important;
    margin: 0;
}

.contact-text h2 {
    font-size: 44px;
    text-transform: uppercase;
}

.contact_page_sidbar h6 {
    font-size: 20px;
    color: #8b8a8a;
    font-weight: 400;
    font-family: 'Poppins';
}

.contact_page_sidbar h4 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
}

ul.contact_page_sidbar a {
    font-size: 20px;
    color: #8b8a8a;
    line-height: 20px;
}

.contact_page_sidbar i {
    font-size: 40px;
    margin: 0 20px 0 0;
    width: 50px;
    color: black;
}

.contact_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #e51921;
    color: #ffffff;
    border-radius: 0;
    margin: 0 10px 0 0;
    font-size: 22px;
}

.contact_social a:hover {
    background-color: #e51921;
    color: #fff;
}

.contact_map iframe {
    width: 100%;
    height: 600px;
    margin-top: 80px;
}

section.contact_map {
    display: flex;
}

ul.contact_page_sidbar {
    margin-bottom: 50px;
}

.social-links a:hover {
    transform: scale(0.9) rotate(360deg);
    border-radius: 50%;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    font-size: 23px;
    height: 50px;
    background: transparent;
    color: #000000;
    transition: 0.2sease-in-out;
    border: solid 1px black;
    border-radius: 50%;
}

.contatc-form button.btn10 {
    width: 38%;
}

.contact_page_main {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rd-txt a.btn10 {
    width: 30%;
}

.rd-txt h3 {
    font-size: 60px;
}

.appoinment_secc form input,
textarea,
select {
    width: 100%;
    height: 60px;
    padding: 12px 10px !important;
    margin-bottom: 30px;
    border-radius: 7px !important;
}

.appoinment_secc form select {
    font-size: 13px;
    color: #606060;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.appoinment_secc form input::placeholder {
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.appoinment_secc form textarea::placeholder {
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.appoinment_secc form textarea {
    resize: none;
    height: 200px;
}

/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */