@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    color: #393939;
    overflow-x: hidden;
    word-break: break-word;
    background-color: #080e28;
    font: 15px/25px 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'Cutmark-Medium';
    src: url(../fonts/Cutmark-Medium.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

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

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

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

h1 {
    color: #fff;
    font-size: 60px;
    margin: 0 0 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Cutmark-Medium';
}

h2 {
    color: #fff;
    font-size: 50px;
    margin: 0 0 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Cutmark-Medium';
}

h3 {
    color: #fff;
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Cutmark-Medium';
}

h4 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Cutmark-Medium';
}

h5 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Cutmark-Medium';
}

h6 {
    color: #fff;
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Cutmark-Medium';
}

p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}

.theme-btn {
    padding: 0;
    display: flex;
    border-radius: 5px;
    width: max-content;
    align-items: center;
    background: #fffbff;
    border: 1px solid #fff;
}

.theme-btn span {
    height: 55px;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 300;
    padding: 0px 25px;
    align-items: center;
    background: #3752e8;
    text-transform: uppercase;
    border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.theme-btn img {
    height: 55px;
    display: flex;
    border-radius: 5px;
    padding: 15px 10px;
    align-items: center;
    object-fit: scale-down;
    transition: ease-in-out;
    transition-duration: 0.2s;
    border: 1px solid #e1e1e1;
}

.theme-btn:hover span {
    color: #3752e8;
    font-weight: 600;
    background: #fff;
    transition: ease-out;
    transition-duration: 1s;
    border: 1px solid #3752e8;
}

.theme-btn:hover img {
    transition: ease-out;
    /* background: #3752e8; */
    transition-duration: .5s;
    filter: brightness(0) saturate(100%) invert(44%) sepia(81%) saturate(6763%) hue-rotate(212deg) brightness(104%) contrast(101%);
}

.add-padding {
    margin: auto;
    max-width: 1800px;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading h2 {
    text-align: center;
    margin-bottom: 15px;
}

.section-heading p {
    width: 70%;
    margin: 0px auto;
    text-align: center;
}

/*header css start */

.menuSec {
    padding: 30px 0;
    position: relative;
}

.menuSec::before {
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100vw;
    position: absolute;
    background-color: #080e28;
}

.menuSec::after {
    bottom: 0;
    right: 100%;
    content: '';
    height: 1px;
    width: 100vw;
    position: absolute;
    background-color: #080e28;
    border-bottom: 1px solid #ffffff50;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    gap: 0;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content:space-around;;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    color: #fff;
    display: flex;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Cutmark-Medium';
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: #3853ea;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.menuSection {
    z-index: 10;
    width: 100%;
    position: absolute;
    /*overflow-x: hidden;*/
    padding: 0px 3% 0px 0px;
}

.header-logo {
    height: 50px;
    padding-left: 25px;
}

.header-logo a {
    width: 100%;
    height: 100%;
}

.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

/*header css start */


/*banner css start */

.main_slider {
    position: relative;
    padding: 0px 3% 0px 0px;
}

.main_slider::before {
    top: 0;
    right: 50%;
    content: '';
    z-index: -1;
    height: 80%;
    width: 100vw;
    position: absolute;
    background-color: #3853ea;
}

.banner-slider-box {
    width: 100%;
    height: 850px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-image: url(../images/banner.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner_text {
    width: 60%;
    max-width: 650px;
    min-height: 200px;
    padding: 40px 25px;
    background-color: #3853ea;
    border-left: 5px solid #080e28;
}

.banner_text ul {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
}

.banner_text ul li a.them02 {
    gap: 15px;
    display: flex;
    align-items: center;
}

.banner_text ul li a.them02 i {
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
    padding-right: 15px;
    border-right: 1px solid #7a8cf1;
}

.banner_text ul li a.them02 h5 {
    font-family: 'Montserrat';
}

.banner_text p {
    margin-bottom: 15px;
}

.banner-number {
    background: #080e28;
    padding: 30px 0 30px 40px;
    position: relative;
}

.banne-main {
    padding: 60px 0;
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
    top: 110%;
    z-index: 1;
    opacity: 1 !important;
}

.banner-slider .slick-prev {
    left: 46%;
}

.banner-slider .slick-next {
    right: 45px;
}

.banner-main-box {
    position: relative;
}

.banner-main-box .progress {
    display: block;
    width: 50%;
    height: 1px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff4b;
    background-image: linear-gradient(to right, #080e28, #ffffff4b);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0%;
}

.banner-slider .nike-zoom-silder-number {
    position: relative;
    bottom: 0;
    left: 0;
}

.slide_counter h2 {
    color: #fff;
    margin-bottom: 0;
    display: flex;
    height: 100%;
    gap: 190px;
    font-size: 25px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
}

.bannerSlider .slick-slide {
    margin: 0px 0px;
}

.bannerSlider {
    background-color: #080e28;
}

.banner-slider-contorl {
    right: 0;
    gap: 35px;
    bottom: 0;
    display: flex;
    position: absolute;
    align-items: center;
}

.slide_counter h2 span.start_number {
    font-size: 16px;
    width: 20px;
}

.banner-btn {
    gap: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-btn::before {
    left: 0;
    right: 0;
    width: 1px;
    content: '';
    margin: auto;
    height: 80px;
    bottom: -24px;
    position: absolute;
    background-color: #ffffff5e;
}

.banner-follow {
    gap: 80px;
    z-index: 11;
    display: flex;
    height: 680px;
    position: relative;
    align-items: center;
    padding-bottom: 25px;
    background: #3853ea;
    flex-direction: column;
    justify-content: flex-end;
}

.banner-follow::after {
    top: 100px;
    content: '';
    z-index: -2;
    width: 100vw;
    height: 50px;
    right: -24px;
    position: absolute;
    background: #3853ea;
}

.banner-follow::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    content: '';
    height: 100%;
    margin: auto;
    position: absolute;
    background-color: #ffffff6e;
}

.banner-follow ul {
    gap: 20px;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner-follow ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    color: #ffffff6e;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #3853ea;
    border: 1px solid #ffffff6e;
}

.banner-follow ul li a:hover {
    color: #fff;
    border-color: #fff;
}

.banner-follow h5 {
    rotate: 180deg;
    padding: 10px 10px;
    position: relative;
    background: #3853ea;
    text-transform: uppercase;
    writing-mode: sideways-lr;
}

.banner-btn button {
    border: none;
    background-color: transparent;
}

.inner-bannner-sec .banner-slider-box {
    height: 650px;
    background-color: #080e28;
}

.inner-bannner-sec .banner_text {
    display: flex;
    align-items: center;
}

.inner-bannner-sec .banner-follow {
    height: 520px;
}

/*banner css end*/

/* about-sec */

.about-sec {
    padding: 100px 0px;
}

.about-sec .row {
    position: relative;
}

.about-img {
    width: 100%;
    height: 540px;
    position: relative;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text {
    padding: 70px 50px;
}

.about-text::before {
    top: 0;
    left: 0;
    width: 99%;
    content: '';
    height: 100%;
    position: absolute;
    border-left: 15px solid #3752e8;
    border-top: 15px solid #3752e8;
    border-bottom: 15px solid #3752e8;
}

.about-text h2 {
    margin-bottom: 15px;
    position: relative;
}

.about-text h4 {
    width: fit-content;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 8px 10px 8px 0px;
    background-color: #3853ea;
}

.about-text h4::before {
    top: 0;
    right: 100%;
    width: 60px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #3853ea;
}

.about-text h5 {
    font-size: 19px;
    position: relative;
    margin-bottom: 15px;
}

.about-text p {
    position: relative;
    margin-bottom: 20px;
}

.about-text a {
    position: relative;
}

.about-text .d-flex i::after {
    left: 10px;
    content: '';
    height: 1px;
    width: 30px;
    position: absolute;
    background-color: #21273e;
}

.about-text .d-flex i {
    left: 0;
    bottom: 70px;
    width: 15px;
    height: 55px;
    display: flex;
    font-size: 7px;
    color: #1381fd;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #080e28;
}

.inner-about-text {
    margin-top: 50px;
}

.inner-about-text p {
    margin-bottom: 15px;
}

.inner-bannner-sec .banner-main-box::before {
    right: 0;
    bottom: 0;
    width: 20%;
    content: '';
    height: 100px;
    position: absolute;
    background: #080e28;
}

/* about-sec */

/* service-sec */

.service-sec {
    padding: 0px 3% 100px;
}

.innerservice-sec {
    padding: 100px 3%;
}

.service-box {
    display: flex;
    min-height: 600px;
    position: relative;
    align-items: flex-end;
    justify-content: flex-start;
}

.innerservice-sec .service-box {
    margin-bottom: 50px;
}

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

.inside-service-box {
    width: 85%;
    padding: 25px;
    max-width: 370px;
    position: relative;
    border-radius: 10px;
    background-color: #3853ea;
}

.inside-service-box h4 {
    width: fit-content;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #6075ee;
}

.inside-service-box h4::before {
    right: 100%;
    bottom: -1px;
    width: 25px;
    height: 1px;
    content: '';
    position: absolute;
    border-bottom: 1px solid #6075ee;
}

.inside-service-box h5 {
    right: 20px;
    bottom: 35px;
    font-weight: 300;
    font-size: 25px;
    position: absolute;
}

.inside-service-box p {
    margin-bottom: 25px;
}

.service-detail-box-img {
    height: 500px;
    width: 100%;
}

.service-detail-box-img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 10px;
}

.servicedetail-box {
    width: 90%;
    padding: 25px;
    position: relative;
    border-radius: 10px;
    background-color: #3853ea;
}

.servicedetail-box h4 {
    width: fit-content;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #6075ee;
}

.servicedetail-box h5 {
    top: 30px;
    right: 30px;
    font-size: 25px;
    font-weight: 300;
    position: absolute;
}

.servicedetail-box h4::before {
    right: 100%;
    bottom: -1px;
    width: 25px;
    height: 1px;
    content: '';
    position: absolute;
    border-bottom: 1px solid #6075ee;
}

.servicedetail-box p {
    margin-bottom: 15px;
}

/* service-sec */


/* book */


.book-section {
    padding: 100px 0px;
}

.form-group-2,
.form-group {
    position: relative;
}

.book-form .form-group i {
    position: absolute;
    top: 20px;
    left: 13px;
    font-size: 20px;
    color: #3752e8;
    background: transparent;
}

.book-form .form-group input {
    height: 55px;
    font-size: 15px;
    padding-left: 55px;
    border: 1px solid #3e4357;
    line-height: 0;
    box-shadow: none;
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    font-family: 'Montserrat';
    border-radius: 5px;
}

.book-form .form-group-2 input {
    height: 55px;
    font-size: 15px;
    padding-left: 25px;
    border: 1px solid #3e4357;
    box-shadow: none;
    color: #909091;
    font-weight: 400;
    background-color: transparent;
    width: 100%;
    margin: 20px 0px;
    font-family: 'Montserrat';
    border-radius: 5px;
}

.book-form .form-group input::placeholder,
.book-form .form-group-2 input::placeholder,
.book-form .form-group-2 textarea::placeholder {
    color: #fff;
}

.book-form .form-group-2 {
    margin-top: 25px;
}

.book-form .form-group-2 select {
    height: 55px;
    font-size: 15px;
    padding-left: 25px;
    border: 1px solid #3e4357;
    box-shadow: none;
    color: #909091;
    font-weight: 400;
    background-color: transparent;
    width: 100%;
    /* margin-top: 20px; */
    font-family: 'Montserrat';
    border-radius: 5px;
}

.book-form .form-group-2 select option {
    color: #000;
}

.book-form .form-group textarea {
    font-size: 15px;
    padding-left: 55px;
    padding-top: 13px;
    border: 1px solid #3e4357;
    letter-spacing: 0;
    box-shadow: none;
    resize: none;
    background-color: transparent;
    margin-top: 20px;
    color: #Fff;
    border-radius: inherit;
    border-radius: 10px;
}

.book-form .form-group-2 i {
    position: absolute;
    top: 20px;
    right: 13px;
    background: transparent;
    font-size: 20px;
    color: #3752e8;
}

.book-form .form-group::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 5px;
    background-size: 10px 50px;
    filter: brightness(0) saturate(100%) invert(24%) sepia(27%) saturate(551%) hue-rotate(190deg) brightness(84%) contrast(83%);
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.book-form .form-group-2::after {
    top: 0px;
    content: '';
    width: 10px;
    right: 40px;
    height: 53px;
    rotate: 180deg;
    position: absolute;
    background-size: 10px 50px;
    filter: brightness(0) saturate(100%) invert(24%) sepia(27%) saturate(551%) hue-rotate(190deg) brightness(84%) contrast(83%);
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.book-btn {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-form h2 {
    text-align: center;
    margin-bottom: 5px;
}

.book-form p {
    text-align: center;
    color: #8b8986;
    width: 60%;
    margin: auto;
    font-weight: 500;
    margin-bottom: 15px;
}

/* book */

/* a-track-sec */

.a-track-sec {
    padding: 100px 3%;
    background-color: #0e1639;
}

.track-img {
    width: 100%;
    height: 600px;
}

.track-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.a-track-slider .slick-slide {
    opacity: 1;
    margin-top: 0;
    transition: margin 0.3s ease;
}

.a-track-slider-contorl {
    display: flex;
    margin: 50px 0px 25px;
    align-items: center;
    justify-content: center;
}

.a-trackr-btn {
    gap: 25px;
    width: 50%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.a-trackr-btn button {
    border: none;
    background-color: transparent;
}

.a-track-number {
    width: 500px;
    position: relative;
}

.a-track-number .slide_counter h2 {
    color: #fff;
    margin-bottom: 0;
    display: flex;
    height: 100%;
    gap: 190px;
    font-size: 25px;
    font-weight: 400;
    align-items: center;
    justify-content: space-between;
}

.a-track-number .progress {
    display: block;
    width: 80%;
    height: 1px;
    border-radius: 10px;
    overflow: hidden;
    bottom: 0%;
    background-color: #ffffff4b;
    background-image: linear-gradient(to right, #080e28, #ffffff4b);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}

/* a-track-sec */

/* cerfified-sec */

.cerfified-sec {
    margin: auto;
    max-width: 2000px;
    position: relative;
    background-color: #0e1639;
}

.cerfified-sec::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100px;
    position: absolute;
    background-color: #080e28;
}

.cerfified-img {
    width: 100%;
    height: 550px;
    position: relative;
}

.cerfified-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cerfified-text {
    padding: 80px;
    z-index: 1;
    position: relative;
    background-color: #3853ea;
}

.cerfified-text h3 {
    font-size: 50px;
    color: #3853ea;
    position: relative;
    width: fit-content;
    padding-right: 10px;
    margin-bottom: 25px;
    background-color: #fff;
}

.cerfified-text h3::before {
    top: 0;
    right: 100%;
    width: 80px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #fff;
}

.cerfified-text a {
    margin-top: 25px;
}

.cerfified-text p {
    margin-bottom: 15px;
}

.cerfified-text.image-row {
    display: flex;
    gap: 20px; /* Optional: space between images */
    margin: 20px 0;
    align-items: center;
}

.cerfified-text img {
    max-width: 100%;
    height: auto;
    width: 48%; /* Adjust as needed */
    object-fit: contain;
}



/* cerfified-sec */

/* contact-sec inner */

.contact2-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.contact-box {
    background: #fff;
    padding: 50px 45px 25px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.contact-detail h5 {
    color: #5f6367;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-detail p {
    color: #5f6367;
    font-weight: 500;
    width: 85%;
}

.contact-detail h3 {
    color: #000000;
    font-size: 50px;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-detail h4 {
    color: #000;
    margin-top: 50px;
    font-size: 35px;
}

.contact-input2 {
    position: relative;
}

.contact-input2 input {
    width: 100%;
    height: 50px;
    border: 0;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #111010;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #dadada;
}

.contact-input2 input::placeholder,
.contact-input2 textarea::placeholder {
    font-size: 14px;
    color: #111010 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}


.contact-input2 textarea {
    width: 100%;
    height: 80px;
    color: #111010;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 14px;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #dadada;
}

.text-center2 {
    position: absolute;
    right: 25px;
    bottom: -15px;
}

.phone-box {
    display: flex;
    gap: 25px;
    border-right: 2px solid;
    padding: 55px 0px 30px;
    align-items: center;
}

.phone-box p {
    color: #5f6367;
    font-size: 14px;
    font-weight: 600;
}

.flex-line {
    display: flex;
    gap: 5px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.phone-box2 p {
    color: #5f6367;
    font-size: 14px;
    font-weight: 500;
}

.phone-box2 {
    display: flex;
    gap: 25px;
    height: 100%;
    align-items: center;
    border-right: 2px solid;
    margin-left: 15px;
    padding-right: 20px;
    padding-left: 10px;
    margin-right: 15px;
}

.phone-box3 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    gap: 25px;
}

.phone-box3 p {
    color: #5f6367;
    font-size: 14px;
    font-weight: 600;
}

.map-sec {
    position: relative;
    top: -250px;
}

.map-sec iframe {
    width: 100%;
    border-radius: 10px;
    filter: grayscale(1) invert(1) brightness(0.3);
}

.contact-input2 {
    margin-bottom: 50px;
}

.text-center2 button {
    border: none;
    padding: 0px;
    padding-left: 15px;
}

.map-sec {
    height: 400px;
}

/* contact-sec inner */

/* Testimonial Section Start */

.our-client-sec .head-effect::after {
    width: 50%;
}

.client-sli .slick-slide {
    opacity: 1;
}

.client-sli .slick-prev,
.client-sli .slick-next {
    top: 2%;
}

.client-sli .slick-prev {
    left: -50px;
}

.client-box {
    margin: 0px 0 25px;
    transition: 0.3s ease-in-out;
    transition-duration: 0.3s;
}

.client-sli {
    position: relative;
    z-index: 1;
}

.client-sli::after {
    content: '';
    position: absolute;
    left: 0;
    top: 36px;
    opacity: 0;
    border: 1px #000000;
    width: 100%;
    border-style: dashed;
    border-width: 1px;
    z-index: -1;
}

.client-box:hover .client-ineer-box::before {
    border-top-color: #3752e8;
    transition: ease-out;
    transition-duration: 0.3s;
}

.client-box:hover .client-box .quotess::after {
    background: #060606;
}

.client-box:hover .client-ineer-box {
    background: #3752e8;
    transition: ease-out;
    transition-duration: 0.3s;
}

.client-box:hover .client-ineer-box ul li h4 {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.3s;
}

.client-box:hover .client-ineer-box ul li h4 span {
    color: #fff;
    font-weight: 300;
    transition: ease-out;
    transition-duration: 0.3s;
}

.client-box:hover .client-ineer-box p {
    color: #fff;
    font-weight: 300;
    transition: ease-out;
    transition-duration: 0.3s;
}

.client-sli .slick-prev:before {
    content: '\f053';
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    color: #fff;
    background-color: #3752e8;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.client-sli .slick-next:before {
    content: '\f054';
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    color: #fff;
    background-color: #3752e8;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.client-box h6 {
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
}

.client-box .quotess {
    margin-left: 20px;
    position: relative;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #3752e870;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.client-box .quotess::after {
    content: '';
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #3752e8;
    color: #fff;
    font-size: 30px;
}

.client-box .quotess::before {
    z-index: 2;
    color: #fff;
    font-size: 20px;
}

.client-ineer-box::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 5%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: transparent;
    border-bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    transform: rotate(180deg);
    filter: drop-shadow(2px 4px 6px #00000021);
}

.client-ineer-box {
    z-index: 2;
    padding: 60px 30px;
    position: relative;
    box-shadow: 0 0 10px 0 #00000022;
    background-color: transparent;
    border-radius: 10px;
}

.client-ineer-box ul {
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
}

.client-ineer-box ul li h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    text-transform: capitalize;
}

.client-ineer-box ul li h4 span {
    font-size: 19px;
    display: block;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 0px;
}

.client-ineer-box ul li i {
    color: #ffb503;
    margin-right: 5px;
}

section.our-client-sec.themes-padd {
    padding: 100px 0;
}

section.our-client-sec.themes-padd .slick-track {
    margin-bottom: 30px;
}

h2.themes-h2.head-effect {
    font-size: 60px;
    color: #fff;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.client-sli .slick-next:hover:before,
.client-sli .slick-prev:hover:before {
    background: #000000;
}

.client-sli .slick-next {
    right: -20px;
}

.client-ineer-box p {
    font-size: 16px;
    color: #7c7c7c;
    margin: 0;
}

.review-sec {
    padding: 100px 0px;
}

/* Testimonial Section End */


/*Home Contact Start*/

section.home-contact-sec .container-fluid {
    padding: 0;
    margin: auto;
    max-width: 2400px;
}

.home-contact-img img {
    width: 100%;
    object-fit: cover;
    height: 600px;
}

.home-contact-form form {
    background: #3752e8;
    margin-top: 25px;
    padding: 60px 200px 60px 70px;
}

.home-contact-form {
    margin-left: -300px;
    margin-top: 100px;
}

.home-contact-form input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    margin: 0 0 40px;
    padding: 0 0 10px;
    font-family: 'Montserrat';
}

.home-contact-form input::placeholder {
    color: #fff;
}

.home-contact-form select {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    margin: 0 0 40px;
    padding: 0 0 10px;
    font-family: 'Montserrat';
    -webkit-appearance: auto;
}

.home-contact-form textarea {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    margin: 0 0 30px;
    padding: 0 0 10px;
    resize: none;
    height: 110px;
}

.home-contact-form textarea::placeholder {
    color: #fff;
}

.home-contact-btn .btn1 {
    border: 0;
    background: #fff;
    color: #000;
}

.home-contact-btn .btn1:before {
    background: #a7a9ac;
}

.home-contact-form h2 {
    /* font-size: 112px; */
    /* line-height: 120px; */
    margin-left: 30%;
}

.home-contact-form p {
    padding-left: 30%;
}

/*Home Contact End*/

/*Footer Start*/

.footer-sec {
    background: #051324;
    padding: 100px 3% 60px;
}

.copy-right-row {
    text-align: center;
    padding: 20px 0;
    background: #3752e8;
}

.copy-right-row p {
    font-size: 16px;
    color: #fff;
}

.footer-sec h2 {
    font-size: 22px;
    padding-left: 20px;
    margin-bottom: 25px;
    border-left: 3px solid #1381fc;
    color: #fff;
}

.ftr-about-us {
    min-height: 100%;
    margin-right: 25px;
    border-right: 1px solid #1e2b3a;
}

.ftr-about-us p {
    width: 80%;
    font-size: 14px;
    font-weight: 600;
    color: #878e96;
    margin-bottom: 20px;
}

.ftr-useful-links ul li a {
    font-size: 14px;
    color: #727a83;
    font-weight: 600;
}

.ftr-useful-links ul {
    column-count: 2;
    line-height: 45px;
}

.ftr-useful-links ul li a {
    font-size: 14px;
    color: #727a83;
    text-transform: uppercase;
}

.ftr-useful-links h2 {
    margin-bottom: 10px;
}

.ftr-useful-links {
    min-height: 100%;
    border-right: 1px solid #1e2b3a;
}

.Highlights-link {
    min-height: 100%;
    border-right: 1px solid #1e2b3a;
}

.Highlights-link ul li a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.Highlights-link ul {
    line-height: 45px;
}

.Highlights-link h2 {
    margin-bottom: 10px;
}

.Highlights-link {
    margin-left: 35px;
}

.last-foot-ul {
    border: none;
}

.last-foot-ul ul {
    columns: 1;
    line-height: 45px;
}

.last-foot-ul ul li a {
    color: #727a83;
}


/*Footer End*/



.certificate_box {
    display: flex;
    justify-content: space-between;
}

.certificate_box>a {
    margin: 0;
    width: 24%;
}

.certificate_box>a img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.book-form .form-group textarea::placeholder {
    color: #fff;
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
    
    .home-contact-img img {
        width: 95%;
    }
    .Highlights-link {
        margin-left: 0;
    }
    
    .menuSection {
        overflow: hidden;
        position: inherit;
        padding: 0 60px;
    }
    
    html, body {
        overflow-x: hidden;
    }
    
    .header-logo {
        padding: 0;
    }
    
    .cerfified-sec::before {
        display: none;
    }
    
    .menuSec::after {
        display: none;
    }
    
    section.cerfified-sec {
        padding-top: 0 !important;
    }
    
    .menuSection .row > .col-lg-1.col-md-1.col-sm-12 {
        display: none;
    }
    
    .menuSection .row > .col-lg-8.col-md-8.d-none.d-md-block {
        width: 75%;
    }
    
    .menuSec ul {
        justify-content: space-between;
    }
    
    .cerfified-text {
        padding: 50px;
        overflow: hidden;
    }
    
    .about-img {
        height: 650px;
    }
    
    .inside-service-box h4 {
        font-size: 20px;
    }
    
    .client-ineer-box ul li h4 span {
        font-size: 13px;
    }
    
    .home-contact-form p {
        width: 90%;
    }
    
    .Highlights-link ul li a {
        font-size: 12px !IMPORTANT;
    }
    
    .innerservice-sec .vc_column_container>.vc_column-inner {
        padding-right: 0;
    }
    
    .innerservice-sec .vc_row {
        padding-right: 0;
    }
    
    .contact-detail h3 {
        font-size: 45px;
    }
    
    .phone-box2 {
        margin: 0;
        padding: 0;
    }
    
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    
    .Highlights-link ul li a {
        font-size: 12px;
    }
    .Highlights-link {
        margin-left: 0px;
    }
    .home-contact-img img {
        width: 90%;
    }
    .phone-box3 p {
        font-size: 13px;
    }
    .phone-box3 {
        gap: 15px;
    }
    
    .header-logo {
        padding: 0;
    }
    
    .menuSection {
        padding: 0 40px;
        overflow: hidden;
        position: inherit;
    }
    
    html, body {
        overflow-x: hidden;
    }
    
    .cerfified-text {
        padding: 20px;
        overflow: hidden;
    }
    
    .menuSec::after {
        display: none;
    }
    
    .cerfified-sec::before {
        display: none;
    }
    
    .menuSection .row > .col-lg-1.col-md-1.col-sm-12 {
        display: none;
    }
    
    .menuSection .row > .col-lg-8.col-md-8.d-none.d-md-block {
        width: 75%;
    }
    
    .menuSec ul {
        justify-content: space-between;
    }
    
    section.cerfified-sec {
        padding-top: 0 !important;
    }
    
    .cerfified-img {
        height: 640px;
    }
    
    h1 {
        font-size: 45px;
    }
    
    .banner-slider-box {
        height: 700px;
    }
    
    .banner-follow {
        gap: 50px;
        height: 560px;
    }
    
    .about-text {
        padding: 30px;
        overflow: hidden;
    }
    
    .inside-service-box h4 {
        font-size: 18px;
    }
    
    .a-track-sec {
        padding: 80px 0px;
    }
    
    section.our-client-sec.themes-padd .slick-track {
        margin-bottom: 0;
    }
    
    .home-contact-form h2 {
        margin-left: 300px;
    }
    
    .home-contact-form p {
        padding: 0;
        margin-left: 300px;
    }
    
    .client-ineer-box ul li h4 span {
        font-size: 13px;
    }
    
    .client-ineer-box {
        padding: 20px;
    }
    
    .footer-sec {
        padding: 60px 0px 0px;
    }
    
    .ftr-about-us p {
        width: 90%;
        margin: 0;
    }
    
    .ftr-about-us {
        margin-right: 0;
    }
    
    .Highlights-link ul li a {
        font-size: 12px !important;
        line-height: 1.6;
    }
    
    .innerservice-sec {
        padding: 80px 0px !important;
    }
    
    .innerservice-sec .vc_column_container>.vc_column-inner {
        padding-right: 0;
    }
    
    .innerservice-sec .vc_row {
        padding-right: 0;
    }
    
    .service-detail-box-img img {
        height: 500px;
    }
    
    .service-detail-box-img {
        height: 450px;
    }
    
    .contact-box {
        padding: 30px;
    }
    
    .contact-detail h3 {
        font-size: 40px;
    }
    
    .phone-box2 {
        margin: 0;
        padding: 0;
        gap: 20px;
    }
            
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
    .header-logo {
        height: auto;
        padding: 0;
    }
    
    .menuSection {
        overflow: hidden;
        position: inherit;
        padding: 0;
    }
    
    .header-logo a {
        height: auto !important;
        width: auto !IMPORTANT;
    }
    
    .header-logo a img {
        width: auto !IMPORTANT;
        height: auto !IMPORTANT;
        margin: 0 !important;
    }
    
    html, body {
        overflow-x: hidden !IMPORTANT;
    }
    
    .menuSection .row > .col-lg-1.col-md-1.col-sm-12 {
        display: none;
    }
    
    .cerfified-sec::before {
        display: none;
    }
    
    .menuSec::after {
        display: none;
    }
    
    .menuSec ul {
        justify-content: space-between;
    }
    
    .menuSection .col-lg-8.col-md-8.d-none.d-md-block {
        width: 75%;
    }
    
    section.cerfified-sec {
        padding-top: 0 !important;
    }
    
    .cerfified-text {
        padding: 20px;
        overflow: hidden;
    }
    
    h2 {
        font-size: 40px !IMPORTANT;
        margin-bottom: 10px !IMPORTANT;
    }
    
    .cerfified-text h3 {
        font-size: 40px;
    }
    
    p {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .cerfified-img {
        height: 610px;
    }
    
    .banner_text {
        width: 70%;
    }
    
    h1 {
        font-size: 40px;
    }
    
    .banner-follow {
        gap: 20px;
        height: 480px;
    }
    
    .banner-slider-box {
        height: 600px;
    }
    
    .about-sec {
        padding: 60px 0px;
    }
    
    .about-text {
        padding: 30px;
        overflow: hidden;
    }
    
    .service-img {
        height: 350px;
    }
    
    .service-box {
        min-height: 460px;
    }
    
    .inside-service-box {
        padding: 15px;
        overflow: hidden;
    }
    
    .inside-service-box h4 {
        font-size: 20px;
    }
    
    .service-sec {
        padding: 0 0 50px;
    }
    
    .theme-btn span {
        height: 45px;
        font-size: 13px;
        padding: 0 15px;
    }
    
    .theme-btn img {
        height: 45px;
    }
    
    .a-track-sec {
        padding: 60px 0px;
    }
    
    section.our-client-sec.themes-padd {
        padding: 70px 0px;
    }
    
    .home-contact-form {
        margin-left: 0;
        margin-top: 0;
    }
    
    .home-contact-form form {
        padding: 20px;
    }
    
    .home-contact-form h2 {
        margin-left: 0;
    }
    
    .home-contact-form p {
        padding-left: 0;
    }
    
    .home-contact-img img {
        height: 510px;
    }
    
    .footer-sec {
        padding: 50px 0 30px;
    }
    
    .ftr-about-us {
        margin-right: 0;
    }
    
    .footer-sec h2 {
        font-size: 20px !IMPORTANT;
    }
    
    .Highlights-link {
        margin-left: 0 !IMPORTANT;
    }
    
    .Highlights-link ul li a {
        font-size: 10px !important;
        line-height: 1.6;
    }
    
    .ftr-useful-links ul li a {
        font-size: 12px;
    }
    
    .ftr-about-us p {
        width: 100%;
        font-size: 12px;
    }
    
    /* inner pages */
    
    .inner-bannner-sec .banner-slider-box {
        height: 500px;
    }
    
    .inner-bannner-sec .banner-follow {
        height: 400px;
    }
    
    .inner-bannner-sec .banner_text {
        min-height: auto;
        max-width: fit-content;
    }
    
    section.service-sec.innerservice-sec {
        padding-top: 100px;
    }
    
    .innerservice-sec {
        padding: 80px 0px !important;
    }
    
    .innerservice-sec .vc_column_container>.vc_column-inner {
        padding-right: 0;
    }
    
    .innerservice-sec .vc_row {
        padding-right: 0;
    }
    
    .service-detail-box-img img {
        height: 500px;
    }
    
    .service-detail-box-img {
        height: 450px;
    }
    
    .contact-box {
        padding: 20px;
    }
    
    .contact-detail h3 {
        font-size: 35px;
    }
    
    .contact-detail h4 {
        font-size: 25px;
    }
    
    .phone-box2 {
        margin: 0;
        padding: 0;
        gap: 10px;
    }
            
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    html, body {
        overflow-x: hidden !IMPORTANT;
    }
    
    .menuSection .row > .col-lg-1.col-md-1.col-sm-12 {
        display: none;
    }
    
    .menuSec ul {
        gap: 10px;
    }
    
    .theme-btn span {
        height: 40px;
        font-size: 12px;
        padding: 0 10px;
    }
    
    .theme-btn img {
        height: 40px;
    }
    
    .cerfified-text {
        padding: 10px;
        overflow: hidden;
    }
    
    h2 {
        font-size: 30px !important;
        margin-bottom: 10px !IMPORTANT;
    }
    
    .cerfified-text h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    
    p {
        font-size: 12px;
        line-height: 1.6;
    }
    
    .menuSec::after {
        display: none;
    }
    
    section.cerfified-sec {
        padding-top: 0px !IMPORTANT;
    }
    
    .certificate_box>a img {height: 100px !important;}
    
    .menuSection {
        overflow: hidden !IMPORTANT;
        position: inherit;
    }
    
    .cerfified-sec::before {
        display: none;
    }
    
    .banner_text {
        width: 80%;
    }
    
    h1 {
        font-size: 35px;
    }
    
    .banner-slider-box {
        height: 550px;
    }
    
    .banner-follow {
        height: 440px;
        gap: 40px;
    }
    
    .about-sec {
        padding: 60px 0px;
    }
    
    .about-text {
        padding: 30px;
        overflow: hidden;
        padding-right: 0;
    }
    
    .about-img {
        height: 520px;
        margin-left: 5px;
    }
    
    .section-heading p {
        width: 80%;
    }
    
    .banner_text ul li a.them02 i {
        font-size: 20px;
    }
    
    .service-img {
        height: 300px;
    }
    
    .service-box {
        min-height: 400px;
    }
    
    .inside-service-box h4 {
        font-size: 18px;
    }
    
    .inside-service-box {
        padding: 15px;
        overflow: hidden;
    }
    
    .service-sec {
        padding: 0 0px 60px;
    }
    
    .a-track-sec {
        padding: 60px 0px;
    }
    
    .a-track-slider .slick-slide {
        margin: 0 10px !IMPORTANT;
    }
    
    .track-img {
        height: 400px;
    }
    
    section.our-client-sec.themes-padd {
        padding: 60px 0px;
    }
    
    .client-ineer-box {
        padding: 20px;
    }
    
    .client-ineer-box ul li h4 span {
        font-size: 14px;
    }
    
    .client-ineer-box p {
        font-size: 13px !important;
    }
    
    .home-contact-form form {
        padding: 20px;
    }
    
    .home-contact-form {
        margin-left: 0;
        margin-top: 0;
    }
    
    .home-contact-form h2 {
        margin: 0;
    }
    
    .home-contact-form p {
        padding: 0;
    }
    
    .home-contact-img img {
        height: 490px;
    }
    
    .footer-sec {
        padding: 50px 0px 20px;
    }
    
    .Highlights-link {
        margin: 0;
        border: 0;
    }
    
    .ftr-about-us {
        margin-right: 0;
        border: 0;
    }
    
    .ftr-useful-links {
        border: 0;
        margin-bottom: 20px;
    }
    
    .footer-sec h2 {
        font-size: 22px !IMPORTANT;
    }
    
    /* inner pages */
    
    .inner-bannner-sec .banner-slider-box {
        height: 420px;
    }
    
    .inner-bannner-sec .banner-follow {
        height: 420px;
    }
    
    .inner-bannner-sec .banner_text {
        min-height: auto;
        max-width: fit-content;
    }
    
    section.service-sec.innerservice-sec {
        padding-top: 100px;
    }
    
    .innerservice-sec {
        padding: 80px 0px !important;
    }
    
    .innerservice-sec .vc_column_container>.vc_column-inner {
        padding-right: 0;
    }
    
    .innerservice-sec .vc_row {
        padding-right: 0;
    }
    
    .service-detail-box-img img {
        height: 400px;
    }
    
    .service-detail-box-img {
        height: 350px;
    }
    
    .contact2-sec {
        padding-top: 80px;
    }
    
    .contact2-sec .row > .col-md-10 {
        width: 100%;
    }
    
    .contact-box {
        padding: 20px;
    }
    
    .contact-detail h3 {
        font-size: 30px;
    }
    
    .contact-detail h4 {
        font-size: 25px;
    }
    
    .phone-box2 {
        margin: 0;
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .phone-box3 {
        margin: 0;
        padding: 0;
        gap: 10px;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
    }
    
    .phone-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        justify-content: center;
        padding: 15px 0px;
    }
    
    .map-sec {
        height: 100%;
        top: 0;
    }
    
    .contact2-sec {
        padding-bottom: 80px;
    }
            
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    
    .menuSection {
        padding: 0;
        position: inherit;
    }
    
    .header-logo {
        height: auto;
        padding: 0;
    }
    
    .header-logo a img {
        width: 100% !IMPORTANT;
        height: auto !important;
        margin: 0 !important;
    }
    
    .slicknav_menu {
        background: #080e28;
    }
    
    .slicknav_nav a:hover {
        background: #fff;
        color: #000;
    }
    
    .theme-btn {
        width: fit-content;
        display: flex !IMPORTANT;
        align-items: center;
        gap: 10px;
    }
    
    .header-logo a {
        width: auto !IMPORTANT;
        height: auto !IMPORTANT;
    }
    
    html {
        overflow-x: hidden !IMPORTANT;
    }
    
    .cerfified-sec::before {
        display: none;
    }
    
    .cerfified-sec {
        max-width: 100% !important;
        padding-top: 40px !important;
    }
    
    .cerfified-img {
        height: 280px;
    }
    
    .cerfified-text {
        padding: 10px;
    }
    
    h2 {
        font-size: 30px !IMPORTANT;
        margin-bottom: 10px !important;
    }
    
    .cerfified-text h3 {
        font-size: 40px;
    }
    
    .certificate_box {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .certificate_box>a {
        width: 48%;
    }
    
    .banner-follow {height: fit-content;gap: 10px;padding: 0;flex-direction: row;justify-content: center;margin: 20px 0px;background: transparent;}

    .banner-follow::before {
        display: none;
    }
    
    .banner-follow::after {
        display: none;
    }
    
    .banner-follow ul {
        flex-direction: row;
        gap: 10px;
    }
    
    .banner-follow h5 {
        rotate: 0deg;
        writing-mode: rl-tb;
    }
    
    .main_slider::before {
        display: none;
    }
    
    .banner-slider-box {
        flex-direction: column;
        height: 600px;
        background-size: cover;
    }
    
    .banner_text {
        width: 100%;
        max-width: max-content;
        min-height: auto;
        margin: 0 !IMPORTANT;
        padding: 10px;
    }
    
    h1 {
        font-size: 30px;
    }
    
    .banner_text ul {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .banner-slider-contorl {
        position: inherit;
        width: 100%;
        gap: 10px;
    }
    
    .banner-number {
        padding: 10px;
        width: 100%;
    }
    
    .banner-btn {
        display: none;
    }
    
    .about-sec {
        padding: 50px 0px;
    }
    
    .about-text {
        padding: 20px;
    }
    
    .about-img {
        height: 250px;
    }
    
    .about-text .d-flex i {
        display: none;
    }
    
    .section-heading p {
        width: 100%;
    }
    
    .service-sec {
        padding: 0px 0px 50px;
    }
    
    .service-img {
        height: 300px;
        position: inherit;
    }
    
    .service-box {
        min-height: 100%;
        flex-direction: column;
    }
    
    .inside-service-box {
        width: 100%;
        max-width: 100%;
        margin-top: -40px;
    }
    
    .a-track-sec {
        padding: 50px 0px;
    }
    
    .a-track-slider .slick-slide {
        margin: 0 10px !important;
    }
    
    .track-img {
        height: 300px;
    }
    
    section.our-client-sec.themes-padd {
        padding: 50px 0px;
    }
    
    .client-ineer-box {
        padding: 20px;
    }
    
    .client-ineer-box ul li h4 span {
        font-size: 14px;
    }
    
    .client-ineer-box p {
        font-size: 14px;
    }
    
    section.our-client-sec.themes-padd .slick-track {
        margin-bottom: 0 !IMPORTANT;
    }
    
    .home-contact-img img {
        height: 300px;
    }
    
    .home-contact-form {
        margin-left: 0;
        margin-top: 20px;
    }
    
    .home-contact-form h2 {
        margin: 0;
        padding-left: 20px;
    }
    
    .home-contact-form p {
        padding: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .home-contact-form form {
        padding: 20px;
    }
    
    .footer-sec {
        padding: 50px 0px 10px;
    }
    
    .ftr-about-us {
        margin-right: 0;
        border: 0;
        margin-bottom: 20px;
    }
    
    .ftr-useful-links {
        border: 0;
        margin-bottom: 20px;
    }
    
    .Highlights-link {
        margin: 0;
        border: 0;
        margin-bottom: 20px;
    }
    
    .copy-right-row p {
        font-size: 14px;
    }
    
    .footer-sec h2 {
        font-size: 22px !important;
    }
    
    .ftr-about-us p {
        width: 100%;
    }
    
    .certificate_box>a img {
        height: 200px !important;
    }
    
    /* inner pages */
    
    .inner-bannner-sec .banner-follow {
        height: fit-content;
    }
    
    .inner-bannner-sec .banner-slider-box {
        height: 300px;
        justify-content: center;
    }
    
    .main_slider {
        padding: 0;
    }
    
    section.service-sec.innerservice-sec {
        padding-top: 70px;
    }
    
    .innerservice-sec {
        padding: 70px 0px !important;
    }
    
    .innerservice-sec .vc_column_container>.vc_column-inner {
        padding-right: 0;
    }
    
    .innerservice-sec .vc_row {
        padding-right: 0;
    }
    
    .service-detail-box-img img {
        height: 350px;
    }
    
    .servicedetail-box {
        width: 100%;
    }
    
    .service-detail-box-img {
        height: 350px;
    }
    
    .contact-box {
        padding: 20px;
    }
    
    .contact-detail h3 {
        font-size: 30px;
    }
    
    .contact-detail h4 {
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    
    .phone-box2 {margin: 0;border: 0;padding: 0;margin-bottom: 20px;gap: 10px;}
    
    .phone-box {
        border: 0;
        padding: 0;
        margin-bottom: 20px;
        gap: 20px;
    }
    
    .phone-box3 {
        justify-content: start;
        gap: 20px;
        margin-top: 10px;
    }
    
    .map-sec {
        top: 0;
    }
    
    .contact2-sec {
        padding: 50px 0px;
    }
    
    .map-sec {
        height: auto;
    }
    
    .book-section {
        padding: 60px 0px;
    }
    
    .a-track-number {
        width: 100%;
    }
    
    .a-track-number .slide_counter h2 {
        gap: 0;
        justify-content: space-between;
        margin: 0 !IMPORTANT;
        width: 100% !important;
    }
    
    .a-track-slider-contorl {margin: 20px 0px;}
    
    .nike-zoom-silder-number {
        width: 100%;
    }
    
    .slide_counter {
        width: 100%;
    }
    
    .a-trackr-btn {
        width: 100%;
    }
    
    .theme-btn span {
        height: 40px;
        padding: 0 15px;
        font-size: 13px;
    }
    
    .theme-btn img {
        height: 40px;
    }
    
    .theme-btn {
        gap: 0px !important;
    }
    
    .hedaer-btn a.theme-btn {
        padding: 0;
    }
    
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    
    .menuSection {
        padding: 0;
        position: inherit;
    }
    
    .header-logo {
        height: auto;
        padding: 0;
    }
    
    .header-logo a img {
        width: 100% !IMPORTANT;
        height: auto !important;
        margin: 0 !important;
    }
    
    .slicknav_menu {
        background: #080e28;
    }
    
    .slicknav_nav a:hover {
        background: #fff;
        color: #000;
    }
    
    .theme-btn {
        width: fit-content;
        display: flex !IMPORTANT;
        align-items: center;
        gap: 10px;
    }
    
    .header-logo a {
        width: auto !IMPORTANT;
        height: auto !IMPORTANT;
    }
    
    html {
        overflow-x: hidden !IMPORTANT;
    }
    
    .cerfified-sec::before {
        display: none;
    }
    
    .cerfified-sec {
        max-width: 100% !important;
        padding-top: 40px !important;
    }
    
    .cerfified-img {
        height: 280px;
    }
    
    .cerfified-text {
        padding: 10px;
    }
    
    h2 {
        font-size: 30px !IMPORTANT;
        margin-bottom: 10px !important;
    }
    
    .cerfified-text h3 {
        font-size: 40px;
    }
    
    .certificate_box {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .certificate_box>a {
        width: 48%;
    }
    
    .banner-follow {height: fit-content;gap: 10px;padding: 0;flex-direction: row;justify-content: center;margin: 20px 0px;background: transparent;}

    .banner-follow::before {
        display: none;
    }
    
    .banner-follow::after {
        display: none;
    }
    
    .banner-follow ul {
        flex-direction: row;
        gap: 10px;
    }
    
    .banner-follow h5 {
        rotate: 0deg;
        writing-mode: rl-tb;
    }
    
    .main_slider::before {
        display: none;
    }
    
    .banner-slider-box {
        flex-direction: column;
        height: 600px;
        background-size: cover;
    }
    
    .banner_text {
        width: 100%;
        max-width: max-content;
        min-height: auto;
        margin: 0 !IMPORTANT;
        padding: 10px;
    }
    
    h1 {
        font-size: 30px;
    }
    
    .banner_text ul {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .banner-slider-contorl {
        position: inherit;
        width: 100%;
        gap: 10px;
    }
    
    .banner-number {
        padding: 10px;
        width: 100%;
    }
    
    .banner-btn {
        display: none;
    }
    
    .about-sec {
        padding: 50px 0px;
    }
    
    .about-text {
        padding: 20px;
    }
    
    .about-img {
        height: 250px;
    }
    
    .about-text .d-flex i {
        display: none;
    }
    
    .section-heading p {
        width: 100%;
    }
    
    .service-sec {
        padding: 0px 0px 50px;
    }
    
    .service-img {
        height: 300px;
        position: inherit;
    }
    
    .service-box {
        min-height: 100%;
        flex-direction: column;
    }
    
    .inside-service-box {
        width: 100%;
        max-width: 100%;
        margin-top: -40px;
    }
    
    .a-track-sec {
        padding: 50px 0px;
    }
    
    .a-track-slider .slick-slide {
        margin: 0 10px !important;
    }
    
    .track-img {
        height: 300px;
    }
    
    section.our-client-sec.themes-padd {
        padding: 50px 0px;
    }
    
    .client-ineer-box {
        padding: 20px;
    }
    
    .client-ineer-box ul li h4 span {
        font-size: 14px;
    }
    
    .client-ineer-box p {
        font-size: 14px;
    }
    
    section.our-client-sec.themes-padd .slick-track {
        margin-bottom: 0 !IMPORTANT;
    }
    
    .home-contact-img img {
        height: 300px;
    }
    
    .home-contact-form {
        margin-left: 0;
        margin-top: 20px;
    }
    
    .home-contact-form h2 {
        margin: 0;
        padding-left: 20px;
    }
    
    .home-contact-form p {
        padding: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .home-contact-form form {
        padding: 20px;
    }
    
    .footer-sec {
        padding: 50px 0px 10px;
    }
    
    .ftr-about-us {
        margin-right: 0;
        border: 0;
        margin-bottom: 20px;
    }
    
    .ftr-useful-links {
        border: 0;
        margin-bottom: 20px;
    }
    
    .Highlights-link {
        margin: 0;
        border: 0;
        margin-bottom: 20px;
    }
    
    .copy-right-row p {
        font-size: 14px;
    }
    
    .footer-sec h2 {
        font-size: 22px !important;
    }
    
    .ftr-about-us p {
        width: 100%;
    }
    
    /* inner pages */
    
    .inner-bannner-sec .banner-follow {
        height: fit-content;
    }
    
    .inner-bannner-sec .banner-slider-box {
        height: 300px;
        justify-content: center;
    }
    
    .main_slider {
        padding: 0;
    }
    
    section.service-sec.innerservice-sec {
        padding-top: 70px;
    }
    
    .innerservice-sec {
        padding: 70px 0px !important;
    }
    
    .innerservice-sec .vc_column_container>.vc_column-inner {
        padding-right: 0;
    }
    
    .innerservice-sec .vc_row {
        padding-right: 0;
    }
    
    .service-detail-box-img img {
        height: 350px;
    }
    
    .servicedetail-box {
        width: 100%;
    }
    
    .service-detail-box-img {
        height: 350px;
    }
    
    .contact-box {
        padding: 20px;
    }
    
    .contact-detail h3 {
        font-size: 30px;
    }
    
    .contact-detail h4 {
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    
    .phone-box2 {margin: 0;border: 0;padding: 0;margin-bottom: 20px;gap: 10px;}
    
    .phone-box {
        border: 0;
        padding: 0;
        margin-bottom: 20px;
        gap: 20px;
    }
    
    .phone-box3 {
        justify-content: start;
        gap: 20px;
        margin-top: 10px;
    }
    
    .map-sec {
        top: 0;
    }
    
    .contact2-sec {
        padding: 50px 0px;
    }
    
    .map-sec {
        height: auto;
    }
    
    .book-section {
        padding: 60px 0px;
    }
    
    .a-track-number {
        width: 100%;
    }
    
    .a-track-number .slide_counter h2 {
        gap: 0;
        justify-content: space-between;
        margin: 0 !IMPORTANT;
        width: 100% !important;
    }
    
    .a-track-slider-contorl {margin: 20px 0px;}
    
    .nike-zoom-silder-number {
        width: 100%;
    }
    
    .slide_counter {
        width: 100%;
    }
    
    .a-trackr-btn {
        width: 100%;
    }

    .theme-btn span {
        height: 40px;
        padding: 0 15px;
        font-size: 13px;
    }
    
    .theme-btn img {
        height: 40px;
    }
    
    .theme-btn {
        gap: 0px !important;
    }
    
    .hedaer-btn a.theme-btn {
        padding: 0;
    }
                
}


.certificate_box.\31 {
    margin-top: 10px !important;
}

/*Media Query End*/

