@media only screen and (min-width : 1920px)
         {
.footer_mid_main {max-width: none!important;padding: 30px 0px 30px 0px!important;}
.commonsec1 {padding-top: 19.438em!important;padding-bottom: 19.438em!important;}
}

.sticky-btn-enquire:hover {
    color: #fff;
}
.sticky-btn-enquire::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    border-radius: 0px;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sticky-btn-enquire {
    position: fixed !important;
    top: 308px;
    right: -83px;
    font-size: 14px !important;
    padding: 11px 15px !important;
    z-index: 999 !important;
    transform: rotate(-90deg);
    transition: all 0.3s linear;
    background: #036d55;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(-45deg, #631f09, #63534e, #63534e, #652914);
    animation: pulse-cust 2s infinite;
    background-size: 400%;
    letter-spacing: 2px;
    font-family: 'FUTURAEF-BOOK';
}
@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #572447;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
}
.careersec1:before {
    content: "";
    background: rgb(0 0 0 / 16%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.my_container {
    max-width: none!important;
}
.banner_subheading{
    margin-left:80px;
}

.social-icons-detail a:hover {
    color: #631f09;
}
.justify-content-center {
    justify-content: center !important;
}
.dividborder, .dividborderbtn {
         position: relative;
         border-top: 1px solid #c3c3c3;
         z-index: 1;
         }
         .dividborder .centerbd, .dividborderbtn .centerbd {
         width: 20px;
    height: 14px;
    background: #ffffff00;
    position: absolute;
    left: 50%;
    top: -13px;
    transform: translateX(-50%);
         }
         .dividborder .centerbd:after, .dividborderbtn .centerbd:after {
         content: "";
    height: 52px;
    width: 42px;
    position: absolute;
    left: 52%;
    top: 0%;
    transform: translate(-50%, -50%);
    background: url(https://demofirst.in/dotom-mv/img/m.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
         }
         
         .form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #631f09!important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(99 31 9 / 18%)!important;
    margin-top:5px;
}
.hm-overviewText h2 {
    margin-bottom: 20px;
    font-size: 3rem;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'FUTURAEF-BOOK';
    color: #631f09;
}
.golden_line:before {
    content: "";
    position: absolute;
    width: 5.625em;
    height: 2px;
    display: inline-block;
    background: #631f09;
    left: 0;
}
.golden_line1 {
    position: relative;
    padding: 1.563em 0 2.5em;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }
 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/
/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-md-square {
    width: 46px;
    height: 46px;
}
.btn-lg-square {
    width: 58px;
    height: 58px;
}
.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    background-color: #e9592e;
    border: 1px solid #e9592e;
}
/*** Button End ***/
/*** Topbar Start ***/
.topbar .top-info {
    letter-spacing: 1px;
}
.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.topbar .top-link a {
    margin-right: 10px;
}
#note {
    width: 500px;
    overflow: hidden;
}
#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}
@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}
/*** Topbar End ***/
/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}
.navbar .navbar-nav .nav-link {
    padding: 17px 12px 14px 12px;
    color:#000;
    font-size: 17px;
    outline: none;
    font-weight: 400;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #012561;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}
.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}
/*** Navbar End ***/
/*** Carousel Start ***/
.carousel-item {
    position: relative;
}
.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, .6); */
}
.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}
.carousel-control-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #581c08;
    border-radius: 0 50px 50px 0;
    opacity: 1;
}
.carousel-control-prev:hover {
    background: #012561;
    transition: .8s;
}
.carousel-control-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #581c08;
    border-radius: 50px 0 0 50px;
    opacity: 1;
}
.carousel-control-next:hover {
    background: #012561;
    transition: .8s;
}
.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}
.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}
.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}
.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}
#carouselId .carousel-indicators li {
    height: 0px;
    width: 20px;
    background: #bbb;
    margin: 10px;
    border-radius: 50%;
    opacity: 1;
}
#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}
@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}
@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}
/*** Carousel End ***/
/*** Services Start ***/
.services .services-item {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}
/* .services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
} */
.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}
.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}
.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}
.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}
/* .services-item:hover .services-content-icon i {
    color: var(--bs-secondary) !important;
} */
.services-item:hover .services-content-icon p {
    color: #000;
}
/*** Services End ***/
/*** Project Start ***/
.project-img {
    position: relative;
    padding: 15px;
}
.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}
.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}
.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}
.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}
.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}
/*** Project End ***/
/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}
.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}
.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}
.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}
/*** Blog End ***/
/*** Team Start ***/
.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
}
.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}
.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}
.team-img {
    border: 15px solid var(--bs-white);
}
.team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
}
.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}
.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}
.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}
.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-secondary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}
@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}
/*** Team End ***/
/*** Testimonial Start ***/
.testimonial-item {
    background: #e3f0eb;

}
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}
.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}
.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}
.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}
.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}
/*** Testimonial End ***/
/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}
.contact-map {
    background: #26d48c;
}
.contact-form {
    background: #26d48c;
}
/*** Contact End ***/
/*** Footer Start ***/
.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}
p.foot-link a {
    color: #fff;
}
/*** Footer End ***/
/****************************************************HOME PAGE*******************************************/
/******************************************Home-About Section**************************************************/
.about-image-box img
{
width:100%
}
.about-image-box img {
    border-radius: 100% 0 0;
}
.about-image-box.two img {
    border-radius: 0 100% 0 0;
}
.about-image-box.three img {
    border-radius: 0 0 0 100%;
}
.about-image-box.four img {
    border-radius: 0 0 100% 0;
}
.text-link{
    color:#fff;
}
.arrow-circle {
    color: #000; 
}
.foot a:hover {
    color: #ffffff;
}
.exo-box {
    background-color: #ffffffa6;
    border-radius: 50%;
    height: 266px;
    padding: 60px 50px;
    position: absolute;
    text-align: center;
    margin-top: -290px;
    left: 68%;
    width: 266px;
    transform: translate(-50%, -50%);
    color: #fff;
}
.exo-box::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 13px;
    width: 90%;
    height: 90%;
    border: 2px dashed #012561;
    border-radius: 50%;
    -webkit-animation: rotate360 40s infinite linear;
    animation: rotate360 40s infinite linear;
}
@keyframes rotate360 {
    from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  ul.about-list {
    list-style-type: none;
    padding-left: 0px;
}
.about-list li {
    position: relative;
    font-weight: 600;
    color: #000;
    padding-left: 30px;
    padding-bottom: 10px;
}
.about-list i.arrow {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 16px;
    color: #012561;
} 
.plan-head {
    min-height: 120px;
    margin-top: -60px;
    margin-bottom: 0;
    height: auto;
    margin-right: 0;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background-color: #f9f7f7;
}
.fa-inr:before {
    content: "\f156";
}
i.fa.fa-inr {
    color: #000000;
    margin-right: 5px;
    font-size: 20px;
    display: inline-block;
}

.consultation-area1 {
    background: url(https://vortexnetsol.com/img/homecta2.jpg)no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 75px;
    background-position: 0% 22%;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.slider-button1 {
    margin-left: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    border: 1px solid #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 0px;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
    -webkit-animation-duration: 1.2s;
}
.foot-space{
    margin-top: 1px;
    padding-top: 25px;
}
/****************************************************Mobile Responsive************************************************/
@media only screen and (max-width: 767px)
{
/************************************************************HEADER****************************************/
.navbar-dark .navbar-toggler {
    color: rgb(0 0 0)!important;
    border-color: rgb(0 0 0)!important;
}
/* span.navbar-toggler-icon:after {
    content: "+";
    display: inline;
} */
span.navbar-toggler-icon {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.navbar-toggler-icon {
    padding-top: 3px!important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar .navbar-nav .nav-link {
    padding: 5px 12px 5px 5px!important;
}
/*****************************************************HEADER DONE************************************************/
/********************************************************HOME PAGE*************************************************/
.carousel-item img {
    min-height: 135px;
    object-fit: cover;
}
.menuu {
    background: linear-gradient(180deg, rgb(99 31 9), #631f09) !important;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
}
.col-md-2.claswidth.col-sm-6 {
    width: 74%!important;
    margin-left: 50px;
}
.image-block {
    width: 50%;
    clear: none;
}
.text-block.shortcode.cta-design {
    margin: 0px 0 0 -2px!important;
padding: 20px 20px 25px 20px!important;
}
.main-cta {
    display: block!important;
}
.card-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.plan-mob {
    padding-bottom: 0px !important;
}
h3.usage {
    font-size: 28px!important;
        margin-top: -18px;
}
.plan-mob .row.g-5.services-inner {
    padding-top: 0px !important;
}
.container.pt-5.abtt {
    padding-top: 30px !important;
}
.home-abt-img {
    margin-top: 24px;
    margin-bottom: -33px;
}
.project {
    margin-bottom: 10px!important;
}
.cta-design h3 {
    font-size: 21px !important;
    margin-bottom: -15px !important;
}
h5.cndtn{
font-size: 15px!important;
}
/********************************************************HOME PAGE DONE***********************************************/
/**********************************************************FOOTER*********************************************/
.navv {
    padding-left: 27px !important;
}
.back-to-top {
    bottom: 97px!important;
}
/**********************************************************FOOTER DONE*********************************************/
/********************************************************ABOUT PAGE******************************************/
.why1 {
    width: 50%;
    clear: none;
}
h1.header {   
    padding-top: 30px!important;
}
.page-header {
    height: 185px!important;
}
h3.abt-heading {
    font-size: 33px!important;
}
p.seamless-abt {
 padding-top: 0px !important;
margin-top: -30px;
 margin-bottom: -30px;
}
.countr {
    width: 50%;
    clear: none;
}
.count-sec {
    margin-left: 19px!important;
}
h4.yrs {
    margin-left: 8px !important;
    line-height: 23px;
}
.mission-container-layout-3 {
    padding: 20px 20px 20px 20px!important;
}
.vision-container-layout-4 {
    padding: 20px 20px 20px 20px!important;
}
.vsn-img {
    margin-left: 0px !important;
        height: 250px !important;
        min-height: 250px !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
}
.tstmnl .col-lg-6.col-md-6.col-sm-12.wow.fadeIn {
    margin-top: 30px;
}
.msssn {
    padding-bottom: 30px !important;
}
h3.tml {
    font-size: 26px !important;
}
img.at-image-link {
    width: 100%;
}
/********************************************************ABOUT PAGE DONE***********************************/
/*************************************************SERVICE PAGE*******************************************/
figure {
    min-width: 318px!important;
}
h3.serv {
    font-size: 28px !important;
    padding-top: 0px !important;
}
figure h3 {
    font-weight: 500!important;
}
/*************************************SERVICE PAGE DONE**********************************/
/*********************************************PLANS PAGE*********************************************/
h3.pln {
    line-height: 34px!important;
    font-size: 20px!important;
    padding: 10px 0 0px 0!important;
}
.plan-class {
    padding-top: 10px;
    padding-bottom: 15px;
}
.pln-strt {
    padding-top: 0px !important;
}
/**********************************************PLANS PAGE DONE*******************************************/
/*********************************************************CONTACT PAGE START**********************************************/
.contact-form-outer {
    margin-top: -6px!important;
    padding: 10px 12px 30px!important;
}
h3.contact-heading {
    font-size: 32px!important;
    padding-top: 0px!important;
}
a.contact-details {
    font-weight: 400!important;
}
.contact-space {
    padding-top: 16px!important;
}
/*********************************************************CONTACT PAGE DONE**********************************************/
/**************************************************************ENQUIRY PAGE START***************************************************/
img.enq-img {
    margin-top: 11px!important;
    width: 100%!important;
    margin-bottom: -10px !important;
}
h3.enq {
    font-size: 26px!important;
    margin-bottom: 4px !important;
}
/**************************************************************ENQUIRY PAGE DONE*******************************************************/


h1.header.termss {
        padding-top: 0px !important;
}
.container-fluid.sectn-terms {
    padding: 25px 0 50px 0 !important;
}
.what-we-do-area.home-two.marg-65 {
    padding: 25px 0 55px 0;
}
}


.heading .hasline {
  position: relative;
  padding-left: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}

.heading .hasline:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0px;
  left: -20px;
  border-bottom: 1px solid #000;
  transition: all 500ms linear;
  transition-delay: 1s;
}

.heading .hasline.now:before {
  width: 60px;
}
/* overview */
.readmore {
  width: 100%;
  margin-top: 30px;
}

.readmore a,
.readmore button {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0px 15px;
  min-width: 130px;
  min-height: 40px;
  overflow: hidden;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  border: 1px solid #000;
  text-transform: uppercase;
  transition: all ease-in-out 0.2s;
}

.readmore button {
  background: none;
}

.readmore a:hover,
.readmore button:hover {
  color: #fff;
  background: #000;
}

.readmore.white.solid a:hover,
.readmore.white.solid button:hover,
.readmore.white a,
.readmore.white button {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.readmore.white.solid a,
.readmore.white.solid button,
.readmore.white a:hover,
.readmore.white button:hover {
  color: #000;
  background: #fff;
}

.readmore.center a,
.readmore.center button {
  margin: 0 auto;
}

.readmore.solid a,
.readmore.solid button {
  background-color: #000;
  color: #fff;
}
.readmore.solid a:hover,
.readmore.solid button:hover {
  background-color: transparent;
  color: #000;
  border-color: #000;
}
.hm-overview {
  position: relative;
  overflow: hidden;
}
.padding {
    padding-top: 4rem;
    padding-bottom: 0rem;
}
.hm-overview .absolute {
  position: absolute;
  font-size: 20vw;
  font-weight: 400;
  opacity: 0.03;
  top: 20%;
  left: 100%;
  transition: all 3s ease;
}

.hm-overview .absolute.scroll {
  left: 0;
}

.hm-overviewText section {
  padding-right: 5%;
}

.hm-overviewText section article h5 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'FUTURAEF-BOOK';
  color:#631f09;
}
.hm-overviewText h5 {
  margin-bottom: 20px;
  font-size: 1.9rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'FUTURAEF-BOOK';
  color:#631f09;
}

.hm-overviewImg .img-fluid {
  height: 450px;
  width: 315px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hm-overviewImg .img-fluid img {
  height: 450px;
  width: 300px;
  object-fit: cover;
  transition: all 1s ease;
}

.hm-overviewImg .img-fluid span {
  position: absolute;
  font-size: 12px;
  letter-spacing: 15px;
  text-transform: uppercase;
  font-weight: 800;
  transform: rotate(90deg);
  transform-origin: left;
  left: calc(100% - 7px);
  bottom: 40%;
}
/* overview */

/*----------------------------------------Client counter---------------------------*/
.stats {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.stats li {
  flex-grow: 1;
  padding: 10px 0px;
   border-right: 1px solid #fff;
}       
.stats li:nth-child(4) {
    border-right: 0px solid #fff;
}

.stats li section h2 {
  font-weight: 900;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 5vw;
    color: #fff;
}

.stats li section h2 .counter {
  font-size: 4vw;
  color: var(--brown);
}

.stats li section h2 small {
  font-size: 70%;
}

.stats li section p {
  font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin-top: 13px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}
/*----------------------------------------Client counter end---------------------------*/
    
.hm-overviewImg .img-fluid {
    height: 450px;
    width: 315px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.doneTranslate {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.rightTranslate {
    -webkit-transform: translate(200px, 0);
    transform: translate(200px, 0);
    opacity: 0;
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
}
.stats li section h2 .counter {
    font-size: 3vw;
    color: #000;
}    
    
@media (max-height: 540px) {
    .hm-overviewImg, .fixed-form {
        display: none;
    }
}
ul.submenu li a {
    font-size: 18px;
}
ul.submenu li {
    list-style: square;
}
.expandDivRow {
    width: 100%;
    height: 100%;
    display: flex;
}
.content .expandDivWpr {
    width: calc(100% - 400px);
    height: 100%;
    display: flex;
}
.social-icons-detail ul {
    display: flex;
    gap: 10px;
    padding-top: 20px;
    padding-left: 10px;
    list-style: none;
}
ul:last-child {
    margin-bottom: 0;
}
.social-icons-detail li {
    padding: 0 !important;
}
.social-icons {
    position: relative;
    overflow: hidden;
    display: block;
    color: #000;
}
.social-icons-detail li a .icon {
    display: block;
}
.social-icons-detail ul{

}
.expand_div.has_two {
    width: 50%;
}
.expand_div {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25%;
    background-color: #303030;
    transition: all .5s ease;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    align-content: flex-end;
    justify-content: flex-end;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.expand_div:after, .expand_div:before {
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    position: absolute;
    z-index: 1;
}
.expand_div:before {
    background: rgba(0, 0, 0, .6);
    height: 100%;
    transition: .8s ease;
    opacity: 1;
}
.expand_div_content {
    color: #fff;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.has-animation.animation-done {
    opacity: 1;
    transform: translateY(0);
}
.expand_div_content h4 {
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    font-family: "FUTURAEF-BOOK";
}
.has-animation {
    opacity: .01;
    transform-origin: 50% 0;
    will-change: transform;
    transition: all .6s ease-in-out;
}
.offcanvas-end {
    transform: translateX(100%);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.5s linear;
}
.expand_div_content .btn {
    margin-top: .8rem;
}
.btn.btn_white {
    color: #fff;
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, .4);
    overflow: hidden;
    box-shadow: none;
}
.btn.small_btn {
    padding: .3rem 1rem;
}
.expand_div:after {
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 80%);
    height: 40%;
    transition: .8s cubic-bezier(.14,1,.34,1);
}
.has_all_projects {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 400px;
    background-color: #521a07;
    transition: .8s cubic-bezier(.14,1,.34,1);
    display: flex;
    flex-direction: column;
    padding: 2rem;
    align-content: flex-end;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.has_all_projects h4 {
    padding-bottom: 10%;
}
.has_all_projects h4 span {
    font-size: 1rem;
    padding-bottom: 10%;
    display: block;
}
.expand_div.has_two:hover {
    width: 60%;
}
.expand_div:hover:before {
    opacity: 0;
}
/*.content {
    position: relative;
    display: none;
    height: calc(100vh - 140px);
}*/
.has_all_projects a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
a {
    text-decoration: none;
}
.readmore.full a, .readmore.full button {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0px 15px;
    min-width: 130px;
    min-height: 40px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
    text-transform: uppercase;
    transition: all ease-in-out 0.2s;
}
.project .container-fluid{
  padding-left: 0rem;
  padding-right: 0rem;
}
.whyUsContainer {
    display: flex;
    flex-wrap: wrap;
}
.whyUsBox {
    flex-grow: 1;
    width: calc(100% / 3);
    text-align: center;
    border: solid rgb(0 0 0 / 10%);
    border-width: 0 1px 1px 0;
}
.whyUsBox:nth-child(3n) {
    border-right-color: transparent;
}
.whyUsBox:nth-last-child(1), .whyUsBox:nth-last-child(2), .whyUsBox:nth-last-child(3) {
    border-bottom-color: transparent;
}
.whyUsBox section {
    width: 100%;
    padding: 10px;
}
.whyUsBox .imgBox {
    width: 60px;
    margin: 0 auto;
}
.whyUsBox .whyUsText {
    width: 100%;
    padding: 10px;
}
.whyUsBox .whyUsText h3 {
    width: 100%;
    color: #000;
    font-size: 14px;
/*    text-transform: uppercase;*/
}
.whyUsBox section .imgBox svg path,
.whyUsBox section .imgBox svg circle {
  fill: none;
  stroke: #631f09;
  stroke-width: 1;
  stroke-miterlimit: 20;
  stroke-dasharray: 1400;
  stroke-dashoffset: 0;
}

.whyUsBox section:hover .imgBox svg path,
.whyUsBox section:hover .imgBox svg circle {
  fill: #631f09;
  stroke: none;
  /*-webkit-animation:path 9s infinite;
    animation:path 9s infinite;*/
}

@-webkit-keyframes path {
  0% {
    stroke-dashoffset: 1400;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #631f09;
    stroke: none;
  }
}

@keyframes path {
  0% {
    stroke-dashoffset: 1400;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.heading p {
    display: block;
    width: 100%;
}

.whatsapp {
    position: fixed;
    right: 40px;
    bottom: 50px;
    z-index: 9999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100px);
    animation: whatsapp 1s ease 2s forwards;
}
.whatsapp:before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
}
.whatsapp:after {
    content: '';
    background: rgba(38, 25, 17, 0.7);
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: -2;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
/*    animation: whatsapp-after 1s ease infinite;*/
}
@keyframes whatsapp {
0% {
    transform: translateX(100px);
}
100% {
    transform: translateX(0px);
}
}
@keyframes whatsapp-after {
0% {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    opacity: 1;
}
100% {
    width: 200%;
    height: 200%;
    left: -50%;
    right: -50%;
    opacity: 0;
}
}

/*Quick Link*/

.quick_links {
    border-top: 0.1px solid #b1adad;
}
.quick_links_a.transcon_cta a {
    width: 100%;
    border: 0;
    /* font-size: 2.5em; */
    font-size: 1.6em;
   padding: 0 73px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    text-transform: capitalize;
}
.transcon_cta a {
    font-size: 1.375em;
    color: #222222;
    /*font-family: "Gordita-Bold";*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 1;
    letter-spacing: 0.4px;
   /* padding: 0.662em 1.137em;*/
    border: 1px solid #222222;
    transition: 0.3s ease;
    position: relative;
    text-transform: uppercase;
    min-height: 2.455em;
    max-width: 12.545em;
    width: 100%;
    height: 100%;
}
.transcon_cta a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #631f09;
    z-index: -1;
    transition: 0.3s ease;
}
.transcon_cta a span {
    vertical-align: middle;
    display: inline-block;
    font-family: 'FUTURAEF-BOOK';
}
.footer h4 {
    font-family: 'FUTURAEF-BOOK';
}
.transcon_cta a img.arrow {
    display: inline-block;
}
.transcon_cta a img {
    vertical-align: middle;
    padding-left: 10px;
    display: inline-block;
    /* padding-top: 5px; */
}
.transcon_cta a img.whitearrow {
    display: none;
}
.transcon_cta a:hover img.arrow {
    display: none;
}
.transcon_cta a:hover img.whitearrow {
    display: inline-block;
}
.transcon_cta a:hover:before {
    width: 100%;
}
.transcon_cta a:hover {
    background: #631f09!important;
    transition: 0.3s ease;
    color: #ffffff;
    border: 1px solid #631f09;
}
.quick_links .col-sm-4:nth-child(2) {
    border-left: 0.1px solid #b1adad;
    border-right: 0.1px solid #b1adad;
}
::-webkit-scrollbar-thumb {
    background-color: rgb(46, 52, 82);
    border-radius: 50px;
}
.wrapper._2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.logo_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
img.abcqq {
    width: 45px !important;
}
.w-layout-grid {
    display: grid;
}
.c1 {
    color: #4c4c4c;
    justify-content: space-between;
    align-items: center;
    display: flex;
    overflow: hidden;
}
.leaf-left, .leaf-right {
    width: 12%;
    line-height: 0;
}
.text-div {
    text-align: center;
    width: 70%;
}
.text-block-8 {
    font-size: 14px;
}
.text-block-9 {
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 3px;
    font-family: 'FUTURAEF-BOOK';
    font-size: 12px;
    line-height: 16px;
}
.text-block-10 {
    font-size: 9px;
    font-weight: 500;
}
i.bi.bi-chevron-down {
    font-size: 15px;
}
.nav-link:hover, .nav-link:focus {
    color: #631f09;
}
.w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}
.w-embed:after {
    clear: both;
}

.project_img {
    overflow: hidden;
}


.global-banner__scroll-arrow {
        position: absolute;
        bottom: 10%;
        left: calc(50% - 12px);
        z-index: 3;
        display: block;
        width: 24px;
        height: 24px;
        cursor: pointer;
        -webkit-animation: fade_move_down 2s ease-in-out infinite;
        animation: fade_move_down 2s ease-in-out infinite;
    }
svg.icon {
    width: 20px;
}
@keyframes fade_move_down{
0% {
    opacity: 0;
    transform: translateY(-.5rem);
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
    transform: translateY(.5rem);
}
}
.line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
.line {
    border-color: #9e9e9e;
    margin-top: 1px;
}
.header-content {
    position: relative;
    padding: 60px;
    overflow: hidden;
}

/*vertical menu*/

/*#vertical_tab_nav {*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding: 0%;*/
/*}*/

/*#vertical_tab_nav li {*/

/*  margin-bottom: 0px;*/
/*  text-align: left;*/
/*  padding: 0px;*/
/*  width: 100%;*/
/*}*/

/*#vertical_tab_nav li:last-child {*/
/*  margin-bottom: 0px;*/
/*  border-bottom: 0px;*/
/*}*/
/*#vertical_tab_nav li a {*/
/*    display: block;*/
/*    font-size: 14pt;*/
/*    color: #000000;*/
/*    text-decoration: none;*/
/*    padding: 3% 7%;*/
/*    border: 1px solid #000;*/
/*}*/

#vertical_tab_nav .tabbb-content {
    display: block;
    float: left;
    background: #fff;
    background: #fff;
    width: 64%;
    min-height: 350px;
    padding: 40px 3% 3% 3%;
    border-radius: 0px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
    /*box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;*/
}
#vertical_tab_nav div article {
  display: none;
  color: #555;
  margin-top: -25px;
}
#vertical_tab_nav div article p {
  margin: 0px 0px 20px 0px;
}




/*team*/
    .field--name-field-text-image-inner {
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
    }
    .f-flex {
    display: flex;
}
.text-image-split-content {
    background-color: #f5f5f5;
    box-sizing: border-box;
    color: #000;
    font-weight: 400;
    max-width: 675px;
    padding: 88px 112px 100px 144px;
    position: relative;
    z-index: 1;
}
.text-image-split-content .paragraph--type--testimonial {
        margin-left: -25px;
        margin-right: -25px;
    }
        .paragraph--type--testimonial .field__item {
        align-items: flex-start;
        display: flex;
    }
    .paragraph--type--testimonial .field-attribution {
    color: #96694c;
}

    .paragraph--type--testimonial .field-attribution {
        margin-left: calc(32px + 47px);
        max-width: 362px;
}

    .paragraph--type--testimonial .field__item {
        align-items: flex-start;
        display: flex;
}
.field--name-field-testimonial-attribution {
    margin-top: 20px;
}

    .paragraph--type--testimonial .field-text:before {
        margin-right: 32px;
}
.paragraph--type--testimonial .field-text:before, .paragraph--type--testimonial .field-text:after {
    background-size: 100%;
    content: "";
    display: block;
    height: 4px;
    min-width: 47px;
}
.paragraph--type--testimonial .field-text:after {
    align-self: flex-end;
    transform: rotate(180deg);
}
.paragraph--type--testimonial p {
    font-size: 1.125rem;
    color: #0b3041;
    font-family: Proxima Nova, sans-serif;
    font-style: italic;
    font-weight: 600;
    line-height: inherit;
}
img{
    height: auto;
}
.field--name-field-text-image-image {
        flex-basis: auto;
        margin-left: -48px;
        max-width: none;
        width: calc(51% + 96px);
    }
        .field--name-field-text-image-image .image-style-text-image-panel {
        width: 100%;
    }
    
#md {
    position: relative;
}
#md:before {
    width: 100%;
    height: 76%;
    background-color: #fdfaf0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
}
#md .container {
    width: 990px;
}
.blue-color {
    color: #15469e;
}
.bold-text {
    font-weight: bold;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.chairman-txt {
    position: absolute;
    left: 70px;
    top: 120px;
    color: #ffffff;
    font-size: 42px;
    line-height: 42px;
}
.blue-bg {
    background-color: #631f09;
}
.md-right {
    position: absolute;
    bottom: 0px;
    margin-left: -35px;
}
.white-clr {
    color: #FFF !important;
}
.fs-24 {
    font-size: 30px;
    line-height: 34px;
    font-family: 'FUTURAEF-BOOK' !important;
}
.bold-text {
    font-weight: bold;
} 
.pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #631f09;
  position: absolute;
  -webkit-transform: rotate(28deg);
  -moz-transform: rotate(28deg);
  -o-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  transform: rotate(28deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.pin:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
}
.pulse {
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2;
}
.pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #89849b;
  box-shadow: 0 0 1px 2px #89849b;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

@media (max-width: 768px) {

.quick_links_a.transcon_cta a {
font-size: 14px;
justify-content: flex-start;
padding: 0 10px;
}
.transcon_cta a img {
    width: 27px;
}
.col-sm-4.p-0 {
    width: 33.33%;
}
button.navbar-toggler.me-0 {
    display: none!important;
}
.whatsapp {
    position: fixed;
    right: 0px;
    bottom: 87px;
}   
.commonsec1 {
padding-top: 1.438em!important;
padding-bottom: 0.438em!important;
margin-top: 74px;
}
.banner_heading {
font-size: 1.6em!important;
}
    .header-content {
        position: relative;
        padding: 50px 40px 10px 40px!important;
        overflow: hidden;
    }
    .banner_subheading {
    margin-left: 0px!important;
}

/*join Us page*/

#vertical_tab_nav li a img {
    margin: 0 !important;
    width: 40% !important;
    
}
#vertical_tab_nav li a {
    line-height: 19px!important;
}
.founders {
    padding: 30px 20px!important;
}
.splide__arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 15px !important;
    position: relative !important;
    top: -6% !important;
}
    .splide__arrow {
    position: static;
    transform: unset;
}
.splide__arrow--next {
    right: -70px;
}
.splide__arrow--prev {
    left: 1em;
}
.upcoming-pro h4 {
    font-size: 18px;
}
.hm-overviewText h5 {
    margin-bottom: 0px!important;
    font-size: 1.3rem!important;
}
.tekrevol__ratings .rat-outer .rat-wrap span {
    font-size: 40px!important;
    line-height: 69px!important;
   
}    h2.border1:before {
        top: 2% !important;
        left: 291px !important;
    }
    .ptb--120 {
    padding: 50px 10px!important;
}
.gallery {
    padding: 0px;
    width: 50%!important;
}
.gallery img {
    height: auto !important;
}
.mt-auto.mb-auto.rat-outer.col.mobb:before {
    border: 0;
}
#vertical_tab_nav ul {
    width: 30%!important;
}
#vertical_tab_nav a p {
    line-height: 18px!important;
    margin: 4px!important;
    /*font-size: 22px;*/
}
.form-group {
    width: 100%;
}
.grid.lg\:grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
h2.section-title.sec-title2 {
    font-size: 17px !important;
}
.sticky-btn-enquire{
    display:none!important;
}
.visit_box_left img:hover,.phone_box_left img:hover,.email_box_left img:hover {
    transform: none!important;
}
.modal-title {
    padding: 5.2vw 0!important;
  font-size: 4.5vw!important;
}
#contact_form .form-control{
        padding: 1rem 0 !important;
    }
.modal-title-secondary {
    font-size: 2vw!important;
}
}