/* ------------------------------- 768 ------------------------------- */
/* -----------------------------------------------------------------------------------------------------------------------------------
*Filename:                      style.css
*Description:                   Global CSS
*Version:                       1.0(30/09/2015)
*Author's Websie:               http://www.CUPOB.com
*Author                         CUPOB
*Project Name:                  IT REPUBLICAN
----------------------------------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'MyriadProRegular';
  src: url('../fonts/MyriadProRegular.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadProRegular.woff') format('woff'), url('../fonts/MyriadProRegular.ttf')  format('truetype'), url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf')  format('truetype'), url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 1170px) {
    .container{
        width: 1170px;
        padding: 0;
        border: 0;
    }
}
body{
    font-family: 'MyriadProRegular';
    font-size: 22px;
    color: #3f3f3f;
    font-weight: normal;
    background: #ffffff;
    font-weight: 400;
}
*{
    outline: 0 auto !important;
}
a,a:hover, a:focus, a:visited{
    color: #3f3f3f;
    text-decoration: none;
}
.mobile-menu{
  display: none;
}
.gap{
  float: left;
  width: 100%;
  height: 133px;
}
p:last-child{
  margin-bottom: 10px;
}
p{
  margin-bottom: 34px;
}
.blue-text{
  color: #02507f;
  font-size: 27.24px;
  font-family: 'MyriadPro-Bold';
}
.full-width{
  width: 100%;
  float: left;
  display: block;
}
span.mark{
  float: left;
  width: 100%;
  padding: 0;
  background: none;
  height: 0;
}
/* ------------------------------- HEADER ------------------------------- */
header{
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  padding: 33px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
header.inner{
  background: rgba(255,255,255,1);
}
header.home.sticky{
  background: rgba(255,255,255,.9);
  padding: 15px 0;
}
header.home:after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #F1D812;
  content: "";
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
header .logo img{
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s; 
  width: 224px;
}
header.home.sticky .logo img{
  width: 150px;
}
header.home.sticky:after{
  width: 100%;
}
header nav ul{
  list-style: none;
  margin: 36px 0 0 0;
  padding:0;
  float: right;
  text-align: right;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s; 
}
header.sticky nav ul{
  margin-top: 15px;
}
header nav ul li{
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
header nav ul li:first-child{
  margin-left: 0;
}
header nav ul li a,header nav ul li a:hover,header nav ul li a:focus,header nav ul li a:visited{
  color: #fff;
  font-size: 18px;
}
header.sticky nav ul li a,header.sticky nav ul li a:hover,header.sticky nav ul li a:focus,header.sticky nav ul li a:visited{
  color: #03507f;
}
header.inner nav ul li a{
  color: #03507f;
}
header nav ul li a:hover,header nav ul li.active a{
  color: #f3d70e;
}
header.sticky nav ul li a:hover,header.sticky nav ul li.active a{
  color: #f3d70e;
}
header nav ul.sub-menu{
  position: absolute;
  width: 100px;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
header.sticky nav ul.sub-menu{
  padding-top: 10px;
  z-index: 1;
}
header nav li:hover > ul.sub-menu{
  display: block;
}
header nav ul.sub-menu li{
  padding: 0 6px;
  display: block;
  background: #03507f;
  width: 100%;
  margin: 0;
  text-align: left;
}
header nav ul.sub-menu li a,header nav ul.sub-menu li a:focus,header nav ul.sub-menu li a:visited{
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  padding: 6px 0 5px 10px;
  border-bottom: 1px solid #0d77bb;
  display: block;
  width: 100%;
}
header nav ul.sub-menu li a:hover,header nav ul.sub-menu li.active a{
  color: #f3d70e;
}
header nav ul.sub-menu li:first-child a{
  padding-top: 15px;
}
header nav ul.sub-menu li:first-child:after{
  position: absolute;
  content: '';
  width: 0;
  height: 3px;
  left: 0;
  top: 0;
  background: #f3d70e;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
header nav ul.sub-menu:hover li:first-child:after{ 
  width: 80px;
}
header nav ul.sub-menu li:last-child a{
  border: 0;
  padding-bottom: 15px;
}
/* ------------------------------- SLIDER ------------------------------- */
.slider .item img{
  display: block;
  width: 100%;
  height: auto;
}
.slider .container{
  position: relative;
  z-index: 1;
}
.slider .banner_caption{
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.slider-text {
    opacity: 0;
    top: 0;
}
.slider-text.active-slide {
    opacity: 1;
    top: 40%;
}
.slider .banner_caption h1{
  color: #f3d70e;
  font-size: 68.2px;
  margin: 0 0 10px 0;
  line-height: 58px;
  font-family: 'MyriadPro-Bold';
}
.slider .banner_caption span{
  display: block;
  color: #fff;
  font-size: 26.96px;
  line-height: 29px;
}
.bx-controls{
  display: none;
}
.bx-wrapper{
  margin-bottom: 0;
}
.bx-wrapper .bx-viewport{
  border: 0;
  box-shadow: none;
}
/* ------------------------------- CONTENT ------------------------------- */
.content {
  padding-bottom: 70px;
  padding-top: 50px;
}
.content h2{
  font-size: 60px;
  color: #03507f;
  font-family: 'MyriadPro-Bold';
  line-height: 60px;
  margin: 0 0 23px;
}
/* ------------------------------- THREE BOXES ------------------------------- */
.three-boxes{
  background: url(../images/box_bg.jpg) no-repeat fixed center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 50px 0 60px;
}
.three-boxes img{
  height: 125px;
}
.three-boxes h3{
  font-size: 40px;
  font-family: 'MyriadPro-Bold';
  line-height: 32px;
  margin: 30px 0 24px;
}
.three-boxes a,.submit{
  display: inline-block;
  background: #f1d812;
  position: relative;
  color: #03507f;
  font-size: 27.6px;
  padding: 5px 23px;
  margin-top: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.three-boxes a span,.submit span{
  position: relative;
  z-index: 1;
}
.three-boxes a:hover,.submit:hover{
  color:#f1d812;
}
.three-boxes a:after,.submit:after{
  position: absolute;
  height: 100%;
  width: 0;
  content: "";
  background: #03507f;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.three-boxes a:hover:after,.submit:hover:after{
  width: 100%;
}
.submit{
  border: 0;
  float: left;
}
.inline-box h3{
  color: #f1d812;
  margin-top: 0;
}
.inline-box .box-holder{
  border-bottom: 3px solid #2b89c6;
  padding-bottom: 40px;
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.inline-box .box-holder.last-box{
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.inline-box .box-holder div:first-child{
  padding-left: 0;
}
/* ------------------------------- COMPANY SLIDER ------------------------------- */
.company-slider{
  float: left;
  width: 100%;
  padding: 70px 0;
}
.company-slider .company-slider-holder{
  padding: 0 50px;
  position: relative;
}
.company-slider .company-slider-holder .owl-buttons{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 15px;
}
.brand-slider .company-slider-holder .owl-buttons{
  top: 0;
}
.company-slider .company-slider-holder .owl-prev{
  width: 34px;
  height: 67px;
  background: url(../images/left-arrow.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}
.company-slider .company-slider-holder .owl-next{
  width: 34px;
  height: 67px;
  background: url(../images/right-arrow.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
}
.company-slider .owl-item{
  /*border: 1px solid #ccc;*/
}
/* ------------------------------- TESTIMONIALS ------------------------------- */
.testimonials{
  float: left;
  width: 100%;
  background: url(../images/testimonial-bg.jpg) no-repeat fixed center center ;
  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  color: #fff;
}
.testimonials h2{
  color: #f3d70e;
}
.testimonials span{
  display: block;
  font-size: 30px;
}
.testimonials span.author{
  color: #f3d70e;
  margin: 30px 0 10px;
}
.testimonials span.company{
  font-family: 'MyriadPro-Bold'; 
}
/* ------------------------------- CLIENTS ------------------------------- */
.client-logo{
  padding: 0;
}
.client-logo ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.client-logo li{
  border-bottom: 2px solid #dadada;
  float: left;
  width: 100%; 
}
.client-logo li:last-child{
  border: 0;
}
.client-logo li div{
  border-right: 2px solid #dadada;
  padding: 50px 0;
  height: 225px;
}
.client-logo li div:hover img{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari */
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.client-logo li div:last-child{
  border: 0;
}
/* ------------------------------- INNER PAGES ------------------------------- */
.banner{
  height: 335px;
  position: relative;
}
.banner .banner-inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(00,00,00,.65);
}
.banner h2{
  margin-top: 130px;
  color: #f3d70e;
}
.banner.about-banner{
  background: url(../images/about-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.banner.client-banner{
  background: url(../images/client-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.banner.partner-banner{
  background: url(../images/partner-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.banner.inner-banner{
  background: url(../images/inner-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.banner.quote-banner{
  background: url(../images/quote-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.banner.product-banner{
  background: url(../images/product-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.banner.term-banner{
  background: url(../images/term-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.banner.privacy-banner{
  background: url(../images/privacy-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.contant-address h6{
  color: #09517f;
  font-size: 38.92px;
  border-bottom: 5px solid #f1d812;
  line-height: 38px;
  display: inline-block;
  padding-right: 50px;
  margin:0 0 32px;
}
.contant-address p,.contant-address a{
  font-size: 29.84px;
  color: #808285;
}
.icon-holder{
  float: left;
  width: 100%;
}
.icon-holder a{
  display: inline-block;
  margin: 20px 0 5px;
  vertical-align: text-top;
  width: 20%;
  min-height: 180px;
  float: left;
}
.icon-holder a:nth-child(5n+1){
  margin-left: 0;
}
.icon-holder a:nth-child(5n+5){
  margin-right: 0;
}
.icon-holder img{
  display: inline-block;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.icon-holder a:hover img,.icon-holder a.active img{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.icon-holder span{
  font-size: 30px;
  color: #797878;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.icon-holder a:hover span,.icon-holder a.active span{
  color: #09517f;
}
.detail-holder{
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: left;
}
.detail-holder h2 span{
  padding-left: 18px;
}
/* ------------------------------- FORM ------------------------------- */
input,textarea{
  width: 100%;
  height: 68px;
  border: 1px solid #eeeeee;
  padding: 0 40px;
  color: #a4a4a4;
  font-size: 23.64px;
  margin-bottom: 24px;
  position: relative;
}
input:focus,textarea:focus{
  border-color: #034F7D;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
textarea{
  height: 225px;
  padding-top: 40px;
  resize:none;
}
/* ------------------------------- MAP ------------------------------- */
#map {
  width: 100%;
  height: 510px;
}
/* ------------------------------- FOOTER ------------------------------- */
footer{
  background: url(../images/footer-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  float: left;
  width: 100%;
  padding: 60px 0 0;
}
footer h6{
  margin: 0 0 0;
  font-size: 22px;
  color: #f3d70e;
  font-family: 'MyriadPro-Bold';
}
.footer-socials h6{
  margin-bottom: 6px;
}
footer ul{
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
  float: left;
  width: 100%;
}
footer li{
  float: left;
  width: 100%;
  line-height: 26px;
}
footer li a{
  font-size: 16px;
  color: #fff !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
footer li a:hover{
  color: #f1d812 !important;
}
.footer-socials a{
  margin-right: 13px;
  font-size: 24px;
}
.copy-right{
  float: left;
  width: 100%;
  padding: 55px 0;
  font-size: 14px;
  position: relative;
}
.copy-right a{
  margin-right: 8px;
}
.copy-right a:hover{
  color:  #09517F !important;
}
.copy-right .move-top{
  display: none;
}
/* ------------------------------- MOVE TO TOP ------------------------------- */
.move-top{
  position: fixed;
  top: 200px;
  right: 0;
  width: 60px;
  height: 40px;
  display: inline-block;
  z-index: 1;
  background: #034F7D;
  text-align: center;
  color: #fff !important;
  font-size: 24px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  line-height: 40px;
  opacity: 0;
}
.move-top:hover{
  background: #f3d70e;
  color: #034F7D;
}
.move-top.opa{
  opacity: 1;
}
/* ------------------------------- CUSTOM MEDIA QUERY ------------------------------- */
@media only screen and (max-width: 991px) {
  .desktop-menu{
    display: none;
  }
  .mobile-menu{
    display: block;
  }
  .slider .banner_caption h1{
    line-height: 40px;
    font-size: 40px;
  }
  .menu-button {
      padding: 3px;
      position: absolute;
      right: 15px;
      top: 25px;
      background: #f1d812;
      color: #03507F;
  }
  ul.flexnav,ul.flexnav ul{
    margin: 0 !important;
    list-style: none;
    padding: 0 !important
  }
  .menu-button .touch-button{
    display: none !important;
  }
  .flexnav li a,.flexnav li ul li a{
    background: #03507F;
    color: #fff;
  }
  .flexnav li a:hover{
    color: #F3D70E; 
  }
  .flexnav .touch-button .navicon{
    color: #F3D70E;
  }
  .box-holder  img{
    width: 100%;
    height: auto;
  }
  .client-logo li{
    border-bottom: 0;
  }
  .client-logo li div{
    border-bottom: 2px solid #dadada !important;
  }
  #map {
    height: 300px;
  }
  .icon-holder a{
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .icon-holder a{
    width: 33%;
    text-align: center;
  }
  .three-boxes .row div{
    margin-bottom: 45px;
  }
  .company-slider .company-slider-holder .owl-prev{
    left: 15px;
  }
  .company-slider .company-slider-holder .owl-next{
    right: 15px;
  }
  .banner h2{
    margin-top: 68px;
    font-size: 40px;
  }
  .banner{
    height: 200px;
  }
  .box-holder div{
    text-align: center;
  }
  .box-holder  img{
    width: auto;
    height: auto;
  }
  #map {
    height: 200px;
  }
  header{
    overflow: scroll;
    max-height:100%;
  } 
}
@media only screen and (max-width: 639px) {
  body{
    font-size: 16px;
  }
  .logo img{
    width: 130px;
  }
  header{
    padding: 20px 0;
  }
  .slider .banner_caption h1{
    font-size: 24px;
    line-height: 24px;
  }
  .slider .banner_caption span{
    font-size: 18px;
    line-height: 18px;
  }
  .testimonials span{
    font-size: 22px;
  }
  .content{
    text-align: justify;
  }
  .content h2{
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .banner h2{
    margin-top: 86px;
  }
  .client-logo li div{
    width: 100%;
    border-right: 0;
    text-align: center;
  }
  .icon-holder a{
    margin: 10px 0;
    width: 50%;
  }
  .icon-holder span{
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
header .logo img { width: 135px; }
.gap { height: 75px; }
  .slider .banner_caption h1{
    font-size: 18px;
    line-height: 18px;
  }
  .slider .banner_caption span{
    font-size: 14px;
    line-height: 14px;
  }
  .contant-address p, .contant-address a{
    font-size: 18px;
  }
  .detail-holder h2 span{
    display: block;
    width: 100%;
    padding: 0;
  }
  .icon-holder a{
    width: 100%;
  }
  .footer-links .row > div{
    width: 100%;
    text-align: center;
  }
  .footer-links h6{
    margin-bottom: 5px;
  }
  .copy-right{
    text-align: center;
  }
  .copy-right span{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  header.home:after{
    display:none; 
  } 
  .icon-holder a{
    min-height: 110px;
  }
}