@import url('https://fonts.googleapis.com/css?family=Cairo:400,700&display=swap');


 

 

 
 

 
*{
font-family: 'Cairo', sans-serif;
   
     text-decoration: none !important;
  transition: all 0.2s ease-out 0s;
    font-size: 11px;
    padding-right: 0;
 
}
 h1, h2, h3, h4, h5, h6 {
 
  font-family: 'cairo',tahoma !important;
 
}
 
 
*:hover{
     transition: all 0.2s ease-out 0s;
       text-decoration: none;
}
 
 
li{
    list-style-type: none;
    direction: ltr;
    text-align: right;
}
 

.clear{
    clear:both;
}

  
.slider_text{
    padding-top: 50px;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/preloader.gif) center no-repeat #fff;
	z-index: 1000000000000000000;
}




#chair4 br{
    line-height: 50px;
}

.logo_moh img{
    max-width: 178px;
    max-height: 74px;
}
 
 
img{
    max-width: 100%;
}


.hed1_trifo{
    min-height: 100px;
    background-color: #000;
    display: block;
}


.shrink div.hed1_trifo{
    display: none;
}

 

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
 
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-align:center;
    border-radius: 100%;
      background-color: #EE373E;
 
 -webkit-animation: elastic 2s linear 0s 311 alternate forwards;
 animation: elastic 2s linear 0s 311 alternate forwards;
 outline: 0;
    z-index: 10000000000000;
}



@-webkit-keyframes elastic {
  0%{
	-webkit-transform: scale(1);
	transform: scale(1);
  }
  30%{
	-webkit-transform: scaleX(1.25) scaleY(0.75);
	transform: scaleX(1.25) scaleY(0.75);
  }
  40%{
	-webkit-transform: scaleX(0.75) scaleY(1.25);
	transform: scaleX(0.75) scaleY(1.25);
  }
  60%{
	-webkit-transform: scaleX(1.15) scaleY(0.85);
	transform: scaleX(1.15) scaleY(0.85);
  }
  100%{
	-webkit-transform: scale(1);
	transform: scale(1);
  }
}

@keyframes elastic {
  0%{
	-ms-transform: scale(1);
	transform: scale(1);
  }
  30%{
	-ms-transform: scaleX(1.25) scaleY(0.75);
	transform: scaleX(1.25) scaleY(0.75);
  }
  40%{
	-ms-transform: scaleX(0.75) scaleY(1.25);
	transform: scaleX(0.75) scaleY(1.25);
  }
  60%{
	-ms-transform: scaleX(1.15) scaleY(0.85);
	transform: scaleX(1.15) scaleY(0.85);
  }
  100%{
	-ms-transform: scale(1);
	transform: scale(1);
  }
}


 
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
  
    top: 13px;
    font-size: 19px;
    -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;
}
#return-to-top:hover {
    background-color: #091A35;
 
}
#return-to-top:hover i {
    color: #fff;
    top: 12px;
}

 
.fas_tri a{
    color: red !important;
    font-size: 19px;
    vertical-align: middle;
}

.hed1_trifo div.contact_tri li i{
    vertical-align: middle;
}
 




  #owl-demo .item{
 
        padding: 0;
        margin: 0px;
        color: #324554;
 
        text-align: center;
    }
    .customNavigation{
      text-align: center;
    }
    .customNavigation a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
.item h1 {
    font-size: 12px;
}
.customNavigation {
    display: none;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
    padding: 0 !important;
}
.owl-carousel .owl-item img {
 width: 100% !important;
    padding: 0 !important;
    height: 538px;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 0px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 0px;
	background: #F9AD4C;
	filter: Alpha(Opacity=50);/*IE7 fix*/
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
 
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	background: #A32525;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #8465A9;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
#demo {
    direction: ltr;
}










.owl-next:before {
    color: #fff;
 content:"\f105";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 44px;
    font-weight: 700;
    line-height: 47px !important;
    text-align: center;
}
.owl-prev:before {
    color: #fff;
 content:"\f104";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 44px;
    font-weight: 700;
    line-height: 47px !important;
    text-align: center;
}
.owl-next {
    float: right !important;
}
.owl-prev, .owl-next {
    background: #111 none repeat scroll 0 0;
    bottom: auto;
    cursor: pointer;
    display: block;
    font-size: 30px;
    height: 47px;
    margin: 0 -5px;
    opacity: 1;
    overflow: hidden;
    padding: 7px 3px 5px 5px;
    position: absolute;
    top: 45%;
    transition: all 0.4s ease-in-out 0s;
    width: 47px;
    z-index: 999;
}
.owl-next {
    right: 38px !important;
}
.owl-prev {
    left: 38px !important;
}
#demo img {
    width: 100%;
    border-radius: 0;
    min-height: 444px;
     
}


 



.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
 
 
    /*! height: 26px !important; */
    /*! width: 26px !important; */
    border-radius: 100% !important;
}





.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #AB3B45 !important;
 
    border-radius: 5px !important;
}


 





.pulse {
  margin:100px;
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #6FA8A3;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 2s infinite;
    text-align: center;
    line-height: 77px;
}
.pulse i{
    color: #fff;
    font-size: 30px;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(111,168,163, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(111,168,163, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(111,168,163, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(111,168,163, 0.8);
    box-shadow: 0 0 0 0 rgba(111,168,163, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}



.hed1_trifo{
   min-height: 71px;
    background-color: #091A35;
}

.hed2_trifo{
   min-height: 113px;
    background-color: #EEEEF1;
}

.logo_tri{
    line-height: 219px;
}

.topmeny{
    margin-top: 140px;
}
.topmeny ul{
    padding: 0;
}

.topmeny li{
    display: inline-block;
    margin-right: 12px;
}

.topmeny li a, .topmeny li i{
font-size: 18px;
}
.topmeny li a{
    color:#26354D;
}

.topmeny li i {
    font-size: 19px;
    vertical-align: middle;
}

.hed2r{
    background-image: url(../images/1_02.png);
    background-position: left;
    background-repeat: no-repeat;
}
.hed2l{
    background-image: url(../images/1_04.png);
    background-position: right;
    background-repeat: no-repeat;
 
}

.manmess_trifo, .vm_trifo, .phils_trifo, .jsuthave_trifo, .manmess_trifo, .aboutus_trifo{
margin-top: 118px;
margin-bottom: 118px;
}

.man_text h1{
    text-transform: uppercase;
 
 
}

.line{
    display: block;
    height: 1px;
    background-color: #EE373E;
    max-width: 130px;
}


.manmes{
    display: block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #515353;
 
}

.vm_trifo{
    background-image: url(../images/1_15.jpg);
    min-height: 575px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 108px;
    padding-bottom: 108px;
    margin-bottom: 0 !important;
}
.vm_trifo h1{
    color: #fff;
    font-size: 43px;
}


.vm_trifo a.manmes1{
    color: #fff;
    display: block;
margin-top: 40px;
font-size: 18px;
line-height: 30px;
}
.vm_trifo a.line1{
    display: block;
height: 1px;
background-color:#fff;
max-width: 130px;
}


.jsuthave_trifo{
    background-image: url(../images/1_18.jpg);
    min-height: 528px;
    background-size: cover;
    background-position: center;
    margin-top: 0 !important;
 }


.aboutus_trifo{
background-image: url(../images/1_24.jpg);
min-height: 675px;
background-size: cover;
padding-top: 77px;
background-position: center;
    margin-bottom: 0px;
}
.aboutus_trifo a.abtitle{
    display: block;
    text-transform: uppercase;
    font-size: 1500%;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    color: #D6D6D7;
} 
.aboutus_trifo a.abtext{
    display: block;
    font-size: 17px;
    margin-top: -70px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #525252;
} 

.footer_trifo{
background-image: url(../images/1_25.jpg);
min-height: 517px;
background-size: cover;
padding-top: 69px;
background-position: center;
 
}


.foot3_trifo{
background-color: #091A35;
    min-height: 70px;
    line-height: 70px;
    text-align: center;
 
}
.foot3_trifo a{
    color: #fff;
    font-size: 17px;
}

.contact_tri h1{
    color: #fff;
}
.contact_tri a.em{
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}
.contact_tri p{
    color: #fff;
    font-size: 17px;
    line-height: 33px;
}

.contact_tri ul{
    text-align: left;
    padding-left: 0;
    margin-top: 30px;
}
.contact_tri li{
    display: inline-block;
    margin-right: 20px;
}
.contact_tri li i{
    color: #fff;
    transform: rotate(0.03deg);
    font-size: 22px;
}


.foot12_trifo div.col-md-12{
    border-top: 1px solid #fff;
}


.foot12_trifo div.topmeny{
    margin-top: 35px;
}
.foot12_trifo div.topmeny li a{
color: #fff;
}

.foot12_trifo div.topmeny ul{
   text-align: center;
}

.foot11_trifo{
    padding-bottom: 30px;
}


.sitemape iframe{
    width: 100%;
    height: 290px;
}


.manmes2{
    display: block;
margin-top: 20px;
font-size: 16px;
line-height: 30px;
color: #515353;
    max-width: 85%;
}


.phils_trifo{
 background-image: url(../images/1_17.png);
min-height: 689px;
background-size: cover;
padding-top: 150px;
    margin-top: 0 !important;
background-position: center;   
 margin-bottom: 0 !important;
}


.posphy a{
    font-size: 750%;
    color: #AEAFAF;
    text-transform: uppercase;
    display: block;
 font-weight: bold;
    line-height: 70px;
    letter-spacing: 10px;
}


.sendform h2{
    color: #fff;
     
    font-size: 29px;
}

.naph{
    display: inline-block;
    width: 48.5%;
    margin-right: 3px;
}
.sendform div.col-md-12{
    padding: 0;
}
#message{
    height: 70px !important;
}
 

.sendform{
    max-width: 80%;
    margin: 0 auto;
}

.topmeny li a:hover{
    color: #EE373E;
}
.topmeny li i{
   color: #EE373E;  
}

.man_pic img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}



.foot12_trifo div.topmeny li a:hover, .foot3_trifo a:hover, .contact_tri li i:hover{
    color: #D6D6FF;
}
 
 
 
 
 
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
 
    color:#fff;
    z-index: 1000;
  
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align:center;


}
.header.shrink {
    height: 119px;
    line-height:80px;
} 

.hed1_trifo div.contact_tri ul{
    text-align: right;
    padding: 0;
    margin-top: 20px;
}

.shrink div.topmeny {
margin-top: 16px !important;
} 

.shrink div.logo_tri {
line-height: 109px;
} 

.shrink div.logo_tri img{
max-width: 100px;
} 

.hed2_trifo.shrink{
    max-height: 80px !important;
    /*! background-color: #fff; */
  
}

.hed2_trifo.shrink div.hed2r, .hed2_trifo.shrink div.hed2l{
background-image: none;
  
}


.slider_trifo{
    margin-top: 290px;
}






































@media (max-width: 1000px) {
    
 .topmeny {
    margin-top: 140px;
    display: none;
}
.logo_tri {
    line-height: 146px;
}
.slider_trifo {
    margin-top: 86px;
}
.owl-carousel .owl-item img {
    width: 100% !important;
    padding: 0 !important;
    height: auto;
}
.manmess_trifo, .vm_trifo, .phils_trifo, .jsuthave_trifo, .manmess_trifo {
    margin-top: 44px;
    margin-bottom: 44px !important;
    text-align: center;
}
.line {
    display: block;
    height: 1px;
    background-color: 
    #EE373E;
    max-width: 130px;
    margin: 0 auto;
}
.vm_trifo a.line1 {
    display: block;
    height: 1px;
    background-color: 
    #fff;
    max-width: 130px;
    margin: 0 auto;
}
.manmes2 {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #515353;
    max-width: 100%;
}
.phils_trifo {
    background-image: url(../images/1_17.png);
    min-height: 689px;
    background-size: cover;
    padding-top: 40px;
    margin-top: 0 !important;
    background-position: center;
    margin-bottom: 0 !important;
    padding-bottom: 45px;
}
.jsuthave_trifo {
background-image: url(../images/1_18.jpg);
min-height: 403px;
background-size: cover;
background-position: center;
margin-top: 0 !important;
background-repeat: no-repeat;
height: auto;
}   

.man_pic img{
    margin-bottom: 48px;
}

.aboutus_trifo a.abtitle {
    display: block;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    color: 
    #D6D6D7;
}
.aboutus_trifo a.abtext {
    display: block;
    font-size: 17px;
    margin-top: 27px;
    letter-spacing: 2px;
    line-height: 30px;
    color: 
    #525252;
}
.aboutus_trifo{
  margin-bottom: 0 !important;
  margin-top: 0;
}   

.contact_tri{
  text-align: center
}
.contact_tri ul {
    text-align: center;
    padding-left: 0;
    margin-top: 30px;
    padding: 0;
    margin-bottom: 70px;
}
.sitemape iframe {
 
    margin-bottom: 70px;
} 
.sendform {
    max-width: 100%;
    margin: 0 auto;
}
.aboutus_trifo {
    background-image: url(../images/1_24.jpg);
    min-height: 675px;
    background-size: cover;
    padding-top: 50px;
    background-position: center;
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.owl-prev, .owl-next {

    top: 31%;

}
    
}










@media (max-width: 480px) {
    
 .topmeny {
    margin-top: 140px;
    display: none;
}
.logo_tri {
    line-height: 146px;
}
.slider_trifo {
    margin-top: 86px;
}
.owl-carousel .owl-item img {
    width: 100% !important;
    padding: 0 !important;
    height: auto;
}
.manmess_trifo, .vm_trifo, .phils_trifo, .jsuthave_trifo, .manmess_trifo {
    margin-top: 44px;
    margin-bottom: 44px !important;
}
.phils_trifo {
    background-image: url(../images/1_17.png);
    min-height: 689px;
    background-size: cover;
    padding-top: 40px;
    margin-top: 0 !important;
    background-position: center;
    margin-bottom: 0 !important;
    padding-bottom: 45px;
}
.jsuthave_trifo {
    background-image: url(../images/1_18.jpg);
    min-height: 203px;
    background-size: contain;
    background-position: center;
    margin-top: 0 !important;
    background-repeat: no-repeat;
    height: auto;
}   

.man_pic img{
    margin-bottom: 48px;
}

.aboutus_trifo a.abtitle {
    display: block;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    color: 
    #D6D6D7;
}
.aboutus_trifo a.abtext {
    display: block;
    font-size: 17px;
    margin-top: 27px;
    letter-spacing: 2px;
    line-height: 30px;
    color: 
    #525252;
}
.aboutus_trifo{
  margin-bottom: 0 !important;
  margin-top: 0;
}   

.contact_tri{
  text-align: center
}
.contact_tri ul {
    text-align: center;
    padding-left: 0;
    margin-top: 30px;
    padding: 0;
    margin-bottom: 70px;
}
.sitemape iframe {
 
    margin-bottom: 70px;
} 
.sendform {
    max-width: 100%;
    margin: 0 auto;
}
.aboutus_trifo {
    background-image: url(../images/1_24.jpg);
    min-height: 675px;
    background-size: cover;
    padding-top: 50px;
    background-position: center;
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.owl-prev, .owl-next {

    top: 31%;

}
    
}