/* arabic */
@font-face {
	font-family: 'Almarai';
	font-style: normal;
	font-weight: 300;
	src: url(https://fonts.gstatic.com/s/almarai/v5/tssoApxBaigK_hnnS_antnqWow.woff2) format('woff2');
	unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* arabic */
  @font-face {
	font-family: 'Almarai';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/almarai/v5/tsstApxBaigK_hnnQ1iFow.woff2) format('woff2');
	unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* arabic */
  @font-face {
	font-family: 'Almarai';
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/s/almarai/v5/tssoApxBaigK_hnnS-agtnqWow.woff2) format('woff2');
	unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* arabic */
  @font-face {
	font-family: 'Almarai';
	font-style: normal;
	font-weight: 800;
	src: url(https://fonts.gstatic.com/s/almarai/v5/tssoApxBaigK_hnnS_qjtnqWow.woff2) format('woff2');
	unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
body{
	font-family: 'Almarai';
	font: 300 14px/18px Almarai;
	background-image: url('../images/texture.png');
 }
  

 .formlable b{
    margin-left: 20px;

    }
    .formlable {
      text-align: -webkit-center;
  }
.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}
.paddingbody{
	padding: 2pc 1% 0 1%;
}
.ptitle{background: #f3f3f3;
    padding: 18px 0px;
    border-bottom-style: inset;}
/*
ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
a, a:hover, a.active, a:active, a:visited, a:focus{
	color:#fefefe;
	text-decoration:none;
}
.content{
	margin: 50px 100px 0px 100px;
}

.exo-menu{
	width: 100%;
	float: left;
	list-style: none;
	position:relative;
	background: #23364B;
}
.exo-menu > li {	display: inline-block;float:left;}
.exo-menu > li > a{
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px #365670 dotted;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
	background:#009FE1;
	color:#fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
	left: 0px;
	min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	color: #fff;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	background-color: #365670;
	border-bottom: 1px dotted #547787;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*//*
.flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display:none;
	height: 100%;
	padding: 15px;
	min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*mega menu*/
/*
.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;

}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: #365670
  }
 .mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
	color:#fff;
	background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*//*
.Blog{
	left:0;
	display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Blog .blog-title{
	color:#fff;
	font-size:15px;
	text-transform:uppercase;

}
.Blog .blog-des{
	color:#ccc;
	font-size:90%;
	margin-top:15px;
}
.Blog a.view-more{
	margin-top:0px;
}
/*Images*//*
.Images{
	left:0;
   width:100%;
	 display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*//*
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
	background-color: #547787;
}

/*hover*//*
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
	display:block;
}
/*responsive*//*
 @media (min-width:767px){
	.exo-menu > li > a{
	display:block;
	padding: 20px 22px;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:absolute;
}
 .flyout-right>ul{
	left: 100%;
	}
	.flyout-left>ul{
	right: 100%;
}
 }
@media (max-width:767px){

	.exo-menu {
		min-height: 58px;
		background-color: #23364B;
		width: 100%;
	}
	
	.exo-menu > li > a{
		width:100% ;
	
	}
	.exo-menu > li{
		width:100%;
	}
	.display.exo-menu > li > a{
	  display:block ;
	  	padding: 20px 22px;
	}
	
.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:relative;
}

}
a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}        
*/

a:hover {
	text-decoration: none;
  }
  
  header .header-logo {
	color: #001b4f;
	  font-weight: 700;
	  font-size: 23px;
	  transition: .4s;
	  -webkit-transition: .4s;
	  -moz-transition: .4s;
	  -ms-transition: .4s;
	  -o-transition: .4s;
  }
  
  header {
	background: #fff;
	-webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
	box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1000;
  }
  
  header .main-menu>li {
	position: relative;
  }
  
  header .main-menu>li>a {
	color: #173966;
	font-size: 15px;
	padding: 25px 1.5vw;
	font-weight: 700;
	display: block;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
  }
  
  header .main-menu>li.active>a {
	color: #009FE1;
  }
  
  header .main-menu>li:hover>a {
	color: #009FE1;
  }
  
  header .main-menu>li>a>i {
	color: #03328E;
  }
  
  header .main-menu>li>a:hover>i {
	color: #fff;
  }
  
  header .main-menu>li:hover>a i {
	color: #fff;
  }
  
  header .main-menu .sub-menu {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 180px;
	overflow: hidden;
	border-top: 2px solid #23364B;
	background: #fff;
	-webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
	box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
	z-index: 5;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
  }
  
  header .main-menu .sub-menu a {
	padding: 11px 10px;
	display: block;
	color: #173966;
	font-weight: 600;
	font-size: 15px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
  }
  
  header .main-menu .sub-menu a i {
	color: #03328E;
  }
  
  header .main-menu .sub-menu a:hover {
	background: #23364B;
	color: #fff;
  }
  
  header .main-menu>li:hover .sub-menu {
	display: block;
  }
  
  header .header-logo figure img {
	max-width: 200px;
  }
  
  header .demo-link {
	margin-left: 1vw;
  }
  
  header .side-menu-close {
	background: transparent;
  }
  
  header .side-menu-close span {
	background: #21395F;
	width: 28px;
  }
  
  #call-action .call-action {
	color: #001b4f;
	font-weight: 700;
	font-size: 23px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
  }
  
  #call-action .call-action:hover {
	color: #009FE1;
  }
  
  /* side menu */
  .side-menu-wrap {
	width: 300px;
	position: fixed;
	left: -100%;
	top: 0;
	background: #fff;
	height: 100%;
	-webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
	box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
	overflow-y: auto;
	z-index: 15000;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
  }
  
  .side-menu-wrap.opened {
	left: 0;
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
  }
  
  .side-menu-logo {
	border-bottom: 2px solid #23364B;
  }
  
  .side-menu-nav .main-menu>li {
	position: relative;
	border-bottom: 1px solid #ccc;
  }
  
  .side-menu-nav .main-menu>li>a>i {
	color: #03328E;
  }
  
  .side-menu-nav .main-menu .sub-menu {
	border-top: 1px solid #23364B;
	background: #fff;
	display: none;
  }
  
  .side-menu-nav .main-menu .sub-menu li {
	border-bottom: 1px solid #eee;
  }
  
  .side-menu-nav .main-menu .sub-menu a {
	padding: 10px 22px;
	display: block;
	color: #212529;
	font-weight: 600;
	font-size: .9em;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
  }
  
  .side-menu-nav .main-menu .sub-menu a i {
	color: #03328E;
  }
  
  .side-menu-nav .main-menu .sub-menu~i {
	font-size: .8em;
	position: absolute;
	padding: 21px 11px;
	right: 0;
	top: 0;
	border-left: 1px solid #ccc;
  }
  
  .side-menu-nav .main-menu .sub-menu a:hover {
	background: #F5F5F5;
  }
  
  .side-menu-nav .main-menu>li>a {
	color: #212529;
	padding: 15px 30px 15px 10px;
	font-weight: 600;
	display: block;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
  }
  
  .side-menu-wrap .side-menu-close {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	width: 30px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
  }
  
  .side-menu-close {
	height: 40px;
	width: 40px;
	background: #21395F;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
  }
  
  .side-menu-close span {
	height: 2px;
	width: 20px;
	background: #fff;
	position: relative;
	opacity: 1;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
  }
  
  .side-menu-close span:nth-child(1) {
	top: -5px;
  }
  
  .side-menu-close span:nth-child(3) {
	bottom: -5px;
  }
  
  .side-menu-close.closed span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
	-webkit-transform: translateY(7px) rotate(45deg);
	-moz-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-o-transform: translateY(7px) rotate(45deg);
  }
  
  .side-menu-close.closed span:nth-child(2) {
	opacity: 0;
  }
  
  .side-menu-close.closed span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-moz-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-o-transform: translateY(-7px) rotate(-45deg);
  }
  
  /*  custom overlay */
  .custom-overlay {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 12500;
	visibility: hidden;
	opacity: 0;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
  }
  
  .custom-overlay.show {
	visibility: visible;
	opacity: 1;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
  }
  
  
  
  
  header .main-menu .sub-sub-menu {
	display: none;
	left: 50%;
	top: 100%;
	width: 180px;
	overflow: hidden;
	border-top: 2px solid #23364B;
	background: #fff;
	-webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
	box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
	z-index: 5;
	list-style:none;
	/*
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);*/
  }
  
  
  header .main-menu .sub-menu a .sub-sub-menu a {
	padding: 11px 10px;
	display: block;
	color: #173966;
	font-weight: 600;
	font-size: 15px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
  }
  
  header .main-menu .sub-menu a i .sub-sub-menu a i {
	color: #03328E;
  }
  
  header .main-menu .sub-menu a .sub-sub-menu a:hover {
	background: #009FE1;
	color: #fff;
  }
  
  .sub-menu li:hover .sub-sub-menu {
	display: block;
  }
  ol ol, ol ul, ul ol, ul ul {
	  margin-bottom: 0;
	  list-style: none;
  }
  
  