@font-face {
  font-family: 'AvenirLT-Medium';
  src: url('../fonts/AvenirLT-Medium/AvenirLT-Medium.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/AvenirLT-Medium/AvenirLT-Medium.woff') format('woff'), 
       url('../fonts/AvenirLT-Medium/AvenirLT-Medium.ttf')  format('truetype'), 
       url('../fonts/AvenirLT-Medium/AvenirLT-Medium.svg#AvenirLT-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url('../fonts/AvenirLTStd-Light/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/AvenirLTStd-Light/AvenirLTStd-Light.woff') format('woff'), 
       url('../fonts/AvenirLTStd-Light/AvenirLTStd-Light.ttf')  format('truetype'), 
       url('../fonts/AvenirLTStd-Light/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Book';
  src: url('../fonts/Avenir-Book/Avenir-Book.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Avenir-Book/Avenir-Book.woff') format('woff'), 
       url('../fonts/Avenir-Book/Avenir-Book.ttf')  format('truetype'), 
       url('../fonts/Avenir-Book/Avenir-Book.svg#Avenir-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}


*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
body{
    font-family:  'AvenirLT-Medium', sans-serif;
    background-color: #fff;
    font-size:12px;
    font-weight:400;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family:  'AvenirLT-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
p{
  margin:0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;

}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}


a,button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p{
  margin: 0;
}
a {
  cursor: pointer !important;
  text-decoration: none !important;
}
a:hover,a:active,a:focus,a:visited{
  text-decoration: none !important;
}

input, textarea, a, button {
  outline: none !important;
  text-decoration: none;
}

.margin-auto{
  margin: 0 auto;
  float: none !important;
}

/* img hover */
.img-hover {
  overflow: hidden;
  display: block;
}

.img-hover > img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}


/* end img hover */
.main-wrapper {
  position: relative;
  min-height: 100%;
}
#header{
  padding-top: 30px;
  position: relative;
  padding-bottom: 50px;
  height: 136px;
}
#header .container{
  position: relative;
}
.logo-site{
  display: inline-block;
}
.logo-site a{
  display: inline-block;
}
#header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 29px;
  background-image: url(../images/head.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.content_home{
  position: relative;
  min-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 70px;
  padding-bottom: 100px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.welcome_txt{
  text-align: center;
  color: #424242;
}
.welcome_txt h2{
  display: block;
  font-size: 27px;
}
.welcome_txt h1{
  display: block;
  font-size: 45px;
  margin:10px 0;
}
.welcome_txt h1 span{
  font-weight: 700;
}
.welcome_txt h3{
  display: block;
  font-size: 26px;
  font-family: 'AvenirLTStd-Light';
}
.footer_page{
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.social_links ul{
  text-align: center;
}
.social_links ul li{
  display: inline-block;
  margin-right: 25px;
}
.social_links ul li:last-child{
  margin-right: 0;
}
.social_links ul li a{
  display: block;
  color: #f10e09;
  font-size: 18px;
}
.copyRight{
  display: block;
  margin-top: 10px;
  color: #da3b38;
  font-size: 11px;
  font-family: 'Avenir-Book';
  text-align: center;
}
.social_links ul li.facebook a:hover{
  color: #3A559F;
}
.social_links ul li.twitter a:hover{
  color: #50ABF1;
}
.social_links ul li.youtube a:hover{
  color: #C4302B;
}
.social_links ul li.instagram a:hover{
  color: #6A453B;
}
.main-menu{
  right: 15px;
  top: 105px;
  position: absolute;
  width: 200px;
  direction: rtl;
  z-index: 4;
}
.mobile-nav-icon{
  width: 45px;
  height: 45px;
  background: transparent;
  padding: 15px 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mobile-nav-icon i{
    width: 25px;
    height: 3px;
    background-color: #a09f9f;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all .4s cubic-bezier(0.68,-0.55,0.265,1.55);
    -ms-transition: all .4s cubic-bezier(0.68,-0.55,0.265,1.55);
    transition: all .4s cubic-bezier(0.68,-0.55,0.265,1.55);
    
  }
.mobile-nav-icon:hover i:nth-child(1) {
    transform:translate(0,-2px);
    -webkit-transform:translate(0,-2px);
    -ms-transform:translate(0,-2px);
}
.mobile-nav-icon:hover i:nth-child(3) {
    transform:translate(0,2px);
    -webkit-transform:translate(0,2px);
    -ms-transform:translate(0,2px);
}
.mobile-nav-icon:hover i
 {
    background-color: #a09f9f;
}
.mobile-nav-icon.active i{
  background-color: #fff;
}
.mobile-nav-icon.active i:nth-child(1) {
    transform:rotate(45deg) translate(5px,5px);
    -webkit-transform:rotate(45deg) translate(5px,5px);
    -ms-transform:rotate(45deg) translate(5px,5px);
}
.mobile-nav-icon.active i:nth-child(2) {
    transform:translate(-4px,0);
    -webkit-transform:translate(-4px,0);
    -ms-transform:translate(-4px,0);
    opacity:0
}
.mobile-nav-icon.active i:nth-child(3) {
    transform:rotate(-45deg) translate(5px,-5px);
    -webkit-transform:rotate(-45deg) translate(5px,-5px);
    -ms-transform:rotate(-45deg) translate(5px,-5px);
} 
.mobile-nav-icon span{
  display: block;
  text-align: center;
  font-size: 12px;
  color: #a09f9f;
  font-family: 'AvenirLTStd-Light';
  position: absolute;
  right: 5px;
}
.nav-menu {
    display: none;
    background-color: #d83934;
}

.nav-open .mobile-nav-icon {
    width: 100%;
    background-color: #d83934;
    border-top-right-radius:10px;
}
.nav-open .mobile-nav-icon span{
  display: none;
}
.nav-menu ul li {
    display: block;
    background: transparent;
    -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;
    margin-bottom: 20px;
}

.nav-menu ul li a {
    padding: 15px 18px;
    padding-left: 25px;
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-family: 'AvenirLTStd-Light';
}
.nav-menu ul li a:before{
  content: '';
  position: absolute;
  top: 20px;
  left: 12px;
  width: 2px;
  height: 11px;
  margin:auto;
  background-color: #fff;
  opacity: 0;
}
.nav-menu ul li:hover{
  background-color: #b52520;
}
.nav-menu ul li.active a:before{
  opacity: 1;
}
.nav-menu ul li:hover a, .nav-menu ul li.active a {
    color: #fff;
}
/**=============refernce===============**/
.refernce_head{
  position: relative;
  padding: 50px 0 60px;
  text-align: center;
  color: #fff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.refernce_head h1{
  font-size: 45px;
  font-family: 'AvenirLT-Medium';
  margin-bottom: 10px;
  margin-top: 10px;
}
.refernce_head h1 span{
  display: inline-block;
  font-family: 'AvenirLTStd-Light';
  margin-left: 20px;
}
.refernce_head h2{
  font-size: 27px;
  font-family: 'AvenirLTStd-Light';
}
.referncePage .mobile-nav-icon i{
  background-color: #fff;
}
.referncePage .mobile-nav-icon span{
  color: #fff;
}
.clients_list{
  padding: 30px 0px;
}
.client_item{
  margin-bottom: 10px;
}
.client_item img{
  margin: auto;
}
.get_touch{
  position: relative;
  padding: 40px 0 160px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  text-align: center;
}
.get_touch_head{
  margin-bottom: 70px;
}
.get_touch_head h1{
  color: #fff;
  font-size: 27px;
  margin-bottom: 10px;
  font-family: 'AvenirLT-Medium';
}
.get_touch_head h2{
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: 'AvenirLT-Medium';
}
.get_item{
  position: relative;
  margin-bottom: 20px;
}
.get_thumb{
  display: block;
  margin-bottom: 25px;
  text-align: center;
}
.get_thumb img{
  margin: auto;
}
.get_txt{
  text-align: center;
  color: #fff;
}
.get_txt h2{
  display: block;
  font-size: 15.5px;
  font-family: 'AvenirLT-Medium';
  margin-bottom: 25px;
}
.get_txt p{
  display: block;
  font-size: 15.5px;
  font-family: 'AvenirLT-Medium';
}
.referncePage .social_links ul li a{
  color: #fff;
}
.referncePage .copyRight{
  color: #fff;
}
.service_txt{
  padding: 25px 0 20px;
}
.service_txt p{
  text-align: center;
  color: #131313;
  font-size: 16px;
  font-family: 'AvenirLTStd-Light';
  font-weight: 600;
}
.services_list{
  position: relative;
  padding: 80px 0 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  text-align: center;
}
.serv_item .serv_thumb{
  height: 100px;
}
.serv_item{
  margin-bottom: 30px;
}
.serv_item .serv_thumb img{
  margin: auto;
  max-height: 100%;
}
.derv_txt{
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-family: 'AvenirLTStd-Light';
}
.derv_txt h2{
  margin-bottom: 22px;
  font-size: 13px;
  font-family: 'AvenirLT-Medium';
}
.derv_txt p{
  line-height: 20px;
  height: 80px;
  overflow: hidden;
  font-size: 13px;
  font-family: 'AvenirLTStd-Light';
}
.about_txt{
  padding: 35px 0 40px;
}
.about_txt p{
  color: #131313;
  font-size: 16px;
  font-family: 'AvenirLTStd-Light';
  font-weight: 600;
}
.about_txt h2{
  color: #131313;
  font-size: 16px;
  font-family: 'AvenirLT-Medium';
  font-weight: 600;
}
.about_list{
  position: relative;
  padding: 70px 0 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.a_thumb{
  text-align: center;
}
.a_thumb img{
  margin: auto;
  margin-bottom: 20px;
}
.about_item{
  position: relative;
  margin-bottom: 25px;
  width: 20%;
  float: left;
  padding: 0 20px;
}
.a_txt h2{
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: 'AvenirLT-Medium';
}
.a_txt p{
  color: #fff;
  font-size: 14px;
  font-family: 'AvenirLTStd-Light';
  line-height: 20px;
}