@media (max-width: 767px) {
  .logo {
    height: 40px;
    width: clamp(180px, 9vw, 200px);
  }
  .logo img{
    width: 180px;
    height: 42px;
  }
  .footer-logo{
		width: 150px !important;
		display: inline-block;
	}
  .footer-image {
    padding-bottom: 20px;
}
.footer-logo svg {
    width: 100%;
    height: 100%;
}
  .contact-form-content.d-flex.flex-column.col-md-4.mt-0 {
	padding-right: 0px ;
	}
  .contact-form,.contact-link {
    padding-inline: 0;
}
  .contact-form-content h4 {
    padding-bottom: 20px;
  }
  .footer {
    padding: 150px 24px 12px 24px;
  }
  .footer-content {
    flex-direction: column;
    gap: 20px;
  }
  .curve-card-grid {
    grid-template-columns: auto;
  }
  .established {
    padding-bottom: 71px;
  }
  .our-services .accordion button span {
    min-width: 40px;
    height: 40px;
  }
  .our-services .accordion button span svg {
    width: 15px;
  }
  .more-btn {
    width: 100%;
    width: 100%;
    max-width: max-content !important;
    min-width: 2px;
  }
  .mobile-none {
    display: none;
  }
  .desktop-none {
    display: flex;
  }
  .owl-dots {
    display: none;
  }
  .result-sec-right ul {
    row-gap: 36px;
  }
  .mobile-radius {
    border-bottom-right-radius: clamp(70px, 8vw, 120px);
    border-bottom-left-radius: 0;
  }
  .collaboration-main .curve-card-main {
    padding-bottom: 48px;
  }
  .collaboration-main .curve-card p {
    min-height: auto;
    padding-bottom: 18px;
  }
  .collaboration.mobile-radius {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: clamp(70px, 8vw, 120px);
  }
  .banner a {
    position: absolute;
    bottom: 70px;
    left: 50%;
    right: 50%;
    max-width: calc(100% - 48px);
    transform: translate(-50%, 0);
  }
  .banner-content {
    text-align: center;
  }
  .banner-content-slide {
    text-align: center;
  }
  .inner-page-banner-content {
    text-align: center;
  }
  .contact-form-content h3 {
    padding-bottom: 30px;
  }
  .contact-form-content h5 {
    padding-bottom: 30px;
  }
  .contact-form-content span {
    padding-bottom: 30px;
  }
  .card-wrap {
    flex-wrap: wrap;
  }
  #menu-icon {
    display: block;
  }
  .header_list.expand {
    transform: translateX(0);
  }
  .header_list {
    position: fixed;
    right: 0;
    background: #fff;
    top: 0;
    box-shadow: -4px 6px 7px 0 rgba(117, 117, 117, 0.1882352941);
    transform: translateX(100%);
    transition: 1s all;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    z-index: 99;
    align-items: flex-start;
    gap: 40px;
  }
  .header_list li a {
    font-size: 18px;
  }
  .header_list li a.contact-btn {
    width: 202px;
    text-align: center;
  }
  ul.header_list li:last-child {
    margin: 0;
  }
  .contact-form .webform-flexbox {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1139px) {
  .custom-container {
    max-width: 992px;
  }
}
@media (max-width: 1300px) {
  .owl-dots {
    display: none;
  }
}
@media (min-width: 992px) {
  .our-team-profile-image {
    max-width: clamp(300px, 30vw, 410px);
  }
}
@media (max-width: 991px) {
  .service-content {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .service-content-right {
    margin-left: 0;
  }
  .service-content-left {
    width: 100%;
    padding-inline: 0;
  }
  .our-services .accordion button {
    padding-inline: 0;
  }
  .accordion-body {
    padding-inline: 0;
  }
  .banner-content {
    padding-inline: 24px;
  }
  .banner-content-slide {
    padding-inline: 24px;
  }
  .inner-page-banner-content {
    padding-inline: 24px;
  }
  br {
    display: none;
  }
  .service-section-content p {
    max-width: 100%;
  }
  .about-info-grid-inner-icon h4 {
    max-width: 100%;
  }
  .blog-list-main {
    margin: 0 !important;
  }
  .our-team-profile-image {
    position: unset;
    padding: 36px 0 20px;
  }
  .our-team-profile {
    max-width: 100%;
    padding-bottom: 36px;
  }
  .our-team-profile::before {
    content: unset;
  }
  .our-team-right {
    align-items: center;
  }
  .our-team-right p {
    max-width: 100%;
    padding-bottom: 36px;
  }
  .our-team-left-grid {
    display: none;
  }
  .our-team-main {
    padding-bottom: 80px;
  }
  .about-info-grid-inner {
    flex-wrap: wrap;
  }
  .about-info-grid-inner:nth-child(even) {
    justify-content: start;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .banner-content h1 {
    font-size: 50px;
    font-size: 50px;
  }
  .banner-content h5 {
    font-size: 23px;
    padding-block: 30px;
    font-size: 23px;
    padding-block: 30px;
  }
  .banner-content h4 {
    font-size: 23px;
    padding-block: 30px;
  }
  .banner-content h3 {
    font-size: 23px;
    padding-block: 30px;
  }
  .energy-section-content h2 {
    font-size: 50px;
  }
  .inner-page-banner-content h1 {
    font-size: 50px;
  }
  .about-info-main h2 {
    font-size: 50px;
  }
  .about-info-main h3 {
    font-size: 50px;
  }
  .about-info-main h5 {
    font-size: 24px;
  }
  .about-info-main h4 {
    font-size: 24px;
  }
  .font-30 {
    font-size: 24px;
  }
  .contact-form-content h3 {
    font-size: 24px;
  }
  .contact-form-content h5 {
    font-size: 24px;
  }
  .contact-form-content span {
    font-size: 24px;
  }
  .service-section-content h2 {
    font-size: 45px;
  }
  .service-section-content h5 {
    font-size: 45px;
  }
  .result-sec-left h2 {
    font-size: 42px;
  }
  .result-sec-left h4 {
    font-size: 42px;
  }
  .result-sec-right ul li h4 {
    font-size: 36px;
  }
  .our-team-left h4 {
    font-size: 36px;
  }
  .collaboration-main h2 {
    font-size: 36px;
  }
  .collaboration-main h4 {
    font-size: 36px;
  }
  .collaboration-main .curve-card-main-title h5 {
    font-size: 28px;
  }
  .font-24 {
    font-size: 22px;
  }
  .about-info-grid-inner-icon h4 {
    font-size: 22px;
  }
  .banner-content-slide h2 {
    font-size: 50px;
  }
  .banner-content-slide h3 {
    font-size: 23px;
    padding-block: 30px;
  }
}
@media (max-width: 1601px) {
  .about-banner img {
    object-position: 100% 75% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 797px) {
  .curve-card-main .curve-card-main-title {
    color: var(--blue-text);
  }
}
@media only screen and (min-width: 991px) and (max-width: 1148px) {
  .service-section-grid {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1167px) {
  .blog-list-left li div:last-child {
    flex: 1 1 75%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .service-section-content h2 {
    margin-top: 40px;
    font-size: clamp(32px, 6vw, 60px);
  }
  .service-section-content h5 {
    margin-top: 40px;
    font-size: clamp(32px, 6vw, 60px);
  }
  .service-section-content .font-24 {
    font-size: clamp(18px, 2vw, 24px);
  }
  .service-section-content p {
    max-width: 328px !important;
    padding-bottom: 18px;
    color: #2F444E;
  }
  .result-sec-left h2 {
    font-size: 32px;
  }
  .result-sec-left h4 {
    font-size: 32px;
  }
  section.established.about .page-content .more-btn {
    margin-top: 50px !important;
  }
  section.established.about .apply-section-content-title .more-btn {
    margin-top: 30px !important;
  }
  .result-sec-right ul {
    margin: 0 14px;
  }
  .result-sec-right ul li h4 {
    padding-bottom: 5px;
    font-size: clamp(42px, 4vw, 62px) !important;
    line-height: 130%;
  }
  .result-sec-right ul li p {
    margin-top: 12px;
  }
  .banner-content h1 {
    font-size: clamp(40px, 7vw, 82px);
    line-height: 125%;
    font-size: clamp(40px, 7vw, 82px);
    line-height: 125%;
  }
  .banner-content h5 {
    font-weight: 400;
    font-weight: 400;
  }
  .banner-content h4 {
    font-weight: 400;
  }
  .banner-content h3 {
    font-weight: 400;
  }
  .more-btn {
    padding: 9px clamp(14px, 7vw, 55px) 9px clamp(18px, 3vw, 40px);
  }
  .font-30 {
    font-size: clamp(24px, 2vw, 30px);
    font-weight: 400;
    padding: 0 6px;
  }
  .curve-card-grid {
    margin-block: 42px;
    padding: 0 10px !important;
  }
  .font-24 {
    font-size: clamp(24px, 2vw, 24px);
  }
  .curve-card p {
    color: #2f444e;
    max-width: 305px;
  }
  .service-section-grid-card h6 {
    color: #2f444e !important;
    font-size: 20px !important;
  }
  .service-section-grid-card:hover h6 {
    color: #fff !important;
  }
  .service-section-grid-card:hover span {
    width: 64px !important;
    height: 64px !important;
  }
  .service-section-grid-card span {
    width: 64px !important;
    height: 64px !important;
  }
  .result-sec .font-24 {
    font-size: clamp(18px, 2vw, 24px);
  }
  .result-sec h2 {
    font-size: clamp(30px, 6vw, 60px);
    line-height: 55px !important;
  }
  .blog-list-left li h5 {
    font-weight: 400;
    letter-spacing: 0;
  }
  .blog-list-left p.font-16 {
    color: #eff3f5 !important;
  }
  .blog-list-main {
    padding-block: clamp(76px, 8vw, 98px);
  }
  .our-team .font-24 {
    font-size: clamp(20px, 2vw, 24px);
  }
  .our-team-left h4 {
    font-size: clamp(32px, 4vw, 44px);
  }
  .our-team-right p {
    color: #2f444e !important;
  }
  .our-team-right p span {
    color: #1aafff !important;
    font-weight: 500 !important;
  }
  .our-team-right h3 {
    font-weight: 600;
    font-size: clamp(26px, 4vw, 32px);
    line-height: 42px;
  }
  .our-team-profile-image {
    padding-top: 10px;
  }
  .energy-section-content {
    margin-bottom: clamp(44px, 8vw, 98px);
    max-width: 324px;
  }
  .energy-section-content h2 {
    font-weight: 300;
    font-size: clamp(30px, 4vw, 64px);
    line-height: 130%;
  }
  .collaboration-main h3 {
    font-size: clamp(20px, 2vw, 24px);
  }
  .footer-links {
    padding-top: 25px;
  }
  .footer-links a {
    font-size: 20px;
    font-weight: 500;
  }
  .footer-links a span {
    padding-right: 10px;
  }
  .footer-title {
    padding-bottom: 15px;
  }
  .social-icons-blue {
    font-size: 14px !important;
  }
  .footer-rights {
    color: #dfe8ec !important;
  }
  .contact-form .form-item {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .contact-form .form-actions {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .contact-form input {
    width: 100% !important;
    width: 100% !important;
  }
  .contact-form textarea {
    max-width: 100% !important;
  }
  .mobile-more-btn {
    display: block !important;
    display: flex !important;
    margin-top: 40px;
  }
  .established.about.careers .page-content h3.font-24,
  .established.about.careers .page-content h2.font-24 {
    font-size: clamp(18px, 2vw, 24px) !important;
  }
  section.our-services.established .font-24 {
    font-size: clamp(16px, 2vw, 24px);
  }
  .our-services .accordion button span {
    min-width: 60px !important;
    height: 60px !important;
  }
  .our-services.established .more-btn.mobile-none {
    align-self: center;
    display: flex !important;
  }
  .field--name-field-home-page section.service-section .service-section-grid .more-btn.mobile-more-btn {
    display: flex !important;
  }
  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-subject.form-item-subject input {
    max-width: 100% !important;
  }
  .banner-content-slide h2 {
    font-size: clamp(40px, 7vw, 82px);
    line-height: 125%;
  }
  .banner-content-slide h3 {
    font-weight: 400;
  }
}
@media only screen and (min-width: 320px) and (max-width: 766px) {
  .footer-tc.footer-mobile {
    display: block !important;
    width: 100%;
  }
  .our-team .our-team-left a.secondray-btn.more-btn.mobile-none {
    width: auto !important;
    display: flex;
  }
  .our-team-main a.secondray-btn.more-btn.desktop-none {
    display: none;
  }
  section.established.about .more-btn {
    margin-top: 29px !important;
    max-width: 100% !important;
  }
  section.established.about.service.contact {
    border-bottom-left-radius: clamp(70px, 8vw, 120px);
  }
  .more-btn {
    width: 100%;
    max-width: max-content !important;
    min-width: 260px;
    align-items: center;
    justify-content: center;
    align-self: center;
  }
  .curve-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)) !important;
  }
  li.mobile-terms {
    width: 100% !important;
    display: flex;
  }
  .mobile-terms .footer-tc.footer-mobile .footer-rights p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .mobile-terms .footer-tc.footer-mobile .footer-rights p a {
    font-size: 14px;
    text-transform: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 799px) {
  .curve-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .result-sec-right ul {
    row-gap: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .banner-content h1 {
    font-size: clamp(32px, 7vw, 82px) !important;
    line-height: 125%;
  }
  .font-24 {
    font-size: clamp(20px, 2vw, 24px);
  }
  .font-30 {
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 400;
    padding: 0 6px;
  }
  .our-team-left h4 {
    font-size: clamp(26px, 4vw, 44px);
  }
  .result-sec h2 {
    font-size: clamp(25px, 6vw, 60px);
    line-height: 55px !important;
  }
  .service-section-content h2 {
    font-size: clamp(27px, 6vw, 60px);
  }
  .service-section-content h5 {
    font-size: clamp(27px, 6vw, 60px);
  }
  section.our-services.established .font-24 {
    font-size: clamp(20px, 2vw, 24px);
  }
  .our-services .accordion button span {
    min-width: 60px !important;
    height: 60px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 990px) {
  .our-team-right-in {
    width: auto;
  }
  .our-team .our-team-right p {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 703px) {
  .footer-tc .footer-rights:first-child > p {
    max-width: 234px;
  }
  .footer-tc.footer-mobile .footer-rights:first-child > p {
    max-width: 234px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .inner-page-banner-content h1 {
    line-height: 130%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1100px) {
  .field--name-field-services-section .page-services h3 ,
  .field--name-field-services-section .page-services h2{
    margin-top: 0px !important;
  }
  .field--name-field-services-section section.established.about.service.contact .page-content {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .field--name-field-home-page .banner {
    position: absolute;
    top: 60%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 455px) {
  .page-node-type-terms-and-conditions h3 {
    font-size: 16px;
  }
  .page-node-type-terms-and-conditions h1 {
    font-size: 16px;
  }
  .page-content h3 span {
    width: 29px !important;
  }
  .page-content h2 span {
    width: 29px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .inner-page-banner {
    margin-top: 0px !important;
  }
  .inner-page-banner::before {
    background: linear-gradient(0deg, rgba(19, 30, 36, 0.7) 0%, rgba(38, 56, 65, 0.08) 60.04%, rgba(19, 30, 36, 0.6) 87.98%, rgba(19, 30, 36, 0.7) 100%);
    mix-blend-mode: multiply;
  }
  .inner-page-banner-content {
    bottom: 100px !important;
  }
  .banner-image {
    border-radius: 0 0 70px 0px !important;
    background: linear-gradient(0deg, rgba(19, 30, 36, 0.7) 0%, rgba(38, 56, 65, 0.08) 60.04%, rgba(19, 30, 36, 0.6) 87.98%, rgba(19, 30, 36, 0.7) 100%) !important;
    mix-blend-mode: multiply !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .curve-card-main .curve-card-main-title {
    color: var(--blue-text);
  }
}
@media only screen and (min-width: 320px) and (max-width: 1180px) {
  .page-node-type-terms-and-conditions h3 {
    margin-bottom: 20px;
  }
  .page-node-type-terms-and-conditions h1 {
    margin-bottom: 20px;
  }
  .field--name-field-terms-and-conditions {
    margin-top: 100px;
  }
  .field--name-field-privacy-policy {
    margin-top: 100px;
  }
  .field--name-field-privacy-policy .page-content h3 {
    margin-bottom: 35px;
  }
  .field--name-field-privacy-policy .page-content h2 {
    margin-bottom: 35px;
  }
  .field--name-field-privacy-policy .page-content h1 {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .our-services .accordion button span {
    margin-right: 15px !important;
  }
}
@media only screen and (min-width: 618px) and (max-width: 766px) {
  section div a.secondray-btn.more-btn {
    width: auto;
  }
  input#edit-actions-submit {
    width: auto !important;
  }
  .contact-form input[type=submit] {
    width: auto !important;
  }
  .service-section .service-section-content a.secondray-btn.more-btn.mobile-none {
    display: flex !important;
  }
  .service-section a.secondray-btn.more-btn.mobile-more-btn.col-12 {
    display: none !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 449px) {
  section div a.secondray-btn.more-btn {
    max-width: 100% !important;
  }
  input#edit-actions-submit {
    max-width: 100% !important;
  }
  .contact-form input[type=submit] {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 450px) and (max-width: 616px) {
  section div a.secondray-btn.more-btn {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  input#edit-actions-submit {
    max-width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .contact-form input[type=submit] {
    max-width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1138px) {
  .custom-container {
    max-width: 850px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
  .custom-container {
    max-width: 795px;
  }
  .owl-dots {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .banner .custom-container.banner-section-main {
    margin: 0;
    margin-bottom: 104px !important;
    display: flex;
    align-items: end;
  }

  .about-info-grid-inner-icon {
    flex-wrap: nowrap;
  }

  .field.field--name-field-home-page .curve-card p {
    max-width: 100% !important;
  }


}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .banner-carousel .banner-image {
    border-radius: 0 0 70px 0px !important;
    background: linear-gradient(0deg, rgba(19, 30, 36, 0.7) 30%, rgba(38, 56, 65, 0.08) 60.04%, rgba(19, 30, 36, 0.6) 87.98%, rgba(19, 30, 36, 0.7) 100%) !important;
    mix-blend-mode: multiply !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .banner-carousel .banner-image {
    border-radius: 0 0 70px 0px !important;
    background: linear-gradient(0deg, rgba(19, 30, 36, 0.7) 30%, rgba(38, 56, 65, 0.08) 60.04%, rgba(19, 30, 36, 0.6) 87.98%, rgba(19, 30, 36, 0.7) 100%) !important;
    mix-blend-mode: multiply !important;
  }
}

@media only screen and (min-width:992px) and (max-width:1138px) {
  .about-info-grid-inner-icon {
    max-width: 548px;
    width: 100%;
  }
}

@media only screen and (max-width:1148px) {
  .service-section-content p {
    max-width: 100% !important;
  }
}

@media only screen and (min-width:1440px) {

  .banner-content,
  .banner-content-slide {
    padding-left: 3px;
  }

  .field.field--name-field-our-team .inner-page-banner-content h1,
  .field.field--name-field-career-page .inner-page-banner-content h1 {
    position: unset;
    text-indent: 7px;
  }

  .field.field--name-field-contact .inner-page-banner-content h1 {
    position: unset;
    text-indent: 4px;
  }

  .field.field--name-field-our-team .inner-page-banner-content h2,
  .field.field--name-field-career-page .inner-page-banner-content h2,
  .field.field--name-field-contact .inner-page-banner-content h2 {
    text-indent: 1px;
  }

  .field.field--name-field-our-team .inner-page-banner-content .custom-container h1,
  .field.field--name-field-career-page .inner-page-banner-content .custom-container h1,
  .field.field--name-field-contact .inner-page-banner-content .custom-container h1 {
    margin-left: -6px;
  }
}

@media only screen and (max-width:1024px) {
  .field.field--name-field-home-page .curve-card-main.radius br {
      display: block !important;
  }
    .field--name-field-services-section section.established.about.service.contact {
    margin-top: 0px !important;
  }

  .field--name-field-services-section section.established.team.about.contact {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width:1920px) {
  .banner-carousel .item{
  max-height: 821px;
}
.about-banner{
	height: 625px;
}
}

/*# sourceMappingURL=responsive.css.map */
