@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height:auto;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /* background-color: #ebebeb; */
}
#header{
    /* height: 100px; */
    width: 100%;
    padding: 0;
    z-index: 200;
    top:0;
    left: 0;
    right: 0;
    position: sticky;
    /* background-image: linear-gradient(to right, rgb(4, 107, 44),rgb(227, 243, 242),rgb(241, 213, 53),rgb(236, 238, 116)) !important; */
    background-color: red;
}
#head{
 background-image: linear-gradient(to right, rgb(4, 107, 44),rgb(227, 243, 242),rgb(241, 213, 53),rgb(236, 238, 116)) !important; 
}

.logo{
    width: 200px;
    margin: auto;
}
.logo img{
    object-fit:fill;
    width: 100%;
}
ul li{
    display: inline-block;
   
}
.box2{
    display: flex;
    align-items: center;
    justify-content: space-around;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 5% 48%);
    background-image: linear-gradient(to left, rgb(4, 107, 44),rgb(227, 243, 242));
}
.box2 span{
    font-size: 20px;
}
.blue-box>div{
    height: 50px;
}
.box1{
    display: flex;
    justify-content:center;
    align-items:end;
    z-index: 1;
}
.box2 .payNow{
    background: rgb(184, 243, 184);
    animation: paynow 2s ease-in infinite;
    text-transform: capitalize;
}
@keyframes paynow {
    0%{
        scale:0.7;
    }
    100%{
        scale: 0.9;
    }
}
.box2 span{
    color: rgb(136, 121, 4);
    font-size:1.5rem;
    font-weight: bolder;
}
.box2 a{
    margin: 0 2px;
}
.icon-image img{
    width:30px;
    object-fit: contain;
    border-radius: 50%;
}
ul.menu>li{
    display: inline-block;
    padding:13px;
   position: relative;
}
ul.menu>li:hover{
    background-color: antiquewhite; 
}
ul.menu >li>a{
    color: black;
    font-size: 16px;
    text-decoration: none;
    text-wrap:nowrap;
    position: relative;
    
}
ul.menu,.dropdown-list1{
    padding: 0;
    margin: 0;
}
.dropdown ul.dropdown-list1 li{
    display: block;
    border-left:3px solid rgb(236, 221, 12);
    padding:7px 0;
}
nav{
    position: relative;
}
.drop{
    position: relative;
}
.dropdown{
    /* background-color: rgb(184, 183, 179); */
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    width:290px;
    display:none;
    top:40px;
    animation: dis 2s ease-in 1s;
}
@keyframes dis {
    0%{
        display: block;
        
    }
    100%{
        display: none;
    }
}

ul.menu li:hover .dropdown{
    animation: trans 0.2s ease-in;
    display: block;
  }
@keyframes trans {
    100%{
        top: 40px;
    }
}
.dropdown-list1 li a{
    padding:5px 10px;
    color: white;
    word-break: normal;
    display: block;
    font-size: 16px;
    text-decoration: none;
}
.dropdown-list1 li:hover{
 /* background-color: rgb(235, 248, 243); */
 transition: all 2s;
 border-bottom: 1px solid rgb(184, 207, 148);
}
.dropdown-list1 li a:hover {
    color: black;
    transition: all 2s;
}
footer{
    background-color:#11a579 !important;
    padding: 4rem 2rem;
}
.container-fluid{
    padding: 0 !important;
    margin: 0 !important;
}
.section-pad-box{
    padding:2rem !important;
}
.dropdown-list1-footer{
    padding: 0;
    display: block;
    
}
.dropdown-list1-footer li{
    display: block;
    line-height: 2em;

}
.dropdown-list1-footer li a{
    color: black;
    text-decoration: none;
    font-family: 'Poppins';
    font-size:14px;
}
.dropdown-list1-footer li a:before{
        content:url("../image/chevron-right.svg");
        display: inline-block;
        opacity: 0.7;
        margin-right: 3px;
        position:relative;
        top:3px;
    
}
.dropdown-list1-footer li a:hover{
    color:rgb(241, 227, 20);
}
.section-padding{
    padding:2rem 5rem;
    position: relative;
}
.carousel-inner img{
    height: 510px !important;
}
.border-section::before{
    height: 3px;
    width:10%;
    background-color: black;
    position:relative;
    top:-10px;
    left:0;
    display: block;
    content: " ";
}
.border-section.white::before{
  width:45%;
  background-color: rgb(250, 250, 250);
}
.border-section-center::before{
    height: 3px;
    width:50%;
    background-color: black;
    position:relative;
    display:flex; 
    content: " ";
    top:-5px;
    left:0;

}
.border-section-bottom{
    position: relative;
    display: inline-block;
    padding: 25px 0;
    /* margin:10px 0; */
}
.border-section-bottom::before{
    height: 3px;
    width:50%;
    background-color: black;
    position:absolute;
    display: flex; 
    content: " ";
    bottom:20px;
    left:0;
}
.border-s1{
    margin: auto;
    text-align: center;
}
.border-section-center{
    position: relative;
    display: inline-block;
    margin:25px 0;
    
}

.box-container{
    display: flex;
    align-items: center;
    height: 350px;
    padding: 2rem;
}
.rounded-img{
    border-radius: 50%;
    width: 100%;
    height: 250px;
    border: 1px solid black;
}
.slick-inner{
    text-align: center;
}

.slick-inner img{
    margin: auto;
}
.section-shadow{
    box-shadow: 2px 3px 8px grey;
    border-radius: 5px;
}
.vision-ul{
    padding: 0;
    margin: 0;
    list-style-type:circle;

}
.vision-ul li{
    font-size: 18px;
    font-family: 'Poppins';
}
.read-more-button{
    border: 1px solid #ffc107;
    border-radius: 25px;
    margin: 20px 0;
    color: #ffc107;
}
.read-more-button:hover{
    background-color:#11a579;
    border: 2px solid #ffc107;
}
.projects-info span{
    font-size: 3rem;
    color: #ffc107;
    font-family: "Roboto" ,sans-serif;
}
.projects-info h5{
color:#11a579;
font-weight: bold;
font-size: 1.7rem;
font-family: 'Poppins';

}
.projects-info>div{
    text-align: center;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Roboto" ,sans-serif;
}
.anchor{
  text-decoration:none;
  color: white;
}
.anchor:hover{
  color:blue;
}

.yellow-paragraph{
    font-size:18px;
    font-family: 'Poppins';

}
.yellow-paragraph a{
    text-decoration: none;
    color: black;
}
.form-control{
  font-size: 16px;
}
.enquiry-form-box{
    background-color:#fff;
    box-shadow: 2px 3px 9px rgb(1, 0, 3);
    padding:20px 40px;
    border-radius: 10px;
    height: 450px;
    margin: auto;
    font-size: 18px;
} 

 

footer h5{
    font-weight: bold;
    color: black;
}
  #banner,.banner{
    width:100%;
    height: 500px !important;
  }
  .border-dash{
    border-bottom: 1px dashed black ;
  }
  .col-xl-12.col-sm-12,.col-sm-12{ 
    padding: 0 !important;
  }
  p{
    font-family:"Poppins";
  
  }
  .row{
    width:100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .img-caption{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .img-medium{
    width: 100%;
    height: 300px;
  }
  .hero-heading{
    font-family:"Roboto",sans-serif;
  }
 .finance-ul{
    padding:0 0px 0 2rem;
    margin: 0;
    list-style-image: url('../image/next.png');  
 }
 .finance-ul li{
    font-family: "Poppins";	
 } 
 
 .career-enquiry{
    width: 100%;
    margin:2rem auto;
    padding: 2rem;
    background-color: rgb(250, 252, 253);
    box-shadow: 2px 3px 8px rgb(190, 192, 190);
 }
 .bullet-point>*{
    display:inline-block;
    gap:20px;
 }
 .bullet-point p::before {
    content:url('../image/next.png');
    display:inline;
    height: 100%;
    width:max-content;
    top: -5px;
    left: 0;
    margin-right: 20px;
    padding:0 5px 0 0;
    position:absolute;
  }
  .bullet-point p{
    position: relative;
    display: inline-block;
    padding-left:2.3em;
  }
  .tabs {
    display: flex;
    cursor: pointer;
    justify-content:space-between;
    font-family: "Poppins";	
    padding: 0;
    margin: auto;

  }

  .tab {
    margin-right: 5px;
    margin-bottom: 30px;
    margin: 20px auto;
    font-size: 18px;
    color: rgb(2, 2, 90);
    text-align: center !important;
    width:300px;
    /* background-color: #01422f; */
  }

  .tab.active {
    background-color: #fff;
    border-bottom: none;
    color: rgb(252, 211, 31);
  }

  .tab-content {
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
    background-color:rgb(255, 249, 249);
  }

  .tab-content.active {
    display: block;
  }
  .slick-next{
    right:-25px !important;
  }
  .slick-prev{
    left:-25px !important;
  }
  li.slick{
    display:inline;
    padding: 0;
    text-wrap: nowrap;
    text-align: center;
  }
  .slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #3b3636;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.box-contain{
  display: flex;
  align-items: center;
  justify-content: center;
  height:420px;
}
.info{
  padding:2rem;
}
.font-color-heading{
  color: #ffc107;
  font-size: 1.2rem;
}
.subdrowp{
 position: relative;
}


div.toggle-content ul li{
  color: rgb(206, 202, 202);
  font-weight: bold;
  padding: 10px 20px !important;
}


.toggle-content{
  display: none;
}

nav{
  padding: 0;
  margin: 0;
  width: 100%;
 
}
.menu{
  padding: 0 20px;
  margin:0;
  list-style-type: disc;
  position: relative;
  display: flex;
  
}
.menu>li{
  display: inline-block;
  padding:12px;
}
.menu li:hover{
  background-color: rgb(232, 235, 19);
}
.menu li a,.tog a{
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Poppins";
  color: #010f0b;
}


.dropdown{
  display: none;
  position: absolute;
  top:48px;
  width:300px;
  margin: 0;
  background-color:#11a579;
}
.dropdown ul li{
  display: block;
}
.menu li:hover .dropdown{
  display: block;
}
.sbdrop{
  display: none;
  background-color:#11a579;
  position:absolute;
  width:300px;
  left:100%;
  top:50px;
  border-bottom: 2px solid yellow;
  
}
.sb:hover .sbdrop{
  display: block;
}
.bar{
  display:none;
}
.logo{
  width: 200px;
  justify-self: flex-start;
  text-align: left;
}
.logo img{
  object-fit: contain;
  width: 100%;
}
.close-togl{
  display: none;
}
.toggle-button{
  display: none;
}
.tog{
  background: transparent;
  border: none;
}
.blog-image{
  width: 400px;
  height: 300px;
  overflow: hidden;
  margin:auto auto 20px;
}
.blog-image img{
object-fit: contain;
height: 100%;
width: 100%;
}
.blog-image img:hover{
  scale: 1.1;
  transition: all 0.5s;
  transform: rotate(-360deg);
}
.back-color{
  padding: 2.5rem 0  1rem;
  background-color:#11a579;

}
.back-color:hover{
  padding: 2.5rem 0  1rem;
  background-color: #01422f;

}
.back-color h6{
  padding: 10px 0;
}
.back-color h6 a{
  color: #ebebeb;

}
.section-counter{
  counter-reset: section;
}
.section-counter h2::before {
  counter-increment: section;
  content: counter(section)".";
  margin-right: 10px;
}
.section-counter h2{
  font-size: 22px;
}
.text-green{
  color:#11a579 ;
}

.phone-wats{
    justify-content: space-between;
    display: flex;
    position: fixed;
    bottom: 20px;
    width: 100%;
    left: 0;
    right: 0;
    padding:0 10px;
}
.phone-wats img{
    width: 50px;
    object-fit: contain;
}
@media(max-width:1250px){
  .box2 span{
    display: none;
  }
  nav ul.menu>li{
    padding: 7px;
  }
 
}

@media(max-width:1024px)
{
  .logo{
    width: 200px;
}

nav{
    display: none;
    position:fixed;
    top:0px;
    width: 100%;
    bottom: 0;
    padding: 20px;
    right:0;
    height: 100vh;
    z-index: 200;
    background-color:#11a579 !important;

}
.box1{
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.menu li{
    display: block;
    padding:15px 0;
    position: relative;
}
.bar{
    display: block;
    float: right !important;
    padding: 15px;
    background: none;
    border: none;
}
.bar i{
    font-size: 1.5rem;
}
ul.menu{
    display: block;
    padding: 30px 0 0 0;
}
ul.menu>li {
  display:block;
  padding: 0px;
  position: relative;

}

.close-togl{
display: block;
border: none;
padding:10px 12px;
background-color: black;
color: white;
}
.close-togl i{
font-size: 1.5rem;
}
.dropdown{
display: none;
position:relative;
width: 100%;
left: 0%;
top: 5px;
z-index: 10;
background-color:#010f0b;
}
.sbdrop{
display: none;
width:100%;
left:-0px;
z-index: 2;
}
.dropdown ul li a{
  color: white;
  font-weight: bold;
}
.dropdown ul li{
padding: 15px 0;
position: relative;
}
.sbdrop ul li{
padding: 30px;
position: relative;
}
.menu li:hover .dropdown{
display:none;
}
.sb:hover .sbdrop{
display: none;
}

  .section-padding{
    padding: 2rem;
  }
  .box2{
    justify-content: space-between;
    padding:0 0rem 0 3rem;
  }
  .box2 .payNow{
    padding:10px 80px;
  }
  footer{
    padding: 2rem;
  }
  .icon-image{
    display: none;
}
.box2 span{
    padding-left:15px;
    font-size: 18px;
}
.box-container{
    height:100%;
  }
  .image-margin{
    margin: 20px 0;
  }
 .career-enquiry{
    width: 100%;
 }
 .tab{
    text-align: center;
    width: initial;
  }
  .subdrowp{
    position:relative;
  }
  div.toggle-content{
    display:none;
    padding: 20px 0;
    position: relative;
  }
  div.toggle-content ul{
    margin-top: 40px;
  }
  .back-color{
    margin-bottom:20px;
  }
  
}
@media(max-width:953px){
  .blog-image{
    width: 300px;
    height:auto;
    margin:auto auto 20px;
  }
  .blog-image img{
    width: 100% !important;
    object-fit: contain;
  }
  .back-color{
    padding:20px 10px;
  }
  
}

@media(max-width:768px){
  #head{
    padding:0 20px;
  }
    .box2{
        display: none;
    }
    
    .blue-box>div{
        height: 100px;
    }
    .box1{
      justify-content: flex-end;
  align-items: center;
  display: flex;
    }
    .logo{
        display:block;
        align-items: center;
    }
    .bar{
      display: block;
      float: right;
      padding: 15px;
      background: none;
      border: none;
  }
  .blog-image{
    width: 300px;
    height:auto;
    margin:auto auto 20px;
  }
  .blog-image img{
    width: 100% !important;
    object-fit: contain;
  }
  .back-color{
    padding:20px 10px;
  }
  .dropdown{
    left:-0%
  }
  ul.menu>li a:hover{
    color: blue;
}
ul.menu>li:hover{
  background-color:transparent;
}
}

@media(max-width:576px){
  .box1{
    height: 20px !important;
  }
  .logo img{
    height: 60px;
  }
    .blue-box>div{
        height: 90px;
    }
    #banner, .banner {
      width: 100%;
      height: 250px !important;
  }
    #header{
      top: 0;
    }
    .box2 span{
        display: flex;
        justify-content: center;
        padding:5px;
        font-size: 14px;
    }
    .box2{
        display: none;
    }
    .col-xl-12.col-sm-12{
        padding:0;
      }
      footer {
        padding: 1rem;
    }
    .border-dash{
        padding-top:20px;
      }
      .enquiry-form-box {
        padding: 20px;
        height: auto;
    }
    nav{
      overflow-y: scroll;
      scroll-behavior: smooth;
      scrollbar-width: 2px;
    }
    .logo{
      display:block;
      align-items: center;
      margin: 0;
       height: 60px;
  }
   .logo img{
    width:100px;
   }
  .info{
    padding:2rem 10px;
  }
    .carousel-inner .item img{
      height: 300px !important;
    }
    .blog-image{
      width:100%;
      height: fit-content;
      overflow: hidden;
      margin:auto auto 20px;
    }
   .back-color{
    padding: 2rem;
   }
   .tab{
    width:fit-content
   }
   .sbdrop{
  background-color:#0d0e0d;
  border:none;
}
  .carousel-inner img{
      height:250px;
  }
  .yellow-paragraph a{
    font-size: 14px;
  }
  }
@media(max-width:200px){
body,html{
  width: 100%;
  overflow-x: scroll;
}
    li,a,small,span,h1,h2,h3,h4,h5,h6,p{
        word-break: break-all;
    
    }
    .section-padding{
      padding: 5px;
    }
    
}