<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}
.f-light{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.f-regular{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.f-medium{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.f-semibold{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.f-bold{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
body a:hover{
    text-decoration: none;
    color: #fff;
    opacity: 1;
}
body li{
    list-style: none;
}
.f-light{
    font-weight:300;
}
.f-regular{
    font-weight:400;
}
.f-medium{
    font-weight:500;
}
.f-semibold{
    font-weight:600;
}
.f-bold{
    font-weight:700;
}
.f-Extrabold{
    font-weight:800;
}
.f-black{
    font-weight:900;
} 
p{
    font-weight:600;
}
a {
    text-decoration: none;
}
button:focus {
    outline: 0;
    box-shadow: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    height: 80px;
    padding: 0px 0 0px;;
    transition: all 0.3s ease-in-out;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
}
/*header.shrink{
animation: 0.3s 0.3s fadeInDown both;
background: #fff;
box-shadow: 0px 2px 10px #00000059;
}*/
/*.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}*/
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
    color: #fff;
}
header .container {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
header .header {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    z-index: 1;
    position: relative;
}
header .header-white {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
/* margin-right: 60px; */
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
/* padding: 0px 0 8px;*/
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 15px;
    color: #fff;
    padding: 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #000;
    font-weight: 500;
    position: relative;
    margin-right: 35px;
    margin-top: 30px;
}
.navbar-expand-md .navbar-nav .nav-link::before {
    background: #1399d9;
    height: 3px;
    width: 0%;
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0px;
    transition: all 0.4s;
}
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%;
}
/*.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link:before{
display: none;
}*/
.contactlist a:hover {
    color: #000;
}
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
/* color: #00339C;*/
}
.navbar-brand {
    position: absolute;
/* top: 7px;*/
left: 0;
padding: 0;
margin-left: 30px;
}
.navbar-brand img {
    width: 82%;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    flex-direction: column;
/*width: 100%;*/
position: relative;
z-index: 1;
margin-top: 36px;
width: 100%;
margin: auto;
}
footer{
    position: relative;
}
.main-footer {
   /* background: #09153c;*/
   background: url("../images/footer-bg.jpg") no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 70px 0px 0px;
    margin-top: -7px;
}
.main-footer::before {
    position: absolute;
    content: "";
    background: #09153cbd;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.btm-strip {
    background:#09153c;
}
.btm-strip p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
}
.column:nth-child(1) {
    width: 20%;
    margin-right: 0;
    margin-left: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    width: 89%;
    font-weight: 100;
    margin-bottom: 0;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
.social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.footer-logo {
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 93px #00000029;
    border-radius: 6px;
    margin-top: -26%;
}
.column:nth-child(2) {
    width: 25%;
    position: relative;
}
.column h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
/*.column:nth-child(3) {
    width: 34%;
    margin-right: 25px;
}
.column:nth-child(4) {
    width: 25%;
}*/
.column:nth-child(3) {width: 55%;}
/*.column:nth-child(3) .prod-cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-content: space-between;
   
}*/
.column:nth-child(3) .foot-prod-cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*flex-direction: row-reverse;*/
    align-content: space-between;
}
.column:nth-child(3) .prod-cat {width: 45%;}
.sitemap .prod-cat {
/*    display: flex;*/
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: space-between;
}
.sitemap .prod-cat a {width: 45%;}
.column:nth-child(5) {
    width: 25%;
}
section.home-location {
    margin-top: 0px;
}
.sitemap .prod-cat a {width:100%;}
.column:nth-child(5) p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 13px 0px;
}
.column a {
    display: block;
    padding-bottom: 7px;
    line-height: 19px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
    opacity: 0.8;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
.footerlogo {
    width: 55%;
}
/*.column:last-child a {
font-size: 25px;
}*/
.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer a,
footer p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.footer_strip_main_div span{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
footer p{
    margin-bottom: 0;
}
footer h3{
    color: #fff;
}
.common-btn {
    width: 139px;
    height: 43px;
    background: #0F98DB;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
/* text-transform: uppercase; */
transform: perspective(1px) translateZ(0);
transition-duration: 0.3s;
overflow: hidden;
outline: none;
border-radius: 30px;
cursor: pointer;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#1A2F79;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
header .common-btn:before {
    background:#0F98DB;
}
.slider-section .owl-nav{
    position: absolute;
    width: fit-content;
    bottom: 31px;
    right: 61px;
}
.slider-section img {
    width: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}
.slider-section .owl-theme .owl-nav [class*=owl-] {
/* width: 193%; */
background: transparent!important;
width: 40px;
height: 40px;
border-radius: 50%!important;
border: 1px solid #fff;
padding: 10px!important;
}
.slider-section .owl-nav {
    position: absolute;
    top: 55%;
}
.slider-section .owl-prev {
    position: absolute;
    right: 0px;
    bottom: 100%;
}
.address-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 24px;
}
.common-btn:hover{
    color: #fff !important;
/* border:0px !important; */
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    transform: rotate(0deg);
    position: relative;
 top: 2px; 
left: 4px;
font-size: 9px;
}
.init_active_content img {
    width: 34%;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
    padding: 16px 15px 16px 15px;
    position: relative;
}
.btm-strip a {
    font-size: 14px;
    color: #fff;
}
.btm-strip {
    color:#fff;
}
/*.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 9px 30px;
    color: #00339C;
    font-size: 13px;
    margin-top: 16px;
}*/
.home-slider h2 {
    font-size: 50px;
/* text-align: center; */
color:#fff;
}
.caption-left {
    position: absolute;
    top: 36%;
    left: auto;
    line-height: 50px;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
/*padding: 0px 0 8px;*/
}
.main-head{
    display: flex;
    align-items: center;
    height: 80px;
}
.init_contact{
    background: #1a2f79;
    height:80px;
    display: flex;
    align-items: center;
    padding: 0 52px;
}
.init_container_fluid{
    padding-right: 0px;
}
.init_header_email{
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 30px;
    padding: 13px 27px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.init_footer {
    border-top:1px solid rgba(255,255,255,0.1) ;
    border-bottom:1px solid rgba(255,255,255,0.1) ;
    width: 88%;
    height: 10vh;
    margin: auto;
    margin-top: 95px;
}
.init_footer_row{
    width: 94%;
    border-top: 2px solid rgba(255,255,255,0.1);
    margin: auto;
    margin-top: 72px;
    padding: 35px 0 0 0;
}
.init_row_tab{
    margin-top: 25px;
}
.init_border {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 10px 0;
}
.init_border.right{
 text-align: right;
}
.init_last_ele{
    padding: 10px 10px;
    /*background-color: #202B4D;*/
    border-radius: 30px 30px 0 0;
/*margin-left: 78px;*/
}
.footer-call {
    display: flex;
}
.footer-call img{
    padding-right:10px;
}
.dot {
    color: #fff;
    padding: 0 0px;
}
.footer_link_main_div{
    display: flex;
    width: 100%;
}
.footer_contact_main_div{
    margin-top: 100px;
    width: 94%;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin: auto;
    margin-top: 30px;
    padding: 35px 0 35px 0;
}
.footer-call a {
    font-size: 23px;
}
.footer_strip_main_div{
    width: 93%;
    margin: auto;
}
.news-letter{
    display: none;
}
.init_about_wrapper {
    margin: 65px 85px;
}
.init_challenge_head_left_about_text{
    color: #0f98db;
    font-size: 20px;
    margin-bottom: 6px;
}
.init_challenge_head_left_main_text{
    font-weight: 900;
    font-size: 3.8rem;
    margin: 0;
    line-height: 62px;
}
.init_certificate_head_left_main_text{
    font-weight: 900;
    font-size: 3.8rem;
    margin: 0;
    line-height: 62px;
    width: 70%;
}
.init_challenge_head_right_info{
    font-size: 18px;
    font-weight: 400;
    color: #3a3a3a;
    padding: 60px 70px;
}
.init_about_main_innerwrapper{
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    flex-direction: row;
}
.init_about_main_1{
    width: 20%;
}
.init_about_main_1content{
    padding: 74px;
}
.init_about_main_1content_num{
    color: #0f98db;
    font-weight: 600;
    font-size: 46px;
}
.init_about_main_1content_title{
    font-weight: 600;
}
.init_about_main_1content_info{
    font-weight: 400;
    color: #3a3a3a;
}
.init_sector_child{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
/*height: 400px;*/
position: relative;
cursor: pointer;
  width:25%;
/*width: 16.6%;*/

}

.init_sector_innerwrapper {
/* display: grid; */
grid-template-columns: auto auto auto auto auto auto;
display: flex;
flex-wrap: wrap;
}
.init_sector_child_content {
    bottom: 0px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.init_sector_child:hover .init_sector_child_content{
    height:100%;
    background-color:#0f98dbdb;
}
.init_sector_content_title {
    text-align: center;
    padding: 25px;
    color: #fff;
    font-size: 17px;
}
.init_sector_child_content img {
    filter: brightness(1) !important;
}
.init_sector_main{
    margin-bottom: 30px;
}
.init_certificate_head_right_info{
    font-size: 18px;
    font-weight: 400;
    color: #3a3a3a;
    padding: 35px 150px 35px 0;
}
.init_know_more{
    color: #fff;
    background-color: #0f98db;
    padding: 16px 32px;
    border-radius: 30px;
}
.init_know_more_trans {
    color: #fff;
    background-color: #0e79be;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.5);
}
.agent_div {
    /* border: 1px solid #eeeeee; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 145px; */
    width: 20%;
    margin: 10px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px -1px 12px -14px; */
    border: 1px solid #ccc;
    padding: 20px;
}
.agent_div img {
    width: 100%;
}
.init_right_iso {
    margin-left: 10px;
}
.last_strip {
    display: flex;
    background: #eff6f9;
    padding: 15px 15px;
    border-radius: 40px;
    font-weight: 600;
    margin-top: 20px;
    font-size: 12px;
}
.init_certificate_head_right{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.last_strip{
    display: flex;
    background: #eff6f9;
    padding: 25px 20px;
    border-radius: 40px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
}
.init_client_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.init_right_iso{
    margin-left: 54px;
}
.events_div{
    position: relative;
}
.init_events_right {
    display: flex;
    flex-wrap: wrap;
}
.init_event_content {
    bottom: 0px;
    position: relative;
    padding: 15px;
    height: auto;
    width: 100%;
    background: #1a2f79;
    margin-top: -2px;
}

.init_events_right h4 {
    font-size: 17px;
    color: #fff;
}
.init_event_content p {
    margin-bottom: 6px;
    font-size: 14px;
    color: #fff;
}
.init_event_type{
    position: absolute;
    font-size: 12px;
    margin: 18px 0 0 18px;
    padding: 3px 13px;
    border-radius: 30px;
    z-index: 1;
    background: #e7e7e733;
    color:#fff;
    text-transform: uppercase;
}
.init_event_main {
    background: #d7d6d6;
    padding: 130px 85px 100px 85px;
}
.init_contactus_main_wrapper {
    padding: 59px 85px;
}
.init_contactus_content {
    margin-top: 0px;
}
.init_contactus_content h1{
    text-align: center;
    font-weight: 700;
    font-size: 4.3rem;
    font-size: 3.8rem;
    margin: 0;
}
.init_contactus_head_right_info {
/* font-size: 18px; */
font-weight: 400;
color: #3a3a3a;
text-align: center;
width: 70%;
margin: auto;
margin-top: 22px;
margin-bottom: 17px;
}
.init_contactus_main {
    background: url(../images/homefooter-bg.jpg);
}
.init_contactus_content_head{
    color: #0f98db;
    font-size: 20px;
    margin-bottom: 6px;
    text-align: center;
}
.init_contactus_main .form-control {
    padding: 15px 20px;
    border-radius: 42px;
    background: #dbdcdc;
    font-size: 17px;
    font-weight: 500;
}
.btn-primary{
    padding: 24px!important;
    border-radius: 42px!important; 
    font-size: 22px!important;
    font-weight: 500!important;
    background-color: #0f98db!important;
    width: 90%;
    border: none;
}
.init_row_contact {
    margin-top: 41px;
    margin-bottom: 33px;
}
.init_last_text{
    text-align: center;
    color: #0f98db;
}
/*common class*/
.init_wrapper {
    padding: 30px 0px;
}
.home-certificate .init_wrapper{

    padding: 30px 0px 57px;
}

.init_events_wrapper{
    padding: 120px 100px;
}
.init_category_text {
    color: #0f98db;
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 600;
}
.init_category_head {
    font-weight: 900;
    font-size: 40px;
    margin: 0;
     background: linear-gradient(90deg, rgba(58,183,212,1) 23%, rgba(19,111,182,1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
/* line-height: 44px; */
}
.init_desc_text{
    font-weight: 400;
    color: #3a3a3a;
}
.init_active_wrapper{
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
}
.init_active_par{
    width: 20%;
    position: relative;
    cursor: pointer;
}
.init_active_par_sp{
    width: 20%;
    position: relative;
    cursor: pointer;
    width: 20%;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background:url('../images/about-knowmore.png');
    background-position: 100% 100%;
    transition: all 0.4s;
    overflow: hidden;
}
/*.init_active_par_sp:hover {
     background-position: 150% 150%; 
    background-size: cover;
    transform: 100% 100%;
}*/
.init_active_content{
    padding: 74px;
}
.init_active_num{
    color: #0f98db;
    font-weight: 600;
    font-size: 46px;
}
.init_active_title{
    font-weight: 600;
}
.init_active_info{
    font-weight: 400;
    color: #3a3a3a;
}
.init_active_par:hover .init_active_num,
.init_active_par:hover .init_active_title,
.init_active_par:hover .init_active_info{
    color: #fff;
}
/*.init_active_par:hover{
    background-color: #0f98db;
}*/

.init_active_par:hover:before{
    width: 0px;
    display : none;
}
.init_active_par::before {
    content: "";
    width: 2px;
    position: absolute;
    background: #e4f6ff;
    height: 180px;
    margin-top: 0px;
    border-radius: 57px;
    right: 0;
    top: 18%;
}
.init_active_content h4 span {
    color: #0f98db;
    margin-top:20px;
    font-size:35px;
    font-weight:600;
}
.init_active_content h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}
.init_active_par_sp .init_active_content::before{
    display: none;
}
.init_active_content:hover h4 span{
    color:#fff;
}
.init_about_right_desc {
    padding: 31px 56px;
}
.init_certificate_left_desc {
    padding: 20px 60px 0px 0;
}
.init_events_main {
    background-image: url(../images/news-bg.webp);
    background-image: url(../images/news-bg.jpg);
    background-position: center;
    background-size: cover;
}
.init_contactus_main .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px;
    border-radius: 22px 0px 0px 22px;
}
.text_center{
    text-align: center;
}
.init_sector_child{
/*background: url('../images/indus.jpg');
background: url(../images/indus.jpg);
background-position: center;
background-size: contain;
background-repeat: no-repeat;*/
}
.init_pointer {
    cursor: pointer;
    font-size: 20px;
}
.init_header_email::before{
    content: "";
    position: absolute;
    z-index: -12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#0F98DB;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.init_header_email:hover:before {
    transform: scaleX(1);
}
.init_contact a {
    margin-right: 12px;
}
header .common-btn{
    background: transparent;
    border: 1px solid #fff;
    font-size: 13px;
}
span.next-num {
    font-size: 14px;
    color: #fff;
    opacity: .6;
    font-weight: 100;
}
span.avtive-num {
    font-size: 20px;
    color: #fff;
}
.slider-num span{
    margin-right: 3px;
}
p.slider-desc-text {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.init_counter {
    padding: 30px 0px;
}
.init_counter .counters {
    display: flex;
    flex-wrap: wrap;
}
.init_counter .counter-single {
    width: 20%;
    padding: 35px 35px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.init_counter .counter-single:before{
    position: absolute;
    content: "";
}
.init_active_content:hover img {
    filter: invert(100%) sepia(137%) saturate(350%) hue-rotate(207deg) brightness(170%) contrast(100%);
}
.init_active_content{
    transition:all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
}
.init_active_content::before{
    position: absolute;
    content: "";
    background: #0F98DB;
    height: 100%;
    width: 100%;
    bottom: -100%;
    left: 0;
    transition: all 0.4s;
}

.init_active_content:hover:before{
    bottom: 0;
}
.init_sector_child img {
    filter: brightness(0.7);
}
.init_active_content:hover img{
    transform: scale(1.08);
}
.init_sector_child picture img {width: 100%; transition: all 0.4s;}, 
.init_sector_innerwrapper .init_sector_child:nth-child(12){
    border-right:0px;
}
.init_right_iso {
    margin-left: 5px;
}
.last_strip img {
    padding-right: 4px;
}
.init_know_more span{
    font-size:10px;
}
.events_div {
    position: relative;
    overflow: hidden;
    width: 45%;
    margin: 20px 20px;
}
.events_div:hover img {
    transform: scale(1.1);
}
.events_div img {
    transition: all 0.5s;
    width: 100%;
}
.init_contactus_main h2{
    font-size:40px;
   background: linear-gradient(90deg, rgba(58,183,212,1) 23%, rgba(19,111,182,1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.init_contactus_main .init_row_contact i{
    position: relative;
    color: #0f98db;
    font-size: 30px;
    top: -50%;
    left: 89%;
}
.contactform .img-form {
    position: absolute;
    top: 18px;
    right: 30px;
    width: 6%;
}
.contactform{
    position:relative;
}
.contactform .common-btn {
    border: 0px;
/* padding: 24px; */
height: 43px;
}
.init_contactus_main .form-control:focus{
    border:1px solid #0F98DB;
    outline:none;
    box-shadow:none;
}
.breadcum {
    position: relative;
    margin-top: 0px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
}
.caption-heading {
    position: absolute;
    top: 50%;
}
.breadcum h1 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 0;
    margin-bottom: 0px;
    position: relative;
    font-weight: 700;
}
.breadcum-list a{
    color: #fff;
}
.breadcum-list {
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 20px;
}
section.breadcum img {
    filter: brightness(0.6);
    width: 100%;
}
.products{
    padding: 60px 0px;
}
.products-single {
    display: block;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.products-single::before{
    position: absolute;
    content: "";
    background:#0f98dbb5;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.products-single:hover:before{
    opacity: 1  ;
    z-index: 1;
}
.products-single .text-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.4s;
    z-index: 2;
}
.products-single .text-box p {
    color: #fff;
    text-align: center;
    font-weight: 100;
    font-size: 18px;
    margin: 10px 0px;
}
.products-single img.icon {
    width: 15%;
}
.products-single i {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 5px;
    font-size: 16px;
}
.products-single:hover .text-box{
    transform: scale(1);
}
.products-single:hover img{
    transform: scale(1.1);
}
.products-single img{
    transition: all 0.4s
}
.row.lightgallery .col-lg-4 {
    margin-bottom: 20px;
    position: relative;
}
.row.lightgallery .col-lg-4 .img-wrapp{
    position: relative;
}
.row.lightgallery .col-lg-4 .img-wrapp::before {
    position: absolute;
    content: "";
    background: #32008059;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s;
}
.row.lightgallery .col-lg-4 .img-wrapp:after {
    position: absolute;
    content: "";
    background: #4088e2;
    height: 4%;
    width: 84%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    z-index: 1;
    border-radius: 10px;
}
.row.lightgallery .col-lg-4 .img-wrapp:hover:before{
    opacity: 1;
}
.row.lightgallery .col-lg-4 i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 27px;
    opacity: 0;
}
.row.lightgallery .col-lg-4:hover i{
    opacity: 1;
}
.contact-us{
    background: #F4F8FA;
    padding: 60px 0px;
}
.contact-us .form-control {
    padding: 11px 14px;
    border-radius: 0;
    background: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    font-family: 'Poppins', sans-serif;
}
.contact-us .form-group {
    margin-bottom: 18px;
}
.contact-us p{
    color: #787575;
    font-weight: 100;
}
section.contact-us h2 {
    font-weight: 600;
    background: #109ed7;
/*     background: linear-gradient(to right, #3ab7d4, #136fb6 , #ef8318, #fecd08); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.contact-us h2 span{
    color: #0F98DB;
}
.contact-us button {
/*  width: 100%;*/
border: 0;
margin: 0px 5px;
margin-top: 0PX;
}
.form-control:focus{
    box-shadow: none;
}
#form-submit {
    margin-left: 10px;
}
label#msg-error {
    font-weight: 400;
    color: red;
    font-style: italic;
    font-size: 12px;
    margin: 10px 0px 0px 0px;
}
p.email-error {
    font-weight: 400;
    color: red;
    font-style: normal;
    font-size: 14px;
    margin: 2px 0px 0px 0px;
    display: none;
    position: relative;
    top: 1px;
}
p.email-error1 {
    font-weight: 400;
    color: red;
    font-style: normal;
    font-size: 14px;
    margin: -26px 7px 8px 0px;
    display: none;
    position: relative;
    /* top: -28px; */
}
p#msg-error {
    color: red;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
.certificates{
    padding: 60px 0px;
}
.init_certificate_main .item {margin-bottom: 20px;}
.certificates-single{
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    /*margin-bottom: 20px;*/
    display: block;
    position: relative;
}
.certificates-single img {
    /* height: 167px; */
    width: 100%;
    padding: 21px;
    margin: 0 auto;
    display: block;
}
.init_certificate_main .certificates-single img {
/*    height: 167px;*/
    width: 80%;
    padding: 21px;
}
.init_certificate_main .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-page{
    padding: 50px 0px;
}
.common-page h4{
    font-size: 20px;
}
.common-page h3{
    font-size: 18px;
}
.error-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-btns .common-btn{
    margin: 0px 5px;
}
section.common-page.error-page img {
    width: 11%;
}
section.common-page.thank-you img {
    width: 15%;
}
.overview{
    padding: 60px 0px;
}
.customized{
    background: url(../images/slider-1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px;
    position: relative;
    margin-top: 60px;
    background-attachment: fixed;
}
.customized::before {
    position: absolute;
    content: "";
    background:url(../images/about-last-section-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.customized::after{
    position: absolute;
    content: "";
    background: #1a2f79a3;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    
}
.customized h3{
    color: #fff;
    font-size: 40px;
}
.customized p {
    color: #fff;
    font-weight: 100;
    width: 90%;
    margin: 21px auto;
}
.customized .owl-theme .owl-dots .owl-dot span{
    margin: 5px 3px;
}
.customized .owl-theme .owl-dots .owl-dot.active span, .customized .owl-theme .owl-dots .owl-dot:hover span {
    background:#3e8ee9;
}
.overview h2 {
    font-size: 40px;
    font-weight: 600;
     background: linear-gradient(to right, #3ab7d4, #136fb6 , #ef8318, #fecd08); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
p {
    color: #3a3a3a;
    font-weight: 400;
}
h4.main-text {
    background: #1a2f79;
    color: #fff;
    width: max-content;
    margin: 10px 0;
    padding: 13px 21px;
}
.overview h4{
    font-size: 21px;
}
.overview .row{
    align-items: center;
}
.overview .text-box {
    border-left: 5px solid #1a2f79;
    padding-left: 15px;
}
.mission {
    background: url(../images/home-banner4-finozol.jpg);
    padding: 60px 0px 100px;
    background-attachment: fixed;
   
    position: relative;
}
.mission::before{
    position: absolute;
    content: "";
    background: #0000008a;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mission .common-btn{
    margin: 0 auto 30px;
    background: #fff;
    color: #320080;
}
.mission h2{
    font-weight: 600;
    font-size: 35px;
}
.mission-single {
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px 25px;
    height:440px;
    transition: all 0.4s;
}
.mission-single h5 {
    font-weight: 100;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}
.mission-single img {
    width: 28%;
    margin: 0 auto;
    display: block;
}
.mission-single h3 {
    color: #1399d9;
    font-size: 27px;
    font-weight: 600;
    margin-top: 10px;
}
.mission-wrapper {
    margin-top: -6%;
}
section.sitemap {
    padding: 50px 0px;
}
section.sitemap h4 {
    font-size: 19px;
}
section.sitemap a {
    display: block;
    font-size: 15px;
    color: #222;
    margin-bottom: 9px;
}
header.animated.shrink {
    box-shadow: 0px 0px 10px #ccc;
}
.product-detail {
    padding: 80px 0px;
    background-color:#F4F8FA;
}
td {
    border-bottom: 0px;
}
.table-responsive {
    padding: 30px;
    box-shadow: 0px 10px 26px #00000026;
    margin-top: -30px;
    background: #fff;
}
.products-headings {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E7F3F8;
    padding: 10px;
    border-radius: 30px;
    justify-content: space-around;
    margin-top:30px;
    margin-bottom:20px;
}
.products-headings p{
    margin-bottom:0px;
    padding-right: 20px;
}
.product-detail li {
    position: relative;
    margin-bottom: 10px;
}
.product-detail li:before {
    content: "";
    position: absolute;
    left: -15px;
    background: url(../images/listing-icon.png);
    width: 2%;
    top: 5px;
    background-size: contain;
    height: 60%;
    background-repeat: no-repeat;
}
.product-detail ul {
    padding-left: 15px;
}
.table-responsive th {
    color: #1A2F79;
}
.caption-heading {
    position: absolute;
    top: 50%;
    width: 55%;
}
.init_contact a img {
    width: 75%;
}
.contactlist .img-div .icon-bg {
    position: absolute;
    top: 0px;
    left: 0px;
}
.contactlist .img-div {
    position: relative;
}
.icon-bg {
    position: absolute;
    left: 10px;
    top: 46%;
}
.contactlist .img-div .icon-bg {
    position: absolute;
    top: 39%;
    left: 14%;
    width: 50%;
}
.contactlist .icons {
/* position: relative; */
width: 80%;
}
.contactlist {
    display: flex;
    align-items:flex-start;
    margin-bottom: 10px;
}

.address-list .flag {
    width: 11%;
    padding-left: 8px;
}
.contactlist a {
    color: #000;
}
.contactlist .call {
    margin-top: 16px;
}
.address-list {
    width: 32%;
    margin: 10px 10px;
}
.contact-content {
    width: 85%;
}
.contactlist .img-div {
    position: relative;
    width: 10%;
    margin-right: 10px;
}
.contact-content p {
    margin-bottom: 0px;
    font-size: 16px;
}
.address-list {
    width: 29%;
    border: 1px solid #70707057;
    padding: 20px;
    /* margin: 7px 5px; */
    height: 315px;
}
/*.address-list:nth-child(4) {
    height: 220px;
}*/
.address-list:nth-child(5),
.address-list:nth-child(4) {
    height: auto;
}
.address-list h5 {
    margin-bottom: 20px;
    font-size: 22px;
}
.address-list .contactlist:nth-child(4) .icon-bg {
    position: absolute;
    top: 44%;
    left: 11%;
}
.address-list .contactlist.contactlistphone, .address-list .contactlist.contactphone {
    align-items:center;
}
.contact-add {
    padding: 30px 0px 40px;
}
.events_div h4 {
    font-size: 20px;
    color: #fff;
}
.newsevents .events_div {
    margin: 10px 0px;
    width: 100%;
    display: block;
}
.newsevents {
    padding: 60px 0px;
}
.slider-section .owl-item.active .caption-left {
    animation: fadeInDown 0.8s ease-in-out;
}
a.top-arrow {
    background: #0F98DB;
    position: fixed;
    right: 40px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 60px;
    border-radius:50px;
    transform: rotate(270deg);
}
a.top-arrow:hover{
    background: #1a2f79;
}
.init_contactus_main .intl-tel-input.separate-dial-code .selected-flag {
    display: table;
    border-radius: 20px 0px 0px 20px;
}
.contact-us .intl-tel-input.separate-dial-code .selected-flag {
    background-color: #fff;
    display: table;
}
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}
/*.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 24px !important;
}*/
div#cookieNotice {
    position: fixed;
    bottom: 0px;
    color: #fff;
    background: #0000007d;
    z-index: 4;
    width: 100%;
/* display: none; */
}
div#cookieNotice .content-wrap {
    padding: 15px;
}
.msg-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
div#cookieNotice .content-wrap p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin: 10px 0px;
}
div#cookieNotice a.btn-primary {
    padding: 9px 19px;
    margin: 0px 7px;
    font-size: 14px !important;
    width: 150px;
}
div#cookieNotice .btn-primary {
    color: #fff;
    background-color: #0c54a0;
    border: 0;
    padding: 9px;
    font-size: 14px;
    display: flex;
    cursor: pointer;
    border-radius: 0px;
}
.main-footer .footer-call i .fa .fa-phone {
    color: #0f98db;
    font-size: 40px;
    transform: rotate(4deg);
    padding-right: 12px;
}
.main-footer .footer-call i {
    color: #0f98db;
    font-size: 40px;
    padding-right: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
section.map {
    padding: 0px 0px 0px;
}
.map ul#myTab {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-tabs .nav-link.active {
    color: #fff;
    font-size: 20px;
    background-color: #2b3e83;
}
.nav-tabs .nav-link {
    color: #fff;
    font-size: 20px;
    background: #0f98db;
}

#enquiry-form .contact {
    padding: 0;
}
.contact .form-group {
    margin-bottom: 25px;
}
.contact .form-group .form-control {
    border: 0px;
    background: #f5f6f8 !important;
    padding: 13px 13px;
    font-size: 13.5px;
}
.text-center.btn-div {
    margin-top: 0px;
}
.contact .common-btn {
    margin-top: 20px;
    border: none;
}
.errors {
    font-size: 13px;
    color: red !important;
    margin: 10px 0 0;
    font-weight: 400;
    padding-left: 20px;
}
p#msg-error {
    color: red;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin: 2px 0px 0px 0px;
}
.technical {
    padding: 70px 0px 0;

}
.technical h2{
    margin-bottom: 10px;
}
.technical-certificates {
    padding: 50px 0px;
    background: #e0e0e047;
}
.technical-certificates .item {
    background: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
    padding: 20px 20px;
    margin: 10px 10px;
    height: 323px;
    width: 80%;
}
.technical-certificates-slider{
    margin-top: 20px;
}
.logistics {
    padding: 70px 0px;
}
.logistics h2{
    margin-bottom: 10px;
}

.product-details{
    padding: 80px 0px;
}
.product-details ul.nav-tabs {
    display: block !important;
    background: #1a2f79;
    border-radius: 20px;
    border-bottom: 0;
    padding: 21px 20px;
    margin-top: 20px;
}
.product-details .nav-tabs .nav-item {display: block; width: 100%;}
.product-details .nav-tabs .nav-link {
    background: transparent;
    color: #ffffff;
    border: 0;
    padding: 14px 20px;
    font-size: 16px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 8px;
}
.product-details .nav-tabs .nav-link:hover {
    background: #0f98db63;
}
.product-details .nav-tabs .nav-link span {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    opacity: 0;
    transition: all 0.4s;
}
.product-details .nav-tabs .nav-link.active span{
    right: 9px;
    opacity: 1;
}
.product-details .nav-tabs .nav-link.active {
    background: #0f98db;
    color: #fff;
}
.product-details .nav-tabs .nav-link img {
    width: 40px;
    margin-right: 15px;
}
.product-details .accordion-item{
    background-color: transparent;
    border: 0;
    padding: 0;
}
.product-details .heading{
    margin-top: 0;
}
.product-details .img-box {
    overflow: hidden;
    margin-bottom: 26px;
    margin-top: 20px;
}
.product-details .img-box:hover img{
    transform: scale(1.02);
}
.product-details .img-box img{
    transition: all 0.4s;
}
.product-details .accordion-body {
    padding: 0 28px;
    position: relative;
    top: 63px;
}
.product-details .product-list{
    background: #fff;
    margin-top: 0px;
    position: relative;
    font-size: 20px;
    padding-left: 20px;
}
.product-details .product-list li {
    position: relative;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 16px;
}
.product-details .product-list li::before {
    content: "";
    width: 8px;
    position: absolute;
    height: 8px;
    background: #1a2f79;
    left: -18px;
    margin-top: 8px;
    border-radius: 20px;
}
blog-details .img-box {
    position: relative;
}

.blog-details .text {
    background: #1a2f79;
    color: #fff;
    padding: 10px;
    margin-bottom: 25px;
}

.blog-details .social-box .fa {
    font-size: 26px;
    margin: 0px 5px;
    color: #1a2f79;
    margin-bottom: 20px;
}
.blog-details {
    padding: 50px 0px;
}

.newsevents .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
}
.blog-details ul li {
    list-style: disc !important;
}
.blog-details ol li {
    list-style: numeric !important;
}
.newsevents .owl-theme .owl-nav [class*=owl-]{
    color:#000 !important;
    font-size:30px;
    background-color:transparent !important;
}

.newsevents .owl-prev{
    position:absolute;
    left:-4%;
}

.newsevents .owl-next{
    position:absolute;
    right:-4%;
}
.openings {
    padding: 70px 0px;
    
}
.openings .item {
    background: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
    padding: 20px 20px;
    width: 90%;
}

.openings .heading {
    text-align: center;
    margin-bottom: 25px;
}
#opening-form .common-btn{
    border:0px;
}

.errors {
    font-size: 13px;
    color: #f00;
    margin: 10px 0 0;
    font-weight: 400;
    padding-left: 20px;
}

.opening-form .form-control {
    margin-bottom: 20px;
    border-radius: 0px;
    padding: 10px 15px;
}

.opening-form .modal-content {
    border-radius: 0px;
}

.opening-form .form-control {
    margin-bottom: 20px;
    border-radius: 0px;
    padding: 10px 15px;
}

.opening-form button.close {
    background: #0F98DB !important;
    border: 0px;
    font-size: 30px;
    background: #000;
    padding: 5px;
    color: #fff;
    width: 30px !important;
    height: 30px;
    display: flex;
    align-items: center;
}

.openings h4 {
    background: #cccccc38;
    width: 50%;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 30px;
    padding: 19px 0px;
    margin-top: 35px;
}

.openings h4 a{
    color:#1a2f79 !important;
}
.tab-content.accordion .tab-pane {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: myanimation;
    animation-delay: 0.2s;
}
@keyframes myanimation {
  0% { transform: translateY(100px); opacity: 0; }
  100% { transform: translateY(0px); opacity: 1;}
}
.home-location p {
    margin-bottom: 30px;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%);
    color: #fff !important;
    font-size: 40px;
    font-weight: 700;
}
.location-icon {
    display: inline-block;
    height: 14px;
    width: 14px;
    background: #fff;
    border-radius: 50px;
    border: 4px solid #1789ca;
    animation: glow 1s infinite alternate;
}
.location-box{
    position: relative;
}
@keyframes glow {
  from {
    box-shadow: 0 0 10px -10px #1a2f79;
  }
  to {
    box-shadow: 0 0 10px 10px #1a2f79;
  }
}

.home-location .location2 {
    position: absolute;
    right: 29%;
    bottom: 45%;
}
.home-location .location1 {
    position: absolute;
    top: 49%;
    right: 30.5%;
}
.home-location .location3 {
    position: absolute;
    bottom: 33%;
    right: 25.5%;
}
.location.location4 {
    position: absolute;
    bottom: 30%;
    right: 22%;
}
.location.location5 {
    position: absolute;
    top: 59%;
    right: 24%;
}
.home-certificate .certificates-single img{
    width: 81%;
}
/*.home-certificate .certificates-single {
    height: 438px;
}*/
.home-certificate p {
    margin-bottom: 37px;
}
.init_certificate_main .item p, .certificates .col-12 p {text-align: center; margin: 10px 0;}
.location.location6 {
    position: absolute;
    bottom: 35%;
    right: 31%;
}
.location.location7 {
    position: absolute;
    right: 17%;
    bottom: 14%;
}
.location.location8 {
    position: absolute;
    bottom: 45%;
    right: 38%;
}
.location.location9 {
    position: absolute;
    bottom:41%;
    right: 39%;
}
.location.location10 {
    position: absolute;
    bottom: 45%;
    right: 42%;
}
.location.location11 {
    position: absolute;
    bottom: 46%;
    right: 39%;
}
.location.location12 {
    position: absolute;
    bottom: 55%;
    right: 44%;
}
.location.location13 {
    position: absolute;
    bottom: 50%;
    right: 35%;
}
.location.location14 {
    position: absolute;
    bottom: 50%;
    right: 42%;
}
.location.location15 {
    position: absolute;
    bottom: 14%;
    right: 46%;
}
.location.location16 {
    position: absolute;
    bottom: 23%;
    right: 43%;
}
.location.location17 {
    position: absolute;
    bottom: 20%;
    right: 44%;
}
.location.location18 {
    position: absolute;
    bottom: 34%;
    right: 51%;
}
.location.location19 {
    position: absolute;
    bottom: 35%;
    right: 52%;
}
.location.location20 {
    position: absolute;
    bottom: 38%;
    right: 55%;
}
.location.location21 {
    position: absolute;
    bottom: 50%;
    right: 54%;
}
.location.location22 {
    position: absolute;
    bottom: 34%;
    right: 70%;
}
.location.location23 {
    position: absolute;
    bottom: 34%;
    right: 70%;
}
.location.location23 {
    position: absolute;
    bottom: 40%;
    right: 32%;
}
/*
.tooltip-inner {
    background-color: #FFF;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
    color: #1a2f79;
    font-weight: 500;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color:#FFF !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color:#FFF !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color:#FFF !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color:#fff !important;
    opacity: 0 !important;
}*/
.intl-tel-input .selected-flag .iti-arrow{
  right:0px !important;
}
.certificates .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.technical-certificates .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.technical ul,
section.logistics ul {
    margin-top: 28px;
    padding-left: 21px;
}
section.technical ul li,
section.logistics ul li {
    font-weight: 100;
    margin-bottom: 10px;
    list-style: disc;
}
.certificate-slider .item{
   margin: 0px 10px;
}


.certificate-slider .owl-stage-outer { 
overflow: visible !important;
}

.certificate-slider  .owl-item {
   opacity: 0;
   transition: opacity 500ms;
}
.certificate-slider .owl-item.active {
  opacity: 1;
}
.sticky-icon {
    position: fixed;
    top: 45%;
    right: 0px;
    z-index: 9;
}
.sticky-icon li {
    
}
.sticky-icon  a{
    color: #fff !important;
    font-size: 23px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    margin-bottom: 5px;
    background: #0e79be;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    left: 0;
    position: relative;
}
.sticky-icon  a:hover {
    left: -7px;
}
.single-distributor h4 {
    text-align: center;
    font-weight: 500;
    font-size: 21px;
}
.single-distributor img {
    width: 38%;
    margin: 0 auto;
    display: block;
}
.distribution-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.technical p {
    text-align: justify;
    color: #fff;
}
.overview .img-box{
    overflow: hidden;
 
}
.overview .img-box:hover img{
    transform: scale(1.04);
}
 img{
    transition: all 0.3s ease-in-out; 
}
.mission-single:hover img{
    transform: scale(1.04);
}
.mission-single:hover{
    transform: scale(1.05);
    background: #1a2f79;
}
.mission-single:hover h5,.mission-single:hover h3{
    color: #fff;
}
.mission-single:hover img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(107%) contrast(101%);
}
.certificates-single{
    transition: all 0.4s;
}
.certificates-single .overlay {
    position: absolute;
    content: "";
    background:#1a2f7994;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
     transition: all 0.4s;
    opacity: 0;
}
.certificates-single:hover{
    transform: scale(1.05);
}
.certificates-single:hover .overlay{
    opacity: 1;
}
.certificates-single::before {
    position: absolute;
    content: "";
    background: transparent;
    border: 2px solid #fff;
    height: 90%;
    width: 90%;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.certificates-single i {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    opacity: 0;
    transition: all 0.4s;
}
.certificates-single:hover i{
    opacity: 1;
}
/*.init_sector_child .img-box{
    overflow: hidden;
}
.init_sector_child .img-box:hover img{
    transform: scale(1.04);
}*/

.technical img{
    filter: brightness(0.4);
}
/*.technical .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}*/
.technical .main-div {
    position: relative;
    background: url(../images/technical-support.jpg) no-repeat;
    background-attachment: fixed;
    padding: 60px 0px;
    background-size: cover;
    background-position: center;
}
.technical.logistics .main-div {
    position: relative;
    background: url(../images/logistics-support.jpg) no-repeat;
    background-attachment: fixed;
    padding: 60px 0px;
    background-size: 100% 100%;
    background-position: top;
}
.technical .main-div::before {
    position: absolute;
    content: "";
    background: #0000009c;
    width: 100%;
    height: 100%;
    top: 0;
}
.technical .main-div .row{
    position: relative;
    z-index: 2;
}
.contact-add .init_category_head img{
    width: 5%;
}
.product-details h2 {
     background: linear-gradient(90deg, rgba(58,183,212,1) 23%, rgba(19,111,182,1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
/* line-height: 44px; */
}
.sticky {
    position: sticky;
    top: 90px;
    left: 0;
    z-index: 2;
}
.product-details #common-section {margin-top: 100px; position: relative;}
.product-details .common-btn{
    position: relative;
    left: 30px;
    margin-top: 10%;
}
.errors {
    font-size: 13px;
    color: #f00;
    margin: -10px 0 0;
    font-weight: 400;
    padding-left: 2px;
}
/*select {
    background: url(../images/down-arrow.png) no-repeat;
    background-position: center;
    -webkit-appearance: none;
    background-position-x: 99%;
}*/
#enquiry_form .errors {margin: 10px 0 0;}

/*.contact select {
    background: url(../images/down-arrow.png) no-repeat;
    background-position: center;
    -webkit-appearance: none;
    background-position-x: 99%;
}*/
select.form-control {
    background: url(../images/down-arrow.png) no-repeat !important;
    background-position: center !important;
    -webkit-appearance: none;
    background-position-x: 99% !important;
}

.certificate-slider.owl-theme .owl-nav [class*=owl-] {
    font-size: 10px;
    width: 30px;
    height: 30px;
    padding: 8px 0px;
    background: #0f7cc0;
    color: #fff;
    border-radius: 20px;
    top: 87%;
}
.certificate-slider .owl-prev {
    position: absolute;
    left: 41%;
}
.certificate-slider .owl-next {
    position: absolute;
    right: 36%;
}
.loading-popup .modal-dialog {
        max-width: 1027px;
        margin-right: auto;
        margin-left: auto;
    }
    .loading-popup button.btn-close {
    background: #fff;
    opacity: 1;
    font-size: 17px;
    padding-top: 3px;
    padding-bottom: 9px;
    border-radius: 0;
    position: absolute;
    right: -11px;
    top: -15px;
    cursor: pointer;
}
.footer_contact_main_div img {
    width: 66%;
    margin-top: -10px;
}
.paginations {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.paginations li {
    display: flex;
    align-items: center;
    text-align: center;
}
.paginations a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #ddd;
    color: #000;
}
.paginations .active a {background: #0e79be; color: #ffffff;}</pre></body></html>