* {
    box-sizing: border-box;
}

img {
    max-width: 100% !important;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 15px;
}

body {
    margin: 0;
    padding: 0;
    /* background: linear-gradient(90deg, rgba(241, 8, 20, 1) 0%, rgba(232, 230, 15, 1) 20%, rgba(102, 232, 6, 1) 40%, rgba(7, 163, 72, 1) 59%, rgba(11, 187, 233, 1) 80%, rgba(10, 117, 222, 1) 100%); */
}

ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

/* header */

.border-top {
    background-image: url(../images/krishnabordertop.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 10px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-inner .navbar ul.sidebarmenu {
    display: flex;
    gap: 25px;
    margin: 0;
}

.header-inner .navbar ul li a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.header-inner .right-button {
    padding: 10px 20px;
    background: linear-gradient(-150deg, #ee0979 -25%, #ff6a00 140%) !important;
    border-radius: 10px;
}

.header-inner .right-button a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}



.nav-right a.btn {
    background: #fff;
    color: #000;
    text-transform: capitalize;
    border-radius: 100px;
    font-weight: bold;
}

.header.d-lg-flex.justify-content-between.align-items-center.py-sm-3.py-2.px-sm-2.px-1 {
    padding: 0 !important;
}

/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}

#logo a {
    float: left;
    display: initial;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    text-transform: capitalize;
    color: #fff;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    /* float: right; */
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

/* Styling the links */
nav a {
    margin: 24px 5px;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding: 4px 15px;
    font-size: 0.9em;
    letter-spacing: 0.5px;
    border-radius: 20px;
}

.parent:hover>ul {
    display: block;
}

ul.sub-menu {
    display: none;
    padding-left: 0;
}

ul.sub-menu li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

nav ul li {
    position: relative;
    list-style: none;
}

nav ul li .sub-menu {
    position: absolute;
    width: 261px;
    left: 0;
    top: 0px;
    background-color: #3c4193;
    border-bottom: 3px solid #FF3300;
    z-index: 11;
    transition: all 0.3s linear;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
}

nav ul li:hover .sub-menu {
    top: 78px;
    opacity: 1;
}

/* Background color change on Hover */
.menu li a.active,
.menu li a:hover {
    color: #e3000f;
    background: #ffffff;
    text-decoration: none;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
/* nav ul ul {
    display: none;
    position: absolute;
    top: 29px;
    background: #bb4c05;
    border-top: 6px solid #070777;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 9;
} */
/* has to be the same number as the "line-height" of "nav a" */

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    /* width: 170px; */
    width: 100%;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 6px 0;
    letter-spacing: 1px;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}

/* Change ' +' in order to change the Dropdown symbol */
li>a:only-child:after {
    content: '';
}

/* Media Queries
--------------------------------------------- */
@media(max-width: 1280px) {
    nav a {
        font-size: 14px;
    }
}

@media all and (max-width : 991px) {
    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 8px 12px;
        font-size: 14px;
        text-decoration: none;
        border: none;
        float: right;
        background-color: #fff;
        color: #000;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        letter-spacing: 1px;
        margin-bottom: 0;
        cursor: pointer;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        max-width: 131px;
        padding: 5px;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: .5px;
        background: transparent;
        color: #fff;
        text-transform: uppercase;
        border-radius: 20px;
    }

    .toggle:hover {
        opacity: .8;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    .menu .toggle:hover,
    .menu .toggle.active {
        color: #000000;
        background: #ffffff;
        opacity: 1;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    nav ul {
        float: right;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul li a {
        display: inline-block;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }

    nav a {
        font-size: 14px;
        display: inline-block;
        margin: 8px 0;
    }

    a.reqe-button {
        padding: 12px 20px;
        font-size: 13px;
        margin: 0 8px;
    }
}

@media all and (max-width : 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}


/* //header */

/* banner */
.banner {
    overflow: hidden;
}

section.banner {
    /* background-image: url(../images/background2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    padding: 50px 0 30px;
}

.item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.item .cover .header-content h1 {
    color: #000;
    font-size: 50px;
}

.item .cover .header-content p {
    font-size: 18px;
    color: #000;
    margin: 20px 0px 30px;
}

.item .img img {
    border-radius: 20%;
    position: relative;
}

.item .img img::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #d9d9d9;
}

.item .header-content a.button-text {
    padding: 10px 20px;
    background: linear-gradient(-150deg, #ee0979 -25%, #ff6a00 140%) !important;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}

/* //banner */

/* services */

section.services {
    margin: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}


.services-title .services__title h2 {
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 25px;
}

.services-title p {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 30px;
}

.services-title a.primary-btn {
    padding: 10px 30px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    position: relative;
    z-index: 0;
}

.primary-btn {
    position: relative;
}

.primary-btn:hover:before,
.primary-btn:hover::after {
    height: 100%;
    width: 100%;
}

.primary-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
    border-left: 2px solid #ee0979;
    border-top: 2px solid #00bfe7;
    content: "";
    z-index: -1;
    -webkit-transition: all, 0.7s;
    -o-transition: all, 0.7s;
    transition: all, 0.7s;
}

.primary-btn:after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    width: 30px;
    border-right: 2px solid #ff6a00;
    border-bottom: 2px solid #00bfe7;
    content: "";
    z-index: -1;
    -webkit-transition: all, 0.7s;
    -o-transition: all, 0.7s;
    transition: all, 0.7s;
}

.services-items {
    margin-bottom: 45px;
}

.services__item__icon {
    position: relative;
    height: 90px;
    width: 90px;
    line-height: 70px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services__item__icon:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #00bfe7;
    content: "";
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.services-items:hover .services__item__icon:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.img-about {
    position: absolute;
    bottom: -30px;
    left: -60px;
}

/* //services */

/* about */
section.about {
margin: 50px 0 20px;
	    background-image: url(../images/servicesbackground.jpg);

}
section.abouta {
margin: 10px 0 10px;
	    background-image: url(../images/servicesbackground.jpg);

}

section.about .about-text h5 {
    font-size: 21px;
    text-transform: capitalize;
    color: #ff0000;
    font-weight: 600;
	
}

section.about .about-text h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

section.about .about-text p {
    font-size: 18px;
}

.about-left ul li,
.about-right ul li {
    margin-bottom: 10px;
}

.about-left ul li a,
.about-right ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    text-decoration: none;
}

.about-left span,
.about-right span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #11b1968a;
    display: flex;
    align-items: center;
    justify-content: center;
}


.about-box {
    background-image: linear-gradient(220deg, #EE0979 37%, #FF6A00 100%);
    width: 55%;
    padding: 20px 20px;
    border-radius: 10px;
    margin-top: -60px;
    z-index: 1;
    position: relative;
    left: -30px;
}

.about-box .elementor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.about-box .elementor .exp-info {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 35px;
}

.about-box .elementor .elementor-widget p {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}

/* //about */

/* Quality-Service */

.Quality-Service .e-con-inner h5 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ff0000;
}

.Quality-Service .e-con-inner h3 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
}

.Quality-Service .e-con-inner p {
    font-size: 18px;
}


.Quality-Service {
    background: linear-gradient(101.31deg, #ff869f 2.11%, #fa988a 34.14%, #f19a73 68.81%, #ffd0b1 105.05%);
    padding: 50px 0;
}


.Quality-Service .e-con-inner a.button-text {
    padding: 10px 20px;
    background: linear-gradient(-150deg, #ee0979 -25%, #ff6a00 140%) !important;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}

.counter-number h3 {
    font-size: 20px;
}

/* .Quality-Service {
    background-image: url(../images/krishnacounterbackground.png);
    background-size: cover;
    width: 100%;
    float: right;
    padding: 50px 0;
} */

.counters i {
    color: lightskyblue;
    margin-bottom: 5px;
}

.counters .counter {
    font-size: 45px;
    margin: 10px 0 0;
    color: #000;
    font-weight: bold;
}

@media (max-width: 700px) {
    .counters .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .counters .container>div:nth-of-type(1),
    .counters .container>div:nth-of-type(2) {
        border-bottom: 1px lightskyblue solid;
        padding-bottom: 20px;
    }
}

/* //Quality-Service */

/* services-item */

section.services-section {
    margin: 50px 0 30px;
}

.services-section .text-inner h5 {
    color: #ff0000;
    font-size: 25px;
}

.services-section .text-inner h3 {
    font-size: 35px;
}

.single-img {
    position: relative;
    margin-top: 30px;
}

.services-text {
    position: absolute;
    left: 0px;
    bottom: -20%;
    z-index: 1000;
    text-align: center;
    width: 77%;
    margin: 0px 30px;
    transition: all 0.5s ease-in-out;
    background: -webkit-linear-gradient(-150deg, #ee0979 -25%, #ff6a00 140%) !important;
    padding: 10px 20px;
}

.single-img:hover .services-text {
    bottom: 5%;
}

.services-text h5 {
    color: #fff;
    font-weight: bold;
}

.icon span {
    min-width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 24px;
    right: 1rem;
    font-size: 30px;
    color: #111;
    z-index: 100000;
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.5s ease-in-out;
}

.single-img:hover .icon span {
    transform: scaleX(1);
    background: #fff;
    color: #fff;
}

.icon span i {
    color: #000;
    font-size: 20px;
}

/* //services-item */

/* testimonial */

.testimonial_section .testimonial-inner h3 {
    text-align: center;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 30px;
}

.testimonial_section {
    display: block;
    overflow: hidden;
    padding: 10px 0 20px;
}

.testimonial_section:after {
    display: block;
    clear: both;
    content: "";
}

.testimonial_section .about_content {
    background-color: #020d26;
    padding-top: 77px;
    padding-right: 210px;
    padding-bottom: 62px;
    position: relative;
}

.testimonial_section .about_content .background_layer {
    background-color: #020d26;
    width: auto;
    margin-left: -200px;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.testimonial_section .about_content .layer_content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.testimonial_section .about_content .layer_content .section_title {
    margin-bottom: 24px;
    position: relative;
}

.testimonial_section .about_content .layer_content .section_title:after {
    display: block;
    clear: both;
    content: "";
}

.testimonial_section .about_content .layer_content .section_title h5 {
    color: #fff;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #818a8f;
    margin-top: -5px;
    margin-bottom: 6px;
}

.testimonial_section .about_content .layer_content .section_title h2 {
    font-family: "Titillium Web";
    font-weight: 300;
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 51px;
    margin-bottom: 0px;
    color: #fff;
}

.testimonial_section .about_content .layer_content .section_title h2 strong {
    font-weight: 600 !important;
    width: 100%;
    display: block;
}

.testimonial_section .about_content .layer_content .section_title .heading_line {
    position: relative;
}

.testimonial_section .about_content .layer_content .section_title .heading_line span {
    transition: all 0.3s ease-in-out 0s;
    position: relative;
}

.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
    content: "";
    right: auto;
    left: 69px;
    position: absolute;
    bottom: 28px;
    width: 17px;
    margin-left: 0;
    border-bottom-width: 3px;
    border-bottom-color: #cacaca;
    border-bottom-style: solid;
}

.testimonial_section .about_content .layer_content .section_title .heading_line:after {
    content: "";
    left: 1%;
    margin-left: 0;
    position: absolute;
    bottom: 28px;
    width: 59px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ff5e14;
}

.testimonial_section .about_content .layer_content .section_title p {
    color: #fff;
    margin: 0 0 15px;
}

.testimonial_section .about_content .layer_content a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.testimonial_section .about_content .layer_content a i {
    font-size: 18px;
    vertical-align: middle;
}

.testimonial_section .about_content .layer_content a:hover {
    color: #ff5e14;
}

.testimonial_section .testimonial_box {
    margin-top: 60px !important;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container {
    background-image: linear-gradient(220deg, #EE0979 37%, #FF6A00 100%);
    margin-left: -170px !important;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .background_layer {
    background-image: linear-gradient(220deg, #EE0979 37%, #FF6A00 100%) !important;
    width: auto;
    margin-right: -200px;
    right: 0;
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
    display: block;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
    margin: 10px 0 10px 0;
    padding: 62px 0px 72px 50px;
    position: relative;
    text-align: center;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
    margin-left: 150px;
    margin-top: 69px;
    padding: 45px 40px 45px 40px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
    margin-bottom: 15px;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
    content: "";
    width: 30px;
    display: block;
    height: 2px;
    text-align: center;
    left: 46%;
    margin-top: 6px;
    background-color: #ff5e14;
    position: absolute;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
    padding-top: 0;
    margin-bottom: -5px;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    color: #020d26;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
    font-size: 12px;
    color: #9f9f9f;
    margin: 0;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #5d6576;
    font-style: italic;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
    border: none;
    position: absolute;
    top: 0;
    left: 55px;
    top: 80px;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
    border: 5px solid #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    width: 35%;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
    position: absolute;
    top: 165px;
    right: 42px;
    border-radius: 0;
    background: #ff5e14;
    display: block;
    outline: 0;
    width: 34px;
    line-height: 34px;
    height: 34px;
    color: #fff;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
    background: #020d26;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
    position: absolute;
    top: 165px;
    right: 5px;
    border-radius: 0;
    display: block;
    background: #ff5e14;
    outline: 0;
    width: 34px;
    text-align: center;
    line-height: 34px;
    height: 34px;
    color: #fff;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
    background: #020d26;
}

@media all and (max-width: 991px) {
    .testimonial_section .about_content {
        padding-right: 15px !important;
    }

    .testimonial_section .about_content .background_layer {
        width: 200% !important;
    }

    .testimonial_section .testimonial_box {
        margin-top: 0 !important;
    }

    .testimonial_section .testimonial_box .background_layer {
        width: 200% !important;
        margin-left: -200px;
    }

    .testimonial_section .testimonial_box .about_content {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 28% !important;
    }

    .testimonial_section .testimonial_box .testimonial_container {
        margin-left: -15px !important;
    }

    .testimonial_section .testimonial_box .testimonial_container .testimonials {
        margin: 0px 0 20px 0;
    }

    .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
        margin-left: -36px !important;
    }

    .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
        display: none;
    }
}

/* //testimonial */


/* footer */

footer.footer.py-md-5.pt-md-3.pb-sm-5 {
    background: #000;
}

footer.footer h3.mb-3.w3f_title {
    color: #fff;
    position: relative;
    font-size: 25px;
    padding-bottom: 15px;
}

footer.footer h3.mb-3.w3f_title::after {
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #252c33;
}

footer.footer h3.mb-3.w3f_title::before {
    content: "";
    width: 40px;
    height: 1px;
    left: 0;
    bottom: 0;
    left: inherit;
    position: absolute;
    z-index: 1;
    background-color: #ff6a00;
}

footer.footer p {
    color: #fff;
}

footer.footer .fv3-contact a {
    color: #fff;
}

footer.footer ul.list-w3pvtits li a {
    color: #FFF;
    text-decoration: none;
}

ul.footer-icon li {
    margin-bottom: 20px;
}

.side-item {
    display: flex;
}

.side-item-text {
    padding-left: 15px;
}

.footer-bottom-block {
    display: flex;
    align-items: center;
    background: linear-gradient(-150deg, #ee0979 -25%, #ff6a00 140%) !important;
    border-radius: 15px;
    padding: 10px 30px;
}

.footer-bottom-block ul.social-media {
    display: flex;
    gap: 20px;
    margin: 0;
    justify-content: end;
}

.footer-bottom-block ul.social-media li {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom-block ul.social-media li i {
    color: #000;
}

.footer-bottom-block ul.social-media li:hover {
    background: #000;
    transition: all 0.5s linear;
}

.footer-bottom-block ul.social-media li:hover i {
    color: #fff;
}

.footer-bottom {
    color: #ffffff;
    margin-top: -60px;
}

.footer-text p {
    margin: 0;
}

/* //footer */

/* copyright */

.cpy-right {
    padding: 1vw;
    background: #ffff;
}

.cpy-right p {
    color: #000;
    margin: 0;
}

.cpy-right a {
    color: #000;
}

header#home {
    position: relative;
    z-index: 2;
}


/* contact */

textarea {
    height: 200px;
    resize: none;
}

form.register-wthree .form-control {
    padding: 15px 20px;
    border: 1px solid #dbdde2;
    border-radius: 0;
    -webkit-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    -moz-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    letter-spacing: 1px;
}

.contact-form-wthreelayouts {
    padding: 2em;
    border: 20px solid #eee;
    border-radius: 20px;
}

#contact iframe {
    width: 100%;
    border: 3px solid #0083ff;
    padding: 1vw;
    min-height: 500px;
}

.contact-w3 span {
    color: #00f2aa;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    /* border-radius: 8% 37% 5% 26%; */
    /* border: 1px solid #fff; */
    text-align: center;
}

.contact-w3 {
    background: #eee;
    padding: 2em 1em;
}

.contact-w3 a,
.contact-w3 address p {
    color: #000;
    font-size: 0.9em;
    letter-spacing: 0.5px;
}

h5.cont-form {
    margin: 1em 0;
    text-align: center;
    text-transform: capitalize;
    font-size: 1.7em;
    font-family: 'Lato', sans-serif;
    color: #0083ff;
    font-weight: 600;
}

section#contact {
    margin-bottom: 40px;
}


.Inquiry-from {
    margin-top: -60px;
}

.feature-box-inner {
    text-align: center;
}

.cea-featured-icon {
    background-color: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    box-shadow: 0 4px 18px 0 rgb(32 45 73 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    margin: 0 auto;
}

.feature-box-inner p.fbox-content {
    color: #777777;
}

.feature-box-inner a {
    color: #777777;
}

.contact-from {
    margin: 60px 0 70px;
}

span.wpcf7-form-control-wrap {
    margin-bottom: 18px;
    display: block;
}

.cf-style-classic span.wpcf7-form-control-wrap input,
.cf-style-classic span.wpcf7-form-control-wrap select,
.cf-style-classic span.wpcf7-form-control-wrap textarea {
    background: #fff;
    border-color: #eaeaea;
    border-radius: 5px;
    outline: none;
}

.contact-form-wrapper span.wpcf7-form-control-wrap input,
.contact-form-wrapper span.wpcf7-form-control-wrap select {
    height: 55px;
    line-height: 55px;
}

.contact-form-wrapper span.wpcf7-form-control-wrap input,
.contact-form-wrapper span.wpcf7-form-control-wrap select,
.contact-form-wrapper span.wpcf7-form-control-wrap textarea {
    width: 100%;
    display: block;
    padding-left: 15px;
    border: 1px solid #eaeaea;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 17px 33px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    height: auto;
    letter-spacing: .5px;
    background: linear-gradient(-150deg, #ee0979 -25%, #ff6a00 140%) !important;
    border: none;
    color: #fff;
    font-weight: bold;
    border-radius: 15px;
}

.title-wrap {
    margin-bottom: 30px;
}

.title-wrap h6.sub-title {
    font-size: 20px;
    font-weight: 500;
    color: #ff0000;
}

.title-wrap h2.section-title {
    font-size: 35px;
    font-weight: bold;
}

/* //contact */

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {
    nav a {
        padding: 4px 4px;
    }

    .header-inner .right-button {
        padding: 10px 10px;
    }

    .services-text h5 {
        font-size: 17px;
    }

    .services-text {
        bottom: -30%;
    }

    .side-item-text p {
        font-size: 13px;
    }
}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 1050px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 736px) {}

@media screen and (max-width: 667px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 568px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 384px) {
    .right-button {
        display: none;
    }

    .toggle {
        background: linear-gradient(-150deg, #ee0979 -25%, #ff6a00 140%) !important;
        color: #fff;
    }

    section.banner {
        padding: 10px 0 0px;
    }

    .item .cover .header-content h1 {
        color: #000;
        font-size: 35px;
    }

    .img-about {
        display: none;
    }

    section.services {
        background-image: none;
    }

    .services-items:nth-child(1) {
        margin-top: 30px;
    }

    section.services {
        margin: 50px 0 0;
        padding: 50px 0 20px;
    }

    .about-box {
        width: 85%;
        left: -10px;
    }

    .about-text {
        margin-top: 30px;
    }

    section.about .about-text h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    section.about .about-text p {
        font-size: 16px;
    }

    .Quality-Service .e-con-inner h3 {
        font-size: 27px;
    }

    .Quality-Service .e-con-inner p {
        font-size: 16px;
    }

    .counters .container>div:nth-of-type(1),
    .counters .container>div:nth-of-type(2) {
        border: none;
    }

    .services-section .text-inner h3 {
        font-size: 30px;
    }

    .testimonial_section .about_content .layer_content .section_title h2 {
        font-size: 40px;
    }

    .footer-bottom {
        margin-top: -20px;
    }

    .footer-bottom-block ul.social-media {
        justify-content: start;
    }

    .footer-logo,
    .footer-text{
        margin-bottom: 20px;
    }

    .footer-bottom-block{
        padding: 20px 30px;
    }

    .header-inner{
        display: block;
    }

    ul.menu {
        text-align: center;
    }
	
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}