.head-icons {
    display: none;
}


/* Body Css */
:root {
    --flyout: 250px;
  }
@font-face {
    font-family: Gotham-Thin;
    src: url(../fonts/Gotham-Thin.otf);
}
@font-face {
    font-family: Gotham-Light;
    src: url(../fonts/GothamLight.ttf);
}
@font-face {
    font-family: Gotham-Book;
    src: url(../fonts/GothamBook.ttf);
}
@font-face {
    font-family: Gotham-Medium;
    src: url(../fonts/GothamMedium.ttf);
}
@font-face {
    font-family: Gotham-Bold;
    src: url(../fonts/GothamBold.ttf);
}
@font-face {
    font-family: Gotham-Black;
    src: url(../fonts/Gotham-Black.otf);
}
body * {
    font-family: Gotham-Book;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Gotham-Bold;
}
img {
    width: 100%;
}
a {
    text-decoration: unset;
}
html,body {
    overflow-x: hidden;
}
.owl-carousel button.owl-dot {
    padding: 5px !important;
    background-color: #ebebeb;
    margin: 0 5px;
    border-radius: 50px;
}
.owl-carousel button.owl-dot.active {
    background-color: #6332b4;
    padding: 8px !important;
}
.owl-dots {
    text-align: center;
    margin-top: 30px;
}
/* Header Css */
header.header-row {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 11;
    top: 58px;
}




header.header-row .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-icons ul {
    padding: 0;
    margin: 0;
}
.head-icons ul li {
    list-style: none;
    display: inline-block;
}
.head-icons ul li {
    margin-left: 15px;
}
.head-icons ul li:last-child {
    margin-right: 33px;
}
.head-icons ul li i {
    color: #fff;
    font-size: 20px;
}
.head-icons ul li img {
    width: 80%;
    vertical-align: bottom;
}
.header-menu {
    display: flex;
    align-items: center;
}
.button_container {
    position: relative;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}
.button_container span {
    background: #fff;
    border: none;
    height: 3px;
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}
.overlay {
    position: fixed;
    background: #000000bd;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}
.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}
.overlay ul {
    list-style: none;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding: 0px;
}
.overlay ul li {
    display: block !important;
    position: relative;
    opacity: 0;
    margin: 0 !important;
}
.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    line-height: 60px;
    font-size: 20px;
    font-family: 'Gotham-Medium';
    text-transform: uppercase;
}
.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: .35s;
}
.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
}
.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}
.button_container.active .bottom {
    webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
}
.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
    opacity: 1;
}
.overlay .head-icons {
    display: none;
}
.overlay .head-icons ul li {
    display: inline-block !important;
    margin: 0 3px !important;
}
/* .header-menu .hamburger {
    position: relative;
}
#nav-toggle {
    position: absolute;
    opacity: 0;
    display: none;
}
#nav-toggle ~ label {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s transform;
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.37, 1.27);
    background-color: transparent;
    color: #fff;
    padding: 0;
}
.toggle-words {
    font-size: 20px;
}
.a11y {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
}
.menu {
    box-shadow: 1px 0px 11px 5px rgba(0, 0, 0, 0.37);
    background-color: #2fa5b8;
    transition: 0.53s transform;
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.37, 1);
}
.menu li {
    display: block !important;
    margin: 0 !important;
}
.menu li a {
    text-decoration: none;
    background-color: #efefef;
    color: #000;
    padding: 20px;
    display: block;
    border-bottom: 1px solid #000;
}
.menu li:last-child a {
    border: 0;
}
#nav-toggle:checked ~ .menu {
    transform: translateX(-99vw);
}
#nav-toggle:checked ~ label {
    background-color: transparent;
    color: #fff;
    transform: translateX(calc(-1 * var(--flyout)));
    position: absolute;
    left: 240px;
    top: -22px;
}
#nav-toggle:checked ~ label:before {
    font-family: 'FontAwesome';
    content: "\f00d";
    position: relative;
    font-size: 30px;
}
.menu {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    width: 250px;
}
#nav-toggle:checked ~ label span.toggle-words {
    display: none;
} */

.contact-sec.applynow-sec.aos-init.aos-animate form#contact-form select#multipartformJob {
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    padding: 5px 0 !important;
}

.contact-sec.applynow-sec.aos-init.aos-animate button.btn.btn-dark.w-100.fw-bold {
    display: block !important;
}




/* Banner Css */




.video-banner-sec {
    position: relative;
}
.video-banner-sec:before {
    content: "";
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 900px;
}
.video-cont {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    bottom: 0;
    justify-content: center;
}
.video-cont h1 {
    color: #fff;
    font-size: 100px;
    font-family: 'Gotham-Thin';
    text-transform: uppercase;
    line-height: 115px;
    margin-bottom: 20px;
}
.video-cont h2 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: 'Gotham-Black';
    margin-bottom: 15px;
}
.video-cont p {
    color: #fff;
    width: 50%;
    margin-bottom: 30px;
}
.video-cont button.ban-btn {
    width: 225px;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 16px;
}
.video-cont button.ban-btn a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* About Css */
section.about-row {
    padding: 150px 0 432px;
    position: relative;
}
section.about-row:after {
    content: "";
    background-image: url(../images/about-bg.png);
    width: 100%;
    height: 88%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    z-index: -1;
}
.about-lft {
    margin-top: 36px;
}
.about-rgt h2 {
    color: #6332b4;
    font-size: 180px;
    line-height: 140px;
    margin-bottom: 40px;
}
.about-rgt h3 {
    color: #fda127;
    font-size: 85px;
    line-height: 60px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.about-rgt h3 span {
    color: #6332b4;
    font-size: 40px;
    font-family: 'Gotham-Light';
    display: block;
    margin-top: 30px;
}
.about-sec {
    margin-top: -140px;
    background-color: #fff;
    padding: 50px 40px 20px;
}
.about-sec h3 {
    color: #6332b4;
    font-size: 53px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about-sec p {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    margin-bottom: 35px;
}
.about-btns button.btns {
    background-color: transparent;
    border: 2px solid #6332b4;
    padding: 20px 80px;
    text-transform: uppercase;
    margin-right: 48px;
    transition: all 0.4s linear;
}
.about-btns button.btns a {
    color: #6332b4;
    font-size: 18px;
    letter-spacing: 3px;
}
.about-btns button.btns1 {
    background-color: #6332b4;
}
.about-btns button.btns1 a {
    color: #fff;
}
.about-btns button.btns:hover {
    background-color: #6332b4;
}
.about-btns button.btns:hover a {
    color: #fff;
}
.about-btns button.btns1:hover {
    background-color: transparent;
}
.about-btns button.btns1:hover a {
    color: #6332b4;
}
/* Services Css */
section.services-row {
    background-image: url(../images/stategy-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 82px 0;
}
.service-flex {
    display: flex;
    position: relative;
    justify-content: right;
}
.ser-inner-lft img {
    width: 25% !important;
    margin-bottom: 20px;
}
.ser-inner-rgt {
    width: 88%;
}
.ser-inner-lft {
    width: 64%;
    background-color: #fff;
    padding: 30px 35px 35px;
    position: absolute;
    top: 100px;
    left: -150px;
    z-index: 1000 !important;
}
.ser-inner-rgt img {
    width: 100% !important;
    height: 730px;
    object-fit: cover;
}
.ser-inner-lft h3 {
    font-size: 28px;
    color: #757575;
    line-height: 35px;
    margin-bottom: 10px;
}
.ser-inner-lft p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.service-lft ul {
    padding: 0;
    margin: 0;
}
.service-lft ul li {
    color: #fff;
    font-size: 40px;
    list-style: none;
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
    margin-bottom: 73px;
    padding-left: 130px;
    position: relative;
}
.service-lft ul li.active {
    color: #6332b4;
}
.service-lft ul li:before {
    content: "";
    background-image: url(../images/stategy-icon1.png);
    width: 95px;
    height: 95px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -17px;
    filter: grayscale(50%);
}
.service-lft ul li:nth-child(2):before {
    background-image: url(../images/stategy-icon2.png);
}
.service-lft ul li:nth-child(3):before {
    background-image: url(../images/stategy-icon3.png);
    width: 92px;
    height: 88px;
    top: -5px;
}
.service-lft ul li:last-child:before {
    background-image: url(../images/stategy-icon4.png);
    width: 101px;
    top: -28px;
}
.service-lft ul li:last-child {
    margin-bottom: 0;
}
/* Work Css */
section.work-row {
    padding: 170px 0px 160px;
}
section.work-row .container-fluid {
    padding: 0 42px;
}
.work-head h2 {
    font-size: 44px;
    color: #6332b4;
    line-height: 70px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Gotham-Book';
    font-weight: 700 !important;!i;!;
}
div#work-carousel .item .col-lg-6 {
    background-color: #2eaabe;
    padding: 79px 45px 0 40px;
    width: 48%;
    margin: auto;
    border-radius: 20px;
    margin-bottom: 50px;
}
.work-rgt img {
    width: 100% !important;
    margin-bottom: -22px;
}
div#work-carousel .item .col-lg-6:last-child {
    background-color: #85589a;
}
.work-cont h3 {
    font-size: 35px;
    color: #fff;
    line-height: 35px;
    margin-bottom: 10px;
}
.work-cont p {
    color: #fff;
    font-size: 20px;
}
.portfolio-row {
    padding-top: 100px;
}
section.work-row .col-lg-4 {
    padding: 0;
}
section.work-row .card-image img {
    height: 650px;
    object-fit: cover;
    object-position: top;
    margin: 0;
}
/* Journey Css */
section.journey-row {
    padding-bottom: 150px;
}
section.journey-row .container-fluid {
    padding: 0;
}
.journey-rgt img {
    width: 100%;
    height: 700px;
    object-position: top;
    object-fit: cover;
}
.journey-sec {
    max-width: 65%;
    margin: auto;
    margin-right: 0;
}
.journey-sec h4 {
    font-size: 35px;
    line-height: 35px;
    font-family: 'Gotham-Book';
    margin-bottom: 40px;
}
.journey-sec h2 {
    font-size: 150px;
    color: #6332b4;
    line-height: 115px;
    margin-bottom: 24px;
}
.journey-sec h5 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    line-height: 30px;
    margin-bottom: 45px;
}
.journey-sec h3 {
    font-size: 70px;
    color: #000;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 15px;
}
.journey-sec h3 span {
    color: #6332b4;
    font-family: 'Gotham-Bold';
}
.journey-sec p {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
    line-height: 26px;
    margin-bottom: 40px;
}
.journey-sec ul {
    padding: 0;
    margin: 0;
}
.journey-sec ul li {
    display: inline-block;
    margin-right: 35px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
}
.journey-sec ul li span {
    display: block;
    font-size: 40px;
    color: #6332b4;
    font-family: 'Gotham-Bold';
    line-height: 40px;
    margin-bottom: 5px;
}
/* Testimonials Css */
section.testimonials-row {
    padding-bottom: 150px;
}
.testi-head {
    text-align: center;
    margin-bottom: 30px;
}
.testi-head h2 {
    margin: 0;
    color: #ebebeb;
    font-size: 120px;
    text-transform: uppercase;
    letter-spacing: 29px;
}
.testi-quote img {
    width: 65% !important;
    float: right;
}
.testi-sec {
    margin-left: 30px;
}
.testi-sec i {
    color: #cccccc;
    font-size: 35px;
    margin-bottom: 10px;
}
.testi-sec h3 {
    font-size: 35px;
    text-transform: uppercase;
    color: #000;
    line-height: 25px;
    margin-bottom: 25px;
}
.testi-sec p {
    font-size: 18px;
    color: #545454;
    line-height: 25px;
}
/* Contact Css */
section.conatct-row {
    background-image: url(../images/contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0 168px;
}
.contact-sec h3 {
    color: #fff;
    font-size: 40px;
    font-family: 'Gotham-Light';
    line-height: 40px;
    margin-bottom: 25px;
}
.contact-sec h2 {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contact-sec p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    width: 82%;
    margin-bottom: 50px;
}
.contact-sec input , .contact-sec textarea {
    padding: 0 0 10px 13px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent !important;
    color: #fff !important;
    font-size: 16px;
}
.contact-sec input::placeholder, .contact-sec textarea::placeholder {
    color: #fff;
    font-size: 16px;
}
.contact-sec input:focus , .contact-sec textarea:focus {
    box-shadow: unset;
}
.contact-sec textarea {
    height: 0;
    padding-bottom: 0;
    padding-top: 6px;
    margin-top: 90px;
    margin-bottom: 0px;
}
.contact-sec button {
    padding: 20px;
    width: 310px !important;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #fff;
    margin-top: 50px;
    font-family: 'Gotham-Book';
    font-size: 18px;
    font-weight: 200 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s linear;
}
.contact-sec button:hover {
    background-color: #6332b4;
    border-color: #6332b4;
}
form#contact-form p, form.crnt_Frm_sbmt p {
    color: green !important;
    border: 2px solid;
    margin-top: 20px;
    padding: 5px;
    font-family: 'Gotham-Bold';
    font-size: 16px;
}
/* Inner Pages Css */
section.inner-row {
    background-image: url(../images/about-us-main-ban.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 300px 0;
    position: relative;
    z-index: 1;
}
section.inner-row:before {
    content: "";
    opacity: 0.5;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
section.portfolio-row {
    background-image: url(../images/portfolio-bg.jpg);
}
section.testimonials-banner {
    background-image: url(../images/reviews-bg.jpg);
}
section.testimonials-banner:before {
    opacity: 0.8;
}
section.testimonials-inner-row {
    padding-top: 100px;
}
section.contact-banner {
    background-image: url(../images/contact-banner.jpg);
    background-position: 100% 20%;
}
section.inner-row h1 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 0;
}
section.contact-inner-row {
    background-image: unset;
    padding: 80px 0;
}
section.contact-inner-row * {
    color: #000 !important;
    border-color: #000;
}
section.contact-inner-row .contact-sec h3 {
    background: rgb(244,122,31);
    background: linear-gradient(180deg, rgba(244,122,31,1) 0%, rgba(40,137,192,1) 0%, rgba(43,57,144,1) 100%);
    display: inline-block;
    color: #fff !important;
    font-family: 'Gotham-Medium';
    padding: 10px;
    border-radius: 15px;
}
section.contact-inner-row .contact-sec h2 {
    font-size: 35px;
    line-height: 40px;
}
section.contact-inner-row input,section.contact-inner-row input::placeholder, section.contact-inner-row .contact-sec textarea::placeholder {
    color: #000;
}
section.contact-inner-row .contact-sec button:hover {
    color: #fff !important;
}
section.contact-inner-row .contact-sec p {
    width: 100%;
}
.details-sec h2 {
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.details-sec ul {
    padding: 50px 30px;
    margin-bottom: 30px;
    background: rgb(244,122,31);
    background: linear-gradient(180deg, rgba(244,122,31,1) 0%, rgba(40,137,192,1) 0%, rgba(43,57,144,1) 100%);
}
.details-sec ul li {
    list-style: none;
    display: flex;
    margin-bottom: 10px;
}
.details-sec ul li:before {
    content: "\f095";
    font-family: 'FontAwesome';
    color: #fff;
    padding-right: 15px;
}
.details-sec ul li:nth-child(2):before {
    content: "\f0e0";
}
.details-sec ul li:last-child:before {
    content: "\f041";
}
.details-sec ul li a {
    color: #fff !important;
    font-size: 16px;
    line-height: 24px;
}
/* Footer Css */
section.get-row {
    padding-top: 80px;
    position: relative;
    margin-bottom: -313px;
    /* background-image: url(../images/get-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 50%;
     */
}
section.get-row:after {
    content: "";
    background-image: url(../images/get-bg-main.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
    width: 60%;
    height: 65%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -9999;
    border-radius: 510px 0px 0px 0px;
}
.get-head h2 {
    font-size: 110px;
    line-height: 105px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #6332b4 !important;
}
.get-form:before {
    content: "";
    background-image: url(../images/mobile-frame.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.get-form {
    padding: 97px 88px 132px;
    position: relative;
}
.get-form img {
    width: 60%;
    margin: auto;
    display: block;
    margin-bottom: 40px;
}
.get-form h3 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.get-form p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 45px;
}
.get-form input {
    height: 45px;
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 16px;
    color: #424242;
    text-transform: uppercase;
    border-radius: 10px;
}
.get-form button {
    margin-top: 10px;
    background: rgb(244,122,31);
    background: linear-gradient(180deg, rgba(244,122,31,1) 0%, rgba(40,137,192,1) 0%, rgba(43,57,144,1) 100%);
    height: 45px;
    border: 0;
    font-weight: 300 !important;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    border-radius: 10px;
}
.get-form input::placeholder {
    font-size: 16px;
    color: #424242;
    text-transform: uppercase;
}
/* Footer Css */
footer.footer-row {
    background-image: url(../images/footer-bg.png);
    background-position: top;
    background-size: cover;
    padding: 145px 0 32px;
}
.footer-details ul {
    padding: 0;
    margin: 0;
}
.footer-details ul li {
    padding-left: 50px;
    margin-bottom: 55px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}
.footer-details ul li a {
    color: #fff;
}
.footer-details ul li:before {
    content: "\f2a0";
    font-family: 'FontAwesome';
    color: #6332b4;
    position: absolute;
    left: 0;
    font-size: 25px;
}
.footer-details ul li:nth-child(2):before {
    content: "\f3c5";
    top: 5px;
}
.footer-details ul li:last-child:before {
    content: "\f0e0";
}
.footer-icons{
    z-index:1;
    position:relative;
    display:none;
}
.footer-icons ul {
    padding: 0;
    margin: 0;
}
.footer-icons ul li {
    display: inline-block;
    margin-right: 25px;
}
.footer-icons ul li i {
    color: #fff;
    font-size: 25px;
}
/* Copyright Css */
section.copyright-row {
    border-top: 1px solid #fff;
    margin-top: 42px;
    padding-top: 30px;
}
.copyright-sec ul {
    padding: 0;
    margin: 0;
}
.copyright-sec ul li {
    display: inline-block;
    color: #6332b4;
    margin-right: 60px;
    font-size: 16px;
    font-family: 'Gotham-Medium';
}
.copyright-sec ul li a {
    color: #6332b4;
    font-family: 'Gotham-Medium';
}
/* Responsive Css */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    
    


section.conatct-row.contact-inner-row .details-sec .txt h3 {
    font-size: 20px !important;
}

section.conatct-row.contact-inner-row .details-sec .txt p {
    font-size: 11px !important;
    line-height: 18px !important;
}

.details-sec .txt a {
    font-size: 16px !important;
}

section.conatct-row.contact-inner-row.new-apply .col-xs-12.col-sm-12.col-md-6.col-lg-6.aos-init.aos-animate {
    margin-bottom: 25px !important;
}

.copyright-sec ul li {
    font-size: 12px !important;
}    
    
    
.video-cont h2 {
    FONT-SIZE: 15PX !IMPORTANT;
}

.video-cont p {
    FONT-SIZE: 12PX !IMPORTANT;
    LINE-HEIGHT: 27PX !IMPORTANT;
}

.about-rgt h2 {
    MARGIN: 30px 0 30px 0 !IMPORTANT;
}

.about-sec p {
    FONT-SIZE: 13PX !IMPORTANT;
}

.owl-dots {
    MARGIN-TOP: 40PX !IMPORTANT;
}

.contact-sec button {
    MARGIN: 0 AUTO;
    DISPLAY: TABLE;
}

section.journey-row p.our-story-sec-text {
    MARGIN-TOP: 18PX !IMPORTANT;
    LINE-HEIGHT: 35PX !IMPORTANT;
    FONT-SIZE: 13PX !IMPORTANT;
}
.work-head h2 {
    FONT-SIZE: 23PX !IMPORTANT;
}

.work-cont p {
    FONT-SIZE: 15PX !IMPORTANT;
}

    
section.journey-row p.our-story-sec-text {MARGIN-TOP: 20px !IMPORTANT; FONT-SIZE: 13PX !IMPORTANT; LINE-HEIGHT: 30PX !IMPORTANT;}

.footer-details ul li {
    MARGIN: 0 AUTO;
    MARGIN-TOP: 20PX !IMPORTANT;
}    
    
 .journey-sec h4 {
    MARGIN-BOTTOM: 40PX !IMPORTANT;
}

section.journey-row p.our-story-sec-text {
    FONT-SIZE: 12PX !IMPORTANT;
    WIDTH: 90% !IMPORTANT;
    MARGIN: 0 AUTO;
    LINE-HEIGHT: 32PX !IMPORTANT;
}  
.work-head h2 {
    FONT-SIZE: 24PX !IMPORTANT;
    FONT-WEIGHT: 700 !IMPORTANT;
}

section.main-our-team-sec .work-head.text-center.aos-init.aos-animate p {
    WIDTH: 100% !IMPORTANT;
    FONT-SIZE: 13PX !IMPORTANT;
    LINE-HEIGHT: 28PX !IMPORTANT;
}

.contact-sec button {
    MARGIN: 0 AUTO !IMPORTANT;
    DISPLAY: TABLE !IMPORTANT;
    TEXT-ALIGN: center !IMPORTANT;
}


section.contact-inner-row .contact-sec p {
    FONT-SIZE: 12PX !IMPORTANT;
}

header.header-row .logo img {
    WIDTH: 60% !IMPORTANT;
}
    .head-icons {
        display: none;
    }
    .logo img {
        width: 70%;
    }
    header.header-row {
        top: 20px;
    }
    .video-cont h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .video-cont {
        left: 0;
        right: 0;
        top: 0;
        align-items: center;
        text-align: center;
    }
    .video-cont h2 {
        font-size: 13px;
        text-align: center;
        letter-spacing: 5px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .video-cont p {
        width: 93%;
        font-size: 13px;
        line-height: 28px !important;
    }
    .video-banner-sec video {
        height: 630px !important;
    }
    .video-banner-sec:before {
        height: 630px;
    }
    .video-cont button.ban-btn {
        width: 180px;
        padding: 12px;
    }
    .video-cont button.ban-btn a {
        font-size: 16px;
    }
    section.about-row {
        padding: 50px 0;
        text-align: center;
    }
    section.about-row:after {
        display: none;
    }
    .about-lft {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .about-rgt h2 {
        font-size: 65px;
        line-height: 65px;
        margin-bottom: 20px;
        margin-top: 25px !important;
    }
    .about-rgt h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .about-sec {
        margin: 0;
        padding: 20px 0px;
    }
    .about-rgt h3 span {
        font-size: 30px;
        line-height: 30px;
        margin-top: 0;
    }
    .about-sec h3 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .about-sec h3 br {
        display: none;
    }
    .about-sec p {
        font-size: 13px;
        margin-bottom: 33px;
        line-height: 26px;
    }
    .about-btns button.btns {
        margin-bottom: 10px;
        padding: 12px 25px;
        width: 100%;
    }
    .about-btns button.btns a {
        font-size: 16px;
    }
    section.services-row {
        padding: 50px 0;
    }
    .service-lft ul li {
        font-size: 25px;
        padding: 0;
        text-align: center;
        margin-bottom: 0px;
    }
    .service-lft ul li:before {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        margin-bottom: 0px;
        background-size: 65%;
        background-position: bottom;
    }
    .service-lft ul li:nth-child(3) {
        margin-bottom: 0px;
    }
    .service-lft ul li:last-child:before {
        top: 0px;
    }
    .service-lft ul li:nth-child(3):before {
        top: 0;
    }
    .service-lft ul {
        margin-bottom: 30px;
    }
    .ser-inner-rgt img {
        height: auto;
    }
    .ser-inner-lft {
        width: 100%;
        left: 0;
        top: -20px;
        text-align: center;
        padding: 20px 10px;
        position: relative;
    }
    .ser-inner-rgt {
        width: 100%;
        display: none;
    }
    .ser-inner-lft img {
        margin: auto;
        margin-bottom: 10px;
    }
    .ser-inner-lft h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .ser-inner-lft h3 br {
        display: none;
    }
    .ser-inner-lft p {
        font-size: 14px;
        line-height: 22px;
    }
    .service-flex {
        flex-direction: column;
    }
    section.work-row {
        padding: 50px 0;
    }
    .work-head h2 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    div#work-carousel .item .col-lg-6 {
        width: 100%;
        padding: 35px 19px;
        text-align: center;
        border-radius: 0;
        margin-bottom: 20px;
    }
    section.work-row .container-fluid {
        padding: 0 .75rem;
    }
    .work-cont h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .work-cont p {
        font-size: 14px;
        line-height: 22px;
    }
    .work-rgt img {
        width: 91% !important;
        margin: auto;
    }
    .owl-dots {
        margin-top: 0px;
    }
    .portfolio-row {
        padding-top: 50px;
    }
    section.journey-row {
        padding-bottom: 50px;
        text-align: center;
    }
    .journey-sec {
        max-width: 100%;
    }
    .journey-sec h4 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .journey-sec h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .journey-sec h5 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .journey-sec h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .journey-sec p {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .journey-sec ul li {
        margin: 0 5px;
        font-size: 15px;
    }
    .journey-sec ul li span {
        font-size: 30px;
        line-height: 30px;
    }
    .journey-rgt img {
        height: auto;
        margin-top: 20px;
    }
    .testi-head h2 {
        font-size: 30px;
        letter-spacing: 5px;
        text-align: center;
    }
    section.testimonials-row {
        padding-bottom: 50px;
        text-align: center;
    }
    section.testimonials-space-row {
        padding-bottom: 0;
    }
    .testi-head {
        margin-bottom: 20px;
    }
    .testi-quote img {
        float: unset;
        margin: auto;
        margin-bottom: 20px;
        width: 40% !important;
    }
    .testi-sec {
        margin: 0;
    }
    .testi-sec i {
        font-size: 25px;
    }
    .testi-sec h3 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .testi-sec p {
        font-size: 15px;
        line-height: 22px;
    }
    section.conatct-row {
        padding: 50px 0;
        text-align: center;
    }
    .contact-sec h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .contact-sec h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .contact-sec p {
        font-size: 15px;
        width: 100%;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .contact-sec input, .contact-sec textarea {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .contact-sec input::placeholder, .contact-sec textarea::placeholder {
        font-size: 14px;
    }
    .contact-sec textarea {
        margin-top: 50px;
    }
    .contact-sec button {
        margin-top: 20px;
        width: 100% !important;
        font-size: 15px;
        padding: 12px;
        text-align: center !important;
        margin: 0 auto;
        display: table;
    }
    section.get-row {
        padding-top: 50px;
        text-align: center;
        margin-bottom: 0;
    }
    .get-head h2 {
        font-size: 30px;
        letter-spacing: 3px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .get-head h2 br {
        display: none;
    }
    .get-form {
        padding: 75px 20px 60px;
    }
    .get-form img {
        margin-bottom: 20px;
    }
    .get-form h3 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .get-form p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .get-form input {
        height: 40px;
        font-size: 14px;
        width: 92%;
        margin: auto;
        margin-bottom: 15px;
    }
    .get-form input::placeholder {
        font-size: 14px;
    }
    .get-form button {
        margin-top: 0;
        height: 40px;
        font-size: 15px;
        width: 92% !important;
    }
    section.get-row .col-lg-5 {
        padding: 0;
    }
    section.get-row:after {
        display: none;
    }
    footer.footer-row {
        padding: 50px 0 32px;
        background-color: #024;
        background-image: unset;
        text-align: center;
    }
    .footer-details ul li {
        font-size: 15px;
        line-height: 22px;
        padding: 0;
        margin-bottom: 15px !important;
        margin: 0 auto !important;
    }
    .footer-details ul li:before {
        position: relative;
        display: block;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer-details ul {
        margin-bottom: 15px;
    }
    .footer-icons ul li {
        margin: 0 5px;
    }
    .footer-icons ul li i {
        font-size: 16px;
    }
    section.copyright-row {
        margin-top: 30px;
        padding-top: 20px;
    }
    .copyright-sec ul li {
        font-size: 14px;
        margin: 0 0 8px;
        width: 49%;
    }
    .overlay ul li a {
        font-size: 16px;
        line-height: 40px;
    }
    .overlay .head-icons {
        display: block;
    }
    .overlay ul {
        height: auto;
    }
    .overlay .head-icons ul {
        display: contents;
    }
    section.inner-row {
        padding: 100px 0 80px;
        text-align: center;
    }
    section.inner-row h1 {
        font-size: 30px;
        line-height: 30px;
    }
    section.inner-work-row {
        padding-bottom: 0;
    }
    section.testimonials-inner-row {
        padding-top: 50px;
    }
    section.contact-inner-row .contact-sec h2 {
        font-size: 21px;
        line-height: 30px;
    }
    .details-sec {
        padding-top: 50px;
        text-align: center;
    }
    .details-sec h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .details-sec ul {
        padding: 20px;
    }
    .details-sec ul li {
        flex-direction: column;
    }
    .details-sec ul li a {
        font-size: 15px;
    }
    .details-sec iframe {
        height: 300px;
    }
    section.contact-inner-row {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    
    
    .video-cont h2 {
    FONT-SIZE: 15PX !IMPORTANT;
}

.video-cont p {
    FONT-SIZE: 12PX !IMPORTANT;
    LINE-HEIGHT: 27PX !IMPORTANT;
}

.about-rgt h2 {
    MARGIN: 30px 0 30px 0 !IMPORTANT;
}

.about-sec p {
    FONT-SIZE: 13PX !IMPORTANT;
}

.owl-dots {
    MARGIN-TOP: 40PX !IMPORTANT;
}

.contact-sec button {
    MARGIN: 0 AUTO;
    DISPLAY: TABLE;
}

section.journey-row p.our-story-sec-text {
    MARGIN-TOP: 18PX !IMPORTANT;
    LINE-HEIGHT: 35PX !IMPORTANT;
    FONT-SIZE: 13PX !IMPORTANT;
}
.work-head h2 {
    FONT-SIZE: 23PX !IMPORTANT;
}

.work-cont p {
    FONT-SIZE: 15PX !IMPORTANT;
}




.footer-details ul li {
    MARGIN: 0 AUTO;
}
    
    header.header-row {
        top: 20px;
    }
    .logo img {
        width: 60%;
    }
    .video-cont h1 {
        font-size: 70px;
        line-height: 50px;
    }
    .video-cont h2 {
        font-size: 30px;
        letter-spacing: 5px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .video-cont p {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .video-cont button.ban-btn {
        width: 180px;
        padding: 12px;
    }
    .video-cont button.ban-btn a {
        font-size: 16px;
    }
    .video-banner-sec video {
        height: 600px !important;
    }
    .video-banner-sec:before {
        height: 600px;
    }
    section.about-row {
        padding: 70px 0;
    }
    .about-lft {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .about-rgt h2 {
        font-size: 100px;
        line-height: 70px;
        margin-bottom: 20px;
    }
    .about-sec {
        margin-top: 0;
        padding: 30px 20px;
    }
    .about-rgt h3 {
        font-size: 60px;
        line-height: 40px;
    }
    .about-rgt h3 span {
        font-size: 30px;
        line-height: 30px;
        margin-top: 10px;
    }
    .about-sec h3 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .about-sec p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .about-btns {
        display: flex;
    }
    .about-btns button.btns {
        margin-right: 20px;
        padding: 15px 40px;
    }
    .about-btns button.btns a {
        letter-spacing: 2px;
        font-size: 16px;
    }
    section.services-row {
        padding: 60px 0;
    }
    .service-lft ul li {
        font-size: 30px;
        display: flex;
        align-items: center;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .service-lft ul li:before {
        top: 0;
        position: relative;
        background-size: 80%;
    }
    .service-lft ul li:nth-child(3):before {
        top: 0;
    }
    .service-lft ul li:last-child:before {
        top: 0;
    }
    .service-lft ul {
        margin-bottom: 30px;
    }
    .ser-inner-rgt {
        width: 80%;
    }
    .ser-inner-lft {
        left: 0;
        top: 80px;
    }
    .ser-inner-rgt img {
        height: 600px;
    }
    .ser-inner-lft img {
        margin-bottom: 10px;
    }
    .ser-inner-lft h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .ser-inner-lft h3 br {
        display: none;
    }
    section.work-row {
        padding: 70px 0;
    }
    .work-head h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 40px;
    }
    div#work-carousel .item .col-lg-6 {
        width: 100%;
        padding: 50px 40px 0;
    }
    .work-cont h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .work-cont p {
        font-size: 16px;
        line-height: 24px;
    }
    .portfolio-row {
        padding-top: 60px;
    }
    .journey-sec {
        max-width: 90%;
    }
    .journey-sec h4 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .journey-sec h2 {
        font-size: 110px;
        line-height: 90px;
        margin-bottom: 15px;
    }
    .journey-sec h5 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    .journey-sec h3 {
        font-size: 50px;
        line-height: 40px;
    }
    .journey-sec p {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 25px;
    }
    .journey-sec ul li {
        font-size: 16px;
        margin-right: 10px;
    }
    .journey-sec ul li span {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .journey-rgt img {
        height: 400px;
    }
    section.journey-row {
        padding-bottom: 70px;
    }
    .testi-head h2 {
        font-size: 65px;
        letter-spacing: 15px;
    }
    .testi-head {
        margin-bottom: 20px;
    }
    .testi-sec h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .testi-sec p {
        font-size: 16px;
    }
    section.testimonials-row {
        padding-bottom: 80px;
    }
    section.testimonials-space-row {
        padding-bottom: 50px;
    }
    section.conatct-row {
        padding: 80px 0;
    }
    .contact-sec h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .contact-sec h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .contact-sec p {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .contact-sec button {
        margin-top: 30px;
        width: 250px !important;
        font-size: 16px;
        padding: 15px;
    }
    section.get-row {
        padding-top: 50px;
        margin-bottom: 0;
    }
    .get-head h2 {
        font-size: 75px;
        line-height: 70px;
    }
    .get-head h2 br {
        display: none;
    }
    .get-form {
        padding: 80px 20px;
        text-align: center;
    }
    .get-form img {
        margin-bottom: 20px;
    }
    .get-form h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .get-form p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .get-form input {
        height: 40px;
        width: 95%;
        margin: auto;
        margin-bottom: 20px;
        font-size: 15px;
    }
    .get-form input::placeholder {
        font-size: 15px;
    }
    .get-form button {
        margin-top: 0;
        height: 40px;
        width: 95% !important;
        font-size: 15px;
    }
    section.get-row:after {
        display: none;
    }
    footer.footer-row {
        background-color: #024;
        background-image: unset;
        padding: 70px 0 30px;
    }
    section.get-row .row {
        align-items: center;
    }
    .footer-details ul li {
        margin-bottom: 25px;
        font-size: 15px;
    }
    .footer-icons ul li {
        margin-right: 15px;
    }
    section.copyright-row {
        padding-top: 20px;
        margin-top: 30px;
    }
    .copyright-sec ul li {
        font-size: 15px;
        margin-right: 30px;
    }
    section.inner-row {
        padding: 150px 0;
    }
    section.inner-row h1 {
        font-size: 40px;
        line-height: 40px;
    }
    section.testimonials-inner-row {
        padding-top: 80px;
    }
    section.contact-inner-row .contact-sec h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .details-sec h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .details-sec ul {
        padding: 20px;
        margin-bottom: 20px;
    }
    .details-sec ul li a {
        font-size: 15px;
    }
    .details-sec ul li a br {
        display: none;
    }
    .details-sec iframe {
        height: 350px;
    }
    section.contact-inner-row {
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    header.header-row {
        top: 30px;
    }
    .logo img {
        width: 85%;
    }
    .video-banner-sec video {
        height: 650px !important;
    }
    .video-banner-sec:before {
        height: 650px;
    }
    .video-cont {
        top: 30px;
    }
    .video-cont h1 {
        font-size: 80px;
        line-height: 65px;
    }
    .video-cont h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .video-cont p {
        width: 76%;
    }
    .video-cont button.ban-btn {
        width: 200px;
        padding: 14px;
    }
    .video-cont button.ban-btn a {
        font-size: 18px;
    }
    section.about-row {
        padding: 60px 0 100px;
    }
    .about-rgt h2 {
        font-size: 120px;
        line-height: 100px;
        margin-bottom: 10px;
    }
    .about-rgt h3 {
        font-size: 60px;
        line-height: 40px;
    }
    .about-rgt h3 span {
        font-size: 35px;
        margin-top: 0;
    }
    .about-sec {
        padding: 30px 0px 20px 50px;
    }
    .about-sec h3 {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    .about-sec h3 br {
        display: none;
    }
    .about-sec p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
        width: 96%;
    }
    .about-btns button.btns {
        padding: 16px 50px;
        margin-right: 21px;
    }
    .about-btns button.btns a {
        font-size: 16px;
    }
    .service-lft ul li:before {
        background-size: 70%;
    }
    .service-lft ul li {
        padding-left: 85px;
        font-size: 35px;
    }
    .ser-inner-lft {
        width: 85%;
        left: -50px;
        top: 52px;
    }
    .ser-inner-lft img {
        margin-bottom: 10px;
    }
    .ser-inner-lft h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .ser-inner-lft p {
        font-size: 15px;
        line-height: 24px;
    }
    .ser-inner-rgt img {
        height: 600px;
    }
    section.work-row {
        padding: 90px 0;
    }
    .work-head h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 50px;
    }
    div#work-carousel .item .col-lg-6 {
        padding: 45px 30px 0 40px;
    }
    .work-cont h3 {
        font-size: 25px;
        line-height: 29px;
    }
    .work-cont p {
        font-size: 15px;
        min-height: 135px;
    }
    .work-rgt img {
        margin-bottom: -70px;
    }
    .work-cont p br {
        display: none;
    }
    .portfolio-row {
        padding-top: 60px;
    }
    section.work-row .card-image img {
        height: 500px;
    }
    .journey-sec {
        max-width: 85%;
    }
    .journey-sec h4 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 25px;
    }
    .journey-sec h2 {
        font-size: 115px;
        line-height: 100px;
        margin-bottom: 15px;
    }
    .journey-sec h5 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 25px;
    }
    .journey-sec h3 {
        font-size: 50px;
        line-height: 50px;
    }
    .journey-sec p {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .journey-sec ul li span {
        font-size: 30px;
        line-height: 30px;
    }
    .journey-sec ul li {
        font-size: 18px;
    }
    section.journey-row {
        padding-bottom: 80px;
    }
    .testi-head h2 {
        font-size: 80px;
        letter-spacing: 15px;
    }
    .testi-sec h3 {
        font-size: 28px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .testi-sec p {
        font-size: 16px;
    }
    section.testimonials-row {
        padding-bottom: 100px;
    }
    section.conatct-row {
        padding: 100px 0;
    }
    .contact-sec h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .contact-sec h2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .contact-sec p {
        font-size: 16px;
        width: 90%;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .contact-sec button {
        margin-top: 30px;
        padding: 15px;
        width: 220px !important;
        font-size: 16px;
    }
    .get-head h2 {
        font-size: 80px;
        line-height: 85px;
        letter-spacing: 3px;
    }
    .get-form {
        padding: 97px 45px 132px;
    }
    .get-form:before {
        background-size: 100% 100%;
    }
    .get-form img {
        margin-bottom: 25px;
    }
    .get-form h3 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .get-form p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .get-form input {
        margin-bottom: 15px;
        font-size: 15px;
    }
    .get-form input::placeholder {
        font-size: 15px;
    }
    section.get-row:after {
        width: 100%;
        background-position: inherit;
    }
    .footer-details ul li {
        font-size: 15px;
        margin-bottom: 27px;
        line-height: 24px;
    }
    section.get-row {
        margin-bottom: -285px;
    }
    section.copyright-row {
        padding-top: 20px;
    }
    .copyright-sec ul li {
        font-size: 15px;
        margin-right: 30px;
    }
    section.inner-row {
        padding: 200px 0;
    }
    section.inner-row h1 {
        font-size: 50px;
        line-height: 50px;
    }
    section.testimonials-space-row {
        padding-bottom: 50px;
    }
    section.inner-work-row {
        padding-bottom: 50px;
    }
    section.contact-inner-row {
        padding: 80px 0 0px;
    }
    section.contact-inner-row .contact-sec h2 {
        font-size: 30px;
        line-height: 35px;
    }
    section.contact-inner-row .offset-lg-1 {
        margin-left: 0;
        width: 41%;
    }
    .details-sec h2 {
        font-size: 30px;
        line-height: 30px;
    }
}

/* Our Team sec */

* {
    font-family: Nunito, sans-serif;
  }
  
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  
  .text-blk {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
  }
  
  .outer-container {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  
  .inner-container {
    max-width: 1320px;
    flex-direction: column;
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 200px;
  }
  
  .card-container {
    overflow-x: visible;
    overflow-y: visible;
  }
  
  .heading-text {
    font-size: 48px;
    line-height: 65px;
    font-weight: 900;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  
  .name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .team-member-image {
    height: 230px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 270px;
  }
  
  .card {
    display: block;
  }
  
  .position {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .swiper-slide {
    justify-content: flex-start;
    display: flex;
  }
  
  .arrow-right {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    cursor: pointer;
    height: 14px;
    width: 24px;
  }
  
  .arrow-left {
    height: 14px;
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    cursor: pointer;
  }
  
  .btn {
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    flex-direction: row-reverse;
  }
  
  .swiper-pagination {
    position: static;
    text-align: left;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .team-swiper {
    overflow: hidden;
  }
  
  @media (max-width: 768px) {
    .inner-container {
      margin-top: 80px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      justify-content: center;
    }
  
    .card-container {
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
    }
  
    .swiper-slide {
      justify-content: center;
    }
  
    .heading-text {
      text-align: center;
    }
  
    .swiper-pagination {
      text-align: center;
    }
  
    .arrow-left {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 20px;
    }
  
    .arrow-right {
      height: 14px;
    }
  
    .swiper-slide.empty {
      display: none;
    }
  }
  
  @media (max-width: 500px) {
    .inner-container {
      margin-top: 80px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
      align-items: flex-start;
    }
  
    .card-container {
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
    }
  
    .heading-text {
      text-align: center;
    }
  
    .card-container {
      align-items: flex-start;
    }
  
    .btn {
      justify-content: flex-start;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 30px;
      margin-left: 0px;
      text-align: left;
    }
  
    .arrow-left {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .team-member-image {
      width: 240px;
      height: 200px;
    }
  
    .outer-container {
      padding-top: 10px;
      padding-right: 0px;
      padding-bottom: 10px;
      padding-left: 20px;
    }
  
    .btn {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 30px;
      margin-left: 10px;
    }
  }

  section#main-our-team-sec strong {
    font-size: 23px !important;
    font-weight: 800 !important;
    color: #fff !important;
}

section#main-our-team-sec img {
    height: 350px !important;
    object-fit: cover !important;
}



ul.main-social-media-team li {
    list-style: none;
    padding: 0 21px 0 0;
}

ul.main-social-media-team {
    display: flex;
    padding: 0 0;
    margin: 0 0 0px 0;
}

ul.main-social-media-team li a {
    color: #fff;
}

section#main-our-team-sec .work-cont p {
    font-size: 19px;
    line-height: 28px;
}

.footer-details ul li {
    width: 50% !important;
}




.get-form button.btn.btn-dark.w-100.fw-bold {
    background: linear-gradient(180deg, rgb(252 124 18) 0%, rgb(30 164 156) 0%, #6332b4 100%) !important;
    text-align: center !important;
    margin: 0 auto;
    display: table;
}

.owl-carousel .owl-item img {
    filter: grayscale(50%);
}



section.main-our-team-sec .work-head.text-center.aos-init.aos-animate p {
    width: 60% !important;
    margin: 0 auto;
    margin-top: 0 !important;
    margin-bottom: 50px !important;
    font-family: 'Gotham-Book' !important;
}


section.journey-row p.our-story-sec-text {
    font-size: 15px !important;
    margin-top: -20px !important;
    margin-bottom: 50px !important;
}

section.we-offer-area.text-center.bg-gray h4.main-text-for-our-serv {
    font-size: 17px !important;
    width: 83% !important;
    line-height: 31px !important;
}


.we-offer-area.text-center .item {
    height: 420px !important;
}