html {
  font-family: 'Montserrat', sans-serif;
}

body {
  font-family: 'Montserrat', sans-serif;
}
.banner h1{
       margin-top: 5% !important;
    font-size: 54px !important;
    color: #fff !important;
    text-transform: capitalize !important;
}
.banner p {
    color: #fff !important;
}
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #fff;
}
.nav-brand img{
    max-width:160px;
}
.row {
  width: 100%;
  margin: 0px;
}

.img-control {
  width: 100%;
}

.cont {
  padding: 0px;
  position: relative;
  width: 1100px;
  margin: 0 auto;
  z-index: 20;
}

@media only screen and (min-width: 1400px) {
  .cont {
    width: 1300px;
  }
}

@media only screen and (max-width: 1200px) {
  .cont {
    width: 950px;
  }
}

@media only screen and (max-width: 1024px) {
  .cont {
    width: 768px;
  }
}

@media only screen and (max-width: 768px) {
  .cont {
    width: 600px;
  }
}

@media only screen and (max-width: 680px) {
  .cont {
    width: 420px;
  }
}

@media only screen and (max-width: 480px) {
  .cont {
    width: 300px;
  }
}

@media only screen and (max-width: 320px) {
  .cont {
    width: 90%;
  }
}

.custom-btn {
  position: relative;
  display: inline-block;
  width: auto;
  font-family: inherit;
  line-height: 2em;
  letter-spacing: .02em;
  outline: 0;
  padding: 7px 38px;
  cursor: pointer;
  color: #fff;
}

.one-btn {
  background: #ff5e14;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.one-btn:hover {
  -webkit-box-shadow: 0px 5px 10px 0px #ff5e14;
          box-shadow: 0px 5px 10px 0px #ff5e14;
}

.two-btn {
  background: #00235a;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.two-btn:hover {
  -webkit-box-shadow: 0px 5px 10px 0px #00235a;
          box-shadow: 0px 5px 10px 0px #00235a;
}



@media (min-width: 992px) {
  .slider,
  .slide {
    height: 100vh;
  }
}

.slide {
  position: relative;
}

.slide .bottom-back {
  position: fixed;
  bottom: 8px;
  z-index: 1;
  width: 100%;
}

.slide .bottom-back .img-control {
  height: 70px;
}

.slide .bottom-back .my-dots {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 0;
  text-align: left;
  height: 70px;
  bottom: 0;
}

.slide .bottom-back .my-dots button {
  padding: 0px;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 0%;
  z-index: 10;
}

.slide .bottom-back .my-dots li {
  list-style: none;
  margin: 0px;
  cursor: pointer;
  background: #fff;
  width: 70px;
  height: 70px;
  position: absolute;
}

.slide .bottom-back .my-dots .right {
  left: 70px !important;
}

.slide .bottom-back .my-dots .right button {
  background: #ff5e14;
}

.slide .bottom-back .my-dots .right button::before {
 
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slide .bottom-back .my-dots .left {
  left: 0;
}

.slide .bottom-back .my-dots .left button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slide .slide__img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slide .slide__img img {
  width: 100%;
  height: 100vh;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.slide .slide__content {
  width: 590px;
  position: absolute;
  top: 50%;
  color: #fff !important;

  left: 20%;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
}

.slide .slide__content--headings {
  text-align: left;
}

.slide .slide__content--headings .ust {
  font-size: 14px;
  font-weight: 800 !important;
  letter-spacing: 0px;
  color: #fff !important;

  text-transform: none;
}

.slide .slide__content--headings .alt {
  font-size: 20px;
  line-height: 62px;
  font-weight: 400;
  color: #fff !important;
  letter-spacing: 0px;
}

.slide .slide__content--headings h2 {
  font-weight: 900;
  font-size: 60px;
  text-transform: none;
  letter-spacing: -1px;
  color: #fff !important;
  line-height: 1.2;
}

.slide .slide__content--headings .custom-btn {
  margin: 16px 16px 16px 0px;
}

.slide .slide__content--headings .two {
  background: #00235a;
}

.slide .slide__content--headings .animated {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  z-index: 1;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 10px;
  width: 10px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: #00235a;
  opacity: 0.7;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
}

.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  opacity: 1;
  width: 15px;
  height: 15px;
}

.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#preloader {
  overflow: hidden;
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.affix .top-section {
  display: none;
  visibility: hidden;
}

header {
  position: fixed;
  z-index: 1000;
  width: 100%;
}

header .top-section {
  padding: 0px 30px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

header .top-section .item {
  margin-left: 4px;
  margin-right: 10px;
  color: #00235a;
  font-weight: 400;
}

header .top-section .item span {
  font-size: 14px;
}

header .top-section .first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top-section .social a {
  margin-left: 24px;
  color: #000;
}

header .top-section .social a:hover {
  color: #ff5e14;
}

.classy-load {
  
  
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  height: 70px;
  position: relative;
  width: 70px;
  z-index: 9;
}

.classy-load img {
  max-width: 100%;
  max-height: 100%;
}

.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  background-color: #fff;
}

.navigation * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.nav-header {
  float: left;
  background: #fff;
  width: 209px;
  height: 70px;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  -webkit-box-shadow: 0 .5em 0 0 #343a40, 0 1em 0 0 #343a40;
          box-shadow: 0 .5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  text-align: center;
  width: 100%;
  border-right: solid 1px #d1d1d1;
  border-top: solid 1px #d1d1d1;
}

.nav-menu > li:hover {
  background-image: url("../images/backLine.png");
  background-position: 520px 0;
  -webkit-transition: 15s linear;
  transition: 15s linear;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
  border-right: inset;
  border-right-width: thin;
  border-right-color: #565969;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600 !important;
 
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #00235a;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.nav-menu > li > a > [class*=ion-] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*=ion-] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border .2s;
  transition: border .2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #ff5e14;
}

.nav-search-button i {
  color: #fff;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: '';
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  -webkit-box-shadow: inset 0 0 0 32px;
          box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #00235a;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type=text],
.nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navigation-portrait .nav-search-inner input[type=text],
.navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li .box {
  position: relative;
  display: block;
  height: 6.2rem;
  z-index: 2;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #00235a;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #00235a #00235a transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*=container] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*=col-] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*=col-]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.alt-title{
  padding: 60px 0 0 0;
}
.alt-title h1 {
  padding-left: 30px;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: -.01em;
  font-weight: 800;
  text-transform: uppercase;
}
.alt-title h3{
  left: -30px;
    top: 0;
    text-transform: uppercase;
    font-size: 100px;
    color: transparent;
    line-height: 1em;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    zoom: 1;
    font-weight: 600;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    left: -30px;
}
.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a:hover {
  background-color: #00235a;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: #343a40;
  text-transform: capitalize;
  font-weight: 400;
}

.nav-dropdown > li > a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #00235a;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

.link {
  color: #00235a;
  padding: 10px;
  padding: 10px 17px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
}

.card {
  position: relative;
  min-height: 224px;
  padding: 35px 22px;
  border-radius: 0px;

    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 55%;
    background-origin: padding-box;
}

.card:hover {
  background-color: #00235a;
  background-image: url(../images/iconwhite.png);
    background-repeat: no-repeat;
    background-position-x: 120%;
    background-position-y: 150%;
    background-size: 55%;
    background-origin: padding-box;
  -webkit-box-shadow: -32px 32px 75px 0 rgba(122, 131, 153, 0.6);
          box-shadow: -32px 32px 75px 0 rgba(122, 131, 153, 0.6);
}

.card:hover .link {
  background: #ff5e14;
  color: #fff;
}

.card:hover .card-title {
  color: #fff;
}

.card:hover .card-alt {
  color: #fff;
}

.card:hover::before {
  background: #00235a;
}

.card .card-content {
  min-height: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card .card-title {
  text-transform: uppercase;
  margin: 0px;
  font-size: 12px;
  line-height: 2.33em;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  color: #565969;
}

.card .card-alt {
  font-size: 26px;
  line-height: 1.15em;
  color: #00235a;
  font-weight: 600;
}

.card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ff5e14;
}

.services {
  padding: 80px 0px;
}

.services .mx-custom {
  padding: 15px 15px 15px 0px;
}

.services .alt-title {
  padding: 60px 0 0 0;
  margin-bottom: 30px;
}

.services .alt-title h1 {
  color: #00235a;
    padding-left: 24px;
}

.services .row-alt {
  margin-top: 30px;
  position: relative;
}

.services .row-alt .mx-custom {
  padding: 30px 30px 30px 0px;
}

.services .row-alt .back {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  width: 74.5%;
  left: auto;
  right: 0;
  background-image: url("../images/default_pattern.png");
}

.services .row-alt .card {
  border: none;
  height: 100%;
  background: none;
}

.services .row-alt .card .card-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.services .row-alt .card .card-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.services .row-alt .card .card-text {
  color: #565969;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 20px 0px;
}

.services .row-alt .card .card-alt {
  font-size: 42px;
    line-height: .96em;
}

.services .row-alt .card::before {
  display: none;
  visibility: hidden;
}

.services .row-alt .card .custom-btn {
  background: #ff5e14;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.services .row-alt .card:hover {
  background: none;
  color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.services .row-alt .card:hover .card-title {
  color: #565969;
}

.services .row-alt .card:hover .card-alt {
  color: #00235a;
}

.services .row-alt .card:hover::before {
  background: none !important;
}

.ref {
  padding: 80px 0px;
  background-image: url("../images/refback.jpg");
}

.ref .mx-custom {
  padding: 20px;
}

.ref .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.ref .image:hover .bottom-image {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.ref .image:hover .top-image {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.ref .image .top-image {
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.ref .image .bottom-image {
  position: relative;
  display: block;
  width: 100%;
 
  margin: 0 auto;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.featured {
  padding: 80px 0px;
}

.featured .mx-custom {
  padding: 0px 20px 0px 0px;
}

.featured .alt-title {
  margin-bottom: 45px;
}


.featured .alt-title h1 {
  color: #00235a;
  padding-left: 30px;

}

.featured .image {
  margin: 10px 0px;
}

.featured .alt {
  margin: 10px 0px;
}

.featured .ust {
  margin: 10px 0px;
}

.featured .card {
  padding: 60px 35px;
  min-height: 419.33px;
}

.featured .card .card-icon {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.featured .card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.featured .card .card-content .card-text {
  margin: 10px 0px;
  text-align: justift;
}

.featured .card:hover {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.featured .card:hover .card-icon {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.featured .card:hover .card-title {
  color: #565969;
}

.featured .card:hover .card-alt {
  color: #00235a;
}

.featured .card:hover::before {
  background: #ff5e14;
}

.help {
  padding: 80px 0px;
  background-repeat: no-repeat;
    background-position: center;
 
}

.help .card {
  border: none;
  background: #ff5e14;
  padding: 76px 100px 85px 106px;
  color: #fff;
}

.help .card::before {
  visibility: hidden;
  display: none;
}

.help .card .card-title {
  font-size: 14px;
  color: #fff;
}

.help .card .custom-btn {
  background: #fff;
  color: #ff5e14;
}

.help .card .card-alt {
  color: #fff;
  font-size: 60px;
  line-height: .96em;
  letter-spacing: -.02em;
}

.help .card .card-text {
  margin: 20px 0px;
}

.help .card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.plan {
  padding: 80px 0px;
}

.plan .mx-custom {
  padding: 30px 15px;
}

.plan .back {
  background-image: url("../images/backLine.png");
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  width: 74.5%;
  left: auto;
  right: 0;
}

.plan .accordion {
  margin: 0 auto;
  list-style-type: none;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.plan .accordion .accordion-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 10px;
  font-size: 26px;
  font-weight: 600;
  text-decoration: none;
  color: #00235a;
  border-bottom: 1px solid #e5e5e5;
}

.plan .accordion .accordion-item a svg {
  position: absolute;
  right: 1rem;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.plan .accordion .accordion-item a:hover svg, .plan .accordion .accordion-item a:active svg {
  background: #ff5e14;
  color: #fff;
  fill: currentColor;
}

.plan .accordion .accordion-item a.active svg {
  -webkit-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
}

.plan .accordion .accordion-item .content {
  padding: 0 1rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s 0.15s;
  transition: 0.3s 0.15s;
}

.plan .accordion .accordion-item .content p {
  font-size: 1rem;
  color: #7f8c8d;
}

.plan .accordion .accordion-item .content.active {
  padding: 1rem;
  max-height: 10rem;
  opacity: 1;
}

.news {
  background: #f3f3f3;
  padding: 80px 0px;
  overflow: hidden;
}

.news .alt-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 45px;
}

.news .alt-title h1 {
  color: #001659;
  padding-left: 30px;

}

.news .alt-title span {
  color: #001659;
}

.news .alt-title span .link {
  background: #ff5e14;
  color: #001659;
  margin-left: 10px;
}

.news .mx-custom {
  padding: 15px;
}

.news .card {
  padding: 0px;
  border: none;
}

.news .card .card-alt {
  margin-bottom: 20px;
}

.news .card span {
  font-size: 16px;
  letter-spacing: .02em;
  font-weight: 500;
  color: #00235a;
  margin-top: 20px;
}

.news .card span a {
  margin-left: 10px;
  
}

.news .card .card-content {
  padding: 20px 34px 37px 34px;
}

.news .card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}

.news .card:hover::before {
  background: #ff5e14;
}

.news .card:hover .card-title {
  color: #565969;
}

.news .card:hover .card-alt {
  color: #ff5e14;
}

.portfolyo-page {
  padding: 80px 0px;
}

.portfolyo-page .buton {
  padding-top: 30px;
  width: 100%;
  text-align: center;
}

.portfolyo-page .buton .custom-btn {
  background: #ff5e14;
  color: #fff;
}

.portfolyo-page .mx-custom {
  padding: 15px;
}

.portfolyo-page .p-card {
  position: relative;
  overflow: hidden;
}

.portfolyo-page .p-card .img-control {
  min-height: 403px;
}

.portfolyo-page .p-card .card-image {
  overflow: hidden;
}

.portfolyo-page .p-card .card-image img {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.portfolyo-page .p-card .card-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
}

.portfolyo-page .p-card .card-content .p-card-title {
  font-size: 12px;
  line-height: 2.33em;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.portfolyo-page .p-card .card-content .p-card-alt {
  font-size: 26px;
  line-height: 1.15em;
  font-size: 600;
  color: #fff;
}

.portfolyo-page .p-card::before {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00235a;
  opacity: 0;
  z-index: 1;
}

.portfolyo-page .p-card:hover::before {
  opacity: 0.8;
}

.portfolyo-page .p-card:hover .card-content {
  opacity: 1;
  z-index: 2;
}

.portfolyo-page .p-card:hover .card-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.personel {
  padding: 80px 0px;
  background: #f2f3f5;
}

.personel .alt-title {
  margin-bottom: 45px;
}

.personel .alt-title h1 {
  color: #00235a;
  padding-left: 30px;

}

.personel .mx-custom {
  padding: 15px;
}

.personel .person {
  position: relative;
}

.personel .person .card-content {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: absolute;
  bottom: 30px;
  left: 30px;
  opacity: 0;
}

.personel .person .card-content .section {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.personel .person .card-content .name {
  font-size: 26px;
  line-height: 1.15em;
  font-weight: 600;
  color: #fff;
}

.personel .person .social {
  position: absolute;
  top: 20px;
  right: 15px;
  background: #ff5e14;
}

.personel .person .social i {
  color: #fff;
}

.personel .person .social .social-after {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  height: 0px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.personel .person .social .social-after a {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.personel .person::before {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00235a;
  opacity: 0;
}

.personel .person:hover .card-content {
  opacity: 1;
  z-index: 1;
}

.personel .person:hover::before {
  opacity: 0.9;
}

.personel .person .social:hover .social-after {
  height: 100px;
  opacity: 1;
}

.small-slider-page {
  padding: 80px 0px;
  /* fix blank or flashing items on carousel */
  /* end fix */
}

.small-slider-page .title {
  margin: 40px 0px 20px 0px;
}

.small-slider-page .title h3 {
  font-size: 40px;
  color: #00235a;
  font-weight: 600;
}

.small-slider-page .s-card .card-content {
  padding-top: 15px;
}

.small-slider-page .s-card .card-content .card-title {
  font-size: 12px;
  margin: 0px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  color: #565969;
}

.small-slider-page .s-card .card-content .card-alt {
  font-size: 25px;
  color: #00235a;
  font-weight: 600;
}

.small-slider-page .top-sectionn .top-title {
  line-height: 1em;
  font-size: 40px;
  color: #00235a;
  font-weight: 600;
  margin-bottom: 15px;
}

.small-slider-page .top-sectionn .text {
  color: #565969;
  font-size: 18px;
  font-weight: 400;
}

.small-slider-page .carousel-wrap {
  width: 100%;
  position: relative;
}

.small-slider-page .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.small-slider-page .owl-nav button {
  outline: none;
  width: 78px;
  height: 78px;
}

.small-slider-page .owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.small-slider-page .owl-nav i {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .small-slider-page .owl-prev {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: #fff !important;
  }
  .small-slider-page .owl-prev i {
    color: #000;
  }
  .small-slider-page .owl-prev:hover {
    background: #ff5e14 !important;
  }
  .small-slider-page .owl-prev:hover i {
    color: #fff;
  }
  .small-slider-page .owl-next {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: #ff5e14 !important;
  }
  .small-slider-page .owl-next i {
    color: #fff;
  }
  .small-slider-page .owl-next:hover {
    background: #fff !important;
  }
  .small-slider-page .owl-next:hover i {
    color: #000;
  }
}

.reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.reveal_visible {
  opacity: 1;
 
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.icon-bg {
  background: url(../images/iconblue.png);
  background-repeat: no-repeat;
  background-position-x: 120%;
    background-position-y: 150%;
  background-size: 55%;
  background-origin: padding-box;
  
}
.somebody-out {
  padding: 100px 0px;
  background: #ff5e14;
}

.somebody-out .mx-custom {
  padding: 15px;
}

.somebody-out .out-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.somebody-out .out-card .card-icon {
  margin-right: 15px;
}

.somebody-out .out-card .card-content .card-title {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
}

.somebody-out .out-card .card-content .card-text {
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 65%;
   
  }
}

@media screen and (max-width: 992px) {
    .megamenu-list .my_row .photo{
        display:none;
        visibility:hidden;
    }
    .megamenu-list .my_row .title{
            font-size: 16px;
    padding-bottom: 4px;
    }
  .alt-title h3 {
    display:none;
    visibility: hidden;
  }
  .alt-title h1 {
    padding: 0;
  }
  .align-to-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .align-to-right li {
    text-align: left;
  }
  .my_row li {
    margin-bottom: 4px;
  }
  .my_row i {
    visibility: hidden;
    display: none;
  }
  .my_row a {
    color: #000;
  }
  .my_row p {
    font-size: 16px;
  }
  .top-section {
    display: none;
    visibility: hidden;
    height: 0px !important;
  }
  .projects .main-content .owl-theme {
    padding: 0px !important;
  }
  .projects .main-content .owl-controls {
    display: none;
    visibility: hidden;
  }
  .projects .main-content .owl-stage-outer {
    margin: 0px !important;
  }
  .projects .main-content .owl-item {
    padding: 0px 15px;
  }
  .projects .main-content .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .projects .main-content .owl-dots button.owl-dot {
    width: 15px;
    outline: none;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .projects .main-content .owl-dots button.owl-dot.active {
    background-color: #ff5e14;
  }
}

@media screen and (min-width: 992px) {
  .alt_menu_col {
    padding: 15px !important;
  }
  .megamenu-panel {
    padding: 50px 0px;
  }
  .megamenu-panel .alt-menu .title {
    font-size: 20px;
    font-weight: 600;
    color: #00235a;
    margin-bottom: 20px;
  }
  .my_row li a {
    padding: 10px 15px;
    display: inline-block;
    color: #7188a4;
    text-decoration: none;
    border-radius: .5rem;
    background-color: #f1f1f1;
    position: relative;
    display: block;
    margin: 15px 10px;
    height: 6.2rem;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .my_row li a:hover {
    color: #fff;
    background: #00235a;
  }
  .my_row li a:hover i {
    color: #fff;
  }
  .my_row li a i {
    color: #7188a4;
    margin-right: 10px;
  }
  .my_row li a i::before {
    font-size: 30px !important;
    margin: 0px !important;
  }
  .my_row li a p {
    font-size: 18px;
  }
}

.contact-page {
  position: relative;
}

.contact-page .map {
  height: 600px;
}

.contact-page .cont {
  position: absolute !important;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact-page .cont .mx-custom {
  min-height: 815px;
  padding: 80px 0px;
}

.contact-page .content {
  padding-left: 80px;
  color: #fff;
}

.contact-page .content a {
  color: #fff;
}

.contact-page .content .top-title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-page .content .sub-title {
  font-size: 60px;
  line-height: .96em;
  letter-spacing: -.02em;
  font-weight: 600;
  margin-bottom: 40px;
}

.contact-page .content .adress {
  margin-bottom: 40px;
}

.contact-page .content .bilgi {
  margin-bottom: 40px;
}

.contact-page .content .fallow .fallow-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-page .content .fallow a {
  margin-right: 20px;
}

.contact-page .content .fallow a i {
  font-size: 20px;
}

.contact-page .content .fallow a:hover {
  color: #ff5e14;
}

.contact-page .form {
  padding-right: 80px;
}

.contact-page .form .f-alt {
  margin-bottom: 60px;
}

.contact-page .form .f-alt p {
  text-transform: uppercase;
  color: #565969;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.contact-page .form .f-alt .turuncu {
  color: #ff5e14;
}

.contact-page .form textarea {
  width: 100%;
  margin-top: 25px;
  border: 1px solid #e8e8e9;
  min-height: 150px;
  max-height: 170px !important;
  outline: none;
}

.contact-page .form textarea:focus {
  border: 1px solid #ff5e14;
}

.contact-page .form input {
  width: 100%;
  margin-top: 25px;
  border: none;
  border-bottom: 1px solid #e8e8e9;
  outline: none;
}

.contact-page .form input:focus {
  border-bottom: 1px solid #ff5e14;
}

.contact-page .form button {
  outline: none;
  border: none;
}

.contact-page .back {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact-page .back .back-left {
  background: #fff;
  min-height: 815px;
  width: 50%;
}

.contact-page .back .back-right {
  background: #00235a;
  min-height: 815px;
  width: 50%;
}
.slide__content--headings .alt{
    line-height:1.2 !important;
}
.slide__content--headings h2{
   margin:10px 0px;
}


@media screen and (max-width: 768px) {
 
    .alt-title h1{
        font-size :45px;
        padding:0px !important;
    }
  .contact-page .back {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-page .back .back-left {
    width: 100%;
  }
  .contact-page .back .back-right {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .help .card {
    padding: 30px 60px;
  }
  .help .card .card-alt {
    font-size: 40px;
  }
  .about-page .top-image {
    display: none;
    visibility: hidden;
  }
  .about-page .left-image {
    display: none;
    visibility: hidden;
  }
  .about-page .right-image {
    display: none;
    visibility: hidden;
  }
  .about-page .pencil {
    display: none;
    visibility: hidden;
  }

  .news .alt-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news .alt-title h1 {
    margin-bottom: 20px;
    padding-left: 30px;

  }
  .my-dots {
    display: none;
    visibility: hidden;
  }
  .mx-custom {
    margin: auto;
  }
  .slide__content {
    width: 80% !important;
    left: 50% !important;
    color: #fff !important;

    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
  .slide__content h2 {
    color: #fff !important;
    font-size:30px !important;
  }
    .slide__content .alt {
    font-size:16px !important;
  }
  .slide .slide__content--headings .custom-btn{
      margin:6px 6px 6px 0px;
  }
  .slide .buttons{
      margin-top:10px;
  }
  .slide .custom-btn{
      padding:3px 12px ;
      font-size:14px;
  }
  .custom-btn{
      font-size:14px !important;
         padding:3px 12px !important;
  }
  .accordion .accordion-item a{
      font-size:18px !important;
  }
  .accordion .content h4{
      font-size:16px !important;
  }
  
}

.projects {
  background: #00235a;
  padding: 80px 0px;
}

.projects .alt-title {
  margin-bottom: 45px;
}

.projects .alt-title h1 {
  color: #fff;
  padding-left: 30px;

}
.projects .alt-title h3 {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}

.projects .card {
  border: none;
  background: none;
}

.projects .card::before {
  visibility: hidden;
}

.projects .card .card-content {
  padding: 19px 0px 9px 0px;
}

.projects .card .card-title {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  color: #fff;
}

.projects .card .card-alt {
  font-size: 26px;
  line-height: 1.15em;
  font-weight: 600;
  color: #fff;
}

.projects .card .card-text {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin: 10px 0px;
}

.projects .card span {
  color: #fff;
}

.projects .card span .link {
  margin-left: 10px;
  color: #fff !important;
}

.projects .card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.projects .card:hover span .link {
  background: #ff5e14;
}

.projects .main-content {
  position: relative;
}

.projects .main-content .owl-stage-outer {
  margin-left: 200px;
}

.projects .main-content .owl-theme {
  padding-left: 190px;
}

.projects .main-content .owl-theme .owl-controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.projects .main-content .owl-theme .custom-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.projects .main-content .owl-theme .custom-nav .owl-prev {
  padding: 7px 38px;
  background: #09316f;
  outline: none;
  border: none;
  color: #fff;
  margin: 5px 0px;
}

.projects .main-content .owl-theme .custom-nav .owl-next {
  padding: 7px 38px;
  background: #ff5e14;
  outline: none;
  border: none;
  color: #fff;
  margin: 5px 0px;
}

footer {
  background: #0a1229;
  padding: 80px 0px;
}

footer .mx-custom {
  padding: 25px 15px;
}

footer .title {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.15em;
  font-weight: 600;
  color: #fff;
}

footer .about .footer-logo {
  margin-bottom: 20px;
}

footer .about p {
  color: #fff;
}

footer .footer-services a p {
  color: #fff;
  margin-bottom: 10px;
}

footer .office a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

footer .office a i {
  color: #fff;
  margin-right: 10px;
  font-size: 22px;
}

.in-view .element {
  position: relative;
  overflow: hidden;
}

.in-view .element:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00235a;
  z-index: 2;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-animation: image_animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
          animation: image_animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}

.in-view .element:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ff5e14;
  z-index: 1;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-animation: image_animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
          animation: image_animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

.image-banner {
  background-image: url("../images/about.jpg") !important;
  height: 500px !important;
}

.image-banner .banner-bottom-title {
  color: #fff !important;
}

.sector-banner {
  background-image: url("../images/machine.jpg") !important;
  background-size: cover;
}

.about-page {
  padding: 20px 0px;
  position: relative;
  background: #f2f3f5;
}

.about-page .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-page .text .card-title {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  color: #565969;
  letter-spacing: 1px;
  margin: 0px;
}

.about-page .text .card-alt {
  font-size: 60px;
  line-height: 55px;
  font-weight: 700;
  color: #001659;
  letter-spacing: -2px;
}

.about-page .text .card-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #565969;
  letter-spacing: 0px;
  margin: 10px 0px 20px 0px;
}

.about-page .top-image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-page .top-image img {
  width: 564px;
  height: 341px;
}

.about-page .right-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-page .right-image img {
  width: 314px;
  height: 317px;
}

.about-page .left-image {
  position: absolute;
  left: 10%;
  top: 80%;
  -webkit-transform: translate(-10%, -80%);
          transform: translate(-10%, -80%);
}

.about-page .left-image img {
  width: 362px;
  height: 268px;
}

.about-page .image-tablet {
  position: relative;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.about-page .image-tablet .pencil {
  position: absolute;
  right: -10%;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  bottom: 0;
  z-index: 1;
}

.about-page .cont .row {
  padding: 100px 0px;
  
}
.about-page .img-kontrol{
    width:100%;
}

@-webkit-keyframes image_animation {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}

@keyframes image_animation {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ff5e14;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

.scroll-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scroll-to-top:hover {
  cursor: pointer;
}

.scroll-to-top:hover i {
  top: 5px;
}

@media screen and (min-width: 992px) {
  .move-element {
    opacity: 0;
    position: relative;
  }
  .move-element.slide-left {
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 0;
    -webkit-transform: translate3d(-500px, 0px, 0px);
    transform: translate3d(-500px, 0px, 0px);
  }
  .move-element.slide-right {
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 0;
    -webkit-transform: translate3d(200px, 0px, 0px);
    transform: translate3d(200px, 0px, 0px);
  }
  .move-element.slide-left.move-view,
  .move-element.slide-right.move-view {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
  }
}

.banner {
  background-image: url("../images/banner.jpg");
  width: 100%;
  height: 440px;
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .row {
    max-width: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banner .row .banner-top-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00235a;
  line-height: 2em;
}

.banner .row .banner-middle-title {
  font-size: 80px;
  letter-spacing: -.01em;
  font-weight: 800;
  color: #00235a;
  margin: 0;
  line-height: .95em;
  text-transform: uppercase;
}

.banner .row .banner-bottom-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #00235a;
  margin: 14px 0;
}

.my-animated {
  opacity: 0;
  -webkit-transform: translate3d(0, -500px, 0);
          transform: translate3d(0, -500px, 0);
  -webkit-transition: opacity 1s, -webkit-transform 0.8s;
  transition: opacity 1s, -webkit-transform 0.8s;
  transition: opacity 1s, transform 0.8s;
  transition: opacity 1s, transform 0.8s, -webkit-transform 0.8s;
}

.animated-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sap-buisness-one-page {
  padding: 80px 0px;
}

.sap-buisness-one-page .right-item {
  margin-bottom: 50px;
  padding: 0px 20px;
}

.sap-buisness-one-page .right-item .title {
  text-align: center;
}

.sap-buisness-one-page .right-item .title h3 {
  font-weight: 600;
  color: #00235a;
  margin-bottom: 15px;
}

.sap-buisness-one-page .right-item .photo {
  margin: 40px 0px;
}

.sap-buisness-one-page .right-item .text p {
  margin-bottom: 20px;
}

.sap-buisness-one-page .left-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.sap-buisness-one-page .left-nav .active {
  background-color: #ff5e14;
}
.sap-buisness-one-page .left-nav li {
  margin-bottom: 3px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00235a;
}

.sap-buisness-one-page .left-nav li a {
  color: #fff;
}
.banner.image-banner {
    background-size: cover !important;
}
.footer-logo a img {
    width: 100%;
    max-width: 345px;
}
@media only screen and (max-width : 992px) {
    .banner-middle-title {
        font-size: 42px !important;
        text-align: center;
    }
    .banner.image-banner {
        height: 300px !important;
    }
}
*{font-family:Montserrat;}
/*# sourceMappingURL=style.css.map */