@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;
}
@font-face {
  font-family: 'AvenirLTStd-Roman';
  src: url('../fonts/Avenir-Book/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Avenir-Book/AvenirLTStd-Roman.woff') format('woff'), 
       url('../fonts/Avenir-Book/AvenirLTStd-Roman.ttf')  format('truetype'), 
       url('../fonts/Avenir-Book/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Black';
  src: url('../fonts/Avenir-Black/Avenir-Black.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Avenir-Black/Avenir-Black.woff') format('woff'), 
       url('../fonts/Avenir-Black/Avenir-Black.ttf')  format('truetype'), 
       url('../fonts/Avenir-Black/Avenir-Black.svg#Avenir-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Roman';
  src: url('../fonts/Avenir-Roman/Avenir-Roman.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Avenir-Roman/Avenir-Roman.woff') format('woff'), 
       url('../fonts/Avenir-Roman/Avenir-Roman.ttf')  format('truetype'), 
       url('../fonts/Avenir-Roman/Avenir-Roman.svg#Avenir-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Oblique';
  src: url('../fonts/Avenir-Oblique/Avenir-Oblique.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Avenir-Oblique/Avenir-Oblique.woff') format('woff'), 
       url('../fonts/Avenir-Oblique/Avenir-Oblique.ttf')  format('truetype'), 
       url('../fonts/Avenir-Oblique/Avenir-Oblique.svg#Avenir-Oblique') 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:'Avenir-Roman', 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:'Avenir-Roman', 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;
}

img{
  max-width: 100%;
}
/* end img hover */
.main-wrapper {
  position: relative;
  min-height: 100%;
}
.section-products{
  position: relative;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 215px 0;
  z-index: 2;
  margin-top: -200px;
}
.sec-head h2{
  color: #fff;
  font-size: 70px;
  font-family: 'Avenir-Black';
  margin-bottom: 130px;
  text-align: center;
  text-transform: uppercase;
}
.sec-head h2 > span{
  display: block;
  font-family: 'Avenir-Book';
  font-size: 50px;
}
.pro-txt > h2{
  color: #123747;
  font-size: 36px;
  font-family: 'Avenir-Black';
  margin-bottom: 10px;
}
.pro-txt > p{
  color: #ffffff;
  font-size: 24px;
  font-family: 'Avenir-Book';
  text-align: justify;
}
.know-more{
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Avenir-Book';
  margin-top: 40px;
} 
.know-more:hover,.know-more:focus{
  color: #123747;
}
.products-item{
  margin-bottom: 200px;
}
.products-item:last-child{
  margin-bottom: 0;
}
.products-list .products-item:nth-child(even) .col-sm-6:first-child{
    float: right;
}

.products-list .products-item:nth-child(odd) .col-sm-6:first-child{
    float: left;
}
.products-list .products-item:nth-child(even) .col-sm-6 .pro-txt{
  text-align: right;
}
.products-list .products-item:nth-child(even) .col-sm-6 .pro-txt > p{
  text-align: inherit;
}
.section-partnar{
  position: relative;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 350px;
  padding-bottom: 100px;
  margin-top: -250px;
  background-attachment: fixed;
}
.section-partnar .sec-head h2{
  font-size: 50px;
  margin-bottom: 0;
}
#footer{
  background-color: #123747;
  padding: 40px 0;
}
.copyright{
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  opacity: 0.2;
}
.section-consulting{
  position: relative;
  padding: 80px 0;
}
.consulting-txt p{
  text-align: center;
  color: #575756;
  font-size: 22px;
  margin-bottom: 40px;
  font-family: 'Avenir-Book';
}
.consulting-txt p:last-child{
  margin-bottom: 0;
}
.consulting-title{
  text-align: center;
  margin-bottom: 30px;
}
.consulting-title > img{
  display: inline-block;
  vertical-align: middle;
}
.consulting-title > h2{
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #1d1d1b;
  font-size: 40px;
  font-family: 'Avenir-Black';
}
.consulting-title > h2 > span{
  color: #616160;
  font-family: 'Avenir-Book';
}
.section-we-are{
  position: relative;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 800px;
  z-index: 2;
  padding: 130px 0 140px;
}
.section-about-home{
  position: relative;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 800px;
  margin-top: -150px;
  padding-top: 150px;
}

.we-are-txt {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.we-are-txt h2{
  color: #fff;
  font-size: 50px;

}
.we-are-txt h2 > span{
  display: block;
  font-size: 80px;
  text-transform: uppercase;
  font-family: 'Avenir-Black';
  margin-top: 5px;
}
.arrow-scroll{
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
}
#header{
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
  padding: 25px 0;
}
.mobile-nav-icon{
  width: 26px;
  margin-top: 17px;
  cursor: pointer;
  float: right;
  position: relative;
  z-index: 6;
  -webkit-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  transition: background-color .2s linear;
  display:none;
  }
.mobile-nav-icon i{
  width: 100%;
  height: 4px;
  background-color: #fff;
  display: block;
  margin-bottom: 4px;
  border-radius: 0px;
  -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 i:last-child{
  margin-bottom: 0;
}  
.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,
.mobile-nav-icon.active i {
  background-color:#0aabc5;
}
.mobile-nav-icon.active i:nth-child(1) {
  transform:rotate(45deg) translate(6px,6px);
  -webkit-transform:rotate(45deg) translate(6px,6px);
  -ms-transform:rotate(45deg) translate(6px,6px);
}
.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);
}
.navbar-site{
  float: left;
}
.menus-site{
  float: right;
  margin-top: 30px;
}
.menus-site > ul{
  float: left;
}
.main-menu > li{
  float: left;
  margin-right: 25px;
}
.main-menu > li > a{
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-family: 'Avenir-Book';
  text-transform: uppercase;
}
.main-menu > li > a:hover,.main-menu > li.active > a{
  color: #38a8e0;
}
.register-site{
  position: relative;
  padding-left: 25px;
}
.register-site:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 20px;
  margin: auto;
  background-color: #fff;
}
.register-site > li{
  float: left;
}
.register-site > li > a{
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-family: 'Avenir-Book';
  text-transform: uppercase;
}
.register-site > li > a:hover{
  color: #38a8e0;
}
.section-about-home .container{
  position: relative;
}
.about-brief{
  padding: 170px 15px 140px;
  background-image: url(../images/st.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-top: -70px;
  z-index: 4;

}
.about-brief > p{
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  font-family: 'Avenir-Book';
  white-space:pre-line;
}
.about-more{
  display: table;
  margin: auto;
  margin-top: 50px;
  border:2px solid #ffffff;
  color: #fff;
  font-size:16px; 
  font-family: 'Avenir-Book';
  padding: 10px 15px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: transparent;
}
.about-more:hover,.about-more:focus{
  color: #fff;
  background-color: #0aabc5;
  border-color: #0aabc5;
}
.logo-site > a{
  display: inherit;
}

.mobile-overlay {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    z-index:22;
}
.mobile-overlay:before {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: '';
    background: #000;
    left: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
}
.mobile-overlay:after {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: '';
    background: #000;
    right: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
}
.mobile-overlay nav {
    position: relative;
    height: 100%;
    top: 0%;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    z-index: 100;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.mobile-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    /*height: 100%;*/
    display: table;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.mobile-overlay ul li {
    display: block;
    /*height: 25%;
    height: calc(100% / 10);
    min-height: 40px;*/
    position: relative;
    opacity: 0;
}
.mobile-overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 50px;
}
.mobile-overlay ul li a:after {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: '';
    position: absolute;
    bottom: 33%;
    left: 50%;
    width: 0%;
    height: 10px;
    background: #b2a287;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.menu {
    margin: 10px 0px 0 0;
    z-index: 999;
    position: relative;
}
.nav-icon {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 28px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
}
.nav-icon span {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nav-icon span:nth-child(1) {
    top: 0px;
}
.nav-icon span:nth-child(2) {
    top: 8px;
}
.nav-icon span:nth-child(3) {
    top: 16px;
}
.nav-icon.active span:nth-child(1) {
    top: 8px;
    background-color: #fff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.nav-icon.active span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.nav-icon.active span:nth-child(3) {
    top: 8px;
    background-color: #fff;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.mobile-overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
}
.mobile-overlay.open:before {
    left: 0;
}
.mobile-overlay.open:after {
    right: 0;
}
.mobile-overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    -moz-animation: fadeInRight .5s ease forwards;
    -o-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    -moz-animation-delay: .35s;
    -o-animation-delay: .35s;
    animation-delay: .35s;
}
.mobile-overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .45s;
    -moz-animation-delay: .45s;
    -o-animation-delay: .45s;
    animation-delay: .45s;
}
.mobile-overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .55s;
    -moz-animation-delay: .55s;
    -o-animation-delay: .55s;
    animation-delay: .55s;
}
.mobile-overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .65s;
    -moz-animation-delay: .65s;
    -o-animation-delay: .65s;
    animation-delay: .65s;
}
.mobile-overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s;
    -o-animation-delay: .75s;
    animation-delay: .75s;
}
.mobile-overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .85s;
    -moz-animation-delay: .85s;
    -o-animation-delay: .85s;
    animation-delay: .85s;
}
.mobile-overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .95s;
    -moz-animation-delay: .95s;
    -o-animation-delay: .95s;
    animation-delay: .95s;
}
.mobile-overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.menu{
  display: none;
  margin: 0;
  float: right;
}
.nav-icon{
  margin-top: 20px;
}

#header{
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
#header.fixed-header{
  -webkit-box-shadow: 0 2px 20px -5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 20px -5px rgba(0,0,0,0.5);
  box-shadow: 0 2px 20px -5px rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  background-color: #123747;
  padding: 10px 0;
}
#header.fixed-header .logo-site > a{
  width: 200px;
}
#header.fixed-header .menus-site{
  margin-top: 15px;
}
#header.header-inner{
  position: relative;
  background-color: #123747;
  padding: 0;
}
#header.header-inner .menus-site{
  margin: 0;
}
#header.header-inner .navbar-site{
  padding: 10px 0;
}
#header.header-inner .main-menu > li{
  margin-right: 0;
  position: relative;
  z-index: 0;
}
#header.header-inner .main-menu > li > a{
  background-color: transparent;
  padding: 40px 10px;
}
#header.header-inner .main-menu > li:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  -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;
  z-index: -1;
}
#header.header-inner .main-menu > li.active:before,
#header.header-inner .main-menu > li:hover:before{
  height: 100%;
}
#header.header-inner .main-menu > li:hover a,
#header.header-inner .main-menu > li.active a{
  color: #123747;
}
#header.header-inner .register-site{
  margin-top: 40px;
}
#header.header-inner .register-site a{
  padding-bottom: 5px;
  position: relative;
}
#header.header-inner .register-site a:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
}
#header.header-inner .register-site li.active a:before{
  opacity: 1;
}
.section-login{
  position: relative;
  min-height: 100vh;
  background-image: url(../images/login-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.login-box{
  position: absolute;
  width: 500px;
  padding: 0 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.logo2{
  width: 300px;
  margin: auto;
  margin-bottom: 30px;
}
.form-login .form-control{
  background-color: #0aabc5;
  border-radius: 0;
  box-shadow: none;
  border:0;
  color: #fff;
  font-size: 16px;
  height: 40px;
}
.form-login .form-control::-moz-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: 'Avenir-Oblique';
}

.form-login .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: 'Avenir-Oblique';
}

.form-login .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: 'Avenir-Oblique';
}
.login-group .btn-login{
  float: left;
  border-radius: 0;
  box-shadow: none;
  border:0;
  background-color: #123747;
  color: #fff;
  font-size: 16px;
  font-family: 'Avenir-Oblique';
  padding-right: 25px;
  padding-left: 25px;
  height: 40px;
}
.login-group .forget-pass{
  float: right;
  color: #a9a9a9;
  font-size: 18px;
  font-family: 'Avenir-Oblique';
  margin-top: 7px;
}
.login-group .btn-login:hover,.login-group .btn-login:focus{
  color: #fff;
  background-color: #0aabc5;
}
.login-group .forget-pass:hover,.login-group .forget-pass:focus{
  color: #123747;
}
.section-top-inner{
  position: relative;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
  z-index: 2;
}
.top-inner-txt{
  text-align: center;
}
.top-inner-txt h2{
  color: #fff;
  font-size: 60px;
  font-family: 'Avenir-Black';
}
.section-baout2{
  position: relative;
  background-position: center;
  background-image: url(../images/ab2.png);
  background-size: cover;
  padding: 200px 0 70px;
  margin-top: -160px;
}
.ab-i-img > img{
  margin: auto;
}
.ab-i-txt{
  margin-top: 100px;
}
.ab-i-txt p{
  color: #575756;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Avenir-Book';
}
.section-vision-mision{
  position: relative;
  background-position: center;
  background-image: url(../images/bg-a3.png);
  background-size: 100% 100%;
  padding: 200px 0;
  z-index: 2;
}
.about-st-txt p{
  color: #ffffff;
  font-size: 24px;
  font-family: 'Avenir-Book';
}
.about-st-item{
  margin-bottom: 100px;
}
.about-st-item:last-child{
  margin-bottom: 0;
}
.about-st-list .about-st-item:nth-child(even) .col-sm-6:first-child{
    float: right;
}

.about-st-list .about-st-item:nth-child(odd) .col-sm-6:first-child{
    float: left;
}
.about-st-list .about-st-item:nth-child(even) .col-sm-6 .about-st-txt{
  text-align: right;
}
.about-st-list .about-st-item:nth-child(even) .col-sm-6 .about-st-txt > p{
  text-align: inherit;
}
.about-st-list .about-st-item:nth-child(odd) .about-st-thumb{
  text-align: right;
}
.about-st-thumb h2{
  color: #fff;
  font-size: 60px;
  font-family: 'Avenir-Black';
  text-transform: uppercase;
}
.about-st-thumb h2  > span{
  display: block;
}
.about-st-txt{
  margin-top: 60px;
}
.section-last-about{
  position: relative;
  padding: 300px 0 100px;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../images/aer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -200px;
}
.last-p-txt > p{
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Avenir-Book';
}

.main-menu .dropdown-menu{
  padding: 0;
  margin: 0;
  border:0;
  border-radius: 0;
  background-color: #fff;
  top: 150%;
  opacity: 0;
  display: block;
  visibility: hidden;
  -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;
  min-width: 100%;
}
.dropdown-menu>li>a{
  color: #fff !important;
  background-color: #09abc5;
  font-size: 16px;
  padding: 10px 10px;
}
li.dropdown:hover .dropdown-menu{
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.dropdown-menu>li>a:hover{
  color: #123747 !important;
  background-color: #fff;
}
.caret{
  display: none;
}
.section-our--products{
  position: relative;
  background-position: center;
  background-image: url(../images/ab2.png);
  background-size: cover;
  padding: 230px 0 70px;
  margin-top: -160px;
}
.our--products-item{
  margin-bottom: 100px;
}
.o-pro-txt h2{
  color: #123747;
  font-size: 40px;
  font-family: 'Avenir-Black';
  margin-bottom: 10px;
}
.o-pro-txt p{
  color: #575756;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Avenir-Book';
}
.mar-t2{
  margin-top: 40px;
}
.mar-t1{
  margin-top: 80px;
}
.modules-box > h2{
  color: #123747;
  font-size: 36px;
  font-family: 'Avenir-Black';
  margin-bottom: 5px;
}
.modules-box > p{
  color: #1d1d1b;
  font-size: 24px;
}
.modules-list .row:nth-child(odd) .col-sm-6 {
    float: left;
    padding-right: 120px;
}
.modules-list .row:nth-child(even) .col-sm-6 {
    float: right;
    padding-left: 120px;
}
.modules-list{
  padding-top: 120px;
}
.module-item{
  position: relative;
}
.module-item > h2{
  color: #13abc5;
  font-size: 24px;
  font-family: 'Avenir-Black';
  white-space:pre-line;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.module-item > p{
  color: #575756;
  font-size: 18px;
  font-family: 'Avenir-Book';
}
.modules-list .row:nth-child(odd) .col-sm-6 .module-item > h2{
    text-align: right;
    padding-right: 10px;
}
.modules-list .row:nth-child(even) .col-sm-6 .module-item > h2{
    text-align: left;
    padding-left: 10px;
}
.modules-list .row:nth-child(odd) .col-sm-6 .module-item > p{
    text-align: right;
    padding-right: 10px;
}
.modules-list .row:nth-child(even) .col-sm-6 .module-item > p{
    text-align: justify;
    padding-left: 10px;
}
.module-item > h2:before{
  content: '';
  width: 100%;
  height: 4px;
  background-color: #123747;
  bottom: 0;
  right: 0;
  position: absolute;
}
.module-item > h2:after{
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border:4px solid #123747;
  bottom:-10px;
  right: -25px;
  position: absolute;
}
.modules-list .row:nth-child(even) .col-sm-6 .module-item > h2:after{
    right: auto;
    left: -25px;
}
.module-icon{

}
.modules-list{
  position: relative;
}
.modules-list:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 4px;
    height: 78%;
    background-color: #123747;
}

.module-icon{
  width: 130px;
  height: 130px;
  position: absolute;
  top: -50px;
}

.modules-list .row:nth-child(odd) .col-sm-6 .module-item .module-icon{
    right: -185px;
}
.modules-list .row:nth-child(even) .col-sm-6 .module-item .module-icon{
    left: -185px;
}
.module-item{
  margin-bottom: 100px;
}
.section-content-adminPage{
  padding: 40px 0;
  background-position: center;
  background-image: url(../images/ab2.png);
  background-size: cover;
}
.label-page{
  text-transform: uppercase;
  color: #123747;
  font-size: 24px;
  font-family: 'Avenir-Black';
  margin-bottom: 10px;
}
.label-page > img{
  display: inline-block;
  vertical-align: middle;
}
.panel--box{
  margin-bottom: 20px;
}
.panel-head{
  background-color: #123747;
  margin-bottom: 5px;
  padding: 12px 15px 8px;
}
.panel-head > h2{
  color: #fff;
  font-size: 17px;
  float: left;
  font-family: 'Avenir-Roman';
}
.p-tabs{
  float: right;
}
.p-tabs li{
  float: left;
  padding: 0 2px;
  position: relative;
  margin-right: 10px;
}
.p-tabs li:last-child{
  margin-right: 0;
}
.p-tabs li:before{
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #09abc5;
  -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-tabs li.active:before,.p-tabs li:hover:before{
  width: 100%;
}
.p-tabs a{
  color: #ffffff;
  font-size: 14px;
}
.panel-warpper{
  background-color: #e7e7e7;
  min-height: 450px;
  padding: 20px 15px;
}
.admin-right .row{
  margin-left: -5px;
  margin-right: -5px;
}
.admin-right .col-md-6{
  padding-right: 5px;
  padding-left: 5px;
}
.logo-admin{
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #123747;
  text-align: center;
  padding: 30px 20px;
}
.logo-admin > img{
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.side-menu li{
  display: block;
}
.side-menu a{
  display: block;
  background-color: #09abc5;
  border-top:2px solid #fff;
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
}
.side-menu a > img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.side-menu a:hover,.side-menu a:focus{
  color: #fff;
  background-color: #123747;
}
.side-menu{
  margin-bottom: 20px;
}
.st-bottom{
  border:2px solid #09abc5;
}
.st-bottom > div{
  float: left;
  text-align: center;
  padding: 20px 5px;
  color: #123747;
  font-size: 16px;
  width: 50%;
  border-right:2px solid #09abc5;
}
.st-bottom > div > span{
  display: block;
  font-size: 40px;
  font-family: 'Avenir-Black';
}
.st-bottom > div:last-child{
  border-right: 0;
}
.admin-side{
  margin-bottom: 20px;
}
.ap-t-top{
  background-color: #09abc5;
  padding: 15px 0 5px;
}
.menu2{
  float: left;
}
.menu2 > li{
  float: left;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.menu2 > li > a{
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.menu2 > li > a:hover{
  color: #123747;
}
.menu2 > li:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 25px;
  margin: auto;
  background-color: #078498;
}
.menu2 > li:last-child:before{
  display: none;
}
.ap-t-bottom{
  background-color: #bebebe;
  padding: 15px 0 5px;
}
.menu3 > li{
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
}
.menu3 > li:last-child{
  margin-right: 0;
}
.menu3 > li > a{
  display: block;
  color: #123747;
  font-size: 14px;
}
.menu3 > li:hover > a{
  color: #123747;
}

.menu3 .dropdown-menu{
  padding: 0;
  margin: 0;
  border:0;
  border-radius: 0;
  background-color: #fff;
  top: 150%;
  opacity: 0;
  display: block;
  visibility: hidden;
  -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;
  min-width: 100%;
}
.dropdown-menu>li>a{
  color: #fff !important;
  background-color: #09abc5;
  font-size: 16px;
  padding: 10px 10px;
}
li.dropdown:hover .dropdown-menu{
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.dropdown-menu>li>a:hover{
  color: #123747 !important;
  background-color: #fff;
}
.menu3 .caret{
  display: inline-block;
}

.admin-lang{
  float: right;
}
.admin-lang > li > a{
  display: block;
  color: #123747;
  font-size: 15px;
}

.admin-lang .dropdown-menu{
  padding: 0;
  margin: 0;
  border:0;
  border-radius: 0;
  background-color: #fff;
  top: 150%;
  opacity: 0;
  display: block;
  visibility: hidden;
  -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;
  min-width: 120px;
  left: auto;
  right: 0;
}
.dropdown-menu>li>a{
  color: #fff !important;
  background-color: #09abc5;
  font-size: 16px;
  padding: 10px 10px;
}
li.dropdown:hover .dropdown-menu{
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.dropdown-menu>li>a:hover{
  color: #123747 !important;
  background-color: #fff;
}
.admin-header-right{
  float: right;
}
.ad-h-rg{
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  float: left;
}
.ad-h-rg:last-child{
  margin-right: 0;
  padding-right: 0;
}
.ad-h-rg:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 2px;
  height: 30px;
  background-color: #1c5771;
}
.ad-h-rg:last-child:before{
  display: none;
}
.con-ah > img{
  display: inline-block;
  vertical-align: middle;
}
.ad-h-rg > div{
  float: left;
}
.con-ah > h2{
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-family: 'Avenir-Black';
}
.con-ah > h2 > span{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  font-family: 'Avenir-Book';
  margin-left: 5px;
}
.ad-ah > img{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.ad-ah{
  color: #fff;
  font-size: 20px;
}
.ad-ah{
  margin-top: 8px;
}
.ad-h-rg{
  margin-top: 23px;
}
.con-ah{
  margin-right: 20px;
}
.ad-h-rg > h3{
  display: inline-block;
  color: #fff;
  font-family: 'Avenir-Book';
  font-size: 18px;
  margin-right: 10px;
}
.ad-h-rg > a{
  display: inline-block;
  color: #09abc5;
  font-size: 16px;
  margin-right: 5px;
}
.mar-topp{
  margin-top: 40px;
}
.ad-h-rg > a:hover{
  color: #fff;
}
#header.header-admin{
  padding: 20px 0;
}