    @import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
    @import url('https://fonts.googleapis.com/css2?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&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body,
    html,
    form,
    ul,
    li,
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        padding: 0;
        border: 0;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    a,
    a:hover,
    a:focus {
        border: 0;
        outline: none;
        text-decoration: none;
    }
    
    h1 {
        font-size: 45px;
    }
    
    h2 {
        font-size: 43px;
    }
    
    h3 {
        font-size: 17px;
    }
    
    h6 {
        font-size: 25px;
    }
    
    p {
        font-size: 18px;
    }
    
    a:focus,
    input:focus {
        outline: none;
    }
    
    .width100 {
        width: 100% !important;
    }
    
    .lh_1 {
        line-height: 1 !important;
    }
    
    .gap60 {
        padding: 60px 0;
    }
    

    
  
    
    @font-face {
        font-family: proxima-nova-semibold;
        src: url("../font/proxima-nova/Rene\ Bieder\ \ Milliard\ SemiBold.otf");
    }
    
    @font-face {
        font-family: proxima-nova-medium;
        src: url("../font/proxima-nova/Rene\ Bieder\ \ Milliard\ Thin.otf");
    }
    
    @font-face {
        font-family: proxima-nova-medium3;
        src: url("../font/montserrat/Montserrat-Black.ttf");
    }
    
    body {
        /* font-family: 'Satisfy', cursive; */
        font-family: 'Poppins', sans-serif;
        /* font-family: 'Bebas Neue', cursive; */
        box-sizing: border-box;
        font-size: 16px;
        overflow-x: hidden;
        outline: none !important;
    }

  .top_header{
    padding: 10px 0;
    position: relative;
  }
  .top_header img.header_tr_pic{
    position: absolute;
    top: -20px;
    right: -110px;
    animation: RightLeft 3s linear infinite;
  }
  @keyframes RightLeft {
    0% {
      right: -110px;
    }
    50% {
      right: -150px;
    }
    100% {
      right: -110px;
    }
  }
  .top_header ul{
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .top_header ul li{
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
  }
  .top_header ul li a{
    color: #2D2C2C;
    display: flex;
    align-items: center;
  }
  .top_header ul li a span{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ban_form{
    padding-left: 220px;
  }
  .ban_form_con{
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 19px -10px #000;
    padding: 25px;
    position: relative;
    margin: 10px 0;
  }
  .ban_form form input:not([type=submit]), .ban_form form select{
    width: 100%;
    border: none;
    height: 40px;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px;
    margin: 0 0 20px;
    box-shadow: 0 0 19px -11px #000 inset;
    color: #185014;
  }
.ban_form input[type=submit]{
  border: none;
  background-image: linear-gradient(to right, #6DF4B1, #ABFA9D);
  width: 100%;
  line-height: 40px;
  border-radius: 0 100px 100px 0;
  font-size: 24px;
  font-weight: 900;
  color: #04544C;
  border-radius: 10px;
}
.ban_form input[type=submit]:hover{
  background-image: linear-gradient(to right, #ABFA9D, #6DF4B1);
}
.ban_form h2{
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  color: #5A5A5A;
  line-height: 36px;
  margin: 0 0 25px;
}
.ban_form h2 span{
  font-weight: 300;
  display: block;
}
img.ban_pic_left{
  position: absolute;
  left: -80px;
  bottom: 0;
  z-index: -1;
  animation: UpDown2 4s linear infinite;
}
@keyframes UpDown2 {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 0;
  }
}
.ban_right{
  height: 100%;
}
.ban_right h1{
  color: #04544C;
  font-weight: 900;
  font-size: 50px;
  line-height: 66px;
  margin-bottom: 15px;
  margin-top: 70px;
}
.ban_right p{
  color: #3D3D3D;
  font-size: 16px;
  line-height: 26px;
}
.main_banner{
  position: relative;
  padding: 60px 0;
}
.main_banner img.ban_round {
  position: absolute;
  right: -100px;
  bottom: 20px;
  animation: UpDown 3s linear infinite;
}
@keyframes UpDown {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 70px;
  }
  100% {
    bottom: 20px;
  }
}

.digital_area{
  padding: 0 0 50px;
  position: relative
}
.digital_area img.digi_over_left{
  position: absolute;
  left: -120px;
  bottom: 25px;
  animation: UpDown3 3s linear infinite;
}
@keyframes UpDown3 {
  0% {
    bottom: 25px;
  }
  50% {
    bottom: 60px;
  }
  100% {
    bottom: 25px;
  }
}

.md_story_area{
  padding: 60px 0 0;
}
.md_exp h3{
  color: #04544C;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
.md_exp h4{
  color: #393737;
  font-size: 34px;
  margin: 0 0 20px;
}
.md_exp p{
  color: #132634;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  position: relative;
}
.md_exp p span:nth-child(1) {
  position: absolute;
  top: 20px;
  left: -28px;
  font-size: 80px;
  color: #132634;
}
.md_exp p span:nth-child(2) {
  position: absolute;
  bottom: -30px;
  right: 43%;
  font-size: 80px;
  color: #132634;
}
.md_exp h5{
  font-size: 24px;
  font-weight: 600;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 20px;
}
.rep_con .rep_pic{
  width: 80%;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.rep_con .rep_pic img{
  max-height: 100%;
  max-width: 100%;
}
.rep_con p{
  font-size: 15px;
}
.rep_con p a{
  color: #4AC85D !important;
  cursor: pointer;
  font-weight: 600;
}
.our_work_area{
  padding: 40px 0 20px;
}
.our_work_area .owl-nav{
  padding: 0 !important;
}
.our_work_area button.owl-prev{
  position: absolute;
  top: 40%;
  left: 0;
  width: 30px;
  height: 46px;
  background: url(../images/sl1_left_icon.webp) no-repeat !important;
}
.our_work_area button.owl-next{
  position: absolute;
  top: 40%;
  right: 0;
  width: 30px;
  height: 46px;
  background: url(../images/sl1_right_icon.webp) no-repeat !important;
}
.our_work_slider .active .item{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.our_work_slider .active img{
  width: 70%;
  transition: all 500ms ease-in-out 0ms;
}
.our_work_slider .active.center img{
  width: 110% !important;
  transition: all 500ms ease-in-out 0ms;
}

.footer_area{
  background: #74F4AE;
  padding: 50px 0;
}
.foot_top_info{
  text-align: center;
}
.foot_top_info h6, .foot_social h6{
  color: #185014;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}
.foot_top_info p{
  color: #185014;
  font-size: 16px;
}
.foot_social{
  padding: 20px 0;
  text-align: center;
}
.foot_social ul li{
  display: inline-block;
  margin: 0 15px;
  font-size: 34px;
}
.foot_social ul li a{
  color: #185014;
}
.footer_area ul.foot_menu{
  margin: 0 0 25px;
}
.footer_area ul.foot_menu li{
  display: inline-block;
  font-size: 18px;
}
.footer_area ul.foot_menu li span{
  margin: 0 10px;
  color: #185014;
}
.footer_area ul.foot_menu li a{
  color: #185014;
  font-weight: 600;
}
.footer_area ul.foot_menu li a:hover{
  color: #000;
}
.footer_bot h5{
  color: #185014;
  font-size: 16px;
  font-weight: 600;
}
.footer_bot ul li{
  display: inline-block;
  margin: 0 3px;
  font-size: 16px;
}
.footer_bot ul li a{
  color: #338349;
}

.awab_one_inner{
  display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
   / width: 85%; /
   margin: 0 auto;
   align-items: center;
   grid-gap:20px;
}
.awab_one_inner2{
  display: grid;
   grid-template-columns: 1fr 1fr 1fr ;
   margin: 0 auto;
   align-items: center;
   grid-gap:20px;
}
.awab_one_inner3{
  display: grid;
   grid-template-columns: 1fr 1fr;
   align-items: center;
   grid-gap:20px;
   width:60%;
   margin:0 auto;
}
.awaboi_block{
  display:flex;
  align-items:center;
  justify-content:center;
  height: 90px;
}
.awaboi_block2{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  box-shadow: 0 5px 19px -13px #000;
  border-radius: 10px;
  background: #fff;
}
.awaboi_block3{
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 5px;
  box-shadow: 0 5px 19px -13px #000;
  border-radius: 10px;
  background: #fff;
}
.awaboi_heading h2{
  margin-bottom: 30px;
}
.associated_with_awarded_by{
  padding: 40px 0;
}
.awaboi_block1{
  height:90px;
}
.oli_fic_pic{
  width:70%;
  object-fit:cover;
}
.associated_with_awarded_by2{
  padding: 30px 0;
  background: #74f4ae38;
}
.associated_with_awarded_by2 h3{
  font-size: 30px;
  color: #04544C;
  font-weight: 300;
  margin: 0 0 15px;
  text-align: center;
}

.owl-carousel{
  display: block !important;
}
.owl-carousel .owl-nav{
  display: block !important;
  text-align: right;
  padding-top: 15px;
}
.our_work_area .owl-carousel .owl-nav button{
  margin-left: 0;
  font-size: 50px !important;
}
.our_work_area .owl-carousel .owl-nav button:hover, .our_work_area .owl-carousel .owl-nav button:focus{
  color: #333 !important;
  outline: none !important;
}

.about_us_heading{
  width: 100%;
}
.about_us_heading h2{
  color:#132634;
  font-size:40px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 15px;
}
.about_us_heading p{
  color: #5A5A5A;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
}
.digi_left{
  position: relative;
}
img.digi_lb_pic{
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 55% !important;
  transform: translateX(-50%);
}
.digi_left img{
  width: 95%;
  margin: 0 auto;
  display: table;
}

.digi_info_con{
  margin-bottom: 30px;
}
.digi_right_info img{
  margin-bottom: 5px;
}
.digi_right_info h4{
  font-size: 16px;
  color: #4E4E4E;
  font-weight: 300;
  line-height: 22px;
}
.digi_right_info h4 span{
  font-weight: 700;
}
.service_area{
  padding: 50px 0 20px;
  background-attachment: fixed !important;
}
.service_area .item{
  display: flex;
  align-items: center;
  justify-content: center;
}
.serv_info{
  padding: 60px 25px 25px;
  border-radius: 30px;
  background: #fff;
  position: relative;
  width: 95%;
}
.serv_info img{
  width: auto !important;
  margin: 0 0 10px;
}
.serv_info h3{
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  color: #3E3E3E;
  margin: 0 0 10px;
}
.serv_info h3 span{
  font-weight: 300;
  display: block;
}

.chosen-container{
  width: 100%;
}
.chosen-container-multi .chosen-choices{
  border: none !important;
  font-size: 16px;
  border-radius: 10px;
  padding: 5px 10px !important;
  margin: 0 0 20px !important;
  box-shadow: 0 0 19px -11px #000 inset;
  color: #185014;
}
.chosen-container .chosen-drop{
  top: 70% !important;
  overflow: auto;
  height: 80px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
  color: #333 !important;
}

.serv_info p{
  font-size: 14px;
  line-height: 20px;
  color: #3E3E3E;
  margin: 0;
  text-align: justify;
}
.sr_count{
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  color: #3E3E3E;
  font-size: 44px;
  font-weight: 700;
  background: #76F4AE;
  text-align: center;
  line-height: 70px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.service_area .owl-stage-outer{
  padding: 50px 0 20px;
}
.service_area .active{
  transition: all 500ms ease-in-out 0ms;
  transform: scale(.9);
}
.service_area .active.center{
  transition: all 500ms ease-in-out 0ms;
  transform: scale(1.1);
}
.service_area .active.center .serv_info{
  margin: 0 10px;
}
.service_area button.owl-prev {
  position: absolute;
  top: 45%;
  left: 0;
  width: 30px;
  height: 46px;
  background: url(../images/sl2_left_icon.webp) no-repeat !important;
}
.service_area button.owl-next {
  position: absolute;
  top: 45%;
  right: 0;
  width: 30px;
  height: 46px;
  background: url(../images/sl2_right_icon.webp) no-repeat !important;
}
.service_area button:focus{
  outline: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-dialog .modal-content {
  background: #fff;
  border: solid 3px #d3161b;
  padding: 5px;
  padding: 30px;
  border-radius: 10px;
}
.modal-dialog .modal-content .modal-header {
  padding: 0 0 30px;
  border: none;
  text-align: center;
  color: #000;
}
.modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.modal-dialog .modal-content .modal-body {
  padding: 0;
  width: 100%;
}
.modal-dialog .modal-content .modal-body input:not([type=submit]) {
  width: 100%;
  border: solid 1px #999;
  height: 50px;
  padding: 10px;
  color: #000;
  border-radius: 5px;
  margin-bottom: 20px;
}
.modal-dialog .modal-content .modal-body input[type=submit] {
  padding: 8px 20px;
  background-image: linear-gradient(to right, #e51b20, #bf1116);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 500ms ease-in-out 0ms;
  border-radius: 0 20px;
  border: none;
  font-size: 16px;
  margin: 0 auto;
  display: block;
}
.modal-dialog .modal-content .modal-body input[type=submit]:hover {
  color: #fff;
  background-image: linear-gradient(to right, #bf1116, #e51b20);
  transition: all 500ms ease-in-out 0ms;
}
.modal-title {
    width: 100%;
}

.modal_news .bottom_link_close {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  padding: 8px;
  margin-top: 20px;
}
.modal_news .bottom_link {
  text-align: center;
  color: #000;
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.modal_news .bottom_link_close a:nth-child(2) {
  background: #8e0202;
  padding: 3px 15px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.modal_news .bottom_link span {
  color: #db2029;
}
.modal_news .popup_img {
  text-align: center;
  width: 250px;
  margin: 0 auto 15px;
}
.modal_news h2{
  font-size: 26px;
  text-align: center;
  margin-bottom: 15px;
}
.modal_news p{
  font-size: 15px;
  margin-bottom: 15px;
}
.modal_news .modal-header{
  padding: 0 0 10px !important;
}
.modal_news .modal-dialog {
  max-width: 700px;
}
.modal_news img{
  max-width: 100%;
  margin-bottom: 15px;
}