html{font-family: "VIPHakmRegular-VIPHakm", sans-serif;height: 100%; min-height: 100% !important;}
body {
    background-color: #ffffff;
	font-family: "VIPHakmRegular-VIPHakm", 'Open Sans', sans-serif;
    line-height: 1;
	font-size: 13px;
  	font-weight: 600;
    color: #333333;
	margin: 0 !important;
	padding: 0 !important;	
	font-style: normal !important;
	text-shadow: none !important;
	-webkit-appearance: none;
	overflow-x: hidden;
}
.dir_rtl{direction: rtl;}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: inherit;
}

h1, h2, h3,
h4, h5, h6 {
	font-family: "VIPHakmRegular-VIPHakm", 'Open Sans', sans-serif;
  	font-weight: 700;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

.mask_screen {	
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	background-color:rgba(59,59,59,0.2);
	overflow: hidden;
	z-index: 9;
	border-bottom: 1px solid rgba(102,226,255,0.7);
}
.section-title {
  margin: 0 auto 85px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 480px){
	.section-title {
	  margin: 60px auto 85px;
	}
}

.section-title h2 {
  color: #363f75;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.section-title h2:before {
  border-bottom: 0.5px solid #363f75;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-title h2:after {
position: absolute;
background: none repeat scroll 0 0 #ea2427;
border: 1px solid #363f75;
border-radius: 0;
bottom: -5px;
content: "";
width: 11px;
height: 11px;
left: 50%;
margin-left: -5.5px;
transform: rotate(45deg); 
}

.section-title p {
	color: #999999;
    line-height: 25px;
    font-weight: normal;
    font-size: 13px;
}

.body_texts{
	font-size: 14px; text-align: justify; color: #333333; line-height: 20px; direction: rtl;
}
.all_radius{
	border-top-right-radius: 0.5em !important;
	border-top-left-radius: 0.5em !important;
	border-bottom-right-radius: 0.5em !important;
	border-bottom-left-radius: 0.5em !important;
}
.right_radius{
	border-top-right-radius: 0.5em !important;
	border-bottom-right-radius: 0.5em !important;
}
.left_radius{
	border-top-left-radius: 0.5em !important;
	border-bottom-left-radius: 0.5em !important;
}
.top-radius{
	border-top-right-radius: 0.5em !important;
	border-top-left-radius: 0.5em !important;
}
.bottom-radius{
	border-bottom-right-radius: 0.5em !important;
	border-bottom-left-radius: 0.5em !important;
}
.btn {
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-blue {
  background-color: #3b3b3b;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 35px;
  outline: none;
}

.kill-margin {
    margin: 0 !important;
}

.logo_main_c{
	display: block;
	position: fixed;
	top: -174px;
	left: 14%;
	padding: 0 10px;
	width: auto;
	height: auto;
	min-height: 300px;
	margin: 0 auto;
	text-align: center;
	z-index: 99999;
}
.hexcss {
	margin-top: 0;
	width: 120px;
	height: 100px;
	background-color: #fff;
	position: relative;
	text-align: center;
}

.hexcss:after {
	content: "";
	width: 0;
	position: absolute;
	bottom: -29px;
	left: 0;
	border-top: 30px solid #fff;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
}
.hexcss img {
	position: relative;
	margin-top: 10px;
	width: auto;
	max-width: 80%;
	height: auto;
	max-height: 80%;
}
.hexcss span {
	display: block;
	width: 100%;
	height: 6px;
	background-color: #ff0000;
}
.sq_css_default_bg{background-color: rgba(234,36,39,0.90);}
.sq_css {
	position: absolute;
	left: 50%;
	width: 46px;
  	height: 46px;
  	transform: rotate(45deg); 
  	text-align: center;
	margin: 40px 0 10px -23px;
	z-index: 999;
	cursor: pointer;
	
	background-color: rgba(234,36,39,0.8);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
}

.menu_rotated {
	width: 36px;
	height: 36px;
	transform: rotate(-45deg);
	padding-top: 13px;
	text-align: center !important;
}

.menu_bar1, .menu_bar2, .menu_bar3 {
	background-color: #ffffff;
	width: 24px;
	height: 3px;
	margin:  4px auto;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.change .menu_bar1 {
	-webkit-transform: translate(0, 7px) rotate(-45deg);
	-o-transform: translate(0, 7px) rotate(-45deg);
	-moz-transform: translate(0, 7px) rotate(-45deg);
	transform: translate(0, 7px) rotate(-45deg);
}

.change .menu_bar2 {opacity: 0;}

.change .menu_bar3 {
	-webkit-transform: translate(0, -7px) rotate(45deg);
	-o-transform: translate(0, -7px) rotate(45deg);
	-moz-transform: translate(0, -7px) rotate(45deg);
	transform: translate(0, -7px) rotate(45deg);
}

#cssBtn .fas{padding: 0px;}
#cssBtn{
	color:#ffffff; font-size: 24px; width: 30px; height: 30px; text-align: center; border: none !important; outline: none !important; padding: 0; margin: 0; font-weight: normal;
}
#cssBtn:hover{
	color:#ea2427;
}
#cssBtn:active, #cssBtn:focus, #cssBtn:visited {
	text-decoration:none !important;
}
#logo-menu_drop { 
	position: relative; 
	top: 0; 
	left: 0;
	height: auto;
	min-height: 100px;
	width: 100%; 
	min-width: 100px;
	padding: 0 !important;
	margin: 0px !important;
	background-color:rgba(255,255,255,0.8);
}
#logo-menu_drop #logo_menu-contents{
	display: block;
	position: relative;
	width: 100%;
	padding: 10px; 
}

.logo_menu { 
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: auto;
  text-align: center;
  column-gap: 4px;
} 

#logo-menu_drop ul li { 
	text-align: center;
} 

#logo-menu_drop ul li span{ 
	width: 40px;
	padding:0 10px 0 20px; 
	font-size: 12px;
	color:#3b3b3b; 
	text-decoration:none; 
	text-align: center;
	
}

#logo-menu_drop ul a { 
	width: 100%;
	display:block; 
	padding:15px 0 15px; 
	font-size: 12px;
	color:#ffffff; 
	text-decoration:none; 
	margin: 0 0 2px 0;
	background-color: rgba(234,36,39,1.0);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
	
}

#logo-menu_drop ul a:hover { 
	color:#ffffff; 
	background-color: rgba(234,36,39,0.60);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
} 


/*============================================================
    nav drop menu style
============================================================*/
#top_btn_holder{	
	position: fixed; 
	top: 36px; 
	right:30px; 
	height: auto;
	max-height: 60px; 
	width: auto;
	max-width: 60px; 
	overflow: hidden; 
	padding: 0px !important;
	margin: 0px !important;
	z-index: 9999;
}

#menuBtn .fas{padding: 10px;}
#menuBtn{
	font-size: 30px; width: 40px; height: 40px; text-align: center; color:#3b3b3b; border: none !important; outline: none !important; background-color: rgba(255,255,255,0.7); padding: 0; margin: 0; font-weight: 400;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
#menuBtn:hover{
	 color:#510B1B;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
	background-color: rgba(255,255,255,0.9);
}
#menuBtn:active, #menuBtn:focus, #menuBtn:visited {
	text-decoration:none !important;
}

#head_btn_holder{
	position: fixed;
	display: block;
	top: 20px; 
	right: 40px;
	width: auto; 
	max-width: 180px;
	height: auto; 
	max-height: 70px; 
	padding:8px; 
	margin:0 auto !important; 
	z-index: 9;
	background:rgba(255,255,255,0.7);
	text-align: right;
}
.head_btns{
	display: inline-block; font-size: 18px; width: 40px; height: 40px; text-align: center; border: none !important; outline: none !important; padding: 10px; margin: 2px; 
	color: rgba(6,99,170,0.7);
	/* color:#0663aa; background-color:rgba(6,99,170,0.7); */
	background-color:rgba(255,255,255,0.7);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
	text-decoration:none !important;
}
.head_btns:hover{
	 color:#363f75;
	background-color:rgba(255,255,255,0.9);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
}
.head_btns:active, .head_btns:focus, .head_btns:visited {
	text-decoration:none !important;
}

.btn_holder{position: relative; display: inline-block;width:25px; margin: 0 0 0 1px; padding: 0; text-align: center; font-size: 16px;}

#nav-menu_drop #closeBtn{
	position: absolute;
	top: 30px;
	left:190px;
	width: 50px;
	height: 30px;
	padding: 2px 10px;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}
#nav-menu_drop { 
	position: fixed; 
	top: 200px; 
	left: 10.7%;
	/*height: 332px; */
	height: 104px;
	width: 240px; 
	overflow: hidden; 
	padding: 8px !important;
	margin: 0px !important;
	z-index: 9999;
	background-color:rgba(255,255,255,0.7);
}
#nav-menu_drop #nav-contents{
	display: block;
	position: relative;
	width: 100%;
	padding: 10px; 
}

/* Menu item styles */ 

.menu_icons { 
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: auto;
  text-align: center;
  column-gap: 4px;
} 
.menu_icons a { 
	display:inline-block; 
	padding:15px 0 15px; 
	font-size: 14px;
	color:#ffffff; 
	text-decoration:none; 
	margin: 0 0 2px 0;
	background-color:rgba(90,90,90,0.9);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
	
}

#nav-menu_drop  .menu_icons a:hover { 
	color:#ffffff; 
	background-color:rgba(50,50,50,0.9);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
}


.menu_icons_large { 
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: auto;
  text-align: center;
  column-gap: 4px;
} 
.menu_icons_large a { 
	display:inline-block; 
	padding:14px 10px; 
	font-size: 14px;
	text-decoration:none; 
	margin: 0 0 2px 0;
	color:#ffffff; 
	background-color:rgba(54,63,117,0.8);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
	
}

#nav-menu_drop  .menu_icons_large a:hover { 
	color:#66e2ff;
	background-color:rgba(54,63,117,1.00);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
}

#nav-menu_drop ul li { 
	text-align: center;
} 

#nav-menu_drop ul li span{ 
	width: 40px;
	padding:0 10px 0 20px; 
	font-size: 12px;
	color:#3b3b3b; 
	text-decoration:none; 
	text-align: center;
	
}

#nav-menu_drop ul a { 
	width: 100%;
	display:block; 
	padding:15px 0 15px; 
	font-size: 12px;
	color:#ffffff; 
	text-decoration:none; 
	margin: 0 0 2px 0;
	background-color:rgba(90,90,90,0.9);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
	
}

#nav-menu_drop ul a:hover { 
	color:#ffffff; 
	background-color:rgba(50,50,50,0.9);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
} 

.top_messege{
	position: relative;
	display: block;
	padding: 30px 20px 20px;
	color: #E8E8E8;
}

#logo_img_holder{ display: block; width: 100%; height: 100%;}
#logo_img_holder img{bottom: 0; margin: auto; width: 80%;}

.contents_full_box{
  padding: 30px;
  margin: 10px 0;
  background-color: rgba(255,255,255,0.9);
  color: #304760;
}
.contents_full_box2{
  padding: 20px;
  margin: 10px 0;
  background-color: rgba(247,233,227,0.9);
  color: #304760;
  text-align: center;
}
.contents_full_box3{
width: 60%;
  padding: 20px;
  margin: 10px auto;
  background-color: rgba(232,227,197,0.8);
  color: #304760;
  text-align: center;
}
.contents_full_box4{
  padding: 10px;
  margin: 10px 0;
  background-color: rgba(255,255,255,0.9);
  color: #304760;
}
.contents_full_box5{
  padding: 4px;
  margin: 10px 0;
  background-color: rgba(48,71,96,0.2);
  color: #304760;
}

/* Services */

#service{
  	background-color:#C0D6E8;
  	padding: 150px 0;
}

.service_cards_bgs_1{background-color:rgba(255,255,255,0.8) ;}
.service_cards_bgs_2{background-color:rgba(244,229,198,0.5) ;}
.service_cards_bgs_3{background-color:rgba(255,255,255,0.3) ;}
.service_cards_bgs_4{background-color:rgba(3,153,188,0.2) ;}
.service_cards_bgs_5{background-color:rgba(215,129,40,0.1) ;}
.service_cards_bgs_6{background-color:rgba(7,45,71,0.9)}
.service_cards_bgs_7{background-color:rgba(255,255,255,0.5) ;}
.service_cards_bgs_8{background-color:rgba(255,255,255,0.7) ;}
.service_cards_bgs_9{background-color:rgba(244,229,198,0.8) ;}

#service_cards .card{padding: 0 !important; margin-bottom: 10px; border: none;}
#service_cards .card-body{min-height: 100% !important; padding:20px; font-size: 12px; text-align: center;}
#service_cards .card_titles{min-height: 100% !important; color:#333333 !important; padding: 10px; }
#service_cards .card_titles_icons{min-height: 100% !important; color:#3b3b3b !important;padding: 30px 10px; }

.sub_service_cards .card{padding: 0 !important; margin-bottom: 10px; border: solid 0px #ffffff;}
.sub_service_cards .card-body{min-height: 100% !important; padding:20px; font-size: 14px;direction: rtl;  }
.sub_service_cards .card_titles{display: inline-block; min-height: 100% !important; color:#333333 !important; padding: 0; }
.sub_service_cards .card_titles_icons{display: inline-block; min-height: 100% !important; color:#3b3b3b !important;padding: 0; margin-left: 10px; }


/* products */

#products{
	background-color: rgba(6,99,170,1.00);
  	padding: 150px 0 50px;
}

#products .section-title h2 {
  color: #E8E8E8;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

#products .section-title p {
  color: #B3C8CF;
    line-height: 25px;
    font-weight: normal;
    font-size: 13px;
}

.products_cards_bgs_1{background-color:rgba(255,255,255,0.6) ;}
.products_cards_bgs_2{background-color:rgba(244,229,198,0.8) ;}
.products_cards_bgs_3{background-color:rgba(255,255,255,0.3) ;}
.products_cards_bgs_4{background-color:rgba(3,153,188,0.3) ;}
.products_cards_bgs_5{background-color:rgba(215,129,40,0.1) ;}
.products_cards_bgs_6{background-color:rgba(7,45,71,0.9)}
.products_cards_bgs_7{background-color:rgba(255,255,255,0.5) ;}
.products_cards_bgs_8{background-color:rgba(255,255,255,0.7) ;}
.products_cards_bgs_9{background-color:rgba(244,229,198,0.8) ;}

#products_cards .card{padding: 0 !important; margin-bottom: 10px; border: none;}
#products_cards .card-body{min-height: 100% !important; padding:20px; font-size: 11px; text-align: center;}
#products_cards .card_titles{min-height: 100% !important; color:#333333 !important; padding: 10px; font-size: 90 }
#products_cards .card_titles_icons{min-height: 100% !important; color:#3b3b3b !important;padding: 30px 10px; }


.products_box {
  position: relative;
  color: #1f2021;
  margin-bottom: 2px;
  padding: 0 !important;
  overflow:hidden !important;
  height: inherit;
}

.products_box .box_contents {
  padding: 10px;
  margin: 0 !important;
  background-color: rgba(250,250,255,0.5) ;
  overflow:hidden !important;
}

.products_box .box_contents_title {
  position: relative;
  display: block;
  width: inherit;
  padding:10px;
  margin: 0 auto !important;
  bottom: 110px;
  color: #363f75;
  font-size: 16px;
  background-color:rgba(250,250,255,0.9);
}

.products_box .prod_nme {
  display: block;
  width:inherit;
  padding: 6px;
  background-color: transparent;
  margin: 2px 0 0;
  text-align: center;
  font-size: 18px !important;
  font-weight: bold;
}

.product-img img {
	width: 100%;
	border-radius: 5px;
}

.cert-img img {
	width: 100%;
	border-radius: 5px;
}

#cert_cards .card{padding: 0 !important; margin-bottom: 10px; border: none; border: 1px solid #cccccc;}
#cert_cards .card-body{min-height: 100% !important; padding:20px; font-size: 12px; text-align: center;}
#cert_cards .card_titles{min-height: 100% !important; color:#333333 !important; padding: 20px; }
#cert_cards .card_titles_icons{min-height: 100% !important; color:#3b3b3b !important;padding: 30px 10px; }
div.modal-content{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.pages_cards .card{min-height: auto !important; border: none; padding:50px 30px 50px;}
.pages_cards .card-body{height: auto; min-height: 100% !important; font-size: 14px; padding:0px 20px;direction: rtl; }

.side_cards .card{min-height: auto !important; border: none; padding:30px 30px 40px; color:#363f75  !important; }
.side_cards .card-body{min-height: 100% !important; font-size: 14px; padding:0;direction: rtl;}

.side_cards_texts{
	font-size: 14px; text-align: justify; color:#363f75 ; line-height: 20px;direction: rtl;
}

/* srv_icon_bar */

#srv_icon_bar{
  padding:40px 0 30px;
  min-height: 100px;
  width: 100%;
  background-color:rgba(7,45,71,0.9);  
  overflow: hidden;
}

/* home */

#home{
	height: auto;
	min-height: 500px;
  	padding: 0 0 10px ;
  	overflow: hidden;
}

@media (max-width: 767px) {
	#home{
		min-height: 500px;
		padding: 120px 0 20px ;
		overflow: hidden;
	}
}
.showcase_widget {
	display: block;
	position: relative;
	background-color:rgba(15, 116, 143, 0.7);
	margin: 0 auto 10px;
	padding: 10px 20px 10px;
	width: auto;
	height: auto;
	min-height: 180px;
}

#showcase_img_holder{ width: 100%; height: auto;}
#showcase_img_holder img{bottom: 0; margin: auto; width: 90%;}

#main_showcase{
	position: relative; top:30px; height: auto; max-height: 400px; background-color:rgba(255,255,255,0.8); padding: 30px 20px;
}


.showcaseBtn{
	font-size: 16px; width: 40px; height: 40px; text-align: center; color:#3b3b3b; border: none !important; outline: none !important; padding: 0; margin: 0 2px; font-weight: 600;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.showcaseBtn:hover{
	 color:#FFC191;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.showcaseBtn:active, .showcaseBtn:focus, .showcaseBtn:visited {
	text-decoration:none !important;
}

.flex-promo-container {
  display: flex;
  flex-direction: row;
  text-align: center;
  background-color: rgba(255,255,255,0.8);
}

.promo-item-left {
  color: #0663aa;
  background-color: #ffffff;
  padding: 20px;
  flex: 40%;
  text-align: center;
  border-right: 1px solid #cccccc;
}

.promo-item-left img {
	width: 100%;
	border-radius: 5px;
}

.promo-item-right {
  color: #363f75 ;
  padding: 20px;
  flex: 60%;
  text-align: center;
	font-family: "VIPHakmRegular-VIPHakm", 'Open Sans', sans-serif;
  font-weight:lighter;
  vertical-align: middle !important;
  margin: auto auto;
}

@media (max-width: 480px) {
  .flex-promo-container {
    flex-direction: column;
  }
}

.promo-item {
  border: #666666;
  padding: 14px;
  background-color: rgba(255,255,255,0.4);
  margin-bottom: 10px;
}

.vertical_center {
  margin: 0 auto !important;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#main_home_btns .fas{padding: 10px;}
#main_home_btns{
	font-size: 14px; width: auto; max-width: 200px; height: 40px; text-align: center; color:#eeeeee; border: none !important; outline: none !important; background-color: rgba(54,63,117,0.7); padding: 20px 20px; margin: 2px; font-weight: normal;
    -webkit-transition: all .5s ease-in .5s;
       -moz-transition: all .5s ease-in .5s;
        -ms-transition: all .5s ease-in .5s;
         -o-transition: all .5s ease-in .5s;
            transition: all .5s ease-in .5s;
	border-top-right-radius: 0.5em !important;
	border-top-left-radius: 0.5em !important;
	border-bottom-right-radius: 0.5em !important;
	border-bottom-left-radius: 0.5em !important;
}
#main_home_btns:hover{
	 color:#ffffff;
	background-color: rgba(54,63,117,0.9);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
}
.main_home_btns:active, .main_home_btns:focus, .main_home_btns:visited {
	text-decoration:none !important;
}


.gen_btns .fas{padding: 10px;}
.gen_btns{
	font-size: 16px; width: auto; max-width: 200px; height: 40px; text-align: center; color:#eeeeee; border: none !important; outline: none !important; background-color:rgba(40,40,40,0.5); padding: 10px 20px; margin: 2px; font-weight: 600;
    -webkit-transition: all .5s ease-in .5s;
       -moz-transition: all .5s ease-in .5s;
        -ms-transition: all .5s ease-in .5s;
         -o-transition: all .5s ease-in .5s;
            transition: all .5s ease-in .5s;
	border-top-right-radius: 0.5em !important;
	border-top-left-radius: 0.5em !important;
	border-bottom-right-radius: 0.5em !important;
	border-bottom-left-radius: 0.5em !important;
}
.gen_btns:hover{
	 color:#ffffff;
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
	background-color: rgba(40,40,40,0.7);
}
.gen_btns:active, .gen_btns:focus, .gen_btns:visited {
	text-decoration:none !important;
}

/*============================================================
    About Us
============================================================*/

#about {
  background-color:rgba(255,255,255,0.90);
  padding: 150px 0 50px;
}

.about-us img {
  margin: 0 auto;
}
/*============================================================
    about Bottom
============================================================*/

#about-bottom {
  background-color:rgba(50,50,50,0.10);
  position: relative;
  padding: 50px 0 0;
}

.value-showcase_title {
  display: block;
  background-color:rgba(7,45,71,0.8);
  color: #ffffff;
  height: 80px;
  max-height: 600px;
  padding: 50px 0 50px 65px;
  position: absolute;
  right: 0;
  width: 100%;
}
.value-showcase {
  display: block;
  color: #333333;
  height: auto;
  padding: 110px 0 20px 60px;
  position: relative;
  width: 100%;
}

.value-showcase h3 {
  margin-bottom: 60px;
  text-transform: uppercase;
  color: #ffffff;
}

.value-showcase ul li {
  font-size: 16px;
  line-height: 36px;
  padding-left: 0px;
}

.value-showcase .value_titles{display: inline-block; height: auto; color:#333333 !important; padding: 6px 0; }
.value-showcase .value_titles_icons{display: inline-block;  height: auto; color:#3b3b3b !important;padding: 6px 0; margin-right: 10px; }



/* Counter section */

#count {
  background-color: rgba(255,255,255,0.7);
  padding: 0 0 30px;
}

.counter-section {
  padding: 10px 0;
}

* {
  box-sizing: border-box;
}

.flex-container {
  display: flex;
  flex-direction: row;
  text-align: center;
}

.flex-item-right {
  color: #cccccc;
	background-color:rgba(15, 116, 143, 0.4);
  padding: 14px 10px 10px;
  flex: 30%;
  text-align: center;
}

.flex-item-left {
  color: #999999;
	background-color:rgba(15, 116, 143, 0.4);
  padding: 14px 10px 10px;
  flex: 70%;
  text-align: center;
	font-family: "VIPHakmRegular-VIPHakm", 'Open Sans', sans-serif;
  font-weight:lighter;
  border-left: 1px solid #999999;
}

@media (max-width: 1100px) {
  .flex-container {
    flex-direction: row;
  }
}

.fact-item {
  padding: 14px;
	background-color:rgba(15, 116, 143, 0.3);
  margin-bottom: 10px;
}


/*============================================================
    About Us
============================================================*/

.subtitle {
  margin: 0 auto;
  width: 95%;
}

.subtitle h3 {
  color: #363f75;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.subtitle p {
  line-height: 25px;
  margin-bottom: 65px;
}

/* carousel navigation */

#home-carousel .carousel-caption {
  right: 0;
  top: 0;
  z-index: 11;
  text-align: left;
}

.carousel-caption > div {
  background-color: rgba(15,116,143,0.8);
  padding: 60px 50px 80px 20%;
  position: absolute;
  top: 25%;
  width: 76%;
}

.owl-pagination {
  text-align: center;
}

.owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
}

.owl-controls .owl-page span {
  background-color:rgba(54,63,117,0.5) ;
  border-radius: 20px;
  border: none;
  display: block;
  height: 12px;
  margin: 5px 4px;
  width: 12px;
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #66e2ff;
  border-color: none;
}

/*=================================
    Quotes
===================================*/

#quotes {
  	background-color:rgba(7,45,71,0.8);
  	padding: 50px 0;
}

.call-to-action {
    color: #fff;
    font-weight: 600;
}

.call-to-action p {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 15px;
}

/*=================================
    Quotes2
===================================*/

#quotes2 {
  	background-color:rgba(7,45,71,0.8);
  	padding: 50px 0;
  
    background: url("../../assets/img/slider/bg5.jpg");

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*=================================
    Quotes3
===================================*/

#quotes3 {
  	padding: 50px 0;
  
    background: url("../../assets/img/slider/bg8.jpg");

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*=================================
    Quotes 4
===================================*/

#quotes4 {
  	background-color:rgba(6,99,170,1.00);
  	padding: 50px 0;
}

/*============================================================
    Contact Us
============================================================*/


#clients {
  padding: 0;
  background-color:rgba(255,255,255,1.0);
}

#brands {
  padding: 0;
  background-color:rgba(255,255,255,1.0);
}

/*============================================================
    Contact Us
============================================================*/


#contact {
  padding: 150px 30px;
  background-color:rgba(7,45,71,0.95);
}


#contact .section-title h2 {
  color: #E8E8E8;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

#contact .section-title p {
  color: #B3C8CF;
    line-height: 25px;
    font-weight: normal;
    font-size: 13px;
}

.contact-form .form-control {
  border: none;
  padding: 10px;
  height:auto; max-height: 60px; 
  box-shadow: none;
  direction: rtl;
}

.contact-form .message{
  height: 198px;
  resize: none !important;
}

.contact-form .form-control::-moz-placeholder {
  color: #363f75;
}
textarea{resize: none !important;}

.msg-submit{
	font-size: 14px; width: 100%; height:auto; min-height: 40px; text-align: center; color:#eeeeee; border: none !important; outline: none !important; background-color:rgba(6,99,170,1.00); padding: 20px 20px; margin: 2px; font-weight: normal;
    -webkit-transition: all .5s ease-in .5s;
       -moz-transition: all .5s ease-in .5s;
        -ms-transition: all .5s ease-in .5s;
         -o-transition: all .5s ease-in .5s;
            transition: all .5s ease-in .5s;
}
.msg-submit:hover{
	 color:#ffffff;
	background-color: rgba(6,99,170,0.7);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
}
.msg-submit:active, .msg-submit:focus, .msg-submit:visited {
	text-decoration:none !important;
	background-color:rgba(6,99,170,1.00); color:#eeeeee;
}

.inner_btns{
	display: block; font-size: 14px; width: 100%; height:auto; min-height: 40px; text-align: center; color:#eeeeee; border: none !important; outline: none !important; background-color:rgba(6,99,170,1.00); padding: 20px 20px; margin: 2px; font-weight: normal;
    -webkit-transition: all .5s ease-in .5s;
       -moz-transition: all .5s ease-in .5s;
        -ms-transition: all .5s ease-in .5s;
         -o-transition: all .5s ease-in .5s;
            transition: all .5s ease-in .5s;
}
.inner_btns:hover{
	 color:#ffffff;
	background-color: rgba(6,99,170,0.7);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
}
.inner_btns:active, .inner_btns:focus, .inner_btns:visited {
	text-decoration:none !important;
	background-color:rgba(6,99,170,1.00); color:#eeeeee;
}

.caption_btns{
	display: block; font-size: 12px; width: 100%; height:auto; min-height: 20px; text-align: center; color:#eeeeee; border: none !important; outline: none !important; background-color:rgba(6,99,170,1.00); padding: 10px; margin: 2px; font-weight: normal;
    -webkit-transition: all .5s ease-in .5s;
       -moz-transition: all .5s ease-in .5s;
        -ms-transition: all .5s ease-in .5s;
         -o-transition: all .5s ease-in .5s;
            transition: all .5s ease-in .5s;
}
.caption_btns:hover{
	 color:#ffffff;
	background-color: rgba(6,99,170,0.7);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
}
.caption_btns:active, .caption_btns:focus, .caption_btns:visited {
	text-decoration:none !important;
	background-color:rgba(6,99,170,1.00); color:#eeeeee;
}

/* Contact parts */

.contact-parts {
	margin: 0 0 2em 0;
	padding-right: 2em;
	padding-right: 3.25em;
	position: relative;
	direction: rtl;
}
.contact-parts div {
	font-size: 16px;
	color: #E8E8E8;
	line-height: 18px;
	padding-top: 10px;
	font-weight: normal;
}
.contact-parts i {
	right: 0;
	position: absolute;
	top: 0;
	color: #E8E8E8;
	font-weight: normal;
}

.contact-parts h5 {
	color: #E8E8E8;
	margin: 0 0 0.5em 0;
	font-weight: normal;
}

.contact-parts h3 {
	color: #E8E8E8;
	margin: 0 0 0.5em 0;
	font-weight: normal;
}

.btns_norm{
	width:auto; min-width: 100px; inline-block; padding:10px !important; background-color:#0663aa; color:#ffffff !important; border: none !important; outline: none !important; text-align: center;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.btns_norm:hover{
	 color:#66e2ff; background-color:#363f75;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
			text-decoration:none !important;
}
.btns_norm:active, .btns_norm:focus, .btns_norm:visited {
	text-decoration:none !important;
}

.btns_norm2{
	width:auto; min-width: 100px; inline-block; padding:10px !important; background-color:#3b3b3b; color:#ffffff !important; border: none !important; outline: none !important; text-align: center;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.btns_norm2:hover{
	 color:#FFC191; background-color:#3b3b3b;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
			text-decoration:none !important;
}
.btns_norm2:active, .btns_norm2:focus, .btns_norm2:visited {
	text-decoration:none !important;
}


/*============================================================
    Footer
============================================================*/

#footer {
    background-color:rgba(7,45,71,1.0);
    padding: 100px 0 35px;
}

.footer-logo {
    margin-bottom: 45px;
}

.footer-social {
    margin-bottom: 85px;
}

.footer-social h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.footer-social h3:after {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -115px;
  position: absolute;
  width: 230px;
}

.footer-social .socialBtn{
	font-size: 30px; width: 40px; height: 40px; text-align: center; color:#eeeeee; border: none !important; outline: none !important; padding: 0; margin: 0 2px; font-weight: 600;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.footer-social .socialBtn:hover{
	 color:#ffffff;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.footer-social .socialBtn:active, .footer-social .socialBtn:focus, .footer-social .socialBtn:visited {
	text-decoration:none !important;
}

.copyright {
    font-size: 12px;
	line-height: 14px;
    font-weight: 500;
    color: #dddddd;
}

.copyright a {
    color:#66e2ff;
}

.copyright a:hover {
    color: #fff;
}

.copyright p {

}

.copyright p:first-child {
    margin-bottom: 15px;
}

.brandsScroll{padding: 0 0 !important;}
#brandss {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#brandss .brandss-wrap {
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#brandss .brandss-wrap ul {
	display: block;
	list-style: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#brandss .brandss-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 200px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin: 6px 6px;
}
#brandss .brandss-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
}

.clnt_logosScroll{padding: 0 0 !important;}
#clnt_logoss {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#clnt_logoss .clnt_logoss-wrap {
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#clnt_logoss .clnt_logoss-wrap ul {
	display: block;
	list-style: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#clnt_logoss .clnt_logoss-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 200px;
  height: 200px;
  line-height: 100px;
  text-align: center;
  margin: 6px 6px;
}
#clnt_logoss .clnt_logoss-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
}          
 .scrollIcon {
	 display: inline-block;
	 position: relative;
	 animation: 3s scrollIcon infinite;
	 color: #66e2ff;
	 padding-bottom: 4px;
}

.btns_scroll{
	width:auto; min-width: 100px; inline-block; padding:10px !important; color:#ffffff !important; border: none !important; outline: none !important; text-align: center; background-color:rgba(6,99,170,0.3);
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.btns_scroll:hover{
	 color:#66e2ff; background-color:rgba(6,99,170,0.5);
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
			text-decoration:none !important;
}
.btns_scroll:active, .btns_scroll:focus, .btns_scroll:visited {
	text-decoration:none !important;
}

@keyframes scrollIcon {
	0% { opacity: 0; top: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; top: 15px; }
}

.modal{z-index: 999999 !important; margin: 0 auto;}
.modal-header {background-color: #0663aa !important; font-size: 16px; font-weight: bold !important; color: #ffffff !important; margin: 0 !important; padding: 20px !important; }
.modal-body { background-color: #ffffff !important; color: #363f75; padding: 30px !important; overflow-x: hidden;}
.modal-footer { background-color: #ffffff !important; color: #363f75; height: 40px; padding: 0px; text-align: center;}
.modal_text{line-height: 18px; text-align: justify; direction: rtl; margin-bottom: 20px;}
.close { color: #ffffff; opacity: 1; font-size: 20px;}

.close{
	color: #ffffff; opacity: 1; font-size: 20px;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.close:hover{
	color: #999999; opacity: 1; font-size: 20px;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
			text-decoration:none !important;
}
.close:active, .close:focus, .close:visited {
	text-decoration:none !important;
	color: #ffffff; opacity: 1; font-size: 20px;
}

.partnersScroll{padding: 0 0 !important;}
#partners {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#partners .partners-wrap {
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#partners .partners-wrap ul {
	display: block;
	list-style: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#partners .partners-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 200px;
  height: 200px;
  line-height: 100px;
  text-align: center;
  margin: 6px 6px;
}
#partners .partners-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
}


.trademarksScroll{padding: 0 0 !important;}
#trademarks {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#trademarks .trademarks-wrap {
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#trademarks .trademarks-wrap ul {
	display: block;
	list-style: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#trademarks .trademarks-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 200px;
  height: 200px;
  line-height: 100px;
  text-align: center;
  margin: 6px 6px;
}
#trademarks .trademarks-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
}
.cm_pic_div{
	margin: 0 10px 0 ;
	width:100%; height: auto;
	padding: 0;
}
.cm_pic_div img{
	width:100%;
	max-width: 150px;
}