@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

:root{
    --green:#f55e27f5;
    --second-color:#05b14d;
    --black:#444;
    --light-color:#777;
    --box-shadow:.5rem .5rem 0 rgba(22, 160, 133, .2);
    --text-shadow:.4rem .4rem 0 rgba(0, 0, 0, .2);
    --border:.2rem solid var(--second-color);
}

*{
    font-family: 'Poppins', sans-serif;
    margin:0; padding: 0;
    box-sizing: border-box;
    outline: none; border: none;
    text-transform: capitalize;
    transition: all .2s ease-out;
    text-decoration: none;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 7rem;
    scroll-behavior: smooth;
}

section{
    padding:2rem 9%;
}

section:nth-child(even){
    background: #f5f5f5;
}

.text-decoration-none{
    text-decoration: none !important;
    color: var(--green);
}
.active{
    color: var(--second-color);
}

.color-primary{
    color: var(--green) !important;
}


.text-transform-none{
    text-transform: none !important;
}
.text-center{
    text-align: center !important;
}

.bg-white{
    background-color: white !important;
}
.text-clr{
  color: var(--light-color) !important;
}
.text-web{
  color: var(--green) !important;
}
.pdd-top-5{
    padding-top: 1%;
}

.border-radius-5{
    border-radius: 3% !important;
}


  /*--------------------------------------------------------------
  # Scroll top button
  --------------------------------------------------------------*/
  .scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background: var(--second-color);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
  }
  
  .scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
  
  .scroll-top:hover {
    background: var(--second-color);
    color: #fff;
  }
  
  .scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
  }
  

.heading{
    text-align: center;
    padding: 2% 0% 1% 0%;
    text-shadow: var(--text-shadow);
    text-transform: uppercase;
    color:var(--black);
    font-size: 5rem;
    letter-spacing: .4rem;
}

.heading span{
    text-transform: uppercase;
    color:var(--green);
}

.heading-title {
    text-align: center;
    padding-bottom: 2rem;
    text-shadow: var(--text-shadow);
    text-transform: uppercase;
    color: var(--black);
    font-size: 3rem;
    letter-spacing: .1rem;
}

.customize-btn{
    display: inline-block;
    margin-top: 1rem;
    padding: .5rem;
    padding-left: 1rem;
    border:var(--second-color);
    border-radius: 1rem;
    cursor: pointer;
    font-size: 1.7rem;
    background: var(--second-color);
    color: #fff;
    font-weight: bold;
    text-decoration: none !important;
}

.customize-btn:hover{
    background: #c3d92f;
    color: var(--green);
}
.heading-button{
    text-align: center;
    padding-bottom: 2rem;
    text-transform: uppercase;
    color:var(--black);
    font-size: 8rem;
}
.heading-button a {
    padding: 1rem 9rem;
    font-size: 1.6rem;
    font-weight: bold;
}


.header{
    padding:1rem 9%;
    position: fixed;
    top:0; left: 0; right: 0;
    z-index: 1000;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    color: black;
}

.header .logo img{
    width: 135%;
    height: 65px;
    color: var(--black);
}

.header .logo img{
    color: var(--green);
}

.header .navbar a{
    font-size: 2.1rem;
    color: black;
    text-decoration: none !important;
}

.header .navbar a:hover{
    color: var(--green);
}

/*---------------new--------*/
.dropDown {
    float: left;
    overflow: hidden;
    padding-left: 2rem;
  }

  .dropDown .dropbtn {
    font-size: 2.1rem;
    border: none;
    outline: none;
    color: black;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }

  .navbar a:hover, .dropDown:hover .dropbtn {
    color: var(--green);
  }

  .dropDown-content {
    margin: .1rem;
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

  }
  .dropDown-content-mega{
    margin: 0.1rem;
    padding: 1.5rem;
    display: none;
    position: absolute;
    background-color: white;
    min-width: 125%;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    margin-left: -15%;
  }

  .dropDown-content a,  .dropDown-content-mega a{
    float: none;
    color: black;
    font-size: 1.8rem !important;
    padding: 5px 12px 5px 12px;
    text-decoration: none !important;
    display: block;
    text-align: left;
  }

  .dropDown-content a:hover {
    background-color: #ddd;
  }

  .dropDown:hover .dropDown-content {
    display: block;
  }
  .dropDown:hover .dropDown-content-mega {
    display: block;
  }
/*--------------end---------*/


#menu-btn{
    font-size: 2.5rem;
    border-radius: .5rem;
    background: #eee;
    color:var(--green);
    padding: 1rem 1.5rem;
    cursor: pointer;
    display: none;
}
/* Header Video */
.bg-video-wrap {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  }
  video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
  }
  .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 2;
  }
  .info-section{
    width: 100%;
    height: auto;
  }
  .info-section .Videotitle {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    margin-top: 31%;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    height: 50px;
  }
  .info-section .VideoLogo {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 54px;
    width: 50%;
  }
.home .bg-video-wrap .info-section .btn {
    z-index: 3;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 200px;
    height: 50px;
    margin-top: 34%;
    font-weight: bold;
    padding: 1rem;
}

/* Header Vedio End */

.home{
    margin: 0;
    padding: 0;
}

.home .image{
    flex:1 1 45rem;
}

.home .image img{
    width: 100%;
}

.home .content{
    flex:1 1 45rem;
}

.home .content h3{
    font-size: 4.5rem;
    color:var(--black);
    line-height: 1.8;
    text-shadow: var(--text-shadow);
}

.home .content p{
    font-size: 1.7rem;
    color:var(--light-color);
    line-height: 1.8;
    padding: 1rem 0;
}
.home .service-banner, .page .service-banner {
    background: linear-gradient(rgba(24, 23, 23, 0.541), rgba(5, 5, 5, 0.356)), url('../image/landingSlider/hero.jpg');
    height: 1007px;

}


/* Slider */

.swiper-pagination-bullet{
    background-color: var(--light-color);
 }

 .swiper-pagination-bullet-active{
    background-color: var(--green);
 }
 /* Slider end */

 /* service */
 .services {
    background: linear-gradient(rgba(24, 23, 23, 0.603), rgb(5 5 5 / 78%)), url(../image/landingSlider/Wallpaper.webp) !important;
    height: 1030px;
    padding: 10rem 9% !important;
}

 .services .custom-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:10rem;
    padding-top: 5%;
}

.services .custom-row .content{
    flex:1 1 45rem;
}

.services .custom-row .content h3{
    color: white;
    text-shadow: var(--text-shadow);
    font-size: 5rem;
    line-height: 1.8;
}

.services .custom-row .content p{
    color: white;
    padding:1rem 0;
    font-size: 3.5rem;
    line-height: 1.8;
}


.services .custom-row .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap:2rem;
}

.image .carousel-item img{
    height: 450px !important;
}

.services .custom-row .box-container .box a{
    display: block;
    font-size: 3.0rem;
    color:white;
    padding: 1rem 0;
    text-decoration: none;
}

.services .custom-row .box-container .box a i{
    padding-right: .5rem;
    color:var(--green);
}

.services .custom-row .box-container .box a:hover i{
    padding-right:2rem;
}

.services .custom-row .message-form{
    flex:1 1 45rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
    gap:2rem;
    flex: .5 1 30rem;
    margin-top: 5%;
}

.services .custom-row form{
    background: #fff;
    border:var(--border);
    box-shadow: inset 0rem 0rem 6rem 18px rgb(255 1 41 / 8%);
    text-align: center;
    padding: 2rem;
    border-radius: 2.5rem;
}

.services .custom-row form h3{
    color:var(--black);
    padding-bottom: 1rem;
    font-size: 3rem;
}

.services .custom-row form .box{
    width: 100%;
    margin: 0.7rem 0;
    border-radius: 0.5rem;
    border: var(--border);
    font-size: 1.6rem;
    color: var(--black);
    text-transform: none;
    padding: 1rem;
}

.services .custom-row form .btn{
    padding:1rem 4rem !important;
}

form .box{
    width: 100%;
    margin: 0.7rem 0;
    border-radius: 0.5rem;
    border: var(--border);
    font-size: 1.6rem;
    color: var(--black);
    text-transform: none;
    padding: 1rem;
}
/* new end */
 


/* Service End */

/* Review section Start */
.review .swiper .swiper-wrapper .swiper-slide .box{
    border:var(--border);
    box-shadow: var(--box-shadow);
    border-radius: .5rem;
    padding:2.5rem;
    background: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.review .swiper .swiper-wrapper .swiper-slide .box img{
    height: 10rem;
    width: 10rem;
    border-radius: 50%;
    object-fit: cover;
    border:.5rem solid #fff;
}

.review .swiper .swiper-wrapper .swiper-slide .box h3{
    color:#fff;
    font-size: 2.2rem;
    padding:.5rem 0;
}

.review .swiper .swiper-wrapper .swiper-slide .box .stars i{
    color:#fff;
    font-size: 1.5rem;
}

.review .swiper .swiper-wrapper .swiper-slide .box .text{
    color:var(--light-color);
    line-height: 1.8;
    font-size: 1.6rem;
    padding-top: 4rem;
    text-align: justify;
}

.review .swiper .swiper-wrapper .swiper-slide .box::before{
    content: '';
    position: absolute;
    top:-4rem; left: 50%;
    transform:translateX(-50%);
    background:var(--green);
    /* border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%; */
    height: 25rem;
    width: 120%;
    z-index: -1;
}
/* Review Section End */

/* Counter Section */
.count .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
    gap:1.5rem;
    align-items: flex-start;
 }

 .count .box-container .box{
    background-color: #00bd3a3b;
    border-radius: .5rem;
    padding: 10rem 2rem 10rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:2.5rem;
 }

 .count .box-container .box i{
    font-size: 5rem;
    color:var(--green);
 }

 .count .box-container .box .content h3{
    font-size: 3rem;
    color:var(--white);
    margin-bottom: .5rem;
 }

 .count .box-container .box .content p{
    font-size: 1.6rem;
    color:var(--light-white);
 }
/* Counter section End */



/* We Are so proude of Section */
.count .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
    gap:1.5rem;
    align-items: flex-start;
 }

.count .box-container .box1{
    background-color: #ffffff;;
    border-radius: .5rem;
    padding: 4rem 2rem 4rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:2.5rem;
}

 .count .box-container .box1 i{
    font-size: 5rem;
    color:var(--green);
 }

 .count .box-container .box1 .content h3{
    font-size: 3rem;
    color:var(--white);
    margin-bottom: .5rem;
 }

 .count .box-container .box1 .content p{
    font-size: 1.6rem;
    color:var(--light-white);
 }
/* We Are so proude of section End */

/* Contact Start */
.contact .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:2rem;
}

.contact .box-container .box{
    text-align: center;
    background:#fff;
    border-radius: .5rem;
    border:var(--border);
    box-shadow: var(--box-shadow);
    padding:4rem 2rem 4rem 2rem;
}

.contact .box-container .box a{
    height: 5rem;
    width: 5rem;
    line-height: 4.5rem;
    font-size: 2rem;
    color:var(--green);
    border-radius: .5rem;
    border:var(--border);
    margin:.3rem;
    margin-bottom: 4rem;
    text-decoration: none;
}

.contact .box-container .box h3{
    color:var(--black);
    font-size: 3.5rem;
    margin-bottom: 3rem;
}

.contact .box-container .box span{
    color:var(--green);
    font-size: 1.5rem;
}


.contact .box-container .box a:hover{
    background:var(--green);
    color:#fff;
    box-shadow: var(--box-shadow);
}
.contact .box-container .box:hover{

    background:#00ffea1f;
    color:#fff;
    box-shadow: var(--box-shadow);
}

.contact .custom-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:2rem;
}

.contact .custom-row .image{
    flex:1 1 45rem;
}

.contact .custom-row .image img, .contact .custom-row .image iframe{
    width: 76%;
    padding: 5rem;
    float: right;
}

.contact .custom-row form{
    flex:1 1 45rem;
    background: #fff;
    border:var(--border);
    /* box-shadow: inset 0rem 0rem 6rem 18px rgb(255 1 41 / 8%); */
    text-align: center;
    padding: 2rem;
    border-radius: .5rem;
}

.contact .custom-row form h3{
    color:var(--black);
    padding-bottom: 1rem;
    font-size: 3rem;
}

.contact .custom-row form .box{
    width: 100%;
    margin:.7rem 0;
    border-radius: .5rem;
    border:var(--border);
    font-size: 1.6rem;
    color: var(--black);
    text-transform: none;
    padding: 1rem;
}

.contact .custom-row form .btn{
    padding:1rem 4rem;
}
/* Contact End */


/* Footer start */

.footer{
    background-color: var(--green) !important;
}

.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap:4rem;
}
.footer .box-container .box img{
    background-color:white;
    padding: 1rem;
    border-radius: 1rem;
    height: 120px;
    width: 120px;
}
.footer .box-container .box h3{
    font-size: 2.5rem;
    color:white;
    padding: 1rem 0;
}

.footer .box-container .box a{
    display: block;
    font-size: 1.5rem;
    color:white;
    padding: 0.8rem 0;
    text-decoration: none !important;
}

.footer .box-container .box a i{
    /* padding-right: .5rem; */
    color:var(--white);
}

.footer .box-container .box a:hover i{
    padding-right:2rem;
}
.footer .box-container .text-right a:hover i{
    padding-left:2rem;
}

/* new add */
.widget {
    margin-bottom: -15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.text-white {
    color: #fff!important;
}

.text-left{
    text-align: left;
}
.text-right{
text-align: right;
}
.socialpad {
    padding-left: 10%;
    padding-right: 10%;
}
.footer .box-container .box .widget ul {
    list-style: none;
    margin-top: 5px;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
ul[class*="list-"] {
    font-size: 15px;
}

div .padd {
    margin-bottom: 10px;
}
.site-footer.style1 .widget_subscribe .input-group .input-group-addon {
    padding: 0;
    border: 0;
    background: transparent;
}

.site-button.circle {
    width: 44px;
    height: 44px;
    padding: 7px 0 0 0;
    border-radius: 40px;
    line-height: 30px;
}
.circle i {
    font-size: 3rem;
}
.site-button.facebook, .site-button.youtube, .site-button.linkedin, .site-button.instagram, .site-button.pinterest, .site-button.twitter {
    font-size: 30px;
}
.site-button.facebook {
    background-color: #fff;
    color: #10218b;
    font-size: 28px;
}
.site-button.linkedin {
    background-color: #fff;
    color: #10218b;
    font-size: 28px;
}
.site-button.instagram,.pinterest,.twitter,.youtube {
    background-color: #fff;
    color: #10218b;
    font-size: 28px;
}
.newsletter{
color: white;
}

.bgColor {
    color: var(--green) !important;
    font-size: 2rem;
}

.footer .credit{
    padding-top: 1rem;
    margin-top: 1rem;
    text-align: center;
    font-size: 2rem;
    color:var(--light-color);
    border-top: .1rem solid var(--second-color);
    color: white;
}

.footer .credit span{
    color:var(--green);
}

.underfooter h6 {
    font-size: 13px;
    color: white;
}
.right-credit {
    margin-top: -1.5%;
}
/* end New */

/*----------------------------*/
/*--------page Design---------*/
/*-----------------------------*/

.page-home{
    background-color: var(--green) !important;
    padding: 5% 8% 4% 8%;
}
.page-home .heading
{
    text-align: center;
    padding: 5% 0% 1% 0%;
    text-shadow: var(--text-shadow);
    text-transform: uppercase;
    color: var(--black);
    font-size: 5rem;
    letter-spacing: .4rem;
}
.page-home .heading span {
    text-transform: uppercase;
    color: white;
}

.page .custom-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:1rem;
}
.page .custom-row .image{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
    gap:2rem;
    flex: .5 1 58rem !important;
}

.page .custom-row .image .box{
    background:#fff;
    border-radius: .5rem;
    /* box-shadow: var(--box-shadow);
    border:var(--border); */
    padding: 0.5rem;
    margin: .5rem;
}
.page .custom-row .image .box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.page .custom-row .image .box:hover img {
    transform: scale(1.1);
}

.page .custom-row .image .box i{
    color: var(--green);
    font-size: 5rem;
    padding-bottom: .5rem;
}

.page .custom-row .image .box h3{
    color: var(--black);
    font-size: 2.5rem;
    padding:1rem 0;
}

.page .custom-row .image .box p{
    color: var(--light-color);
    font-size: 1.4rem;
    line-height: 2;
}

.page .custom-row .content{
    flex:40 5 90rem;
}

.page .custom-row .content h3{
    color: var(--black);
    text-shadow: var(--text-shadow);
    font-size: 4rem;
    line-height: 1.8;
}
.page .custom-row .content h3  a{
    color: var(--black);
    text-shadow: var(--text-shadow);
    font-size: 4rem;
    line-height: 1.8;
}

.page .custom-row .content p{
    color: var(--light-color);
    padding:1rem 0;
    font-size: 2.1rem;
    line-height: 1.8;
    text-align: justify;
}


.page .custom-row .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap:2rem;
}


.page .custom-row .box-container .box a{
    display: block;
    font-size: 2.1rem;
    color:var(--light-color);
    padding: 1rem 0;
}

.page .custom-row .box-container .box a i{
    padding-right: .5rem;
    color:var(--green);
}

.page .custom-row .box-container .box a:hover i{
    padding-right:2rem;
}

/* team */
.team .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:2rem;
    margin: 0rem 20rem 0rem 20rem;
}

.team .box-container .box{
    text-align: center;
    background: #fff;
    border-radius: 1rem;
    margin-bottom: 1rem;
    padding: 2rem;
}

.team .box-container .box img{
    height: 32rem;
    border:var(--border);
    border-radius: .5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.team .box-container .box p{
    color: var(--light-color);
    padding: 1rem 0;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: justify;
}

.team .box-container .box h3{
    color:var(--black);
    font-size: 2.5rem;
}

.team .box-container .box span{
    color:var(--green);
    font-size: 1.5rem;
}

.team .box-container .box .share{
    padding-top: 2rem;
}

.team .box-container .box .share a{
    height: 5rem;
    width: 5rem;
    line-height: 4.5rem;
    font-size: 2rem;
    color:var(--green);
    border-radius: .5rem;
    border:var(--border);
    margin:.3rem;
}

.team .box-container .box .share a:hover{
    background:var(--green);
    color:#fff;
    box-shadow: var(--box-shadow);
}


/*--------------Application Form------------------*/
.application-heading {
    text-align: center;
    padding-bottom: 2rem;
    text-shadow: var(--text-shadow);
    text-transform: uppercase;
    color: var(--black);
    font-size: 3rem;
    /* letter-spacing: .4rem; */
}
.page .a-custom-row{
    flex-wrap: wrap;
    gap:10rem;
}
.testbox {
    display: flex;
    height: inherit;
    padding: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
form {
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    background: #20b2aa14;
    /* box-shadow: 0 0 25px 0 #20b2aa; */
}
.banner {
    position: relative;
    height: 210px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #00fff1;
}
.banner::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
}
.item p, .city-item p{
    font-size: 1.6rem;
    padding: 0 1.5rem 1.5rem 0;
}
input, select, textarea {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input {
    width: calc(100% - 10px);
    padding: 5px;
}
input[type="date"] {
    padding: 4px 5px;
}
select {
    width: 100%;
    padding: 7px 0;
    background: transparent;
}
textarea {
    width: calc(100% - 12px);
    padding: 5px;
}
.item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
    color: var(--green);
}
.item input:hover, .item select:hover, .item textarea:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 6px 0 var(--green);
    color: var(--green);
}
.item {
    position: relative;
    margin: 10px 0;
}
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
.item i, input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    font-size: 18px;
    color: #a9a9a9;
}
.item i {
    right: 2%;
    top: 47%;
    z-index: 1;
}
.city-item select {
    width: calc(50% - 8px);
}
[type="date"]::-webkit-calendar-picker-indicator {
    right: 1%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
input[type=radio], input[type=checkbox]  {
    display: none;
}
label.radio {
    position: relative;
    display: inline-block;
    margin: 5px 20px 15px 0;
    cursor: pointer;
}
.question span {
    margin-left: 30px;
}
label.radio:before {
    content: "";
    position: absolute;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #ccc;
}
input[type=radio]:checked + label:before, label.radio:hover:before {
    border: 2px solid var(--green);
}
label.radio:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    width: 8px;
    height: 4px;
    border: 3px solid var(--green);
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    opacity: 0;
}
input[type=radio]:checked + label:after {
    opacity: 1;
}
.btn-block {
    margin-top: 10px;
    text-align: center;
}
.btn-block button {
    width: 170px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: var(--green);
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.btn-block button:hover {
    color: var(--green);
    background: white;
}
/*=================== Projects ========================*/
.projects{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F5F5F5;
    font-family: Roboto;
  }
  
  h1{
    font-size: 40pt;
    font-weight: 500;
    color: #363638;
  }
  
  .item {
    position: relative;
    float: left;
    overflow: hidden;
    margin-top: 2% !important;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
  }
  
  .item:hover{
    cursor: pointer;
  }
  
  .item *{
    transition: all 0.35s ease-in-out;
  }
  
  .p-img {
    width: 100%;
    padding: 1%;
    vertical-align: top;
    height: 310px;
  }
  
  .item:hover img {
    opacity: 0;
  }
  
  .p-text{
    width: 80%;
    height: 90%;
    position: absolute;
    top: -100px;
    left: 10%;
    color: #01A2AC;
  }
  
  .p-text h3{
    color: black;
  }
  
  .item:hover .p-text{
    top: 20%;
  }
  
  .item:hover .p-button{
    bottom: 20%;
  }
  
  .item .p-button{
    position: absolute;
    bottom: -100px;
    left: 25%;
    width: 50%;
    border: 3px solid #01A2AC;
    padding: 15px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
  }
  
  .p-button:hover{
    background-color: #01A2AC;
    color: #F5F5F5;
  }
  
  /* Modal */
  
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
  }
  
  .p-modal-content {
    background-color: #F5F5F5;
    margin: 5% auto;
    box-sizing: border-box;
    width: 83%;
    height: 75%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  
  .scale{
    animation: scale 0.5s;
    animation-fill-mode: forwards;
  }
  
  @keyframes scale{
    from{transform: scale(0);}
    to{transform: scale(1);}
  }
  
  #img{
    width: 100%;
    height: 650px;
    padding: 2.5rem;
  }
  
  #details{
    padding: 25px;
    text-align: left;
    position: relative;
    height: 264px;
    box-sizing: border-box;
    border-top: 1px solid #363638;
  }
  
  #details *{
    transition: all .3s;
  }
  
  #title{
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  #details .p-button{
    position: absolute;
    width: 30%;
    background-color: #01A2AC;
    color: #F5F5F5;
    text-align: center;
    left: 25px;
    bottom: 35px;
    padding: 15px;
  }
  
  #details i{
    position: absolute;
    bottom: 30px;
    right: 25px;
    font-size: 3rem;
    color: #01A2AC;
  }
  
  #details .p-button:hover,
  i:hover{
    cursor: pointer;
    opacity: 0.8;
  }
  
  /* Close Button */
  .close {
    color: rgba(221, 63, 63, 0.774);
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 10px;
  }
  
  .close:hover,
  .close:focus {
    color: #363638;
    text-decoration: none;
    cursor: pointer;
  }
  /*============== Projects End ================*/
@media (min-width: 568px) {
    .name-item, .city-item {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .city-item input {
        width: calc(50% - 8px);
    }
    .city-item select {
        width: calc(50% - 8px);
    }
}
/*-------------end-------------*/

/*--------------vacancy----------*/
@media (max-width: 1080px) {
    .vacancy .box-container{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(39rem, -1fr));
        gap:2rem;
    }
}
@media (min-width: 1280px) {
    .vacancy .box-container{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(51rem, 2fr));
        gap:2rem;
    }
}
.vacancy .box-container .box{
    background:#fff;
    border-radius: .5rem;
    border:var(--border);
    box-shadow: var(--box-shadow);
    padding:4rem 2rem 4rem 2rem;
}

.vacancy .box-container .box a{
    height: 3rem;
    width: 3rem;
    line-height: 3.5rem;
    font-size: 2rem;
    color: var(--green);
    margin: 0.1rem;
    margin-bottom: 0rem;
}



.vacancy .box-container .box h3{
    color:var(--black);
    font-size: 3.5rem;
    margin-bottom: 3rem;
}

.vacancy .box-container .box span{
    color:var(--green);
    font-size: 1.5rem;
}


.vacancy .box-container .box a:hover{
    background:var(--green);
    color:#fff;
    box-shadow: var(--box-shadow);
}
.vacancy .box-container .box:hover{

    background:#00ffea1f;
    color:#fff;
    box-shadow: var(--box-shadow);
}

.vacancy .custom-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:2rem;
}

.vacancy .custom-row .image{
    flex:1 1 45rem;
}

.vacancy .custom-row .image img{
    width: 70%;
    padding: 5rem;
}

.vacancy .custom-row form{
    flex:1 1 45rem;
    background: #fff;
    border:var(--border);
    box-shadow: inset 0rem 0rem 6rem 18px rgb(255 1 41 / 8%);
    text-align: center;
    padding: 2rem;
    border-radius: .5rem;
}

.vacancy .custom-row form h3{
    color:var(--black);
    padding-bottom: 1rem;
    font-size: 3rem;
}

.vacancy .custom-row form .box{
    width: 100%;
    margin:.7rem 0;
    border-radius: .5rem;
    border:var(--border);
    font-size: 1.6rem;
    color: var(--black);
    text-transform: none;
    padding: 1rem;
}

 .vacancy .box-container .box .btn{

        display: inline-block;
        margin-top: 1rem;
        padding: .5rem;
        padding-left: 1rem;
        border:none;
        box-shadow: none;
        cursor: pointer;
        font-size: 1.7rem;
        color: var(--green);
        background: transparent;
        margin-left: 95%;
}
/*---------------End-----------*/
/*--------------job Details--------*/
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }

  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-size:1.6rem;
  }

 .job-contain-title{
        padding-bottom: 1rem;
        margin-top: 2rem;
        text-shadow: var(--text-shadow);
        text-transform: uppercase;
        color: var(--black);
        font-size: 2rem;
        letter-spacing: .1rem;
 }

/*----------------------------*/
/*--------End page Design------*/
/*-----------------------------*/

/* media queries  */

@media (max-width:1440px){

    .page .custom-row {
        gap: 2rem;
    }
    .page .custom-row .content p, .page .custom-row .box-container .box a {
        font-size: 1.6rem;
    }
    .contact .custom-row .image img, .contact .custom-row .image iframe {
        width: 100%;
    }
    .count .box-container {
        gap: 0.5rem;
    }
    .count .box-container .box {
        padding: 10rem 1rem 10rem 1rem;
        gap: 1.5rem;
    }
    .count .box-container .box .content p {
        font-size: 1.2rem;
    }

}

@media (max-width:991px){

    html{
        font-size: 55%;
    }

    .header{
        padding: 1rem;
    }

    section{
        padding:2rem;
    }

}

@media (max-width:768px){

    #menu-btn{
        display: initial;
    }

    .header .navbar{
        position: absolute;
        top:115%; right: 2rem;
        border-radius: .5rem;
        box-shadow: var(--box-shadow);
        width: 30rem;
        border: var(--border);
        background: white;
        transform: scale(0);
        opacity: 0;
        transform-origin: top right;
        transition: none;
    }

    .header .navbar.active{
        transform: scale(1);
        opacity: 1;
        transition: .2s ease-out;
    }

    .header .navbar a{
        font-size: 2rem;
        display: block;
        margin: 0.5rem;

    }
    .dropDown {
        font-size: 2rem;
        margin: 1.6rem;
        padding-left: 3rem;
        text-align: center;

      }
      .text-clr{
        color: white !important;
      }

}

@media (max-width:450px){

    html{
        font-size: 50%;
    }
    .info-section .VideoLogo {
        width: 70%;
    }
    .info-section .Videotitle {
        margin-top: 67%;
        font-size: 1.6rem;
    }
    .home .bg-video-wrap .info-section  .btn {
        width: 46%;
        height: 45px;
        margin-top: 73%;
        padding: 1.5rem;
    }
    .bg-video-wrap {
        width: 100%;
        height: 52vh;
    }
    video {
        min-width: 10%;
        min-height: 52vh;
        z-index: 1;
    }

    .text-left, .text-right {
        text-align: center !important;
    }
    .circle i {
        font-size: 4.0rem;
    }
    .underfooter h6 {
        font-size: 10px;
    }

    .banner {
        height: 100px;
    }
    .heading{
        padding: 4% 0% 1% 0%;
    }
    .dropDown-content-mega{
        margin-left: -55%;
    }
    .services{
        padding: 10rem 2% !important;
        height: 675px;
    }
    .services .custom-row .message-form{
        margin-top: -15%;
        margin-left: 10%;
    }
    .services .custom-row .content p, .services .custom-row .box-container .box a{
        font-size: 3.5rem;
    }
    .services .custom-row .content h3{
        font-size: 3rem;
        line-height: 1;
    }
    .team .box-container{
        margin: 0;
    }
    .team .box-container .box img{
        height: 22rem;
    }
    .page-home {
        padding: 23% 8% 4% 8%;
    }
    #img{
        height: auto;
        padding: 1rem;
    }
    .p-modal-content{
        height: 45%;
    }

}
/* @media (max-width:412px){

    .bg-video-wrap {
        width: 100%;
        height: 39vh;
    }

} */


.thankYou{
    text-align: center;
    padding-bottom: 2rem;
    /* text-shadow: var(--text-shadow); */
    /* text-transform: uppercase; */
    color: var(--black);
    font-size: 4rem;
    letter-spacing: .5rem;
}


