/* Fonts */
:root {
    --font-default: 'Roboto', sans-serif;

    /* Colors */
    --color-default: #154782;
    --color-primary: #E0ECFF;
    --color-gary: #F5F5F5;
    --color-Black: #000000;
    --color-white: #fff;
    --button-padding: 1em;
    --space-for-arrow: 2em;


    /* Smooth scroll behavior */

    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: var(--font-default);
    color: var(--color-Black);
    font-size: 10px;
    line-height: 22px;
    font-weight: 500;
    background-color: var(--color-white);
    min-height: 75rem;
    overflow-x: hidden;

}

a {
    color: var(--color-default);
    text-decoration: none;
}

a:hover {
    color: var(--color-default);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-default);
    color: var(--color-default);
}

::-ms-input-placeholder { /* Edge 12-18 */
    color: var(--color-primary);
}

::placeholder {
    color: var(--color-primary);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.menu {
    cursor: pointer;
    margin-top: 5px;
}

.header .navbar .container {
    position: relative;
}

.menu label i {
    font-size: 36px;
    color: #fff;
}

.menu label {
    display: inline-block;
    cursor: pointer;
}

.top-navbar {
    display: flex;
    align-items: center;
}

.sticky{
    background: linear-gradient(90deg, #07C8F9 0%, #09A6F3 25%, #0A85ED 50%, #0C63E7 75%, #0D41E1 100%);
}


.top-navbar .navbar-brand {
    margin-left: 22px;
    padding-top: 0;
    padding-bottom: 0;
}

.header .offcanvas {
    max-width: 600px;
    --bs-offcanvas-width: 600px;
    background: var(--color-default);
}

.dropdown-nave .dropdown-menu {
    display: block;
    background: transparent;
    padding: 34px 100px;
    border: transparent;
    margin: 0;
    width: 100%;
}

.dropdown-nave li {
    padding: 20px 0;
    border-bottom: solid #ffffff38 1px;
    position: relative;
    padding-left: 30px;
}

.offcanvas-header-nav .dropdown-menu li a {
    color: #7791b5;
    font-family: var(--font-default);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}

.dropdown-nave li:hover a {
    color: #fff;
}

.offcanvas-header-nav .dropdown-menu li:before {
    position: absolute;
    content: "";
    background-image: url(../images/left-arrow.svg);
    width: 11px;
    height: 18px;
    top: 27px;
    left: 0;
    opacity: 0;
}

.dropdown-nave li:hover::before {
    opacity: 1;
}

.offcanvas-header-nav .offcanvas-header .btn-close {
    position: absolute;
    left: 23%;
    top: 42px;
    color: #fff;
    font-size: 26px;
    filter: brightness(0) invert(1);
    opacity: 1;
}

.offcanvas-header-nav .offcanvas-header .btn-close:focus {
    outline: none;
    box-shadow: none;
}

.offcanvas-header-nav .offcanvas-header {
    position: relative;
    padding: 0;
}

.header.fixed-top {
    height: 80px;
    padding: 20px 0;
}
.header .navbar {
    padding: 20px 0;
}
.inquiry-button {
    background: #E0ECFF;
    padding: 18px 27px 18px 27px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.inquiry-button img {
    margin-right: 6px;
    margin-bottom: 2px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
    width: 100%;
    background: #37517e;
}

.hero-section .container {
    padding-top: 72px;
}
.hero-section .carousel-item img {
    width: 100%;
}
.hero-section h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

.hero-section h2 {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    font-size: 24px;
}

.hero-section .btn-get-started {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #47b2e4;
}

.hero-section .btn-get-started:hover {
    background: #209dd8;
}

.hero-section .btn-watch-video {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    line-height: 1;
}
.hero-section .carousel-control-next:focus{ opacity: 1;}
.carousel-control-next:hover{opacity: 1;}
.hero-section .carousel-control-prev{ opacity: 1;}
.hero-section .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}

.hero-section .carousel-control-prev-icon {
    box-shadow: 0px 0px 24px 0px #0000001F;
    background-color: #fff;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-size: 11px 18px;
    background-image: url(../images/left-arrow-1.svg);
}
.hero-section .carousel-control-next-icon {
    box-shadow: 0px 0px 24px 0px #0000001F;
    background-color: #fff;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-size: 11px 18px;
    background-image: url(../images/left-arrow-1.svg);
    transform: rotate(180deg);
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}

.hero-section .btn-watch-video i {
    line-height: 0;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    margin-right: 8px;
}

.hero-section .btn-watch-video:hover i {
    color: #47b2e4;
}

.hero-section .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.locationblock {
    position: absolute;
    bottom: 107px;
    left: 0;
    right: 0;
    max-width: 887px;
    margin: 0 auto;
}

.location-form {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 78px;
    padding: 14px 12px 14px 43px;
    align-items: center;
    position: relative;
    width: 100%;
}

.location-form .form-group {
    width: 100%;
    position: relative;
}

.location-form .form-group:after {
    content: "";
    position: absolute;
    background: #d4d4d4;
    height: 40px;
    width: 1px;
    top: 13px;
    right: 30px;
    margin: 0 auto;
}

.location-form .form-group:last-child::after {
    display: none;
}

.my-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}

.my-input {
    border: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: rgb(0 0 0 / 40%);
    padding-left: 0;
}

.my-input::-ms-input-placeholder {
    color: rgb(0 0 0 / 40%);
}

.my-input::placeholder {
    color: rgb(0 0 0 / 40%);
}

.my-input:focus {
    outline: none;
    box-shadow: none;
}

.btn-search {
    background: #154782;
    border-radius: 78px;
    border: solid #154782 1px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 15px 75px;
    color: #fff;
}


.my-select {
    border: transparent;
    background-color: transparent;
    padding-left: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.38px;
    color: rgb(0 0 0 / 40%);
}

.my-select:focus {
    outline: none;
    box-shadow: none;
}
.location-form .form-group-select::after {
    display: none;
}


.btn-search:hover {
    background: linear-gradient(90deg, #07C8F9 0%, #09A6F3 25%, #0A85ED 50%, #0C63E7 75%, #0D41E1 100%);
    border: solid #07C8F9 1px;
}

div.mouse-container {
    display: block;
    height: 105px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

div.mouse {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 50px;
    border: solid 1px #fff;
    border-radius: 25px;

}

div.mouse span.scroll-down {
    margin: 15% auto auto auto;
    -webkit-animation: scroll-inner 1.5s;
    animation: scroll-inner 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    content: "";
    position: absolute;
    left: 8px;
    z-index: 11;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(225deg);
}
@-webkit-keyframes scroll-inner {
    from {
        margin-top: 15%;
    }
    to {
        margin-top: 50%;
    }
}

@keyframes scroll-inner {
    from {
        margin-top: 15%;
    }
    to {
        margin-top: 50%;
    }
}

@-webkit-keyframes scroll-mouse {
    from {
        margin-top: 0;
    }
    to {
        margin-top: 15px;
    }
}

@keyframes scroll-mouse {
    from {
        margin-top: 0;
    }
    to {
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .hero-section {
        height: 100vh;
        text-align: center;
    }

    .hero-section .animated {
        animation: none;
    }

    .hero-section .hero-img {
        text-align: center;
    }

    .hero-section .hero-img img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .hero-section h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .hero-section .hero-img img {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .hero-section .hero-img img {
        width: 80%;
    }

    .hero-section .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.line-1 {
    background: linear-gradient(90deg, #07C8F9 0%, #09A6F3 25%, #0A85ED 50%, #0C63E7 75%, #0D41E1 100%);
    height: 10px;
    width: 100%;
    position: relative;
}

.section-bg {
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
}

.project-filter .filters ul li {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    color: rgb(0 0 0 / 40%);
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}
.project-filter .filters ul li:last-child{padding-right: 0;}
.project-filter .filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.project-filter .filters ul li.active {
    color: #000;
}

.project-filter .filters ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    background: rgb(0 0 0 / 40%);
    width: 2px;
    height: 23px;
    right: 12px;
}

.project-filter .filters ul li:last-child:before{display: none;}
.filters-content .item img { border-radius: 30px 30px 0px 0px;}

.channel-partner-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-header h2 {
    font-size: 86px;
    font-weight: 700;
    line-height: 86px;
    text-transform: uppercase;
    color: #000;
}
.section-header p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}

.hero-section-iiner {
    padding-top: 250px;
    padding-bottom: 250px;
    background-image: url(../images/image2.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.hero-section-iiner:before {
    content: "";
    background: #00000099;
    position: absolute;
    width: 100%;
    height: 100%;
}

.title-h1{
    font-size: 122px;
    font-weight: 700;
    line-height: 122px;
    text-align: center;
    max-width: 968px;
    margin: 0 auto;
    text-transform: uppercase;
    color: rgb(255 255 255 / 50%);
    position: relative;
}

/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
    overflow: hidden; 
    border-right: .15em solid #fff; 
    white-space: nowrap; 
    font-size: 80px;
    font-weight: 700;
    line-height: 100px;
    text-align: center;
 
    color: #fff;
    position: relative;
    margin: 0 auto;
    text-transform: uppercase;
  
    animation: 
      typing 3.5s steps(30, end),
      blink-caret .5s step-end infinite;
  }
  
  /* The typing effect */
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #fff }
  }



.title-h2{
    font-size: 122px;
    font-weight: 700;
    line-height: 122px;
    text-align: center;
    max-width: 968px;
    margin: 0 auto;
    text-transform: uppercase;
    color: rgb(255 255 255 / 50%);
    position: relative;
}



/*=== Creative Typing Text Effect Animation Style 3 ===*/
.creative__text--animation-3 {
    display: inline-block;
    font-size: 122px;
    font-weight: 700;
    line-height: 122px;
    padding: 0 100px;
    color: #fff;
}
.creative__text--animation-3 span {
    position: absolute;
    color: #fff;
    animation: displayText-3 12s infinite;
    animation-delay: calc(-3s* var(--i));
    left: 0;
    right: 0;
    margin: 0 auto;
}
@keyframes displayText-3 {
    0% {
        display: inline-block;
    }
    25%, 100% {
        display: none;
    }
}
.creative__text--animation-3 span::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-background-clip: text;
    background-clip: text;

    background-size: 500% auto;
    border-right: 2px solid #fff;
    color: transparent;
    animation: animate-3 3s linear infinite, animate-text 4s ease-in-out infinite alternate;
}
@keyframes animate-3 {
    0%, 10%, 100% {
        width: 0;
    }
    70%, 90% {
        width: 100%;
    }
}
@keyframes animate-text {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}


.form-Partner {
    box-shadow: 0px 0px 65px 0px #0000001F;
    background: #F5F5F5;
    border-radius: 64px;
    padding: 50px 40px;
    margin-left: 90px;
}
.label-my {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgb(0 0 0 / 40%);
    margin-bottom: 0;
}

.input-bottom {
    border-bottom: solid 1px rgb(0 0 0 / 40%);
    border-radius: 0;
    background: transparent;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    padding: 0;
    margin-bottom: 10px;
}
.btn-Submit {
    position: relative;
    padding-block: 0.5em;
    padding: 14px 34px 14px 44px;
    border: transparent;
    border-radius: 29px;
    background: linear-gradient(90deg, #07C8F9 0%, #09A6F3 25%, #0A85ED 50%, #0C63E7 75%, #0D41E1 100%);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    transition: padding 250ms ease, background-color 250ms ease;
}
.btn-Submit::before {
    position: absolute;
    content: "\f285";
    background-size: 1em;
    inset-block-start: 50%;
    inset-inline-start: 0.25em;
    transform: translateY(-50%);
    padding: 0;
    font-family: bootstrap-icons !important;
    line-height: 1;
    transition: inset-inline-start 250ms ease;
    left: 21px;
    top: 26px;
  }
  .btn-Submit:hover::before {
    inset-inline-start: calc(100% - 1.75em);
  }
  
  .btn-Submit:hover {
    background: linear-gradient(90deg, #0D41E1 0%, #0C63E7 25%, #0A85ED 50%, #09A6F3 75%, #07C8F9 100%);
}



.information-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}


.information-list li {
    display: flex;
    padding-bottom: 60px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgb(0 0 0 / 40%);
    align-items: baseline;
}

.information-list li:last-child{padding-bottom: 30px;}

.information-list li .icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.information-list li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: rgb(0 0 0 / 40%);
}
.input-bottom:focus {
    outline: none;
    box-shadow: none;
}

.et_pb_contact_form_label {
    display: block;
    color: black;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-size: 18px;
    padding-bottom: 5px;
}
input[id="et_pb_contact_brand_file_request_0"] {
    display: none;
}
.upload-area label[for="et_pb_contact_brand_file_request_0"] {
    background: transparent;
    background-image: url(../images/cloud-upload.png);
    background-repeat: no-repeat;
    position: relative;
    color: transparent;
    width: 100%;
    top: -1px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    border: dashed 1px #00000052;
    padding: 40px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center 12px;
    margin-bottom: 40px;
    border-radius: 11px;
    cursor: pointer;
    transition: 400ms ease;
}
.upload-area label[for="et_pb_contact_brand_file_request_0"]:before {
    content: "Drag & Drop or Choose file to upload";
    display: block;
    position: absolute;
    top: 50%;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: rgb(0 0 0 / 40%);
}


.upload-area label[for="et_pb_contact_brand_file_request_0"].changed, label[for="et_pb_contact_brand_file_request_0"]:hover {
    background-color: #e3f2fd;
}

.file_names {
    display: block;
    position: absolute;
    color: black;
    left: 0;
    bottom: -30px;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}

.career-section-iiner{
    padding-top: 250px;
    padding-bottom: 250px;
    background-image: url(../images/image45.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.career-section-iiner:before {
    content: "";
    background: #00000099;
    position: absolute;
    width: 100%;
    height: 100%;
}

.contact-section-iiner{
    padding-top: 250px;
    padding-bottom: 250px;

    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.contact-section-iiner:before {
    content: "";
    background: #00000099;
    position: absolute;
    width: 100%;
    height: 100%;
}
.map-block{
    border-radius: 32px;
}
.map-block iframe {
    border-radius: 32px;
}

.content-wrapper {
    position: relative;
    z-index: 1;
}

.about-section {
    padding-top: 80px;
    padding-bottom: 0px;
    background: #F5F5F5;
    position: relative;
}

.content-wrapper h2 {
    font-size: 86px;
    font-weight: 700;
    line-height: 88px;
    color: var(--color-Black);
}

.content-wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    max-width: 586px;
}

.left-image {
    position: relative;
    margin-top: -350px;
}

.propertits-section {
    padding-top: 80px;
    padding-bottom: 60px;
}

.title {
    font-size: 86px;
    font-weight: 700;
    line-height: 88px;
    color: var(--color-Black);
}

.title-wrapper-2-case {
    display: flex;
    justify-content: space-between;
    margin-bottom: 46px;
    border-bottom: solid rgb(0 0 0 / 20%) 1px;
    padding-bottom: 20px;
    align-items: center;
}


.content-wrap p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.real-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.wt-box h2 {
    font-size: 280px;
    font-weight: 900;
    line-height: 329px;
    text-transform: uppercase;
}
.rectangle-img img {
    border-radius: 100px;
}
.wt-box {
    display: flex;
    align-items: center;
}
.real-section .container-fluid {
    padding-left: 0;
    margin-top: 20px;
}
.wt-box .rectangle-img {
    padding-left: 30px;
}

.section-light-bg {
    padding-top: 80px;
    padding-bottom: 250px;
    background: #F5F5F5;
    position: relative;
}

.content-wrapper2 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.wt-box-2 {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}
/* .read-more {
    background: linear-gradient(90deg, #07C8F9 0%, #09A6F3 25%, #0A85ED 50%, #0C63E7 75%, #0D41E1 100%);
    border: transparent;
    border-radius: 29px;
    padding: 14px 30px 14px 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
} */

.read-more{
    position: relative;
    padding-block: 0.5em;
    padding: 14px 34px 14px 44px;
    border: transparent;
    border-radius: 29px;
    background: linear-gradient(90deg, #07C8F9 0%, #09A6F3 25%, #0A85ED 50%, #0C63E7 75%, #0D41E1 100%);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    transition: padding 250ms ease, background-color 250ms ease;
  }
  
  .read-more::before {
    position: absolute;
    content: "\f285";
    background-size: 1em;
    inset-block-start: 50%;
    inset-inline-start: 0.25em;
    transform: translateY(-50%);
    padding: 0;
    font-family: bootstrap-icons !important;
    line-height: 1;
    transition: inset-inline-start 250ms ease;
    left: 21px;
    top: 26px;
  }
  

  
  .read-more:hover::before {
    inset-inline-start: calc(100% - 1.75em);
  }
  



.wt-box-2 h2 {
    font-size: 280px;
    font-weight: 900;
    line-height: 329px;
    text-align: right;
    text-transform: uppercase;
}

.wt-box-2 .rectangle-img {
    padding-right: 30px;
}
.read-more:hover {
    background: linear-gradient(90deg, #0D41E1 0%, #0C63E7 25%, #0A85ED 50%, #09A6F3 75%, #07C8F9 100%);

}

.read-more i {
    margin-right: 5px;
}

.section-light-bg:before {
    content: "";
    position: absolute;
    background-image: url(../images/bg-img.png);
    height: 405px;
    bottom: 0;
    right: 0;
    width: 31%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 20%;


}

.silick-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.my-slider {
    padding: 0 70px;
}

.slick-initialized .slick-slide {
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.silick-section .my-slider .slick-next, .my-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 60%;
    width: 40px;
    height: 40px;
    background-color: #E0ECFF;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    border-radius: 100px;
}

.my-slider .slick-next:before {
    font-size: 0 !important;
    content: "";
    width: 40px;
    height: 40px;
    opacity: 1 !important;
    display: block;
    border-radius: 100px;
    background-image: url(../images/left-arrow-h.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    transform: rotate(180deg);
}

.my-slider .slick-prev:before {
    font-size: 0 !important;
    content: "";
    width: 40px;
    height: 40px;
    opacity: 1 !important;
    display: block;
    border-radius: 100px;
    background-image: url(../images/left-arrow-h.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;

}


.silick-section .my-slider .slick-next:hover, .my-slider .slick-prev:hover {
    background: linear-gradient(90deg, #07C8F9 0%, #09A6F3 25%, #0A85ED 50%, #0C63E7 75%, #0D41E1 100%);
}

.silick-section .my-slider .slick-next:hover:before, .slick-prev:hover:before {
    filter: brightness(0) invert(1);
}


.my-slider .slick-next, .slick-prev {
    z-index: 5;
}

.my-slider .slick-next {
    right: 15px;
    background-color: #E0ECFF !important;
}

.my-slider .slick-prev {
    left: 5px;
    background-color: #E0ECFF !important;
}

.footer {
    background: linear-gradient(90deg, #07C8F9 0%, #09A6F3 25%, #0A85ED 50%, #0C63E7 75%, #0D41E1 100%);
    padding-top: 60px;
    padding-bottom: 0px;
}
.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.our-services {
    margin: 7px 0 0;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px 0 20px;
    border-top: solid rgb(255 255 255 / 20%) 1px;
}
.our-services li {
    padding-right: 60px;
    position: relative;
}
.our-services li:last-child{
    padding-right: 0px;

}

.our-services li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    color: #fff;
    position: relative;
}
.our-services li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background: #fff;
    right: 23px;
    top: 4px;
}

.our-services li:last-child:before {
    display: none;
}
.phone {
    display: flex;
}
.phone a {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
}
.phone img {
    margin-right: 10px;
}

.email {
    display: flex;
}
.email a {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
}
.email img {
    margin-right: 10px;
}
.footer-social {
    margin: 0;
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.footer-social li {
    padding-right: 36px;
}

.footer-social li:last-child{
    padding-right: 0px;
}
.footer-social li a {
    width: 38px;
    height: 38px;
    background: #E0ECFF;
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #000;
    padding: 5px;
}

.footer-social li a:hover {
    background: var(--color-default);
    color: #fff;
}
.footer-social li a:hover img {
    filter: brightness(0) invert(1);
}
.footer-inner-block {
    max-width: 960px;
    margin: 20px auto 0;
    padding-bottom: 20px;
}

.footer-bottom {
    border-top: solid rgb(255 255 255 / 20%) 1px;
    padding-bottom: 30px;
}

.copyright p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #fff;
    margin-top: 20px;
}

.credit p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: #fff;
    margin-top: 20px;
}
.copy-right-menu {
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.copy-right-menu li {
    padding-right: 30px;
    position: relative;
}
.copy-right-menu li a {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
.copy-right-menu li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background: #fff;
    right: 11px;
    top: 2px;
}
.copy-right-menu li:last-child:before {
    display: none;
}

/* AboutUs */
.AboutUs{

    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 680px;
    position: relative;
}
/* .AboutUs h1{
    font-size: 122px;
    font-weight: 700;
    line-height: 122px;
    text-align: center;
    opacity: 0.3;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    -webkit-text-stroke: 0.3vw #f7f7fe;
    top: 20%;
} */
.about-group{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
    position: relative;
}
.about-group-h{
    width: 62%;
}
.about-group .content-wrapper p::before{
    background: linear-gradient(90deg, #07C8F9 0%, #09A6F3 25%, #0A85ED 50%, #0C63E7 75%, #0D41E1 100%);
    width: 50px;
    height: 180px;
    top: 10px;
    left: 0px;
    border-radius: 24px;
    content: '';
    position: absolute;
}
.about-group .content-wrapper p{
    position: relative;
    padding-left: 73px;
    padding-top: 10px;
}
.about-group .content-wrapper h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    position: relative;
    padding-left: 73px;
    color: #000000;
    width: 517px;
}
.rectagle-image{
    margin-top: 41px;
}
/* ourVision */
.ourVision-bg{

    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 980px;
}
.ourVision-content h2{
    font-size: 86px;
    font-weight: 700;
    line-height: 88px;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    padding-left: 125px;
}
.ourVision-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #FFFFFF;
    width: 696px;
    padding-left: 123px;
    padding-top: 37px;
}
/* ourMission */
.ourMission {

    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 980px;
}

.filters-content .item .p-inner {
    border-radius: 0px 0px 30px 30px;
    background: #E0ECFF;
    padding: 20px;
    display: flex;
    justify-content: center;
}
.filters-content .item .p-inner h5 {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    color: #000;
}
/* project */
.Project-banner{
    background-image: url(../images/project-banner.jpg);
}
.projects .project-h3{
    font-size: 86px;
    font-weight: 700;
    line-height: 88px;
    color: #000000;
    margin-bottom: 48px;
    margin-top: 40px;
}
.projects .project-h5{
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: #000000;
}
.our-project{
    padding: 0px 0 20px;
}
.our-project li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background: #000000;
    right: 23px;
    top: 4px;
}
.more {
    position: relative;
}
.more p {
    position: relative;
    top: 25%;
    font-size: 32px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    left: 0;
    width: 100%;
    z-index: 9;
    max-width: 29px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.services-slider {
    display: flex;
    max-width: 600px;
}

.slider-main {
    width: 100%;
}

.main-container {
    width: 100%;
}

.nav-container img {
    max-height: 135px;
    border-radius: 65px;
    width: 100%;
}
.slider-nav .slick-list {
    padding: 0px !important;
}
.slider .slick-list {
    padding: 0px !important;
}
.slider .ongoing-img img {
    border-radius: 370px;
    width: 100%;
}

.nav-container .slick-slide {
    max-height: 135px;
    margin-bottom: 18px;
}

.services-slider .slick-track {
    margin-left: 50px;
}
.ongoing-img img{
    width: 100%;
}
.projects .adarshDiamond{
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: #000000;
}

.project-services li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background: #000000;
    right: 23px;
    top: 4px;
}
.project-services li{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}
.project-readmore{
    margin-left: 25px;
    margin-bottom: 30px;
}
.projects .nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #000000;
    --bs-nav-pills-link-active-bg: transparent;
    font-size: 32px;
    font-weight: 700;
    line-height: 37.5px;
    text-align: left;
    margin-top: 70px;
}
.projects .nav-link{
    color: #999999;
}
.ul-nav .nav-item .nav-link {
    position: relative;
  }
  
  .ul-nav .nav-item .nav-link::before {
      content: "";
      position: absolute;
      top: 16px;
      background: rgb(0 0 0 / 40%);
      width: 2px;
      height: 23px;
      right: -4px;
  }
  .ul-nav .nav-item:last-child .nav-link:before{
    display: none;
  }
  .overlay {
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    border-radius: 65px;
    width: 100%;
}
.completed{
    background-color: #FFFFFF !important;
}
.slider2bg{
    background-color: #F5F5F5;
    padding: 60px 0;
}
/* inquiry modal */
.scedual-visit{
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 40px auto 0;
}
.inquiry-modal-header{
    border-bottom: none !important;
}
.schedule-form{
    padding: 6px 60px;
}
.inquiry-Modal {
    max-width: 602px;
}
.inquiry-Modal .modal-content {
    border-radius: 64px;
    background-color: #fff;
    border: 0px;
   
}
.inquiry-Modal .rectangle-block .btn-close:focus {
    outline: none;
    box-shadow: none;
}

.inquiry-Modal .rectangle-block {
    top: 17px;
    position: absolute;
    right: 15px;
    border-radius: 100px;
}
.inquiry-Modal .rectangle-block .btn-close{
    width: 60px;
    height: 60px;
    opacity: 1.5;
    background-image: url(../images/inquiry-close.png);
    background-size: 26px;
}
/* Adarsh Industrial Park */
.IndustrialPark .left-content img{
    width: 100%;
    border-radius: 370px;
}
.IndustrialPark{
    background-color: #F5F5F5;
    padding: 60px 0;
}


/*23-08-2024*/

.locationblock-hide-desktop {display: none;}
.sectioninner-parojects{
    padding-top: 250px;
    padding-bottom: 250px;
    background-image: url(../images/image-2.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.sectioninner-parojects:before {
    content: "";
    background: #00000099;
    position: absolute;
    width: 100%;
    height: 100%;
}
.pdf-section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.content-pdf h3 {
    font-size: 86px;
    font-weight: 700;
    line-height: 88px;
    text-transform: uppercase;
    color: #000;
}
.content-pdf p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.pdf-btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: rgb(0 0 0 / 40%);
    border: 2px dashed #00000066;
    border-radius: 11px;
    padding: 19px 25px;
}
.pdf-btn span{ color: var(--color-default);}
.works-img {
    position: absolute;
    right: 0;
    top: 126px;
}
.works-img img {
    border-radius: 640px 0px 0px 640px;
    max-width: 800px;
}

.benefits-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #F5F5F5;
    margin-top: 80px;
}
.layout-content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #000000;
}
.layout-content ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.layout-content ul li {
    position: relative;
    padding-right: 38px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.layout-content ul li:last-child{padding-right: 0;}
.layout-content ul li:before {
    content: "";
    position: absolute;
    right: 17px;
    background: #000;
    width: 1px;
    height: 14px;
    top: 8px;
}

.layout-content ul li:last-child {
    display: none;
}

.layout-content-left p {
    position: relative;
    max-width: 217px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #000;
}
.sociacl-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}
.sociacl-nav li a img {
    max-width: 24px;
}
.sociacl-nav li {
    padding-right: 22px;
}
.sociacl-nav li a{
    width: 45px;
    height: 45px;
    border: solid #000 2px;
    display: flex;
    justify-content: center;
    border-radius: 100px;
    padding: 5px;
        opacity: 40%;


}
.section-services {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.services-tumb-left img {
    border-radius: 64px;
}
.services-tumb-right img {
    border-radius: 64px;
}
.services-tumb-right {
    margin-top: -170px;
}
.section-services::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg-img.png);
    height: 405px;
    bottom: 0;
    right: 0;
    width: 31%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 20%;
}

.slider-new .ongoing-img img {
    width: 100%;
    border-radius: 370px;
}

.slider-nav img {
    border-radius: 65px;
    width: 100%;
    cursor: pointer;
}

.overlay2 {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 85px;
    background: rgba(0, 0, 0, 0.5);
}
.slider1bg .slick-track{
    transform: translate3d(0px, 0px, 0px) !important;
}
/*all page responsive ui desgin*/
@media only screen and (max-width: 1440px) {
    .left-image {margin-top: -90px;}
    .wt-box h2 { font-size: 100px;}
    .wt-box-2 h2{font-size: 100px;}
    .title { font-size: 70px;}
    .works-img img {max-width: 680px;}
    .typewriter h1{
        font-size: 90px;
    }
    .rectangle-img img{
        width: 100%;
    }
    .real-section{
        display: none;
    }
    .projects .nav-pills{
        font-size: 23px;
    }
}


@media only screen and (max-width: 1280px) {
    .left-image {margin-top: 0px;}
    .wt-box h2 { font-size: 160px;}
    .wt-box-2 h2{font-size: 160px;}
    .title { font-size: 60px;}
    .content-pdf h3 {font-size: 52px;line-height: 66px;}
    .works-img img {max-width: 500px;}
    .typewriter h1{
        font-size: 80px;
    }
    .real-section{
        display: none;
    }
}

@media only screen and (max-width: 1180px) {
    .left-image {margin-top: 0px;}
    .wt-box h2 { font-size: 130px;}
    .wt-box-2 h2{font-size: 130px;}
    .title { font-size: 40px;}
}

@media only screen and (max-width: 1024px) {
    .left-image {margin-top: 0px;}
    .wt-box h2 { font-size: 130px;}
    .wt-box-2 h2{font-size: 130px;}
    .title { font-size: 35px;}
    .content-wrapper h2 { font-size: 25px; line-height: normal;}
    .section-header h2 {font-size: 30px;line-height: 40px;}
    .section-header p {font-size: 22px;line-height: 24px;}
    .works-img img { max-width: 390px;}
    .layout-plan img { width: 100%;}
    .benefits-section img { width: 100%;}
    .services-tumb-right {margin-top: 0;}
    .form-Partner {  margin-left: 0;}
    .left-image img { width: 100%;}
    .typewriter h1{font-size: 62px;}
    .project-services{padding: 8px 0 8px;}
    .projects .slick-slider {margin-bottom: 0;}
    .credit p{font-size: 15px;}
    .copy-right-menu li {padding-right: 20px;}
    .copy-right-menu li a{font-size: 17px;}
    .copyright p{font-size: 16px;}
    .content-wrap {background: #ffffff8a;padding: 20px;}
    .about-group .content-wrapper p{padding-left: 0;text-align: justify;max-width: 100%;font-size: 22px;line-height: 33px;}
    .about-group .content-wrapper h5{font-size: 22px;line-height: 30px;text-align: left;padding-left: 0;width: 100%;}
    .rectagle-image img{display: none;}
    .about-group{text-align: center;}
    .content-wrapper h2 {font-size: 32px;text-align: center;width: 100%;}
    .about-group .content-wrapper p::before{display: none;}
    .ourVision-bg{height: auto;}
    .ourVision-content h2{font-size: 86px;padding-left: 0;text-align: center;}
    .ourVision-content p{font-size: 25px;line-height: 40px;text-align: justify;padding-left: 0;}
    .ourMission{height: auto;margin-top: 50px;}
    .content-wrap p{font-size: 23px;line-height: 30px;}
    .information-list li{padding-bottom: 40px;font-size: 20px;}
    .information-list li a{font-size: 22px;}
    .label-my{font-size: 22px;}

}
@media only screen and (max-width: 767px) {
    .left-image img {width: 100%;}
    .wt-box-2 h2 {font-size: 40px; line-height: normal; margin-top: 10px;}
    .wt-box h2 {font-size: 40px; line-height: normal; margin-top: 10px;}
    .wt-box .rectangle-img img { width: 100%;}
    .our-services {flex-wrap: wrap; justify-content: center;}
    .content-wrapper p { font-size: 14px;}
    .content-wrap {background: #ffffff8a;padding: 20px;}
    .filters-content .item .p-inner h5 {font-size: 22px;line-height: normal;}
    .title {font-size: 25px; line-height: normal;}
    .content-wrapper2 p {font-size: 14px;}
    .our-services li a {font-size: 14px; line-height: normal;}
    .our-services li {  padding-right: 0; width: 33%;}
    .our-services li:before{display: none;}
    .phone { margin-bottom: 10px;justify-content: center;}
    .phone a { font-size: 14px;}
    .footer-social { margin-bottom: 20px;}
    .email a{font-size: 14px;}
    .email {display: flex;justify-content: center;}
    .copyright p { text-align: center;font-size: 14px;}
    .copy-right-menu li a { font-size: 14px;}
    .credit p{font-size: 14px; text-align: center;}
    .silick-section .my-slider .slick-next, .my-slider .slick-prev { width: 30px;height: 30px;}
    .my-slider .slick-prev:before{width: 30px;height: 30px;}
    .my-slider .slick-next:before{width: 30px;height: 30px;}
    .section-light-bg:before{display: none;}
    .section-light-bg {padding-bottom: 60px; padding-top: 50px;}
    .rectangle-img img {width: 100%;}
    .section-light-bg .col-md-5 {order: 2; }
    .section-light-bg .col-md-7 {order: 1; }
    .read-more {margin: 0 0 20px;}
    .wt-box-2 {justify-content: center; flex-wrap: wrap; margin-top: 20px;}
    .wt-box { flex-wrap: wrap; justify-content: center;}
    .real-section .container-fluid { padding-left: 15px; padding-right: 15px;}
    .wt-box .rectangle-img {padding-left: 0;}
    .content-wrap p { font-size: 14px; line-height: normal;}
    .customNavbar .navbar-brand img{ width: 110px;}
    .inquiry-button {padding: 12px 27px 12px 27px; font-size: 10px;}
    .title-wrapper-2-case {flex-wrap: wrap; margin-bottom: 24px;}
    .hero-section { height: auto; text-align: center;background: transparent;}
    .project-filter .filters ul li { font-size: 16px; padding-right: 11px;}
    .project-filter .filters ul li:before{display: none;}
    .filters-content .row>* {position: relative !important; top: 0 !important;}
    .filters-content .item {margin-bottom: 20px;}
    .locationblock-hide-mobile {display: none;}
    .locationblock-hide-desktop{display: block; position: relative;bottom: 0;max-width: 100%;}
    .location-form {padding: 14px 12px;flex-wrap: wrap;}
    .location-form .form-group:after{display: none}
    .my-input {border: solid #eee 1px;padding: .375rem .75rem;  margin-bottom: 10px;}
    .my-select {border: solid #eee 1px;padding: .375rem .75rem;  margin-bottom: 10px;}
    .hero-section .carousel-control-prev-icon {width: 30px;height: 30px;background-size: 8px 18px;}
    .hero-section .carousel-control-next-icon{width: 30px;height: 30px; background-size: 8px 18px;}
    .top-navbar .navbar-brand {margin-left: 6px;}
    .wt-box-2 .rectangle-img {padding-right: 0;}
    .inquiry-now.aos-init.aos-animate { transform: inherit !important;transition-duration: inherit !important; backface-visibility: inherit !important;transition-property: inherit !important;}
    .real-section {display: none;}
    .dropdown-nave .dropdown-menu {padding: 10px 0px;}
    .career-section-iiner {padding-top: 100px;padding-bottom: 100px;}
    .information-list li .icon img {max-width: 30px;}
    .information-list li .icon {width: 35px;height: 35px;margin-right: 13px;}
    .information-list li {padding-bottom: 20px;border-bottom: solid #eee 1px;margin-bottom: 20px;font-size: 14px;}
    .aos-init.aos-animate {-o-transition-property: none !important;-moz-transition-property: none !important;-ms-transition-property: none !important;-webkit-transition-property: none !important;transition-property: none !important;-o-transform: none !important;-moz-transform: none !important;-ms-transform: none !important;-webkit-transform: none !important;transform: none !important;-webkit-animation: none !important;-moz-animation: none !important;-o-animation: none !important;-ms-animation: none !important;animation: none !important;}
    .section-services:before{display:none; }
    .title-h2 {font-size: 51px;line-height: 60px;}
    .sociacl-nav {width: 100%;flex-wrap: wrap;margin-bottom: 20px;}
    .works-img {width: 100%;position: relative;}
    .content-pdf h3 {font-size: 32px; line-height: 37px;}
    .content-pdf p {font-size: 14px;}
    .services-tumb-left {margin-bottom: 20px;}
    .aboutGroup{width: 100%;}
    .projects .nav-pills {font-size: 17px; margin-top: 44px;}
    .project-services li{width: 100% !important;}
    .slick-vertical .slick-slide{display: flex !important;}
    .nav-container{text-align: center;}
    .morep{left: 41%;}
    .slider .ongoing-img img {border-radius: 10px;}
    .nav-container img{border-radius: 10px;width: 250px;max-width: 100%;}
    .contact-section-iiner {padding-top: 80px;padding-bottom: 80px;}
    .AboutUs {
        height: auto;
    }
    .AboutUs h1{
        font-size: 25px;
        line-height: 95px;
        top: 7%;
    }
    .projects .project-h3{
        font-size: 50px;
        line-height: 0px;
        margin-bottom: 0px;
        margin-top: 50px;
        text-align: center;
    }
    .inquiry-Modal .rectangle-block .btn-close{
        width: 30px;
        height: 50px;
    }
    .scedual-visit {
        font-size: 28px;
        text-align: left;
        padding-left: 29px;
    }
    .schedule-form {
        padding: 0px 30px;
    }
    .inquiry-Modal .rectangle-block {
        top: 11px;
        left: 271px;
        background-color: transparent;
    }
    .project-services{
        display: block;
        list-style-type: none;
        padding: 0px 0 16px;
    }
    .project-services li{
        padding-left: 0;
    }
    .ourVision-content h2{
        font-size: 66px;
        padding-left: 0;
      }
      .ourVision-content p{
       font-size: 18px;
       width: 100%;
       padding-left: 0;
      }
      .about-group .content-wrapper h5{
        width: 100%;
      }
      .rectagle-image img{
        width: 100%;
      }
      .overlay{border-radius: 10px;}
      .content-wrapper h2 {
        font-size: 25px;
        line-height: normal;
    }

}
@media only screen and (max-width: 480px) {
    .header .offcanvas {max-width: 330px;--bs-offcanvas-width: 330px;}
    .dropdown-nave .dropdown-menu {padding: 10px 0px;width: 90%;}
    .offcanvas-header-nav .offcanvas-header .btn-close {left: auto;right: -8px;background-color: #fafcff;border-radius: 10px;filter: inherit !important;background-size: 20px 20px;top: 32px;}
    .offcanvas-header-nav .dropdown-menu li a {font-size: 15px;line-height: 24px;}
    .offcanvas-header-nav .dropdown-menu li:before {background-size: 8px;background-repeat: no-repeat;top: 26px;}
    div.mouse-container {bottom: -37px;}
    .inquiry-button {padding: 9px 15px;font-size: 10px}
    .title-h1 {font-size: 50px;line-height: normal;}
    .form-Partner {box-shadow: none;background: #F5F5F5;border-radius: 20px;padding: 20px;}
    .upload-area label[for="et_pb_contact_brand_file_request_0"]:before{font-size: 13px;}
    .label-my {font-size: 14px;line-height: normal;}
    .sociacl-nav li a {width: 35px; height: 35px;}
    .sociacl-nav li {padding-right: 10px;}
    .layout-content ul li { font-size: 14px;}
    .creative__text--animation-3 span { display: none;}
    .content-wrap {margin-top: 0rem !important;}
    .ourMission{height: auto;}



}
.hero-section .carousel {
    width: 100%;
}
.carousel-item img {
    width: 100%;
}

.dropdown-menu li.active  a {
    color: #fff;
}
.filters-content .row.grid {
    height: auto !important;
}
.filters-content .row.grid .col-sm-4 {
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
}
span.wpcf7-not-valid-tip {
    color: red;
    font-size: 14px;
    font-weight: 500;
}

.screen-reader-response ul li, .screen-reader-response p {
    color: red;
    font-size: 13px;
    margin: 4px;
}

form.wpcf7-form.sent .wpcf7-response-output {
    color: green;
    font-size: 19px;
    text-align: center;
    margin-top: 15px;
}

form.wpcf7-form.invalid .wpcf7-response-output {
    color: red;
    font-size: 15px;
    text-align: left;
    margin-top: 15px;
    padding-bottom: 20px;
}

.inquiry-Modal .screen-reader-response {
    display: none;
}