@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400&display=swap');
.arfont
{
	font-family: 'Almarai', sans-serif;    padding-bottom: 7px;
}
html, body {
	margin:0;
	padding:0;
	min-height:100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}
.rtl
{
direction:rtl;
text-align:right;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	margin:0;
	font-family: inherit;
	font-size: inherit;
	margin:10px 0;
}

 
p{
   font-size: 1em;
   line-height: 1.35em;
}


h1 {
   font-size: 2em;
   line-height: 1em;
}
 
h2 {
   font-size: 1.8em;
   line-height: 1em;
}

h3 {
   font-size: 1.6em;
   line-height: 1em;
}

h4 {
   font-size: 1.4em;
   line-height: 1em;
}

h5 {
   font-size: 1.2em;
   line-height: 1em;
}

h6 {
   font-size: 1em;
   line-height: 1em;
}


a {
	color:#18f0a3;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}

a:hover {
	color:#083770;
}

.vamid{display:inline-block; vertical-align: middle;}

.green-col{color: #18f0a3;}
.white-bg{background: #fff;}
.lgrey-bg{background: #ededed}
.white-col{color: #fff;}
.lblack-bg{background: rgba(0,0,0,.5);}

#prlx .lblack-bg{margin-top:15px;}

::-moz-selection {  }
::selection {}

.readmore{
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
}

.readmore.green-btn{
	background: #18f0a3;
	color: #fff;
}

.readmore.green-btn:hover{
	color: #666;
}

.readmore.white-btn{
	background: #fff;
	color: #363636;
}

.readmore.white-btn:hover{
	background: #e0e0e0;
	color: #18f0a3;
}

.back{
	position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}


menu{
	margin: 0;
	float: right;
	margin-top:10px;
}

.tophd{
	background: #fff;
	padding: 8px 0;
}

.tophd a{
	color: #666;
	padding: 5px;
	line-height: 20px;
	vertical-align: middle;
}

.tophd a > *{
	line-height: 20px;
	vertical-align: middle;
}

.tophd .hdlang{
	margin-left: 43px;
}

.tophd .hdlang li{
	margin: 0 1px;
}

.tophd .hdlang li a{
	color: #363636;
	width: 30px;
	height:22px;
	text-align: center;
	background: #f0f0f0;
}

.tophd .hdlang li a.active{
	background: #18f0a3;
}

.tophd .hdlang li:first-child a,
.actionbtns a:first-child{
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}

.tophd .hdlang li:last-child a,
.actionbtns a:last-child{
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

.customcheckbox input[type="radio"]{
	display: none;
}

.customcheckbox label{
	padding: 10px 15px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}

.customcheckbox input[type="radio"]:checked ~ label{
	background: #18f0a3;
	color: #fff;
}

header{
	width: 100%;
	position: fixed;
	z-index: 9999;
	padding: 0;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	background:#1555a3;
	border-bottom:1px solid #FFF
}
header.logo img{
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}
header.fixheader{
	padding:10px 0
}
header.fixheader .logo img{
	width:150px;
}
header.fixheader menu ul li a{
	padding: 0px 0 0px 25px;
}
header.fixheader menu {
	margin-top: 5px;
}
header ul{
	float: right;
}


header ul li{
	float: left;
	position:relative
}

header ul li > a{
	position: relative;
}

menu ul li > a:after{

}
menu ul li:last-child > a:after{
	content:'';
}

header ul li a{
	display: block;
	padding: 0;
	font-weight: 200;
    cursor: pointer;
}

menu{
	padding:  0;
}

menu ul li a{
	padding: 10px 0 10px 25px;
	color: #fff;

}

menu > ul > li > a{
	text-transform: uppercase;
	font-size: 1.326rem;
}

menu > ul > li > a.active{
	color:#1ba3e9;
}
menu > ul > li > a:hover{
	color:#1ba3e9;
}
menu > ul > li > a.active.search{
	color: #fff;
	border: none;
}

.actionbtns{
	font-size: 0;
	float: right;
	margin-top: 5px;
}

.actionbtns a{
	font-size: 1rem;
	display: inline-block;
	padding: 10px 15px;
	background: #fff;
	color: #363636;
	width: 95px;
	text-align: center;
}

.actionbtns a:first-child{
	background: #18f0a3;
	color: #fff;
}

.actionbtns a:first-child:hover{
	color: #666;
}

.actionbtns a:last-child:hover{
	color: #18f0a3;
}
iframe{
border:0
}
.ddm{
position: absolute;
    top: 150%;
    left: 25px;
    width: 220px;
    margin-top: -5px;
    padding: 10px 10px;
    background: #f2f2f2;
    /* border-bottom: 1px solid #363636; */
    box-sizing: border-box;
    display: none;
    text-transform: lowercase;
    text-align: center;
}

.ddm ul{
	float: none;
	width: 100%;
}

.ddm li{
display: inline-block;
    float: none;
    line-height: 35px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.ddm li a{
color: grey;
    padding: 5px !important;
    line-height: 30px;
    font-size: 1rem;
	text-transform:capitalize
}

.ddm li a:hover,
.ddm li a.active{
	color:grey;
}


.trigger{
	width: 40px;
	height: 40px;

	position: fixed;
	top: 15px;
    right: 11px;
	z-index: 9999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #FFF;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}

/* END OF HEADER STYLING FOR WEB*/

#overlay{
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1555a3;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
  font-size: 2em;
}

#overlay > div{
  text-align: center;
  display: table;
  width:100%;
  height: 100%;
}

#overlay > div > div{
  vertical-align: middle;
  display: table-cell;
}

#overlay .linewidth {
    width: 100px;
    margin: 0 auto;
}

#overlay #progstat {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}

#progress {
    height: 1px;
    background: #000;
    display: none;
}

div.pat{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .15);
	z-index: 1;
}

.tp-caption *{
	text-align: left !important;
	color: #fff;
}

.floatingslogan{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,30%);
	z-index: 500;
	color: #fff;
	width: 100%;
	text-align: center;
}

.floatingslogan h1 span,
.floatingslogan h1 strong{
	font-size: 2.5rem !important;
	line-height: 1em;
	text-transform: uppercase;
}

.tp-caption .green-col{
	color: #18f0a3 !important;
}

.forcefullwidth_wrapper_tp_banner .tparrows:hover{
	background: rgba(0,0,0,.5);
}

.forcefullwidth_wrapper_tp_banner .tparrows:before{
	opacity: .7;
}

.forcefullwidth_wrapper_tp_banner .tparrows:hover:before{
	opacity: 1;
}

.mainpageinfo{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 400;
	padding: 100px 0 25px 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}

.mainpageinfo > .container > .row > .colw-25{
	max-width: 290px;
	float: right;
}

.hpslides,
.hpslides .colw-25{
	height: 100%;
	color: #fff;
}

.hpslides .colw-25 div.tbl > div > div > .row{
	border-left: 1px solid #fff;
}

.hpslides .colw-25:first-child div.tbl > div > div > .row{
	border-left: none;
	text-align: left;
}

.youtubeframe{
	width: 100%;
	padding: 50% 0 0 0;
	position: relative;
}

.youtubeframe iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.green-grdt{
	background: #18f0a3;
}

/*.sqpat{
	background: url(../img/square.png) center repeat;
}*/

.proglist figure{
	margin: 0;
	padding: 0;
}

/*.proglist{
	color: #fff;
}*/

.proglist figure .img-bg {
	width: 100%;
	padding: 56.25% 0 0 0;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	/*box-shadow: 0 0 20px rgba(0,0,0,.5);*/
}

.newsroom .img-bg{
	width: 100%;
	height: 100%;
	min-width: 120px;
	position: relative;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}


.storygalslider .vid .img-bg:after{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/play.png) center no-repeat;
	content: "";
}

.newsroom .colw-100 .img-bg:after{
	display: none;
}

.logoslider{

}

.logoslider img{
		opacity: 1;
	filter: grayscale(0);
	
	

}

.logoslider img:hover{
	filter: grayscale(100%);
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	opacity: .5;
}
.logoslider .slick-next {
    right: 23px !important;
   
}
.logoslider  .slick-prev {
    left: 23px !important;
   
}

.logoslider .slick-prev, .logoslider .slick-next{
	background:rgba(0,0,0,.5) !important;
	 top: 40%;	
	font-size: 12px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    z-index: 1000;
    height: 40px; 
    text-align: center;
    padding: 10px;
    /* -webkit-transform: translate(0, -50%); */
    -ms-transform: translate(0, -50%);
    /* transform: translate(0, -50%); */
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
	font-family: revicons;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    line-height: 40px; 
}

.slick-slider .slick-prev:before{
	content: '\e824';
}

.slick-slider .slick-next:before{
	content: '\e825';
}
.slick-prev:before, .slick-next:before{font-size:15px;}
/* PARALLAX SECTION IS HERE */
#prlx{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	padding: 60px 0;
	min-height:160px;
	color: white;
	margin: 0 auto;
	position: relative;
	background-size: cover;
}

#prlx:after{
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

#prlx .container,
#prlx .mid-cont{
	position: relative;
	z-index: 10;
}

.inshd .img-bg{
	width: 100%;
	height: 140px;
}

.title{
	position: relative;
	margin-top: 10px;
}

.title .underline{
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid #18f0a3;
}

.title h2{
	margin: 15px 0 20px 0;
}
.action-title:hover{
color:#FFF
}
.cvlist .cvtitle,
.rtslist .cvtitle , .action-title {
	padding-left: 25px;
	position: relative;
	color: #000;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/*height: 70px;*/
}
.action-title 
{
	text-align:left;
}
.cvlist .cvtitle:before,
.rtslist .cvtitle:before , .action-title:before {
	width: 14px;
	height: 14px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%) rotate(45deg);
	content: "";
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
}

.cvlist > div:nth-child(1),
.cvlist > div:nth-child(2){
	/*width: 34%;*/
}

.cvlist .limit-words{
	height: 85px;
}

.sqpat:hover .cvtitle {
	color: #fff;
}

.sqpat:hover .cvtitle:before ,.sqpat:hover .action-title:before{ 
	background: #000;
	transform: translate(0,-50%) rotate(135deg);
}

.mini-cont .cvlist{
  justify-content: space-around; 
}

.cvlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cvlist > div {
  width: 33.333%;
  box-sizing: border-box;
  padding: 15px;
}


.tablist{
	color: #363636;
}

.tablist .tabtrigger{
	padding-right: 25px;
	position: relative;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	cursor: pointer;
}

.tablist .tabtrigger:before,
.tablist .tabtrigger:after{
	width: 16px;
	height: 2px;
	background: #898989;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%) rotate(0deg);
	content: "";
}

.tablist .tabtrigger:after{
	transform: translate(0,-50%) rotate(90deg);	
}

.tablist .tabtrigger.activetab{
	font-weight: 900;
	position: relative;
	display: block;
}

.tablist .tabtrigger.activetab:before,
.tablist .tabtrigger.activetab:after{
	background: #18f0a3;
}

.tablist .tabtrigger.activetab:after{
	transform: translate(0,-50%) rotate(0deg);	
}

.tablist .tabcontent{
	display: none;
	padding-top: 15px;
}

.tablist .lgrey-bg{
	box-sizing: border-box;
}

.tablist .lgrey-bg.whitebrd{
	background: #fff;
	border: 3px solid #ededed;
}

.sharebox{
	position: relative;
}

.sharebox:before{
	content: "share";
	position: absolute;
	right: 100%;
	margin-right: 10px;
	top: 5px;
}

.newsroom .colw-100 .br-5{
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}


.newsroom .colw-100:hover .br-5{
	background: #fff;
}

.newsroom .colw-100 .br-5.transparent-bg{
	background: transparent;
}

.title .readmore{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.storyimg .img-bg{
	width: 100%;
	padding: 40% 0 0 0;
}

.storygalslider .slick-slide{
	padding: 10px;
	box-sizing: border-box;
}

.storygalslider a{
	position: relative;
	display: block;
}

.storygalslider a .img-bg{
	width: 100%;
	padding: 50% 0;
	position: relative;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}


.storygalslider .slick-dots{
	
}
.slick-slider .slick-dots li{
	margin: 0;
}

.slick-slider .slick-dots li button:before{
	font-size: .8rem;
}

.slick-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #18f0a3;
}

.storygalslider1.slick-dotted.slick-slider{
	margin-top: 30px;
	margin-bottom: 70px;
	
	  padding-top: 30px;
    border-top: 1px solid #cccccc;
}

.storygalslider1 .slick-prev,
.storygalslider1 .slick-next {
    top: 100%;
    margin-top: 30px;
    color: #363636;
    padding: 20px 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #a1a1a1;
    font-size: 1rem;
    width: auto;
    height: auto;
}

.storygalslider1 .slick-prev:before,
.storygalslider1 .slick-next:before{
	display: none;
}

.storygalslider1 .slick-prev:after,
.storygalslider1 .slick-next:after{
	content: " Story";
}

.storygalslider1 .slick-prev{
	left: 0;
}
.storygalslider1 .slick-next{
	right: 0;
}
.storygalslider1 .slick-prev:hover, .storygalslider1 .slick-prev:focus, .storygalslider1 .slick-next:hover, .storygalslider1 .slick-next:focus
{
	color:#363636 !important
}

.tabsection{
	margin-top: 40px;
}

.tabtitles{
	width: 100%;
	position: absolute;
	top: -43px;
	left: 0;
}

.centertabs.tabtitles{
	text-align: center;
	font-size: 0;
}

.centertabs.tabtitles li{
	display: inline-block;
	font-size: 1rem;
	float: none;
}



.tabtitles ul li{
	width: 14.2%;
	box-sizing: border-box;
	padding: 7px;
	float: left;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	font-weight: 900;
	cursor: pointer;
}
.ourpartners ul li{
	width: 16.666%;
	box-sizing: border-box;
	padding: 7px;
	float: left;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	font-weight: 900;
	cursor: pointer;
}
.ourpartners ul li:hover .green-grdt .sqpat .overlay{
	color: #666;
}

.quatro.ourpartners{
	margin-left: -25px;
	margin-right: -25px;
}

.quatro.ourpartners ul li{
	display: inline-block;
	float: none;
	font-size: 1rem;
}

.tabtitles ul li:hover,
.tabtitles ul li.activetab,
.ourpartners ul li:hover{
	transform: scale(1.1);
}

.tabtitles li:hover .green-grdt .sqpat .overlay,
.tabtitles ul li.activetab .green-grdt .sqpat .overlay,
.ourpartners li:hover .green-grdt .sqpat .overlay{
	color: #666;
}

.tabtitles ul li.activetab:hover,
.ourpartners ul li:hover{
	color: #666;
}

.tabtitles ul li .green-grdt .sqpat,
.ourpartners ul li .green-grdt .sqpat{
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.tabtitles ul li.activetab .green-grdt .sqpat,
.ourpartners ul li:hover .green-grdt .sqpat{
	/*box-shadow: 0 0 20px rgba(0,0,0,.5);*/
	font-weight: 900;
}

.tabtitles .green-grdt .sqpat,
.ourpartners .green-grdt .sqpat{
	padding: 20% 0;
	height: auto;
	position: relative;
	background-position: top left;
}

.tabtitles .green-grdt .sqpat .overlay,
.ourpartners .green-grdt .sqpat .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.1rem;
	text-transform: lowercase;
}
.tabtitles .green-grdt .sqpat .overlay
{
	padding:10px 15px;
}
/*.tabtitles .green-grdt .sqpat .overlay:hover,
.ourpartners .green-grdt .sqpat .overlay:hover{
	color: #fff;
}*/

.tab-content{
	padding: 65px 0 35px;
}

.tab-content ul li{
	width: 100%;
	display: none;
}

.extlink{
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 5px;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	line-height: 35px;
}

.extlink.linkedin{
	background: #0e76a8;
}


.extlink.instagram{
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.teamslit .img-bg{
	width: 100%;
	padding:0;
	height:160px;
	/*border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}
.teamslit .lgrey-bg 
{
    min-height: 233px;
}


.teamname{
	margin-top: 10px;
	text-align:center
	font-size: .9rem;
}

.auditteam figure{
	margin: 0;
	padding: 0;
	background: #fff;
	margin-bottom: 10px;
}

.auditteam figure img{
	width: 100%;
}

.rtslist > div[class^="colw-"]:nth-child(even) {
	float: right;
}

.rtslist .green-grdt,
.rtslist .green-grdt .sqpat{
	height: 100%;
	color: #000;
	box-sizing: border-box;
}

.singleslided .img-bg,
.testimonials .img-bg{
	width: 100%;
	padding: 0 !important;
	position: relative;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

.testimonials .colw-33 .img-bg{
	padding: 47.5% 0 0 0 !important;
}
.testimonials .img-bg{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.singleslided h5{
	color: #363636;
}

.singleslided .img-bg:after,
.testimonials .img-bg:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5) url(../img/ytvid.png) center no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	content: "";
}

.ambsect.pad-tb-20{
	padding-bottom: 60px;
	margin-bottom: 50px;
}

.corppopup{
	padding: 30px;
	text-align: center !important;
	display: none;
	width: 500px;
	box-sizing: border-box;
	max-width: 100%;
	background-color: #f6f6f6 !important;
}

.corppopup .txt-edit,
.corppopup .txt-edit *{
	text-align: left !important;
user-select:all
}

.fancybox-container .corppopup *{

}

.corplist figure{
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
}

.corppopup figure{
	display: inline-block;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}

.corplist .teamname{
	text-align: left;
	color: #363636;
}

.form{
	font-size: 14px;
	color: #828282;
}

.border-bottom{
	border-bottom: 5px solid #18f0a3;
}

.thickbb{
	border-bottom: 3px solid #18f0a3;
}

.contactinfo > div > span{
	display: inline-block;
	vertical-align: middle;
}

.contactinfo > div > span[class^="icon-"]{
	background: #363636;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
}

.contactinfo > div > span span,
.contactinfo > div > span a{
	line-height: .9rem;
	display: block;
}
.contactinfo > div > span small{
	font-size: 14px;
	line-height: .8rem;
	display: block;
}

.contactinfo > div ul.social,
footer .social{
	margin: 10px 0 0;
}

.contactinfo > div ul.social li,
footer .social li{
	display: inline-block;
	margin-right: 5px;
}

footer ul.social li a{
	font-size: 1.2rem;
}

.contactinfo a{
	color: #363636;
}

.pdftitle{
	padding: 5px 0 0 30px;
	background: url(../img/pdf.png) left no-repeat;
}

.newslisder .img-bg{
	width: 100%;
	padding: 50% 0;
}

.newslisder.sameheight .lgrey-bg{
	height: 100%;
	box-sizing: border-box;
}

.socialtit{
	margin-bottom: 20px;
}

.socialtit > *{
	display: inline-block;
	vertical-align: middle;
}

.socialfeeds.row[data-spacing="20"] > div[class^="colw-"]{
	padding-top: 0;
}

.mapframe{
	width: 100%;
	display: block;
	padding: 30% 0 0 0;
	position: relative;
}

.mapframe iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*.proglist .green-grdt:hover{
	color: #fff;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}*/

.fixeddonatenow{
	position: fixed;
	top: 25%;
	right: 0;
	display: none;
	z-index: 999;
}

.fixeddonatenow a{
	transform: rotate(90deg);
}

.cur{
	color: #fff;
}

.cur:hover{
	color: #666;
}

.slick-list{
	text-align: center;
}

.slick-list.slick-slider img{
	display: inline-block;
}

footer{
	background: #232323;
	color: #fff;
}

footer a{
	color: #fff;
}

footer ul > li{
	padding: 5px 0;
}

footer ul > li a
{
	font-size:15px;
}
footer ul > li a,
footer h5 {
	text-transform: lowercase;
}

footer .row > ul > li ul{
	padding: 0 0 0 25px;
	margin: 5px 0;
}

footer h5 ~ h5{
	margin-top: 25px;
}

footer div.row.pad-lr-20[data-spacing="10"] > div[class^="colw"]{
	padding-top: 0;
}

footer .sign{
	background: #161616;
	padding: 15px 0;
	font-size: .85em;
}

footer .row.ftmenusep[data-spacing="10"] > div[class^="colw-"]{
	width: auto;
	margin-right: 10px;
}

footer .dnow {
	float: right;
	max-width: 100%;
}

footer div.row.pad-lr-20[data-spacing="10"] > div[class^="colw"]:last-child {
    margin-right: 0;
}




.tal
{
	text-align:left !important
}
.tar
{
	text-align:right
}
.displaynone
{
	display:none !important
}


.vError
{
	border:red 1px solid !important
}
.form-error
{
	color:red;
	font-size:12px;
	text-align: right;
    display: block;
}
.tac
{
	text-align:center
}
.FormResult 
{
	color:green;
	font-size:16px;
	padding-top:10px;
	width:100%;
	display:inline-block
}
.teamname{
color:#363636 !important;
font-size: .9rem;
}
.bg1{
	background:#FFF;
	height:160px;
}
.flex-row {
	display: flex !important;
	justify-content: center;
	flex-direction: row;
	align-content: center;
	align-items: center;
}
.flex-column {
	display: flex !important;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	align-items: center;
}
.flex-column-end
{
	display: flex !important;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	align-items: flex-end;	
}
.w-100
{
	width:100% !important;
	text-align:left !important
}
.cur
{
	cursor:pointer
}
.logoslider_height
{

	text-align: center;
}
.logoslider_height img
{
	max-width:98%;
	display: inline-block !important;
}
.action_responsive
{
	display:none;
	margin-top:5px;
}
.action_responsive a
{
	padding:10px 15px;

}
.f-12
{
	font-size:14px !important;
}
.hide_text , .hide_mintext
{
	display:none
}
.radio_box
{
	height:60px;
}




.h40
{
	height:40px;
}
.flex-row1
{
	    display: flex !important;
    /* justify-content: center; */
    flex-direction: row;
    align-content: center;
    align-items: center;
}


.customcheckbox label {
    padding: 8.8px  15px;

}
.currency_amount 
{
	display:none
}
.payment_box

{
	display:none
}
.other
{
	padding:11px 0
}
.pt-10
{
	padding-top:10px;
}
/*//////////////////////////////////////////////////MESSAGES\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.messages {
    margin: 0 0 10px;
    overflow: hidden;
	display:inline-block;
	width:100%;

}
.messages, .messages ul {
    list-style: outside none none !important;
    margin: 0;
    padding: 0;
}

.success-msg {
    background-color: #e9ffca;
   /* background-image: url("../images/msg-success.png");*/
    border-color: #296a23;
    color: #296a23;
}

.error-msg {
    background-color: #f5dad3;
   /* background-image: url("../images/msg-error.png");*/
    border-color: #c02230;
    color: #c02230;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
    background-position: 25px center !important;
    background-repeat: no-repeat !important;

    padding: 25px 25px 25px 75px !important;
	margin:15px 0 0 0;
	text-align:right;
}

.note-msg, .notice-msg {
    background-color: #fdeda4;
    background-image: url("../images/msg-note.png");
    border-color: #7c622a;
    color: #7c622a;
}
	
	
	.close-msg{
	float:right;}
	
	.close-msg i {
    cursor: pointer;
    font-size: 24px;
    font-weight: normal;
    margin-top: -4px;
}
.cur{
	cursor:pointer
}
.sharebox_home .st-total 
{
	display:none !important
}
.n_about_height
{
	min-height:50px;
}
.pd-60
{
	padding-bottom:60px;
}
.wire_box
{
display:none
}.beirut_li li
{
display: list-item !important; 
    list-style: square;
}

.beirut_li ul
{
    padding-inline-start: 40px;
}


.border-right
{
border-right:1px solid #898989
}
.arfont strong{
vertical-align:unset;
line-height:0;
}

.app_box span{
padding-bottom:5px;
}
.app_box img
{
	max-width:100%;
}

.app_box iframe
{
	border:0
}
.app_slider
{
	text-align:center;
}
.app_slider div
{
	width:100%;
	text-align:center;
}
.app_slider img
{
	max-width:100%;
	display:inline-block !important
}
.app_slider .slick-prev:before , .app_slider .slick-next:before
{
	font-weight:bold;font-size:30px;
}
.app_slider .slick-prev
{
	left:0;
	z-index:500;
}

.app_slider .slick-next
{
	right:0;
	z-index:500;
}
.centergrid > *
{
	vertical-align:top
}
.teamspec
{
	height:45px;
}
.tab-content ul.sub_cat li{
display:inline-block !important;
width: 20%;
    box-sizing: border-box;
    padding: 7px;
    float: none;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    font-weight: 900;
    cursor: pointer;
	color: #fff;
    font-size: 1.1rem;
    text-transform: lowercase;
}



.is-animated {
  animation: .6s zoom-in;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  } 
  100% {
    transform: none;
  }
}
.filter .active
{
	    transform: scale(1.1);font-weight: 900 !important;    color: #666 !important;
}





























/**/

.relative{
position:relative
}
.rel-sect :before
{
	position:absolute;
}
header .social{
margin-right: -5px;
}
header .social span
{
    border: 1px solid #FFF;
    border-radius: 30%;
    padding: 4px;
}
header .social li a
{
	color:#FFF;
	padding:0 5px;
}
.rev_slider h2{
font-size:6em !important;
font-weight:300
}
.rev_slider h3{
font-size:4em !important
}
.tp-bgimg
{
	position:relative;
}
.tp-bgimg:after{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
content:'';
z-index:50;
background:url(../img/shadow.png) bottom center no-repeat;
background-size:cover
}
.tparrows:before
{
	width:100%
}



.pad-l-20
{
	padding-left:20px;
}
.font-200
{
	font-weight:200;
}
.font-300
{
	font-weight:300;
}
.font-400
{
	font-weight:400;
}
.font-16
{
	font-size:16px;
}
.font-18
{
	font-size:18px;
}
.font-22
{
	font-size:22px;
}
.font-24
{
	font-size:24px;
}
.font-30
{
	font-size:30px;
}
.font-33
{
	font-size:33px;
}
.d-flex
{
	display:flex;
}
.flex-direction-row
{
	flex-direction: row;
}
.justify-content-center
{
	justify-content: center;
}
.align-content-center
{
	align-content: center;
}
.align-items-center
{
 align-items: center;
}

.home-section1
{
color:#1555a3;
background:url(../img/bg1.png) right center no-repeat;

}

.home-section1 a
{
display: inline-block;
    padding-top: 20px;
font-size:17px;
color:#1555a3;
}
.home-section2
{
	background:#f2f2f2;
	border-top:1px solid darkgray;
	    display: inline-block;
    width: 100%;
}
.home-section2 h2
{


color:#1555a3;
}
.home-section2 a
{
	display: inline-block;
font-size:22px;
font-weight:300;
color:#FFF;
background:#1555a3;
border-radius:25px;
margin-right:25px;
padding:15px 0;
text-align:center;
width:400px;
}
.home-section2 a:hover
{
	background:#083770;
}

.home-section3
{
color:#FFF;
background:url(../img/bg2.jpg) right center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.home-section3 a
{
color:#FFF;
}

.home-section4
{

	height:294px;
}

footer{
	background:#1555a3;
}
.footer_contact span
{
	width:20px;
	display:inline-block
}
footer .social{
text-align:center;
width:160px;
}
footer .social span {
    border: 1px solid #FFF;
    border-radius: 50%;
    padding: 3px;
}
.subfooter
{
	background:#083770;
}

.search{
	position:relative;
	margin-right:5px;
}
.search input[type="text"]
{
    border-radius: 15px;
    border: 1px solid #FFF !important;
    height: 23px !important;
    width: 125px !important;
	background:transparent;
	color:#FFF
}

.search_submit
{
	position:absolute;
	top:2px;
	right:5px;
	z-index:0;
	border:0 !important;
	/*background:url(../img/search.png) center center no-repeat !important;
	width:18px !important;
	height:18px !important;*/
}
.rel-sect , .tp-fullwidth-forcer
{
	height:800px !important;
	
}
.tp-bullets
{


    bottom: 5% !important;
    visibility: visible!important;
    opacity: 1!important;
    top: auto !important;
	display:none !important
}

.tp-bullet
{
	margin-right:5px !important;
	border-radius:50% !important
}
.scrolldown img
{
	cursor:pointer
}
.scrolldown
{
	position:absolute;
	width:100%;
	text-align:center;
	z-index:50;
	left:0;
	width:100%;
	bottom: -40px;
	 animation: bounce 1s ease infinite;
}
@keyframes bounce {
  50% {
    transform: translateY(-10px);
  }
}
  
  


  .chevron_box
  {
position: relative;
    width: 16px;
    height: 58px;
    border: 1px solid #FFF;
    z-index: 99999999;
    padding: 5px;
    border-radius: 20px;
	  transform: rotate( 
180deg
 );
  }
  
  

.chevron {
  position: absolute;
width: 15px;
    height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;

}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #FFF;
  top: -10px;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.chevron_fixed
{
	position:fixed;
	right:25px;
	bottom:50px;
	cursor:pointer;z-index:500;opacity:0
}


.chevron_fixed.active {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.footer_contact 
{
	padding-bottom:20px;
}



.inner_header.rel-sect,  .inner_pages .tp-fullwidth-forcer
{
	height:400px !important;
}
.contact_sect
{
	color: #1555a3;
}

.contact_sect a {
    display: inline-block;
    color: #1555a3;
}


.contact-section
{
	background:#f2f2f2;
	border-top:1px solid darkgray;
	    display: inline-block;
    width: 100%;	color:grey;
	margin-bottom:-5px;
}

.contact-section h3 , .contact-section a
{
	color:#1555a3;

}
.contact-section p
{
	font-size:16px;
}

.categories_section
{

	background: #f2f2f2;
    border-top: 1px solid darkgray;
    display: inline-block;
    width: 100%;
    color: grey;
    margin-bottom: -5px;
}
.categories_section h3
{
background: lightgray;
    border-radius: 10px;
    color: #1555a3;
    padding: 5px 20px;
	width:90%
}


.flex.fw-w {
    flex-wrap: wrap;
}
.flex {
    display: flex;
}
.footer_address p
{
	margin-top:-3px;
}


.inner_header .tparrows
{
	margin-top:30px;
}

.about-desc , .about-desc p
{
	font-size:16px;
}

.search_submit
{
	width:18px; stroke-width: 2px;

}

.home-section3 ul li
{
	    list-style: disc;
    list-style-position: outside;
    left: 20px;
    position: relative;
}
.tparrows
{
	display:none !important
}