html {
    scroll-behavior: smooth
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    text-decoration: none;
    font-family: Outfit, sans-serif;
    color: #616161;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.h1,
h1 {
    color: #212121;
    font-family: Archivo, sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .55px;
    margin-bottom: 16px
}

.h2,
h2 {
    color: #212121;
    font-family: Archivo, sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: .38px;
    margin-bottom: 16px
}

.h3,
h3 {
    color: #212121;
    font-family: Archivo, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: .18px;
    margin-bottom: 16px
}

.h4,
h4 {
    color: #212121;
    font-family: Archivo, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: .16px;
    margin-bottom: 16px
}

.h5,
h5 {
    color: #212121;
    font-family: Archivo, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: .14px;
    margin-bottom: 16px
}

p {
    color: #616161;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px
}

p:last-child {
    margin-bottom: 0
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    width: 100%
}

.light-blue {
    color: #29abe1
}

ol li,
ul li {
    margin-left: 20px
}

ul,
ol {
    text-align: left;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #29abe1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

a:hover {
    color: #212121
}

.defualt-btn {
    border-radius: 80px;
    background: #29abe1;
    padding: 13px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
    text-transform: uppercase
}

.defualt-btn:hover {
    background: #303030;
    color: #fff
}

.d-none {
    display: none
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slick-arrow {
    position: absolute;
    height: 48px;
    width: 48px;
    border-radius: 50px;
    background-color: #29abe1;
    border: 0;
    outline: 0;
    font-size: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.slick-next {
    right: 20px
}

.slick-prev {
    left: 20px
}

ul.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

ul.slick-dots li {
    width: 38px;
    background: #00000033;
    margin: 0 10px;
    height: 8px;
    border-radius: 8px;
    list-style-type: none
}

ul.slick-dots li button {
    font-size: 0;
    background: no-repeat;
    border: 0;
    outline: 0
}

ul.slick-dots li.slick-active {
    background: #0064e0
}

input[type=email],
input[type=number],
input[type=tel],
input[type=text],
textarea {
    width: 100%;
    padding: 14px 24px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 5px;
    outline: 0;
    border: 1px solid #f5f5f5;
    width: 100%;
    font-family: Outfit, sans-serif
}

input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bcbcbc
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bcbcbc
}

input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bcbcbc
}

input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #bcbcbc
}

input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bcbcbc
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bcbcbc
}

input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bcbcbc
}

input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #bcbcbc
}

input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bcbcbc
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bcbcbc
}

input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bcbcbc
}

input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #bcbcbc
}

input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
textarea::placeholder {
    color: #bcbcbc
}

input[type=text] {
    text-transform: capitalize;
}

body .wpcf7-response-output {
    border-color: red;
    text-align: center;
    border: 2px solid red;
    margin: 10px 0 0 0 !important;
    font-size: 15px;
    padding: 2px !important
}

body .wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    font-weight: 400;
    border-color: #198754;
    color: #198754;
    margin: 15px 0 0 0;
}

.input-filed label {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    color: #000;
    text-transform: capitalize
}

.input-filed {
    margin-bottom: 15px
}

input[type=submit] {
    border-radius: 80px;
    background: #29abe1;
    padding: 13px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    cursor: pointer;
    text-transform: uppercase
}

input[type=submit]:hover {
    background: #303030;
    color: #fff
}

iframe {
    width: 100%
}

section{
    margin: 95px 0;
}

.site-header {
    padding: 20px 0;
    background-color: #fff;
    width: 100%;
    z-index: 10;
    position: sticky;
    top: 0;
    -webkit-transition: top .4s ease-in-out;
    -o-transition: top .4s ease-in-out;
    transition: top .4s ease-in-out;
    border-bottom: solid 1px rgb(122 122 122 / 10%)
}

.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.site-header .menu li {
    display: inline-block;
    margin-left: 24px
}

.site-header .menu li:first-child {
    margin-left: 0
}

.site-header .menu li a {
    color: #212121;
    font-size: 17px;
    line-height: normal
}

.site-header .menu li a:hover {
    color: #29abe1
}

.site-branding {
    width: 127px;
}

.contact-details a:last-child {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 18px;
    padding-left: 18px;
    position: relative
}

.contact-details a:last-child:hover span {
    color: #212121
}

.contact-details a:last-child span {
    display: block;
    color: #29abe1;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.contact-details a:last-child>span {
    width: calc(100% - 52px)
}

.contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-details a:last-child img {
    width: 40px;
    margin-right: 12px
}

.contact-details a:last-child span span:first-child {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 4px
}

.contact-details a:last-child:before {
    content: '';
    width: 1px;
    height: 28px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ddd
}

.custom-logo-link img {
    display: block;
    width: 100%;
}

.site-header .menu li {
    margin-left: 15px
}

.site-header .menu li a {
    font-size: 16px
}

.contact-details a:last-child {
    margin-left: 15px;
    padding-left: 15px
}

.site-header .menu li.d-none {
    display: none
}

#nav-icon3 {
    width: 20px;
    height: 16px;
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon3 span {
    background: #29abe1
}

#nav-icon3 span:first-child {
    top: 0
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 7px
}

#nav-icon3 span:nth-child(4) {
    top: 15px
}

.menu-toggle.open #nav-icon3 span:first-child {
    top: 18px;
    width: 0%;
    left: 50%
}

.menu-toggle.open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-toggle.open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-toggle.open #nav-icon3 span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.hero_section {
    overflow: hidden;
    position: relative;
    min-height: 635px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .4) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .4) 100%);
    background-blend-mode: overlay;
    padding: 100px 0;
    margin: 0;
}

.hero_section .banner_video {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.hero_section .hero_content {
    text-align: center;
    max-width: 770px;
    margin: 0 auto
}

.hero_content p {
    margin: 0
}

.hero_section .hero_content * {
    color: #fff
}

.hero_section .hero_content .label-txt {
    margin-bottom: 16px
}

.banner_video img,
video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.label-txt {
    border-radius: 20px;
    background: #29abe1;
    padding: 3px 20px 5px 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block
}

.three-column-sec .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px -26px -12px;
}

.three-column-sec .wrapper > div {
    padding: 0 12px;
    width: 33.33%;
    margin-bottom: 26px;
}

.services-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.services-img {
    position: relative;
    padding-bottom: 71%;
    margin-bottom: 29px;
}

.services-text {
    border-radius: 5px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    height: 100%;
}

.services-text h3 {
    margin-bottom: 10px;
}


.three-column-sec .title {
    text-align: center;
    margin-bottom: 40px;
}

.services-text p a {
    text-decoration: underline;
}

.two-col-img-sec .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.two-col-img-sec .wrapper .left-col {
    width: 44.7%
}

.two-col-img-sec .wrapper .right-col {
    width: 50.6%
}

.two-col-img-sec .wrapper .right-col .text {
    padding-right: 5px
}

.two-col-img-sec .image-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.two-col-img-sec .image-row img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 275px;
    border-radius: 20px;
    margin-bottom: 19px
}

.two-col-img-sec .image-row img:last-child {
    margin-bottom: 0
}

.two-col-img-sec .image-row img:first-child {
    width: 62.06%;
}

.two-col-img-sec .image-row img:nth-child(2) {
    width: 34.6%;
}

.img-with-text-sec .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.img-with-text-sec.switch.column .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.img-with-text-sec .wrapper .left-col {
    width: 45.9%
}

.img-with-text-sec .wrapper .right-col {
    width: 50%
}

.img-with-text-sec .wrapper .right-col .image img {
    width: 100%;
    border-radius: 20px;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.img-with-text-sec .wrapper .right-col .image {
    position: relative;
    padding-bottom: 60%
}

.img-with-text-sec .wrapper .right-col .image:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    display: inline-block;
    border: 3px solid #29abe1;
    border-radius: 20px;
    z-index: -1
}

.img-with-text-sec .wrapper .left-col .label-txt {
    margin-bottom: 10px
}

.footer-copyright {
    padding: 16px 0;
    text-align: center;
    border-top: solid 1px rgb(122 122 122 / 10%)
}

.testimonial-sec .title {
    text-align: center;
    margin-bottom: 40px
}

.testimonial-sec .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -6px -12px -6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.testimonial-col {
    width: 33.33%;
    padding: 0 6px;
    margin-bottom: 12px
}

.testimonial-box {
    text-align: center;
    border-radius: 5px;
    border: 1px solid #eee;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
    padding: 65px 40px 45px 40px;
    position: relative;
    height: 100%
}

.testimonial-text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
    display: inline
}

.testimonial.img {
    width: 114px;
    height: 114px;
    margin: 0 auto 26px
}

.testimonial.img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.moreless-button {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.testimonial-text h3 {
    margin: 16px 0 0 0;
    color: #29abe1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.602px;
    font-family: Outfit, sans-serif;
}

.testimonial-text .moretext {
    display: none
}

.quote-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 43px
}

.our-collaborators-sec {
    background: #fafafa;
    padding: 60px 0 10px 0
}

.our-collaborators-sec .collaborators-text,
.our-collaborators-sec .title {
    text-align: center
}

.our-collaborators-sec .collaborators-text {
    padding: 0 26px
}

.our-collaborators-sec .collaborators-text p:not(:last-child) {
    margin-bottom: 30px
}

.collaborators-slider-main {
    padding: 50px 0
}
.collaborators-slider {
    padding: 0 40px;
}
.collaborators-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.collaborators-slider .slick-track .slick-slide {
    height: auto;
    margin-right: 26px
}

.collaborators-slide {
    border-radius: 10px;
    border: 1.5px solid #e5e5e5;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    padding: 16px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.collaborators-img {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 15px;
}

.collaborators-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.view-more {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 30px;
    z-index: 1;
    background-color: #fafafa;
    border-radius: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
    right: 0;
    bottom: -30px;
    margin: auto;
    visibility: hidden;
}

.collaborators-slide:hover .view-more {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.collaborators-img .view-more img {
    position: static;
    width: auto;
    height: auto;
    border-radius: 0
}

.collaborators-slide h3 {
    margin-bottom: 5px;
}

.starts-with-idea-sec .title {
    text-align: center;
    max-width: 1155px;
    margin: 0 auto 40px
}

.starts-with-idea-sec .title ul li:not(:last-child) {
    margin-bottom: 10px;
}

.image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-bottom: -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.image-box {
    border-radius: 5px;
    border: 1px solid #eee;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
    padding: 20px 10px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.image-box img {
    max-height: 101px;
    -o-object-fit: contain;
    object-fit: contain
}

.image-col {
    min-width: 190px;
    text-align: center;
    margin-bottom: 20px
}

.reach-out-sec .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reach-out-sec .wrapper .left-col {
    width: 100%;
    max-width: 463px
}

.reach-out-sec .wrapper .right-col {
    width: calc(100% - 463px)
}

.contact-details-main {
    border-radius: 20px;
    background-color: #29abe1;
    padding: 68px 56px 48px 56px;
    min-height: 779px
}

.contact-details-main ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.contact-details-main ul li {
    margin: 0;
    list-style-type: none;
    line-height: normal
}

.contact-details-main * {
    color: #fff
}

.contact-details-inner {
    max-width: 280px
}

.footer-logo {
    margin-bottom: 60px;
    width:210px;
}

.footer-logo img {
    width: 100%;
}

.contact-us ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.contact-us ul li a img {
    margin-right: 12px;
    min-width: 24px
}

.contact-us ul li:not(:last-child) {
    margin-bottom: 24px
}

.contact-details-main a:hover {
    text-decoration: underline;
    color: #fff
}

.footer-menu {
    margin: 40px 0
}

.footer-menu h3 {
    font-family: Outfit, sans-serif;
    line-height: 24px
}

.footer-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -35px
}

.footer-menu .menu li {
    margin-bottom: 12px;
    line-height: normal;
    width: 50%;
    padding: 0 35px
}

.footer-menu .menu li a {
    font-size: 16px;
    line-height: normal
}

.client-link ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 27px 10px 10px;
    color: #fff;
    text-decoration: underline
}

.client-link ul li a img {
    margin-right: 20px
}

.client-link ul li:not(:last-child) {
    margin-bottom: 20px
}

.client-link ul li a:hover {
    background: #29abe1;
    text-decoration: none
}

.social-link {
    margin-top: 50px
}

.social-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-link ul li {
    height: 20px
}

.social-link ul li:not(:last-child) {
    margin-right: 20px
}

.reach-out-form-main {
    padding: 58px;
    border-radius: 0 20px 20px 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .07);
    border-left: 0
}

.reach-out-form-main h2 {
    font-size: 32px;
    line-height: normal;
    letter-spacing: .32px;
    margin-bottom: 40px
}

.form-row .col-md-6 {
    width: 50%;
    padding: 0 22px;
    margin-bottom: 20px
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -22px
}

.form-row .col-md-12 {
    width: 100%;
    padding: 0 22px;
    margin-bottom: 20px
}

.reach-out-form-main .wpcf7-not-valid-tip {
    font-size: 14px;
    position: absolute;
    top: 95%;
    margin-top: 0;
}

.form-group {
    position: relative;
}
.wpcf7-form-control-wrap {
    position: static;
}

.btn-submit {
    margin-bottom: 0 !important
}

.form-group label {
    color: #303030;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .16px;
    font-family: Archivo, sans-serif;
    margin-bottom: 4px;
    display: block
}

.footer-copyright p,
.footer-copyright p a {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24.464px;
    color: #7a7a7a
}

.reach-out-form-main textarea {
    height: 82px;
    resize: none
}

.btn-submit .form-group p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-copyright p a:hover {
    color: #29abe1
}

.modal,
.modal-testimonial-popup {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible,
.modal-testimonial-popup.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay,
.modal-testimonial-popup.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-transition {
    transition: all 0.3s 0.12s;
    opacity: 0;
}

.modal.is-visible .modal-transition,
.modal-testimonial-popup.is-visible .modal-transition {
    opacity: 1;
}

.modal-wrapper {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    transform: translate(-50%, -50%);
    max-width: 1050px;
    max-height: 100vh;
    overflow-y: auto;
}

.modal-content>*:first-child {
    margin-top: 0;
}

.modal-content>*:last-child {
    margin-bottom: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.team-details-main .wrapper {
    display: flex;
}

.modal-wrapper {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    padding: 30px 39px 40px 30px;
}
.team-details-main .wrapper .left-col {
    width: 100%;
    max-width: 208px;
    margin-right: 30px;
}

.team-details-main .wrapper .right-col {
    width: calc(100% - 38px);
}

.modal-header {
    text-align: end;
}

button.modal-close {
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.team-img img {
    width: 208px;
    height: 208px;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
    border-radius: 12px;
}

.team-details-main .wrapper .left-col h3 {
    margin: 0;
}

.team-details-main .wrapper .left-col p {
    color: #29ABE1;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 132.9%;
    margin-top: 5px;
}

.certified-badge {
    background: rgba(41, 171, 225, 0.10);
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    line-height: 24px;
}

.team-badge-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.certified-badge svg {
    margin-left: 10px;
}

.modal-close svg:hover path {
    fill: #29abe1;
}

.modal-close svg path {
    transition: all .3s;
}

.collaborators-slide p {
    margin: 0;
}

.modal-testimonial-popup .modal-wrapper {
    max-width: 800px;
    padding: 46px 36px 26px 36px;
}

.modal-testimonial-popup .modal-wrapper .testimonial-box {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    position: static;
}

.modal-testimonial-popup .modal-wrapper .testimonial-box .testimonial-text p {
    overflow: hidden;
    color: #636363;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 25.424px */
}

.modal-testimonial-popup .modal-wrapper .testimonial-box .testimonial.img {
    margin-bottom: 10px;
}

.modal-testimonial-popup .modal-wrapper .testimonial-box h3 {
    margin-top: 10px;
}

.modal-testimonial-popup .modal-header {
    display: none;
}

.modal.is-visible .modal-transition,
.modal-testimonial-popup.is-visible .modal-transition {
    opacity: 1;
}

.modal-testimonial-popup .quote-icon {
    width: 50px;
    height: 42px;
}

.error-404 {
    padding-top: 95px;
    text-align: center;
}

.error-404 h1{
    font-size: 100px;
}

.error-404 p{
    margin-bottom: 32px;
}

.service-modal .team-details-main .wrapper .left-col {
    max-width: 370px;
}

.service-modal .team-details-main .wrapper .left-col .service-img img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.service-modal .team-details-main .wrapper .left-col .service-img {
    position: relative;
    padding-bottom: 80%;
    border-radius: 10px;
    overflow: hidden;
}

.service-modal #service-modal-title {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.18px;
    font-family: Archivo, sans-serif;
    margin-bottom: 8px;
}

.service-modal .team-badge-wrap {
    margin-bottom: 0;
}

.service-modal .team-details-main .wrapper  .right-col {
    width: calc(100% - 400px);
    padding: 30px 30px 0 0;
}

.service-modal .team-details-main .wrapper  .right-col button.modal-close {
    position: absolute;
    right: 30px;
    top: 30px;
}

.collaborators-slider .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px -23px -8px;
    justify-content: center;
}

.collaborators-slider .wrapper > div {
    width: 20%;
    padding: 0 8px;
    margin-bottom: 23px;
}

.collaborators-slider .wrapper p {
    font-size:14px;
	line-height:22px;
}

.collaborators-slide {
    text-align: center;
}


@media only screen and (min-width:576px) {
    .container {
        max-width: 540px
    }
}

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

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

    .toggle-wrap {
        display: none
    }
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media only screen and (min-width:1400px) {
    .container {
        max-width: 1310px
    }
}

/* request-for-service */

.request-for-service .wpcf7-select , .request-for-service .wpcf7-date{
    padding: 14px 24px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 5px;
    outline: 0;
    border: 1px solid #f5f5f5;
    width: 100%;
    font-family: Outfit, sans-serif;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.request-for-service .wpcf7-radio .first,
.request-for-service .wpcf7-checkbox .first{
    margin-left: 0px !important;
}

.request-for-service .wpcf7-checkbox .wpcf7-list-item{
	margin-left: 0px !important;
}

.request-for-service .wpcf7-checkbox{
	display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
	row-gap: 5px;
}

.request-for-service textarea{
    height: 82px;
    resize: none;
}

.mb-5{
    margin-bottom: 20px;
}

.request-for-dervice-form-wrapper{
    padding: 58px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .07)
}

.checkbox-one-column .wpcf7-checkbox{
	flex-direction: column;
}

.checkbox-two-column .wpcf7-checkbox{
	flex-direction: row;
}

.checkbox-two-column .wpcf7-checkbox .wpcf7-list-item{
	width: 48%;
}

.request-for-dervice-form-wrapper label{
	color: #303030;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .16px;
    font-family: Archivo, sans-serif;
}

@media screen and (max-width: 1199px){
    .request-for-dervice-form-wrapper{
        padding: 35px;
    }
}

@media screen and (max-width: 991px){
    .request-for-dervice-form-wrapper{
        border-radius: 20px;
        border: 1px solid #e5e5e5;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px){
    .request-for-dervice-form-wrapper{
        padding: 30px 20px;
    }
	.checkbox-two-column .wpcf7-checkbox .wpcf7-list-item{
	    width: 100%
    }
}