@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #212121;
    overflow-x: hidden;
    transition: all 200ms linear;
    margin: 0;
}

/* Page Loader */

.thanks_section {
    padding: 10px 50px;
    text-align: center;
}

.thanks_logo {
    margin: 0 auto;
    text-align: center;
}

.thanks_logo ion-icon {
    font-size: 72px;
    color: #d93131;
    text-align: center;
}

.thanks_section h3 {
    margin: 20px auto;
}

.thanks_section h5 {
    color: #212121;
}

h3.title {
    font-size: 40px;
    font-weight: 700;
    color: #d93131;
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
    transition: all 200ms linear;
}

h3.title:after {
    content: '';
    width: 100px;
    height: 4px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #d93131;
}

h3.title.text-center:after {
    left: 50%;
    transform: translateX(-50%);
}

.header {
    padding: 0px;
    padding-bottom: 10px;
}

.header.fixed-top {
    background-color: #ffffff;
    /* transition: all .25s ease; */
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.12);
    padding-top: 20px;
}

.header:has(.fixed-top) .top-bar {
    display: none !important;
}

.brand-logo {
    max-width: 45px;
    margin: 0;
}

.top-bar-contact span:has(ion-icon):hover ion-icon {
    color: #d93131;
    transition: all 200ms linear;
}

ion-icon {
    color: #212121;
    cursor: pointer;
}

ion-icon:hover {
    color: #d93131;
}

.top-bar {
    display: none;
    padding: 5px 0px;
}

.bg-danger,
.btn-danger {
    background-color: #d93131 !important;
}

.alt-btn {
    background-color: #ffffff;
    color: #d93131;
    border: 1px solid #ffffff;
}

.alt-btn:hover {
    background-color: #ffffff;
    color: #d93131;
    border: 1px solid #ffffff;
}

.top-bar-contact span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-bar-contact span a {
    font-size: 12px;
    font-weight: 300;
    color: #212121;
    text-decoration: none;
}

.top-bar-contact span a:hover {
    color: #d93131;
    text-shadow: 0px 0px 1px #d93131;
    transition: all 100ms linear;
}

.top-bar-contact span:first-child {
    margin: 0px 10px;
}

.top-bar-social {
    padding-top: 5px;
}

.top-bar-social span {
    padding: 0px 5px
}

.small-container {
    width: 95%;
    margin: 0 auto;
}

.overlay {
    background-color: rgba(0, 0, 0, .51);
    width: 100%;
    height: 100%;
}

.violet-overlay {
    background-color: rgba(189, 140, 191, .51);
    width: 100%;
    height: 100%;
    padding: 70px 0;
}

.white-overlay {
    background-color: rgba(255, 255, 255, .7);
    height: 100%;
    width: 100%;
}

.margin_top_30 {
    margin-top: 30px;
}

.service_blog img {
    border: 2px solid transparent;
    transition: all .2s ease-in-out;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
    position: relative;
}

.service_blog h5 {
    color: #fff;
    position: absolute;
    left: 17px;
    bottom: 1px;
    margin: 0;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 80%;
    transition: all .5s ease-out;
}

.service_blog:hover h5 {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    transition: all .7s ease;
    background-color: #d93131;
    transform: scale(1.1, 1.1);
    margin-bottom: 20px;
}

.service_blog:hover img {
    transition: all .7s ease;
    transform: scale(1.1);
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.12);
}

.service_blog:hover h5 {
    opacity: 0;
    transition: all .7s ease;
}

h2 span,
h1 span {
    color: #bd8cbf;
}

li {
    list-style-type: none;
}

a:hover {
    text-decoration: none;
}

a,
button {
    transition: all .5s ease;
}

button {
    padding: 0
}

/* navbar */

.brand-title {
    font-size: 28px;
    color: #d93131;
    text-transform: capitalize;
    margin: 0;
    margin-left: 5px;
    margin-top: -8px;
    font-weight: 700;
}

.brand-caption {
    display: block;
    color: #d93131;
    font-size: 10px;
    text-align: center;
}

nav.navbar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
}

nav.navbar a,
nav.navbar ul li a {
    color: #212121 !important;
}

nav.navbar ul li {
    padding: 0 15px;
    position: relative;
}

.navbar-nav li a {
    font-size: 16px;
    font-weight: 400;
}

.dropdown {
    cursor: pointer;
}

.dropdown .dropdown-menu {
    color: #212121;
    /* display: block; */
}

.dropdown .dropdown-menu:before {
    content: "";
    display: block;

}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff !important;
    background-color: #d93131;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #d93131 !important;
    font-weight: 500;
}

.layout_padding {
    padding: 60px 0;
}

.about_section h4 {
    color: #212121;
    font-size: 18px;
    margin: 0;
}

.about_section>.row>div div:nth-of-type(2) {
    text-align: left;
    background-color: #0c2326;
}

.about_section img {
    /* transform: skew(-5deg, 5deg); */
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.12);
}

p {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}

p span {
    color: #d93131;
    font-weight: 500;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
}

.text_align_center {
    text-align: center;
}

.img-responsive {
    max-width: 100%;
}

.white_font {
    color: #fff !important;
}

.contact-form {
    padding: 55px 65px;
    background: #4fcaff;
    min-height: 600px;
    margin-top: 60px;
}

.contact-form form input {
    width: 100%;
    background: #fff;
    border: none;
    height: 60px;
    padding: 0 20px;
    text-transform: uppercase;
    margin: 15px 0;
}

.contact-form form textarea {
    width: 100%;
    background: #fff;
    border: none;
    min-height: 120px;
    padding: 15px 20px;
    text-transform: uppercase;
    margin: 15px 0;
}

.contact-form form input[type="submit"] {
    background: #fa3e19;
    color: #fff;
    width: 190px;
    margin: 15px auto 0;
    font-size: 19px;
    font-weight: 300;
    float: none;
    display: flex;
    cursor: pointer;
}

.contact-form form input[type="submit"]:hover,
.contact-form form input[type="submit"]:focus {
    background: #111;
    color: #fff;
    transition: ease all 0.5s;
}

/* about us */

.about-us {
    position: relative;
    padding: 100px 0;
    font-family: 'Open Sans', sans-serif;
}

.about-us .row>.col-lg-6:first-of-type {
    position: relative;
    left: 50px;
}

.about-us .small-container>p+div {
    padding: 70px 0;
    background-color: white;
    box-shadow: 5px 5px 10px #d2cfcf, -5px -5px 10px #d2cfcf;
}

.about-us .small-container>p+div h4 {
    margin-bottom: 40px
}

.about-us .small-container .text-right p {
    margin-bottom: 40px;
    width: 80%;
    float: right;
}

.about-us .small-container>p+div button {
    background-color: #bd8cbf;
    border: none;
}

.about-us .small-container>p+div a {
    display: block;
    color: #FFF;
    padding: 10px 40px;
}

.about-us .item {
    width: 200px;
    position: absolute;
    color: white;
    background-color: #bd8cbf;
}

.about-us .item p {
    font-size: 15px;
}

.about-us .item img {
    width: 100%;
    height: 150px
}

.about-us .item h5 {
    margin: 5px 0;
}

.about-us .item p {
    margin-bottom: 5px;
}

.about-us .item:first-of-type {
    left: 405px;
    bottom: 115px;
    z-index: 2;
    box-shadow: -2px 2px 10px #5d5959;
}

.about-us .item:nth-of-type(2) {
    left: 105px;
    bottom: 115px;
    z-index: 2;
    box-shadow: 2px 2px 10px #5d5959;
}

.about-us .item:nth-of-type(3) {
    position: relative;
    top: 162px;
    left: -45px;
}

.about-us .item:nth-of-type(3) img {
    position: absolute;
    bottom: 70px;
    right: 0px;
    z-index: 0;
}

.about-us .item:last-of-type {
    left: 268px;
    top: 90px;
}

.about-us .first {
    width: 100px;
    height: 200px;
    position: absolute;
    background-color: #bd8cbf;
    top: 140px;
    z-index: -5;
}

.about-us .second {
    width: 100px;
    height: 200px;
    position: absolute;
    background-color: #bd8cbf;
    bottom: 58px;
    right: 34px;
    z-index: -5;
}

.about-us .row>div>.item:nth-of-type(3) div {
    position: relative;
    z-index: 5;
    background-color: #bd8cbf;
    padding: 5px;
}

.blue_bt {
    width: 255px;
    height: 58px;
    background: #4fcaff;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    font-weight: 300;
}

.blue_bt:hover,
.blue_bt:focus {
    background: #fff;
    color: #0c2326;
}

/* services */

.services {
    margin-bottom: 100px;
    font-family: 'Open Sans', sans-serif;
}

.services .slide {
    width: 70%;
    margin: 0 auto;
}

.services .carousel-inner .carousel-item {
    width: 100%;
    height: 100%
}

.services .carousel-inner img {
    height: 100%;
    width: 100%;
}

.services .carousel-control-next,
.services .carousel-control-prev {
    width: 60px;
    height: 60px;
    background: #bd8cbf;
    border-radius: 50%;
}

.services .carousel-control-next i,
.services .carousel-control-prev i {
    color: #000
}

.services .carousel-control-next {
    right: 0;
    top: 80%;
    right: 40%;
    background-color: #FFF;
}

.services .carousel-control-prev {
    top: 80%;
    left: 40%;
}

.services i {
    color: #bd8cbf;
}

/* agency */

.agency {
    background-image: url('../imgs/agency.png');
    font-family: 'Open Sans', sans-serif;
    background-size: cover;
}

.agency .container>div {
    margin: 0 auto;
    width: 86%;
    margin-bottom: 30px;
}

.agency .white-overlay {
    padding: 50px 0 20px;
}

.agency .container>div>div {
    display: inline-block;
    position: relative
}

.agency .container>div>div img {
    width: 500px;
    margin: 0 20px;
}

.agency img:first-of-type,
.agency img:last-of-type {
    width: 200px;
}

.agency .container>div h2 {
    position: absolute;
    color: white;
    bottom: 105px;
    left: 195px;
    font-size: 40px;
}

/* statistics */

.statistics {
    padding: 50px 0;
    font-family: sans-serif;
}

.statistics i,
.statistics p {
    color: #bd8cbf;
}

.statistics i {
    margin-bottom: 10px;
}

.ovarlay_slide_cont {
    background: rgba(5, 3, 0, 0.63);
    position: absolute;
    width: 70%;
    margin: auto;
    z-index: 990;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    transform: translate(-50%, -50%);
}

.ovarlay_slide_cont h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.ovarlay_slide_cont h4 {
    color: #4fcaff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: normal;
}

.ovarlay_slide_cont p {
    color: #fff;
    font-weight: 300;
    margin: 0 0 30px 0;
    font-size: 21px;
    padding: 0 75px 0 0;
    line-height: 28px;
}

/* contact */

.contact {
    background-image: url('../imgs/contact.png');
    background-size: cover;
}

.contact h2 {
    color: white;
    margin-bottom: 30px;
}

.contact .contact-form {
    width: 50%;
    margin: 0 auto;
}

.contact form input,
.contact form textarea {
    width: 100%;
    outline: none;
    border: none;
    padding: 5px 10px;
}

.contact form input {
    border-radius: 50px;
    margin-bottom: 20px;
}

.contact form textarea {
    resize: none;
    height: 130px;
    border-radius: 25px;
    margin-bottom: 30px;
}

.contact form input[type="submit"] {
    width: 130px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    background-color: #ef44f8;
    color: white;
    margin: 0 auto;
    display: block;
}

/* footer */

footer,
footer a,
footer ion-icon {
    color: #ffffff;
}

footer ion-icon:hover {
    color: #d93131;
    cursor: default;
}

footer {
    display: block;
    overflow: hidden;
    background-color: #212121;
}

footer a:hover {
    color: #d93131;
}

footer .container>ul {
    overflow: hidden;
    margin: 30px 0;
    padding-left: 0;
}

footer .container>ul li {
    float: left;
    padding-right: 25px;
}

footer .item h4 {
    margin-bottom: 20px
}

footer .item p.address {
    line-height: 1.2;
    font-size: 16px;
}

footer .item ul {
    padding-left: 0;
}

footer .item ul li {
    margin-bottom: 3px;
    font-size: 15px;
    transition: text-shadow .3s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer .item ul li:has(ion-icon) ion-icon {
    margin-right: 5px;
}

footer .item ul li a:hover,
footer .item ul li:has(ion-icon) a:hover ion-icon {
    color: #d93131;
    text-shadow: 0 0 .65px #d93131, 0 0 .65px #d93131;
}

footer .date p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
}

footer .item small {
    text-align: left;
}

footer .item form {
    overflow: hidden;
}

footer .item form input {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 10px;
}

footer .item form input[type="submit"] {
    width: 100px;
    height: 40px;
    line-height: 4px;
    background-color: #ef44f8;
    border: none;
    float: right;
    color: #FFF;
    padding: 0
}

footer .copyright {
    padding: 15px 0;
}

footer .copyright p {
    margin-bottom: 0;
    font-size: 16px;
}

/* media queries */

@media (max-width: 1200px) {

    /* about */

    .about-us .row>.col-lg-6:first-of-type {
        left: -10px;
    }

    .about-us .small-container .text-right p {
        width: 70%
    }

    .about-us .item {
        width: 150px
    }

    .about-us .item img {
        height: 125px
    }

    .about-us .item:first-of-type {
        left: 440px;
        bottom: 154px;
    }

    .about-us .item:nth-of-type(2) {
        left: 167px;
        bottom: 153px;
    }

    .about-us .item:nth-of-type(3) {
        top: 149px;
        left: 19px;
    }

    .about-us .item:last-of-type {
        left: 305px;
        top: 132px;
    }

    .about-us .row>div>.item:nth-of-type(3) img {
        position: static
    }

    .about-us .row>div>.item:nth-of-type(3) p {
        display: none;
    }

    /* agency */

    .agency img:first-of-type,
    .agency img:last-of-type {
        width: 150px
    }

    .agency .container>div>div img {
        max-width: 400px;
        width: 100%;
    }

    .agency .container>div h2 {
        bottom: 87px;
        left: 164px;
        font-size: 30px;
    }

    .agency .container>div h2 {
        display: none;
    }

}

@media (max-width: 992px) {

    /* navbar */

    .navbar ul li {
        margin: 10px 0;
    }

    nav.navbar form {
        width: 100%;
        position: static;
    }

    /* about */

    .about-us .small-container>p+div {
        padding: 50px 0;
    }

    .about-us .row>.col-lg-6:first-of-type {
        height: 350px;
        left: 50px;
    }

    .about-us .small-container .text-right p {
        width: 100%;
    }

    /* services */

    .services .slide {
        width: 80%
    }

    .services .carousel-control-next,
    .services .carousel-control-prev {
        width: 50px;
        height: 50px;
    }

    /* agency */

    .agency img:first-of-type,
    .agency img:last-of-type {
        display: none
    }

    .agency .container>div>div img {
        display: block;
    }

    .agency .container>div {
        width: 56%;
    }

    /* statistics */

    .statistics .col-lg-3 {
        margin-bottom: 40px
    }

    /* contact */

    .contact .contact-form {
        width: 70%
    }

    /* footer */

    footer .col-lg-3 {
        margin-bottom: 40px;
    }

}

@media (max-width: 768px) {
    .header {
        padding: 5px 0px;
    }

    /* header */

    header h1 {
        font-size: 50px !important;
    }

    /* about */

    .about-us .row>.col-lg-6:first-of-type {
        display: none;
    }

    /* services */

    .services .slide {
        width: 90%
    }

    .services .carousel-control-next,
    .services .carousel-control-prev {
        display: none;
    }

    /* agency */

    .agency .container>div {
        width: 87%;
    }

}



.testimonial_blog {
    background: #a1a1a1;
    width: 100%;
    padding: 40px 50px;
    box-shadow: 50px 50px 0 0 #4fcaff;
}

.testimonial_blog p {
    color: #fff;
}

.testimonial_blog p+p {
    margin: 0;
}

.testimonial_blog p:first-child {
    font-size: 30px;
    font-weight: 500;
}

.subcribe {
    background: #d93131;
    padding: 80px 0;
}

.subcribe p {
    margin: 0;
    color: #fff;
}

.subcribe form {
    height: 72px;
    background: yellow;
    margin-top: 20px;
}

.subcribe form {
    height: 72px;
    background: #fff;
    margin-top: 20px;
    padding: 0;
    font-weight: 300;
    font-size: 19px;
    display: flex;
}

.subcribe form input {
    margin: 0;
    padding: 0 30px;
    width: 100%;
    border: none;
    font-size: 20px;
    font-weight: 300;
}

.subcribe form button {
    background: #fa3e19;
    color: #fff;
    width: 255px;
    border: none;
    font-size: 20px;
}

.subcribe form button:hover,
.subcribe form button:focus {
    background: #111;
    color: #fff;
}

footer .item p {
    font-size: 14px;
    margin: 0 0 5px 0;
    max-width: 245px;
}

footer .item p:has(ion-icon) {
    display: flex;
    justify-content: flex-start;
    align-items: start;
}

footer .item p:has(ion-icon) ion-icon {
    font-size: 16px;
    margin-right: 5px;
}

footer .item .footer-social ion-icon {
    font-size: 24px;
    cursor: pointer;
    margin-right: 10px;
    transition: all .5s ease-in-out;
}

footer .copyright {
    padding: 15px 0;
    border-top: solid #d93131 1px;
    margin-top: 30px;
}

footer .copyright p {
    text-align: left;
}

footer .copyright p,
footer .copyright a {
    font-size: 14px;
    padding: 0px;
    text-decoration: none;
}

footer .copyright div:has(> a) a {
    margin-left: 15px;
}

footer .copyright div:has(> a) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 10px;
}

footer .item p strong {
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    margin: 0px;
    color: #d93131;
}

footer .item p strong:after {
    content: '';
    position: absolute;
    height: 0.5px;
    width: 100%;
    top: 102%;
    left: 0;
    /* background-color: #d93131; */
}

footer .item p a {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    text-align: left;
}

footer .item p a:hover {
    color: #d93131;
    transition: all .5s ease-in-out;
}

footer {
    display: block;
    overflow: hidden;
    padding: 90px 0 0;
}

.cpy {
    margin: 0;
    padding: 0;
}

footer .item h4 {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #d93131;
}

footer .item h4::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 70%;
    top: 25px;
    z-index: 0;
    background-color: #d93131;
    transition: all 200ms linear;

}

.navbar-light .navbar-toggler {
    color: #000;
    background: transparent;
    width: 50px;
    padding: 0;
    height: 45px;
    border: none;
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {

    .ovarlay_slide_cont {
        background: rgba(5, 3, 0, 0.63);
        position: absolute;
        width: 70%;
        margin: 0 15%;
        z-index: 1111111111;
        top: 0;
        left: 0;
        padding: 50px 60px 70px;
    }

    .ovarlay_slide_cont h2 {
        font-size: 45px;
    }

    .ovarlay_slide_cont p {
        color: #fff;
        font-weight: 300;
        margin: 0 0 30px 0;
        font-size: 19px;
        padding: 0;
        line-height: 28px;
    }

    .about_section h4 {
        color: #d93131;
        font-size: 16px;
        margin: 0;
    }

    .contact-form {
        padding: 40px 50px;
        background: #4fcaff;
        min-height: 600px;
        margin-top: 60px;
    }

    .service_blog img {
        width: 100%;
    }

}

@media (max-width: 767px) {
    .layout_padding {
        padding: 50px 0;
    }

    .contact-form {
        padding: 35px 40px;
        background: #4fcaff;
        min-height: 600px;
        margin-top: 20px;
    }

    .contact-form form input {
        margin: 10px 0;
    }

    #contact img {
        margin-top: 30px;
    }

    .testimonial_blog {
        background: #a1a1a1;
        width: 100%;
        padding: 30px 30px;
        box-shadow: 10px 10px 0 0 #4fcaff;
    }

    .testimonial_blog p:first-child {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    p {
        font-size: 16px;
        font-weight: 300;
    }

    .subcribe form {
        height: auto;
        background: #fff;
        margin-top: 20px;
        padding: 0;
        font-weight: 300;
        font-size: 19px;
        display: block;
    }

    .subcribe form input {
        margin: 0;
        padding: 20px 30px;
        width: 100%;
        border: none;
        font-size: 20px;
        font-weight: 300;
    }

    .subcribe form button {
        background: #fa3e19;
        color: #fff;
        width: 100%;
        border: none;
        font-size: 20px;
        padding: 12px 0;
    }

    .subcribe form button:hover,
    .subcribe form button:focus {
        background: #111;
        color: #fff;
    }

    .ovarlay_slide_cont {
        display: none;
    }

    .service_blog img {
        width: 100%;
    }

}

@media (max-width: 576px) {
    .brand-logo {
        max-width: 35px;
        margin: 0;
    }

    .brand-title {
        font-size: 20px;
        margin-left: 3px;
    }

    .brand-caption {
        font-size: 7px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .brand-logo {
        max-width: 40px;
        margin: 0;
    }

    .brand-title {
        font-size: 22px;
        margin-left: 3px;
    }

    .brand-caption {
        font-size: 8px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .brand-logo {
        max-width: 40px;
        margin: 0;
    }

    .brand-title {
        font-size: 22px;
        margin-left: 3px;
    }

    .brand-caption {
        font-size: 8px;
    }

    .top-bar {
        display: flex;
    }

    ion-icon {
        font-size: 16px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .brand-logo {
        max-width: 45px;
        margin: 0;
    }

    .brand-title {
        font-size: 24px;
        margin-left: 3px;
    }

    .brand-caption {
        font-size: 9px;
    }

    .top-bar {
        display: flex;
    }

    ion-icon {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .brand-logo {
        max-width: 45px;
        margin: 0;
    }

    .brand-title {
        font-size: 28px;
        margin-left: 15px;
    }

    .brand-caption {
        font-size: 10px;
    }

    .top-bar {
        display: flex;
    }

    ion-icon {
        font-size: 18px;
    }
}

::selection {
    color: #fff;
    background-color: #d93131;
}

footer::selection {
    color: #d93131;
    background-color: #ffffff;
}

::-moz-selection {
    color: #fff;
    background-color: #8167a9;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    width: 50;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 20px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #d93131;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 25px;
    position: absolute;
    height: 2px;
    background-color: #d93131;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #3a3a3a !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #d93131 !important;
}

.nav-item.active .nav-link {
    color: #d93131 !important;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #d93131;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
    cursor: pointer;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}


/* #Media
================================================== */

@media (max-width: 992px) {
    .nav-item:after {
        display: none;
    }

    .nav-item:has(.dropdown-toggle)::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }

    .nav-item:hover .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
}

.scroll-top {
    bottom: 60px;
    right: 20px;
    position: fixed;
    display: none;
    text-align: right;
    z-index: 99999;
}

.scroll-top a span {
    font-size: 32px;
    padding: 5px 10px 0px;
    border-radius: 15px;
    color: #ffffff;
    cursor: pointer;
    background-color: #d93131;
    transition: all .3s ease;
    border: 2px solid transparent;
}

.scroll-top a:hover span {
    background-color: #ffffff;
    border-radius: 50px;
    transition: all .2s ease-in-out;
    border: 2px solid #d93131;
}

.scroll-top a:hover span ion-icon {
    color: #d93131;
}

.scroll-top a span ion-icon {
    font-size: 28px;
    cursor: pointer;
}




/* Home page Slider */

.carousel-item img {
    width: 100%;
    position: relative;
}

.slide-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    padding: 10% 50px;
    color: #ffffff;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .4);
}

.slide-item>div {
    max-width: 75%;
    margin: auto;
}

.slide-item div:first-child {
    min-height: 150px;
}

.slide-item h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    display: inline-block;
    transition: all 200ms linear;
}

.slide-item .row div:first-child:after {
    content: '';
    top: 0;
    right: 0;
    width: 10px;
    display: inline-block;
    background-color: red;
}

.slide-item h2 span {
    display: block;
    font-size: 40px;
    color: #d93131;
    padding: 5px 10px;
    width: fit-content;
    margin-top: 10px;
    background-color: #ffffff;
    transition: all 200ms linear;
}

.carousel-control-arrow img {
    width: 48px;
    padding: 10px;
    border-radius: 50px;
    background-color: #212121;
}

.carousel-control-arrow img:hover {
    background-color: #ffffff;
}

/* About Section */

.about_section .content {
    margin: auto;
    padding-right: 20px;
}

/* product_spec */

.product_spec {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    background-color: rgb(241, 241, 241, .5);
}

.product_spec:before,
.product_spec:after {
    display: block;
    content: '';
    height: 5px;
    width: 100px;
    margin: auto;
    position: relative;
    background-color: #d93131;
}

.product_spec::before {
    top: -25px;
}

.product_spec:after {
    bottom: -25px;
}

.product_spec h4 {
    color: #d93131;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.product_spec h4:after {
    /* content: '';
    display: block;
    top: 105%;
    left: 0;
    width: 50px;
    height: 3px;
    position: absolute;
    background-color: #d93131; */
}

.list-group-item {
    border-color: #d93131;
    background-color: transparent;
    padding: .5rem;
    font-size: 16px;
    color: #212121;
}

.list-group-item-action {
    color: #212121;
    font-weight: 400;
    border-color: #d93131;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #d93131;
    color: #ffffff;
    border-color: #ffffff;
}

.list-group-item.active {
    background-color: #d93131;
    border-color: #d93131;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
    text-align: right;
    padding-right: 45px;
}

.list-group-item.active:after {
    content: '\279C';
    font-size: 20px;
    display: block;
    top: 50%;
    left: 97%;
    position: absolute;
    transform: translate(-97%, -50%);
}

.product_spec_content strong {
    font-weight: 500;
    color: #d93131;
    padding-bottom: 10px;
    display: block;
}

.product_spec_content p {
    padding-left: 15px;
}


/* Contact form */

.home_contact {
    border-bottom: 1px solid #d93131;
    background-color: #212121;
}

.home_contact_content {
    color: #ffffff;
    padding: 70px 50px;
    position: relative;
    z-index: 2;
}


.home_contact_content p span {
    color: #d93131;
    text-decoration: underline;
}

.home_contact_content h1 {
    font-size: 60px;
    font-weight: 700;
    color: #3a3a3a;
    margin: 30px 0px;
    text-align: center;
}

.home_contact_content a {
    color: #d93131;
    text-decoration: none;
}

.home_contact_content a:hover {
    text-decoration: underline;
    transition: all .3s ease;
}

.home_contact_form {
    color: #ffffff;
    padding: 70px;
}

.home_contact_form button {
    margin-top: 20px;
    width: 25%;
    background-color: #d93131;
}

.home_contact_form .form-control {
    /* border: none; */
    color: #ffffff;
    margin: 10px 0px;
    border-radius: 5px;
    border: 2px solid #3a3a3a;
    background-color: transparent;
}

.home_contact_form .form-control:focus {
    color: #ffffff;
    background-color: #3a3a3a;
    border-color: #f1f1f1;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #212121;
}

.google-map {
    padding-bottom: 400px;
    position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.google_map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.google_map .card {
    width: 400px;
}

.map_box_section {
    text-align: center;
    padding: 20px 0px;
}

.map_box {
    background-color: #a1a1a1;
    position: relative;
    min-height: 400px;
    margin: 30px 0px;
    text-align: center;
}


.map_content {
    background-color: #3a3a3a;
    transition: all 0.75s ease-in-out;
}

.map_content:hover .map_content_inner {
    transition: all 1s ease-in-out;
    height: 1px;
    padding: 0px;
    opacity: 0;
}

.map_content_inner {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #212121;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.75s ease-in-out;
}


.map_content_title {
    color: #d93131;
}

.map_content_map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home_maps_address {
    margin: auto;
}

.home_maps .card {
    max-width: 370px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 0 13px -4px rgba(33, 33, 33, 0.2);
    transition: all .3s ease;
    border-color: #fff;
}

.home_maps .card .card-title {
    color: #d93131;
}

.maps_section .card {
    min-height: 100%;
    height: 300px;
    padding: 20px;
    box-shadow: 0 0 13px -4px rgba(33, 33, 33, 0.2);
    transition: all .3s ease;
    border-color: #fff;
}

.maps_section .card-map {
    display: none;
}

.maps_section .card:hover .card-body {
    display: none;
}

.maps_section .card:hover .card-map {
    background-color: #d93131;
    display: block;
    transition: all .3s ease;
}

.how_works {
    padding: 50px 0px;
    background-color: #212121;
}

.how_works_step {
    color: #fff;
    padding: 60px 10px;
    position: relative;
}

.how_works_step:after {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    top: 25px;
    left: 50px;
    background-color: #fff;
}

.how_works_step.step_four:after {
    background-color: transparent;
}

.how_works_step span {
    font-size: 24px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    color: #d93131;
    background-color: #fff;
    border: 2px solid #f1f1f1;
}

.how_works_step h5 {
    color: #d93131;
    margin-bottom: 20px;
}

.how_works_step p {
    font-size: 15px;
}

.our_products p {
    width: calc(100% - 30%);
    margin: auto;
    margin-bottom: 20px;
}


/* .about_section_part {
    box-shadow: 0px -15px 10px -20px rgba(0, 0, 0, 0.45),
        0px 15px 10px -20px rgba(0, 0, 0, 0.45);
} */

.about_section_part {
    padding: 40px 0px;
}

.pro_box h4 {
    color: #d93131;
    font-size: 32px;
    /* text-shadow: -1px 1px 2px rgba(217, 49, 49, .5); */
}

.pro_box p {
    color: #212121;
    font-weight: 400;
    text-align: center;
}

.about_section_part h1 {
    color: #d93131;
    font-size: 240px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 3px 27px rgba(217, 49, 49, .5);
}

.about_section_part .count_content {
    padding: 15px;
}

.about_section_part .count_content h5 {
    display: block;
    font-size: 24px;
    padding-left: 30px;
    margin-bottom: 20px;
    line-height: 1.5;
    border-left: 4px solid #d93131
}

.about_section_part .pro_box {
    text-align: center;
    padding: 25px;
    border-top: 1px solid #e1e1e1;
    box-shadow: 0px 0px 10px transparent;
}

.about_section_part .pro_box:nth-of-type(1) {
    border-top: none;
}

.about_section_part .pro_box:nth-of-type(2) {
    border-top: none;
}

.about_section_part .pro_box:nth-of-type(even) {
    border-left: 1px solid #e1e1e1;
}

.mySwiper-testimonials.swiper {
    width: 100%;
    height: 230px;
    background-color: transparent;
}

.mySwiper-testimonials .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 100px;
    transition: all .7s ease;
}

.mySwiper-testimonials .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper-clients.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.mySwiper-clients .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px !important;
    transition: all .5s ease;
}

.mySwiper-clients .swiper-slide.swiper-slide-active {
    transform: scale(1.2) !important;
    transition: all .5s ease-in-out;
}

.mySwiper-clients .swiper-slide img {
    display: block;
    width: 300px;
    height: 150px;
    object-fit: cover;
}

.mySwiper-peb.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;

}

.mySwiper-peb .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    border: none;
    height: calc((100% - 30px) / 2) !important;
    /* background: #ddd; */
    /* border: 1px solid #212121; */

    /* Center slide text vertically */
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.mySwiper-peb .swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #d93131 !important;
}

.swiper-pagination-bullet-active {
    background: #d93131 !important;
    transition: all .7s ease-in-out;
}

.swiper-button-disabled ion-icon {
    color: #3a3a3a !important;
    transition: all .7s ease;
}

.testimonials {
    position: relative;
    background-color: #212121;
}

.testimonials:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 6%;
    z-index: 1;
    background-color: #d93131;
}

.testimonials img {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 4%;
    z-index: 2;
    padding: 40px 0px;
    transform: translateY(-50%);
    background-color: #212121;
}

.testimonials h6 {
    color: #fff;
    font-weight: 400;
    line-height: 1.8;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

.testimonials h5 {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #d93131;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
}

.testimonials h5:before {
    display: block;
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: 80%;
    background-color: #404044;
}

.testimonials ion-icon {
    color: #d93131;
    font-size: 24px;
}

.testimonials .swiper-testimonials-button-prev,
.testimonials .swiper-testimonials-button-next {
    background-color: transparent;
    width: 45px;
    height: 45px;
    padding-top: 10px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    z-index: 99999;
    cursor: pointer;
}

.testimonials .swiper-testimonials-button-prev {
    bottom: 0;
    right: 51%;
}

.testimonials .swiper-testimonials-button-next {
    bottom: 0;
    left: 51%;
}

/* About Page */

/* Section1 */

.about_page_about {
    padding: 50px 0px;
}

.about_page_about_box {
    padding: 10px 0px;
}

.about_page_about_box h6 {
    color: #d93131;
    font-size: 24px;
    font-weight: 600;
}

.about_page_about_box small {
    font-weight: 400;
}

.about_page_points {
    color: #fff;
    padding: 50px 0px;
    background-color: #212121;
}

.about_page_points ul li {
    font-size: 15px;
    margin: 5px 0px;
    padding-bottom: 10px;
    list-style-type: square;
}

.about_page_points ul li::marker {
    color: #d93131;
}

.about_values {
    padding-bottom: 20px;
}

.about_values h6 {
    padding: 5px 60px;
}

.about_values_card {
    margin: 10px 0px;
    margin-top: 20px;
    padding: 10px 20px;
    padding-top: 20px;
    box-shadow: #efefef 1.95px 1.95px 2.6px;
}

.about_values_card h5 {
    color: #d93131;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.about_values_card h5::before {
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: #d93131;
}

.about_values_card p {
    font-size: 15px;
}

.about_page_infra {
    padding: 30px 0px;
}

.about_page_infra p {
    font-size: 15px;
}

.content-image {
    padding: 30px 10px;
}

.content-image p {
    font-size: 15px;
}

.content-image h4,
.content-image h5,
.content-image h6 {
    color: #d93131;
    font-weight: 600;
}

.content-image h6 {
    margin: 10px 0px;
}

.content-image img {
    margin-bottom: 10px;
}

.content-image ul li {
    list-style-type: square;
    font-size: 15px;
}

.content-image ul li::marker {
    color: #d93131;
}

.content-points ul li {
    list-style-type: square;
    font-size: 15px;
    margin-bottom: 5px;
}

.content-points ul li::marker {
    color: #d93131;
}

.dropdown-item.active {
    color: #d93131 !important;
    font-weight: 600;
    background-color: transparent;
}

.contact_form {
    padding: 20px 0px;
}

.contact_form .form-control {
    margin-top: 15px;
}

.contact_form button {
    margin-top: 20px;
}

.contact_form a {
    color: #212121;
    font-weight: 500;
}

.contact_form span ion-icon {
    font-size: 24px;
    color: #d93131;
}

.gallery-layout {
    padding: 50px 0px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 0px;
    position: relative;
}

.gallery img:hover {
    transition: all .5s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}

/* terms and conditions */

.terms_section {
    padding: 50px 0;
}

.terms_section .section {
    margin-top: 24px;
}

.terms_section ul li {
    list-style-type: square;
}

/* privacy policy */

.privacy_section {
    padding: 50px 0;
}

.privacy_section ol li {
    list-style-type: lower-alpha;
}

.privacy_section ul li {
    list-style-type: square;
}


@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }

    .about_section_part .pro_box:nth-of-type(2) {
        border-top: 1px solid #e1e1e1;
    }

    .about_section_part .pro_box:nth-of-type(even) {
        border-left: none;
    }
}

@media (max-width: 375px) {

    /* Home page Slider */
    .slide-item>div {
        max-width: 100%;
    }

    .slide-item h2,
    .slide-item h2 span {
        font-size: 30px !important;
    }

    .slide-item div p,
    .slide-item div button {
        font-size: 14px;
    }

}

@media (max-width: 575px) {

    /* Home page Slider */
    .carousel-control-arrow img {
        width: 36px;
    }

    .slide-item {
        display: flex;
    }

    .slide-item>div {
        max-width: 100%;
    }

    .slide-item h2,
    .slide-item h2 span {
        font-size: 30px;
    }

    .slide-item div p,
    .slide-item div button {
        font-size: 14px;
    }

    /* About Section */
    .about_section .content {
        text-align: left;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .home_contact_content {
        padding: 50px 20px 10px;
    }

    .home_contact_content h1 {
        font-size: 36px;
        margin: 20px 0px;
    }

    .home_contact_form {
        padding: 0px 20px 50px;
    }

    .home_contact_form button {
        margin: auto;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }

    .home_contact_form button:hover {
        cursor: pointer;
    }

    .service_blog {
        margin-left: 15px;
    }

    .mySwiper-testimonials.swiper {
        height: 500px;
    }

    .mySwiper-testimonials .swiper-slide {
        padding: 0px 70px;
    }

    .testimonials h6 {
        width: 100%;
    }

    .about_page_about {
        padding: 30px 0px;
    }

    .col-reverse {
        flex-direction: column-reverse;
    }

}

@media (max-width: 450px) {
    .testimonials h3.title {
        padding-left: 10px;
    }

    .testimonials h3.title:after {
        left: 40%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    /* Home page Slider */
    .slide-item>div {
        max-width: 90%;
    }

    .slide-item {
        display: flex;
    }

    .slide-item>div {
        margin: auto;
    }

    .slide-item h2,
    .slide-item h2 span {
        font-size: 30px;
    }

    .slide-item div p,
    .slide-item div button {
        font-size: 14px;
    }

    /* About Section */
    .about_section .content {
        text-align: left;
    }

    .home_contact_content {
        padding: 50px 20px 10px;
    }

    .home_contact_content h1 {
        font-size: 36px;
        margin: 20px 0px;
    }

    .home_contact_form {
        padding: 0px 20px 50px;
    }

    .home_contact_form button {
        margin: auto;
        margin-top: 20px;
        width: 30%;
    }

    .mySwiper-testimonials.swiper {
        height: 320px;
    }

    .mySwiper-testimonials .swiper-slide {
        padding: 0px 70px;
    }

    .testimonials h6 {
        width: 100%;
    }

}

@media (max-width: 767px) {
    #header .top-bar {
        display: none;
    }

    .about_section img {
        /* width: min-content; */
    }

    .header.fixed-top {
        padding-top: 10px;
    }

    .product_spec .product_spec_list h4 {
        font-size: 24px;
    }

    .product_spec_list .list-group {
        margin-top: 30px;
    }

    .product_spec img {
        margin: 30px 0px 20px;
    }

    .product_spec_content p {
        padding-left: 15px;
    }

    .home_contact_content h1 {
        font-size: 36px;
        margin: 20px 0px;
    }

    .our_products p {
        width: 95%;
        padding: 0px 15px;
    }

    h3.title {
        font-size: 32px;
    }

    .about_section_part {
        padding-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    /* Home page Slider */
    .slide-item h2,
    .slide-item h2 span {
        font-size: 30px;
    }

    .layout_padding {
        padding: 50px 0;
        padding-bottom: 10px;
    }

    .product_spec {
        padding: 50px 0px;
    }

    .product_spec::before {
        top: -50px;
    }

    .product_spec:after {
        bottom: -50px;
    }

    .home_contact_content,
    .home_contact_form {
        padding: 70px 0px;
    }

    .home_contact_content {
        padding-right: 20px;
    }

    .home_contact_form {
        padding-left: 20px;
    }

    .home_contact_content h1 {
        margin: 20px 0px;
    }

    .our_products {
        padding: 30px 0px;
    }

    .our_products p {
        width: 85%;
        padding: 0px 15px;
    }

    h3.title {
        font-size: 36px;
    }

    .mySwiper-testimonials.swiper {
        height: 280px;
    }

    .mySwiper-testimonials .swiper-slide {
        padding: 0px 70px;
    }

    .testimonials h6 {
        width: 90%;
        margin: 0 auto;
    }

}

@media (max-width: 992px) {
    .how_works_step {
        padding: 20px 60px;
        padding-top: 15px;
        padding-right: 20px
    }

    .how_works_step:after {
        height: 83%;
        width: 2px;
        top: 50px;
        left: 24px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    /* Home page Slider */
    .slide-item {
        padding: 8% 50px;
    }

    .slide-item div p {
        max-width: 80%;
    }

    .product_spec {
        padding: 50px 0px;
    }

    .product_spec::before {
        top: -50px;
    }

    .product_spec:after {
        bottom: -50px;
    }

    .home_contact_content,
    .home_contact_form {
        padding: 70px 0px;
    }

    .home_contact_content {
        padding-right: 20px;
    }

    .home_contact_form {
        padding-left: 20px;
    }

    .home_contact_content h1 {
        margin: 20px 0px;
    }

    .our_products p {
        width: 85%;
        padding: 0px 15px;
    }

}

@media (min-width: 1200px) {

    /* Home page Slider */
    .slide-item div p {
        max-width: 75%;
    }

    .product_spec {
        padding: 70px 0px;
    }

    .product_spec::before {
        top: -70px;
    }

    .product_spec:after {
        bottom: -70px;
    }

    .home_contact_form {
        padding: 70px;
    }
}