/*fonts*/
@font-face {
    font-family: 'libre_baskervillebold';
    src: url('../fonts/librebaskerville-bold-webfont.woff2') format('woff2'),
         url('../fonts/librebaskerville-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rubikbold_italic';
    src: url('../fonts/rubik-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/rubik-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rubikmedium';
    src: url('../fonts/rubik-medium-webfont.woff2') format('woff2'),
         url('../fonts/rubik-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rubikregular';
    src: url('../fonts/rubik-regular-webfont.woff2') format('woff2'),
         url('../fonts/rubik-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body{
  overflow-x: hidden;
  font-family: 'rubikregular';
}
.wrapper{
  position:relative;
}
.no-side-margin{
  margin:0;
}
.no-side-pad{
  padding:0;
}

.header-block{
  width:100%;
  padding:1.5em 5em;
  position:absolute;
  top:0px;
  z-index:999;
  background:url(../img/header-bg.png) no-repeat center;
  height:59vh;
      background-size: cover;
}
.header-block .logo{
  float:left;
}
.header-block .menu-container{
  float:right;
  margin-top: 1em;
}

.baner-block{
  background:#000;
  position:relative;
}

/*css menu*/
#cssmenu {
  position: relative;
  height: 44px;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: 'rubikregular';
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  padding: 12px 22px;
  color: #000000;
  letter-spacing:1px;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.active > a span{
  /*border-top: solid 5px #000000;
    padding-top: 1em;*/
}
#cssmenu > ul > li.active > a {
  color:#fff;
  background:#0066b3;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  border-radius:5px;
}
#cssmenu > ul > li.active > a span{
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
      display: inline-block;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #fff;
  background:#0066b3;
     -webkit-transform: skew(-15deg) ;
    transform: skew(-15deg);
  border-radius:5px
}
#cssmenu > ul > li:hover > a span{
  -webkit-transform: skew(15deg);
    transform: skew(15deg);
      display: inline-block;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
  display:none;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu ul ul li a{
      -webkit-transform: skew(-21deg);
    transform: skew(-21deg);
  
}
#cssmenu ul ul li a span{
      -webkit-transform: skew(21deg);
    transform: skew(21deg);
    display: inline-block;
    font-family: 'rubikregular';
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 37px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 190px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 200px;
  border-bottom: 1px solid #003595;
    font-family: 'rubiklight';
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    background: #0066b3;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  border-radius:4px;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #00b0ee;
  color: #000;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #003595;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 1200px) {
  #cssmenu > ul > li > a{
    padding: 15px 10px;
  }
  
}
@media all and (max-width: 992px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  height:auto;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  background:#ea5a27;
  height:auto;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 7px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
  
  #cssmenu > ul > li.active > a {
  color:#fff !important;
  
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
}



.banner-caption{
  font-family: 'latoblack';
  font-size:50px;
  color:#fff;
  text-transform:uppercase;
}

.sub-caption{
  font-family: 'latobold';
  font-size:14px;
  color:#fff;
}
/*-------------------------Button-------------------------*/

.primary-btn {
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
     }

  @media (max-width: 767px) {
    .primary-btn {
      padding: 0 35px; } }
  .primary-btn:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 13px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    color: #fff; 
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
  }
    @media (max-width: 767px) {
      .primary-btn:before {
        padding: 8px 0; } }
  .primary-btn span {
    display: inline-block;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(10, 10px, 0);
    -moz-transform: translate3d(10, 10px, 0);
    -ms-transform: translate3d(10, 10px, 0);
    -o-transform: translate3d(10, 10px, 0);
    transform: translate3d(10, 10px, 0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -webkit-transform: skew(15deg) !important;;
    transform: skew(15deg) !important; }
    @media (max-width: 767px) {
      .primary-btn span {
        padding: 8px 0; } }

    .primary-btn:hover:before {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      -moz-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
      -o-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
    .primary-btn:hover span {
      opacity: 1;
      color: #fff;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .primary-btn:hover span:nth-child(1) {
        -webkit-transition-delay: 0.01s;
        -moz-transition-delay: 0.01s;
        -o-transition-delay: 0.01s;
        transition-delay: 0.01s; }
      .primary-btn:hover span:nth-child(2) {
        -webkit-transition-delay: 0.05s;
        -moz-transition-delay: 0.05s;
        -o-transition-delay: 0.05s;
        transition-delay: 0.05s; }
      .primary-btn:hover span:nth-child(3) {
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s; }
      .primary-btn:hover span:nth-child(4) {
        -webkit-transition-delay: 0.15s;
        -moz-transition-delay: 0.15s;
        -o-transition-delay: 0.15s;
        transition-delay: 0.15s; }
      .primary-btn:hover span:nth-child(5) {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      .primary-btn:hover span:nth-child(6) {
        -webkit-transition-delay: 0.25s;
        -moz-transition-delay: 0.25s;
        -o-transition-delay: 0.25s;
        transition-delay: 0.25s; }
      .primary-btn:hover span:nth-child(7) {
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .primary-btn:hover span:nth-child(8) {
        -webkit-transition-delay: 0.35s;
        -moz-transition-delay: 0.35s;
        -o-transition-delay: 0.35s;
        transition-delay: 0.35s; }
      .primary-btn:hover span:nth-child(9) {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }
      .primary-btn:hover span:nth-child(10) {
        -webkit-transition-delay: 0.45s;
        -moz-transition-delay: 0.45s;
        -o-transition-delay: 0.45s;
        transition-delay: 0.45s; }
      .primary-btn:hover span:nth-child(11) {
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .primary-btn:hover span:nth-child(12) {
        -webkit-transition-delay: 0.55s;
        -moz-transition-delay: 0.55s;
        -o-transition-delay: 0.55s;
        transition-delay: 0.55s; }
      .primary-btn:hover span:nth-child(13) {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s; }
      .primary-btn:hover span:nth-child(14) {
        -webkit-transition-delay: 0.65s;
        -moz-transition-delay: 0.65s;
        -o-transition-delay: 0.65s;
        transition-delay: 0.65s; }
      .primary-btn:hover span:nth-child(15) {
        -webkit-transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s; }
      .primary-btn:hover span:nth-child(16) {
        -webkit-transition-delay: 0.75s;
        -moz-transition-delay: 0.75s;
        -o-transition-delay: 0.75s;
        transition-delay: 0.75s; }
      .primary-btn:hover span:nth-child(17) {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s; }
      .primary-btn:hover span:nth-child(18) {
        -webkit-transition-delay: 0.85s;
        -moz-transition-delay: 0.85s;
        -o-transition-delay: 0.85s;
        transition-delay: 0.85s; }
      .primary-btn:hover span:nth-child(19) {
        -webkit-transition-delay: 0.95s;
        -moz-transition-delay: 0.95s;
        -o-transition-delay: 0.95s;
        transition-delay: 0.95s; }
      .primary-btn:hover span:nth-child(20) {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; }
  .primary-btn.white {
    border: 1px solid #90acd1;
    color: #f81c1c;
    background: #fff; }
    .primary-btn.white span {
      color: #242429; }
    .primary-btn.white:before {
      color: #fff; }
    .primary-btn.white:hover {
      background: #90acd1;
      color: #fff; }
      .primary-btn.white:hover span {
        color: #fff; }
/*---------------Button Ends---------------------------*/
.sp-primary-btn {
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 767px) {
    .sp-primary-btn {
      padding: 0 35px; } }
  .sp-primary-btn:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 13px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    color: #003595; 
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
  }
    @media (max-width: 767px) {
      .sp-primary-btn:before {
        padding: 8px 0; } }
  .sp-primary-btn span {
    display: inline-block;
    opacity: 0;
    color: #003595;
    -webkit-transform: translate3d(10, 10px, 0);
    -moz-transform: translate3d(10, 10px, 0);
    -ms-transform: translate3d(10, 10px, 0);
    -o-transform: translate3d(10, 10px, 0);
    transform: translate3d(10, 10px, 0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -webkit-transform: skew(15deg);
    transform: skew(15deg); }
    @media (max-width: 767px) {
      .sp-primary-btn span {
        padding: 8px 0; } }

    .sp-primary-btn:hover:before {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      -moz-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
      -o-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
    .sp-primary-btn:hover span {
      color: #003595;
      opacity: 1;
      color: #fff;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .sp-primary-btn:hover span:nth-child(1) {
        -webkit-transition-delay: 0.01s;
        -moz-transition-delay: 0.01s;
        -o-transition-delay: 0.01s;
        transition-delay: 0.01s; }
      .sp-primary-btn:hover span:nth-child(2) {
        -webkit-transition-delay: 0.05s;
        -moz-transition-delay: 0.05s;
        -o-transition-delay: 0.05s;
        transition-delay: 0.05s; }
      .sp-primary-btn:hover span:nth-child(3) {
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s; }
      .sp-primary-btn:hover span:nth-child(4) {
        -webkit-transition-delay: 0.15s;
        -moz-transition-delay: 0.15s;
        -o-transition-delay: 0.15s;
        transition-delay: 0.15s; }
      .sp-primary-btn:hover span:nth-child(5) {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      .sp-primary-btn:hover span:nth-child(6) {
        -webkit-transition-delay: 0.25s;
        -moz-transition-delay: 0.25s;
        -o-transition-delay: 0.25s;
        transition-delay: 0.25s; }
      .sp-primary-btn:hover span:nth-child(7) {
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .sp-primary-btn:hover span:nth-child(8) {
        -webkit-transition-delay: 0.35s;
        -moz-transition-delay: 0.35s;
        -o-transition-delay: 0.35s;
        transition-delay: 0.35s; }
      .sp-primary-btn:hover span:nth-child(9) {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }
      .sp-primary-btn:hover span:nth-child(10) {
        -webkit-transition-delay: 0.45s;
        -moz-transition-delay: 0.45s;
        -o-transition-delay: 0.45s;
        transition-delay: 0.45s; }
      .sp-primary-btn:hover span:nth-child(11) {
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .sp-primary-btn:hover span:nth-child(12) {
        -webkit-transition-delay: 0.55s;
        -moz-transition-delay: 0.55s;
        -o-transition-delay: 0.55s;
        transition-delay: 0.55s; }
      .sp-primary-btn:hover span:nth-child(13) {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s; }
      .sp-primary-btn:hover span:nth-child(14) {
        -webkit-transition-delay: 0.65s;
        -moz-transition-delay: 0.65s;
        -o-transition-delay: 0.65s;
        transition-delay: 0.65s; }
      .sp-primary-btn:hover span:nth-child(15) {
        -webkit-transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s; }
      .sp-primary-btn:hover span:nth-child(16) {
        -webkit-transition-delay: 0.75s;
        -moz-transition-delay: 0.75s;
        -o-transition-delay: 0.75s;
        transition-delay: 0.75s; }
      .sp-primary-btn:hover span:nth-child(17) {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s; }
      .sp-primary-btn:hover span:nth-child(18) {
        -webkit-transition-delay: 0.85s;
        -moz-transition-delay: 0.85s;
        -o-transition-delay: 0.85s;
        transition-delay: 0.85s; }
      .sp-primary-btn:hover span:nth-child(19) {
        -webkit-transition-delay: 0.95s;
        -moz-transition-delay: 0.95s;
        -o-transition-delay: 0.95s;
        transition-delay: 0.95s; }
      .sp-primary-btn:hover span:nth-child(20) {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; }
  .sp-primary-btn.white {
    border: 1px solid #90acd1;
    color: #f81c1c;
    background: #fff; }
    .sp-primary-btn.white span {
      color: #242429; }
    .sp-primary-btn.white:before {
      color: #fff; }
    .sp-primary-btn.white:hover {
      background: #90acd1;
      color: #fff; }
      .sp-primary-btn.white:hover span {
        color: #fff; }
/*---------------Button Ends---------------------------*/
.first-block{
/*background: url('../img/about-bg.png') no-repeat #eee;
  background-size: auto;*/
  background: #eee;
  position:relative;
}


.first-block .about-blue {
  display: inline-block;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  background: #003595;
  padding:5em;
  position:relative;
  left: -100px;
}
.first-block img{
  width:100%;
}
.first-block .about-blue .about-us{
  position:relative;
    display: inline-block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  left: 100px;
  padding: 0 5em 0 0;
}
.first-block .about-us h2{
  color:#fff;
  font-size:35px;
    font-family: 'libre_baskervillebold';
  position:relative;
  margin-bottom:1em;
}
.first-block .about-us h2:after{
  position:absolute;
  content:"";
  background:url('../img/head-line.svg') no-repeat;
  height:3px;
  width:100%;
  left:0;
  bottom:-0.2em;
}
.first-block .about-us p{
  font-size:14px;
  color:#fff;
  font-family: 'open_sansregular';
  line-height:23px;
}
.first-block .about-us h6{
  font-size:14px;
  color:#fff;
  font-family: 'open_sansregular';
  margin-top:2em;
}
.first-block .about-us ul{
  padding:0;
  margin-bottom:2.5em;
}
.first-block .about-us ul li{
  list-style:none;
  display:inline-block;
  font-size:14px;
  color:#fff;
  margin-right: 0.7em;
  font-family: 'open_sansregular';
}
.first-block .about-us ul li span{
  color:#e84810;
}

.first-block .about-us .btn {
  background: #fff;
  color:#003595;
  font-family: 'latoregular';
  font-size:14px;
  padding:0.8em 2em;
  text-align: center;
  text-decoration: none;
  border-radius:5px;
  border: 0;
  outline: 0;
  display: inline-block;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  /* Un-skew the text */
}
.first-block .about-us .btn:visited {
  color: #fff;
}
.first-block .about-us .btn:hover {
  background: #00b0ee;
  color: #000;
}
.first-block .about-us .btn > span {
  display: inline-block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}

.each {
  position: relative;
  padding-top: 1em; 
}

.first-block .focus-on{
    padding:4em 5em;
  position:relative;
}


h2{
  color:#003595;
  font-size:35px;
    font-family: 'libre_baskervillebold';
  position:relative;
  margin-bottom:1em;
  z-index: 999;
}
h2:after{
  position:absolute;
  content:"";
  background:url('../img/head-line.svg') no-repeat;
  height:3px;
  width:100%;
  left:0;
  bottom:-0.2em;
}

.focus ul{
  margin: 0;
  padding: 0;
  position: relative;
}

.focus ul li{
  display: flex;
  list-style: none;
  font-family: 'rubikregular';
  font-size: 15px;
  color: #003595;
  align-items: center;
}

.focus ul li img{
  width: 3%;
  height: 4%;
  margin-right: .4em;
}

.focus ul li p{
  margin: 5px 0;
}

.btn {
  background: #0066b3;
  color:#fff;
  font-family: 'latoregular';
  font-size:14px;
  padding:0.8em 2em;
  text-align: center;
  text-decoration: none;
  border-radius:5px;
  border: 0;
  outline: 0;
  display: inline-block;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  /* Un-skew the text */
}

.btn:visited {
  color: #fff;
}
.btn:hover {
  background: #00b0ee;
  color: #000;
}
.btn > span {
  display: inline-block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}

.each {
  position: relative;
      padding: .5em 0 0 0;
}



.first-block .focus-on .btn:visited {
  color: #fff;
}
.first-block .focus-on .btn:hover {
  background: #00b0ee;
  color: #000;
}
.first-block .focus-on .btn > span {
  display: inline-block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}

.first-block .focus-on .each {
  position: relative;
      padding: .5em 0 0 0;
}

.services-block{
    position: relative;
    background: url(../img/services-bg.jpg) no-repeat;
    width: 100%;
    padding: 5em 5em;
    background-position: left;
    background-attachment: inherit;
    background-size: cover;
}
}

.services-block p{
  color: #1f1f1f;
  font-family: 'open_sansregular';
  font-size: 14px;
  line-height: 25px;
}

.services-list{
  position: relative;
  width: 100%;
  display: flex;
}

.services-list ul{
      display: inline-block;
    width: 100%;
    padding: 0;
}

.services-list ul li{
    display: inline-flex !important;
    list-style: none;
    text-align: left;
    margin: 1.5em 3em 1.5em 1em;
    z-index: 9;
    width: 37%;
    align-items: center;
}

/*.services-list ul li:last-child{
    display: inline-flex !important;
    list-style: none;
    text-align: left;
    margin: .5em 1em;
    z-index: 9;
    width: 50%;
    align-items: center;
}*/

.services-box{
    background: #25aee4;
    position: relative;
    padding: 1em 2em;
    border-radius: 10px;
    margin-right: 1em;
    box-shadow: 0 15px 25px #00326529;
}

.services-box p{
  font-size:15px;
  color:#1f1f1f;
    font-family: 'rubikregular';
  line-height:23px;
}

.we-are-section{
  padding: 5em 2em;
  position: relative;
  width: 100%;
}

.we-are-details{
  text-align: center;
  width: 100%;
}
.we-are-details h2{
    z-index: 999;
}
.we-are-details h2:before{
    position:absolute;
  content:"";
  background:url('../img/head-line.svg') no-repeat;
  height:3px;
  width:100%;
  left:0%;
  bottom:-0.2em;
  transform: translate(43%);
}

.we-are-details h2:after{
    position: absolute;
    content: "";
    background: url(../img/we-are-before.png) no-repeat;
    height: 3em;
    width: 100%;
    left: 0%;
    bottom: -1em;
    transform: translate(45%);
      z-index: -99;
}

.we-are-details p{
  font-size:15px;
  color:#1f1f1f;
  font-family: 'open_sansregular';
  line-height:23px;
}

.we-are-boxs{
  position: relative;
  display: inline-flex;
  width: 100%;
  padding: 0;
  margin: 2em 0;
}

.we-box{
    width: 25%;
    margin: 1em 0.5em;
    display: inline-block;
    background: #fff;
    padding: 0;
    box-shadow: 0 15px 25px #3d7cac3d;
    border: 1px solid #e1e1e1;
}

.box-logo{
    text-align: center;
    position: relative;
    padding: 2em 0 0 0;
}
.box-logo p{
    font-size: 14px;
    color: #1f1f1f;
    font-family: 'open_sansregular';
    padding: 1em 0 0 0;
}

.box-button{
      text-align: center;
    position: relative;
    bottom: -5%;
}

.project-section{
  background: #f5f5f5;
    position: relative;
    width: 100%;
    padding: 5em 0;
    display: inline-block;
}

.project-head{
      width: 100%;
      position: relative;
      padding: 0 5em 2em 5em;
}

.special-line hr{
    margin-top: 40px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d6d6d6;
}

.footer-section{
  background: #001131;
  position: relative;
  display: inline-block;
  width: 100%;
}

.footer-box{
    padding: 5em 5em;
    position: relative;
    display: flex;
}

.footer-section h3{
  color: #fff;
  font-family: 'rubikmedium';
  font-size: 16px;
  text-transform: uppercase;
      margin-right: 1em;
}

.footer-section .footer-head{
  display: inline-flex;
  width: 100%;
}

.footer-section .footer-head hr{
    margin-top: 25px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #003595;
    width: 100%
  }

.footer-section h4{
  color: #fff;
}


.address .address-box p{
  color: #d1d1d1;
  font-size: 14px;
  font-family: 'open_sansregular';
  line-height: 22px;
}

.address .address-box2 p{
  color: #d1d1d1;
  font-size: 14px;
  font-family: 'open_sansregular';
  line-height: 22px;
}

.footer-section .footer-links ul{
  margin: 0;
  padding: 0;
}

.footer-section .footer-links ul a{
  text-decoration: none;
}

.footer-section .footer-links ul li{
  color: #d1d1d1;
  font-size: 14px;
  font-family: 'open_sansregular';
  line-height: 22px;
  list-style: none;
  margin-left: 0;
}

.footer-section .footer-links ul li:hover{
  color: #00bdff;
}

.footer-social ul{
    padding: 0;
    display: flex;
}

.footer-social ul li{
  list-style: none;
  padding-right: .8em;
}

.footer-line{
    margin-top: 0;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #003595;
    width: 100%
 }

 .copy-right{
    padding: 1em 5em;
    display: flex;
    width: 100%;
    align-items: center;
 }

.copy-text p{
  color: #a1a1a1;
}

.copy-text span{
  color: #fff;
}

.terms-txt p{
  float: right;
  color: #fff;
}

.terms-txt a{
  color: #fff;
  text-decoration: none;
}

.terms-txt a:hover{
  color: #00bdff;

}

.footer-logo img{
      margin: 0 auto;
}

.owl-theme .owl-nav{
  display: none;
}


/*==========================================================================================*/
/*Inner-pages - About*/
/*==========================================================================================*/

.inner-baner-block{
    position: relative;
    width: 100%;
    background: #000;
}

.inner-baner-block img{
  width: 100%
}
.inner-banner-txt{
  position: absolute;
    bottom: 0;
    left: 5%;
}
.inner-banner-txt h1{
      font-family: 'rubikbold_italic';
      font-size: 45px;
      color: #003595;
}

.first-block{
/*background: url('../img/about-bg.png') no-repeat #eee;
  background-size: auto;*/
  background: #eee;
  position:relative;
}


.first-block .about-blue {
  display: inline-block;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  background: #003595;
  padding:5em;
  position:relative;
  left: -100px;
}
.first-block img{
  width:100%;
}
.first-block .about-blue .about-us{
  position:relative;
    display: inline-block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  left: 100px;
  padding: 0 5em 0 0;
}
.first-block .about-us h2{
  color:#fff;
  font-size:35px;
    font-family: 'libre_baskervillebold';
  position:relative;
  margin-bottom:1em;
}
.first-block .about-us h2:after{
  position:absolute;
  content:"";
  background:url('../img/head-line.svg') no-repeat;
  height:3px;
  width:100%;
  left:0;
  bottom:-0.2em;
}
.first-block .about-us p{
  font-size:14px;
  color:#fff;
  font-family: 'open_sansregular';
  line-height:23px;
}
.first-block .about-us h6{
  font-size:14px;
  color:#fff;
  font-family: 'open_sansregular';
  margin-top:2em;
}
.first-block .about-us ul{
  padding:0;
  margin-bottom:2.5em;
}
.first-block .about-us ul li{
  list-style:none;
  display:inline-block;
  font-size:14px;
  color:#fff;
  margin-right: 0.7em;
  font-family: 'open_sansregular';
}
.first-block .about-us ul li span{
  color:#e84810;
}

.first-block .about-us .btn {
  background: #fff;
  color:#003595;
  font-family: 'latoregular';
  font-size:14px;
  padding:0.8em 2em;
  text-align: center;
  text-decoration: none;
  border-radius:5px;
  border: 0;
  outline: 0;
  display: inline-block;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  /* Un-skew the text */
}
.first-block .about-us .btn:visited {
  color: #fff;
}
.first-block .about-us .btn:hover {
  background: #00b0ee;
  color: #000;
}
.first-block .about-us .btn > span {
  display: inline-block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}

/*==========================================================================================*/
/*Inner-pages - About*/
/*==========================================================================================*/

.about-block{
      background: #003595;
}

.inner-about-us{
  padding: 5em 5em;
}

.about-block .inner-about-us h2 {
    color: #fff;
    font-size: 35px;
    font-family: 'libre_baskervillebold';
    position: relative;
    margin-bottom: 1em;
  }

.about-block .inner-about-us p {
    font-size: 14px;
    color: #fff;
    font-family: 'open_sansregular';
    line-height: 23px;
  }

  .about-block .inner-about-us .sp-primary-btn {
    background: #fff;
    color: #003595;
    font-family: 'latoregular';
    font-size: 14px;
    padding: 0.8em 2em;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 0;
    outline: 0;
    display: inline-block;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
}
  .about-block .inner-about-us .sp-primary-btn:hover {
    background: #00b0ee;
    color: #003595;
    }

.message-block{
    position: relative;
    background: url(../img/services-bg.jpg) no-repeat;
    width: 100%;
    padding: 5em 5em 3em 5em;
    background-position: left;
    background-attachment: inherit;
    background-size: cover;
}
.message-block .message-details{
  display: flex;
  position: relative;
  width: 100%;
  padding: 2em 0;
}

.message-block .message-details .messages{
  display: flex;
    position: relative;
    padding: 0 2em;
}

.vip-img{
  padding: 0 2em 0 0;
}

.vip{
      box-shadow: 0 15px 25px #0032653b;
}
.vip-img .sign{
  padding-top: 2em;
}
.message-txt{
  position: relative;
}

.message-txt ul{
    padding: 2em 0;
    display: flex;
    width: 100%;
    position: relative;
    margin: 0;
}

.message-txt ul li{
    list-style: none;
    width: 25%;
    padding: 0;
    font-family: 'rubikmedium';
    font-size: 15px;
}

.grouper{
text-align: center;
}

.message-txt ul li a:hover{
  text-decoration: none;
}

.grouper p{
      color: #1f1f1f;
      padding-top: 1em;
}

.message-txt ul li a:hover p{
  color: #003595;
}

.vision-mission{
  padding: 5em 3em ;
  position: relative;
  width: 100%;
}

.vs-block{
    display: flex;
}
.vs-box{
  padding: 0 2em;
}
.vs-txt{
  position: relative;
  display: inline-block;
  width: 100%;
}

.vs-txt h2{
  margin-bottom: .5em;
}

.vs-txt span{
  font-family: 'rubikbold_italic';
  font-size: 16px;
  color: #0066b3;
  text-transform: capitalize;
}

.vs-txt p{
  margin-top: 2em;
}

.vs-txt ul{
  padding: 0 0 0 1em;
}

.vs-txt ul li{
  padding-top: .5em;
}

/*==========================================================================================*/
/*Inner-pages - What We Do*/
/*==========================================================================================*/

.what-we-do-block{
  padding: 5em 5em;
  position: relative;
  width: 100%;
  background: #eee;
}

.what-we-do{
  display: flex;
  width: 100%;
}

.what-we-do p{
  padding-right: 5em;
  text-align: justify;
      line-height: 22px;
}

.value-block{
    padding: 5em 5em;
    position: relative;
    display: flex;
    background: #eee;
}

.value-box{
display: inline-block;
position: relative;
width: 100%;
}

.value-list{
position: relative;
width: 100%;
}

.value-list ul{
margin: 0;
padding: 0 0 0 2em;
display: flex;
}

.value-list h3{
  color: #003595;
  font-size: 25px;
  /* font-family: 'libre_baskervillebold'; */
  position: relative;
  margin-bottom: 1em;
  z-index: 999;
  font-family: 'rubikmedium';
}

.value-list ul li{
list-style: none;
margin-bottom: 3em;
width: 80%
}

.value-list ul li h4{
  color: #003595;
    font-family: 'rubikmedium';

}  
.value-list ul li p{
  line-height: 18px;
}

/*-----------------------------------------------------*/
.water {
max-width: 600px;
height: 650px;
position: relative;
background: url('../img/water.jpeg') no-repeat;
background-size: cover;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
border-radius: 30px;
margin: 0;
}

.fish {
max-width: 100%;
height: auto;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%) translateZ(50px);
-moz-transform: translate(-50%, -50%) translateZ(50px);
-ms-transform: translate(-50%, -50%) translateZ(50px);
-o-transform: translate(-50%, -50%) translateZ(50px);
transform: translate(-50%, -50%) translateZ(50px);
}

@media (max-width: 768px) {

  .water {
  height: 300px;
  }
  
  .fish {
  max-width: 60%;
  }

}

.inner-services-block {
    position: relative;
    background: #f1f1f1;
        width: 100%;
    padding: 5em 5em;
    /*background: url(../img/inner-services-bg.jpg) no-repeat;
    background-position: left;
    background-attachment: inherit;
    background-size: cover;*/

}

.inner-services-block h3{
color: #003595;
    font-size: 25px;
    /* font-family: 'libre_baskervillebold'; */
    position: relative;
    margin-bottom: 1em;
    z-index: 999;
    font-family: 'rubikmedium';
}

.inner-services-block p{
      line-height: 22px;
}
.inner-services-block ul{
    margin: 0;
    padding: 0;
    display: inline-flex;
    width: 100%;
}

.inner-services-block ul li{
    list-style: none;
    width: 15%;
    padding: .5em .5em;
}

.service-list{
      display: flex;
    position: relative;
    align-items: center;
}

.service-icon{
      padding-right: .5em;
}

.service-list p{
  margin: 0;
}

/*==========================================================================================*/
/*Inner-pages - Our Team*/
/*==========================================================================================*/

.team-block{
  position: relative;
    width: 100%;
    padding: 5em 5em;
}

.team-block p{
position: relative;
    display: flex;
    padding-left: 1em;
    margin: 0;
    line-height: 22px;
    border-left: 3px solid #00b0ee;
}
.team-box{
      padding: 0 2em 0 0;
}
.our-team {
  padding: 30px 0 40px;
  margin: 0 1em 3em 0;
  background-color: #f1f1f1;
  text-align: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0 15px 25px #00326529;

}

.our-team .picture {
  display: inline-block;
  height: 150px;
  width: 150px;
  /*margin-bottom: 50px;*/
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
background-color: #00b0ee;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
    background-color: #0066b3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.8);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #000;
  text-transform: capitalize;
}

.team-content h3{
    font-family: 'rubikmedium';
    font-size: 20px;
    color: #003595;

}

.team-content h4{
    font-family: 'rubikregular' !important;
    color: #003595 !important;
    font-size: 17px !important;
}

.team-content span{
      font-family: 'rubikregular' !important;
    color: #1f1f1f !important;
    font-size: 15px !important;
  
}


/*==========================================================================================*/
/*Inner-pages - Our Group*/
/*==========================================================================================*/

.group-block{
    position: relative;
    background: url(../img/inner-services-bg.jpg) no-repeat;
    width: 100%;
    padding: 5em 5em;
    background-position: left;
    background-attachment: inherit;
    background-size: cover;
}

.group-box{
  position: relative;
  width: 100%;
}

.group-box h2{
  margin-bottom: .5em !important;
}

.group-box h3{
  font-size: 20px;
  color: #0066b3;
  font-family: 'rubikmedium';
  margin-bottom: 1em;
}

.group-block-inner{
    position: relative;
    background: #fff;
    width: 100%;
    padding: 5em 5em;
}
.group-main-ul h3{
      color: #003595;
    font-size: 25px;
    /* font-family: 'libre_baskervillebold'; */
    position: relative;
    margin-bottom: 1em;
    z-index: 999;
    font-family: 'rubikmedium';

}
.group-main-ul ul{
  padding: 0;
  width: 100%;
  position: relative;
}
.group-main-ul ul li{
  display: flex;
  list-style: none;
  border-bottom: 1px solid #cedeff;
  padding: 2em 0;
}

.group-main-ul ul li:last-child {
    border-bottom: none;
      padding: 2em 0 1em 0;
}
.group-exp{
  padding: 2em 0;
}

.group-exp h3{
      color: #003595;
    font-size: 25px;
    /* font-family: 'libre_baskervillebold'; */
    position: relative;
    margin-bottom: 1em;
    z-index: 999;
    font-family: 'rubikmedium';

}

.group-exp ul{
    margin: 0;
    padding: 0;
    display: inline-flex;
    width: 100%;
}

.group-exp ul li{
    list-style: none !important;
    width: 100%;
    padding: .5em .5em;

}

.list-flx{
  display: flex;
  position: relative;
  align-items: center;
  border-left: 3px solid #00b0ee;
  padding-left: 1em;
  }
.builder{
      padding-top: 4em;
}
.building-box{
  padding: 1em 0;
  position: relative;
  display: inline-block;
  width: 100%;
}

.building-box h3{
  padding:0;
  color: #003595;
}

.qatar-pro-box{
  padding: 1em 0;
  display: inline-block;
  width: 100%;
}

.qatar-pro-box img{
  width: 100%;
}


.qatar-pro-box h2{
  padding-bottom: .5em;
  font-size: 2em
}

.qatar-pro-box h2:after{
  display: none;
}
/*==========================================================================================*/
/*Inner-pages - Projects*/
/*==========================================================================================*/
.projects-block{
    position: relative;
    /*background: url(../img/inner-services-bg.jpg) no-repeat;*/
    width: 100%;
    padding: 5em 5em;
    background-position: left;
    background-attachment: inherit;
    background-size: cover;
    display: inline-block;
}

.projects-box{
  position: relative;
  width: 100%;
}

.projects-box h2{
  margin-bottom: .5em !important;
}

.projects-box h4{
  font-size: 18px;
  color: #0066b3;
  font-family: 'rubikmedium';
  margin-bottom: 1em;
}

.projects-box a:hover{
  color: #000;
  text-decoration: none;
}


/*------------------Details page-----------------------------*/


.inner-content-block .bussines{
  position: relative;
/*    margin-bottom: 4em;
*/    display: inline-block;
    width: 100%;
}
.inner-content-block .bussines img{
  width:100%;
  border-radius:7px;
}
.inner-content-block .bussines .bussiness-contents{
  position:relative;
  padding:1.5em 0;
}
.inner-content-block .bussines .bussiness-contents h5{
  position:relative;
  text-transform:uppercase;
  font-size:18px;
  color:#333333;
  font-family: 'rubikmedium';
}
.inner-content-block .bussines .bussiness-contents h5:after{
  position: absolute;
    content: "";
    background: #e84810;
    height: 1px;
    width: 35%;
    left: 0%;
    bottom: -0.2em;
}
.inner-content-block .bussines .bussiness-contents ul{
  padding-left:20px;
  margin-top:2em;
}
.inner-content-block .bussines .bussiness-contents ul li{
  list-style-image:url(../img/quotes.png);
  padding-left:10px;
  font-family: 'rubikmedium';
  font-size:14px;
  color:#333333;
}
.inner-content-block .bussines .bussiness-contents a{
  background: #e84810;
    color: #fff;
    font-family: 'latoregular';
    font-size: 14px;
    padding: 0.7em 2em;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 0;
    outline: 0;
    display: inline-block;
    -webkit-transform: skew(-21deg);
    transform: skew(-21deg);
}
.inner-content-block .bussines .bussiness-contents a:hover{
  text-decoration:none;
}
.inner-content-block .bussines .bussiness-contents a span{
   display: inline-block;
    -webkit-transform: skew(21deg);
    transform: skew(21deg);
}

.inner-content-block .inner-tabs{
  position:relative;
  display: flex;
    flex-wrap: wrap;
}
.inner-content-block .inner-tabs .nav-tabs{
  border-bottom:none;
  text-align:center;
}
.inner-content-block .inner-tabs .nav-tabs li{
  float:none;
  display:inline-block;
}

.inner-content-block .inner-tabs .nav-tabs>li.active>a, 
.inner-content-block .inner-tabs .nav-tabs>li.active>a:focus, 
.inner-content-block .inner-tabs .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #333333;
    border: none;
    border-bottom-color: transparent;
}

.inner-content-block .inner-tabs .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    -webkit-transform: skew(-21deg);
    transform: skew(-21deg);
    font-family: 'rubikmedium';
    color: #000;
    text-transform: uppercase;
}
.inner-content-block .inner-tabs .nav-tabs>li>a span {
    -webkit-transform: skew(21deg);
    transform: skew(21deg);
    display: inline-block;
}

.inner-content-block .inner-tabs .tab-content{
  margin-top:3em;
}
.inner-content-block .inner-tabs .tab-content .view-tenth a.info{
  position:absolute;
  left: 32%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
  -webkit-transform: skew(-21deg);
    transform: skew(-21deg);
  border-radius:5px;
  text-transform:capitalize;
  color:#e84810;
  background:#fff;
  font-size:14px;
  box-shadow:none;
}
.inner-content-block .inner-tabs .tab-content .view-tenth a.info span{
  -webkit-transform: skew(21deg);
    transform: skew(21deg);
  display:inline-block;
}

.inner-content-block .inner-tabs.on-going .view-tenth a.info{
  position:absolute;
  left: 32%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
  -webkit-transform: skew(-21deg);
    transform: skew(-21deg);
  border-radius:5px;
  text-transform:capitalize;
  color:#e84810;
  background:#fff;
  font-size:14px;
  box-shadow:none;
}
.inner-content-block .inner-tabs.on-going .view-tenth a.info span{
  -webkit-transform: skew(21deg);
    transform: skew(21deg);
  display:inline-block;
}
.inner-content-block .inner-tabs .main-img{
  position:relative;
}
.inner-content-block .inner-tabs .main-img h6{
  color:#333333;
  font-size:14px;
  font-family: 'latobold';
  text-transform:uppercase;
  margin-bottom:2em;
}
.inner-content-block .inner-tabs .main-img h6 span{
  color:#e84810;
  margin-right:10px;
}

.inner-content-block .inner-tabs .main-sec{
  display:flex;
  flex-wrap:wrap;
}
.inner-content-block .inner-tabs .view{
  margin-bottom:1.5em;
}
.inner-content-block .bussines-div{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  width:100%; 
}
.inner-content-block .portfolio{
  position:relative;
  border-bottom:solid 1px #003595;
  float:left;
  width:100%;
  padding-bottom:2em;
}
.inner-content-block .portfolio h4{
  text-transform:uppercase;
  font-size:30px;
  color:#003595;
    font-family: 'rubikmedium';
  margin-top:1em;
  margin-bottom:1.5em;
}
.inner-content-block .portfolio ul{
  padding:0;
  margin:0;
}
.inner-content-block .portfolio ul li{
   list-style:none;
   font-size:14px;
   color:#333333;
    font-family: 'rubikregular';
    line-height:25px;
}
.inner-content-block .portfolio ul li span{
      color: #003595;
  font-family: 'rubikmedium';
}
.inner-content-block .portfolio .first-class{
  padding-left:0;
  border-right:solid 1px #e84810;
}
.inner-content-block .details{
  position:relative;
  margin-top:2em;
  float:left;
  width:100%;
}
.inner-content-block .details p{
  color:#1f1f1f;
  font-size:14px;
   font-family: 'rubikregular';
   line-height:24px;
}
.inner-content-block .details p span{
    color: #003595;
  font-family: 'rubikmedium';
}
.second-class{
      border-left: 2px solid #25aee4;
}
/*----------Clients-------------------*/



.client-range{
      background: #0066b3;
    color: #fff;
    padding: 5em;
    position: relative;
}

.client-block{
    position: relative;
    width: 100%;
    padding: 5em 5em;
    display: inline-block;
}

.client-block h2{
  margin-bottom: .5em !important;
}

.client-block h4{
  font-size: 18px;
  color: #fff;
  font-family: 'rubikmedium';
  margin-bottom: 1em;
}

.client-block a:hover{
  color: #000;
  text-decoration: none;
}

.client-block ul{
  margin: 0;
  padding: 0 0 0 1em;

}


.flexy-box{
  position: relative;
  width: 100%;
  padding: 0 0 1em 0;
  text-align: center;
  margin-top: 1em;
  border-bottom: 1px solid #0066b3;
}

.flexy-box img{
  margin: 0 auto;
}

.flexy-box h5{
      font-size: 18px;
    color: #0066b3;
    font-family: 'rubikmedium';
    margin: 0;
}



/*===================================================*/
/*Contact us*/
/*===================================================*/

.contact-block{
  display: inline-block;
  position: relative;
  width: 100%;
      background: #eee;
}

.contact-box{

    padding: 1em 0 2em 0;
}
.contact-block h2{
    color: #003595;
    font-size: 35px;
    font-family: 'libre_baskervillebold';
    position: relative;
    margin-bottom: 1em;
  }


.contact-block p{
    font-size:15px;
  color:#000000;
  font-family: 'latoregular';
}

.contact-block a{
    font-size:15px;
  color:#000000;
  font-family: 'latoregular';
}

.contact-block a:hover{
text-decoration: none;
color: #ee4035;
}


.form-contact .contact-image{
  text-align:center;
}
.form-contact .contact-address-main{
  margin-top:20px;
}
.form-contact .contact-address-main p{
  text-align:center;
  font-size: 1em;
    line-height: 1.3em;
    color:#504f4f;
  font-family: 'latoregular';
}
.form-contact .contact-address-main p.name{
  font-family: 'latoregular';
  color: #000000;
}
.form-contact .contact-address-main p.email{
  font-family: 'latoregular';
  color: #000000;
}
.form-contact .contact-address-main p.email span{
  color:#86108c;
}
.form-contact .phone-main{
  font-size: 1.2em;
    line-height: 1.8em;
  color:#ea5a27;
  font-family: 'latoregular';
  text-align: center;
  margin-top:.5em;
}
.form-contact .phone-main span{
  color:#000000;
  font-family: 'latoregular';
}
.form-contact label{
  color:#595a59;
  font-family: 'latoregular';
  font-weight:normal;
  font-size:18px;
}
.form-contact .form-styler{
  font-size:.95em;
  background:none !important;
  height:auto !important;
  color:#676262;
  padding:8px 0px !important;
  border-radius:0px !important;
  border:none;
  border-bottom:1px solid #cccaca;
  font-family: 'latoregular';
  
  box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-contact .form-styler::-moz-placeholder{color:#676262 !important;opacity:1}.form-contact .form-styler:-ms-input-placeholder{color:#676262 !important}.form-contact .form-styler::-webkit-input-placeholder{color:#676262 !important}

.form-contact .form-styler:focus{
  border-bottom:1px solid #950ca7;
}
.form-contact .send-button{
  width:53px;
  position:relative;
  height:37px;
  background:url(../img/btn-submit.svg) no-repeat center;
  background-size:100%;
  border:none;
  margin-top:10px;
  -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  left:0px;
  
  outline:none;
}
.form-contact .send-button:hover{
  left:10px;
  outline:none;
}
.form-contact .send-button:focus{
  outline:none !important;
}

#frmenquiry .mail_response {
    color:#fff000 !important;
    padding-top: 1em !important;
    display: none;
}
.form-control.warning{
  border-bottom:1px solid #e81313 !important;
}
#frmenquiry label.warning {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.map-block{
  position:relative;
  margin-top:2em;
}
.map-block #map {
    height: 350px;
}

label{
  font-size: 15px;
  font-family: 'latoregular';
}

.contact-block .btn {
  color: #fff;
  font-family: 'latoregular';
  font-size:14px;
  padding:0.8em 2em;
  text-align: center;
  text-decoration: none;
  border-radius:5px;
  border: 0;
  outline: 0;
  display: inline-block;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  /* Un-skew the text */
}
.contact-block .btn :visited {
  color: #fff;
}
.contact-block .btn :hover {
  background: #00b0ee;
}
.contact-block .btn > span {
  display: inline-block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}


.box{
    padding: 2em 3em;
    background: #fff;
    /* position: relative; */
    display: inline-block;
    width: 100%;
box-shadow: 5px 10px 18px #0066b326;
}

.cont-box{
    background: #eee;
    padding: 5em 7em;
    position: relative;
    display: inline-block;
    width: 100%;
}
.flexer{
  display: flex;
    align-items: center;
}

.form-control-sp{
  width: 40% !important;
  margin-left: 2em !important;
}


.contact-box img{
      padding-right: 1em;
}

.qut-box{

}

.qut-box h5{
    color: #003595;
    font-size: 20px;
font-family: 'rubikmedium';
}

.qut-box span{
      font-family: 'rubikbold_italic';
          color: #0066b3;
    font-size: 14px;
}


.light-gauge-list ul{
  padding: 0;
  margin: 0;
}

.light-gauge-list ul li{
  list-style-type: none;
  padding-bottom: .5em;
}







/*===================================================*/
/*media*/
/*===================================================*/

@media (max-width: 1366px) {

.project-head {
    width: 100%;
    position: relative;
    padding: 0 0em 1em 3em;
    display: inline-flex;
}
}


@media (max-width: 1200px) {
.first-block {
    padding: 0 !important;
}

.first-block .about-blue{
      padding: 4em 5em 4em 3em;
}

.first-block .focus-on {
    padding: 4em 3em 4em 0;
}

.services-block {
    padding: 4em 3em;
}

.services-list ul li{
  width: 40%;
}

.we-are-section {
    padding: 4em 0em;
  }

.we-are-details h2:before{
    transform: translate(40%);
}

.project-head {
    width: 100%;
    padding: 0 3em 2em 3em;
    display: inline-block;
}

.owl-theme .owl-nav {
    display: none;
}
}

@media (max-width: 992px) {
#cssmenu > ul{
      background: #0066b3;
}
}

@media (max-width: 768px) {
.header-block {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0px;
    z-index: 999;
    background: #fff;
    height: auto;
  }

.header-block .logo{
    float: none;
}

#cssmenu > ul > li > a{
  color: #fff !important;
}

.header-block .logo img{
      text-align: center;
    margin: 0 auto;
    padding: 1em 0;
}



.header-block .menu-container{
  float: none;
  margin-top: 0;
}

.first-block{
      position: relative;
    display: inline-block;
}

.first-block .about-blue {
    display: inline-block;
   -webkit-transform: skew(0);
    transform: skew(0);
    background: #003595;
    padding: 2em;
    position: relative;
    left: 0;
    text-align: center;
}

.first-block .about-blue .about-us {
    position: relative;
    display: inline-block;
    -webkit-transform: skew(0);
    transform: skew(0);
    left: 0;
    padding: 0;
    text-align: center;
}

.responsive-slider .pages{
  display: none;
}

.first-block .about-us .btn{
  padding: 0 10px !important;
}

.btn{
  padding: 0 10px !important;
}

.first-block .focus-on{

    padding: 2em 0;
}
.first-block .about-us h2:after{
  display: none;
}

h2:after{
  display: none;
}

.first-block .about-us h2{
  margin-bottom: .2em;
}

.responsive-slider .slides ul li .slide-body .caption.header{
  padding: 0 !important;
      width: 70% !important;
}

.services-block {
    padding: 2em 2em !important;
}

.services-list ul{
  text-align: center;
}
.services-list ul li {
}

.we-are-details h2:before{
  display: none;
}
  .services-list ul {
    text-align:left;
    display: inline-block;
    width: 100%;
}
.service-text{
      text-align: center;
}
.we-are-boxs {
    display: inline-block;
  }

  .we-box{
    width: 48%;
    margin: 10px 5px ;
  }

.building-box img{
  padding: 1em 0;
}

}
@media (max-width: 480px) {
  .first-block .about-us h2{
    font-size: 22px;
  }
  h2{
    font-size: 22px;
  }
  .first-block .about-us p{
    font-size: 12px;
  }
  p{
    font-size: 12px;
  }

  .services-list ul li {
    width: 100%;
}
.we-box {
    width: auto;
}
    .project-section {
    padding: 2em 0;
}
.footer-box {
    padding: 2em 2em !important;
}

/*Media Query*/
@media (max-width: 1300px) {
  .footer-block .address div .address-icon{
    padding-bottom:4em;
  }
  
}
@media (max-width: 1200px) {
  .header-block {
    padding: 1em 3em;
  }
  .header-block .menu-container {
      margin-top: 1em;
  }
  #cssmenu > ul > li > a {
    font-size: 12px;
  }
  .first-block{
    padding:3em 3em;
  }
  .second-block{
    padding:3em 3em;
  }
  .first-block .about-us h2 {
    font-size: 40px;
  }

}
@media (max-width: 1240px) {
  #cssmenu > ul > li > a {
    padding: 15px 11px;
  }
}
@media (max-width: 1106px) {
  .header-block .logo {
      width: 18%;
  }
}
@media (max-width: 1024px) {
  #cssmenu > ul > li > a {
      font-size: 11px;
  }
}
@media (max-width: 992px) {
.header-block {
    position: absolute;
    /* background: none; */
    height: auto;
    /* background-color: #fff; */
}

.responsive-slider {
    width: 100%;
    position: relative;
    display: inline-block;
}
.responsive-slider .slides {
    position: relative;
    overflow: unset !important;
}
.baner-block {
    z-index: -9;
}
#cssmenu > ul > li > a {
    color: #ffffff;
}
#cssmenu > ul > li > a:hover{
  background: #000;
}

  .header-block .logo{
    float:none;
    text-align:center;
    width:auto;
    display:inline;
  }
  .header-block .logo img{
    text-align:center;
    margin:1em auto;
  }
  .first-block .about-us h2 {
      font-size: 28px;
  }
  .first-block .about-us p {
    font-size: 13px;
  }
  .first-block .about-us ul li {
    font-size: 13px;
    margin-right: 0.1em;
  }
  .first-block {
      padding: 2em 2em;
  }
  
  .services-block {
    padding: 4em 2em;
}

.box-button {
    text-align: center;
    position: relative;
    bottom: -11%;
}
.box-button1 {
    bottom: -5% !important;
}
  .header-block .logo {
      width: 20%;
  }
  #cssmenu > ul > li.active > a {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
  #cssmenu > ul > li:hover > a{
    -webkit-transform: skew(0);
    transform: skew(0);
  }
  #cssmenu > ul > li.active > a span {
    -webkit-transform: skew(0);
    transform: skew(0);
    display: inline-block;
  }
  #cssmenu > ul > li:hover > a span {
      -webkit-transform: skew(0);
      transform: skew(0);
      display: inline-block;
  }
  .header-block .menu-container{
    width:100%;
  }
h2 {
      font-size: 28px;
  }

p {
    font-size: 13px;
}

.we-are-details p {
    font-size: 13px;
}

.project-section{
padding: 4em 0;
}

.project-head {
  padding: 1em 2em;
}

.footer-box {
    padding: 4em 2em;
    display: inline-block;
    position: relative;
}
.copy-right {
    padding: 1em 2em;
}
}





@media (max-width: 920px) {
  #cssmenu > ul > li > a {
    font-size: 11px;
    padding: 15px 5px;
  }
}
@media (max-width: 870px) {
  #cssmenu > ul > li > a {
      font-size: 10px;
  }
  .header-block .logo{
    width:30%;
  }
}

@media (max-width: 820px) {
  .header-block .menu-container {
      margin-top: 0;
  }
  .header-block .menu-container{
    float:none;
  }
  #cssmenu > ul > li > a {
      font-size: 11px;
  }
  #cssmenu > ul > li > a {
      padding: 15px 20px;
    font-size:10px;
  }
}

@media (max-width: 767px) {
  .header-block .logo{
    width:auto;
  }
  .bottom-block p{
    font-size:12px;
  }
  #cssmenu > ul > li.active > a {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
  #cssmenu > ul > li:hover > a{
    -webkit-transform: skew(0);
    transform: skew(0);
    background: #00b0ee;
  }
    #cssmenu > ul > li ul > li:hover > a{
    -webkit-transform: skew(0);
    transform: skew(0);
    background: #00b0ee;
  }
      #cssmenu > ul > li ul > li:hover > a span{
    -webkit-transform: skew(0);
    transform: skew(0);

  }

  #cssmenu > ul > li.active > a span {
    -webkit-transform: skew(0);
    transform: skew(0);
    display: inline-block;
  }
  #cssmenu > ul > li:hover > a span {
      -webkit-transform: skew(0);
      transform: skew(0);
      display: inline-block;
  }
#cssmenu > ul > li.active > a {
    background: #00b0ee;
}
  .header-block {
    position: relative;
      background: #fff;
    padding:0;
  }
  .header-block .logo {
      float: none;
  }
  .header-block .logo img{
    width:20%;
    text-align:center;
    margin:15px auto;
  }
  .baner-block {
      float: left;
      width: 100%;
  }


}
@media (max-width: 635px) {
  .content-block ul li {
      width: 31%;
  }
  .content-block ul li{
    margin-bottom:1em;
  }
  .inner-content-block .inner-tabs.on-going .view-tenth a.info {
    left: 25%;
    top: 44%;
  }
}
@media (max-width: 480px) {
  .header-block .logo img {
    width: 30%;
  }
  .second-block ul li .text-svg {
      font-size: 20px;
  }
  .bottom-block p {
      font-size: 11px;
  }
  .content-block ul li {
      width: 47%;
  }
}
@media (max-width: 320px) {
  .content-block ul li {
      width: 100%;
  }
}