/********** CSS **********/
body{
    margin-top:7.8rem;
}

:root {
    --primary: #eb484b;
    --secondary: #E93C05;
    --tertiary: #222222;
    --light: #acc3ec;
    --dark: #011A41;
    --text:rgb(0, 128, 128);
}

.img-fluid.new{
    height:400px;
       max-width: -webkit-fill-available !important;
}

/********** Spacing Padding ***************/

.section-entry {
    padding: 5rem 0 5rem;
  }
  .section-entry-top {
    padding-top: 5rem;
  }
  .section-entry-bottom {
    padding-bottom: 5rem;
  }
  .section-entry-meet{
    padding: 2rem 0;
  }
  
/********** Spacing Padding End ***************/
.txt-dis{
    color: #790f79;
    font-size: 2rem;
}

.bg-meet{
    background-color:var(--light);
    color: #fff;
}

.top-bar small>i
{
    color: #fff;
}

.top-bar small>a{
    color:#fff ;
    font-size:1rem;
}



.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Spinner ***/
/*#spinner {*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: opacity .5s ease-out, visibility 0s linear .5s;*/
/*    z-index: 99999;*/
/*}*/

/*#spinner.show {*/
/*    transition: opacity .5s ease-out, visibility 0s linear 0s;*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*}*/


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}



/*** Header ***/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
}

.logo {
    font-size: 24px;
    color:var(--tertiary);
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin:0;
    font-weight:bolder;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: -80px !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 1.2rem 1.15rem;
    color: var(--tertiary);
    font-weight: 600;
    outline: none;
    font-size:1rem;
    position:relative;
}

.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 7px;
  left: 0;
  background-color: #00233c;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-link:hover:before,
.nav-link:hover>.nav-link:before,
.nav-link.active::before {
  visibility: visible;
  width: 100%;
}

.dropdown-menu{
    position: absolute;
    z-index: 1000;
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    width: 590%;
    height:350px;
    top: 130%;
    right: -23.9rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #555;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 8px;
}

.dropdown-item{
    display: inline-block;
    width: 30%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: wrap;
    background-color: transparent;
    border: 0;
}

@media (max-width: 991.98px) {

    body {
        margin-top: 5rem;
    }
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
    .navbar-brand {
        width:70%;
    }
    .logo {
    font-size: 22px;}
    
    .dropdown-menu {
    width: auto;
    height: 300px;
    overflow: scroll;
    }
    
    .dropdown-item {
    display: inline-block;
    width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block flex;
        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;
    }
}



.carousel-by-meet{
    position: relative;
}


/*about section*/

.inner-ab-home .box-links{
    background-color:#f4f8fb;
    box-shadow: 0 0 2px 0 #000 !important;
    border-top: 1px solid #333;
    padding:1rem;
}

.inner-ab-home .box-links .ul-ul{
    font-weight: 500;
    list-style: none;
    font-size: 0.9rem;
    padding: 0;
}

.inner-ab-home .box-links .ul-ul li a:hover{
    background-color:#5f5f5f4a; }


.inner-ab-home .box-links .ul-ul li a{
    color: #58595A;
    font-weight:500;
    display: block;
    padding:0.3rem;
}

.wrapper-about .inner-ab-home h1,
.wrapper-about .inner-ab-home h2,
.wrapper-about .inner-ab-home h3,
.wrapper-about .inner-ab-home h4,
.wrapper-about .inner-ab-home h5,
.wrapper-about .inner-ab-home h6
{   
    font-weight: 600;
    font-size: 26px;
    color:var(--text);
    font-style: italic;
}

.wrapper-about .inner-ab-home p{
    text-align: justify;
    font-size:1rem;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #5d5d5d;
}


/*** Footer ***/
.footer p {
    color: #5d5d5d;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #5d5d5d;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    text-decoration: underline;
    box-shadow: none;
}

.footer-head-text{
    color:#000;
    font-size:1.25rem;
    font-weight:600;
}

.copyright {
    color:#5d5d5d;
    background: #f1f6fe;
}

.copyright .text-start-copy {
    text-align:start;
    color: #5d5d5d;
    font-size: 0.9rem;
}

.copyright a:hover {
    color: #5d5d5d;
}

/* new */

.page-section{
    background:transparent;
  
  }

  /*  */
.side-write{
    height: 100%;
}

.side-write-1{
    background-color: #17975d;
    color: white; font-size: 17px;

}

.side-write-2{
    background-color: #0080b6;
    color: white;
    font-size: 17px;

}

.vision-mis{
    display: flex;
    width: 100%;
    align-items: center;
}


.inner-vision-mis-img{
    width: 30%;
}

.inner-vision-mis{
    width: 70%;
    padding: 1rem;
}

@media (max-width:767px){
    .padding-1haf-up-down{
        padding: 2rem 0;
    }
}
/* contact */
.contact-box{
    height: 100%; border-radius: 12px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-box-1{
    background: linear-gradient(#008e4ed9, #008e4ed9), url(../img/bg.png);
    background-attachment:fixed;
}

.contact-box-2{
    background: linear-gradient(#ef5350f0, #ef5350f0), url(../img/bg.png);
    background-attachment:fixed;
}

.contact-box-3{
    background: linear-gradient(#1285b7cf, #1285b7cf), url(../img/bg.png);
    word-break: break-all; background-attachment:fixed;
}

.contact-box i{
    font-size: 2rem;
    padding: 1rem;
    color: #fff ;
    
}

.contact-box h4{
    color: white;
}

.contact-box div a{
    font-size: 1.1rem;
    color: #DFE4FD;
    padding: 1rem;
}

.container-inner-meet .card{
    padding: 1rem;
    overflow: hidden;
}
.container-meet{
    position: relative;
    height:100px ;
    width: auto;
}

.container-meet h4{
    text-align: center;
}

.container-inner-meet .card::before{
    content:"";
    position:absolute;
    top:-50%;
    left: 0%;
    width:100%;
    height:100%;
    background:linear-gradient(#d5e6d4,#d5e6d4);
    transform:skewY(345deg);
    transition:0.5s;
  }
  .container-inner-meet .card:hover::before{
    top:-70%;
    transform:skewY(390deg);
  }

  .container-inner-meet .img-container{
    z-index: 1;
  }

.card{
    position: relative;
}

.card .link-for{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.get-touch{
    border:none;
}

.get-touch-prod{
    background-color: #5a7696;
    color: white;
    border:none;
    
}

.container-outer-prod{
    position: relative;
    overflow: hidden;
}

.container-outer-prod .circle-2:before {
    content: '';
    position: absolute;
    left: -18%;
    top: -23%;
    width: 600px;
    height: 600px;
    background: rgb(213, 230, 212);
    border-radius: 50%;
    z-index: -1;
}

.container-outer-prod .circle-2:after {
    content: '';
    position: absolute;
    right: -16%;
    bottom: -5%;
    width: 500px;
    height: 500px;
    background: rgb(213, 230, 212);
    border-radius: 50%;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .container-outer-prod .circle-2:before 
    {
        left: -37%;
        top: -13%;
    }
    
    .container-outer-prod .circle-2:after 
    {
        right: -28%;
        bottom: -10%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 580px) 
{
    .container-outer-prod .circle-2:before 
    {
        left: -122%;
        top: -3%;
    }
    
    .container-outer-prod .circle-2:after 
    {
        right: -86%;
        bottom: 0%;
    }
}

.contact-wrapper{
    position:relative;
    overflow:hidden;
}

.contact-wrapper .circles:before {
    content: '';
    position: absolute;
    left: -25%;
    top: 49%;
    transform: translateY(-51%);
    width: 550px;
    height: 499px;
    background: rgb(213, 230, 212);
    border-radius: 50%;
    z-index: -1;
}
.contact-wrapper .circles:after {
    content: '';
    position: absolute;
    right: -25%;
    top: 49%;
    transform: translateY(-51%);
    width: 550px;
    height: 499px;
    background:rgb(213, 230, 212);
    border-radius: 50%;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .contact-wrapper .circles:before 
    {
        top: 49%;
    transform: translateY(-51%);
    }  
    
    .contact-wrapper .circles:after 
    {
        top: 49%;
    transform: translateY(-51%);
    } 
}

@media only screen and (min-width: 580px) and (max-width: 767px)
{
 .contact-wrapper .circles:before 
    {
        left: 50%;
        transform: translateX(-50%);
        top: -24%;
    }  
    .contact-wrapper .circles:after 
    {
        left: 50%;
        transform: translateX(-50%);
        top: 80%;
    }    
}

@media only screen and (min-width: 320px) and (max-width: 580px) 
{
   .contact-wrapper .circles:before 
    {
        left: 50%;
        transform: translateX(-50%);
        top: -24%;
    }  
    
    .contact-wrapper .circles:after 
    {
        left: 50%;
        transform: translateX(-50%);
        top: 80%;
    }
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: -300% !important;
}

.meet-business{
    display: block;
    font-family: system-ui;
    font-weight: 700;
    background: #f1f6fe;
    background-attachment: fixed;
    padding: 0.5rem;
    border-radius: 14px;
    border: 1px solid lightgrey;
    height:100%;
    color: black;
    font-size: 1.15rem;
}



.page-header {

    color:#f1f6fe;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

/*catelogue*/
.cat-box{
    background: linear-gradient(#09215c , #09215c) no-repeat;
    background-size: 0% 100%;
    transition: .4s;
    font-size: 1.25rem;
    padding: 1rem 1rem;
    border-radius: 8px;
    height: 100%;
    border:1px solid lightgrey;
    font-weight: 600;
    color: #000;
}

.cat-box:hover{
    background-size: 100% 100%;
    transition: .6s;
    color:#fff;
}
