/* CSS Document */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("ttf"); }
body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif; }

p {
  font-family: "Montserrat", sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif; }

.text-justify {
  text-align: justify; }

a:hover {
  text-decoration: none; }

a:focus {
  text-decoration: none;
  outline: none; }

.m0 {
  margin: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 45px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pl0 {
  padding-left: 0px !important; }

.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pr0 {
  padding-right: 0px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr15 {
  padding-right: 15px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.clr-white {
  color: #fff !important; }

.navbar-default {
  background-color: #BFDBF7;
  margin-bottom: 0;
  border-radius: 0; }
  .navbar-default.affix {
    width: 100%;
    z-index: 999;
    -webkit-transition: all 2s ease-in;
    transition: all 1s ease-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: slideInDown; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.dropdown-menu li a {
  padding: 5px 15px !important;
  color: #14081f !important; }

ul.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0; }
  ul.dropdown-menu li {
    padding: 5px;
    border-bottom: 1px solid #dedede; }
    ul.dropdown-menu li a:after {
      display: none; }

.navbar-nav {
  padding: 0 50px; }
  .navbar-nav li a {
    color: #2f2f2f !important;
    font-size: 14px;
    padding: 34px 20px;
    font-weight: 700;
    text-transform: uppercase; }
    .navbar-nav li a:after {
      content: "";
      position: absolute;
      height: 4px;
      background-color: #134ea3;
      width: 0;
      left: 50%;
      bottom: 20px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
      transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all; }
    .navbar-nav li a:hover {
      color: #134ea3 !important;
      background-color: transparent; }
      .navbar-nav li a:hover:after {
        width: 100%; }
  .navbar-nav li ul li a {
    color: #2f2f2f !important; }
  .navbar-nav li.active a {
    color: #134ea3 !important;
    background-color: transparent !important; }
    .navbar-nav li.active a:after {
      width: 100%; }

.navbar-brand {
  padding: 0; }
  .navbar-brand img {
    max-width: 184px;
    z-index: 10000;
    position: relative; }

ul.mobile-line {
  margin-bottom: 0;
  padding-left: 0; }
  ul.mobile-line li {
    list-style: none;
    padding: 25px 0; }
    ul.mobile-line li a {
      color: #2f2f2f;
      font-size: 17px;
      font-weight: 600; }
      ul.mobile-line li a i {
        background: #134ea3;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50px;
        transform: rotate(90deg);
        color: #fff;
        margin-right: 8px; }

/*----slider----*/
.about-page {
  background: url(../images/banner/banner.jpg);
  background-size: cover;
  background-position: center;
  height: 450px; }

.what-we-page {
  background: url(../images/banner/banner.jpg);
  background-size: cover;
  background-position: center;
  height: 450px; }

.banner {
  position: relative;
  overflow: hidden; }
  .banner .main-slider {
    overflow: hidden; }
    .banner .main-slider .slick-slide {
      position: relative; }
      .banner .main-slider .slick-slide .bg-image {
        height: 75vh;
        background-size: cover;
        background-position: center center; }
    .banner .main-slider .slick-prev-btn {
      left: -100px;
      position: absolute;
      top: 50%;
      z-index: 1100;
      color: #fff;
      transition: 300ms all ease; }
    .banner .main-slider .slick-next-btn {
      position: absolute;
      right: -100px;
      top: 50%;
      z-index: 1100;
      color: #fff;
      transition: 300ms all ease; }
    .banner .main-slider:hover .slick-prev-btn {
      left: 0px; }
      .banner .main-slider:hover .slick-prev-btn i {
        z-index: 10;
        position: absolute;
        font-size: 22px;
        left: 14px;
        top: 3px; }
      .banner .main-slider:hover .slick-prev-btn:after {
        left: 0px;
        top: -5px;
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.6);
        transition: 300ms all ease; }
    .banner .main-slider:hover .slick-next-btn {
      right: 0px; }
      .banner .main-slider:hover .slick-next-btn i {
        z-index: 10;
        position: absolute;
        font-size: 22px;
        right: 14px;
        top: 3px; }
      .banner .main-slider:hover .slick-next-btn:after {
        right: 0px;
        top: -5px;
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.6);
        transition: 300ms all ease; }
    .banner .main-slider .relative-container {
      position: relative; }
      .banner .main-slider .relative-container .slide-content {
        position: absolute;
        z-index: 300;
        color: #000;
        padding: 20px; }
        .banner .main-slider .relative-container .slide-content.top {
          top: 50px; }
        .banner .main-slider .relative-container .slide-content.bottom {
          bottom: 250px; }
        .banner .main-slider .relative-container .slide-content.middle {
          top: 50%;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .banner .main-slider .relative-container .slide-content.center {
          left: 50%;
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          text-align: center; }
        .banner .main-slider .relative-container .slide-content.left {
          left: 50px; }
        .banner .main-slider .relative-container .slide-content.right {
          right: 50px;
          text-align: right; }
        .banner .main-slider .relative-container .slide-content h4 {
          display: block;
          font-size: 60px;
          line-height: 50px;
          color: #000;
          position: relative;
          letter-spacing: 0;
          text-transform: capitalize; }
        .banner .main-slider .relative-container .slide-content h1 {
          font-size: 55px;
          font-weight: 600;
          text-transform: uppercase;
          color: #134ea3;
          letter-spacing: -5px; }

/*---end-slider---*/
.mid-title h1 {
  margin-top: 0;
  position: relative;
  margin-bottom: 30px;
  font-size: 42px;
  text-transform: uppercase;
  color: #202020;
  font-weight: 400;
  padding-bottom: 10px; }
  .mid-title h1 span {
    color: #134ea3; }
  .mid-title h1:before {
    content: '';
    position: absolute;
    background: #9cb933;
    width: 100px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%); }

.about-content p {
  line-height: 24px; }

#line-title {
  padding: 30px 10px;
  position: relative;
  background: #134ea3; }

.big-title-block {
  color: #fff; }
  .big-title-block h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 46px;
    position: relative;
    display: inline-block; }
    .big-title-block h1:before {
      content: '';
      position: absolute;
      width: 100px;
      height: 1px;
      background: #fff;
      bottom: 25px;
      right: -110px; }
  .big-title-block p {
    display: inline-block;
    padding-left: 120px;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    top: -10px; }

.next-block a {
  border: 2px solid #fff;
  color: #fff;
  padding: 15px 25px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 25px;
  transition: 0.4s linear; }
  .next-block a:hover {
    background: #ded603;
    color: black;
    border: 2px solid #ded603; }

#grid-block {
  padding: 2px; }
  #grid-block .figure-type-1 {
    position: relative;
    padding: 2px;
    overflow: hidden; }
  #grid-block .figure-type-2 {
    position: relative;
    padding: 2px;
    overflow: hidden; }
  #grid-block .figure-type-3 {
    position: relative;
    padding: 2px;
    overflow: hidden; }
  #grid-block .figure-type-4 {
    position: relative;
    padding: 2px;
    overflow: hidden; }

.read-overlay {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  bottom: 25%;
  transition: 0.4s linear; }
  .read-overlay span {
    z-index: 9;
    position: relative;
    background: #ded603;
    padding: 10px 15px;
    border-radius: 15px;
    color: #202020;
    font-weight: 600; }

.grid-item {
  position: relative;
  overflow: hidden; }
  .grid-item img {
    transition: 0.4s linear; }
  .grid-item:hover .read-overlay {
    opacity: 1; }
  .grid-item:hover img {
    transform: scale(1.15); }

.title-overlay {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
  color: #fff;
  background: #191919a6; }
  .title-overlay h3 {
    text-align: center;
    font-weight: 700;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 32px;
    text-shadow: 0 2px 2px #000000; }

#home-s4 {
  position: relative;
  background: url(../images/footer-bkg.jpg) no-repeat;
  background-size: cover; }
  #home-s4:before {
    content: '';
    background: #f4f4f4e0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%; }

.contact-info-box {
  width: 110%;
  border: 20px solid rgba(113, 117, 117, 0.5);
  border-right: 0px;
  margin-left: 0px; }
  .contact-info-box .box-inner {
    position: relative;
    text-align: left;
    padding: 20px 60px 20px 30px; }
    .contact-info-box .box-inner:before {
      top: 0px;
      content: '';
      position: absolute;
      background-color: rgba(113, 117, 117, 0.5);
      width: 20px;
      height: 10%;
      right: 0px;
      display: block; }
    .contact-info-box .box-inner:after {
      bottom: 0px;
      content: '';
      position: absolute;
      background-color: rgba(113, 117, 117, 0.5);
      width: 20px;
      height: 10%;
      right: 0px;
      display: block; }
    .contact-info-box .box-inner h1 {
      font-weight: 700;
      font-size: 40px;
      line-height: 38px;
      color: #000000;
      margin-top: 6px;
      margin-bottom: 15px; }
    .contact-info-box .box-inner p {
      padding-bottom: 30px; }
    .contact-info-box .box-inner ul {
      padding-left: 0;
      list-style: none; }
      .contact-info-box .box-inner ul li h4 {
        font-size: 16px;
        font-weight: 600; }
      .contact-info-box .box-inner ul li a {
        font-size: 20px;
        font-weight: 700;
        color: #134ea3; }

#home_form {
  position: relative;
  padding-top: 10%;
  margin-left: -70px; }
  #home_form .form-control {
    border-radius: 0; }

button.btn.btn-plan {
  display: inline-block;
  background: #ded603;
  color: #202020;
  padding: 12px 25px;
  margin-top: 0px;
  border-radius: 0;
  border: 1px solid #ded603;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.4s linear; }
  button.btn.btn-plan:hover {
    background: transparent; }

/*---start footer---*/
footer {
  position: relative;
  background: url(../images/footer.jpg) center no-repeat;
  background-size: cover; }
  footer:before {
    position: absolute;
    content: '';
    background: #202020eb;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.footer_widgets {
  padding: 90px 0px 12px 0px; }

.f_about_widget p {
  font-size: 15px;
  line-height: 23px;
  color: #9b9ea0;
  text-align: justify;
  margin-bottom: 0px; }
.f_about_widget .social {
  margin-top: 15px;
  padding-left: 0; }
  .f_about_widget .social li {
    display: inline-block;
    margin-right: 12px; }
    .f_about_widget .social li a {
      display: inline-block;
      text-align: center;
      height: 36px;
      width: 36px;
      color: #717171;
      font-size: 17px;
      line-height: 35px;
      border-radius: 50px;
      -webkit-transition: all 400ms linear 0s;
      -o-transition: all 400ms linear 0s;
      transition: all 400ms linear 0s;
      margin-bottom: 10px; }

#fb:hover {
  color: #3b5998; }

#google:hover {
  background: #db4a39; }

#tw:hover {
  color: #00acee; }

#yt:hover {
  color: #c4302b; }

#viber:hover {
  background: #665cac; }

#wapp:hover {
  color: #25D366; }

#skype:hover {
  background: #00aff0; }

ul.list_style {
  padding-left: 0;
  list-style: none; }
  ul.list_style a {
    color: #a4a7a9;
    font-size: 15px;
    line-height: 26px;
    transition: 0.3s ease-in-out; }
    ul.list_style a:hover {
      color: #ded603; }

.f_title {
  color: #ffffff; }
  .f_title h3 {
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px; }

.contact-widget i {
  color: #fff;
  font-size: 16px;
  display: inline-block; }

.contact-widget a {
  color: #a4a7a9;
  font-size: 15px;
  padding-left: 14px;
  position: relative;
  transition: 0.3s ease-in-out; }

.contact-widget a:hover {
  color: #ded603; }

.contact-widget {
  padding: 10px 5px;
  border-bottom: 1px solid #ffffff26; }
  .contact-widget a span {
    padding-left: 25px; }

.footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 20px;
  margin-top: 20px;
  position: relative; }

.footer-bar p {
  color: #fff;
  font-size: 13px;
  font-weight: 400; }

.copyright {
  float: left;
  display: inline-block; }

.footer-bar span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600; }

.footer-bar p {
  color: #a4a7a9;
  font-size: 13px;
  font-weight: 400; }

.design-credit {
  float: right;
  display: inline-block; }

.footer-bar span a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase; }

.f_title h3:before {
  content: '';
  position: absolute;
  background: #ded603;
  height: 1px;
  width: 60px;
  bottom: -4px; }

.ab {
  position: relative; }

.contact-widget:last-child {
  border-bottom: none; }

.main-mid-title h1:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 5px;
  background: #8c9e38;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%); }

.separator-line {
  margin-top: 45px;
  border-top: 2px solid #3255af; }

.contact-message-info {
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 60px;
  padding-bottom: 60px; }
  .contact-message-info h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 30px; }
  .contact-message-info input, .contact-message-info textarea {
    width: 100%;
    border: none;
    padding: 10px 10px;
    border-bottom: 3px solid transparent;
    background-color: #f3f6f5;
    margin-bottom: 30px; }
  .contact-message-info textarea {
    height: 100px; }

.contact-info-wrapper {
  height: 100%;
  padding-left: 50px;
  padding-right: 80px;
  background-color: #e5e6ea;
  padding-top: 50px !important;
  color: #2f2f2f; }
  .contact-info-wrapper h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 30px;
    text-transform: capitalize; }
  .contact-info-wrapper p {
    color: #666666;
    color: #2f2f2f; }
  .contact-info-wrapper ul {
    list-style: none;
    padding-left: 0; }
    .contact-info-wrapper ul li {
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .contact-info-wrapper ul li a {
        color: #2f2f2f; }
      .contact-info-wrapper ul li i {
        font-size: 18px;
        background: #134ea3;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50px;
        color: #fff;
        margin-right: 8px; }
      .contact-info-wrapper ul li:last-child {
        border-bottom: none; }
    .contact-info-wrapper ul.social {
      display: inline-block; }
      .contact-info-wrapper ul.social li {
        display: inline-block; }

.non-stick nav {
  position: relative; }

/*---end footer---*/

/*# sourceMappingURL=main.css.map */
