@font-face {
  font-family:"GEL";
  src:url("../fonts/GE_SS_Three_Light.otf");

}
@font-face {
  font-family: 'latoblack';
  src:url('../fonts/Lato/Lato-Black.ttf');
}
@font-face {
  font-family:"GB";
  src:url("../fonts/GE_SS_Text_Bold.otf");

}


@font-face {
  font-family: 'GESSTwoLight-Light';
  src: url('../fonts/GESSTwoLight-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/GESSTwoLight-Light.otf')  format('opentype'),
  url('../fonts/GESSTwoLight-Light.woff') format('woff'), url('../fonts/GESSTwoLight-Light.ttf')  format('truetype'), url('../fonts/GESSTwoLight-Light.svg#GESSTwoLight-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GESSTwoMedium-Medium';
  src: url('../fonts/GESSTwoMedium-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/GESSTwoMedium-Medium.otf')  format('opentype'),
  url('../fonts/GESSTwoMedium-Medium.woff') format('woff'), url('../fonts/GESSTwoMedium-Medium.ttf')  format('truetype'), url('../fonts/GESSTwoMedium-Medium.svg#GESSTwoMedium-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*************************
*******Typography******
**************************/

body {
  font-family: 'GESSTwoLight-Light', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  font-weight: normal !important;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}

.form-control{
  font-family: 'GESSTwoLight-Light' ;
}
.btn {
  border: 0;
  border-radius: 0;
}
.btn.btn-primary {
  background-color: #004c8d;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.btn.btn-primary:hover {
  background-color: #3a3a3a;

}

.btn.btn-primary2 {
  background-color: #3a3a3a;
  color: #fff;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.btn.btn-primary2:hover {
  background-color: #fff;
  color: #004c8d;

}

.btn.btn-primary3 {
  background-color: transparent;
  color: #004c8d;
  font-size: 16px;
  padding: 2px 15px;
  font-family: GESSTwoMedium-Medium;
  border: 1px solid #004c8d;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}


.btn.btn-primary3:hover {
  background-color: #004c8d;
  color: #fff;

}

.btn.btn-primary4 {
  background-color: transparent;
  color: #fff !important;
  font-size: 16px;
  padding: 2px 15px;
  font-family: GESSTwoMedium-Medium;
  border: 1px solid #fff;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}


.btn.btn-primary4:hover {
  background-color: #fff;
  color: #a3a3a3 !important;

}


a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

section {
  padding: 50px 0;
}

.heading {
  padding-bottom:90px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}


/*************************
********Home CSS**********
**************************/
#home-slider {
  position: relative;
}



#home-slider .carousel-inner .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}




.navbar.navbar-default {
  border: 0;
  border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'GESSTwoMedium-Medium';
  letter-spacing: 1px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;
  color: #00eaff;
}
.soc{
  font-size: 28px;
  padding: 27px 2px;
  color: #fff;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.soc:hover{

  color: #00eaff;
}

.navbar-brand img{
  width: 200px;
  margin-top: 12px;
}

.soc1{
  font-size: 33px;
  padding: 0 4px;
  color: #595959;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.soc1:hover{

  color: #004c8d;
}

.navbar-brand h1 {
  margin-top: 5px;
}

.navbar-default .navbar-toggle {
  border: 0;
  background-color: rgba(0,0,0,.2);
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
.submenu{
  padding: 40px;
  background: rgba(0,0,0,0.5);
  width: 240px;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  transform: translate(0,-50%);


}
#news .title1{
  color: #fff !important;
}
.hr1{
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #404040;
  margin: 1em 0;
  padding: 0;
}

.hr1z{
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #404040;
  margin: 1em 0;
  padding: 0;
}

.mori{
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e8e8e8;
  width: 100%;
  padding: 15px;
}
.hr2{
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #cdcdcd;
  margin: 1em 0;
  padding: 0;
}

.submenu .list-unstyled>li{
  padding: 2px 0;
}
.submenu .list-unstyled>li>a{
  font-family: 'GESSTwoMedium-Medium';
  color: #fff;
}

.submenu .list-unstyled>li>a:hover{
  color: #004c8d;
}

.content-menu{
  position: absolute;
  height: 100%;
  width: 100%;
  right: 240px;
  background: rgba(255,255,255,0.7);
  /* Firefox */
  width: -moz-calc(100% - 240px);
  /* WebKit */
  width: -webkit-calc(100% - 240px);
  /* Opera */
  width: -o-calc(100% - 240px);
  /* Standard */
  width: calc(100% - 240px);
  overflow: hidden;
  z-index: 1;
}

.content-menu .internal{
  padding: 40px;
  background: rgba(255,255,255,0.9);
  position: absolute;
  height: 100%;
  top: 0;
  width: 95%;
;

}
.title1{
  font-family: 'GESSTwoMedium-Medium';
  font-size: 30px;
  letter-spacing: 1px;
  color: #000;
}

#about .title1{

  color: #a3a3a3;
}
#about .lato1{
  color: #004c8d;
}

.col2{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }

.title2{
  font-family: 'GESSTwoMedium-Medium';
  font-size: 30px;
  letter-spacing: 1px;
  color: #fff;
}

.lato1{
  font-family: 'GB';
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-transform: uppercase;
}

.lato2{
  font-family: 'GESSTwoLight-Light';
  font-size: 16px;
  color: #000;
}

.pfitalic{
  font-family: 'GESSTwoLight-Light';
  font-size: 16px;
  color: #000;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(0,0,0,.5);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0;
}

.arrow-left {
  position: absolute;
  width: 0;
  display: none;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 0;
  left: -40px;
  border-left: 10px solid #fff;

}

.mleft{
  margin-right: 50px
}
@media only screen and (min-width: 768px) {
  .navbar-default .navbar-nav > li > a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 12px;
    width: 1px;
    background-color: #fff;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  
  .navbar-default .navbar-nav > li:nth-child(7)  > a:after {
	  display:none;
  }
  .flx{
    display: flex;
  }
  .navbar-default .navbar-nav>li:nth-child(6)>a:after {
    content: none;
  }
}

@media only screen and (min-width: 1500px) {
  .lato1 {
    font-size: 22px;
    line-height: 28px;

  }
  .lato2 {
    font-size: 17px;

  }
  .content-menu .internal{
    top: 200px;
  }
  .submenu{
    top: 200px;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
  }
}

.pad0{
  padding: 0;
}

.news2 .internal{
  padding: 20px;
  background: #050505;
  position: relative;

}

.news2 .internalf{
  padding: 20px;
  background: #fff;
  position: relative;
  height: 235px;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#likaat .internalf{
  padding: 20px;
  background: #fff;
  position: relative;
  height: 235px;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#likaat .newsitalic, #news .newsitalic a {
  font-family: 'GESSTwoLight-Light';
  font-size: 18px;
  color: #a3a3a3;
  letter-spacing: 1px;
}

#likaat .nexanews2 {
  font-family: 'GESSTwoMedium-Medium';
  color: #004c8d;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}




#projects .internalf{
  padding: 20px;
  background: #fff;
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#projects .newsitalic, #news .newsitalic a {
  font-family: 'GESSTwoLight-Light';
  font-size: 18px;
  color: #a3a3a3;
  letter-spacing: 1px;
}

#projects .nexanews2 {
  font-family: 'GESSTwoMedium-Medium';
  color: #004c8d;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}


#news .nexanews{
  font-family: 'GESSTwoMedium-Medium';
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.news2 .nexanews2{
    font-family: 'GESSTwoMedium-Medium';
  color: #004c8d;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

#news .newsitalic, #news .newsitalic a{
  font-family: 'GESSTwoLight-Light';
  font-size: 18px;
  color: #a3a3a3;
  letter-spacing: 1px;
}

#news .pnews{
  font-family: 'GESSTwoLight-Light';
  font-size: 16px;
  color: #dcdcdc;
}
.hr12{
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #2c2c2c;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 90%;
}
.row1 {
  margin-right: -3px;
  margin-left: -3px;
  margin-top: 3px;
}

.nopadd {
  padding: 0;
  box-model: border-box;
  border: 3px solid transparent;
  background-clip: padding-box;
}

#subnews{

  background: url("../images/backnews.jpg") no-repeat;
  background-size: cover;
  background-position: center center ;
  background-attachment: fixed;
  padding: 200px 0 100px;
  margin-top: -200px;
}

#subnews .internal {
  padding: 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

#subnews .newsitalic, #subnews .newsitalic a{
  font-family: 'GESSTwoLight-Light';
  font-size: 18px;
  color: #050505;
  letter-spacing: 1px;
}

#subnews .nexanews{
  font-family: 'GESSTwoMedium-Medium';
  color: #050505;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  height: 75px;
}


#subnews .internal:hover{

  background: #050505;
}

#subnews .internal:hover .newsitalic{

  color: #fff;
}

#subnews .internal:hover .newsitalic a{
  color: #fff;
}

#subnews .internal:hover .nexanews{

  color: #fff;
}

#press{
  background: url("../images/jadidona.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-bottom: 100px;
}

#press .internal{
  background: #fff;
  padding: 30px 30px 30px 60px;
  height: 260px;
}


#press .internal h2{
  color: #004c8d;
  font-family: 'GESSTwoMedium-Medium';
  font-size: 24px;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 0;
}

#press .internal .it{
  font-family: 'GESSTwoLight-Light';
  font-size: 18px;
  color: #a3a3a3;
  letter-spacing: 1px;
  position: relative;
}
#press .internal .it:after{
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: #a3a3a3;
  bottom: -15px;
  right: 0;
}
.lato3{
  font-family: 'GESSTwoLight-Light';
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
}

#press .lato3{
  font-family: 'GESSTwoLight-Light';
  margin-top: 0;
  font-size: 16px;
  color: #fff;
  background: #e8e8e8;
  padding: 30px;
  position: relative;
}

#press .carousel-indicators{

  left: 30px;
  width: auto;
  text-align: left;
}

#press .carousel-indicators .active{
  background: #004c8d;
  border: 1px solid #004c8d;
  margin: 1px 5px;
}
#press .carousel-indicators li{
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 1px 4px;
}

.play{
  position: absolute;
  width: 60px;
  top: 50%;
  opacity: 0.7;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.play:hover{
  opacity: 1;
}
#press:after {
  content: " ";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #004c8d transparent transparent transparent;
}

#news{
  background: linear-gradient(180deg, #050505 80%, #fff 20%);
}
#vision{
  background: url("../images/leb.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 90px 0;
}
#vision h2{

  color: #fff;
  font-family: 'GESSTwoMedium-Medium';
  letter-spacing: 1px;
  font-size: 30px;

}
.visionp{
  font-family: 'GESSTwoLight-Light';
  color: #fff;
  font-size: 24px;
  line-height: 28px;
}

.morenews{
  font-size: 20px;
  padding: 3px 20px;
}

.internal2{
  padding: 70px;
  background: #f6f6f6;
  position: relative;
}

.intalic{
  font-family: 'GESSTwoLight-Light';
  font-size: 21px;
  color: #004c8d;
  letter-spacing: 1px;
  font-style: italic;
}

.quoteup{
  position: absolute;
  top: 0;
  right: 70px;
  width: 60px;
}

.footer-bottom {
  background-color: #dadada;
  padding: 40px 0 10px;
}



.timeline {
  list-style: none;
  padding: 10px 0;
  position: relative;
  font-weight: 300;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content:" ";
  width: 2px;
  background: #004c8d;
  right: 50%;
  margin-right: -1.5px;
}
.timeline > li {
  margin-bottom: 100px;
  position: relative;
  width: 50%;
  float: right;
  clear: right;
}
.timeline > li:before, .timeline > li:after {
  content:" ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before, .timeline > li:after {
  content:" ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  float: right;
  border: 0;
  background: #004c8d ;
  position: relative;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 364px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #004c8d;
  border-left: 0 solid #004c8d;
  border-bottom: 15px solid transparent;
  content:" ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 364px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #004c8d;
  border-left: 0 solid #004c8d;
  border-bottom: 14px solid transparent;
  content:" ";
}
.timeline > li > .timeline-badge {
  color: #ffffff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 355px;
  left: -12px;
  z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto;
}
.timeline-badge > a {
  color: #004c8d !important;
}
.timeline-badge a:hover {
  color: #000 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-heading h4 {
  font-weight: 400;
  padding: 0 15px;
  color: #4679bd;
}
.timeline-body{
  padding: 10px 15px;
}
.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0;
  font-family: 'GESSTwoLight-Light';
  color: #fff;
}
.timeline-footer {
  padding: 5px 15px;
  background-color:#f4f4f4;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
  cursor: pointer;
  text-decoration: none;
}
.timeline > li.timeline-inverted {
  float: left;
  clear: left;
}
.timeline > li:nth-child(2) {
  margin-top: 160px;
}
.timeline > li.timeline-inverted > .timeline-badge {
  right: -12px;
}
.no-float {
  float: none !important;
}
@media (max-width: 767px) {
  ul.timeline:before {
    right: 40px;
  }
  .col2{
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
  ul.timeline > li {
    margin-bottom: 0px;
    position: relative;
    width:100%;
    float: right;
    clear: right;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
  }
  ul.timeline > li > .timeline-badge {
    right: 28px;
    margin-right: 0;
    top: 355px;
  }
  ul.timeline > li > .timeline-panel {
    float: left;
  }
  ul.timeline > li > .timeline-panel:before {
    border-right-width: 0;
    border-left-width: 15px;
    right: -15px;
    left: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-right-width: 0;
    border-left-width: 14px;
    right: -14px;
    left: auto;
  }
  .timeline > li.timeline-inverted {
    float: right;
    clear: right;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-badge {
    right: 28px;
  }
}

#timeline{
  background: #e4e4e4;
  padding: 0;
}
.title3{
  color: #fff;
  font-family: 'GESSTwoMedium-Medium';
  font-size: 20px;
  margin-bottom: 0;
}
.title3 a{
  color: #fff;
  font-family: 'GESSTwoLight-Light';
  letter-spacing: 1px;
  font-size: 16px;
}
.title3 a:hover{

  color: #050505;

}

.italico{
  color: #fff;
  font-family: 'GESSTwoLight-Light';
  letter-spacing: 1px;
  font-size: 29px;
  line-height: 40px;
  margin-top: 150px;
  position: relative;
}
#signature{
  background: url("../images/signatureback.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 20px 0;
}
.quoteup2{
  position: absolute;
  top: -70px;
  width: 70px;
  right: 0;
  transform: rotate(180deg);
  width: 60px;
}
#contact{
  background: #dadada;
}
#contact .title1{
  color: #3a3a3a;
}
.contactdiv{
  margin-top: 60px;
}
.inte1{
  padding: 20px 35px;
  background: #fff;
  height: 100%;
}
.naxoz{
  text-transform: uppercase;
  color: #939292;
  font-family: 'GESSTwoMedium-Medium';
  font-size: 22px;
  letter-spacing: 1px;
}

.inte2{
  padding: 20px 35px;
  background: #939292;
  height: 100%;
}

.inte2 h2{
  color: #fff;
  font-family: 'GESSTwoMedium-Medium';
  letter-spacing: 1px;
  font-size: 22px;
}
.hotline{
  font-family: 'GESSTwoMedium-Medium';
  color: #fff;
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: 1px;
}
.hotline span{
  font-family: 'GESSTwoLight-Light';
}
.em{
  color: #c5e5f5;
  font-family: 'latoblack';
  font-size: 15px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.em:hover{
  color: #fff;
}
.em1{
  font-family: 'GESSTwoMedium-Medium';
  color: #fff;
  line-height: 18px;
}
.soc3{
  padding: 20px 3px;
  font-size: 34px;
  color: #fff;
}
.soc3:hover{
color: #c5e5f5;
}
.footp{
  font-family: 'GB';
  color: #838383;
  font-size: 13px;
}

@media only screen and (max-width: 992px) {

  .submenu{
    display: none;
  }
  .himg{
    display: block !important;
  }
  .backg{
    display: none;
  }
  #about{
    display: block !important;
  }
.navbar-brand img{
  width: 120px !important;
  margin-top:0 !important; ;
}
  .navbar-default .navbar-nav>li>a{
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .lato1{
    font-size: 16px;
  }
  .internal2{
    padding: 20px;
  }
  .quoteup{
    display: none;
  }
  .italico{
    font-size: 24px;
    line-height: 27px;
  }
    .bck{
  float:none !important;
  }
    #signature .ima{
  
  width:70% !important;
  
  }
  .footp{
  float:none !important;
  text-align:center !important;
  }
    #home-slider2{
  display:block !important;
  }
    #home-slider{
  display:none !important;
  }
  #vision h2{
    font-size: 24px;
  }
}
.backg{
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.arr{
  font-family: latoblack;
  position: relative;
  top: 1px;
}
.arr2{
  font-family: latoblack;

}
.author-img {
  max-height: 280px;
  float: right;
  margin-left: 20px;
}
.bck{
  float: left;
  margin-top: 20px;
  width: 100px;
}

.internalf:hover{
  background: #004c8d !important;
}
.internalf:hover .nexanews2{
  color: #fff !important;
}
.internalf:hover .newsitalic{
  color: #fff !important;
}
.internalf:hover .mori{
  background: #fff !important;
}

.internalf:hover .btn-primary3{
  background: #004c8d !important;
  color: #fff !important;
}

#likaat{
  padding: 40px 0;
  background: #b4b4b4;
}

#likaat h2{
  color: #fff;
  font-family: 'GESSTwoMedium-Medium';
  letter-spacing: 1px;
  font-size: 30px;
}


.pro{
	background-color:#004c8d;
	color:#fff;
	padding:4px;
	padding-left:7px;
	padding-right:7px;
}

.pro:hover{
	background-color:#fff;
	color:#004c8d;
}