@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&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..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
}

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: "Montserrat", 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: 500;
    line-height: 25px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

h1 {
    font-family: "Oswald", sans-serif;
    font-size: 65px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: "Oswald", sans-serif;
    font-size: 70px;
    line-height: 1.2;
    color: #1f1f1f;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

.robo {
    font-family: "Roboto", sans-serif;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- 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: 15px 20px;
    border: unset;
    border-radius: 30px;
    color: #ffffff;
    z-index: 1;
    background: #446a6a;
    position: relative;
    font-size: 13px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    width: 190px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #262626;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}

.theme_btn.srve:hover {
    color: #fff;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    margin-left: 100px;
}

.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: #000;
    padding: 10px 35px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.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: #446a6a;
    text-decoration: underline;
}

.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;
}

.container-fluid {
    padding: 0 5%;
}

.dis-block {
    display: block;
    color: #446a6a;
    line-height: 1;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

section.banner-sec {
    background: url(../images/banner.jpg);
    width: 100%;
    height: 110vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-bottom: 70px;
    align-content: center;
    position: relative;
    z-index: 0;
}

.banner-txt h1 span {
    display: block;
    font-size: 58px;
}

.banner-txt .dis-block {
    line-height: 1;
    text-transform: uppercase;
    font-size: 127px;
    color: #446a6a;
}

a.theme_btn.srve {
    background: #fff;
    color: #000;
    border: 1px solid #7a7a7a;
}

.bannner-buttons {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 27px;
}

.follow-social {
    position: absolute;
    left: 40px;
    top: 18%;
}

.follow-social ul li {
    border: 1px solid #777777;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s ease all;
}

.follow-social h5 {
    margin-left: 8px;
    writing-mode: sideways-lr;
    font-family: 'Montserrat';
    font-size: 16px;
    margin-bottom: 150px;
    color: #1f1f1f;
}

.banner-txt {
    margin-top: 130px;
    margin-left: 40px;
}

.follow-social:before {
    right: 0;
    content: '';
    position: absolute;
    top: 92px;
    left: 0;
    background: #7777779c;
    width: 1px;
    height: 110%;
    margin: 0 auto;
    z-index: -1;
}

.follow-social ul {
    background: #fff;
    padding: 17px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.follow-social ul li a i {
    color: #777777;
    font-size: 15px;
}

.follow-social ul li:hover {
    background: #446a6a;
    border-color: #446a6a;
}

.follow-social ul li:hover a i {
    color: #fff;
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

a.top-navigator {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 71px;
    font-size: 25px;
    color: white;
    background: #446a6a;
}

.social-links a:hover {
    background: #646f5f;
    transition: 0.5s;
    transform: scale(0.9);
}

a.top-navigator:hover {
    background: #000;
}


a.top-navigator i {
    transition: 0.3s all ease-in-out;
    animation: tada 1.5s ease infinite;
}

footer {
    padding: 100px 0 0 0;
    position: relative;
    z-index: 0;
}

footer:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    right: 100px;
    background-color: #575757;
}

.foot-bottom {
    background: #1e1e1e;
    margin-top: 40px;
    padding: 15px 0px;
}

footer h5 {
    position: relative;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    padding-left: 15px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Montserrat';
}

footer h5:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #446a6a;
    top: 0;
    left: 0;
}

footer p {
    font-size: 14px;
    color: #a8a8a8;
    width: 81%;
    font-family: 'Roboto';
}

footer .container-fluid {
    padding: 0 3%;
}

section.news-letter ul li img {
    animation: tada 1.5s ease infinite;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
    background: transparent;
    border: 1px solid #626262;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.5s;
    /* animation: tada 1.5s ease infinite; */
    position: relative;
}

.social-links a:hover {
    background: #446a6a;
    border-color: #446a6a;
}

.quick-links a {
    font-size: 16px;
    line-height: 38px;
    color: #a8a8a8;
    font-family: 'Roboto';
}

.quick-links a:hover {
    color: #446a6a;
    text-decoration: underline;
}

.foot-number {
    font-size: 30px;
    color: #446a6a;
    display: block;
    margin-bottom: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 2px;
}

.footer-quick-link {
    margin-left: 30px;
}


a.req-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border: 1px solid #446a6a;
    padding: 0px 25px;
    font-size: 16px;
    color: #c1bdbd;
    transition: 0.3s all ease-in-out;
    margin-top: 10px;
    font-family: 'Montserrat';
    border-radius: 40px;
    font-weight: 500;
}

a.req-btn:hover {
    background: var(--primary);
}

.foot-timing li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #3c3c3c;
}

.foot-timing li span {
    font-size: 14px;
    color: #a8a8a8;
    font-family: 'Roboto';
}

.foot-bottom p {
    text-align: end;
    color: #a1a1a1;
    margin-left: 20px;
    font-family: 'Roboto';
}

.foot-bottom .container-fluid {
    padding: 0 2%;
}

footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #262626;
    z-index: -8;
}

footer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 99px;
    background: #353535;
    width: 1px;
    height: 100%;
}

span.text-darkbrown.green {
    color: #446a6a;
}

img.Foot-bubble {
    position: absolute;
    top: 135px;
    left: 0;
    width: auto;
}

img.leave-footer {
    position: absolute;
    bottom: 120px;
    right: 12%;
    width: 60px;
    height: 40px;
    object-fit: scale-down;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonial Section Start ----------------------------------------------------------- */

section.testimonial-sec {
    padding-bottom: 100px;
    position: relative;
    background: url(../images/client-map.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.testi-design-img {
    position: absolute;
    top: 340px;
    left: 0;
}

.testi-head {
    text-align: center;
}

.testi-head h2 {
    margin-bottom: 17px;
}

.testi-head p {
    width: 77%;
    margin: 0 auto;
    font-size: 14px;
}

.testimonial-top-box {
    position: relative;
    z-index: 1;
}

.testimonial-top-box::before {
    position: absolute;
    content: "";
    width: 93%;
    height: 2px;
    border-top: 2px dashed #608080;
    top: 55px;
    left: 20px;
    z-index: 0;
}

.profile-top .testi-img {
    width: 56px;
    height: 56px;
    object-fit: scale-down;
    border-radius: 70px;
    box-shadow: 0 0 0px 13px #a1b4b4;
    background: #608080;
}

.testi-slider .slick-slide {
    margin-top: 0;
    padding-top: 50px;
    position: relative;
}

.profile-top {
    margin: -25px 0 40px 0;
    z-index: 1;
    position: relative;
}

.testi-slide-content {
    padding: 30px 20px;
    border-radius: 7px;
    position: relative;
    background: #fff;
}

ul.testi-profile-list {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 20px 0;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1px;
}

ul.star i {
    font-size: 14px;
    color: #ffb503;
}

ul.testi-profile-list h5 {
    font-size: 18px;
    font-family: 'Montserrat';
    margin: 0;
    color: #446a6a;
}

ul.testi-profile-list h6 {
    font-size: 16px;
    font-family: "Montserrat";
    text-transform: capitalize;
    color: #8c8b8b;
}

.testi-slide-content p {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    font-family: 'Roboto';
}

.testi-slider .slick-list {
    width: 90%;
    margin: 0 auto;
}

.testi-slider .slick-slide {
    opacity: 1;
}

.profile-top img.prf-2 {
    display: none;
}

.slick-slide.slick-current .profile-top .testi-img {
    box-shadow: 0 0 0px 13px #a1b4b4;
    background: #608080;
}

.profile-top .testi-img img {
    width: 60px;
    height: 60px;
    object-fit: scale-down;
}

section.testimonial-sec .row.e {
    margin-bottom: 30px;
}

.testi-slider button.slick-prev:before {
    content: '\f053';
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 16px;
}

.testi-slider button.slick-prev {
    background: #000;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 56px;
}

.testi-slider button.slick-next:before {
    content: '\f054';
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 16px;
}

.testi-slider button.slick-next {
    background: #000;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 56px;
    right: 32px;
}

/*---------------------------------------------------- Testimonial Section End ----------------------------------------------------------- */

/*---------------------------------------------------- About Us Section Start ----------------------------------------------------------- */

.about-txt h2 {
    text-transform: capitalize;
    margin-bottom: 17px;
}

.about-txt p {
    margin-bottom: 30px;
}

.about-img {
    margin-left: -250px;
}

section.about-us {
    margin-bottom: 50px;
}

.about-img .row {
    align-items: center;
}

.about-img img {
    width: 92%;
    height: 700px;
    object-fit: cover;
}

section.about-us .row {
    align-items: center;
}

.about-txt {
    margin-bottom: 50px;
}

/*---------------------------------------------------- About Us Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Counter Section Start ----------------------------------------------------------- */

section.work-benefit-sec {
    text-align: center;
    margin-bottom: 40px;
}

section.work-benefit-sec h2 span {
    color: #446a6a;
    display: block;
}

section.work-benefit-sec h2 span {
    line-height: 1.1;
    margin-bottom: 23px !important;
}

section.work-benefit-sec p {
    width: 77%;
    margin: 0 auto;
}

section.counter-sec {
    padding: 50px 0;
    background: #446a6a;
    margin-bottom: 100px;
}

.counter-main {
    text-align: center;
}

.number {
    font-family: 'Montserrat';
    font-size: 34px;
    font-weight: 500;
    color: #fff;
}

.label {
    font-family: 'Montserrat';
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 12px;
}

.counter-img {
    border: 2px solid #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.counter-img img {
    width: 40px;
    height: 42px;
    object-fit: cover;
    object-fit: scale-down;
}

/*---------------------------------------------------- Counter Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Service Section Start ----------------------------------------------------------- */

.service-head {
    text-align: center;
}

section.service-sec {
    margin-bottom: 220px;
}

.serv-txt:before {
    content: '';
    position: absolute;
    top: -34px;
    left: -40px;
    width: 580px;
    border: 9px solid #446a6a;
    height: 120%;
    z-index: -1;
    margin: auto;
    border-radius: 20px;
}

.serv-txt {
    background: #262626;
    padding: 50px 60px;
    border-radius: 12px;
    width: 500px;
    margin: 0 -80px -60px auto !important;
    position: relative;
    box-shadow: 3.536px 3.536px 18px 0px rgb(95 95 95 / 89%);
}

.serv-txt h3 {
    color: #fff;
    font-size: 23px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 13px;
}

.serv-txt p {
    font-size: 14px;
    color: #fff;
}

.serv-txt p {
    margin-bottom: 12px;
    line-height: 27px;
}

.serv-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

.service-head h2 {
    margin-bottom: 12px;
}

section.service-sec .rts {
    margin-top: 200px !important;
}

.serv-txt.upsc {
    margin: 0 auto -60px -80px !important;
}

.service-head p {
    width: 77%;
    margin: 0 auto;
    margin-bottom: 80px !important;
}

section.service-sec .row {
    align-items: end;
}

/*---------------------------------------------------- Service Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Work Section Start ----------------------------------------------------------- */

.left-work-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 23px !important;
    filter: brightness(0.9);
}

.left-work-img {
    width: 85%;
    margin: 0 0 0 auto;
}

.dual-left-workimg {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.dual-left-workimg img {
    width: 190px;
    border-radius: 13px;
    height: 180px;
    object-fit: cover;
}

.work-right-main h2 {
    line-height: 1;
    margin-top: 35px;
    margin-left: 80px;
    margin-bottom: 80px;
    text-transform: capitalize;
    color: #fff;
}

.work-right-main:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    background: #446a6a;
    width: 53.5%;
    height: 90px;
    z-index: -1;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}

.work-right-main .row {
    align-items: center;
}

.work-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 14px;
}

.work-img-right img {
    width: 210px;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px !important;
}

.work-image-end-right img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 10px;
}

.work-image {
    margin-top: -190px;
}

img.anthr-dual-img {
    width: 320px;
    height: 320px;
}

section.work-sec {
    margin-bottom: 80px !important;
    position: relative;
}

/*---------------------------------------------------- Work Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Work Section End ----------------------------------------------------------- */

.contact-form input {
    width: 100%;
    height: 70px;
    border: unset;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    padding: 10px 0;
    font-size: 16px;
}

.contact-form textarea {
    width: 100%;
    height: 200px;
    border: unset;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    resize: unset;
    align-content: end;
    padding: 10px 0;
    font-family: 'Montserrat';
    font-size: 16px;
}

.contact-txt {
    text-align: end;
}

.contact-txt h2 {
    margin-bottom: 30px;
    line-height: 1;
}

.contact-txt p {
    font-size: 14px;
}

.contact-form {
    border: 15px solid #262626;
    padding: 55px 50px;
    border-radius: 20px;
    width: 90%;
    margin: 0px 0 0px auto;
    margin-left: 110px;
}

section.contact-sec .row {
    align-items: end;
}

.contact-txt img {
    width: 400px;
    height: 300px;
    object-fit: cover;
}

section.contact-sec {
    margin-bottom: 100px;
    margin-top: -100px;
}

/*---------------------------------------------------- Work Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Work Section Start ----------------------------------------------------------- */

section.faq-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #446a6a;
    width: 55%;
    height: 67%;
    z-index: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

section.faq-sec {
    position: relative;
    z-index: 0;
}

.Faq-text p {
    color: #c3cfcf;
    margin-bottom: 20px;
}

.Faq-text a.theme_btn.rts {
    background: transparent;
    border: 1px solid #c3cfcf;
    color: #c3cfcf;
}

.Faq-text {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.Faq-text h1 {
    color: #d0dada;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: thin;
    font-size: 98px;
    margin-left: 80px;
    margin-bottom: 10px;
}

.Faq-text h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 64px;
}

.Faq-text h2 span {
    display: block;
}

.Faq-text:before {
    content: '';
    position: absolute;
    top: 110px;
    left: -160px;
    background: #fff;
    width: 34%;
    height: 3px;
}

.img-faq img {
    width: 100%;
    height: 680px;
    object-fit: cover;
    border-top-left-radius: 20px;
}

.img-faq {
    margin: 0px 0 -400px auto;
    width: 85%;
    position: relative;
    z-index: -3;
}

/*---------------------------------------------------- Work Section End ----------------------------------------------------------- */


html {
    overflow-x: hidden;
}