@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap');
@font-face {
  font-family: 'HaniArb-Regular';
  src: url('../fonts/HaniArb-Light/HaniArb-Light.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/HaniArb-Light/HaniArb-Light.woff') format('woff'), 
       url('../fonts/HaniArb-Light/HaniArb-Light.ttf')  format('truetype'), 
       url('../fonts/HaniArb-Light/HaniArb-Light.svg#HaniArb-Light') format('svg');
  font-weight: 300;
  font-style: 300;
}
@font-face {
  font-family: 'HaniArb-Regular';
  src: url('../fonts/HaniArb-Regular/HaniArb-Regular.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/HaniArb-Regular/HaniArb-Regular.woff') format('woff'), 
       url('../fonts/HaniArb-Regular/HaniArb-Regular.ttf')  format('truetype'), 
       url('../fonts/HaniArb-Regular/HaniArb-Regular.svg#HaniArb-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HaniArb-Regular';
  src: url('../fonts/HaniArb-Medium/HaniArb-Medium.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/HaniArb-Medium/HaniArb-Medium.woff') format('woff'), 
       url('../fonts/HaniArb-Medium/HaniArb-Medium.ttf')  format('truetype'), 
       url('../fonts/HaniArb-Medium/HaniArb-Medium.svg#HaniArb-Medium') format('svg');
  font-weight: 500;
  font-style: 500;
}
@font-face {
  font-family: 'HaniArb-Regular';
  src: url('../fonts/HaniArb-SemiBold/HaniArb-SemiBold.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/HaniArb-SemiBold/HaniArb-SemiBold.woff') format('woff'), 
       url('../fonts/HaniArb-SemiBold/HaniArb-SemiBold.ttf')  format('truetype'), 
       url('../fonts/HaniArb-SemiBold/HaniArb-SemiBold.svg#HaniArb-SemiBold') format('svg');
  font-weight: 600;
  font-style: 600;
}
@font-face {
  font-family: 'HaniArb-Regular';
  src: url('../fonts/HaniArb-Bold/HaniArb-Bold.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/HaniArb-Bold/HaniArb-Bold.woff') format('woff'), 
       url('../fonts/HaniArb-Bold/HaniArb-Bold.ttf')  format('truetype'), 
       url('../fonts/HaniArb-Bold/HaniArb-Bold.svg#HaniArb-Bold') format('svg');
  font-weight: 700;
  font-style: 700;
}
/* Let's get this party started */

::-webkit-scrollbar {

    width: 6px;

    background: #f6f6f6 ;

}
/* Track */

::-webkit-scrollbar-track {

    border-radius: 0px;

}

/* Handle */

::-webkit-scrollbar-thumb {

    background: #0D2436; 

}
::-webkit-scrollbar-thumb:window-inactive {

  background: #0D2436; 

}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
body{
    font-family: 'Heebo', sans-serif;
    background-color: #fff;
    font-size:12px;
    font-weight:400;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Heebo', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
p{
  margin:0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;

}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}


a,button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p{
  margin: 0;
}
a {
  cursor: pointer !important;
  text-decoration: none !important;
}
a:hover,a:active,a:focus,a:visited{
  text-decoration: none !important;
}

input, textarea, a, button {
  outline: none !important;
  text-decoration: none;
}

.margin-auto{
  margin: 0 auto;
  float: none !important;
}

/* img hover */
.img-hover {
  overflow: hidden;
  display: block;
}

.img-hover > img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

img{
  max-width: 100%;
}
/* end img hover */
.main-wrapper {
  position: relative;
  min-height: 100%;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  overflow: hidden;
}

#header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: transparent;
  padding: 20px 0;
}
.logo_site > a{
  display: inline-block;
  max-width: 180px;
}
.main_menu > li{
  float: left;
  margin-right: 30px;
}
.main_menu > li:last-child{
  margin-right: 0;
}
.main_menu > li > a{
  display: inline-block;
  color: #183B56;
  font-size: 16px;
}
.main_menu > li:hover > a{
  color: #396CB4;
}
.lang_btn{
  margin-left: 20px;
  background-color: transparent;
  border:2px solid #396CB4;
  border-radius: 10px;
  padding: 10px 20px;
  color: #396CB4;
  font-size: 16px;
  font-weight: 500;
  font-family: 'HaniArb-Regular';
  line-height: 1;
}
.lang_btn:hover{
  background-color: #396CB4;
  color: #fff;
}
.section_home{
  padding-top: 200px;
  padding-bottom: 50px;
  position: relative;
  background-image: url(../images/bg_home.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
.content_home_slider{
  position: relative;
  padding: 0 100px;
}
.hm_pic{
  text-align: center;
}
.hm_txt h2{
  color: #183B56;
  font-size: 42px;
  font-weight: 500;
}
.hm_txt p{
  color: #5A7184;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.btn_prim{
  display: inline-block;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  background-color: #396CB4;
  border-radius: 8px;
  box-shadow: none !important;
  outline: none !important;
  border:0;
  padding: 8px 30px;
}
.btn_prim:hover{
  color: #FFFFFF;
  background-color: #183B56;
}
.btn_prim > i{
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
#home_slider .owl-nav > button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-color: #EDEEF4;
  color: #3F9CD6;
  font-size: 26px;
  font-family: sans-serif;
}
#home_slider .owl-nav > button.owl-next{
  right: -100px;
}
#home_slider .owl-nav > button.owl-prev{
  left: -100px;
}
#home_slider .owl-nav > button:hover{
  color: #FFFFFF;
  background-color: #183B56;
}
#home_slider .owl-dots{
  margin-top: 30px;
  text-align: center;
  display: none !important;
}
#home_slider .owl-dots button{
  display: inline-block;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #183B56;
}
#home_slider .owl-dots button.active{
  background-color: #3F9CD6;
}
.section_vision{
  position: relative;
  padding: 100px 0;
}
.sec_head_txt{
  text-align: center;
  margin-bottom: 50px;
}
.label_head{
  display: table;
  margin: 0 auto 20px;
  background-color: rgba(54,179,126,0.1);
  color:#36B37E;
  font-size: 14px;
  border-radius: 25px;
  padding: 8px 30px;
  font-weight: 600;
}
.sec_head_txt h2{
  color: #183B56;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 500;
}
.sec_head_txt p{
  color: #5A7184;
  font-size: 18px;
}
.itm_vision{
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.vi_icon{
  width: 55px;
  height: 55px;
  background-color: rgba(21,101,216,0.06);
  border-radius: 15px;
  padding: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  margin:auto auto 30px;
}
.vi_icon > img{
  margin: auto;
  max-height: 100%;
}
.vi_txt h2{
  color: #183B56;
  font-size: 18px;
  font-weight: 500;
}
.vi_txt p{
  color: #5A7184;
  font-size: 15px;
  line-height: 22px;
  height: 66px;
  margin-top: 10px;
  overflow: hidden;
}
.head_quartzo_title h2{
  color: #183B56;
  font-size:32px;
  font-weight: 600;
}
.head_quartzo_txt p{
  color: #5A7184;
  font-size: 16px;
}
.head_quartzo{
  margin-bottom: 50px;
}
.banner_vedio{
  position: relative;
  display: block;
}
.section_quartzo{
  padding: 50px 0;
}
.banner_vedio > img{
  width: 100%;
}
.vd_play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  padding-left: 5px;
}
.vd_play > img{
  margin: auto;
}
.phase_product{
  padding-top: 100px;
}
.ph_pic_product{
  text-align: center;
}
.phase_product_txt h2{
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #183B56;
}
.phase_product_txt p{
  color: #5A7184;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.list_phase li{
  color: #183B56;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.list_phase li > span{
  display: inline-block;
  color:#183B56
  font-size: 15px;
  font-weight: 700;
}
.list_phase li:before{
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/check.svg);
}
.btn_dt{
  display: table !important;
  margin: 30px auto !important;
}
.btn_more{
  display: inline-block;
  border-radius: 30px;
  background-color: rgba(57,108,180,0.08);
  color: #396CB4;
  font-size: 16px;
  font-weight: 500;
  border:0;
  box-shadow: none !important;
  outline: none !important;
  padding: 10px 30px;
}
.btn_more:hover{
  color: #FFFFFF;
  background-color: #396CB4;
}
.section_services{
  position: relative;
  background-color: #F9FBFE;
  padding: 80px 0 50px;
}
.head_services_title h2{
  color: #396CB4;
  font-size: 32px;
  font-weight: 500;
}
.head_services_txt p{
  color: #5A7184;
  font-size: 16px;
}
.head_services{
  margin-bottom: 30px;
}
.head_services_txt{
  margin-bottom: 10px;
}
.box_service_item{
  position: relative;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border:1px solid #E5EAF4;
  border-radius: 12px;
  padding: 20px 15px;
  -webkit-box-shadow: 0px 15px 35px 0px transparent;
  -moz-box-shadow: 0px 15px 35px 0px transparent;
  box-shadow: 0px 15px 35px 0px transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box_service_item:hover{
  -webkit-box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.08);
}
.icon_serv{
  float: left;
  width: 40px;
  text-align: center;
}
.txt_serv{
  margin-left: 60px;
  padding-top: 5px;
}
.txt_serv h2{
  color: #183B56;
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.txt_serv p{
  color: #5A7184;
  font-size: 15px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-top: 5px;
}
.section_companies{
  position: relative;
  padding: 100px 0;
}
.head_companies_txt{
  text-align: center;
}
.head_companies_txt h2{
  color: #183B56;
  font-size: 36px;
  font-weight: 500;
}
.head_companies_txt p{
  color: #5A7184;
  font-size: 15px;
  margin-top: 20px;
}
.head_companies{
  margin-bottom: 50px;
}
.content_companies{
  position: relative;
  padding:120px 0 80px 30%; 
}
.comp_pic{
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
}
.comp_pic > img{
  width: 100%;
  height: inherit;
  object-fit: cover;
  border-radius: 0 8px 8px 0;
}
#footer{
  position: relative;
  background-color: #0D2436;
  padding: 100px 0;
}
.ft_box_logo h2{
  color:#E2E2E2;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.ft_box_logo p{
  color: #959EAD;
  font-size: 15px;
}
.f_box h2{
  color: #5A7184;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 30px;
}
.ft_menu li{
  display: block;
  margin-bottom: 12px;
}
.ft_menu li a{
  display: inline-block;
  color: #959EAD;
  font-size: 16px;
  font-family: 'Heebo','HaniArb-Regular';
}
.ft_menu li a:hover{
  color: #FFFFFF;
}
.companie_item{
  position: relative;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 50px 30px;
  text-align: center;
}
.logo_companie{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  height: 100px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.logo_companie > img{
  width: auto !important;
  max-height: 130%;
  margin:auto;
}
.logo_companie:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background-color: rgba(90,113,132,0.1);
}
.txt_companie p{
  color: #5A7184;
  font-size: 16px;
  line-height: 25px;
  height: 100px;
  overflow: hidden;
}
#companies_slider .owl-stage{
  padding-left: 0 !important;
}
#companies_slider .owl-nav{
  position: absolute;
  top: -50px;
  right: 10%;
}
#companies_slider .owl-nav > button{
  display: inline-block;
  width: 45px;
  height: 45px;
  border:2px solid #969696;
  text-align: center;
  border-radius: 50%;
  color: #969696;
  font-size: 24px;
  font-family: sans-serif;
  margin-right: 10px;
}
#companies_slider .owl-nav > button:last-child{
  margin-right: 0;
}
#companies_slider .owl-nav > button:hover{
  color: #396CB4;
  border-color: #396CB4;
}

/*mobile menu*/
/*menu*/
.menu-mobile{
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0;
  height: 100%;
  width: 250px;
  background-color: #ffffff;
  z-index: 1001;
  overflow-y:auto; 
  -webkit-transform:translateX(275px);
  -moz-transform:translateX(275px);
  -ms-transform:translateX(275px);
  -o-transform:translateX(275px);
  transform:translateX(275px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.2);
  box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.2);
}
.brand-area{
  position: relative;
  padding-top: 20px;
}
.brand-area a {
    width:90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.brand-area a > img{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mmenu > ul > li > a {
    display: block;
    border-bottom: 1px solid rgba(59,59,59,0.05);
    color: #3B3B3B;
    font-size: 16px;
    padding: 10px;
    transition: all .3s;
    font-weight: 500;
    position: relative;
}
.mmenu > ul > li > a > i{
  margin-left: 5px;
}
.mmenu > ul > li > a:hover {
    background: #396CB4;
    color: #ffffff;
    border-color: #396CB4;
}
.register-mobile{
  margin-top: 0 !important;
}
.register-mobile li:last-child > a{
  border-bottom: 0;
}
.plusIcon{
  font-size: 14px;
  margin-left: 5px;
}
.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.menu-toggle {
    overflow: hidden;
}
.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}
.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}
.menu-toggle .main-wrapper{
  -webkit-transform:translate3d(-250px,0,0);
  -moz-transform:translate3d(-250px,0,0);
  -ms-transform:translate3d(-250px,0,0);
  -o-transform:translate3d(-250px,0,0);
  transform:translate3d(-250px,0,0);
}
html.menu-toggle{
  overflow: hidden;
}

.main_menu .dropdown-toggle::after{
  display: none;
}

.main_menu .dropdown-menu {
    display: block;
    position: absolute;
    left: 0% !important;
    top: 120% !important;
    min-width: 160px;
    white-space: nowrap;
    padding: 15px 0;
    opacity: 0;
    z-index: 555;
    visibility: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border: 0;
    -webkit-box-shadow: 0px 3px 15px 0px rgb(0,0,0,0.06);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 3px 15px 0px rgb(0,0,0,0.06);
    margin-top: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transform: none !important;
    background-color: #396CB4;
    overflow: hidden;
}
.main_menu li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0) translateZ(0) !important;
    -moz-transform: rotateX(0) translateZ(0) !important;
    transform: rotateX(0) translateZ(0) !important;
    top: 100% !important;
}
.main_menu li.dropdown > a{
  padding-right: 20px;
  position: relative;
}
.main_menu li.dropdown > a:before{
  content: '\f107';
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Font Awesome 5 Pro';
}
.main_menu .dropdown-menu a{
  display: block;
  padding: 8px 25px;
  color: #FFFFFF;
}
.main_menu .dropdown-menu{
  padding: 0;
}
.main_menu .dropdown-menu a:hover{
  color: #396CB4;
  background-color: #FFFFFF;
}
.btn_menu_mobile{
  width: 35px;
  height: 35px;
  margin-left: 10px;
  background-color: #396CB4;
  padding: 8px;
  display: none;
}
.btn_menu_mobile > img{
  margin: auto;
}

#companies_slider .owl-dots{
  margin-top: 30px;
  text-align: center;
  display: none !important;
}
#companies_slider .owl-dots button{
  display: inline-block;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #183B56;
}
#companies_slider .owl-dots button.active{
  background-color: #3F9CD6;
}
/**=========================
INNER
===========================**/
.head_page_st1{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 200px 0 300px;
}
.head_txt_cption{
  text-align: center;
}
.head_txt_cption h2{
  color: #FFFFFF;
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 10px;
}
.head_txt_cption p{
  color: #FFFFFF;
  font-size: 18px;
}
.page_sty_white .main_menu > li > a{
  color: #FFFFFF;
}
.page_sty_white .lang_btn{
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.page_sty_white .lang_btn:hover{
  border-color: #396CB4;
  color: #FFFFFF;
}
.page_sty_white .main_menu > li > a:hover{
  color: #fff;
}
.scan_pic{
  text-align: center;
}
.txt_scanBox h2{
  color: #396CB4;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
.txt_scanBox p{
  color: #585757;
  font-size: 16px;
  margin-bottom: 20px;
}
.box_white_scan{
  position: relative;
  padding: 30px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.04);
  box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.04);
  background-color: #FFFFFF;
  z-index: 1;
  margin-top: -200px;
  margin-bottom: 30px;
}
.block_content_scanners{
  padding-bottom: 50px;
}
.box_product_item{
  position: relative;
  margin-bottom: 30px;
  background-color: transparent;
  border-radius:8px;
  border:1px solid #E5EAF4;
  text-align: center;
  padding: 20px; 
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 15px 40px 0px transparent;
  -moz-box-shadow: 0px 15px 40px 0px transparent;
  box-shadow: 0px 15px 40px 0px transparent;
}
.list_product_related{
  padding-top: 30px;
}
.box_product_item h2{
  color: #396CB4;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.box_product_item h2 > a{
  display: inline-block;
  color: #396CB4;
}
.product_pic{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  height: 170px;
}
.product_pic > a{
  margin: auto;
  display: inline-block;
  height: 170px;
}
.product_pic img{
  max-height: 100%;
  margin: auto;
}
.box_product_item p{
  color: #969696;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-top: 20px;
}
.box_product_item .btn_more{
  font-size: 14px;
  margin-top: 20px;
}
.box_product_item:hover{
  color: #FFFFFF;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.08);
}
.single_page{
  padding: 0 !important;
}
.box_details_product_tab{
  position: relative;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 3px 35px 0px rgba(0,0,0,0.04);
  box-shadow: 0px 3px 35px 0px rgba(0,0,0,0.04);
  border-radius: 14px;
  padding: 30px;
}
.tabs_info_side > h2{
  color: #1C1C1C;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
}
.nav-tabs.tabs_sty1{
  border:0;
  display: block;
}
.nav-tabs.tabs_sty1 li{
  display: block;
}
.nav-tabs.tabs_sty1 li > a{
  display: block;
  padding: 10px 15px;
  background-color: transparent;
  border:0;
  box-shadow: none;
  border-radius: 5px;
  color: #585757;
  font-size: 16px;
}
.nav-tabs.tabs_sty1 li > a.active{
  color: #FFFFFF;
  background-color: #2E7CD9;
}
.block_tabs_value > h2{
  color: #1C1C1C;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 20px;
}
.txt_tabs_desc p{
  color: #585757;
  font-size: 16px;
  margin-bottom: 30px;
}
.feature_product_val h3{
  color: #1C1C1C;
  font-size: 15px;
  margin-bottom: 10px;
}
.feature_product_val p{
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 500;
}
.feature_product_val{
  margin-bottom: 20px;
}
.block_details_item{
  padding-bottom: 50px;
}
.hero_page{
  position: relative;
  padding: 200px 0 50px;
}
.hero_page:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg_phase.png);
}
.hm_txt h3{
  color: #183B56;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  line-height: 28px;
}
.pic_bottom{
  position: relative;
  margin-bottom: -50px;
}
.pic_bottom > img{
  position: relative;
  bottom: -50px;
}
.blk_details{
  padding: 80px 0;
}
.blk_group_pic{
  position: relative;
  padding-left: 60px;
}
.bk_main{
  border-radius: 5px;
}
.bk_secound{
  border-radius: 5px;
  border:5px solid #FFFFFF;
  position: relative;
  margin-top: -150px;
  left: -60px;
}
.head_blk{
  text-align: left;
}
.head_blk .label_head{
  display: inline-block;
}
.blk_details_accordion .card{
  margin-bottom: 20px;
  border:0;
  border-radius: 0;
  background-color: transparent;
}
.blk_details_accordion .card-header{
  background-color: transparent;
  border-radius: 0;
  border:0;
  position: relative;
  padding: 5px 10px 5px 50px;
}
.blk_details_accordion .btn-link{
  display: block;
  padding: 0;
  color: #183B56;
  font-size: 20px;
  text-decoration: none !important;
  font-weight: 500;
  border:0;
}
.icon_acct{
  position: absolute;
  top: 5px;
  left: 0;
  width:30px;
  height: 30px;
  background-color:#396CB4;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.icon_acct:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border:1px solid #1565D8;
}
.icon_acct > i{
  margin:auto;
}
.blk_details_accordion .card-body{
  padding: 5px 10px 5px 50px;
}
.blk_details_accordion .card-body p,
.blk_details_accordion .card-body{
  color: #5A7184;
  font-size: 16px;
}
.blk_details_accordion .btn-link.collapsed .fa-minus:before{
  content: "\f067";
}
.blk_models_products{
  position: relative;
  padding: 50px 0;
}
.blk_head_md{
  margin-bottom: 40px;
}
.blk_head_md h2{
  color: #183B56;
  font-size: 22px;
}
.blk_head_md h2 > span{
  display: inline-block;
  font-weight: 500;
  font-size: 28px;
  margin-right: 5px;
}
.btn_show{
  padding: 8px 35px;
  color: #3F9CD6;
  font-size: 18px;
  background-color: transparent;
  border:2px solid #3F9CD6;
  border-radius: 30px;
  box-shadow: none !important;
  outline: none !important;
}
.btn_show:hover{
  color: #FFFFFF;
  background-color: #3F9CD6;
}
.product_mdls_list .row{
  margin: 0 -10px;
}
.product_mdls_list .row > div{
  padding: 0 10px;
}
.itm_product_box{
  position: relative;
  margin-bottom: 20px;
}
.pico_pro{
  position: relative;
  display: block;
}
.itm_product_box > h2{
  color: #183B56;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
}
.itm_product_box > h2 > a{
  display: inline-block;
  color: #183B56;
}
.pico_pro{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.pico_pro img{
  max-height: 100%;
  margin: auto;
  width: 100%;
  border-radius: 10px;
}
.hide_lg{
  display: none !important;
}
.blk_discover{
  position: relative;
  background-image: url(../images/bg_discover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.discover_txt{
  text-align: center;
}
.discover_txt h2{
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
.discover_txt p{
  color: #FFFFFF;
  font-size: 15px;
}
.btn_white{
  box-shadow: none !important;
  outline: none !important;
  background-color: #FFFFFF;
  color: #3F9CD6;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 35px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.06);
  border-radius: 8px;
  display: inline-block;
}
.discover_txt .btn_white{
  margin-top: 30px;
}
.btn_white:hover{
  color: #fff;
  background-color: #2E7CD9;
}
.blk_download_txt{
  padding: 30px 0 0;
  text-align: center;
}
.blk_download_txt p{
  color: #183B56;
  font-size: 24px;
  margin-bottom: 20px;
}
.blk_download_txt .btn_prim{
  border-radius: 30px;
  background-color: #183B56;
  padding: 10px 50px;
}
.blk_download_txt .btn_prim:hover{
  color: #FFFFFF;
  background-color: #3F9CD6;
}
.box_details_product_tab.box_sty2{
  padding: 0;
  box-shadow: none;
}
.title_ssub{
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 18px;
  color: #1C1C1C;
}
.pico_pro:hover > img{
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.box_cultural{
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
  border:1px solid #E5EAF4;
  border-radius: 15px;
  -webkit-box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.05);
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list_cultural_box .row{
  margin: 0 -10px;
}
.list_cultural_box .row > div{
  padding: 0 10px;
}
.cul_icon{
  float: left;
  width: 50px;
  text-align: center;
}
.cul_txt{
  margin-left: 70px;
}
.cul_txt h3{
  color: #183B56;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.cul_txt p{
  color: #5A7184;
  font-size: 15px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.cultural_block{
  position: relative;
  padding: 0 0 80px 0;
}
.list_cultural_box{
  position: relative;
  margin-top: -200px;
  z-index: 1;
}
.box_cultural:hover {
    -webkit-box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.08);
}
.block_types_application{
  position: relative;
  background-color: #183B56;
  padding: 80px 0 80px 10%;
}
.head_types{
  margin-bottom: 50px;
}
.head_types h2{
  color: #FFFFFF;
  font-size: 32px;
  font-weight:500;
}
.item_application{
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
}
#slider_applications .item{
  padding: 5px 10px 15px;
}
.application_title{
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  border-radius: 25px;
  padding: 8px 20px;
  color: #183B56;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}
.applications_cn_txt h3{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.applications_cn_txt p{
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 20px;
}
.applications_cn_txt{
  max-width: 1140px;
  padding-right: 15px;
}
#slider_applications .owl-nav{
  position: absolute;
  top: -90px;
  right: 5%;
}
#slider_applications .owl-nav > button{
  width: 40px;
  height: 40px;
  background-color: transparent;
  border:1px solid #5A7184;
  color: #5A7184;
  font-size: 18px;
  border-radius: 50%;
  margin-right: 10px;
}
#slider_applications .owl-nav > button:last-child{
  margin-right: 0;
}
#slider_applications .owl-nav > button:hover{
  color: #FFFFFF;
  border-color: #FFFFFF;
}
#slider_applications .owl-dots{
  text-align: center;
  margin-top: 30px;
  display: none !important;
}
#slider_applications .owl-dots button{
  display: inline-block;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
#slider_applications .owl-dots button.active{
  background-color: #3F9CD6;
}
.block_share_pasts{
  padding: 80px 0;
}
.head_sty2{
  margin-bottom: 50px;
}
.head_sty2 h2{
  color: #183B56;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.blk_products_system{
  padding: 80px 0;
}



/* -------------- Omar's Style ------------ */
.page-title-section{
  margin-top:130px;
  margin-bottom:60px;
}
.page-title-section h1{
  margin-top:0;
  color: #183B56;
  font-size:38px;
  line-height:66px;
  margin-bottom:10px;
  font-weight:500;
}
.page-title-section p{
  color: #183B56;
  font-weight:400;
  line-height:34px;
  font-size:16px;
}
#footer.white{
  background: #fff;
}
.footer-logo{
  margin-bottom:15px;
}
#footer.white .ft_box_logo p {
  color: #183B56;
}
#footer.white .f_box h2 {
  color: #183B56;
}
#footer.white .ft_menu li a {
  color: #183B56;
}
#footer.white .ft_menu li a:hover {
  color: #396CB4;
}
.about-title{
  color: #183B56;
  font-size: 30px;
  font-weight: 500;
  line-height:45px;
  margin-bottom:60px;
}
.about-section{
  margin-bottom:40px;
}
.about-text-item{
  padding:15px 20px;
}
.about-text-item.bg{
  background: rgba(179,186,197, 0.1);
  border-left:1px solid #5A7184;
  margin-bottom:20px;
}
.about-text-item h3{
  margin-top:0;
  margin-bottom:10px;
  color: #183B56;
  font-size:18px;
  line-height:28px;
}
.about-text-item p{
  color: #5A7184;
  font-size:12px;
  line-height:18px;
}
.features-section{
  padding:120px 0 50px;
  background: linear-gradient(#F8FBFF, transparent);
}
.about-feature-row{
  margin-bottom:80px;
}
.feature-text h3{
  color: #183B56;
  font-size:28px;
  font-weight:400;
  margin-top:0;
  margin-bottom:20px;
  line-height:34px;
}
.feature-text p{
  color: #5A7184;
  font-size:16px;
  line-height:28px;
}
.feature-img{
  text-align: center;
}
.feature-img img{
  display: inline-block;
  max-width: 100%;
}
.about-tab-content h3{
  margin-top:0;
  margin-bottom:25px;
  color: #585757;
  font-size:16px;
  font-weight: 500;
  line-height:24px;
}
.dot-ul-item{
  position: relative;
  padding-left:26px;
  color: #183B56;
  font-size:14px;
  margin-bottom:16px;
}
.dot-ul-item:before{
  content: '';
  left:0;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  width:10px;
  height:10px;
  border-radius: 100%;
  background: #3F9CD6;
}
.inner-block-title{
  width:690px;
  margin:0 auto 40px;
  max-width:100%;
}
.inner-block-title h3{
  color: #183B56;
  margin-top:0;
  line-height:36px;
  font-size:28px;
  margin-bottom:15px;
  font-weight: 400;
}
.inner-block-title p{
  color: #5A7184;
  font-size:16px;
  line-height:28px;
  font-weight: 400;
}
.contact-item p{
  height:auto;
}
.contact-row{
  margin-bottom:50px;
}
.contact-map{
  height:390px;
}
.i4ewOd-pzNkMb-haAclf {
  display: none;
}
.social-icons{
  display: flex;
  align-items:center;
  justify-content: center;
}
.social-icons a{
  width:50px;
  height:50px;
  border-radius: 100%;
  border:2px solid #183B56;
  display: inline-flex;
  align-items:center;
  justify-content: center;
  transition: all 0.3s;
  margin:0 8px;
}
.social-icons a:hover{
  border-color: #3F9CD6;
}
.contact-social-icons{
  padding:70px 0;
}
.libm-text p{
  margin-bottom:60px;
}
.libm-text li{
  color: #5A7184;
  margin-bottom:20px;
}
.about-tab-content p{
  color: #585757;
  font-size:14px;
  line-height:25px;
  margin-bottom:15px;
}
.services-list{
  margin-bottom:40px;
}
.services-list p{
  height:auto;
  min-height:110px;
  font-size:12px;
  line-height:18px;
}
.services-list .itm_vision{
  padding:25px 10px;
  border-radius: 8px;
  border:1px solid #E5EAF4;
}
.item_product_cpt{
  position: relative;
  margin-top: 20px;
}
.item_product_cpt > h2{
  color: #183B56;
  font-size: 20px;
  font-weight: 700;
}
.item_product_cpt > h2 > a{
  display: inline-block;
  color: #183B56;
}
.item_product_cpt h3{
  color: #183B56;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.item_product_cpt p{
  margin-top: 10px;
  color: rgba(24,59,86,0.8);
  font-size: 16px;
}
.spesifications_btn{
  margin-top: 20px;
  color: #183B56;
  font-size: 18px;
  font-weight: 500;
}
.spesifications_btn > span{
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 15px;
}
.spesifications_btn > span > img{
  width: 30px;
  height: 30px;
}
.spesifications_btn > span:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border:1px solid #3F9CD6;
}
.modal_st2 .modal-content{
  border:0;
  border-radius: 30px;
  overflow: hidden;
}
.modal_st2 .modal-body{
  padding: 0;
}
.md_proThumb{
  position: relative;
  height: 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  padding: 20px;
  background-color: rgb(235 247 243);
}
.md_proThumb > img{
  margin: auto;
  max-height: 100%;
}
.modal_st2 button.close{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(57,108,180,0.1);
  color: rgba(57,108,180,1);
  z-index: 2;
  opacity: 1;
}
.modal_st2 .modal-body{
  position: relative;
}
.modal_st2 button.close:hover{
  color: #FFFFFF;
  background-color: rgba(57,108,180,1);
}
.md_content_pro{
  padding: 30px 20px;
}
.pppt_txt_bk{
  margin-bottom: 30px;
}
.pppt_txt_bk h3{
  color: #183B56;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.pppt_txt_bk p{
  color: #183B56;
  font-size: 14px;
}
.phases_bkList{
  padding: 50px 0;
}
.bk_box_phase{
  position: relative;
  margin-bottom: 30px;
}
.phase_pic{
  position: relative;
  display: block;
  height: 260px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
}
.phase_pic > img{
  margin: auto;
  max-height: 100%;
}
.phase_txxt{
  margin-top: 20px;
}
.phase_txxt h2{
  color: #183B56;
  font-size: 20px;
  font-weight: 500;
}
.phase_txxt h2 > a{
  display: inline-block;
  color: #183B56;
}
.phase_txxt p{
  color: #5A7184;
  font-size: 14px;
  margin-top: 20px;
}
.blk_copy_stands{
  padding: 50px 0;
}
.bkk_head_title{
  text-align: center;
  margin-bottom: 50px;
}
.bkk_head_title h2{
  color: #183B56;
  font-size: 28px;
  font-weight: 500;
}
.item_stand{
  position: relative;
  margin-bottom: 30px;
}
.stand_pic{
  position: relative;
  display: block;
  height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
}
.stand_pic > img{
  margin: auto;
  max-height: 100%;
}
.blk_heritage{
  padding: 80px 0;
}
.heritage_item{
  position: relative;
  margin-bottom: 50px;
  border-radius: 15px;
  border:1px solid #E5EAF4;
  -webkit-box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.05);
  text-align: center;
  padding: 40px 20px 30px;
}
.her_icon{
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border: 1px solid #E5EAF4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.her_icon img{
  margin: auto;
  width: 30px;
}
.her_txt h3{
  color: #183B56;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.her_txt p{
  color: #5A7184;
  font-size: 14px;
  line-height: 20px;
  height: 120px;
  overflow: hidden;
}
.lenses_item{
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.pic_lenses{
  height: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  text-align: center;
}
.pic_lenses > img{
  margin: auto;
  max-height: 100%;
}
.blk_lenses{
  padding: 80px 0 20px;
}
.blk_details_lenses{
  padding: 100px 0 50px;
}
.dta_lenses_pic{
  text-align: center;
}
.dta_lenses_txt > h2{
  color: #183B56;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}
.bda_lenses_txt{
  position: relative;
  padding-left: 20px;
}
.bda_lenses_txt h3{
  color: #183B56;
  font-size: 20px;
  margin-bottom: 20px;
}
.len_title{
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  color: #183B56;
  font-size: 16px;
  font-weight: 500;
}
.len_title:before{
  content: '\f00c';
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgba(54,179,126,0.15);
  text-align: center;
  font-size: 10px;
  font-family: 'Font Awesome 5 Pro';
  color: #36B37E;
  padding: 2px 0;
}
.len_txt_val{
  margin-bottom: 20px;
  color: #183B56;
  font-size: 15px;
}