@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Roboto', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: "helvetica";
    src: url("../font/Helvetica.ttf");
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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;
}

img {
    max-width: 100%;
}

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;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** 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
}


/***** 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;
}


/* Buttons Starts */

    .theme1 {
        font-size: 18px;
        line-height: 34px;
        font-family: 'Roboto';
        color: #fff;
        text-transform: uppercase;
        padding: 15px;
        background: #4285f4;
        transition: ease-in;
        transition-duration: 0.2s;
    }

    .theme1:hover {
        background-color: #000;
        color: #fff;
        transition: ease-out;
        transition-duration: 0.2s;
    }




/* Buttons Ends */



.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 {
    font-family: 'Bebas Neue', Sans-Serif;
    font-size: 96px;
    line-height: 115px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    letter-spacing: 3px;
}

h2 {
    font-family: 'Bebas Neue', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Bebas Neue', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Bebas Neue', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Roboto', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Roboto', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Roboto', serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: -20px 0 20px 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 10px 23px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

/* .menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
} */

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}
.top-bar-left{
    padding: 8px 0;
}
.top-bar-left ul{
    display: flex;
    justify-content: flex-end;
    gap:20px;
    margin-bottom: 0;
}
.top-bar-left ul li a{
    color: #fff;
}
.top-bar-left ul li i{
    margin-right: 8px;
}
.topSec{
    padding: 0;
}
.topSec{
    position: relative;
}
.topSec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 48% 25%, 0 25%);
    z-index: -1;
}

/*banner css start */

section.main_slider {
    position: relative;
}

/* section.main_slider::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 111px;
    background-image: url("../images/banner-before.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 9;
} */

.banner_text-btn {
    display: inline-block;
    margin: 20px 0;
}


.main-banner-img {
    width: 100%;
    object-fit: cover;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_text h1 {
    width: 100%;
}

.banner_text-socials {
    display: inline-block;
}

.banner_text-socials ul li h6 {
    font-family: "helvetica";
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 8px;
    writing-mode: vertical-lr;
    -moz-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.banner_text-socials ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    margin: 10px 0;
}

.banner_text-socials ul li a i:hover {
    background-color: #4285f4;
    border: 1px solid #0000;
}

.banner_text-socials ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_text {
    position: relative;
}

.banner_text-socials {
    display: inline-block;
    position: absolute;
    top: 60px;
    left: -70px;
}

/*banner css end*/

/*Inner Banner css Starts*/

    section.inner-bannner .main-banner-img {
        height: 680px;
        object-position: bottom;
    }

/*Inner Banner css end*/



/*About Sec css Starts*/

    section.about-sec {
        padding: 130px 0 80px 0;
        background-image: url("../images/about-bg.png");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        margin: -70px 0 0 0;
    }

    .about-txt h5 {
        line-height: 30px;
        font-weight: 600;
    }

    .about-txt p {
        font-weight: 400;
    }

/*About Sec css Ends*/

/*Services Sec css Starts*/

    section.services-sec {
        padding: 80px 0;
    }

    section.services-sec .slick-slide {
        opacity: 1;
        margin: 0 10px;
    }

    .services-card-main {
        margin: 20px 0;
    }

    .services-card-img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    }

    .services-card-txt {
        padding: 50px 10px 20px 10px;
        box-shadow: 0 6px 5px 0px #00000026;
        margin: -36px 0 0 0;
        height: 320px;
        position:relative;
    }
    .services-btn {
    display: inline-block;
    position: absolute;
    bottom: 20px;
}

    .services-card-txt h4 {
        font-size: 40px;
        line-height: 50px;
        margin: 0;
        color: #000;
    }

    .services-card-txt p {
        color: #000;
        margin: 10px 0 30px 0;
    }

    .services-btn{
        display: inline-block;
    }

    section.services-sec .slick-next:before {
        content: '\f178';
        font-family: 'Font Awesome 5 Pro';
        color: #000 ;
        font-size: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        border: 1px solid #000;
        border-radius: 100px;
    }

    section.services-sec .slick-prev:before {
        content: '\f177';
        font-family: 'Font Awesome 5 Pro';
        color: #000 ;
        font-size: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        border: 1px solid #000;
        border-radius: 100px;
    }

    section.services-sec .slick-next:hover::before, section.services-sec .slick-prev:hover::before {
        background: #4285f4;
        color: #fff;
        border: 1px solid #0000;
    }

    section.services-sec .slick-prev {
        left: -45px;
    }

    section.services-sec .slick-next {
        right: -25px;
    }

/*Services Sec css Ends*/


/* Footer Section Start */

    footer {
        margin-top: 60px;
        /* background: #232434; */
        position: relative;
    }

    footer p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 0;
    }

    .foot-left,
    .foot-right {
        padding-top: 50px;
    }

    .foot-right h2 {
        font-size: 70px;
        letter-spacing: 5px;
        margin: 0;
        line-height: 75px;
    }

    p.copy-right {
        margin-bottom: 0px;
        height: 60px;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .foot-left {
        /* padding-left: 80px; */
        background: #4285f4;
        /* padding-right: 60px; */
        /* padding-top: 50px; */
        /* padding-bottom: 50px; */
        position: relative;
        /* bottom: 66px; */
        z-index: 9999;
        /* left: 0; */
        /* width: 50%; */
        height: 100%;
        padding: 40px 60px 0 140px;
    }

    .foot-right {
        padding-left: 10%;
        position: relative;
        background: #232323;
        /* height: 85%; */
        /* margin-top: 70px; */
        padding-bottom: 0;
    }

    .code-box {
        display: flex;
        align-items: center;
        gap: 10px;
        height: 90px;
        margin: 50px 0px;
    }

    .code-box div {
        position: relative;
        height: 100%;
        padding-left: 30px;
        max-width: 300px;
        border-left: 7px solid var(--secondary);
        display: flex;
        align-items: center;
    }

    .code-box>div p {
        font-family: Sacco;
        font-size: 28px;
        color: white;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0px;
        line-height: 1.3;
        position: relative;
        z-index: 1;
    }

    .code-box div::before {
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 175, 232, 0.584) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .code-box div::after {
        position: absolute;
        content: "";
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: linear-gradient(270deg, rgba(7, 5, 19, 0.92) 0%, rgba(255, 255, 255, 0) 60%);
    }

    .code-box a.btn-theme1 {
        padding: 0px 20px;
        font-size: 17px;
        height: 60px;
    }

    .foot-left h2 {
        text-transform: uppercase;
        font-size: 70px;
        letter-spacing: 5px;
        line-height: 75px;
        margin: 0 0 40px 0;
    }

    .news-le {
        position: relative;
        margin: 0 0 0 0;
    }

    .news-le ::placeholder {
        color: rgb(255, 255, 255);
        font-size: 16px;
        text-transform: uppercase;
    }
    
    .news-le input {
        border-width: 0px 0px 0px 2px;
        padding: 18px 20px;
        width: 100%;
        background: #232323;
        /* height: 55px; */
        color: #fff;
    }

    .news-le button i {
        height: 60px;
        background: #002a5c;
    }

    .news-le button {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 14px;
        line-height: 19px;
        font-family: 'Roboto';
        color: #000;
        text-transform: uppercase;
        padding: 20px 35px;
        background: #fff;
        transition: ease-in;
        transition-duration: 0.2s;
        border: none;
        border: 1px solid #0000;
    }

    .news-le button:hover {
        background: #4285f4;
        color: #fff;
        border: 1px solid #fff;
    }

    .foot-left p {
        width: 65%;
        color: #fff;
        font-size: 14px;
    }

    .link-flex ul {
        display: flex;
        justify-content: start;
        padding: 30px 100px 20px 0px;
        margin-bottom: 0px;
        gap: 50px;
        font-size: 14px;
    }
    
    .link-flex ul li a {
        color: rgb(255, 255, 255);
        font-size: 15px;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out 0s;
    }

    .link-flex ul li a:hover {
        color: rgb(0 138 255);
    }

    .link-flex::before {
        content: "";
        position: absolute;
        left: -11%;
        height: 100%;
        width: 111%;
        background-color: #232323;
        z-index: -1;
        border-width: 2px 0px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #656671;
        border-bottom-color: #656671;
    }

    .link-flex {
        margin-top: 30px;
        position: relative;
        z-index: 0;
    }

    .news-le input::placeholder {
        text-transform: capitalize;
    }

    .foot-left .logo-fttr {
        position: absolute;
        right: 11%;
        top: 0px;
    }

    .footer-arrow-top {
        position: absolute;
        right: 7%;
        top: -50px;
        background: #4285f4;
        width: 60px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        transition: .5s ease-in-out;
    }

    .footer-arrow-top i {
        font-size: 20px;
        color: #fff;
        transition: .5s ease-in-out;
    }

    .footer-arrow-top:hover i {
        transform: scale(1.5);
    }

    footer .container-fluid {
        padding: 0;
    }

    section.footer-bottom-rights {
        background: #232323;
        padding: 25px 0;
    }
    
    .cpy-rgt p {
        font-size: 14px;
        line-height: 16px;
        color: #ffffff73;
    }

    .footer-socials ul {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 15px;
        margin: 0;
    }

    .footer-socials ul li a i {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        color: #a7a7a7;
        border: 1px solid #a7a7a7;
        border-radius: 100px;
        transition: ease-in;
        transition-duration: 0.2s;
    }
    
    .footer-socials ul li a i:hover {
        color: #fff;
        background: #4285f4;
        border: 1px solid #0000;
        transition: ease-out;
        transition-duration: 0.2s;
    }

/* Footer Section End */

/* Our Work Page Starts */

    section.our-work-sec {
        padding: 80px 0;
    }

    .our-work-heading {
        text-align: center;
        margin: 0 0 60px 0;
    }

    .our-work-heading h4 {
        font-size: 80px;
        line-height: 90px;
        color: #000;
        margin: 0 0 20px 0;
    }

    .our-work-heading h6 {
        font-size: 20px;
        line-height: 28px;
        color: #333333;
    }

    .our-work-heading p {
        color: #333333;
        font-size: 15px;
        line-height: 28px;
        width: 90%;
        margin: 0 auto;
    }

    .our-work-card {
        margin: 0 0 20px 0;
    }
    
    .our-work-pages-main {
        margin: 70px 0;
    }

    .our-work-pages ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .our-work-pages ul li a h6 {
        font-size: 25px;
        line-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        width: 60px;
        background-color: #000;
        color: #fff;
        font-family: 'Roboto';
        font-weight: 400;
    }

    .our-work-pages ul li a.active h6 {
        background: #4285f4;
    }
    .text-ourwork-sec-main {
    padding-right: 60px;
    margin-bottom: 60px;
}
    .our-work-card-img img {
    width: 100%;
    height: 370px;
}
section.our-work-sec .row {
    align-items: center;
}
.what-we-do-card-img.what-we-do-card-img-right img {
    width: 100%;
}
/* Our Work Page Ends */

/* Our Work Page Starts */

    section.what-we-do-sec {
        padding: 80px 0;
    }

    .what-we-do-heading {
        /* text-align: center; */
        margin: 0 0 100px 0;
    }

    .what-we-do-heading h4 {
        font-size: 80px;
        line-height: 90px;
        color: #000;
        margin: 0;
    }

    .what-we-do-heading p {
        color: #000;
        width: 100%;
        margin: 0 auto;
        text-align: justify;
    }

    .what-we-do-card-txt h4 {
        font-size: 62px;
        line-height: 80px;
        color: #000;
    }

    .what-we-do-card-txt p {
        color: #000;
        margin: 0 0 20px 0;
    }

    .what-we-do-card-main .what-we-do-card-img-right {
        clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
    }

    .what-we-do-card-main .what-we-do-card-img-left {
        clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
    }

    section.what-we-do-sec .row.gpa {
        margin: 0 0 80px 0;
    }


    


/* Our Work Page Ends */




/* Contact page Start */

.contact_form_sec{
    padding: 0px 0px 70px 0px;
}
.contact_form h3 {
    font-size: 57px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'Bebas Neue';
}
.contact_form form input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    font-size: 16px;
    border: none;
    border: 1px solid #00000052;
    padding: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
}



.contact_form form textarea {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    font-size: 16px;
    resize: none;
    border: 1px solid #00000052;
    height: 150px;
    /* border-radius: 20px; */
    padding: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.contact_page_map iframe{
    height: 550px;
    width: 100%;
}

/* .contact-btn {
    margin-top: 50px;
} */

.contact_page {
    position: relative;
    overflow: hidden;
    padding: 80px 0 10px;
}

.contact_form_sec {
    position: relative;
    padding: 70px 0;
}

.contact_form p {
    font-size: 18px;
    line-height: 25px;
    color: #333;
    font-family: 'Roboto';
    font-weight: 400;
    margin: 20px 0;
    margin-bottom: 60px;
}

.contact_form-btn {
    margin: 28px 0;
}



.contact_detail_box figure img {
    margin: auto;
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.contact_detail_box h2 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 800;
    margin: 20px 0 10px 0;
    transition: 0.5s ease-in-out;
}

.contact_detail_box p {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin: 0;
    height: 51px;
    font-family: 'Roboto';
    font-weight: 400;
}

.contact_detail_box p a {
    color: #fff;
}

.contact_detail_box {
    padding: 50px 30px;
    border-radius: 0px;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 0px 10px #00000029;
    background-color: #4285f4;
    height: 300px;
}

.contact_detail_box i {
    color: #0470b2;
    font-size: 30px;
    margin-bottom: 20px;
}
.contact_form h1{
    color: #0178bd;
}
img.contact-dot-bottom {
    position: absolute;
    z-index: 2;
    top: -50%;
    left: -20%;
    width: 500px;
    height: 500px;
}
.contact_detail_box img {
    margin: 0 0 20px;
}

/* .contact_detail_box:hover * {
    color: #fff;
} */

.contact_detail_box:hover {
    background: #161616;
    border-radius: 0 0px 0 0px;
}

.contact_detail_box:hover img {
    filter: brightness(150.5);
}

.contact_detail_box h4 {
    font-size: 35px;
    line-height: 40px;
    font-family: 'Bebas Neue';
    color: #fff;
}
.contact_form-btn button.theme1 {
    width: 100%;
    padding: 8px;
    border: unset;
}

section.contact_page.position-relative.ptb-100 .row {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.contact_form {
    text-align: center;
}
/* Contact Us Page End */


/*Book Appointment Page Css Starts */

section.appointment-sec {
    padding: 100px 0;
}

.appointment-btn {
    text-align: center;
    margin: 50px 0 0 0;
}

.appointment-input input, .appointment-input select, .appointment-input textarea {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 22px 20px;
    border: 1px solid #00000040;
    border-radius: 0px;
    outline: none;
    position: relative;
}

.appointment-input input::placeholder, .appointment-input select, .appointment-input textarea::placeholder {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    background-color: #0000;
    z-index: 1;
    cursor: pointer;
}

.appointment-input textarea {
    resize: none;
    height: 250px;
}

.appointment-input i {
    position: absolute;
    top: 25%;
    left: 95%;
    font-size: 20px;
}

.appointment-input{
    position: relative;
}

section.inner-book .banner_text h1 {
    font-size: 70px;
}
.heading {
    text-align: center;
    margin: 0 0 50px 0;
}
section.appointment-sec .heading h3 {
    text-transform: capitalize;
    font-size: 80px;
    font-weight: 300;
}
.heading p {
    width: 65%;
    margin: 0 auto;
    font-size: 17px;
}
.appointment-btn button.theme1 {
    width: 25%;
    border: unset;
}
/*Book Appointment Page Css End */
@media only screen and (min-width: 1366px) and (max-width: 1449px) {
    .banner_text {
        padding-left:10%;
    }
    .banner_text-socials {
        top: 40px;
        left: -20px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .services-card-txt {
        height: 350px;
        position:relative;
    }
    .services-card-txt .services-btn {
        position: absolute;
        bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 76px;
        line-height: 85px;
    }
    .services-card-txt {
        height: 350px;
        position:relative;
    }
    .services-card-txt .services-btn {
        position: absolute;
        bottom: 30px;
    }
    .banner_text{
        padding-left:10%;
    }
    .banner_text-socials {
        top: 0px;
        left: -10px;
    }
    section.inner-bannner .main-banner-img {
        height: 400px;
    }
    .what-we-do-card-txt h4 {
        font-size: 52px;
    }
    .contact_detail_box img {
        height: 90px;
    object-fit: contain;
        width: 40%;
    }
    .contact_detail_box p {
        font-size: 16px;
    }
    .contact_form-btn {
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menuSec ul li a {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 34px;
    }
    .top-bar-left ul li a {
        color: #fff;
        font-size: 12px;
    }
    h1 {
        font-size: 56px;
        line-height: 65px;
    }
    .services-card-txt h4 {
        font-size: 29px;
        line-height: 40px;
    }
    .services-card-txt p {
        line-height: 1.5;
        font-size: 15px;
    }
    .services-card-txt {
        height: 350px;
        position:relative;
    }
    .services-btn {
        position: absolute;
        bottom: 30px;
    }
    section.inner-bannner .main-banner-img {
        height: 280px;
        object-position: bottom;
    }
    .our-work-card-img img {
        object-fit: cover;
    }
    .what-we-do-sec>.container>.row>.col-12:nth-child(even) .row {
        flex-direction: column-reverse;
    }
    section.contact_page.position-relative.ptb-100 .row {
        gap: 0px;
    }
    .contact_detail_box p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .topSec:before {
    clip-path: none;
}
.top-bar-left ul {
    display: flex;
    justify-content: center;
    gap: 60px;
}
.top-bar-left ul li a {
    color: #fff;
    font-size: 14px;
}
.top-bar-left ul li i {
    margin-right: 2px;
}
.topSec {
    position: relative;
    margin-bottom: 20px;
}
.main-banner-img {
    width: 100%;
    object-fit: cover;
    height: 550px;
}
.banner_text h1 {
    width: 100%;
    font-size: 40px;
    line-height: 45px;
}
.banner_text {
    position: relative;
    padding-left: 50px;
}
.banner_text-socials {
    display: inline-block;
    position: absolute;
    top: -80px;
    left: -20px;
}
section.about-sec {
    padding: 130px 0 0px 0;
}
section.services-sec {
    padding: 40px 0;
}
.foot-right .link-flex {
    left: 0px;
}
.foot-right h2 {
    font-size: 50px;
}
.foot-right {
    padding-left: 0;
    text-align: center;
}

ul {}

.foot-right .link-flex ul {
    padding: 30px 0px 20px 0px;
    margin-bottom: 0px;
    gap: 8px;
    justify-content:center;
}

section.footer-bottom-rights {
    text-align: center;
}

.footer-socials {
    text-align: center;
    padding-top: 15px;
}

.footer-socials ul {
    justify-content: center;
}
section.inner-bannner .main-banner-img {
    height: 250px;
    object-position: bottom;
}
    .inner-bannner .banner_text {
        position: relative;
        padding-left: 0;
        text-align: center;
    }
    .what-we-do-heading p {
        text-align: left;
    }
    .what-we-do-card-txt h4 {
        font-size: 36px;
        line-height: 50px;
    }
    .what-we-do-card-txt p {
        line-height: 1.6;
        font-size: 14px;
    }
    section.what-we-do-sec .row.gpa {
    margin: 0px 0 40px 0;
}
.what-we-do-sec>.container>.row>.col-12:nth-child(even) .row {
    flex-direction: column-reverse;
}
.text-ourwork-sec-main {
    padding-right: 0;
}
.our-work-card-img img {
    width: 100%;
    height: auto;
}
.contact_form-btn {
    margin: 0;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .page-id-11 section.our-work-sec .row div:nth-child(3) {
        order: 4;
    }
    .foot-right .link-flex ul li {
        width: 30%;
    }
    .topSec:before {
    clip-path: none;
}
.top-bar-left ul {
    display: flex;
    justify-content: center;
    gap: 9px;
}
.top-bar-left ul li a {
    color: #fff;
    font-size: 14px;
}
.top-bar-left ul li i {
    margin-right: 2px;
}
.topSec {
    position: relative;
    margin-bottom: 20px;
}
.main-banner-img {
    width: 100%;
    object-fit: cover;
    height: 550px;
}
.banner_text h1 {
    width: 100%;
    font-size: 40px;
    line-height: 45px;
}
.banner_text {
    position: relative;
    padding-left: 50px;
}
.banner_text-socials {
    display: inline-block;
    position: absolute;
    top: -60px;
    left: 0px;
}
section.about-sec {
    padding: 130px 0 0px 0;
}
section.services-sec {
    padding: 40px 0;
}
.foot-right .link-flex {
    left: 0px;
}
.foot-right h2 {
    font-size: 50px;
}
.foot-right {
    padding-left: 0;
    text-align: center;
}

ul {}

.foot-right .link-flex ul {
    padding: 30px 0px 20px 0px;
    margin-bottom: 0px;
    gap: 30px;
    justify-content:center;
    flex-flow: wrap;
}

section.footer-bottom-rights {
    text-align: center;
}

.footer-socials {
    text-align: center;
    padding-top: 15px;
}

.footer-socials ul {
    justify-content: center;
}
section.inner-bannner .main-banner-img {
    height: 250px;
    object-position: bottom;
}
    .inner-bannner .banner_text {
        position: relative;
        padding-left: 0;
        text-align: center;
    }
    .what-we-do-heading p {
        text-align: left;
    }
    .what-we-do-card-txt h4 {
        font-size: 36px;
        line-height: 50px;
    }
    .what-we-do-card-txt p {
        line-height: 1.6;
        font-size: 14px;
    }
    section.what-we-do-sec .row.gpa {
    margin: 0px 0 40px 0;
}
.what-we-do-sec>.container>.row>.col-12:nth-child(even) .row {
    flex-direction: column-reverse;
}
.text-ourwork-sec-main {
    padding-right: 0;
}
.our-work-card-img img {
    width: 100%;
    height: auto;
}
.contact_form-btn {
    margin: 0;
}
}





@media only screen and (min-width: 0px) and (max-width: 299px) {
    .services-card-txt {
        height: auto;
        padding: 50px 10px 30px 10px;
    }
    .services-card-txt h4 {
        font-size: 25px;
        line-height: 40px;
    }
    .services-card-txt p {
        line-height: 1.5;
        font-size: 14px;
    }
    .theme1 {
        font-size: 12px;
    }
    .foot-right h2 {
        font-size: 32px;
        letter-spacing: 5px;
        margin: 0;
        line-height: 45px;
        text-align: center;
    }
    .link-flex ul li a {
        font-size: 12px;
    }
    .topSec:before {
    clip-path: none;
}
.top-bar-left ul {
    display: flex;
    justify-content: center;
    gap: 9px;
}
.top-bar-left ul li a {
    color: #fff;
    font-size: 10px;
}
.top-bar-left ul li i {
    margin-right: 2px;
}
.topSec {
    position: relative;
    margin-bottom: 20px;
}
.what-we-do-sec>.container>.row>.col-12:nth-child(even) .row {
    flex-direction: column-reverse;
}
section.inner-bannner .main-banner-img {
    height: 280px;
    object-position: bottom;
}
.what-we-do-card-txt h4 {
    font-size: 32px;
    line-height: 50px;
}
section.what-we-do-sec .row.gpa {
    margin: 0 0 30px 0;
}
.what-we-do-card-txt p {
    line-height: 1.6;
}
.what-we-do-heading {
    /* text-align: center; */
    margin: 0 0 20px 0;
}
.what-we-do-heading p {
    color: #000;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
}
.main-banner-img {
    width: 100%;
    object-fit: cover;
    height: 550px;
}
.banner_text h1 {
    width: 100%;
    font-size: 40px;
    line-height: 45px;
}
.banner_text {
    position: relative;
    padding-left: 50px;
}
.banner_text-socials {
    display: inline-block;
    position: absolute;
    top: -60px;
    left: 0px;
}
section.about-sec {
    padding: 130px 0 0px 0;
}
section.services-sec {
    padding: 40px 0;
}
.foot-right .link-flex {
    left: 0px;
}

.foot-right {
    padding-left: 0;
}

ul {}

.foot-right .link-flex ul {
    padding: 30px 0px 20px 0px;
    margin-bottom: 0px;
    gap: 8px;
    justify-content:center;
}

section.footer-bottom-rights {
    text-align: center;
}

.footer-socials {
    text-align: center;
    padding-top: 15px;
}

.footer-socials ul {
    justify-content: center;
}
    .text-ourwork-sec-main {
        padding-right: 0;
    }
    .our-work-card-img img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }
    .contact_detail_box {
        padding: 20px 20px;
        height: auto;
    }
    .contact_detail_box h4 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .contact_detail_box p a {
        font-size: 14px;
        line-height: 1.2;
    }
    .contact_detail_box p {
        font-size: 14px;
    }
    .contact_detail_box img {
        width: 20%;
    }
    .contact_detail_box p {
        font-size: 14px;
        line-height: 25px;
        height: auto;
    }
    .contact_form h3 {
        font-size: 32px;
    }
    .contact_form-btn {
        margin: 0;
    }
}



html {
    overflow-x: hidden;
}




