﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&amp;subset=latin,latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@import url('/font/sf.css');

body {
    background-color:#fff;
    margin: 0;
    padding: 0;
    font-family: 'freg', sans-serif;font-size:14px; line-height:30px ; color:#313131; 
}
a:focus{outline:none}
a{background:0 0; font-size:15px;transition: all 0.4s ease 0s;  font-family: 'freg', sans-serif; color:#001f3f; text-decoration:none; line-height:25px   }
a:visited{color:#001f3f; text-decoration:none;  }
a:active,a:hover{ outline:0; color:#04979a; text-decoration:none ;transition: all 0.3s ease 0s; cursor:pointer } /*  transition: all 0.4s ease 0s;*/
img{border:0}
hr {
    clear: both;
    border-color: #e4e4ec;
    margin:10px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}
table {
    border-collapse: collapse;
    border-spacing: 0; margin:0; padding:0
}
p{padding:0; margin:0}
.clear {clear:both}





.maincontent{width:100%; min-width:100%; margin:0 auto; }
.menucontent {
    width: 100%;
    min-width: 100%;
    margin: 0 auto; 
}
.slider{ width:100%; min-width:100%; height:320px; background-color:#e4e4ec}

.header{
     text-align:center;
}
.header h3
{
    font-size: 28px;
    font-family:'flight';
    font-weight:normal;
    margin:50px auto; color:#04979a
}
.whitecolor h3{color:#fff}





.serviceitem{
  width:80%; display:block; vertical-align:top; margin:15px auto; 
  
}
.serviceitemimg{width:100%; height:450px}
.serviceitemtitle{border-bottom:solid 1px #474747; padding:8px 0}

.serviceitem a{font-size:18px; margin-top:10px; transition: all 0.7s ease 0s; color:#04979a}
.serviceitem a:hover {color:#001f3f;transition: all 0.7s ease 0s}


.videosection{
    width: 100%;
    background-color: #04979a;
    padding: 20px 0;
    color: #202931;
    margin-top: 40px;
    background-image: url(images/whitepattern.png); 
    padding-bottom:100px; background-repeat:no-repeat; 
    background-position:right bottom; background-size:25%;
    background-blend-mode: soft-light;
    padding:7%
}
.swiper-slide{position:relative; width:80%; height:430px!important;z-index:1000; overflow:hidden
}

.swipertitle{position:absolute; bottom:0; padding:30px; color:#fff; font-size:20px; font-weight:400; z-index:1000}
.swiperplay{
            position:absolute; bottom:0; top:0; left:0; right:0; margin:auto;   
            z-index:1000; width:60px!important;padding:15px ; background-color:rgb(4,151,154); 
}
.swipertitle a{color:#fff;font-size:20px; font-weight:300;}
.swipertitle a hr{border-color:#fff; margin-bottom:0}

.swiper-slide .slide__gradient {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 11;
    width: 100%;
    height: 60%;
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
    opacity: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 19%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.54) 40%, rgba(0,0,0,0.65) 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.54)), color-stop(50%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.54) 40%, rgba(0, 0, 0, 0.65) 50%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 19%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.54) 40%,rgba(0,0,0,0.65) 50%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 19%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.54) 40%,rgba(0,0,0,0.65) 50%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.6) 70%);
 }





.newssection{

}
.newsitem{
    width: 80%;
  display: block;
  vertical-align: top;
  margin: 35px auto;
}
.newsitemimg {
    width: 100%;
    height: 280px;
}
.newsitemtitle{
  margin-top: 20px;
  transition: all 0.7s ease 0s;
}
.newsitemtitle a{
    font-size: 20px; font-family:'freg'
}


.profilemain{
    background-color:#04979a; width:100%; height:unset;background-image: url(images/darkpattern.png), url(images/darkpattern2.png); 
    background-repeat:no-repeat; 
    background-position:right bottom , left top; background-size:30%;
    padding:40px
}
.profileimg{ width:100%;
  display: block;
  vertical-align: top;
  height:280px
 }

.profiletxt{ width: 100%;
  display: inline-block;
  vertical-align: top; padding:0
 }
.profiletxt a{padding:10px 30px; color:#04979a; background-color:#ffffff; font-size:18px; float:unset; margin:20px auto; display:block; text-align:center; width:70%}
.profiletxt h1{
    font-size:34px; color:#fff; line-height:48px
}
.profiletxt p {
        font-size:22px; color:#ffffff99
}




.footer{
    width: 100%;
    background-color: #cee3d8;
    padding: 40px 0;
    line-height: 30px;
    color: #202931;
    margin-top: 0;
  
}
.footerlogotitle{width:80%!important; margin:0 auto}

.footerlogotitle img{width:100%}


.text-default{font-weight:normal; font-size:22px; margin-top:30px; text-align:center}

.addresscol i{color:#001f3fcc; margin-left:0;display:block; vertical-align:top; margin-top:15px; font-size:18px; text-align:center; margin-bottom:20px}
.addresscol span{display:block;max-width:unset; vertical-align:top; font-size:16px;display:block; text-align:center}


.fotersocial{text-align:center}
.mobilerow{text-align:center}
.fotersocial i{
border:solid 1px #474747;
width: 35px;
height: 35px;
text-align: center;
line-height: 30px!important;  
border-radius: 100px;
transition: all .3s ease 0s;
color: #474747;
font-size: 16px;
margin-left:8px;
display:inline-block
}
.fotersocial i:hover{
    color: #fff;
    background-color:#04979a;
    border:solid 1px #04979a;
}
.toptiplang {
 display:block;
 color:#c5c5c5;
 font-weight:300;
 height:30px;
 font-size:12px;
 vertical-align:top;
 margin-top:10px
}
.toptiplang i{color:#606060; vertical-align:-.1em; font-size:15px}
.toptiplang a {
 color:#606060;
 font-weight:400;
 font-size:13px!important;
 display:inline-block;
 line-height:30px;
 display:inline-block;
 vertical-align:top; margin:0 5px;
 font-family:'fbold'
}
.toptiplang a:visited {
 color:#606060;
 font-weight:300;
 font-family:open sans;
 display:inline-block;
 margin:0 10px
}
.toptiplang a:hover {
 color:#04979a
}


.copyright {
    margin-top: 20px;
    font-size: 12px;
    font-family: lato;
 
    font-weight:400;  text-align:center
}







.descriptiondetail{padding:20px}
.detailsection ,.descriptiondetail iframe {
    width: 100% !important;
    min-height: 280px;
    display: block;
    margin: 20px auto
}
.detailsection , .descriptiondetail img {
    max-width: 100% !important;
    display: block;
    height:auto!important;
    margin-bottom:20px
}
.descriptiondetail p, .descriptiondetail {
    font-size: 15px;
    line-height: 34px;
    color:#001f44;
    text-align:justify;
}


    .descriptiondetail p h2, .descriptiondetail h2 {
        color: #1e1e1e !important;
        font-size: 15px !important;
        line-height: 32px !important;
        margin-top: 25px !important;
        margin-bottom: 25px !important;
        text-align: right;
        padding-right:50px;
        position:relative;
    }
    .descriptiondetail p h2::before, .descriptiondetail h2::before {
    font-family: Arial;
    right: 20px;
    content: '“';
    top: 20px;
    font-size: 5em;
    position: absolute;
    color:#04979a;
    }

    
    .descriptiondetail p h3, .descriptiondetail h3 {
        color: #344e41 !important;
        font-size: 14px !important;
        line-height: 31px !important;
        font-style:italic;
        text-align: right;
        position:relative;
        width:50%;
        padding:10px 20px 12px 20px;
        margin:20px 0;
        display:inline-block; float:left; margin-right:20px;
        background-color:#f5f5fa
     
    }
    .descriptiondetail p h3::before, .descriptiondetail h3::before {
    font-family: Arial;
    left: 30px;
    content: '“';
    top: 10px;
    font-size: 8em;
    position: absolute;
    color:#04979a;
    font-style:normal
    }




.detailtitla{padding:10px 20px}
.detailtitla div i{vertical-align:-.125em; margin-left:5px}
.detailcontent{width:100%; margin:0 auto}


.detailcontent h1 {
    color: #04979a !important;
    font-size: 22px;
    line-height: 60px;
    margin: 0;
    font-weight:normal;
}

.detailimage{width:100%; height:250px}
.detailimage img{width:100%}
.imagecaptiom{font-size:14px; background-color:#04979a; color:#fff; padding :5px 10px ; border-radius:7px; margin-top:4px; line-height:26px}
.detaildetail{padding:30px 0}





















.image {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.image img {
  position : relative;
 -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  object-fit: cover; width:100%; height:100%;overflow: hidden; 
 
}
.image:hover img {
  position: relative;   
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
   -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0.9;overflow: hidden;
}
