/* @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500&display=swap'); */
/*@import url('https://fonts.googleapis.com/css2?family=Uchen&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');*/
/* @import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@700&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&amp;family=Poppins:wght@400;500;600;700;800;900&amp;display=swap");

*{
	margin: 0;
	padding: 0;
	box-shadow: none;
	box-sizing: border-box;
	transition: .5s ease-in-out;
}


body{

    font-family: 'Nunito Sans', sans-serif;

    }

body, html{
	scroll-behavior: smooth;
	transition: .5s ease-in-out;
}

img{
    max-width: 100% !important;
}

a{
	text-decoration: none;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:focus {
	outline: none;
	text-decoration: none;
}

.container-fluid{
    padding: 0 40px;
}

/* scroll css */
/* width */
::-webkit-scrollbar {
    width: 8px;
    
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background:#fff; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #0093DD; 
    border-radius:10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #161616; 
  }
/*  */

/* banner css */
.main_section_video{
    position: relative;
    transition: 3s ease-in-out;
    text-align: center;
}

.overlay_ex_bn{
    position: absolute;
    bottom: -10%;
    left: 0;
    right: 0;
    transition: 3s ease-in-out;
    animation: bnimg_spin 2s linear alternate infinite;
}

.overlay_ex_bn img{
    width: 100px;
    background-color: #fff;
    border-radius: 100%;
    
}

@keyframes bnimg_spin{

    0%{
        bottom: -2%;
    }

    100%{
        bottom :-7%;
    }
}



/* banner css end */

/* about css */
.about_us_section{
    padding-top: 70px;
    padding-bottom: 30px;
}

.about_img_box{
    margin-bottom: 30px;
    position: relative;
    transition: .5s ease-in-out;
    text-align: center;
    width: 100%;
   
}

.about_img_box img{
    text-align: center;
    margin: auto;
    transition: 4s ease-in-out;
    border-radius: 2px;
    width: 100%;
     
}

.overlay_aboutimg {
    position:absolute;
    top:40%;
    right: -10%;
    transition: .5s ease-in-out;
    /* z-index: 99; */
}

.overlay_aboutimg img{
    width: 140px;
    height: 140px;
    border-radius: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 5px;
    transition: .5s ease-in-out;
    animation: shake 10s infinite linear;
}

.border_overly_small_img{
    width: 140px;
    height: 140px;
    border-radius: 100%;
    border-left: 3px dashed #0093DD;
    border-top: 3px dashed #161616;
    border-right: 3px dashed #0093DD;
    border-bottom: 3px dashed #0093DD;
    position: absolute;
    top:40%;
    right: -10%;
    transition: .5s ease-in-out;
    animation: spin 25s linear infinite;
    
}

.about_txt_div{
    padding-left: 50px;
}

@keyframes spin{
    from {transform: rotate(0deg);}
    to   {transform:rotate(-360deg);}
}

.big_img_border{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px dashed rgb(199, 197, 197);
   transform: rotate(2deg);
   z-index: -99;
}

.about_txt_div h6{
    border-left: 4px solid #161616;
    padding-left: 10px;
    color: #0093DD;
    animation: shake 10s infinite linear;
    font-weight: 600;
}


.about_txt_div .about_headti{
    font-weight: 700;
}

.about_txt_div .about_headti sub{
    color: #0093DD;
    font-size: 16px;
    font-weight: 600;
}

.about_txt_div .about_headti span{
    display: block;
}


.about_txt_div2 p{
    line-height: 26px;
    color: #5c727d;
    font-size: 15px;
    text-align: justify;
    font-weight: 500;
    white-space: wrap;

}

.about_txt_div p{
    line-height: 26px;
    color: #5c727d;
    font-size: 15px;
    text-align: justify;
    font-weight: 500;
    white-space: wrap;

}

.about_txt_div .custom-btn {
    width: 130px;
    height: 40px;
    color: #0093DD;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
  

.about_txt_div .btn-16 {
    border: none;
    color: #000;
  }
  .about_txt_div .btn-16:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    direction: rtl;
    z-index: -1;
    box-shadow:
     -7px -7px 20px 0px #fff9,
     -4px -4px 5px 0px #fff9,
     7px 7px 20px 0px #0002,
     4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
  }
  .about_txt_div .btn-16:hover {
    color: #000;
  }
  .about_txt_div .btn-16:hover:after {
    left: auto;
    right: 0;
    width: 100%;
  }
  .about_txt_div .btn-16:active {
    top: 2px;
  }

/* about css end */

/* three box css */

.three_boxsec{
    padding-top: 50px;
    padding-bottom: 30px;
}
.three_box_main{
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 15px;
    position: relative;
    overflow: hidden;
    transition: .3s ease-in-out;
}

.three_box_main2{
    background-color: #0093DD;
}

.overly_square{
    position: absolute;
    top: -4%;
    right: -4%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #0093DD;
    transform: rotate(48deg);
}

.overly_border{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px dashed rgb(199, 197, 197);
   transform: rotate(-2deg);
   
}


.overly_border2{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px dashed rgb(255, 255, 255);
   transform: rotate(2deg);
   
}


.overly_border{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px dashed rgb(199, 197, 197);
   transform: rotate(-2deg);
   
}




.img_theree_box{
    text-align: center;
    margin-bottom: 10px;
}

.img_theree_box img{
width: 140px;
text-align: center;
margin: auto;

}




.three_box_main:hover .img_theree_box img{
    animation: shake 2s infinite linear;
    }
/* 
@keyframes three_imgspin{
    0%{
       margin-left: 15px;
    }

    100%{
        margin-left: -15px;
    }
} */



.three_box_main h3{
    font-size: 20px;
    color: #161616;
    font-weight: 700;
}

.three_box_main  p{
    text-align: center;
    line-height: 26px;
    color: gray;
    font-size: 14px;
    padding: 3px;
    font-weight: 600;
}

.three_box_main  p sub{
    color: #0093DD;
    font-weight: bold;
    
}



.three_box_main2 h3{
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}

.three_box_main2  p{
    text-align: center;
    line-height: 26px;
    color: #fff;
}

.three_box_main2  p sub{
    color: #e8edf0;
}
/* three box css end */

/* products css */

.products_sec{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f6fafc;
}

.head_ti_product{
    text-align: center;
    margin-bottom: 30px;
}

.head_ti_product h6{
    color: #0093DD;
    animation: shake 10s infinite linear;
    font-weight: 600;
}

.head_ti_product h2{
    font-weight: 700;
    font-size: 25px;
}

.product_box{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    transition: .4s ease;
    margin-bottom: 35px;
    text-align: center;
   
   
}

.product_box img{
text-align: center;
margin: auto;
display: block;
transition: 4s ease;
border-radius: 10px;

}

.overlay_icon{
 position: absolute;
 top: -5%;
 right: 7%;

}

.overlay_icon a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    color: #0093DD;
    font-size: 14px;
    
}

.overlay_icon a:hover{
    transform: translate(0, -10%);
}


/* products css end */

/* mission and vision css */

.vision_mission_div{
    text-align: center;
    margin-bottom: 25px;;
    background-color: #0093DD;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 5px;
    height: 350px;
    width: 100%;
    
}

.vision_mission_div:hover{
    animation: shake 5s infinite linear;
}

.mission_overlyorder{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px dashed rgb(255, 255, 255);
   transform: rotate(1deg);
}


.mission_overlyorder2{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px dashed rgb(255, 255, 255);
   transform: rotate(-1deg);
}
.vision_mission_div img{
    text-align: center;
    margin: auto;
    display: block;
    width: 80px;
}

.vision_mission_div h3{
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.vision_mission_div p{
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}


.overlaydot{
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  width: 80px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border-bottom-left-radius: 100px;

}


.overlaydot2{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 80px;
    width: 80px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 100px;
 
  }


/* end mission and vision */

/* client css */
.client_sec{
    padding-top: 50px;
    padding-bottom: 50px;
}


.head_ti_client{
    text-align: center;
    margin-bottom: 30px;
}

.head_ti_client h6{
    color: #0093DD;
    animation: shake 10s infinite linear;
    font-weight: 600;
}

.client_logo_div .item img{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.head_ti_client h2{
    font-weight: 700;
    text-transform: capitalize;
    font-size: 25px;
}



/* end */


/* profile css */
.overlay_ex_bn_about{
    position: absolute;
    top: 40%;
    right: -10%;
    z-index: 99;
}

.overlay_ex_bn_about img{
    width: 120px;
    background-color: #fff;
    border-radius: 100%;
    animation: shake 13s infinite linear;
}
/* profile css end */

/* contact page css */
.contact_page_sec{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #e8edf0;
}
.leftside_address{
    background-color: #fff;
    padding: 30px 20px 62px 20px;
    margin-bottom: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.leftside_address h3{
    color: #0093DD;
    margin-bottom: 15px;
    font-size: 20px;
    animation: shake 10s infinite linear;
}

.leftside_address b{
    color: #0093DD;
    font-size: 17px;
}

.leftside_address .fa-user{
    color: #0093DD;
}

.leftside_address a{
    color: rgb(99, 95, 95);
    font-size: 15px;
}


.leftside_address a:hover{
    color:#0093DD;
    font-size: 15px;
}

.leftside_address .fa-phone{
    font-size: 14px;
}


.leftside_address .fa-envelope{
    font-size: 12px;
}

.leftside_address strong{
    color: #0093DD;
}

.leftside_address p{
    font-size: 15px;
    margin-top: 5px;
}

.right_side_frm_con{
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.right_side_frm_con h3{
    color: #0093DD;
    margin-bottom: 15px;
    font-size: 20px;
    animation: shake 20s infinite linear;
}

.right_side_frm_con input{
    margin-bottom: 10px;
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 10px 0px 10px 10px;
    background-color: #e8edf0;
}

.right_side_frm_con input:focus{
    background-color: #e8edf0;
}


.right_side_frm_con textarea{
    margin-bottom: 10px;
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background-color: #e8edf0;
}


.right_side_frm_con textarea:focus{
    background-color: #e8edf0;
}

.right_side_frm_con ::placeholder{
    font-size: 14px;
}

.right_side_frm_con .btn{
    background-color: #0093DD;
    border-radius: 0px !important;
    color: #fff;
    padding: 5px 14px 10px 14px;
    transition: .4s ease-in-out;
}

.right_side_frm_con .btn:hover{
    animation: shake 2s infinite linear;
    background-color: #161616;
    transition: .4s ease-in-out;
}

/* contact page css end */

/* modal css */
.popup_div .modal-dialog{
    padding: 0 !important;
    border-radius: 0px !important;
    outline: none !important;
}

.popup_div .modal-content{
    padding: 0 !important;  
    border-radius: 0px !important;
    outline: none !important;
}

.popup_div .modal-title{
    color: #0093DD;

    font-size: 20px;
    animation: shake 20s infinite linear;
}

/*  */

/* product img catagory css */
.inner_pro_cat_img_sec{
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #f6fafc;
}


.product_catagory_box{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    transition: .4s ease;
    margin-bottom: 35px;
    text-align: center;   
}

.product_catagory_box img{
text-align: center;
margin: auto;
display: block;
transition: 4s ease;
border-radius: 10px;

}

.catagory_overlay_icon{
 position: absolute;
 top: -5%;
 right: 7%;

}

.catagory_overlay_icon a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    color: #0093DD;
    font-size: 14px;
    
}

.catagory_overlay_icon a:hover{
    transform: translate(0, -10%);
}


/* end product img category css */


/* catagory details page csss */
.cate_details_sec{
    padding-top: 50px;
    padding-bottom: 50px;
}

.cate_dt_imgbox{
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    transition: .4s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(255, 255, 255, 0.12) 0px -12px 30px, rgba(255, 255, 255, 0.12) 0px 4px 6px, rgba(245, 240, 240, 0.17) 0px 12px 13px, rgba(255, 255, 255, 0.09) 0px -3px 5px;
}

.cate_dt_imgbox img{
    text-align: center;
    border-radius: 3px;
    margin: auto;
    transition: 4s ease-in-out;
    display: block;
}

.cate_dt_overlay{
    position: absolute;
    top:-4%;
    left: 0;
    right: 0;
    text-align: center;
    transition: .4s ease-in-out;
}

.cate_dt_overlay a{
    padding: 3px 25px 9px 25px;
    color: #161616;
    border-radius: 53px;
    font-size: 15px;
    font-weight: 800 !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.cate_dt_icons{
    position: absolute;
    bottom: -2%;
    right: -2%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
    color: #000;
}

.pdf_file_products{
    position: absolute;
    top: 40%;
    left: 2%;
}

.pdf_file_products a{
    text-transform: capitalize;
    writing-mode: vertical-rl;
    background-color: #0093dd7e;
    padding: 20px 8px 20px 8px;
    color: #252525;
    font-weight: 700;
    border-radius: 100px;
    letter-spacing: .3px;
}


.pdf_file_txt{
    margin-top: 20px;
    margin-bottom: 20px;
}

.pdf_file_txt a{
    background-color: #fff;
    border: 2px solid #0093DD;
    padding: 5px 15px 5px 15px;
    border-radius: 100px;
    color: #0093DD;
    font-weight: 700;
    font-size: 14px;
}

.cate_dt_icons a{
    color: #000;
}

.cate_dt_box h6{
    color: #0093DD;
    animation: shake 20s infinite linear;
    font-weight: 600;
}
.cate_dt_box h3{
    text-transform: capitalize;
    font-weight: 700;
    font-size: 22px;
}

.cate_dt_box h3 span{
    color: #0093DD;
}


.cate_dt_box ul{
    list-style: upper-alpha;
    margin-top: 7px;
}

.cate_dt_box li{
    font-size: 15px;
    line-height: 29px;
    color: #4e5e64;
    font-weight: 600;
}

.description-div{
    margin-top: 20px;
}

.description-div h6{
    color: #0093DD;
    font-weight: 700;
}


.description-div b{
    color: #0093DD;
}

.description-div ul{
    list-style: upper-alpha;
    margin-top: 7px;
}

.description-div li{
    font-size: 15px;
    line-height: 29px;
    color: #4e5e64;
    font-weight: 600;
} 


/* catagory details page csss end */

/* footer top css */
.footer_top{
    background-color: #0093DD;
    padding-top: 10px;
    padding-bottom: 5px;
}

.footer_top .row{
    align-items: center;
}
.footer_top_logo{
    margin-bottom: 10px;
}

.footer_top_logo img{
    width: 260px;
}


.footer_top_social_icon{
    float: right;
    margin-bottom: 10px;
}

.footer_top_social_icon b{
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
}

.footer_top_social_icon a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20%;
    background-color: #0093DD;
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-decoration: none;
    transition: .4s ease-out;
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.753),
                0px 3px 10px rgba(255, 255, 255, 0.411);
 
}

.footer_top_social_icon a:hover{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20%;
    background-color: rgb(20, 80, 102);
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-decoration: none;
    transition: .4s ease-out;
    box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 0.753),
                0px 3px 10px rgba(0, 0, 0, 0.411);
 
}

.footer_top_btn{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    
}


.footer_top_btn img{
    width: 90px;
    text-align: center;
    margin: auto;
    
       
      }

      
.footer_top_btn img:hover{
    width: 90px;
    text-align: center;
    margin: auto;
    animation: shake 1s infinite linear;
    }

@keyframes shake {
    0%  { -webkit-transform:     translate(2px, 1px) rotate(0deg); }
    10% { -webkit-transform:     translate(-1px, -2px) rotate(-2deg); }
    20% { -webkit-transform:     translate(-3px, 0px) rotate(3deg); }
    30% { -webkit-transform:     translate(0px, 2px) rotate(0deg); }
    40% { -webkit-transform:     translate(1px, -1px) rotate(1deg); }
    50% { -webkit-transform:     translate(-1px, 2px) rotate(-1deg); }
    60% { -webkit-transform:     translate(-3px, 1px) rotate(0deg); }
    70% { -webkit-transform:     translate(2px, 1px) rotate(-2deg); }
    80% { -webkit-transform:     translate(-1px, -1px) rotate(4deg); }
    90% { -webkit-transform:     translate(2px, 2px) rotate(0deg); }
    100%{ -webkit-transform:     translate(1px, -2px) rotate(-1deg); }
   }
  


/* footer top css end */


/*footer css*/
.footer{
    background: url(../image/footer-bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment:fixed;
    }
    
    .footer_overlay_bg{
        background-color: rgba(0,0,0,.9);
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    .footer_information h3{
        color: lightgray;
        border-bottom: 2px double #0093DD;
        padding-bottom: 10px;
        margin-bottom: 20px;
        text-transform: capitalize;
        font-size: 22px;
        font-weight: 700;
    
    }
    
    .footer_information ul{
        list-style: none;
        padding: 0;
    }
    
    .footer_information li{
         border-bottom: 1px dotted lightgray;
        display: block;
    }
    
    .footer_information li a{
        color: #fff;
        line-height: 40px;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: .3px;
        transition: .4s ease-in-out;
        text-transform: capitalize;
    
    }
    
    
    .footer_information li a:hover{
        color: #fff;
        line-height: 40px;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: .3px;
        transition: .4s ease-in-out;
        margin: 0px 6px;
    }
    
    .footer_information b{
        color: #0093DD;
        font-weight: 700;
        text-transform: capitalize;
        letter-spacing: .3px;
    }
    
    .footer_information p a{
        display: block;
        color: #fff;
        font-weight: 600 !important;
        font-size: 14px;
        letter-spacing: .4px;
         border-bottom: 1px dotted lightgray;
        display: block;
        padding: 5px 0px 5px 0px;
    
    }
    .footer_information p {
        color: #fff;
        font-weight: 600;
        font-size: 14px;
    }
    
    .footer_information p iframe{
        height: 230px;
    }
    
    
    .footer-product h3{
        color: lightgray;
        border-bottom: 2px solid lightgray;
        padding-bottom: 10px;
        margin-bottom: 20px;
        text-transform: capitalize;
        font-size: 26px;
    
    }
    
    .footer-product ul{
        list-style: none;
        padding: 0;
    }
    
    .footer-product li{
         border-bottom: 1px dotted lightgray;
        display: block;
    }
    
    .footer-product li a{
        color: #fff;
        line-height: 40px;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: .3px;
        transition: .4s ease-in-out;
        text-transform: capitalize;
    
    }
    
    
    .footer-product li a:hover{
        color: #fff;
        line-height: 40px;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: .3px;
        transition: .4s ease-in-out;
        margin: 0px 6px;
    }
    
    .footer_social_icon b{
        color:#0093DD;
        font-size: 20px;
        text-transform: capitalize;
        margin: 0px 6px;
    }
    
    .footer_social_icon a{
        background-color: #fff;
        width: 35px;
        height: 35px;
        line-height: 35px;
 
        text-align: center;
        margin: 0px 2px;
        font-size: 18px;
        border-radius: 2px;
    }
    
    .copyright_section{
        background-color: #0093DD;
    }
    
    .copyright_txt{
        text-align: center;
    }
    
    .copyright_txt p{
        color: white;
        font-size: 15px;
        letter-spacing: .2px;
        word-spacing: .2px;
        margin-top: 13px;
    }
    
    .copyright_txt p a{
        color: #000;
        font-weight: 700;
    }
    /**/

    
.certification_section{
  padding-top: 40px;
}

.certification_box_main{
  text-align: center;
  margin-bottom: 40px;
}

.certification_box_main img{
  filter: brightness(90%);
  text-align: center;
  margin: auto;
  border-radius: 10px;
}

    /**/
.fixed_pdf_file{
    position: fixed !important;
    bottom: 30%;
    right: 1%;
    z-index: 99;
  }
  .fixed_pdf_file a{
      background-color:#0093DD;
  padding: 30px 8px 30px 8px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    word-spacing: 1px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    writing-mode: vertical-lr;
    color: #fff !important;
    border:2px solid #fff;
    text-decoration:none !important;
  }


   /*  */
.vision_missin_sec{
    padding-top: 40px;
    padding-bottom: 40px;
}

.vision_haed_ti{
    text-align: center;
    padding-bottom: 20px;
}

.vision_haed_ti h3{
    font-weight: 700;
    font-size: 25px;
}

.vision_div_main{
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 2px;
    padding-bottom: 10px;
}

.vison_img_box{
    text-align: center;
    margin-bottom: 10px;
}

.vison_img_box img{
    margin: auto;
}

.vision_div_main h3{
    padding: 0px 20px;
    color: #0093DD;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
}
.vision_div_main p{
    padding: 0px 20px; 

    line-height: 26px;
    color: gray;
    font-size: 14px;
  
    font-weight: 600;  
}

.middle_img{
    position: relative;
    overflow: hidden;
    transition: .4s ease-in-out;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* border-radius: 100%; */
    padding: 10px;   
    /* height: 350px;
    width: 350px; */
    margin-bottom: 20px;   
}

.middle_img img{
    /* height: 330px;
    width: 330px;   */
    margin: auto;
    /* border-radius: 100%; */
}


.overlay_vmd_border{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px dashed #0093DD;
    /* border-radius: 100%;
    height: 330px;
    width: 330px; */
    text-align: center;
    margin: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* animation: rotate 40s normal linear infinite; */
    padding: 10px;
}


@keyframes rotate {
    0% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg);
    }
    25% {
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
    }
    50% {
      -webkit-transform: rotate3d(0, 0, 1, 180deg);
      transform: rotate3d(0, 0, 1, 180deg);
    }
    75% {
      -webkit-transform: rotate3d(0, 0, 1, 270deg);
      transform: rotate3d(0, 0, 1, 270deg);
    }
    100% {
      -webkit-transform: rotate3d(0, 0, 1, 360deg);
      transform: rotate3d(0, 0, 1, 360deg);
    }
  }


  /*  */