@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');

@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap');

* {
    box-sizing: border-box !important;
}

html {
    scroll-behavior: smooth;
}

body {

    width: 100%;
    overflow-x: hidden;

    background-attachment: fixed;
    /* background: #ee9ca7; 
background: -webkit-linear-gradient(to right, #ffdde1, #ee9ca7); 
background: linear-gradient(to right, #ffdde1, #ee9ca7);  */
    background-color: white;

    /* background-image:linear-gradient(12deg, rgba(240,39,45,1) 0%, rgba(233,233,233,1) 29%, rgba(255,236,240,1) 73%, rgba(240,73,91,1) 92%); */

    margin: 0;
    padding: 0;
}


/* .unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: bold;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 25px;
    font-family: 'Baloo Chettan', cursive;
}

h2 {
    font-size: 23px;
    font-family: 'Baloo Chettan', cursive;
}

h3 {
    font-size: 19px;
    font-family: 'Baloo Chettan', cursive;
}

/* h4 {
    font-size: 17px
} */

h5 {
    font-size: 15px
}

h6 {
    font-size: 14px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin-top: 20px;
    font: weight 600px;
    /* font-size: 20px; */
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

/* .navbar-form input {
    border: none !important;
} */

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
    color: black;
    /* display: none; */
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: none;
}

#about2 {
    padding: 120px 0px;
}

#about2 .right-image {
    align-self: center;
}


#about2 h5 {
    font-size: 26px;
    font-weight: 700;
    color: #1e1e1e;
    /* line-height: 40px; */
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}


#about2 p {

    font-size: 20px;
    /* letter-spacing: 0.5px; */
}

#about2 ul li img {
    display: inline;
    float: left;
    width: 80px;
}

#about2 ul li .text {
    margin-left: 80px;
}

#about2 ul li .text h4 {
    padding-top: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #1e1e1e;
    /* margin-bottom: 20px; */
}

/* .full {
        float: left;
        width: 100%;
    }
    */

.numeric-block {
    position: relative;
}

.numeric-block-count {
    position: absolute;
    color: #b30900;
    top: -1rem;
    left: 0;
    font-size: 6rem;
    font-weight: 700;
    opacity: 0.2;
    z-index: -1;
    line-height: 1;
}

.layout_padding_2 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.light_silver {
    background: #f9f9f9;
}

.theme_bg {
    background: #b30900;
}

.margin_top_30 {
    margin-top: 30px !important;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}





/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top_1 {
    position: fixed;
    /* opacity: 1; */
    right: 35px;
    bottom: 15px;
    z-index: 996;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    transition: all 0.1s;
    /* visibility: visible; */
}

/* .back-to-top:hover {
    background: #a00606;
} */
/* 
.back-to-top.active {
    opacity: 1;
} */
.shanti {
    padding-bottom: 90px;
    margin-bottom: 120px;
}

/**-- heading section --**/

#service .single_service {
    padding: 20px;
    box-shadow: 1px 2px 3px rgb(3, 3, 3);
    margin-bottom: 50px;
    max-width: 450px;
    /* height: 300px; */
    border-radius: 14px;
    transition: ease-in 0.3s;
    background: #ee9ca7;
    background: -webkit-linear-gradient(to right, #ee9ca7,#ffdde1);
    background: linear-gradient(to right, #ee9ca7, #ffdde1);
    /* background-color: #ffffff; */
    /* z-index: 1; */
}

#service .single_service:hover{
    padding: 20px;
    box-shadow: 1px 2px 3px rgb(3, 3, 3);
    margin-bottom: 50px;
    max-width: 450px;
    /* height: 300px; */
    border-radius: 14px;
    transition: ease-in 0.3s;
    background: #ee9ca7;
    background: -webkit-linear-gradient(to right, #ffdde1, #ee9ca7);
    background: linear-gradient(to right, #ffdde1, #ee9ca7);
}
/* #service .single_service:hover {
    box-shadow: 10px 10px 15px rgb(12, 12, 12);
    transition: ease-in 0.3s;
} */

#service .icon {
    border: 1px solid #666;
    border-radius: 5%;
    color: black;
    font-size: 35px;
    line-height: 65px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 70px;
    transition: ease-in 0.3s;
}

#service .icon:hover {
    border: 1px solid rgb(82, 79, 79);
    border-radius: 5%;
    font-size: 35px;
    line-height: 65px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 70px;
}

#service .single_service .single_service-left {
    padding-right: 25px;
}

.single_service-heading {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    transition: ease-in 0.3s;
}

.single_service-body p {
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    transition: ease-in 0.3s;
    font-weight: 400;
}

.single_service-left {
    display: table-cell;
    vertical-align: top;
}

.single_service-body {
    color: #3d3d3d;
    display: table-cell;
    vertical-align: top;
}

.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

/* #service .single_service:hover {
    background: rgb(202, 25, 25) none repeat scroll 0 0;
} */

/* #service .single_service:hover p {
    color: white;
} */

/* #service .single_service:hover h4 {
    color: white;
} */

#service .single_service:hover .icon {
    color: #000000;
    /* border: 1px solid white; */
}

/*---------------------------- preloader area ----------------------------*/

/* .main-layout {
        background-repeat: no-repeat;
        background: url(./images/body1.png);
    
    
       
    }
     */
.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}

/*-- navigation--*/

.navigation.navbar {
    padding-top: 25px;
    padding-bottom: 15px;
    float: right;
    scroll-behavior: smooth;
}

.navigation .navbar-nav .nav-link {
    padding: 0 20px;
    color: rgb(0, 0, 0);
    /* color:black; */
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    transition: transform 0.4s;


}

.navigation.navbar-nav .nav-link:focus,
.navigation.navbar-nav .nav-link:hover {
    color: #0a0a0a;
    border-bottom: solid rgb(10, 10, 10);
    /* border-style: outset; */
    padding-bottom: 10px;
    transition: 0.3ms ease-in;
}

.nav-link.active {
    color: #000;
}

.navigation .navbar-nav .active>.nav-link,

.navigation .navbar-nav .nav-link.show,
.navigation .navbar-nav .show>.nav-link {
    color: #ce1e1e;
}

/* .a{
    background-color: yellow;
    padding: 10px 10px;
    margin: 2px;
} */


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/


#navigate_bar {
    width: 100%;
    /*background: transparent;*/
    /* background-color: #eb2c19a1; */
    -webkit-transition: margin-top 0.6s;
    -moz-transition: margin-top 0.6s;
    transition: margin-top 0.6s;
    /* margin: 0;
        padding: 5px ;  */
}

#navigate_bar.off-canvas {
    margin-top: -70px;
    -webkit-transition: margin-top 0.6s;
    -moz-transition: margin-top 0.6s;
    transition: margin-top 0.6s;
}

#navigate_bar.fixed {
    margin-top: 0px;
    z-index: 9999;
    /* background-color: #eb2c19a1; */
}


.hide_back_to_top_btn {
    visibility: hidden;
    /* transition: top 0.6s; */
}

.logo img {
    /* font-size: 40px; */
    /* font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        line-height: 40px; */
    /* margin-top: 15px; */
    width: 100%;
    transition: top 0.6s;
}


.banner_main {
    padding: 0px 0 10px 0;

}


.text-bg {
    text-align: left;
    max-width: 561px;
    width: 100%;
    float: right;
    padding-right: 141px;
    animation: mymove 4s;
    position: relative;
}

@keyframes mymove {
    0% {
        right: 60px;
    }

    100% {
        right: 0px;
    }
}

.text-bg h1 {
    color: black;
    font-size: 40px;
    margin-top: 30px;
    /* line-height: 45px; padding: 20px; */

}

.text-bg p {
    color: black;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 20px;
    /* margin-top: 80px; */

}


.text-bg a {
    font-size: 17px;
    background-color: rgb(15, 14, 14);
    color: #f8f4f4;
    padding: 13px 0px;
    width: 100%;
    max-width: 190px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.1s;
    border-radius: 10px;
}

.text-bg a:hover {
    color: #000;
    background-color: rgb(199, 18, 18);
    transition: ease-in all 0.1s;
    border-radius: 26px;
}



.text-img {
    padding-top: 80px;
}

.text-img figure {
    margin: 0px;
}

.text-img figure img {
    width: 90%;
}

.titlepage {
    text-align: center;
    padding-bottom: 20px;
    /* margin-top: 5px; */
    /* background-color: white; */
}

.titlepage h2 {
    font-size: 40px;
    color: #080808;
    line-height: 35px;
    font-weight: bold;
    padding: 0;
    padding-bottom: 20px;
    margin-top: 20px;
}

.titlepage p {
    color: black;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#carousel {
    height: 700px;
    margin-bottom: 30px;

}

#quote-carousel {
    padding: 0 20px;
    /* margin-top: 20px; */
    margin-bottom: 60px;
    /* height: 100%; */
}

#quote-carousel .carousel-control {
    background: none;
    color: #000000;
    font-size: 20px;
    text-shadow: none;
    margin-top: 240px;
}

#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    /* height: 100%; */
    /* width: max-content; */
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 2px solid rgb(250, 2, 2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .2s ease-in;
    vertical-align: middle;

}

#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}


.item {
    border-left: none;
    margin: 0;
    height: 100%;
}


/** business section **/
/* 
.business {
    padding-top: 90px;
    margin-top: 90px;
} */

.business .titlepage span {
    color: #c22323;
    font-size: 40px;
    font-family: 'Baloo Chettan', cursive;
    text-transform: uppercase;
    line-height: 37px;
    padding-bottom: 0px;
    display: inline-block;
    margin-top: 0px;
}

.business .titlepage h2 {
    color: #000000;
    font-weight: normal;

}

.business .business_box {
    text-align: center;
    /* background-color: white; */
}

.business .business_box figure {
    margin-top: 20px;
    /* animation:move 0.3s */
}

.business .business_box figure img {
    width: 70%;
    /* height:600px; */

}


.business .business_box p {
    color: #000;
    line-height: 35px;
    padding: 4px 6px;
    text-align: justify;
    margin-top: 25px;
    font-size: 20px;
}

.business .business_box .read_more {
    background: #252525;
    color: #fff;
    padding-left: 30px;
}

.business .business_box .read_more:hover {
    background: #8a0707;
}



.client_section .container {
    padding: 20px;
    /* overflow: hidden;
        */
}


.client_section .heading_container {
    margin-bottom: 30px;
    padding: 0 15px;
}

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 5px 0 rgb(161, 5, 5);
    padding: 25px;
    box-shadow: 2px 2px 3px rgb(189, 18, 18);
    transition: ease-in 0.3s;
}

.client_section .box:hover {
    box-shadow: 10px 10px 15px rgb(20, 20, 20);
    transition: ease-in 0.3s;
}

.client_section .box .client_id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-right: 25px;
    min-width: 135px;
}

.client_section .box .client_id h5 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
}

.client_section .box .img-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    position: relative;
}

.client_section .box .img-box img {
    border-radius: 100%;
    border: 5px solid #0a0a0a;
}

.client_section .box .detail-box p {
    margin-bottom: 30px;
    color: black;
}

.client_section .box .detail-box i {
    color: #8b0909;
    margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
    width: 55px;
    height: 55px;
    background-color: #415252;
    color: #ffffff;
    outline: none;
    bottom: 0px;
    font-size: 24px;
    margin: 0 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
    background-color: #969b9c;
}

/* client section end */
/** projects section **/

.projects {
    padding-top: 40px;
    position: relative;
}

.projects::after {
    position: absolute;
    content: "";
    width: 300px;
    height: 542px;
    right: 0;
    /* background: url(./images/midil3.png); */
    top: -210px;
}

.projects .titlepage span {
    color: #c22323;
    font-size: 40px;
    font-family: 'Baloo Chettan', cursive;
    text-transform: uppercase;
    line-height: 37px;
    padding-bottom: 10px;
    display: inline-block;
}

.projects .titlepage h2 {
    color: #000000;
    font-weight: normal;
}

.projects .projects_box {
    text-align: center;
}

.projects .projects_box figure {
    margin: 0;
}

.projects .projects_box figure img {
    width: 70%;
}

.projects .projects_box p {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    padding: 60px 0px 35px 0px;
}

.projects .projects_box .read_more {
    background: #252525;
    color: #fff;
}

.projects .projects_box .read_more:hover {
    background: #0891f8;
}

/** end projects section **/
/** Testimonial section **/

.Testimonial {
    background: url(./images/test1.png);
    background-repeat: no-repeat;
    margin-top: 90px;
    width: 100%;
    padding: 90px 0px;
    background-position: center;
    background-size: 100% 100%;
}

.Testimonial .titlepage h2 {
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.tTestimonial .titlepage span {
    color: #fff;
}

.Testimonial_box i {
    border: rgb(3, 3, 3) solid 12px;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 210px;
    cursor: pointer;
    background: #e6e1e1;
}

.Testimonial_box i::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 43px;
    display: inline-block;
    border: rgb(163, 149, 149) solid 6px;
    border-radius: 30px;
}

.Testimonial_box {
    text-align: left;
}

.Testimonial_box h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
}

.Testimonial_box p {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    padding: 15px 0;
    text-align: justify;
}

#Contact {
    height: 100%;

}

.contact_section {
    position: relative;

}

.contact_section .heading_container {
    margin-bottom: 25px;
    margin-top: 50px;
}

.contact_section .heading_container h2 {
    text-transform: uppercase;
}

.contact_section .form_container input {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    padding-left: 20px;
    outline: none;
    color: #101010;
    border-radius: 45px;
    -webkit-box-shadow: 0 0 3px 0 rgb(0, 0, 0);
    box-shadow: 0 0 3px 0 rgb(0, 0, 0);
    background-color: white;
}

.contact_section .form_container textarea {
    width: 100%;
    border: none;
    height: 70px;
    margin-bottom: 15px;
    padding-left: 20px;
    outline: none;
    color: #101010;
    border-radius: 45px;
    -webkit-box-shadow: 0 0 3px 0 rgb(0, 0, 0);
    box-shadow: 0 0 3px 0 rgb(0, 0, 0);
    background-color: white;
    resize: none;
}

.contact_section .form_container input::-webkit-input-placeholder {
    color: #868282;
}

.contact_section .form_container input:-ms-input-placeholder {
    color: #868282;
}

.contact_section .form_container input::-ms-input-placeholder {
    color: #868282;
}

.contact_section .form_container input::placeholder {
    color: #868282;
}

.contact_section .form_container input.message-box {
    height: 120px;
    border-radius: 15px;
}

.contact_section .form_container button {
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 55px;
    /* margin-left: 200px; */
    /* padding: 1% 2% 1% 2%; */
    background-color: #0c0c0c;
    color: #fffbfb;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;

}
.btn_box {
    display: flex;
    justify-content: center;
    align-items: center; 
}

.contact_section .form_container button:hover {
    background-color: #7c0505;
}

.contact_section .map_container {
    height: 345px;
    border-radius: 25px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
}

.contact_section .map_container .map {
    height: 100%;
    width: 600px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact_section .map_container .map #googleMap {
    height: 100%;
}

/** end contact section **/

.read_more {
    font-size: 17px;
    background-color: #fff;
    color: #000;
    padding: 13px 0px;
    width: 100%;
    max-width: 190px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    border-radius: 10px;
}

.read_more:hover {
    background: #000;
    color: #fff;
    border-radius: 26px;
    transition: ease-in all 0.5s;
}

/** footer **/

.multi {
    color: whitesmoke;
}

.footer {
    color: white;
}


.footer-links {
    margin-top: 5px;

}

.cont {
    text-align: center;
    margin-top: 80px;
}

.cont h3 {
    font-family: 'Righteous', cursive;
    font-size: 30px;
    line-height: 45px;
    color: #fefeff;
    font-weight: bold;
    padding-bottom: 30px;
}

.cont h4 {
    color: white;
}

.cont span {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding: 30px 0px 30px 0px;
    display: inline-block;
    font-weight: bold;
}

.cont p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 0 130px;
    padding-bottom: 60px;
}

ul.social_icon {
    text-align: center;
}

ul.social_icon li {
    display: inline-block;
    margin: 0 3px;
}

ul.social_icon li a {
    background: #fff;
    box-shadow: #ddd 0px 0px 10px 0px;
    font-size: 22px;
    padding-top: 5px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #787e83;
}

ul.social_icon li a:hover {
    background: #d7e1fa;
}

.copyright {
    padding: 30px 0px;
    background: black;
    margin-top: 50px;
    /* position: relative; */
    width: 100%;
}

.copyright p {
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #bb110b;
}

/*Responsive*/
/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1500px) {
    .projects::after {
        width: 262px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .test_box p {
        font-size: 16px;
        padding: 29px;
    }

    .text-bg {
        margin-top: 30px;
        /* padding-left:  14px; */
    }

    .text-bg h1 {
        font-size: 36px;
        line-height: 59px;

    }

    .projects::after {
        background: transparent;
    }

    .copyright::after {
        background: transparent;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .projects::after {
        background: transparent;
    }

    .copyright::after {
        background: transparent;
    }

    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 0 14px;
    }

    .text-bg h1 {
        padding-top: 0px;
        font-size: 28px;
        line-height: 38px;
    }

    .text-bg {
        padding-right: 108px;
    }

    .banner_main {
        padding: 30px 0 190px 0;
    }

    /* .logo img {
        width: 50%;
    } */
}

@media (min-width: 576px) and (max-width: 767px) {
    .head_top {
        background: #e7c6c6;
        height: 100px;
    }

    .mean-container .mean-bar {
        margin-top: 0px;
    }

    .text-bg h1 {
        font-size: 50px;
        /* padding-left: 10px; */
    }

    .text-bg {
        padding-right: 0;
    }

    .text-img {
        padding-top: 30px;
    }

    .main_form {
        margin: 0;
    }

    .Testimonial {
        background: #050505;
    }

    .Testimonial_box {
        padding: 20px;
    }

    .Testimonial_box p {
        padding-right: 0px;
    }

    .Testimonial_box i::after {
        border: inherit;
    }

    .cont h3 {
        font-size: 34px;
        line-height: 52px;
    }

    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding: 0;
        width: 100%;
    }

    .navbar {
        min-height: 20px;
    }

    .navigation .navbar-collapse {
        /* background: #fff; */
        padding: 20px;
        margin-top: 46px;
        position: absolute;
        width: 100%;
        margin-right: 20px;
        z-index: 999;
    }

    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: #000;
    }

    .navigation.navbar-dark .navbar-toggler {
        border: inherit;
        float: right;
        padding-top: 6px;
        /* display:inline; */
    }

    .navbar-dark .navbar-toggler-icon i {

        width: 28px;
        height: 28px;
    }

    .projects::after {
        background: transparent;
    }

    .copyright::after {
        background: transparent;
    }
}

@media (max-width: 575px) {
    .head_top {
        background: #e7c6c6;
        height: 70px;
    }

    .banner_main {
        /* padding: 22px 4px 4px 4px; */
        padding-left: 50px 10px;
    }

    .logo {
        /* text-align: center !important; */
        padding-bottom: 20px;
        float: left;
    }

    /* .logo img {

        width: 50%;
    } */

    .text-bg h1 {
        font-size: 33px;
        line-height: 51px;
        /* margin-top: 90px;
        padding-left: 30px; */
    }

    /* .text-bg p{
        padding-left: 30px;
    } */
    .text-bg {
        padding-right: 0;
    }

    /* .text-bg a{
        padding-left: 30px;
    } */
    .text-img {
        padding-top: 30px;
    }

    .titlepage h2 {
        font-size: 35px;
        line-height: 50px;
    }


    .business .titlepage span {
        font-size: 23px;
        line-height: 28px;
    }

    .banner_main {
        padding: 50px 10px;
    }

    .projects::after {
        background: transparent;
    }

    .Testimonial {
        background: black;
        color: white;
    }

    .Testimonial_box {
        padding: 20px;
    }

    .Testimonial_box i {
        border: #fa0101 solid 12px;
        width: 150px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        border-radius: 210px;
        cursor: pointer;
        background: #e6e1e1;
    }

    .Testimonial_box i::after {
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        bottom: 40px;
        right: 43px;
        display: inline-block;
        border: #fa0101 solid 6px;
        border-radius: 30px;
    }

    .Testimonial_box p {
        padding-right: 0px;
        text-align: center;
        font-size: 15px;

    }

    .Testimonial_box h4 {
        color: white;
        text-align: center;
    }

    /* .Testimonial_box i::after {
        border: inherit;
    } */
    .cont h3 {
        font-size: 30px;
        line-height: 45px;
    }

    .multi {
        font-size: 33px;
    }

    .main_form {
        padding: 25px;
        margin: 0px 0px;
    }

    .copyright::after {
        background: transparent;
    }

    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding: 0;
        width: 100%;
        /* margin-top: -45px; */
    }

    .navigation .navbar-collapse {
        background: #0a0a0a52;
        padding: 0px 30px 5px 0px;
        margin-top: 20px;
        position: relative;
        width: 159px;
        margin-right: -70px;
        z-index: 999;
        float: right;
        line-height: 60px;
        text-align: end;
    }

    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        /* width: 50px; */

    }

    .navigation.navbar-dark .navbar-toggler {
        float: right;
        margin: 0px 20px 0px 1px;
        border: inherit;
        /* display: inline; */
        background: transparent;
    }

    .Testimonial_box {
        padding: 0px 19px 40px 20px;
    }

    .navigation.navbar-dark .navbar-toggler-icon i {

        width: 28px;
        height: 28px;
    }
}




/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/


@media (min-width: 992px) and (max-width: 1199px) {

    .text-bg h1 {
        font-size: 36px;
        line-height: 59px;
    }

    .projects::after {
        background: transparent;
    }

    .copyright::after {
        background: transparent;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .projects::after {
        background: transparent;
    }

    .copyright::after {
        background: transparent;
    }

    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 11px 15px;
    }

    .text-bg h1 {
        padding-top: 0px;
        font-size: 28px;
        line-height: 38px;
    }

    .text-bg {
        padding-right: 108px;
    }

}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .head_top {
        background: #c22323;
    }

    .mean-container .mean-bar {
        margin-top: 0px;
    }

    .text-bg h1 {
        font-size: 50px;
    }

    .text-bg {
        padding-right: 0;
    }

    .text-img {
        padding-top: 30px;
    }

    .main_form {
        margin: 0;
    }

    .Testimonial {
        background: #c22323;
    }

    .Testimonial_box {
        padding: 20px;
    }

    .Testimonial_box p {
        padding-right: 0px;
    }

    .Testimonial_box i::after {
        border: inherit;
    }

    .cont h3 {
        font-size: 34px;
        line-height: 52px;
    }

    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding: 0;
        width: 100%;
    }

    .navigation .navbar-collapse {
        background: #0a0a0a52;
        padding: 0px 30px 5px 0px;
        margin-top: 20px;
        position: relative;
        width: 159px;
        margin-right: 5px;
        z-index: 999;
        float: right;
        line-height: 60px;
        text-align: end;
    }

    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 12px 15px;
        color: #000;
        font-size: 16px;
        margin: 5px;
        background-color: #ff4343;
        border-radius: 5px;
    }

    .navigation.navbar-dark .navbar-toggler {
        border: inherit;
        float: right;
        padding: 10px 5px 0px 5px;
        margin-right: 40px;
        margin-top: -50px;
        background: transparent;
    }

    .navigation.navbar-dark .navbar-toggler-icon {
        background: url('images/menu.png');
        background-repeat: no-repeat;
    }

    .projects::after {
        background: transparent;
    }

    .copyright::after {
        background: transparent;
    }
}

@media (max-width: 575px) {
    .head_top {
        background-image: linear-gradient(12deg, rgb(246, 198, 200) 0%, rgba(233, 233, 233, 1) 29%, rgba(255, 236, 240, 1) 73%, rgb(236, 178, 184) 92%);
        ;
        position: fixed;
    }

    .header {
        padding: 12px 0px 0px 0px;
    }

    .logo {
        /* text-align: center !important; */
        padding-bottom: 6px;
        float: left;
    }

    .text-bg h1 {
        font-size: 33px;
        line-height: 51px;
    }

    .text-bg {
        padding-right: 0;
    }

    .text-img {
        padding-top: 30px;
    }

    .titlepage h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .business .titlepage span {
        font-size: 23px;
        line-height: 28px;
    }

    .banner_main {
        padding: 50px 10px;
    }

    .projects::after {
        background: transparent;
    }

    .Testimonial {
        background: #000;
    }

    .Testimonial_box {
        padding: 20px;
    }

    .Testimonial_box p {
        padding-right: 0px;
    }

    .Testimonial_box i::after {
        border: inherit;
    }

    .cont h3 {
        font-size: 30px;
        line-height: 45px;
    }

    .multi {
        font-size: 33px;
    }

    .main_form {
        padding: 25px;
        margin: 0px 0px;
    }

    .copyright::after {
        background: transparent;
    }

    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding: 0;
        width: 100%;
        /* margin-top: -45px; */
    }

    /* .navigation .navbar-collapse {
        background: #fff;
        padding: 20px;
        margin-top: 46px;
        position: absolute;
        width: 100%;
        margin-right: 20px;
        z-index: 999;
    } */

    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 15px;
        color: #000;
    }

    /* .navigation.navbar-dark .navbar-toggler {
        float: right;
        margin-right: 2px;
        border: inherit;
    } */

    .testimonial_box {
        padding: 0px 19px 40px 20px;
    }

    .navigation.navbar-dark .navbar-toggler-icon {
        background: url('images/menu.png');
        background-repeat: no-repeat;
    }
}

/* =================== */

/* .head_top {
    background-color: #ffffff;
    padding: 0px 0px;
    box-shadow: 17px -16px 20px 16px #c22323;
} */

.head_top {
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    position: fixed;
    width: 100%;
    z-index: 2222;
}

.head_top.scrolled {
    background-color: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    /* box-shadow: 17px -16px 20px 16px #c22323; */
}



.navigation .navbar-nav .nav-link {
    color: #000000;
    padding: 11px 15px;
    font-size: 18px;
    font-weight: 500;
    margin: 5px;
    /* background-color: #ff4343; */
    border-radius: 5px;
}

.navigation .navbar-nav .nav-link:hover {
    color: #ffffff;
    padding: 11px 15px;
    font-size: 18px;
    font-weight: 500;
    margin: 5px;
    background-color: #ff4343;
    border-radius: 5px;
}




@media (max-width: 768px) {
    .navbar-toggler {
        border: none;
        outline: none;
        padding: 8px;
    }

    .navbar-toggler-icon i {
        color: #f30808;
        font-size: 2.5rem;
        transition: transform 0.3s ease;
    }


    .navbar-toggler.active .navbar-toggler-icon i {
        transform: rotate(180deg);
    }


    .navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.animate__animated {
    --animate-duration: 3s;
}

.market {
    font-size: 20px;
    line-height: 28px;
}