@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');

html {
    scroll-behavior: smooth;
  }

  
  *{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: "Poppins", sans-serif;
  }
  
  .inner-container{
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
  
  }

  body{
    background-color: #E8EEF2;
  }



header{
  background-image: url("/images/banner.png");
  height: 130vh;
  background-repeat: no-repeat;
  background-position: middle;
  background-size: cover;
}


.small_header{
height: fit-content;    
padding-bottom: 30px;
text-align: center;  
background-position: top;
margin-bottom: 100px;

}


.small_header_content_banner{
  margin-top:65px;                                                                                    
}

.small_header_content_banner_heading{
  font-size: 45px;
  color: #fff;
  line-height: 65px;

}

.small_header_content_banner_subtitle{
  margin-top: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.small_header_content_banner_subtitle span{
  font-weight: 400;
}

.header_content_container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 30px;
}

.logo{
  width: auto;
  height: 90px;
  transition: .2s ease-in-out;

}


.logo:hover{
  transform: translateY(-3px); /* Adjust the value as per your preference */
}


.navbar{
margin-top: 20px;
}

.navbar a{
  color: #fff;
  padding: 0px 20px;
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 15px;
  transition: .2s ease-in-out;
  display: inline-block;

}


.navbar a:hover{
  color: #02B1FC;
  transform: translateY(-5px); /* Adjust the value as per your preference */
  border-bottom-style: solid;
  border-bottom-color: #02B1FC;
  border-bottom-width: 0.5px;

}

.nav_cta_btn{
  border-style: solid;
  border-radius: 50px;
  border-color:#02B1FC ;
  border-width: 1px;
  height: fit-content;
  padding: 10px 25px;
  color: #fff ;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: .3s ease-in-out;
  margin-top: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);




}

.nav_cta_btn:hover{
  color: #02B1FC ;
  background-color: #fff;
  border-color: #fff;
  transform: translateY(-5px); /* Adjust the value as per your preference */

}

.nav_cta_btn img{
  width: auto;
  height: 20px;
  padding-top: 8px;
  margin-left: 30px;
  transition: .2s ease-in-out;

}

.nav_cta_btn:hover img{
  transform: translateX(5px); /* Adjust the value as per your preference */

}



.header_content_banner_container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 80px;
}

.header_content_banner{
  width: 52%;
  margin-top: 15px;
}

.header_content_banner_heading{
  font-size: 70px;
  color: #fff;
  line-height: 65px;

}

.header_content_banner_subtitle{
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.header_content_banner_subtitle span{
  font-weight: 400;
}

.header_buttons{
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  
}

.small_header_cta{
  justify-content: center;
}


.header_button1{
  border-style: solid;
  border-radius: 50px;
  border-color:#02B1FC;
  border-width: 1px;
  height: fit-content;
  padding: 10px 25px;
  color: #fff ;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: .3s ease-in-out;
  margin-right: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}


.header_button1:hover{
  color: #02B1FC ;
  background-color: #fff;
  border-color: #fff;
  transform: translateY(-5px); /* Adjust the value as per your preference */

}

.header_button1 img{
  width: auto;
  height: 20px;
  padding-top: 8px;
  margin-left: 30px;
  transition: .2s ease-in-out;

}

.header_button1:hover img{
  transform: translateX(5px); /* Adjust the value as per your preference */

}



.header_button2{
background-color:#fff ; 
border-style: solid;
border-radius: 50px;
border-color:#fff;
border-width: 1px;
 border-radius: 50px;
  height: fit-content;
  padding: 10px 25px;
  color: #02B1FC ;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: .3s ease-in-out;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}



.header_button2:hover{
  color: #fff;
  background-color:unset;
  border-color:#fff;
  transform: translateY(-5px); /* Adjust the value as per your preference */

}

.header_button2 img{
  width: auto;
  height: 20px;
  padding-top: 8px;
  margin-left: 30px;
  transition: .2s ease-in-out;

}

.header_button2:hover img{
  transform: translateX(5px); /* Adjust the value as per your preference */

}


.header_video{
  width: 45%;
  transition: .2s ease-in-out;

}

.header_video:hover{
  transform: translatey(-5px); /* Adjust the value as per your preference */

}

.header_video img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.home_services_rounded{
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 25px;
  color: #02B1FC;
  border-style: solid;
  border-width: 1px;
  border-color:#02B1FC ;
  width: fit-content;
  text-align: center;
  align-items: center;
  margin: 60px auto 30px auto;
  font-weight: 700;
}

.home_services_title{
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #013F7A;
  line-height: 55px;
}



.home_services_wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top:70px;
}

.home_single_service_item{
  background-color: #fff;
  width: 32%;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px 25px;
  transition: .2s ease-in-out;

}



.home_single_service_item:hover {
  background-color: #013F7A;
}

.home_single_service_item:hover .home_single_service_item_title{
  color: #fff;
  }
  

  .home_single_service_item:hover .home_single_service_item_des {
    color: #fff;
    }

    .home_single_service_item:hover .home_single_service_item_cta{
      color: #fff;
      }

.home_single_service_item_title{
  font-weight: 700;
  color: #013F7A;
  transition: .2s ease-in-out;
  font-size:23px ;
}

.home_single_service_item_des{
  color: #013F7A;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  transition: .2s ease-in-out;

}

.home_single_service_item_cta{
  color:#02B1FC ;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
  transition: .2s ease-in-out;

}

.home_single_service_item_cta:hover{
  color: #02B1FC !important;
}

.home_single_service_item_cta img{
  width: auto;
  height: 18px;
  padding-top: 8px;
  margin-left: 30px;
  transition: .2s ease-in-out;
}

.home_single_service_item:hover img{
  transform: translateX(5px); /* Adjust the value as per your preference */

}

.home_single_service_item a{
  text-decoration: none;
}



.home_services_bottom_cta{
  background-color:#013F7A;
border-style: solid;
border-radius: 50px;
border-color:#013F7A;
border-width: 1px;
 border-radius: 50px;
  height: fit-content;
  padding: 10px 25px;
  color: #fff ;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: .3s ease-in-out;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}





.single_service_packages_cta{
  border-style: solid;
  border-radius: 50px;
  border-color:#02B1FC;
  border-width: 1px;
  height: fit-content;
  padding: 10px 25px;
  color: #02B1FC ;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: .3s ease-in-out;
  margin-right: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}






.single_service_packages_cta:hover{
  color: #02B1FC ;
  background-color: #fff;
  border-color: #fff;
  transform: translateY(-5px); /* Adjust the value as per your preference */

}

.single_service_packages_cta img{
  width: auto;
  height: 20px;
  padding-top: 8px;
  margin-left: 30px;
  transition: .2s ease-in-out;

}

.single_service_packages_cta:hover img{
  transform: translateX(5px); /* Adjust the value as per your preference */

}


.home_services_ctadiv{
  margin: 50px auto 0px auto;
  text-align: center;
}
.services_pg_content_cta{
  text-align: left;
}



.home_services_bottom_cta:hover{
  color: #02B1FC ;
  background-color:#fff;
  border-color:#fff;
  transform: translateY(-5px); /* Adjust the value as per your preference */

}

.home_services_bottom_cta img{
  width: auto;
  height: 20px;
  padding-top: 8px;
  margin-left: 30px;
  transition: .2s ease-in-out;

}

.home_services_bottom_cta:hover img{
  transform: translateX(5px); /* Adjust the value as per your preference */

}


.home_portfolio{
  background-color: #013F7A;
  background-image: url("/images/curve.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 230px;
}

.home_portfolio_rounded{
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 25px;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color:#fff ;
  width: fit-content;
  text-align: center;
  align-items: center;
  margin: 0px auto 30px auto;
  font-weight: 700;
}


.home_portfolio_title{
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 55px;
}

.home_portfolio_wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 100px;
}

.home_portfolio_single_item{
  width: 45%;
}

.home_portfolio_single_item img{
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.home_portfolio_company_name{
  font-weight: 700;
  color: #fff;
  font-size: 25px;
  margin-top: 10px;
}

.home_portfolio_type{
  font-weight: 300;
  color: #02B1FC ;
  margin-top: -5px;
}


.home_portfolio_ctadiv{
  margin: 80px auto 0px auto;
  text-align: center;
  transition: .2s ease-in-out;

}





.home_portfolio_bottom_cta{
  background-color:#fff;
border-style: solid;
border-radius: 50px;
border-color:#fff;
border-width: 1px;
 border-radius: 50px;
  height: fit-content;
  padding: 10px 25px;
  color: #013F7A;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: .3s ease-in-out;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}



.home_portfolio_bottom_cta:hover{
  color: #fff ;
  background-color:#013F7A;
  border-color:#fff;
  transform: translateY(-5px); /* Adjust the value as per your preference */

}

.home_portfolio_bottom_cta img{
  width: auto;
  height: 20px;
  padding-top: 8px;
  margin-left: 30px;
  transition: .2s ease-in-out;

}

.home_portfolio_bottom_cta:hover img{
  transform: translateX(5px); /* Adjust the value as per your preference */

}


.home_packages_rounded{
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 25px;
  color: #02B1FC;
  border-style: solid;
  border-width: 1px;
  border-color:#02B1FC ;
  width: fit-content;
  text-align: center;
  align-items: center;
  margin: 60px auto 30px auto;
  font-weight: 700;
}

.home_packages_title{
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #013F7A;
  line-height: 55px;
}

.home_packages_wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 100px;
  flex-wrap: wrap;
}

.home_packages_single_item{
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  padding: 50px 20px;
  width: 32%;
  transition: .3s ease-in-out;
  text-align: center;
  border-style: solid;
border-color: #fff;
border-width: 1px;
margin-bottom: 30px;
}


.home_packages_single_item:hover{
border-style: solid;
border-color: #013F7A;
border-width: 1px;
transform: translateY(-5px); /* Adjust the value as per your preference */

}


.home_packages_single_item:hover .home_package_cta{
  background-color: #013F7A;
  border-color: #013F7A;

  color: #fff;
}

.home_package_title{

  font-weight: 900;
    color: #013F7A;
    line-height: 1;
    font-size: 40px;
    margin-bottom: 15px;
}

.home_package_subtitle{
  color: #02B1FC;
  font-weight: 300;
  font-size: 13px;
  margin-top: 5px;
}

.home_package_price{
  font-size: 35px;
  color: #013F7A;
  font-weight: 600;
  margin-top: 15px;
}

.home_package_price span{
  color: #013F7A;
  font-weight: 200;
  font-size: 13px;
}

.home_package_line{
  width: 100%;
  background-color: #013F7A;
  height: 0.1px;
  margin: 20px 0px;
  opacity: 0.1;
}

.home_package_list{
  margin: 10px 0px 40px 0px;
}

.home_package_list li{
  list-style-type: none;
  margin: 15px 0px;
  color: #013F7A;
  font-weight: 300;
  font-size: 14px;
}

.home_package_list li img{
margin-right: 10px;
height: 13px;
width: auto;
}



.home_package_cta{
  border-style: solid;
  border-radius: 50px;
  border-color:#02B1FC;
  border-width: 1px;
  width: fit-content;
  height: fit-content;
  padding: 10px 25px;
  color: #013F7A ;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: .3s ease-in-out;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}


.home_package_cta:hover{
  transform: translateY(-5px); /* Adjust the value as per your preference */

}

.home_package_cta img{
  width: auto;
  height: 20px;
  padding-top: 8px;
  margin-left: 30px;
  transition: .2s ease-in-out;

}

.home_package_cta:hover img{
  transform: translateX(5px); /* Adjust the value as per your preference */

}


.free_trial{
  background-color: #02B1FC;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
}


.home_bottom_cta_banner_wrapper{
  background-color: #013F7A;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}


.home_bottom_cta_banner{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-bottom-width: 1px;
  padding: 60px 0px 60px 0px;

}

.home_bottom_cta_banner_wrapper{
  margin-top: 100px;

}

.home_bottom_cta_banner_text{
  color: #fff;
  font-weight: 900;
  font-size: 45px;
  width: 70%;
}

.home_bottom_cta_link{
  width: 20%;
}


.home_bottom_cta_link{
  background-color:#fff;
border-style: solid;
border-radius: 50px;
border-color:#fff;
border-width: 1px;
  height: fit-content;
  width: fit-content;
  padding: 10px 25px;
  color: #02B1FC;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  transition: .3s ease-in-out;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}



.home_bottom_cta_link:hover{
  color: #fff ;
  background-color:#013F7A;
  border-color:#fff;
  transform: translateY(-5px); /* Adjust the value as per your preference */

}

.home_bottom_cta_link img{
  width: auto;
  height: 20px;
  padding-top: 8px;
  margin-left: 30px;
  transition: .2s ease-in-out;

}

.home_bottom_cta_link:hover img{
  transform: translateX(5px); /* Adjust the value as per your preference */

}


footer{
  background-color: #013F7A;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer_col_wrapper{
  display: flex;
  flex-direction:row;
  justify-content: space-between;
}

.footer_col{
  width: 28%;
}

.footer_col_title{
  font-size: 17px;
 color: #02B1FC;
 font-weight: 600;
}

.footer_col_content{
  color: #fff;
  font-weight:300 ;
  font-size: 12px;
  margin-top: 4px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.footer_col li{
  list-style-type: none;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 12px;
  font-weight:300 ;
}

.footer_col a{
  text-decoration: none;
  color: inherit;
  transition: ease-in-out .5s;
}

.social_footer{
  display: flex;
  flex-direction: row;

}

.social_footer img{
  margin-right: 15px;
  margin-top: 12px;
  height: 25px;
  transition: ease-in-out .3s;
}

.social_footer img:hover{
  transform: translateY(-5px);
}

.footer_col a:hover{
  text-decoration: underline;
}

.footer_col ul{
  margin-bottom: 20px;

}


.footer_bottom p{
  color: #013F7A;
  font-size: 10px;
  padding: 10px 0px;
  text-align: center;
}




.services_pg_wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 100px;
}


.services_pg_content{
  width: 40%;
}

.services_pg_blocks{
  width: 55%;
}

.services_page_title{
  font-size: 50px;
  font-weight: 700;
  color: #013F7A;
  line-height: 55px;
}


.services_pg_des{
  color: #013F7A;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}




.services_block_wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}



.single_servicepg_item{
  background-color: #fff;
  width:49%;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px 25px 20px 25px;
  transition: .2s ease-in-out;

}

.single_servicepg_item a{
  text-decoration: none;

}



.single_servicepg_item:hover {
  background-color: #013F7A;
}

.single_servicepg_item:hover .single_servicepg_item_title{
  color: #fff;
  }
  

  .single_servicepg_item:hover .single_servicepg_item_des {
    color: #fff;
    }

    .single_servicepg_item:hover .single_servicepg_item_cta{
      color: #fff;
      }

.single_servicepg_item_title{
  font-weight: 700;
  color: #013F7A;
  transition: .2s ease-in-out;
  font-size:23px ;
}

.single_servicepg_item_des{
  color: #013F7A;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  transition: .2s ease-in-out;

}

.single_servicepg_item_cta{
  color:#02B1FC ;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
  transition: .2s ease-in-out;

}

.single_servicepg_item_cta a{
  text-decoration: none;
  color: inherit;
}

.single_servicepg_item_cta:hover{
  color: #02B1FC !important;
}

.single_servicepg_item_cta img{
  width: auto;
  height: 18px;
  padding-top: 8px;
  margin-left: 30px;
  transition: .2s ease-in-out;
}

.single_servicepg_item:hover img{
  transform: translateX(5px); /* Adjust the value as per your preference */

}


.single_pg_wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 100px;
}

.single_page_title{
  font-size: 50px;
  font-weight: 700;
  color: #013F7A;
  line-height: 55px;
}

.single_pg_des{
  color: #013F7A;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}


.single_pg_list{
  list-style: none;
  padding: 0;
  width: 25%;

}

.single_pg_list li {
  padding-left: 40px;
  background: url('/images/tick.png') no-repeat left center;
  background-size: 25px; /* Adjust the size of the image */
  margin: 25px 0px;
  color: #013F7A;
  font-size: 16px;
}

.single_pg_content{
  width: 40%;
}

.process_wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #013F7A;
  margin: 50px 0px;
  padding: 50px 40px;
}

.process_single{
  width: 17%;
  text-align: center;
}
.process_single_title {
  font-weight: 700;
  color: #02B1FC;
  font-size: 20px;
  }
  

.process_single_title b{
font-weight: 900;
color: #fff;
font-size: 70px;
}

.process_single_des{
  color: #fff;
  font-size: 14px;
}

.process_single:nth-last-child(1){
  border-style: none;
}


.portfolio_title{
  text-align: center;
}

.portfolio_wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px 0px;
}

.portfolio_square{
  width: 33%;
  margin-bottom: 50px;
  position: relative;
}


.portfolio_square img{
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.portfolio_rectangle{
  width: 61%;
  margin-bottom: 50px;
  position: relative;


}

.portfolio_rectangle img{
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.portfolio_square:hover .image {
  opacity: 0.3;
}

.portfolio_square:hover .middle {
  opacity: 1;
}

.portfolio_rectangle:hover .image {
  opacity: 0.3;
}

.portfolio_rectangle:hover .middle {
  opacity: 1;
}

.text {
  background-color: #02407B;
  color: white;
  padding: 16px 32px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.text b{
  font-weight: 700;
  font-size: 16px;
}

.text i{
  font-size: 14px;
}


.printing_form_bg{
  background-color: #fff;
  padding: 50px;
  margin-top: 50px;
}

.contact_form_wrapper{
  width: 55%;
}

/* table printing Styles */


.table_heading{
  font-weight: 700;
  color: #013F7A;
  font-size: 20px;
  margin: 10px 0px 0px 0px;
}

.table_design_fee{
  font-size: 13px;
  font-weight: 200;
  color: #013F7A;
margin-bottom: 20px;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}

.pricing-table th, .pricing-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.pricing-table th {
  background-color: #013F7A; /* Deep Blue */
  color: #fff;
}

.pricing-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.pricing-table td:first-child {
  text-align: left;
}

.cta-button {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  color: #fff;
  background-color: #02B1FC; /* Bright Cyan */
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
}

.cta-button:hover {
  background-color: #01a0d0; /* Slightly darker cyan for hover effect */
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
  .pricing-table, .pricing-table thead, .pricing-table tbody, .pricing-table th, .pricing-table td, .pricing-table tr {
      display: block;
  }

  .pricing-table th {
      display: none;
  }

  .pricing-table td {
      position: relative;
      padding-left: 0;
      text-align: left; /* Align text to the left */
  }

  .pricing-table td::before {
      content: attr(data-label);
      position: absolute;
      left: 0;
      width: 100%;
      padding-left: 10px;
      font-weight: bold;
      text-align: left;
      white-space: nowrap;
      background-color: #f4f4f4; /* Optional: Background color for labels */
  }

  .cta-button {
      display: block;
      margin-top: 10px;
      padding: 12px;
  }
}











/*  Fade Transitions */

.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 0.4s ease-in;
}

.active.fade-top {
  animation: fade-top 0.4s ease-in;
}
.active.fade-left {
  animation: fade-left 0.4s ease-in;
}
.active.fade-right {
  animation: fade-right 0.4s ease-in;
}


@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


@keyframes fade-top{
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}




@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .sidra{
    background-color: yellow;height: 3px; width: 100%;
  }
}


@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .sidra{background-color: purple;height: 3px; width: 100%;}
  .inner-container{padding: 0px 20px;}
  header{height: 800px;}
  .header_content_banner_container {flex-direction: column; margin-top: 10px;}
  .header_content_banner_container {flex-direction: column; margin-top: 10px;}
   .header_content_banner{width: 100%;}
   .header_content_banner_heading{ font-size: 40px; line-height: 50px; text-align: center;}
   .header_content_banner_subtitle {text-align: center; font-size: 15px;}
   .header_buttons{flex-direction: column;}
   .header_button1{text-align: center; width: fit-content; margin:  0 auto;}
   .header_button2{text-align: center; width: fit-content; margin:  10px auto;}
   .header_video{width: 70%; margin: 30px auto;}


}



@media only screen and (min-width: 601px) and (max-width: 1000px) {
 .sidra{background-color: red;height: 3px; width: 100%;}
 .nav_cta_btn{display: none;}
 .logo {width: 30%;  height:auto; margin: 20px auto; }
 .inner-container{padding: 0px 20px;}
 .nav_cta_btn{display: none;}
 .header_content_banner_container {flex-direction: column; margin-top: 10px;}
 .header_content_banner_container {flex-direction: column; margin-top: 10px;}
  .header_content_banner{width: 100%;}
  .header_content_banner_heading{ font-size: 40px; line-height: 50px; text-align: center;}
  .header_content_banner_subtitle {text-align: center; font-size: 15px;}
  .header_buttons{flex-direction: column;}
  .header_button1{text-align: center; width: fit-content; margin:  0 auto;}
  .header_button2{text-align: center; width: fit-content; margin:  10px auto;}
  header{height: fit-content;}
  .header_video{width: 100%; margin-top: 30px;}
  .home_services_wrapper{flex-direction: column;}
  .home_single_service_item{width: 100%; text-align: center;}
  .home_portfolio_wrapper{flex-direction: column; margin-top: 30px;}
  .home_portfolio_single_item{text-align: center; width: 100%;}
  .home_portfolio_single_item img{margin-top: 20px;}
  .home_packages_wrapper{margin-top: 50px; flex-direction: column;}
  .home_packages_single_item{width: 100%; margin-bottom: 20px;}
  .home_bottom_cta_banner_wrapper{margin-top: 50px;}
  .home_bottom_cta_banner{flex-direction: column;}
  .home_bottom_cta_banner_text{width: 100%; text-align: center; font-size: 40px; line-height: 45px; margin-bottom: 40px;}
  .home_bottom_cta_link{width: fit-content; text-align: center; margin:  0 auto;}
  .footer_col_wrapper{flex-direction: column;}
  .footer_col{width: 100%; text-align: center;}
  .active.fade-left{animation: none;}
.active.fade-right{animation: none;}
.active.fade-bottom{animation: none;}
.active.fade-top{animation: none;}
.reveal{opacity: 1;}
.portfolio_wrapper{flex-direction: column;}
.portfolio_square{width: 100%;}
.portfolio_rectangle{width: 100%;}
.single_pg_wrapper{flex-direction: column;}
.single_pg_content{width: 100%; margin-bottom:30px;}
.single_pg_list{width: 100%;}
.services_pg_wrapper{flex-direction: column;}
.services_pg_content{width: 100%;}
.services_pg_blocks{width: 100%; margin-top: 50px;}
.services_block_wrapper{flex-direction: column;}
.single_servicepg_item{width: 100%;}
.social_footer {justify-content: center;}
}






@media only screen and (max-width: 600px) {
  .contact_form_wrapper{width:100%;}
  .sidra{background-color: blue;height: 3px; width: 100%;}
  .small_header{padding-bottom: 5px;}
  .logo {width: 70%;  height:auto; margin: 20px auto; }
  .inner-container{padding: 0px 20px;}
  .nav_cta_btn{display: none;}
  .header_content_banner_container {flex-direction: column; margin-top: 10px;}
  .header_content_banner{width: 100%;}
  .header_content_banner_heading{ font-size: 40px; line-height: 50px; text-align: center;}
  .header_content_banner_subtitle {text-align: center; font-size: 15px;}
  .header_buttons{flex-direction: column;}
  .header_button1{text-align: center; width: fit-content; margin:  0 auto;}
  .header_button2{text-align: center; width: fit-content; margin:  10px auto;}
  header{height: fit-content;}
  .header_video{width: 100%; margin-top: 30px;}
  .home_services_wrapper{flex-direction: column;}
  .home_single_service_item{width: 100%; text-align: center;}
  .home_portfolio_wrapper{flex-direction: column; margin-top: 30px;}
  .home_portfolio_single_item{text-align: center; width: 100%;}
  .home_portfolio_single_item img{margin-top: 20px;}
  .home_packages_wrapper{margin-top: 50px; flex-direction: column;}
  .home_packages_single_item{width: 100%; margin-bottom: 20px;}
  .home_bottom_cta_banner_wrapper{margin-top: 50px;}
  .home_bottom_cta_banner{flex-direction: column;}
  .home_bottom_cta_banner_text{width: 100%; text-align: center; font-size: 40px; line-height: 45px; margin-bottom: 40px;}
  .home_bottom_cta_link{width: fit-content; text-align: center; margin:  0 auto;}
  .footer_col_wrapper{flex-direction: column;}
  .footer_col{width: 100%; text-align: center;}
  .active.fade-left{animation: none;}
.active.fade-right{animation: none;}
.active.fade-bottom{animation: none;}
.active.fade-top{animation: none;}
.reveal{opacity: 1;}
.portfolio_wrapper{flex-direction: column;}
.portfolio_square{width: 100%;}
.portfolio_rectangle{width: 100%;}
.single_pg_wrapper{flex-direction: column;}
.single_pg_content{width: 100%; margin-bottom:30px;}
.single_pg_list{width: 100%;}
.services_pg_wrapper{flex-direction: column;}
.services_pg_content{width: 100%;}
.services_pg_blocks{width: 100%; margin-top: 50px;}
.services_block_wrapper{flex-direction: column;}
.single_servicepg_item{width: 100%;}
.mobile_nav_logo_link{width: 60%;}
.social_footer {justify-content: center;}
}








 /* Mobile Nav */

 .mobile_nav{
  display: none;
 }

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #0156A6;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #02B1FC;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}



@media only screen and (max-width: 600px) {

  .mobile_nav{display: inline-block; text-align: center;}
  .navbar{display: none;}
}

@media only screen and (min-width: 601px) and (max-width: 1000px) {

  .mobile_nav{display: inline-block; text-align: center;}
  .navbar{display: none;}
}



.mobile_nav{
  width: fit-content;
  height: fit-content;
  margin: 35px 0px 0px 0px;
  color: #fff ;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  transition: .3s ease-in-out;
  
}



.mobile_nav:hover{
  color: #02B1FC;

  transform: translateY(-5px); /* Adjust the value as per your preference */


}

.mobile_nav img{
  width: auto;
  height: 20px;
  margin-left: 15px;
  transition: .2s ease-in-out;

}

.mobile_nav:hover img{
  transform: translateY(-5px); /* Adjust the value as per your preference */

}
