
/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
html,
body {
  height: 100%;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

p {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #3a3a3a;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px 0;
  text-align: justify;
  word-spacing: 0px;
}


img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
}

ul,
ol {
  padding: 0;
  margin: 0;
}
.logo-name2 {

    top: 100%;
    left: 30%;
    margin-top: 10px;
    width: 40%;
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.4;
    visibility: hidden;
    pointer-events: none;
}

.logo2:hover + .logo-name2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.hamburger-menu-button {
  width: 40px;
  height: 40px;
  padding: 6px;
  display: block;
  position: relative;
  z-index: 100;
  box-sizing: content-box;
  border-radius: 50%;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  border: none;
  background: none;
  top: 33px;
  padding: 0;
  left: -10px;
}
.hamburger-menu-button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
}
.hamburger-menu-button-open,
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #176d9e;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
  left: 0;
  content: "";
}
.hamburger-menu-button-open::before {
  top: 6px;
}
.hamburger-menu-button-open::after {
  bottom: 6px;
}
.hamburger-menu-button-close {
  background: transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger-menu-button-close::before {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
.hamburger-menu-button-close::after {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.ham-menu {
  position: absolute;
  top: 23px;
  left: 48px;
  margin: auto;
  max-width: 510px;
  overflow: hidden;
  right: 0;
}
.ham-menu ul {
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ham-menu.on ul {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.ham-menu ul {
  font-size: 0;
}
.ham-menu ul li {
  display: inline-block;
}
.ham-menu ul li:first-child .ham-menu ul li a {
  padding-left: 30px;
}
.ham-menu ul li a {
  padding: 16px;
  display: block;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  font-weight: 400;
  color: black !important;
}
.ham-menu ul li.active a, .ham-menu ul li a:hover {
  /*background-color: #2980b9;
  color: #fff !important;*/
}
/*---------------------
  Helper CSS
-----------------------*/
.section-title {
  margin-bottom: 50px;
}
.about__text .section-title {
  margin-bottom: 15px;
}
.section-title.center-title {
  text-align: center;
}
.section-title.center-title h2:after {
  right: 0;
  margin: 0 auto;
}
.section-title span {
  color: #fff;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.section-title h2 {
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 25px;
}
.section-title h2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 70px;
  background: #fff;
  content: "";
}

.bg-light {
  background-color: #f4f4f4 !important;
}
.business-img{
  border-radius: 25;
}
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.services-bg{
  background-image: url("https://creativesoft.co.za/wp-content/uploads/2019/04/bgn-industries.png");
  background-position: center top;
  background-size: contain;
}

.spad {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 14px 32px 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 3;
}
.primary-btn:hover:before {
  height: 100%;
  width: 100%;
}
.primary-btn:hover:after {
  height: 100%;
  width: 100%;
}

.primary-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}

.primary-btn:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}

.about__text .primary-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-left: 2px solid #176d9e;
  border-top: 2px solid #176d9e;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}

.about__text .primary-btn {
  color: #1a70a1;
  padding: 18px 32px 18px;
}

.about__text .primary-btn:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  border-right: 2px solid #176d9e;
  border-bottom: 2px solid #176d9e;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
.about__text .primary-btn:hover:before, .about__text .primary-btn:hover:after {
    height: 100%;
    width: 100%;
}

.site-btn {
  font-size: 15px;
  color: #ffffff;
  background: #1d6e9b;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px 34px 12px;
  width: 100%;
}

#canvas, #text {
  background: #1a70a1;
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}

#text {
  min-height: 100vh;
  width: 100vw;
  z-index: 1;
  color: #fff;
  font-size: 8vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#text h1 {
  opacity: 0.9
}
/* Preloder */
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
/*---------------------
  Header
-----------------------*/
.header-right {
  list-style: none;
  float: right;
  padding: 0;
  margin:0;
  margin-top: -3px;
}
.header-top {
  background: #ffffff;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
}
.header {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 9;
}
.top-bar-info a {
  color: #097380;
  font-size: 14px;
  padding-right: 35px;
}
.header__logo {
  padding: 23px 0;
      font-size: 36px;
      color: #fff;
}
.header__logo a {
  color: #fff;
      display: inline-block;
      /*padding: 20px;
      background: #fff;
      position: absolute;*/
      top: 0;

}

.header__logo a img {
  width: 100%;
}
.header__logo .logo-show {
  display: none;
}
.header__logo:hover .logo-show {
  display: block;
}
.header__logo:hover .logo-hide {
  display: none;
}
.header__logo a::after {
  /*position: absolute;
  content: "";
  width: 1px;
  background: #176d9e;
  height: 50px;
  margin: 10px 15px;
  margin-top: 3px;*/
}
.header__nav__option {
  text-align: right;
    padding: 34px 0px;
}

.header__nav__menu {
  display: inline-block;
  margin-right: 0px;
}
.header__nav__menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
.header__nav__menu ul li.active a:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.header__nav__menu ul li:hover a:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.header__nav__menu ul li:hover .dropdown {
  top: 34px;
  opacity: 1;
  visibility: visible;
}
.header__nav__menu ul li:last-child {
  margin-right: 0;
}
.header__nav__menu ul li .dropdown {
  position: absolute;
  left: 0;
  top: 60px;
  width: 300px;
  background: #ffffff;
  text-align: left;
  padding: 2px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.header__nav__menu ul li .dropdown li {
  display: block;
  margin-right: 0;
}
.header__nav__menu ul li .dropdown li a {
  font-size: 14px;
  color: #111111;
  padding: 8px 20px;
  
}
.header__nav__menu ul li .dropdown li a:hover,
.header__nav__menu ul li .dropdown li a:focus {
  color: #176d9e;
}
.header__nav__menu ul li .dropdown li a:after {
  display: none;
}
.header__nav__menu ul li a {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #3a3a3a;
  display: block;
  padding: 6px 0;
  letter-spacing: 1px;
}
.services__item__icon img {
  width: 32px;
}
.header__nav__menu ul li a:after {
  /*position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #1d6e9b;
  content: "";
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;*/
}

.header__nav__social {
  display: inline-block;
  position: relative;
  padding-left: 50px;
}
.header__nav__social:before {
  position: absolute;
  left: 0;
  top: 4px;
  height: 13px;
  width: 1px;
  background: rgba(225, 225, 225, 0.2);
  content: "";
}
.header__nav__social a {
  color: #097380;
  font-size: 15px;
  margin-right: 18px;
}
.header__nav__social a:last-child {
  margin-right: 0;
}

.slicknav_menu {
  display: none;
}
.apply-btn {
  background: #fff;
      /* color: #097380 !important; */
      padding: 12px 30px !important;
      border-radius: 25px;
      font-family: 'Raleway', sans-serif;
      color: #fff !important;
      font-size: 16px;
      border-radius: 25px;
      border: 1px solid;
      padding: 15px 30px;
      /* position: absolute; */
      bottom: 10rem;
      margin-left: -10px;
      letter-spacing: 1px;
      font-weight: 700;
      background: #1d70b7;
      border-color: #1d70b7;
      /* position: relative;*/
}
.apply-btn:hover,
.apply-btn:focus {
  background: #fff;
  color: #176d9e !important;
}
/*---------------------
  Hero
-----------------------*/
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    /*background: rgb(9 115 128 / 100%);*/
}
.hero__slider.owl-carousel .owl-item.active .hero__text span {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
  top: 0;
  opacity: 1;
  z-index: 999;
}
.hero__slider.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: none;
}
.hero__slider.owl-carousel .owl-dots button {
  color: #0591a3;
      font-size: 14px;
      font-family: 'Raleway', sans-serif;
      margin-right: 16px;
      position: relative;
      display: inline-block;
      background: #ffffff;
      width: 35px;
      height: 35px;
}
.hero__slider.owl-carousel .owl-dots button.active {
  color: #0591a3;
}
.hero__slider.owl-carousel .owl-dots button.active:after {
  background: #ffffff;
  height: 2px;
}
.hero__slider.owl-carousel .owl-dots button:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
}
.hero__slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}

.hero__item {
  height: 684px;
  padding-top: 230px;
}

.hero__text span {
  color: #ffffff;
      display: block;
      font-size: 20px;
      letter-spacing: 1.5px;
      margin-bottom: 18px;
      position: relative;
      top: 100px;
      opacity: 0;
      -webkit-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      transition: all, 0.3s;
      font-weight: 300;


}
.hero__text h2 {
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  line-height: 100px;
  margin-bottom: 38px;
  position: relative;
  /* top: 100px; */
  opacity: 0;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.hero__text .primary-btn {
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}

/*---------------------
  Work
-----------------------*/
.work {
  overflow: hidden;
  background: #176d9e;
}

.work__gallery {
  margin-right: -10px;
}

.work__item {
  height: 311px !important;
  width: calc(16.67% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.work__item:hover .work__item__hover {
  bottom: 0;
}
.work__item.large__item {
  height: 633px !important;
  width: calc(33.33% - 10px);
}
.work__item.wide__item {
  width: calc(33.33% - 10px);
  height: 311px !important;
}
.work__item .play-btn {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.grid-sizer {
  width: calc(16.67% - 10px);
}

.work__item__hover {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 100%;
  padding: 25px 30px 20px;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.work__item__hover h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}
.work__item__hover ul li {
  color: #adadad;
  list-style: none;
  font-size: 15px;
  margin-right: 23px;
  position: relative;
  display: inline-block;
}
.work__item__hover ul li:after {
  position: absolute;
  right: -18px;
  top: 1px;
  content: "/";
}
.work__item__hover ul li:last-child {
  margin-right: 0;
}
.work__item__hover ul li:last-child:after {
  display: none;
}

/*---------------------
  Counter
-----------------------*/
.counter {
  background: #176d9e;
  height: 840px;
  padding-top: 380px;
  overflow: hidden;
}

.counter__content {
  padding: 0px 50px;
}

.counter__item {
  background: #1a083d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  height: 255px;
  width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.counter__item::before {
  position: absolute;
  left: -1px;
  bottom: -2px;
  height: 636px;
  width: 636px;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  content: "";
  z-index: -1;
}
.counter__item.second__item {
  margin-top: -185px;
}
.counter__item.second__item:before {
  left: -316px;
  bottom: -65px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: none;
  border-top: none;
}
.counter__item.four__item {
  margin-top: -185px;
}
.counter__item.four__item:before {
  left: -380px;
  bottom: -380px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: none;
  border-top: none;
}
.counter__item.third__item:before {
  left: -65px;
  bottom: -317px;
}

.counter__item__text {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.counter__item__text h2 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 18px;
}
.counter__item__text p {
  color: #ffffff;
  margin-bottom: 0;
}

/*---------------------
  Team
-----------------------*/
.team {
  padding-bottom: 90px;
}
.team .section-title h2, .section-title span, .about .section-title h2 {
  color: #176d9e;
}
 .section-title h2:after {
   background-color: #176d9e;
 }
.section-title.team__title {
  margin-bottom: 90px;
}

.team__item {
  height: 390px;
  position: relative;
  overflow: hidden;
      border: 5px solid #fff;
}
.team__item:hover .team__item__text {
  bottom: 0;
}
.team__item.team__item--second {
  margin-top: -60px;
}
.team__item.team__item--third {
  margin-top: -120px;
}
.team__item.team__item--four {
  margin-top: -180px;
}

.team__item__text {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  padding: 50px 0 30px;
  z-index: 1;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
      padding: 15px 15px 0 15px;
}
.team__item__text:before {
  background: url(../img/team/team-hover.png);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-size: contain;
}
.team__item__text h4 {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}
.team__item__text p {
  color: #ffffff;
  font-weight: 300px;
  margin-bottom: 12px;
  line-height: 23px;
}
.team__item__text .team__item__social a {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  margin-right: 18px;
}
.team__item__text .team__item__social a:last-child {
  margin-right: 0;
}

.team__btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.team .primary-btn {
    color: #176d9e;
}
.team .primary-btn:before {
    border-left: 2px solid #176d9e;
    border-top: 2px solid #176d9e;
}
.team .primary-btn:after {
  border-right: 2px solid #176d9e;
  border-bottom: 2px solid #176d9e;
}
/*---------------------
  Latest
-----------------------*/
.latest {
  background: #176d9e;
  padding-bottom: 80px;
  position: relative;
top: 100px;
}
.latest .section-title span {
  color: #fff;
}
.latest .section-title h2:after {
  background-color: #fff;
}
.blog__item.latest__item {
  margin-bottom: 0;
}
.blog__item.latest__item:hover {
  background: url(../img/blog/blog-1.jpg);
  background-size: cover;
}

.latest__slider.owl-carousel .owl-item .col-lg-4 {
  max-width: 100%;
}
.latest__slider.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 35px;
  display: none !important;
}
.latest__slider.owl-carousel .owl-dots button {
  height: 8px;
  width: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-right: 10px;
}
.latest__slider.owl-carousel .owl-dots button.active {
  background: #222;
}
.latest__slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}

/*---------------------
  Call To Active
-----------------------*/
.callto {
  padding-top: 130px;
}
.callto.sp__callto {
  padding-top: 0;
  background: #176d9e;
}

.callto__text h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 22px;
}
.callto__text p {
  font-size: 15px;
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 55px;
}
.callto__text a {
  color: #ffffff;
  background: #1d6e9b;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
  display: inline-block;
  padding: 14px 32px 12px;
}

.font-color{
  color: #1b4962;
}

/*---------------------
  Footer
-----------------------*/
.footer {
  overflow: hidden;
  background-color: #023561;
}

.footer__top {
    padding: 70px 0 30px;
}

.dec{
  font-size: 13px !important;
}


.footer__top__logo a {
  display: inline-block;
  font-size: 30px;
  color: #fff;
}


.footer__top__social a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  margin-right: 6px;
}



.footer__option {
  padding-bottom: 35px;
}

.footer__option__item {
  margin-bottom: 35px;
}
.footer__option__item h5 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 35px;
  font-size: 24px;
}
.footer__option__item p {
  font-weight: 300;
  margin-bottom: 20px;
  color: #fff !important;
  font-size: 10px;
}
.footer__option__item p span, .footer__option__item p a {
  color: #fff !important;
}

.footer__copyright__text {
  color: #fff;
  font-size: 14px;
}
.footer__option__item .read__more {
  font-size: 15px;
  color: #ffffff;
}
.footer__option__item .read__more span {
  font-size: 15px;
  color: #ffffff;
  opacity: 0.5;
  position: relative;
  top: 4px;
  margin-left: 5px;
}
.footer__option__item ul li {
  list-style: none;
}

.text-color{
  color: #1d70b7 !important;
}

a{
  text-decoration: none !important;
}

.footer__option__item ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  font-weight: 200;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
  
}
.footer__option__item form {
  position: relative;
}

.footer__option__item form input::-webkit-input-placeholder {
  color: #adadad;
}
.footer__option__item form input::-moz-placeholder {
  color: #adadad;
}
.footer__option__item form input:-ms-input-placeholder {
  color: #adadad;
}
.footer__option__item form input::-ms-input-placeholder {
  color: #adadad;
}
.footer__option__item form input::placeholder {
  color: #adadad;
}
.footer__option__item form button {
  font-size: 20px;
  color: #ffffff;
  border: none;
  height: 50px;
  width: 50px;
  background: #1d6e9b;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

.footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
}

.footer__copyright__text {
  margin-bottom: 0;
  font-weight: 300;
}
.footer__copyright__text i {
  color: #1d6e9b;
}
.footer__copyright__text a {
  color: #1d6e9b;
}

/*---------------------
  Breadcrumb
-----------------------*/
.breadcrumb-option {
  padding-top: 180px;
}

.breadcrumb__text h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 12px;
}

.breadcrumb__links a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
  display: inline-block;
  margin-right: 32px;
  position: relative;
}
.breadcrumb__links a:after {
  position: absolute;
  right: -22px;
  top: -3px;
  content: "/";
  color: #adadad;
  font-size: 20px;
}
.breadcrumb__links span {
  font-size: 15px;
  color: #adadad;
  font-weight: 300;
  display: inline-block;
}

/*---------------------
  About
-----------------------*/
.about {
  background: #fff;
      padding-bottom: 0 !important;
}

.about__pic__item {
  height: 235px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.about__pic__item.about__pic__item--large {
  height: 490px;
}

.about__text {
  padding-left: 30px;
}

.c-footer__text-loop {
    font-size: 110rem;
}
.c-image--full-width .c-image__media, .full-width {
    margin-left: -145rem;
    width: calc(100% + 290rem);
}

.c-footer__text-loop {
    color: #d4ced4;
    display: inline-block;
    font-size: 120px;
    font-weight: 800;
    opacity: .1;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 1;
}
.anim--loop {
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: translate;
    animation-name: translate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: inline-block
}

.anim--words>span {
    display: inline-block;
    position: relative;
    vertical-align: top
}

.anim--words>span>span {
    display: inline-block;
    opacity: 0
}

.anim--words-hero {
    display: inline-block;
    margin-left: .1em;
    position: relative;
    vertical-align: top
}

.anim--words-hero>span {
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

@-webkit-keyframes translate {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }
}

@keyframes translate {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }

    80% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }

    80% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes horizontal-bounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    60% {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%)
    }

    80% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes horizontal-bounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    60% {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%)
    }

    80% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.about__text__desc {
  margin-top: -10px;
}
.anim--loop {
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: translate;
    animation-name: translate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: inline-block;
}
/*---------------------
  Testimonial
-----------------------*/


.testimonial__slider.owl-carousel .owl-item .col-lg-4 {
  max-width: 100%;
}
.testimonial__slider2.owl-carousel .owl-item .col-lg-4 {
  max-width: 100%;
}
.testimonial__slider.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 35px;
}
.testimonial__slider.owl-carousel .owl-dots button {
  height: 8px;
  width: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-right: 10px;
}
.testimonial__slider.owl-carousel .owl-dots button.active {
  background: #1d6e9b;
}
.testimonial__slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}

.testimonial__text {
  padding: 30px 40px 25px 30px;
  border: 1px solid #3D3A64;
  margin-bottom: 25px;
  position: relative;
  z-index: 9;
}
.testimonial__text P {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 0;
}

.testimonial__author {
  padding-left: 30px;
}

.testimonial__author__pic {
  float: left;
  margin-right: 20px;
}
.testimonial__author__pic img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.testimonial__author__text {
  overflow: hidden;
}
.testimonial__author__text h5 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}
.testimonial__author__text span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300px;
  display: inline-block;
}
.reason-to-choose {
  background: #fff !important;
}
/*---------------------
  Services
-----------------------*/

.services .services__title p, .services .section-title h2, .services .section-title span {
  color: #1a70a1;
}

.services .services__item__icon:after {
    border: 2px solid #176d9e;
}
.services .services__item {
  margin-bottom: 30px;
  /* background: #fff; */
  /* padding: 30px; */
  /* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15); */
  text-align: center;
}
.services .services__item__icon:after {
    border: 2px solid #176d9e;
}
.services {
  top: 100px;
   position: relative;
  background: #fff;
  padding-bottom: 60px;
  padding-top: 110px;
  background-size: cover;
}
.services .section-title h2:after {
    background: #1a70a1;
}
.services__title p {
  margin-bottom: 45px;
}

.services__item {
  margin-bottom: 30px;
}
.services__item:hover .services__item__icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.services__item h4 {
  color: #1b4962!important;
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 30px;
}
.services__item h4 a {
  color: #1b4962!important;
  text-decoration: none;
}
.services__item h4 a:hover, .services__item h4 a:focus{
  text-decoration: underline !important;
}
.services__item p {
  margin-bottom: 0;
}

.services__item__icon {
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
      margin: 0 auto;
}
.services__item__icon:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1d6e9b;
  content: "";
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

/*---------------------
  Services Page
-----------------------*/
.services-page {
  background: #176d9e;
  padding-bottom: 50px;
}

/*---------------------
  Logo
-----------------------*/
.logo {
  background: #176d9e;
  padding: 100px 20px;
}

.logo__carousel.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

/*---------------------
  Portfolio
-----------------------*/
.portfolio {
  background: #176d9e;
}

.portfolio__filter {
  text-align: center;
  margin-bottom: 40px;
}
.portfolio__filter li {
  list-style: none;
  font-size: 15px;
  color: #adadad;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
  padding: 6px 22px;
}
.portfolio__filter li.active {
  border: 1px solid #1d6e9b;
}
.portfolio__filter li:last-child {
  margin-right: 0;
}

.portfolio__item {
  margin-bottom: 35px;
}
.portfolio__item:hover .portfolio__item__text h4:after {
  opacity: 1;
}

.portfolio__item__video {
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 28px;
}
.portfolio__item__video .play-btn {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.portfolio__item__text {
  text-align: center;
}
.portfolio__item__text h4 {
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
}
.portfolio__item__text h4:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #333;
  content: "";
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  opacity: 0;
}
.portfolio__item__text ul li {
  list-style: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  margin-right: 24px;
  position: relative;
  color: #adadad;
}
.portfolio__item__text ul li:after {
  position: absolute;
  right: -16px;
  top: 0;
  content: "/";
}
.portfolio__item__text ul li:last-child {
  margin-right: 0;
}
.portfolio__item__text ul li:last-child:after {
  display: none;
}
.portfolio__item__text span {
  font-size: 15px;
  font-weight: 300;
  color: #adadad;
  display: block;
}

.pagination__option {
  text-align: center;
  padding-top: 20px;
}
.pagination__option.blog__pagi {
  padding-top: 5px;
}
.pagination__option .arrow__pagination {
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
}
.pagination__option .arrow__pagination.left__arrow {
  margin-right: 26px;
}
.pagination__option .arrow__pagination.right__arrow {
  margin-left: 18px;
}
.pagination__option .arrow__pagination span {
  opacity: 0.5;
}
.pagination__option .number__pagination {
  font-size: 18px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  background: rgba(242, 242, 242, 0.1);
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin-right: 6px;
}

/*---------------------
    Blog
-----------------------*/
.blog {
  background: #176d9e;
}

.blog__item {
      padding: 40px 48px 50px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
  background: #fff !important;
}
.blog__item:hover {
  /*border: 1px solid transparent !important;*/
  background: url(../img/blog/blog-2.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.blog__item:hover ul li {
}
.blog__item h4 {
  color: #3a3a3a;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 18px;
  font-size: 18px;
}
.blog__item .job-card__info ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.blog__item .job-card__info ul li {
    font-size: 15px;
    color: #666;
    position: relative;
    list-style: disc;
    padding-right: 0;
    font-weight: 500;
}
.blog__item ul {
  margin-bottom: 20px;
}
.blog__item ul li {
  color: #fff;
  list-style: none;
  font-size: 14px;
  font-weight: 300;
  margin-right: 25px;
  position: relative;
  display: inline-block;
}
.blog__item ul li:after {
  position: absolute;
  right: -16px;
  top: 0px;
  content: "/";
}
.blog__item ul li:last-child {
  margin-right: 0;
}
.blog__item ul li:last-child:after {
  display: none;
}
.blog__item p {
  line-height: 25px;
  margin-bottom: 22px;
  color: #3a3a3a;
  font-size: 14px;
}
.blog__item a {
  font-size: 15px;
  color: #3a3a3a;
  width: 14px;
  display: inline-block;
  position: absolute;
z-index: 1;
}
.owl-nav {
  font-size: 32px;
    color: #fff;
    /* display: initial; */
    margin: 0 auto;
    text-align: center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    padding: 0 4px !important;
}
.blog__item a img {
  width: 100%;
}
.blog__item a span {
  font-size: 15px;
  color: #ffffff;
  opacity: 0.5;
  position: relative;
  top: 4px;
  margin-left: 5px;
}

/*---------------------
  Blog Details Hero
-----------------------*/
.blog-hero {
  padding: 300px 0 230px;
}

.blog__hero__text {
  text-align: center;
}
.blog__hero__text h2 {
  color: #ffffff;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 12px;
}
.blog__hero__text ul li {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  list-style: none;
  display: inline-block;
  margin-right: 25px;
  position: relative;
}
.blog__hero__text ul li:after {
  position: absolute;
  right: -18px;
  top: 0;
  content: "/";
}
.blog__hero__text ul li:last-child {
  margin-right: 0;
}
.blog__hero__text ul li:last-child:after {
  display: none;
}


/*---------------------
  Blog Details
-----------------------*/
.blog-details {
  background: #176d9e;
}

.blog__details__text {
  margin-bottom: 30px;
}
.blog__details__text p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  margin-bottom: 20px;
}
.blog__details__text p:last-child {
  margin-bottom: 0;
}

.blog__details__quote {
  border: 1px solid rgba(225, 225, 225, 0.8);
  padding: 35px 90px 35px 40px;
  position: relative;
  margin-bottom: 35px;
}
.blog__details__quote p {
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
  font-style: italic;
  margin-bottom: 10px;
}
.blog__details__quote h6 {
  font-size: 15px;
  color: #adadad;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.blog__details__quote i {
  font-size: 36px;
  color: #1d6e9b;
  position: absolute;
  right: 30px;
  bottom: 25px;
}

.blog__details__desc {
  margin-bottom: 50px;
}
.blog__details__desc p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  margin-bottom: 20px;
}
.blog__details__desc p:last-child {
  margin-bottom: 0;
}

.blog__details__tags {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 65px;
}
.blog__details__tags span {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
  margin-right: 25px;
}
.blog__details__tags a {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  display: inline-block;
  margin-right: 11px;
  padding: 8px 15px 7px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.1);
}

.blog__details__option {
  margin-bottom: 40px;
}

.blog__details__option__item {
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
}
.blog__details__option__item h5 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 25px;
}
.blog__details__option__item h5 i {
  font-size: 18px;
  margin-right: 5px;
}
.blog__details__option__item.blog__details__option__item--right h5 {
  text-align: right;
}
.blog__details__option__item.blog__details__option__item--right h5 i {
  margin-right: 0;
  margin-left: 5px;
}
.blog__details__option__item.blog__details__option__item--right .blog__details__option__item__img {
  float: right;
  margin-right: 0;
  margin-left: 25px;
}
.blog__details__option__item.blog__details__option__item--right .blog__details__option__item__text {
  margin-right: 25px;
  text-align: right;
  float: none;
}

.blog__details__option__item__img {
  float: left;
  margin-right: 25px;
}

.blog__details__option__item__text {
  overflow: hidden;
}
.blog__details__option__item__text h6 {
  color: #ffffff;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 5px;
}
.blog__details__option__item__text span {
  font-size: 14px;
  color: #777777;
  font-weight: 300;
}

.blog__details__recent {
  margin-bottom: 60px;
}
.blog__details__recent h4 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}

.blog__details__recent__item {
  margin-bottom: 30px;
}
.blog__details__recent__item img {
  min-width: 100%;
  margin-bottom: 20px;
}
.blog__details__recent__item h5 {
  color: #ffffff;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 4px;
}
.blog__details__recent__item span {
  color: #777777;
  font-size: 14px;
  font-weight: 300;
}

.blog__details__comment h4 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}
.blog__details__comment form textarea {
  height: 120px;
  width: 100%;
  border: 1px solid rgba(225, 225, 225, 0.5);
  background: transparent;
  font-size: 15px;
  color: #adadad;
  padding-top: 12px;
  padding-left: 20px;
  font-weight: 300;
  margin-bottom: 14px;
  resize: none;
}
.blog__details__comment form textarea:placeholder {
  color: #adadad;
}

.input__list {
  margin-right: -20px;
  overflow: hidden;
}
.input__list input {
  height: 50px;
  width: calc(33.33% - 20px);
  float: left;
  border: 1px solid rgba(225, 225, 225, 0.5);
  background: transparent;
  font-size: 15px;
  color: #adadad;
  padding-left: 20px;
  font-weight: 300;
  margin-right: 20px;
  margin-bottom: 20px;
}
.input__list input:placeholder {
  color: #adadad;
}

/*---------------------
  Contact Widget
-----------------------*/
.contact-widget {
  background: #176d9e;
  padding-bottom: 70px;
}

.contact__widget__item {
  margin-bottom: 30px;
}

.contact__widget__item__icon {
  height: 70px;
  width: 70px;
  border: 1px solid rgba(225, 225, 225, 0.5);
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
}
.contact__widget__item__icon i {
  font-size: 30px;
  color: #ffffff;
}

.contact__widget__item__text {
  overflow: hidden;
  padding-top: 7px;
}
.contact__widget__item__text h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact__widget__item__text p {
  margin-bottom: 0;
}

/*---------------------
  Contact
-----------------------*/
.contact {
  background: #176d9e;
  padding-top: 0;
  overflow: hidden;
}

.contact__map {
  height: 450px;
}
.contact__map iframe {
  width: 100%;
}

.contact__form h3 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 35px;
}
.contact__form form input {
  height: 50px;
  width: 100%;
  border: 1px solid rgba(225, 225, 225, 0.5);
  background: transparent;
  font-size: 15px;
  color: #adadad;
  padding-left: 20px;
  font-weight: 300;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.contact__form form input:placeholder {
  color: #adadad;
}
.contact__form form input:focus {
  border-color: #e1e1e1;
}
.contact__form form textarea {
  height: 110px;
  width: 100%;
  border: 1px solid rgba(225, 225, 225, 0.5);
  background: transparent;
  font-size: 15px;
  color: #adadad;
  padding-top: 12px;
  padding-left: 20px;
  font-weight: 300;
  margin-bottom: 14px;
  resize: none;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.contact__form form textarea:placeholder {
  color: #adadad;
}
.contact__form form textarea:focus {
  border-color: #e1e1e1;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
/* Medium Device = 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__nav__menu {
    margin-right: 25px;
  }

  .header__nav__menu ul li {
    margin-right: 25px;
  }

  .header__nav__social {
    padding-left: 25px;
  }

  .counter__item::before {
    display: none;
  }

  .counter__content {
    padding: 0px 145px 0 50px;
  }

  .counter__item.second__item {
    margin-top: -210px;
  }

  .counter__item.four__item {
    margin-top: -210px;
  }

  .hero__slider.owl-carousel .owl-dots {
    max-width: 930px !important;
  }
}
/* Tablet Device = 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__slider.owl-carousel .owl-dots {
    max-width: 690px !important;
  }

  .services__title {
    margin-bottom: 50px;
  }

  .counter__item {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
    margin-bottom: 30px;
    width: auto;
  }

  .counter__item::before {
    display: none;
  }

  .counter__content {
    padding: 0;
  }

  .counter__item.second__item {
    margin-top: 0;
  }

  .counter__item.four__item {
    margin-top: 0;
  }

  .counter__item__text {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
  }

  .counter {
    height: auto;
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .team__item.team__item--second {
    margin-top: 0;
  }

  .team__item.team__item--third {
    margin-top: 0;
  }

  .team__item.team__item--four {
    margin-top: 0;
  }

  .team__btn {
    position: relative;
    padding-top: 50px;
  }

  .about__pic {
    margin-bottom: 50px;
  }

  .about__text {
    padding-left: 0;
  }

  .portfolio__filter li {
    padding: 6px 15px;
  }

  .slicknav_menu {
    background: transparent;
    padding: 0;
    display: block;
  }

  .slicknav_nav ul {
    margin: 0;
    padding: 10px 30px;
  }

  .slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #ffffff;
    font-weight: 600;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }

  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }

  .slicknav_nav {
    background: #222222;
  }

  .slicknav_btn {
    position: absolute;
    right: 10px;
    top: 26px;
    background: #1d6e9b;
  }

  .header .container {
    position: relative;
  }

  .header__nav__option {
    display: none;
  }
}
/* Wide Mobile = 480px */
@media only screen and (max-width: 767px) {
  .services__title {
    margin-bottom: 50px;
  }

  .counter__item {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
    margin-bottom: 30px;
    width: auto;
  }

  .counter__item::before {
    display: none;
  }

  .counter__content {
    padding: 0;
  }

  .counter__item.second__item {
    margin-top: 0;
  }

  .counter__item.four__item {
    margin-top: 0;
  }

  .counter__item__text {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
  }

  .counter {
    height: auto;
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .team__item.team__item--second {
    margin-top: 0;
  }

  .team__item.team__item--third {
    margin-top: 0;
  }

  .team__item.team__item--four {
    margin-top: 0;
  }

  .team__btn {
    position: relative;
    padding-top: 50px;
  }

  .about__pic {
    margin-bottom: 50px;
  }

  .about__text {
    padding-left: 0;
  }

  .hero__slider.owl-carousel .owl-dots {
    max-width: auto;
    padding: 0 15px;
  }

  .slicknav_menu {
    background: transparent;
    padding: 0;
    display: block;
  }

  .slicknav_nav ul {
    margin: 0;
    padding: 10px 30px;
  }

  .slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #ffffff;
    font-weight: 600;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }

  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }

  .slicknav_nav {
    background: #222222;
  }

  .slicknav_btn {
    position: absolute;
    right: 10px;
    top: 26px;
    background: #1d6e9b;
  }

  .header .container {
    position: relative;
  }

  .header__nav__option {
    display: none;
  }

  .hero__text h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .grid-sizer {
    width: calc(50% - 10px);
  }

  .work__item.wide__item {
    width: calc(50% - 10px);
  }

  .work__item {
    width: calc(50% - 10px);
  }

  .work__item.large__item {
    width: calc(50% - 10px);
  }

  .footer__top__social {
   /* text-align: left;*/
    padding-top: 30px;
  }

  .portfolio__filter li {
    margin-bottom: 10px;
  }

  .input__list {
    margin-right: 0;
  }

  .input__list input {
    width: 100%;
    margin-right: 0;
  }

  .contact__map {
    margin-bottom: 40px;
  }

  .team__item {
    margin-bottom: 20px;
  }

  .team .p-0 {
    padding: 0 15px !important;
  }

  .about__pic__item {
    margin-right: 0;
  }

  .blog__details__quote {
    padding: 30px 45px 35px 35px;
  }
}
/* Small Device = 320px */
@media only screen and (max-width: 479px) {
  .hero__text h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-sizer {
    width: 100%;
  }

  .work__item.wide__item {
    width: 100%;
  }

  .work__item {
    width: 100%;
    margin-right: 0;
  }

  .work__item.large__item {
    width: 100%;
  }

  .work__gallery {
    margin-right: 0;
  }

  .pagination__option .arrow__pagination.left__arrow {
    margin-right: 15px;
  }

  .pagination__option .arrow__pagination.right__arrow {
    margin-left: 10px;
  }

  .blog__details__quote {
    padding: 30px 40px 35px 35px;
  }
}
.about-style1__image {
    position: relative;
    display: block;
    max-width: 585px;
    margin-right: -15px;
}

.about-style1__image .shape-1 {
    position: absolute;
    top: 60px;
    left: -100px;
    width: 120px;
    height: 170px;
    background-color: #1a70a1;
    -moz-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    -o-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    z-index: 2;
}

.about-style1__image .shape-2 {
    position: absolute;
    top: 230px;
    left: -170px;
    width: 80px;
    height: 80px;
    background-color: #3f3f3f;
    -moz-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    -o-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    z-index: 2;
}
.about-style1__image:hover .inner img {
    /*-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);*/
}
.about-style1__image .inner img {
    width: 100%;

    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.about-style1__image .inner::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .1) 100%);
    transform: skewX(1deg);
    z-index: 1;
}
.MultiCarousel { float: left; overflow: hidden; padding: 0px; width: 100%; position:relative; }
.MultiCarousel{}
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div {     text-align: left;
    padding: 25px;
    margin: 12px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    color: #666;
    min-height: 90px;
  }
    .MultiCarousel .leftLst, .MultiCarousel .rightLst {     position: absolute;
      background: #fff !important;
    color: #176d9e;
    border-radius: 4px;
    top: calc(50% - 20px);
    padding: 3px 7px;
    background: transparent;
    width: 30px;
    height: 30px;
    border: 1px solid;
  cursor: pointer;}
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; padding: 3px 10px; }

.MultiCarousel .MultiCarousel-inner .item > div a img {
  width: 16px;
  margin-top: 20px;
}

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc;     color: #999;}
.services__item .primary-btn {
  color: #1a70a1;
  margin-top: 15px;
}
.services__item .primary-btn:before {
    border-left: 2px solid #1a70a1;
    border-top: 2px solid #1a70a1;
}
 .services__item .primary-btn:after {
   border-right: 2px solid #1a70a1;
   border-bottom: 2px solid #1a70a1;
 }
 .industries {
  background: linear-gradient(75deg, #225b7b 0%, #143749 100%);
 }
.industries .section-title h2, .industries .section-title span {
    color: #fff;
}
.industries .section-title h2:after {
    background-color: #fff;
}
 .post-module {
   position: relative;
   z-index: 1;
   display: block;
   min-width: 270px;
   height: 430px;
   -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
   -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
   box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
   -webkit-transition: all 0.3s linear 0s;
   -moz-transition: all 0.3s linear 0s;
   -ms-transition: all 0.3s linear 0s;
   -o-transition: all 0.3s linear 0s;
   transition: all 0.3s linear 0s;
 }
 .post-module:hover,
 .hover {
   -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
 }
 .post-module:hover .thumbnail img,
 .hover .thumbnail img {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   transform: scale(1.1);
   opacity: 1;
 }
 .post-module .thumbnail {
   overflow: hidden;
 }
 .post-module .thumbnail .date {
   position: absolute;
   top: 20px;
   right: 20px;
   z-index: 1;
   background: #e74c3c;
   width: 55px;
   height: 55px;
   padding: 12.5px 0;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
   color: #FFFFFF;
   font-weight: 700;
   text-align: center;
   -webkti-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 .post-module .thumbnail .date .day {
   font-size: 18px;
 }
 .post-module .thumbnail .date .month {
   font-size: 12px;
  
 }
 .post-module .thumbnail img {
   display: block;
   width: 120%;
   -webkit-transition: all 0.3s linear 0s;
   -moz-transition: all 0.3s linear 0s;
   -ms-transition: all 0.3s linear 0s;
   -o-transition: all 0.3s linear 0s;
   transition: all 0.3s linear 0s;
 }
 .post-module .post-content {
   background: #fff;
   position: absolute;
   bottom: 0;
   width: 100%;
    padding: 30px 30px 15px 30px;
   -webkti-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
   -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
   -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
   -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
   transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
 }
.post-module .post-content a img {
   width: 16px;
   margin-top: 10px;
}
 .post-module .post-content .category {
   position: absolute;
   top: -34px;
   left: 0;
   background: #e74c3c;
   padding: 10px 15px;
   color: #FFFFFF;
   font-size: 14px;
   font-weight: 600;
  
 }
 .post-module .post-content .title {
   margin: 0;
   padding: 0 0 10px;
   color: #000;
   font-size: 20px;
   font-weight: 700;
 }
 .post-module .post-content .sub_title {
   margin: 0;
   padding: 0 0 15px;
   color: #000;
   font-size: 16px;
   font-weight: 600;
  
 }
 .post-module .post-content .description {
   display: none;
       color: #000;
       font-size: 14px;
       line-height: 1.8em;
       height: 263px;
 }
 .post-module .post-content .post-meta {
   margin: 30px 0 0;
   color: #999999;
 }
 .post-module .post-content .post-meta .timestamp {
   margin: 0 16px 0 0;
 }
 .post-module .post-content .post-meta a {
   color: #999999;
   text-decoration: none;
 }
 .hover .post-content .description {
   display: block !important;
   height: auto !important;
   opacity: 1 !important;
 }

 .column {
   width: 50%;
   padding: 0 25px;
   -webkti-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   float: left;
 }
 .column .demo-title {
   margin: 0 0 15px;
   color: #666666;
   font-size: 18px;
   font-weight: bold;
   text-transform: uppercase;
 }
 .info {
   width: 300px;
   margin: 50px auto;
   text-align: center;
 }
 .info h1 {
   margin: 0 0 15px;
   padding: 0;
   font-size: 24px;
   font-weight: bold;
   color: #333333;
 }
 .info span {
   color: #666666;
   font-size: 12px;
 }
 .info span a {
   color: #000000;
   text-decoration: none;
 }
 .info span .fa {
   color: #e74c3c;
 }
 .services .primary-btn:before {
     border-left: 2px solid #1a70a1;
     border-top: 2px solid #1a70a1;
 }
.services .primary-btn:after {
     border-right: 2px solid #1a70a1;
     border-bottom: 2px solid #1a70a1;
 }
.services .primary-btn {
     color: #1a70a1;
         padding: 18px 32px 18px;
 }
  .services a.primary-btn:hover, .services a.primary-btn:focus {
     text-decoration: none;
     outline: none;
     color: #1a70a1;
 }
.services-list ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services-list ul li a {
  color: #000;
      font-size: 26px;
      font-weight: 400;
      padding-bottom: 20px;
      display: inherit;
      border-bottom: 1px solid;
      margin-bottom: 20px;
}
.blogs .services__item p {
    min-height: 135px;
}

.blogs .services__item img{
  border-radius: 25px;
}
.services-list ul li a img {
  max-width: 100%;
  float: right;
  position: relative;
  top: 10px;
  width: 20px;
}
.services-list {
      padding-top: 10rem;
}
.owl-carousel.owl-drag .owl-item {
    border: none;
}
.testimonial__slider .owl-item, .testimonial__slider2 .owl-item {
  border: 1px solid #e9e9e9 !important;
}
.testimonial__slider.owl-carousel .owl-item .col-lg-4,
.testimonial__slider2.owl-carousel .owl-item .col-lg-4 {
      border-bottom: 1px solid #e9e9e9;
}
.testimonial .section-title h2 {
    color: #1b4962;
    font-weight: 700;
    position: relative;
    padding-bottom: 25px;
}
.blogs {
  background-color: #1b4962;
}
.blogs .section-title h2, .blogs .section-title span, .blogs .section-title h2 {
    color: #fff;
}
.blogs .section-title h2:after {
    background-color: #fff;
}
.blogs .services__item {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
}
.blogs a img {
    width: 16px;
    margin-top: 10px;
}
.press-release-rt {
  padding-left: 30px;
}
.press-release-rt h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 30px;
}
.press-release-rt ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.press-release-rt ul li a, .press-release-rt ul li p {
  color: #fff;
}
.press-release-rt ul li a:hover, .press-release-rt ul li a:focus,
.press-release-rt ul li p:hover, .press-release-rt ul li p:focus {
  text-decoration: underline;
}
.press-release-rt ul li p {
  padding-top: 15px;
}
.press-release-rt ul li p:hover,
.press-release-rt ul li p:focus {
  text-decoration: none;
}
.press-release-rt ul li:last-child {
  border: none;
}
.industries .col-md-3 {
  margin-bottom: 30px;
}
.inner-page {
      background: rgba(255,255,255,1);
}
.about-banner {
  background: linear-gradient(rgba(3, 15, 39, 0.856), rgba(3, 15, 39, 0.842)), url(img/https://creativesoft.co.za/wp-content/uploads/2017/04/blog-post-14.jpg);
  width: 100% !important;
 background-size: cover;
position: relative;
padding-top: 135px;
height: auto;
}

.what-we-do {
  top: 0 !important;
}
.contact-us {
  padding-bottom: 0 !important;
}
.about .services__item__icon {

    margin: inherit;
}
.page-title .block h1 {
      font-family: 'Raleway', sans-serif;
  color: #fff;
  text-align: left;
  font-weight: 600 !important;
  /* text-shadow: 0px 2px #000; */
  font-size: 40px;
  padding: 0;
  margin-bottom: 25px !important;
}
.why-choose-us {
  background: url(../img/why-choose-us.png);
  border-top: 1px solid #f0e5e5;
}
.why-choose-us .services__title p, .why-choose-us .section-title h2, .why-choose-us .section-title span,
.why-choose-us p {
  color: #1a70a1;
}
.why-choose-us .section-title h2:after {
    background: #1a70a1;
}
.why-choose-us .primary-btn {
        color: #1a70a1 !important;
}
.why-choose-us .primary-btn:before {
  border-left: 2px solid #1a70a1;
      border-top: 2px solid #1a70a1;
}
.why-choose-us .primary-btn:after {
    border-right: 2px solid #1a70a1;
    border-bottom: 2px solid #1a70a1;
}
.why-choose-us .services__item p {
  color: #3a3a3a !important;
  min-height: inherit;
  justify-content: center;
}
.why-choose-us .services__title p {
    color: #3a3a3a !important;
}
.why-choose-us .services__item {
    text-align: left;
}
.why-choose-us .services__item__icon {
    margin: inherit;
}
.cta-section-02 {
  margin: 80px 0 40px;
}

.cta-section-02 .cta-wrap {
  background-image: url("https://creativesoft.co.za/wp-content/uploads/2019/04/bgn-searching.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #1d70b7;
  position: relative;
  border-radius: 10px;
  padding: 55px 105px;
  margin-bottom: -90px;
}


.cta-section-02 .cta-wrap .cta-content p {
  font-size: 28px;
      line-height: 44px;
      font-weight: 300;
      padding-left: 90px;
      color: #ffffff;
      margin: 0;
}

.cta-section-02 .cta-wrap .cta-content .cta-icon {

      width: 115px;
      height: 115px;
      line-height: 110px;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      top: -100px;
      left: -50px;
      background: #141736;
}

.cta-section-02 .cta-wrap .cta-btn {
  text-align: right;
}

.cta-section-02 .cta-wrap .cta-btn .btn {
  font-size: 18px;
  background: #ffffff;
  color: #0e0e0e;
  padding: 10px 35px;
}

.cta-section-02 .cta-wrap .cta-btn .btn:hover,
.cta-section-02 .cta-wrap .cta-btn .btn:focus {
  background: #1a70a1 !important;
  color: #fff;
  border: 1px solid #fff;
}

@media only screen and (max-width: 991px) {
  .cta-section-02 .cta-wrap .cta-content {
    text-align: center;
    margin-top: 40px;
  }
  .cta-section-02 .cta-wrap .cta-content .cta-icon {
    left: 50%;
    transform: translateX(-50%);
  }
  .cta-section-02 .cta-wrap .cta-content p {
    padding-left: 0;
  }
  .cta-section-02 .cta-wrap .cta-btn {
    text-align: center;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-section-02 .cta-wrap {
    padding: 55px 60px;
  }
}

@media only screen and (max-width: 449px) {
  .cta-section-02 .cta-wrap {
    padding: 55px 25px;
  }
}
.section-header {
  margin-bottom: 50px;
  text-align: center;
}

.section-header h2 {
  color: #FFF;
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 20px;
}

.section-header p {
  color: #FFF;
}


.contact-info {
  width: 45%;
  padding-left: 5%;
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: #1a70a1;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
}

.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
  /*color: #3a3a3a;
  font-size: 1.4em;
  margin-bottom: 5px;*/
}

.contact-info-content p {
  /*color: #3a3a3a;
  font-size: 1em;*/
}

.contact-form {
  background-color: #fff;
  padding: 40px;
  width: 45%;
  padding-bottom: 80px;
  padding-top: 80px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.contact-form h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 30px;
  color: #333;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea{
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #3a3a3a;
  outline: none;
  resize: none;
}

.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}

.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span{
  color: #e91e63;
  font-size: 12px;
  transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"]
{
  width: 100%;

  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  transition: 0.5s;
  background: #176d9e;
color: #fff;
border: 1px solid #176d9e;
border-radius: 25px;
}

.contact-form .input-box input[type="submit"]:hover
{
  background: #fff;
  color: #176d9e;
}

@media (max-width: 991px) {


  .contact-info {
    margin-bottom: 40px;
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }
}
.about .services__item p {
    margin-bottom: 0;
    min-height: inherit;
}

.about_header_main {
  padding-top: 4rem;
}
.bg-light {
    background-color: #f4f4f4 !important;
}
.bg-light {
    background-color: #f4f4f4 !important;
}
.section_all {
  background: #f3f3f3 !important;
    position: relative;
    min-height: 100vh;
}
.section-title {
    font-weight: 700;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}
.text_custom {
  color: #1a70a1;
      font-size: 30px;
      font-weight: 400 !important;
}

.about_icon i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #00bd2a;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_header_main .about_heading {
  max-width: 450px;
  font-size: 24px;
  font-weight: 300 !important;
  line-height: 40px;
  text-transform: initial !important;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}
.services-block .section-title h2 {
  color: #1a70a1;
}
.img_about img {
  border-radius: 15px;
}
.tabs {
  /* position: absolute; */
  top: 50%;
  left: 50%;
  /* transform: translate(-50%,-50%); */
  width: 100%;
  height: 490px;
  padding: 30px 20px;
  background: #f5f5f5;
    box-shadow: 5px 5px 100px 5px #ccc;
  overflow: hidden;
}
.tabs .tab-header {
  float: left;
  width: 30%;
  height: 100%;
  border-right: 1px solid #ccc;
  padding: 50px 0px;
}
.tabs .tab-header > div {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  cursor: pointer;
  padding-left: 10px;
}
.tabs .tab-header > div:hover,
.tabs .tab-header > div.active {
  color:#1a70a1;
}
.tabs .tab-header div i {
  display:inline-block;
  margin-left:10px;
  margin-right:5px;
}
.tabs .tab-content {
  position:relative;
  height:100%;
  overflow:hidden;
}
.tabs .tab-content > div > i {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #1a70a1;
  color: #f5f5f5;
  font-size: 25px;
  font-weight: 100;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.tabs .tab-content > div {
  position: absolute;
  text-align: left;
  padding: 0px 0 0 30px;
  top: -200%;
  transition: all 500ms ease-in-out;
  margin-bottom: 15px;
}
.tabs .tab-content > div img {
  margin-bottom: 30px;
}
.tabs .tab-content > div.active {
  top:0px;
}

.tabs p {
    margin: 0 0 15px 0;
}

.tabs .tab-indicator {
  position: absolute;
      width: 4px;
      height: 50px;
      background: #1a70a1;
      left: 361px;
      top: 80px;
      transition: all 500ms ease-in-out;
}
.tabs h2 {
    font-size: 24px;
    padding-bottom: 15px;
}
.sec-header {
    position: relative;
    top: 114px;
    color: #fff !important;
}
.sec-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg,#05203d 20%,rgba(0,42,78,.9) 30%,rgba(55,115,124,.5) 50%,rgba(55,115,124,0) 65%);
}
.sec-header h6 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 15px;
}
.sec-header h6, .sec-header p {
  color: #fff !important;
}
.sec-header .ga-btn {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid;
  padding: 15px 30px;
  /* position: absolute; */
  bottom: 10rem;
  /* margin-left: -10px; */
  letter-spacing: 1px;
  font-weight: 700;
  background: #176d9e;
  border-color: #176d9e;
  margin-right: 10px;
}
.sec-header .ga-btn:hover,
.sec-header .ga-btn:focus {
  background: #141736;
  border-color: #141736;
}
.btn--white {
  background: #fff !important;
  color: #176d9e !important;
}
.transform {
  position: relative;
  top: 109px;
}
.transform .section-title h2 {
    color: #1a70a1;
}
.benefits {
  background: #fff;
}
.benefits p {
    min-height: 80px;
}
.benefits .services__title p, .benefits .section-title h2, .benefits .section-title span {
    color: #1d70b7;
}
.benefits .section-title h2:after {
    background: #1a70a1;
}
.benefits p, .benefits .services__item h4 {
    color: #3a3a3a;
}
.benefits .services__item {
    text-align: left;
}
.benefits .col-md-4 {
  margin-top: 0px;
      padding-right: 30px;
}
.benefits .col-md-4 img {
      margin-top: -5px;
  border-radius: 15px;
}
.benefits .services__item {
  margin-bottom: 0px;
}
.latest .section-title.center-title {
  text-align: left;
}
.latest .section-title.center-title h2:after {
    right: 0;
    margin: inherit;
}

.latest .primary-btn {
    color: #fff;
    padding: 18px 32px 18px;
    margin-bottom: 30px;
}
.job-listing {
  margin-top: 114px;
}

.job-title {
  font-weight: 600;
}

ul.job-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.job-list > li.job-preview {
  background: whitesmoke;
  border: 1px solid #d7e2e9;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  float: left;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.job-preview .btn {
  margin-top: 8px;
  color: #176d9e;
}

.btn-apply {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  background-color: transparent;
  color: #176d9e;
  border: 2px solid #176d9e;
  padding: 0.6rem 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
}

.btn-apply:hover, .btn-apply:focus {
  background-color: #176d9e;
  color: #fff !important;
  border: 2px solid #176d9e;
}

ul.job-list > li.job-preview:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.job-card__info ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.job-card__info ul {
  display: flex;
  margin-left: 15px;
  margin-top: 15px;
}

.job-card__info ul li {
    font-size: 15px;
    color: #666;
    position: relative;
    list-style: disc;
        padding-right: 35px;
}

.modal-dialog {
    max-width: 800px;
}

.modal-content {
    border: none;
    border-radius: 0;
}

.modal-title {
    font-size: 24px;
    font-weight: 600;
    display: initial;
}

.modal-header {
      background: #fff;
      display: inline-block;
      padding-bottom: 25px;
      position: fixed;
      position: fixed;
       width: 800px;
}

.modal-dialog .btn.btn-apply {
  margin-left: 30px;
  position: relative;
  top: 17px;
  float: right;
  right: 40px;
}

.close {
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 300;
}

.modal-body {
    padding: 1rem;
    top: 110px;
    background: #fff;
    border-top: 1px solid #f1e0e0;
    overflow-y: scroll;
    height: 500px;
}
.modal-dialog h3 {
    font-size: 20px;
    padding-top: 10px;
}
.modal-dialog h4 {
    font-size: 16px;
    padding-top: 10px;
    font-weight: 600;
}
.modal-body ul {
  margin: 30px;
  color: #666;
  margin-bottom: 15px;
}
.modal-body ul li {
  padding-bottom: 15px;
}
.longEnough {
  max-height: 500px;
  overflow: auto;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(23 109 158) !important;
    background-color: rgb(23 109 158) !important;
}

.modal-body ul li ul {
    margin: 15px 15px 0 16px;
    margin-bottom: -15px;
}

.contact-form .form-control {
    box-shadow: none !important;
    border: 1px solid #e7e5e5;
    padding: 0.375rem 1rem;
    height: 50px;
}
.contact-form textarea {
  height: 100px !important;
}
.contact-form .attachment {
  border: none;
  background: none;
  font-size: 14px;
  padding: 5px 0;
  height: inherit;
}
