@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700&display=swap');
body{
       font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    overflow-x: hidden;
}

html{
    scroll-behavior: smooth;
}
 
h2 {
  
    font-size: 25px;
    font-weight: 600;

}
h3 {
    font-size: 16px;
    color: #00a7cb;
    font-weight: 600;
}
p {
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 30px;
}
a.btn-box {
    display: inline-block;
    border: 1px solid #ccc;
    background: #ccc;
    padding: 15px 40px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    background: #1d1c66;
    transition: 0.3s linear;
}
img{
    max-width: 100%;
    height: auto;
}
li.nav-item {
    padding: 0 15px;
}
a.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    letter-spacing: .4px;
    transition: 0.3s linear;
    border-radius: 10px;
}
a.nav-link:hover{
    background: #00a7ce;
    color: #fff;
    border-radius: 10px;
}
.custom-section-products span{
    font-size:16px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
}
.custom-section-products h2 a{
font-family: 'Arial';
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1;
    color: #272727;
    font-size: 35px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
}
.custom-content-wrapper h2:after{
   content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #fecb31;
    visibility: visible;
    display: block;
}
.custom-content-wrapper h2:before{
    content: "";
    position: absolute;
    top: 0;
    width: 6px;
    left: 0;
    height: 100%;
    background-color: #fecb31;
    visibility: visible;
    display: block;
}
.custom-content-wrapper{
    position: relative;
    /*margin: 40px 40px .47rem 0;*/
    padding-left: 23px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.custom-aboutus-right p{
  font-size: 15px;
  line-height: 27px;
  text-align: justify;
}

.custom-aboutus-right ol{
  margin-top: 10px;
  list-style: ;
}


.custom-aboutus-right li a{
  line-height: 26px;
  font-size: 15px;
  color: black !important;
  text-decoration: none;
}

.banner_inner_section{
  margin-top: 40px;
  margin-bottom: 40px;
}

.banner_bottom_inner_text p{
font-size: 15px;
color: gray;
line-height: 26px;
text-align: justify;
}

.banner_bottom_inner_text h2{
  text-align: ;
  font-size: 20px;
  color: #00A7CE;

}

.custom-three-col {
    border: 10px solid #00a7ce;
    margin-bottom: 30px;
    box-shadow: 0 0 5px #00a7ce;
    padding: 10px;
    overflow: hidden;
}
.custom-four-col {
    border: 10px solid #00a7ce;
    margin-bottom: 30px;
    box-shadow: 0 0 5px #00a7ce;
    padding: 10px;
    overflow: hidden;
}
.image-content {
  position: relative;
  width: 100%;
  text-align: center;
}

.image-content img{
    width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color:#00a7ce80;;
}

.image-content:hover .overlay {
  opacity: 1;
}

.pro_overlay_icons{
    position: absolute;
    top: 40%;
    right: 0;
}

.pro_overlay_icons a{
    display: block;
    margin:0px 10px 15px;
    text-decoration: none;
    background-color: white;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 18px;
    color: gray;
    border-radius: 2px;
}

.icon {
  color: #fff !important;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.image-content h3 {
 color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    padding: 15px 10px;
    background: #131243;
    margin: 0 10px;
    border-radius: 0 20px;
    text-align: center;

}

.custom-aboutus-right h2 a{
    font-family: 'Arial';
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1;
    color: #272727;
    font-size: 35px;
    text-transform: uppercase;
    display: block;
}
.custom-aboutus-right span{
    font-size:16px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.custom-section-aboutus {
    background-image: url(../images/aboutus-banner.jpg);
    width: 100%;
    height: auto;
    margin: 40px 0;
}
section.custom-section-products {
    padding: 0 0 40px;
}
.custom-aboutus-right a.btn-box {
    display: inline-block;
    border: 1px solid #ccc;
    background: #ccc;
    padding: 15px 40px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    background: #1d1c66;
    transition: 0.3s linear;
}
.custom-aboutus-right a.btn-box:hover {
    background: #00a7cb;
}
section.custom-section-product-two h2 a {
    font-family: 'Arial';
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1;
    color: #272727;
    font-size: 35px;
    text-transform: uppercase;
    display: block;
     margin-bottom: 30px;
}
.custom-section-product-two span{
font-size:16px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
   
}
.custom-section-product-two a.btn-box {
        margin: 40px auto;
    border-radius: 50px;
}
section.custom-section-product-two {
    margin: 65px 0;
}
.custom-gallery h2 a{
 font-family: 'Arial';
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1;
    color: #272727;
    font-size: 35px;
    text-transform: uppercase;
    display: block;
     margin-bottom: 30px;   
    text-align: left;
}
.custom-gallery span{
    font-size:16px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
   
}
.owl-nav {
    text-align: center;
}
.custom-footer-col h2 {
    color: white;
    text-transform: capitalize;
    font-weight: 500;
    margin: 20px 0;
    font-size: 18px;
}
footer.custom-common-footer-wrapper {
    background: #000;
}
.custom-footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-footer-col p {
    color: lightgray;
    font-size: 15px;
    line-height: 28px;
}
.custom-footer-col ul li a {
    display: block;
    color: lightgray;
    font-size: 15px;
    margin: 2px 0;
    text-decoration: none;
    line-height: 28px;
}

.custom-footer-col a{
  color: lightgray !important;
}
p.copy-right.text-center {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding-top: 13px;
    padding-bottom: 13px;
}
/* side icon*/
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    left: 30px;
   background: linear-gradient(45deg, black, #1d1c66);
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.float:hover{
  color: white;
}
.float2:hover{
  color: white;
}
.float2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    left: 30px;
    background: linear-gradient(45deg, black, #1d1c66);
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 13px;
}
a.scroll-button{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 50px;
background: linear-gradient(45deg, black, #1d1c66);
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: #fff!important;
    font-size: 22px;
    border-radius: 50%;
    transition: 0.3s linear;
}
.item {
    border: 5px solid #141344;
}
footer.custom-common-footer-wrapper {
    background-image: url(../banner/fbg4.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size:cover;


}

.f_overlay_bg{
    background-color: rgba(0,0,0,.7);
    width: 100%;
    padding-top: 30px;
padding-bottom: 60px;
}

.custom-section-content {
   background-image: url(../images/contactus-img2.jpg);
    width: 100%;
    height: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.custom-contactus-right {
    background: #00a7ce;
    width: 90%;
    margin: 0 auto;
        padding: 10px;
}
.custom-contactus-right h2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 20px 0 0;
    font-size: 30px;
}
.custom-form a.btn-box:hover {
    background:#fff;
    border:2px solid #00a7ce;
    color: #000;
}

.custom-form a.btn-box {
        margin: 0 40px;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    transition: 0.3s linear;
    background: #00a7ce;
    
}
.custom-form {
    background: #fff;
    padding: 10px;
    border-radius: 30px;
    margin: 30px;
}
.custom-aboutus-left img {
    border-radius: 5px;
    width: 100%;
}

.custom-aboutus-left {
    margin: 20px;
}
.img {
    border: 2px solid #151449;
}
.content h3 {
    font-size: 20px;
    color: #131241;
    font-weight: 600;
}
.content p {
    font-size: 15px;
    line-height: 2;
}
.custom-contactus-left td {
    color: #000;
    font-size: 18px;
}
.custom-contactus-left td i {
    color: #00a7ce;
}
.custom-contactus-left h2 {
    color: gray;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
section.custom-section-content-wrapper {
    padding: 40px 0;
}
.dropdown-submenu {
  position: relative;
}
/*
.dropdown {
    border: 3px solid #00a7ce;
    border-radius: 10px;
    transition: 0.3s linear;
}
.dropdown:hover {
    background: #00a7ce;
    border: 3px solid #0d0d2e;
    color: #fff;
}
*/
ul.dropdown-menu.show li a {
    display: block;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    padding: 5px 15px;
    outline: none;
}
ul.link li a {
    display: block;
    padding: 0px 2px;
    text-decoration: none;
    font-size: 15px;
    color: #00a7ce;
    font-weight: 700;
}
ul.link {
    margin: 0;
    list-style: none;
    display: flex;
    padding-left: 30px;
    justify-content: flex-start;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left:-100%;
  margin-top: -1px;
}
.custom-product-content p {
    line-height: 2;
    font-size: 15px;
    color: gray;
    text-align: justify;
}

.custom-product-content b{
    color: #2DA8CC;
    font-size: 15px;
}

.pro-desc .table{
    margin-top: 10px;
}

.pro-desc th , td{
    color: gray;
}

.text-content{
margin: 0;
padding: 0;
list-style: none;
}
section.custom-section-inside-products h2 {
    text-align: center;
    margin: 30px 0;
    text-transform: uppercase;
}
.custom-img {
    border: 5px solid #2da9cd;
    margin-bottom: 20px;
}

section.custom-section-inside-products {
    padding: 40px 0;
}
@media(max-width:1130px){
    a.nav-link {
    font-size: 16px;
}
    .custom-aboutus-right a.btn-box {
        margin: 30px 0;
    }
}
    @media(max-width:992px){
        .custom-section-products h2 a {
    font-size: 30px;


    }
         section.custom-section-product-two h2 a {
    font-size: 30px;
    
}
         .custom-aboutus-right h2 a{
        font-size: 30px;
    }
        .custom-gallery h2 a{
        font-size: 30px;
    }
}


@media(max-width:767px){
    
    
.banner_bottom_inner_text p{
font-size: 16px;
color: gray;
line-height: 26px;
text-align: justify;
}



a.scroll-button{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 50px;
background: linear-gradient(45deg, black, #1d1c66);
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: #fff!important;
    font-size: 22px;
    border-radius: 50%;
    transition: 0.3s linear;
}

.sideicon{
  display: none !important;
}

.fixed_icon_box_main_div{
  background-color:rgba(230, 75, 3); 
  display: block !important;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
}

.copy-right{
    margin-bottom:52px !important;   
}


.desktop-banner{
        display: none;

}

.mobile-banner{
    display: block !important;
}


.custom-section-products h2 a {
    font-size: 25px;


    }
    .custom-content-wrapper {
    margin: 0px 40px .47rem 0;
      margin-top: 30px;
    margin-bottom: 30px;
 
}
    .custom-section-aboutus {
    margin: 0 0 40px;
}
    section.custom-section-product-two h2 a {
    font-size: 25px;
    
}
    .custom-aboutus-right h2 a{
        font-size: 25px;
    }
    .custom-gallery h2 a{
        font-size: 25px;
    }
  
    .custom-footer-col h2 {
    font-size: 25px;
}
    .custom-contactus-right h2 {
    font-size: 25px;
}
    .custom-contactus-left h2 {
    font-size: 25px;
}
}


/*my css*/


.navbar-brand{
    width: 120px;
}
.dropdown .dropdown-menu a{
    font-size: 15px;
    background-color: white;
}

.dropdown .dropdown-menu a:hover{
    font-size: 15px;
    background-color: #00A7CE;
    color: white;
}

.dropdown:hover .dropdown-menu{
    display: block;
    background-color: white;

}

.carousel-item img{
    width: 100%;
}

/**/


.desktop-banner{
    
}

.mobile-banner{
    display: none;
}




/**/


.modal_form_div input, textarea{
    margin-bottom: 15px;
    outline: none !important;
    border:none !important;
    box-shadow: none !important;
}


.modal_form_div  textarea{
    margin-bottom: 15px;
    outline: none !important;
    border:none !important;
    box-shadow: none !important;
    border-radius: none !important;
}

.modal_form_div input, textarea{
   border-radius: none !important;
}

.modal_form_div input[type="text"]{
  font-size: 13px;
}


.modal_form_div input[type="email"]{
  font-size: 13px;
}


.modal_form_div input[type="tel"]{
  font-size: 13px;
}


.modal_form_div textarea{
  font-size: 13px;
}

.modal_form_div input, textarea{
    margin-bottom: 15px;
    outline: none !important;
    border-bottom:1px solid #00A7CE !important;
    box-shadow: none !important;
}



.modal_form_div  textarea{
    margin-bottom: 15px;
    outline: none !important;
    border-bottom:1px solid #00A7CE !important;
    box-shadow: none !important;
}

.modal-title{
    color:#00A7CE;
    text-transform: uppercase; 
    font-size: 17px;
}


/**/

.home_page_form h2{
    text-align: center;
    padding-bottom: 10px;
    color: white;
    text-transform: uppercase;
}

.home_page_form{
  background-color: #00A7CE;
  padding: 20px 20px 20px 20px;
  border-left: 4px solid white;  
}

.home_page_form input, textarea{
 margin-bottom: 20px;
 background-color: transparent !important;
 border:2px solid lightgray !important; 
 border-radius: 20px !important;  
}

.home_page_form ::placeholder{
    color: white !important;
}

.btn_md{
    background-color: white;
    text-transform: uppercase;
    font-weight: 600;
}


.form_head_ti_cont_page{
  text-transform: uppercase;
  font-weight: normal;

}

.form_head_ti_cont_page h3{
  font-weight: 600;
  font-size: 20px;
  color: #00A7CE;
  padding-bottom: 15px;
}

.right_side_add_cont_page p{
  font-size: 15px;
  color: gray;
}

.Corporate_txt{
  margin-top: -15px;
}

.right_side_add_cont_page b{
text-transform: capitalize;
font-weight: normal;
color: #00A7CE;
text-decoration: none;
}

.right_side_add_cont_page a{
  color: gray;
  text-decoration: none;

}

.right_side_add_cont_page .fa{
  background-color: white;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  color:#fff;
  font-size: 18px; 
  background-color:#00A7CE; 
}

.right_side_add_cont_page .media{
  padding-bottom: 10px;
}


/*-- Page Title --*/

.page-title-area-section{
  background-image: url(../images/all_pg_bn.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center center;
}

.page-title-area {
  background-color:rgba(0,0,0,.7);
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
}

.page-title-area img {
  position: absolute;
  left: 0;
  right: 0;
  top: 87px;
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  opacity: .20;
}

.page-title-area .page-title-content {
  position: relative;
}

.page-title-area .page-title-content h1 {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.page-title-area .page-title-content ul {
  margin: 0;
  padding: 0;
}

.page-title-area .page-title-content ul li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  text-transform: capitalize;
}

.page-title-area .page-title-content ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
}

.page-title-area .page-title-content ul li a:hover {
  color: #fdb819;
}

.page-title-area .page-title-content ul li i {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 4px;
}

/*-- End Page Title --*/



/**/

.fixed_icon_box_main_div{
  background-color:#00A7CE; 
  display: none;
   position:fixed;
  bottom:0;
  left:0;
  right:0;
  z-index: 99;
}

.icons_div{
  display: flex;
  justify-content: space-between;
  padding:12px 8px 12px 8px; 
}

.icons_div a{
  text-decoration: none;
}

.icons_div .fa-whatsapp{
  color: white;
  background-color: #25D366;
  width: 80px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 25px;
  border-radius: 3px;
}


.icons_div .fa-phone{
  color: white;
  background-color: rgba(0,0,0,.8);
  width: 80px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 25px;
  border-radius: 3px;
}

/**/

.copy-right{
  text-align: center;
}


.service_img_box{
  text-align: center;
  margin: ;
  width: 100%;
  transition: .4s ease-in-out;
  margin-bottom: 60px;
}

.service_img_box img{
  width: 100%;
  transition: .4s ease-in-out;
}

.service_txt_box h3{
  padding-bottom: 3px;
  margin-top: 10px;
  color: #00A7CE;
}

.service_txt_box p{
  line-height: 30px;
text-align: justify;
}


.custom-section-services{
  margin-top: 70px;
}

/**/
.banner_btm_section{
  margin-top: 50px;
  margin-bottom: 50px;
}

.index_text_div{
  text-align: center;
}

.index_text_div h1{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.index_text_div p{
  line-height: 28px;
  font-size: 15px;
  color: gray;
  margin-top: 20px;
}

/**/
.products_list_f{
  background-color: rgba(0,0,0,.5);
  padding-top:20px;
  padding-bottom: 20px;
}

.footer_pro_list ul{
  list-style: none;
}

.footer_pro_list li{
  display: inline-block;
  color: white;
  text-align: center;
}



.footer_pro_list li a{
  text-align: center;
  color: white;
  display: ;
  border-radius: 5px;
  font-size:16px;
  line-height: 28px;
}
/*my css*/





/**/

.bank_dt_div{
  overflow-x: auto;
  margin-top: 15px;
}

.bank_dt_div th{
  color: #00AEEF;
  border:1px solid #212121;
}

.bank_dt_div td{
  color: #212121;
  border:1px solid #212121;
  font-weight: 500;
}

/**/

/**/
.fixed_enquiry_btn_web{
  position: fixed;
  bottom: 30%;
  right: 3%;
  z-index: 99;
}

.fixed_enquiry_btn_web a{
  background-color: #1569AE;
  padding: 30px 10px 30px 10px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  writing-mode: vertical-lr;
  color: #fff;
  animation: 2s ease-in-out cata_ani infinite alternate;
  border: 2px solid #fff;
}


@keyframes cata_ani{
  from{
     color: #fff;
      background-color: #1569AE;
  }

  to{
     color: #fff;
      background-color: #212121;
  }
}

/**/