@import url('../../../../css2');

@import url('../../../../css2-1');

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth !important;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif !important;
}

input:hover,
input:focus {
    outline: none !important;
}

textarea:hover,
textarea:focus {
    outline: none !important;
}

button:hover,
button:focus {
    outline: none !important;
}

select:hover,
select:focus {
    outline: none !important;
}

a:hover,
a:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}


/*Header start*/

.header {
    width: 100%;
    color: #1e1e1e !important;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}

/*Main header start*/
.main-header-section {
    width: 100%;
    background: #000000;
    z-index: 11111 !important;
    position: relative;
    transition: 0.5s ease;
}

.main-header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

.navbar-brand {
    max-width: 272px;
    padding: 0 0 !important;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

.joinus-button {
    margin-left: 30px;
}

.btn1 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 30px;
    text-align: center;
    text-transform: uppercase;
    background: #f3ccff;
    transition: 0.3s ease-in-out;
    border: 1.5px solid #f3ccff;
    border-radius: 0;
}

.btn1:hover {
    color: #f3ccff;
    transition: 0.3s ease-in-out;
    background: #000;
    border: 1.5px solid #f3ccff;
}

/*
.sticky {
    background: #fff;
    width: 100%;
    position: fixed;
    color: #1e1e1e !important;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    transition: 0.5s ease;
}
*/

/*Header end*/

/*Whatsapp Icon*/
.phone-call {
    width: 50px;
    height: 50px;
    right: 13px;
    bottom: 15px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 115;
    display: block;
    line-height: 65px;
}

.phone-call img {
    vertical-align: baseline !important;
}

/*.phone-call:after {
    position: absolute;
    content: "Order On Whatsapp";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}*/

.phone-call::after {
    position: absolute;
    content: "Drop Your Message";
    z-index: -2;
    top: 11px;
    left: -150px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 18px;
    color: #0c9212;
    font-size: 15px;
    font-weight: bolder;
    padding: 5px 14px 6px 14px;
    border-radius: 18px;
    box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);
    border: 1px solid #25d366;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.whatsapp-container:hover .phone-call::after {
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*  Whatsapp Icon */

/*Scrolltop*/


.hide {
    transform: scale(0, 0);
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 15px;
    bottom: 75px;
    background: #111;
    color: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 9px;
    right: 9px;
}

.back-to-top:hover i {
    color: #fff;
}

/*Scrolltop*/


/*Banner start*/

.banner-section {
    position: relative;
    width: 100%;
}

.desk-banner-top {
    margin-top: 81px;
}

.banner-image1 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image2 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image3 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-contentbox {
    position: absolute;
    height: 650px;
    top: 0px;
    left: 6%;
    right: 6%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-contentbox .banner-heading1 {
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    text-shadow: 2px 2px 4px #2a2a2a;
    /*    margin-top: 50px;*/
}

.banner-contentbox .banner-heading2 {
    color: #fff;
    text-align: center;
    font-size: 58px;
    line-height: 68px;
    font-weight: 300;
    margin-top: 30px;
    text-shadow: 2px 2px 2px #2a2a2a;
}

.banner-details {
    color: #fff;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}

.banner-section .owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.banner-section .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.banner-section .owl-prev span {
    font-size: 42px;
    line-height: 70px;
    padding-left: 10px;
    color: #fff !important;
}

.banner-section .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.banner-section .owl-next span {
    font-size: 42   px;
    line-height: 70px;
    padding-right: 10px;
    color: #fff !important;
}

.banner-button {
    margin-top: 45px;
    text-align: center;
}

.banner-button .btn1 {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 30px;
    text-align: center;
    /*    text-transform: uppercase;*/
    background: #fff;
    transition: 0.3s ease;
    border-radius: 5px;
    border: 1.5px solid #fff;
}

.banner-button .btn1:hover {
    color: #fff;
    transition: 0.3s ease;
    background: #1ec3f3;
    border: 1.5px solid #1ec3f3;
}



/*Banner end*/



/*About Us section start*/

.section1 {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/section1-bg-image.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
}

.borderbox-con {
    width: 87%;
    height: auto;
    margin: auto;
    background: #fff;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 65px;
    border: 15px solid #f3ccff;
}

.heading-1 {
    color: #9f78ab;
    font-size: 15px;
    text-align: center;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 7px;
}

/*
.heading-1::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    width: 60px;
    border-bottom: 2px solid #1ec3f3;
    margin-left: auto;
    margin-right: auto;
}
*/
.heading-2 {
    color: #000000;
    font-size: 38px;
    text-align: center;
    line-height: 54px;
    font-weight: 400;
    margin-bottom: 36px;
}

.details {
    color: #000000;
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 50px;
}

.details span {
    font-weight: 700;
}

.knowmore_button .btn1 {
    color: #fff;
    background: #131414;
    border: 1.5px solid #131414;
    border-radius: 30px;
}

.knowmore_button .btn1:hover {
    color: #131414;
    transition: 0.3s ease;
    background: transparent;
    border: 1.5px solid #131414;
}

.content-con1 {
    width: 100%;
    height: auto;
}

.left-contentbox {
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 50px;
}


/*
.left-contentbox .content-heading1::before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    bottom: 0px;
    width: 210px;
    border-bottom: 2px solid #1ec3f3;
}
*/

.left-contentbox .content-heading1 {
    color: #9f78ab;
    text-align: left;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 0px;
    padding-bottom: 0;
    /*    max-width: 380px;*/
}

.left-contentbox .content-heading2 {
    color: #2a2a2a;
    text-align: left;
    position: relative;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin-top: 10px;
    /*    max-width: 380px;*/
}

.left-contentbox .left-contentbox-details {
    color: #777;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.list-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
}

.list-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.list-hr-line {
    width: 20px;
    border-top: 2px solid #1ec3f3;
    margin-right: 10px;
}

.list-content .icon-heading {
    font-size: 14px;
    line-height: 22px;
    color: #1e1e1e;
    font-weight: 700;
    margin-bottom: 0;
}

.list-content .icon-details {
    color: #777;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.content-details {
    font-size: 14px;
    line-height: 26px;
    color: #777;
}

.learn-more-button {
    margin-top: 50px;
}

.mt-20 {
    margin-top: 20px !important;
}

.read-more-button .btn1 {
    color: #fff;
}

.read-more-button .btn1:hover {
    color: #fff;
}

.desk-d-none {
    display: none;
}

.video-con {
    width: 100%;
    height: auto;
    padding-left: 30px;
}

.video-con video {
    width: 100%;
    height: 350px;
    background: #ededed;
    overflow: hidden;
    box-shadow: -30px 30px 0px 0px #000a1d;
}

/*About Us section end*/


/*Our service section start*/

.our-service-section {
    width: 100%;
    height: auto;
    background: #131414;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 90px;
    padding-bottom: 90px;
}

.our-service-section .heading-2 {
    color: #fff;
}

.service-box {
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}

.service-imagebox {
    width: 100%;
    height: auto;
}

.service-imagebox img {
    width: 100%;
    height: auto;
}

.service-contentbox {
    position: absolute;
    width: 100%;
    height: 94px;
    padding: 20px 30px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.5s ease;
}

.service-box:hover .service-contentbox {
    height: 100%;
}

.service-heading {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    transition: 0.5s ease;
    transform: translateY(0px);
    line-height: 29px;
}
.service-heading a {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    transition: 0.5s ease;
    transform: translateY(0px);
    line-height: 29px;
    text-shadow: 2px 2px 2px #000;
}
.service-heading a:hover {
    color: #f3ccff;
}

.service-heading-underline {
    width: 100%;
    border-top: 1px solid #fff;
    transform: translateY(105px);
    transition: 0.5s ease;
}

.service-box:hover .service-heading {
    transform: translateY(100px);
}

.service-details {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    transition: 0.5s ease;
    transform: translateY(120px);
}

.service-button {
    text-align: center;
    transform: translateY(170px);
}

.service-button .btn1 {
    color: #1a1a1a;
    background: #fff;
    border: 1.5px solid #fff;
}

.service-button .btn1:hover {
    color: #000;
    background: #f3ccff;
    border: 1.5px solid #f3ccff;
}

.mt-40 {
    margin-top: 40px !important;
}

.content {
    display: none;
}

/*Our service section end*/


/*section3 start*/

.section3 {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/section3-bg-image.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;

}

.video_slider-container{
    width: 100%;
    height: auto;
}
.video_slider-container video{
    width: 100%;
    height: auto;
}


/*  Video Style  */
.video-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    /*    z-index: 11111;*/
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 10px;
    min-height: 550px;
    position: relative;
}

.video-box a {
    font-size: 27px;
    color: #fff !important;
    position: absolute;
    /*    z-index: 11111;*/
}

video {
    position: absolute;
    z-index: 11111;
}

.video-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 88px;
    height: 88px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 27px;
    border-radius: 50%;
    color: #fff;

    background: rgba(243, 204, 255, 0.7);
}

.video-title h2 {
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 0;
    line-height: 1px;
    margin-bottom: 15px;
    color: #f9d328;
}

.video-title p {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 50px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 60px;
}

.video-popup i {
    color: #c952ee;
}

/*  Video Style  */



.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}
.gallery-box{
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.gallery-imgboxcon{
    width: 100%;
    height: auto;
}
.gallery-imgbox img{
    width: 100%;
    height: auto;
}


.gallery-iconbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-icon-1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid !important;
    place-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50% !important;
    z-index: 22;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.gallery-icon-1:hover{
    color: #fff !important;
}

.gallery-box:hover .gallery-icon-1{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: #0c141d;
}
.gallery-hover-bg{
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.gallery-box:hover .gallery-hover-bg{
    opacity: 1;
    visibility: visible;
}

/*Section3 end*/

/*section4 start*/

.section4 {
    padding-top: 0px;
    padding-bottom: 90px;
    width: 100%;
    height: auto;
}

.pricebox-con{
    width: 100%;
    height: auto;
    padding: 30px 0 30px 0;
    border-radius: 30px;
    background: #f3ccff;
}
.pricebox_heading1{
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
    background: #000000;
}

.pricebox_heading2{
    color: #000;
    font-family: 'Vidaloka', serif;
    font-size: 56px;
    line-height: 86px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}
.pricebox_heading2 span{
    color: #000;
    font-family: 'Vidaloka', serif;
    font-size: 36px;
    line-height: 66px;
    font-weight: 500;
}
.pricebox_details{
    color: #000;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}
/*section4 end*/


/*Section5 start*/

.section5 {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/section5-bg-image.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 110px;
}

.section5 .heading-2{
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 30px;
    text-shadow: 2px 2px 2px #2a2a2a;
}
.section5 .heading-2 span{
    font-weight: 700;
}
.section5 .heading-2 span a {
    color: #fff;
    font-weight: 700;
}
.section5 .details{
    color: #fff;
}
/*Section5 end*/




/*Contact form section start*/

.contactus-section {
    background: #f3ccff;
    padding-top: 90px;
    padding-bottom: 110px;
}

.contactus-section .info {
    width: 100%;
    padding: 0;
}

.form-heading {
    color: #000;
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 30px;
}
.contact-form-heading2 {
    color: #000;
    text-align: left;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
}
.addressbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.iconbox {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    margin-right: 20px;
    transition: 0.3s;
}
.iconbox i{
    color: #f5ad0d;
    font-size: 20px;
}

/*
.iconbox:hover{
    color: #fff;
    background: #d48d04;
    transition: 0.3s;
}
*/

.emailbox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.email-address{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.email-address:hover{
    color: #000;
}
.phonebox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-no{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.location, .email-heading, .contact-no-heading{
    color: #000;
    font-size: 18px !important;
    font-weight: 700  !important;
}
.contact-no:hover{
    color: #000;
}
.contact-detailsbox p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}

.contact-form {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 65px;
    background: #fff;
}

.contact-form .form-control {
    color: #b58ec1 !important;
    background-color: #faebff !important;
    border: 1px solid #faebff!important;
    border-radius: 0 !important;
}
.contact-form .form-control::placeholder{
    color: #b58ec1 !important;
}
.submit-button {
    margin-top: 30px;
}
.submit-button .btn1{
    display: inline-block;
    width: 100%;
    color: #f3ccff;
    background: #000000;
    border: 1.5px solid #000000;
}
/*Contact form section end*/


/*Footer start*/

.footer-section {
    padding: 70px 0 0;
    background-color: #1e2429;
}

.footer-clmn1 {
    padding-left: 0px;
}

.footer-heading {
    color: #f3ccff;
    font-size: 20px;
    font-weight: 600;
}

.footer-logo {
    width: 183px;
    height: auto;
}

.footer-logo a img {
    width: 100%;
    height: auto;
}

.company-details {
    color: #fff;
    font-size: 15px;
    margin-top: 0px;
}

.footer-contact-details{
    width: 100%;
    height: 100px;
    border-radius: 10px;
    padding: 15px 30px;
    background: #004b77;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer-contactbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer-contact-iconbox{
    width: 40px;
    height: 40px;
}
.footer-contact-iconbox i{
    color: #99bace;
    font-size: 32px;
}
.footer-contact-content{
    margin-left: 10px;
}
.ft_hd {
    color: #fff;
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 50px;
    margin-bottom: 10px !important;
}

.quick-link {
    padding-left: 0;
    margin-bottom: 0;
}

.ql {
    list-style: none;
    padding: 2px 0;
    transition: 0.3s;
}
.ql:hover span{
    margin-left: 5px;
    transition: 0.3s;
}
.ql span{
    margin-right: 10px;
    transition: 0.3s;
}
.ql span i{
    font-size: 14px;
}
.ql a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    font-size: 13px;
    display: flex;
}

.ql a:hover {
    color: #fff !important;
    transition: 0.3s;
    text-decoration: none;
}

.social_con p {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
}
.contact-no-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contact-no2 {
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.email-address-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.location-heading{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.email-address2{
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.location2{
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.subs-content {
    padding-bottom: 30px;
}

.social_con{
    margin-top: 30px;
}
.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
}

.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #f3ccff;
    border: 1px solid #f3ccff;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    background: #f3ccff;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #000;
}



/*
.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #bc0000;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    background: #fff;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #bc0000;
}
*/



.footer_end {
    width: 100%;
    height: auto;
    
    margin-top: 50px;
    
}
.footer-end-content{
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.ft_end_txt {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

.ft_end_txt a {
    color: #fff;
    transition: 0.3s ease;
}

.ft_end_txt a:hover {
    color: #fff;
    transition: 0.3s ease;
}

/*Footer end*/



/*About page start*/

.banner-heading-section {
    background: #f3ccff;
    position: relative;
    padding: 50px 0;
}

.about-content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.about-content h1 {
    color: #000;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}

.about-content nav {
    width: 100% !important;
    margin-top: 10px;
}

.about-content .breadcrumb {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
}

.about-content .breadcrumb-item a {
    color: #000 !important;
}

.about-content .breadcrumb-item.active {
    color: #000 !important;
}

.about-content .breadcrumb-item.active a {
    color: #000 !important;
}

.about-content .breadcrumb-item + .breadcrumb-item::before {
    color: #000 !important;
}

.about_section2{
    padding-top: 90px;
    padding-bottom: 90px;
}



.imagebox {
    width: 100%;
    height: auto;
}

.imagebox img {
    width: 100%;
    height: auto;
}
.sticky_div {
    position: sticky;
    top: 20px;
  }
.about-content-heading1 {}

/*
.about-content-heading1::before {
    top: 0px !important;
    height: 44px !important;
}
*/


/*About page end*/

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.aboutus_page-section1 .heading-2 {
    text-align: left;
    margin-bottom: 0;
}

.aboutus_page-section1 .left-contentbox {
    padding-bottom: 0px;
}

.aboutus_page-section1 .left-contentbox .left-contentbox-details {
    margin-bottom: 0;
}

/*Our Service page start*/



.service-section1{
    padding-top: 80px;
    padding-bottom: 80px;
}

.service_imgbox{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.bg-banner-image{
    width: 100%;
    height: 300px;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.service-heading2{
    color: #000;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}
.service-details2{
    color: #777;
    font-size: 16px;
    line-height: 24px;
}
.features_info{
    margin-top: 30px;
}

.features_info ul{
    margin-left: 30px;
}

.list-content{
    margin-left: 10px;
}

.bro-iconbox{
    width: 64px;
    height: 64px;
    margin-right: 20px;
}
.bro-iconbox img{
    width: 100%;
    height: auto;
}
.download_brochure {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #e1f4ff;
    padding: 30px 40px;
}
.download_left{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.brochure-heading{
    color: #454545;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.download_text p{
    color: #777;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.right-form-box{
    background: #f3ccff;
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
.right-form-box-heading{
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(13,74,111,0.4);
    margin-bottom: 0px;
}
.service-section1 .contact-form {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.right-form-box .contact-form .form-control {
    height: 45px;
    color: #b7b7b7 !important;
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
}
.right-form-box .submit-button .btn1{
    width: 100%;
    display: block;
}

.right-service-box{
    background: #f3ccff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
}
.service-list{
    list-style: none;
}
.service-item{
    width: 100%;
    height: 50px;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s ease;
    border-bottom: 1px solid #9f78ab;
}
.service-item:hover{
    color: #9f78ab;
    transition: 0.3s ease;
}



.learn-more-btn{
    color: #fff !important;
    margin-left: 10px;
    background: #1ec3f3 !important;
    border: 1.5px solid #1ec3f3;
}
.learn-more-btn:hover{
    color: #ffff !important;
    background: #000a1d !important;
    border: 1.5px solid #000a1d;
}

.mb-80{
    margin-bottom: 80px !important;
}

.button-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.image-contentbox{
    border: 5px solid #ebebeb;
}

/*Our Service page end*/

/*Our Service details page start*/

.hr-line {
    width: 100%;
    border-top: 1px solid #999;
    margin-bottom: 20px;
}

.details-heading {
    font-size: 22px;
    font-weight: 600;
    color: #030f27;
    margin-bottom: 20px;
    border-bottom: 1px solid #dad8d8;
    padding-bottom: 10px;
}

.our-products table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.our-products table tr:nth-child(odd) {
    background: #f4f4f4;
}

.our-products table th,
td {
    width: 50%;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #dfdfdf !important;
}

.product-imgcon {
    border: 5px solid #999;
    /*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

/*Our Service details page end*/



/*Our Projects page start*/

.our-project-section2 {
    padding-bottom: 90px;
}

.our-project-section2 .project-contentbox {
    padding: 40px;
}


/*Our Projects page end*/
.contact_page-section1{
    margin-top: 90px;
}
.contactus-section2 {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 90px;
    background: #dfdfdf !important;
}

.contactus-section2 .form-heading {
    color: #2a2a2a;
}

.contactus-section2 .contact-no {
    color: #2a2a2a;
}

.contactus-section2 .contact-detailsbox p {
    color: #2a2a2a;
}

.contactus-section2 .email-address {
    color: #2a2a2a;
}

.contactus-section2 .submit-button .btn1 {
    color: #fff;
    background: #000a1d;
    border: 1.5px solid #000a1d;
}

.contactus-section2 .submit-button .btn1:hover {
    color: #fff;
    background: #1ec3f3;
    border: 1.5px solid #1ec3f3;
}


.mb-90 {
    margin-bottom: 90px !important;
}

.aboutpage-section {
    padding-bottom: 90px !important;
}
.google-map-section iframe {
    width: 100%;
}