
*
{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Varela Round', sans-serif;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #9507bd;
  }
  
  ::selection {
    color: #fff;
    background: #9507bd;
  }
nav{
    width: 100%;
    height: 120px;
    background: rgb(7, 160, 215);
    box-shadow:1px 2px 25px 3px;
    line-height: 75px;
    z-index: 999;
    padding: 0px 50px;
}
nav .logo
{
    color: red;
    text-transform: uppercase;
    float: left;
    /* padding:25px 8px; */
}
.logo{
    width: 200px;
    height: 90px;
}
nav ul
{
    float: right;
    margin-top: 20px;
}
.logo img{
    width: 170px;
    height: auto;
    margin-top: -40px;
    

}
nav ul li 
{
    list-style: none;
    display: inline-block;

}
nav ul li a{
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0px 15px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}
nav ul li a:hover,
nav ul li .active
{
    background: crimson;
    padding: 6px 10px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    
}
.checkbtn
{
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    float: right;
    display: none;
    margin-top: 25px;
}
#check
{
    display: none;
}
@media screen and (max-width:986px)
{
    nav
    {
        padding: 0px 50px;

    }
    .checkbtn{
        display: block;
    }
    nav .logo h1 {
        font-size: 18px;
        padding: 5px;
        flex-wrap: wrap;
    }
    nav ul
    {
        width: 100%;
        height: 100vh;
        background-color: rgb(7, 160, 215);
        position: fixed;
        top: 96px;
        left: -100%;
        text-align: center;
        transition: .05s ease-in;
        z-index: 9999;
    }
    nav ul li
    {
        display: block;
        margin: 60px 0px;
        line-height: 50px;
        
    }
    #check:checked ~ ul{
        left: 0;
    }
    .logo
    {
        margin: 0;
        padding: 0;
        width: 50px;
        height: 100;
    }
    .logo img{
        margin: 0;
        padding: 0;
        margin-left: -60px;
        margin-top: -40px;

    }
}
#slider,.carousel-item img
{
    width: 100%;

}
.about-index{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    width: 90%;
    margin-left : 5%;
}
.left-about
{
    display: flex;
    flex-direction: column;
    width: 60%;
    margin-top: 40px;
}
.left-about h2
{
    text-transform: capitalize;
    font-size: 22px;
    margin-left: 5px;
    margin-right: 5px;
    
}
.welcome
{
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
}
.welcome .left-line,
.right-line
{
    width: 120px;
    height: 3px;
    background: #000;
    margin-top: 15px;
    border-radius: 5px;
    margin-left: 5px;
}
.left-circle
{
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50px;
    margin-top: 14px;
    margin-left:-2px;
}
.right-circle
{
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50px;
    margin-top: 14px;
    margin-right: -5.5px;
}
.welcome h2
{
    font-size: 22px;
    font-weight: 600;
}

@media(max-width:986px)
{
   .welcome .left-line,
   .welcome .right-line{
    width:40px;
    height: 3px;
   }
   .welcome h2
   {
    font-size: 16px;
    margin-top: 5px;
    font-weight: 600;
   }
  
}
.left-about h1{
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    color: red;
}
.left-about h1 span
{
    color: rgb(5, 111, 217);
}
.left-about p
{
    width: 100%;
    text-align: justify;
    font-size: 16px;
}
.right-img
{
    width: 40%;
    height: auto;
    margin-left: 25px;
}
.right-img img
{
    width: 95%;
    height: auto;
    border-radius: 5px;
    margin-top: 30px;
}
@media(max-width:986px)
{
    .about-index
    {
        display: flex;
        flex-direction: column;
        width: 95%;
        margin-left: 2.5%;
    }
    .left-about 
    {
        width: 95%;
        margin-left: 2.5%;
    }
    .right-img
    {
        width: 95%;
        margin-left: 2.5%;
    }

}
/* expertise section starts  */
.expertise
{
    width: 100%;
    height: auto;
    padding: 15px;
    background: linear-gradient(150deg,#6906B6,#9507bd,#fff);
    margin-top:25px;
    display: flex;
    flex-direction: column;
}
.expert-head
{
    display: flex;
    flex-direction: column;
}
.expert-head h1{
    text-transform: uppercase;
    color: #bbb;
    font-size: 22px;
    margin-top: 5px;
}
.expert-head h3
{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-top: 5px;
    margin-left: 45px;
}
.expert-img-div
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
}
.expert-img-div img
{
    width: 130px;
    height: auto;
    border-radius: 5px;
}
.expert-img{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.expert-img p
{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.button
{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content:center;
}
.button button 
{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 130px;
    height: 35px;
    border-radius: 50px;
    background: rgb(3, 126, 179);
    border: 0;
}
@media(max-width:986px)
{
    .expertise
    {
        text-align: center;
    }
    .expert-head h1{
        font-size: 17px;
    }
    .expert-head h3{
        font-size: 15px;
        margin: 0;
    }
    .expert-img-div
    {
        flex-direction: column;
        justify-content: center;
        width: 90%;
        height: auto;
        margin-left: 5%;
    }
    .expert-img-div img{
        width: 80%;
        height: auto;
        margin-left: 10%;
    }
    .button button
    {
        width: 90%;
        height:30px;
        font-size: 14px;
        font-weight: 500;
        border-radius:5px;
    }
    .expert-img-div p{
        font-size: 16px;
        font-weight: 400;
    }
}
/* expertise section ends */

/* services section starts  */
.services
{
    width: 90%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
}
.service-head
{
    text-align: center;
}
.service-head h1
{
    text-transform: uppercase;
    font-size: 25px;
    padding: 0px 5px 0px 5px;   
    font-weight: 600;
}
.service-head h3{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.service-head h3 span{
    color: rgb(3, 126, 179);
}
.side-svg
{
    width: 95%;
    margin-left: 2.5%;
    display: flex;
    flex-direction: row;
    float: left;
    text-align: left;
    justify-content: space-between;
}
.left-svg 
{
    float: left;
    font-size: 85px;
    color: #999b;
}
.right-svg
{
    float: right;
    display: flex;
    flex-direction: row;
    opacity: 0.6;
    transform: rotate(-45deg);
    margin-right: -50px;
    margin-top: 25px;
}
.left-tab
{
    width: 40px;
    height: 25px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: red;
}
.right-tab
{
    width: 40px;
    height: 25px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: rgb(3, 126, 179);
}
.services-heading{
    width: 70%;
    height: 40px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 1px 3px 25px 2px;
}
.service-panel
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -50px;
}
.services-heading ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    margin-top: 9px;
}
.services-heading ul li{
    font-size: 15px;
    color: #666;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.services-heading ul .active,
.services-heading ul li:hover{
    background: #323570;
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff;
    margin-top: -6px;
}
.services-heading ul button{
    width: auto;
    height: 25px;
    border-radius: 50px;
    padding:0px 5px 0px 5px;
    background: transparent;
    border: none;
    outline: none;
    color: #bbb;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}
.services-heading ul button:hover
{
    background: #323570;
    color: #fff;
}
.service-container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-content-box
{
    width: 70%;
    height: auto;
    padding: 15px;
    background-color: #cececee0;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.side-dsgn .hex-one
{
    width: 100px;
    height: 100px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #000;
}
.right-bullets
{
    width: 60%;
    height: auto;
    display: none;
    justify-content: space-between;
    flex-direction: row;
}
.right-bullets .left-img{
    width: 50%;
    height: auto;
}
.right-bullets .left-img img{
    width: 90%;
    height: auto;
}
.right-bullets ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    line-height: 25px;
    float: right;
    width: 80%;
    
}
.right-bullets ul .heading-service
{
    border-radius: 50px;
    background: #0BBFE7;
    border: none;
    font-weight: 600;
}

.right-bullets ul li
{
    background: #E006E5;
    width: auto;
    height: 30px;
    border-top-left-radius:8px;
    border-bottom-right-radius: 5px;
    margin-top: 25px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    border-left: 6px solid #9507bd;
}
/* services section ends */

/* footer section starts  */
footer{
    width: 100%;
    height: auto;
    padding: 15px;
    background: #222;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-footer
{
    display: flex;
    flex-direction: column;
}
.sub-footer
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin-left: 5%;
}
.info-img
{
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.info-img h1{
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}
.info-img img{
    width: 150px;
    height: auto;
}
.info-img p
{
    font-size: 16px;
    color: #fff;
    width: 80%;
    text-align: justify;
    margin-top: 10px;
}
.button-footer
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.button-footer button{
    
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 130px;
    height: 35px;
    border-radius: 50px;
    background: rgb(3, 126, 179);
    border: 0;
}
.button-footer button a,
.button button a
{
    color: #fff;
    text-decoration: none;
}
.web,
.footer-expertise,
.contact-us{
    margin-top: 25px;
}
.web h2,
.footer-expertise h2,
.contact-us h2
{
    font-size: 25px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}
.web ul,
.footer-expertise ul,
.contact-us ul{
    text-transform: capitalize;
    list-style: none;
}
.web ul li,
.footer-expertise ul li,
.contact-us ul li
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.web ul i,
.footer-expertise ul i{
    color: #fff;
    font-size: 16px ;
    line-height: 35px;
}
.web ul li a,
.footer-expertise ul li a,
.contact-us ul li a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;    
    transition: 0.5s ease-in-out;
    
}
.web ul li a:hover,
.footer-expertise ul li a:hover,
.contact-us ul li a:hover{
    color: crimson;
}
.contact-us ul li i{
    margin-right: 10px;
}
.socials ul
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.socials ul li a{
    font-size: 35px;
}
.socials ul .fa-facebook
{
    transition: 0.5s;
}
.socials ul .fa-facebook:hover
{
    color: #3b5998;
    background: #fff;
    padding: 5px;
    border-radius: 50px;
}
.socials ul .fa-twitter
{
    transition: 0.5s;
}
.socials ul .fa-twitter:hover
{
    color: #1DA1F2;
    background: #fff;
    padding: 5px;
    border-radius: 50px;
}
.socials ul .fa-whatsapp
{
    transition: 0.5s;
}
.socials ul .fa-whatsapp:hover
{
    color: #25D366;
    background: #fff;
    padding: 5px;
    border-radius: 50px;
}
.socials ul .fa-instagram
{
    transition: 0.5s;
}
.socials ul .fa-instagram:hover
{
    color: #F77737;
    background: #fff;
    padding: 5px;
    border-radius: 50px;
}

.main-footer hr{
    width: 80%;
    margin-left: 10%;
    color: #fff;
    background-color: #fff;
}
.credits 
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.credits h2{
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
}
.credits h2 span{
    text-transform: uppercase;
    font-weight: 600;
}
.credits h3{
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
}
.credits h3 span
{
    text-transform: uppercase;
    font-weight: 600;
}

@media(max-width:986px)
{
    .main-footer{
        display: flex;
        flex-direction: column;
    }
    .sub-footer
    {
        flex-direction: column;
    }
    .info-img 
    {
        width: 95%;
        margin-left: 2.5%;
    }
    .info-img h1
    {
        text-align: center;
        font-size: 16px;
    
    }
    .info-img p{
        font-size: 14px;
        width: 95%;
        margin-left: 2.55;
    }
    .credits h2, .credits h3{
        font-size: 13px;
    }
}
/* footer section ends */

/* about section starts */
.section-heading
{
    width: 100%;
    height: 150px;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../Images/26363.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 5px;
}
.heading h2{
    font-size: 25px;
    color: #fff;
    text-transform: capitalize;

}

.breadcrumbs ul
{
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    list-style: none;
}
.breadcrumbs ul li{
    text-transform: capitalize;
    font-size: 16px;
    margin: 0 3px;
    color: #fff;
    cursor: pointer;
}
.breadcrumbs ul li a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}
.about-container{
    width: 100%;
    height: auto;
    background: url('../Images/7638016.jpg');
    background-size: cover;
    background-position: center;

}
.about{
    width: 90%;
    margin-left: 5%;
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    justify-content: space-between;
   
}
.main-left-about{
    width: 50%;
    height: auto;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 25px 3px;
    text-transform: capitalize;
    text-align: center;
}
.main-left-about h1{
    font-size: 25px;
    color: #323570;
    border-bottom: 2px solid crimson;
    font-weight: 600;
}
.main-left-about p{
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    margin-left: 5%;
    width: 90%;
}
.right-content-img
{
    width: 50%;
    height: auto;
    margin-top: 8%;
}
.right-content-img img{
    width: 90%;
    height: auto;
    border-radius: 5px;
    margin-left: 12%;
}
@media(max-width:986px)
{
    .about{
        width: 90%;
        margin-left: 5%;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .main-left-about{
        width:95%;
        margin-left: 2.5%;
    }
    .main-left-about h1{
        font-size: 20px;
    }
    .main-left-about p{
        font-size: 14px;
    }
    .right-content-img{
        width: 95%;
    }
    .right-content-img img{
        width: 95%;
        margin-left: 2.5%;
    }
}

.about-vmv
{
    width: 100%;
    height: auto;
    padding: 15px;
    background: rgb(12, 217, 104);
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.vmv-container
{
    width: 90%;
    margin-left: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.vmv-content-box
{
    width: 300px;
    height: auto;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 2px 25px 2px;
    text-align: center;
}
.vmv-content-box i{
    text-align: center;
    font-size: 45px;
    color: #323570;
    justify-content: center;
}
.vmv-content-box ul {
    list-style: none;
    width: 95%;
    margin-left: 2.5%;
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 40px;
}
.vmv-content-box ul li i{
    font-size: 16px;
    color: brown;
    margin-right: 5px;
}
.vmv-content-box h2{
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    color: rgb(12, 217, 104);
    border-bottom: 2px solid #323570;
}
.vmv-content-box ul li{
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}
.vmv-content-box p{
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    width: 90%;
    margin-left: 5%;
}
@media(max-width:986px)
{
    .vmv-container {
        flex-direction: column;
    }
    .vmv-content-box
    {
        width: 90%;
        margin-left: 5%;
        margin-top: 25px;
    }
    .vmv-content-box h2{
        font-size: 18px;
        font-weight: 500;
    }
    .vmv-container p{
        font-size: 14px;
    }
    .vmv-container ul li{
        font-size: 14px;
    }
}
.wwd
{
    width: 100%;
    height: auto;
    padding: 10px;  
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}
.wwd-container
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    margin-left: 5%;
}
.wwd-container h2{
    text-transform: capitalize;
    text-align: center;
    color: crimson;
}
.wwd-container h3{
    font-size: 18px;
    color: #323570;
    text-align: center;
    text-transform: capitalize;
}
.uline
{
    width: 20%;
    height: 2px ;
    border-radius: 5px;
    background: #dd9c9c;
    margin-left: 40%;
    margin-top: 15px;
}
.wwd-content-box
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 24px;
}
.wwd-content-box img{
    width: 40%;
    height: auto;
    box-shadow: 1px 2px 25px 3px;
}
.wwd-content-box p{
    width: 380px;
    height: auto;
    text-align: justify;
    margin-top: 100px;
    font-size: 18px;
    font-weight: 500;
    
}
.wwd-content-box .mob-img{
    display: none;
}
@media(max-width:986px)
{
    .wwd-content-box{
        display: flex;
        flex-direction: column;
    }
    .wwd-content-box img{
        width: 95%;
        margin-left: 2.55;
    }
    .wwd-content-box .mob-img{
        display: block;
    }
    .wwd-content-box .win-img
    {
        display: none;
    }
    .wwd-content-box p{
        margin-top: 10px;
    }
    .wwd-container h2
    {
        font-size: 18px;
    }
    .wwd-container h3
    {
        font-size: 16px;
    }
    .wwd-content-box p{
        width: 90%;
        margin-left: 5%;
        font-size: 16px;
    }
}

/* about section ends */


/* expertise main section starts */
.oe
{
    width: 100%;
    height: auto;
    padding: 15px;
    margin-top: 25px;
}
.oe-data
{
    width: 80%;
    margin-left: 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px;
    flex-wrap: wrap;
}
.oe h3{
    font-size: 25px;
    text-transform: capitalize;
    text-align: center;
}

.oe-img-info
{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 1% 5%;
}
.oe-img-info img{
    width: 150px;
    height: auto;
}

@media(max-width:986px)
{
    .oe h3
    {
        font-size: 20px;
        text-align: justify;
    }
    .oe-img-info img 
    {
        width: 95%;
        margin-left: 2.5%;
    }
}
/* expertise main section ends*/

/* contact us ection starts  */
.cu{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cu-map iframe{
    width: 100%;
    height:500px;
}
.contact-u{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin-left: 5%;
    margin-top: 25px;
}
.contact-us-details
{
    display: flex;
    flex-direction: column;
}
.cu-details{
    display: flex;
    flex-direction: row;
}
.cu-details i{
    font-size: 25px;
    margin-right: 10px;
    background: #eee;
    padding: 10px;
    border-radius: 50px;
    transition: 0.5s ease-in-out;
}
.cu-details i:hover{
background: #323570;
color: #fff;
}
.cu-details h4{
    font-size: 25px;
    text-transform: capitalize;
}
.contact-us-details p{
    margin-left: 50px;
}
.contact-us-details p a{
    color: #555;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.contact-us-details p a:hover{
    color: crimson;
}

.right-cu form{
    display: flex;
    flex-direction: column;
    width: 80%;
}
.right-cu form input{
    width: 450px;
    margin-top: 15px;
    border: 1.5px solid #000;
    border-radius: 5px;
    padding:2px 2px 2px  5px;
    font-size: 15px;
    text-transform: capitalize;
    outline: none;
}
.right-cu textarea
{
    width: 450px;
    height: 60px;
    margin-top: 15px;
    border: 1.5px solid #000;
    border-radius: 5px;
    padding: 2px 2px 2px 5px;
}
.right-cu h3
{
    text-align: center;
}
.button-cu
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}
.button-cu button{
    width: 120px;
    height: 35px;
    color: #fff;
    background-color: crimson;
    text-transform: capitalize;
    font-size: 16px;
    outline: none;
    border: none;
    border-radius: 5px;
    margin-top: 25px;
}
@media(max-width:986px)
{
    .contact-u{
        flex-direction: column;
    }
    .right-cu 
    {
        width: 100%;
        margin-left: 5%;
    }
    .right-cu form input,.right-cu form textarea
    {
        width: 100%;
        margin-left: 5%;
    }
    .button-cu
    {
        margin-left: 5%;
    }
    .button-cu button 
    {
        width: 90%;
        margin-left: 5%;
    }
    .contact-us-details p{
        font-size: 14px;
        margin-left: 0;
        width: 90%;
    }
}
/* contact us ection ends */
