/*
========================
Header area start
========================
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&family=Righteous&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
	background: #fff;
	color: #282825;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white;
    background: #0D1F59;
}

::-webkit-selection {
    color: white;
    background: #0D1F59;
}

::-moz-selection {
    color: white;
    background: #0D1F59;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #0D1F59;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

.header-area {
    background-image: url(images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:  center;
    padding: 150px 0;
}

.header-cont h4 {
    font-size: 30.22px;
    color: #FFF;
}

.header-cont h2 {
    font-family: 'Righteous', cursive;
    font-size: 49.78px;
    color: #FFF;
}

.header-cont p {
    font-size: 20px;
    color: #FFF;
    margin: 60px 0;
}

.header-cont a {
    font-size: 13.1px;
    font-weight: 700;
    color: #202020;
    background: #FFFFFF;
    padding: 12px 90px;
    display: inline-block;
    border-radius: 8px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    border: 1px solid #FFF;
}

.header-cont a:hover {
   opacity: 0.8;
}

/*=== hero-area start ===*/

.hero-area {
    overflow: hidden;
    padding: 80px 0;
}

.hero-right h2 {
    font-family: 'Righteous', cursive;
    font-size: 28px;
    margin-bottom: 30px;
}

.hero-right {
	padding-right: 25%;
}


.hero-right p {
    font-size: 13px;
    margin-top: 25px;
}

/*=== banner-area start ===*/
.banner-item {
    background-image: url(images/mdl-twn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 0;
}

.bannner-cont {
    background: #FFFFFF;
    width: 88%;
    margin: auto;
    padding: 50px 40px 35px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin-top: -200px;
}

.bannner-cont h2 {
    font-family: 'Righteous', cursive;
    font-size: 28px;
}

.bannner-cont p {
    font-size: 12px;
    margin-top: 25px;
}

/*=== zikzak-area start ===*/
.zikzak-area {
   padding: 80px 0;
   overflow: hidden;
}

.zik-left h2 {
    font-family: 'Righteous', cursive;
    font-size: 28px;
    margin-bottom: 30px;
}

.zik-left p {
    font-size: 13px;
    margin-top: 25px;
}

.zik-left {
     padding-left: 30%;
}

.mr-btn a, button {
    font-size: 16px;
    font-weight: 700;
    color: #fefefe;
    background: #0D1F59;
    display: inline-block;
    padding: 14px 100px;
    border-radius: 8px;
    border: 1px solid #0D1F59;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.mr-btn a:hover, button:hover {
    opacity: .9;
}

.mr-btn {
    padding-bottom: 60px;
}


/* client-area start */
.client-area {
    background: #EFEFEF;
    padding: 50px 0;
}

.client-item > img {
    width: 125px;
    height: 125px;
    display: block;
    border-radius: 50%;
}

.upper-cont h2 {
    font-family: 'Righteous', cursive;
    font-size: 28px;
    color: #373737;
    text-transform: uppercase;
}

.client-cont {
    padding-left: 20px;
}

.client-cont > img {
    width: 36px;
}

.client-cont span {
    font-size: 17.22px;
    font-weight: 700;
    color: #000000;
    margin-left: 15px;
}

.client-cont p {
    font-size: 13.39px;
    color: #000;
    margin-top: 10px;
    text-align: justify;
}

/* footer-area start */
.footer-area {
    background: #0D1F59;
    padding: 15px 0;
}

.social-icon ul li {
    display: inline-block;
    padding: 0 8px;
}

.social-icon ul li a {
    font-size: 24px;
    color: #FFF;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
   -moz-transition: 0.2s all ease;
}

.social-icon ul li a:hover {
    color: #DDD;
}

.copy-cont p {
    font-size: 10px;
    color: #FFF;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cus-mdl .modal-dialog {
    max-width: 680px;
    margin: 1.75rem auto;
}

.cus-mdl .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
}

.cus-mdl .modal-header {
    background-color: #0D1F59;
    border-radius: 0;
    padding: 12px 30px;
    border: none;
}

.cus-mdl h5 {
    color: #fff;
    font-weight: 700;
}


.cus-mdl p {
    font-weight: 400;
    font-size: 15px;
}

.cus-mdl .close {
    outline: none;
}

.cus-mdl .modal-body {
    padding: 20px 30px;
}

.cus-mdl input {
    width: 100%;
    display: block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    outline: none!important;
    font-size: 15px;
}

.cus-mdl label {
    font-size: 15px;
}

.cus-mdl p {
    margin: 0 0 5px 0;
}

.cus-mdl input[type="submit"] {
    background-color: #0D1F59;
    border-color: #0D1F59;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
    width: initial;
    padding: 10px 50px;
    transition: 0.2s all ease;
    font-size: 15px;
}

.cus-mdl input[type="submit"]:hover {
    opacity: 0.8;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */

 .owl-theme .owl-nav {
    margin-top: 30px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 35px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    outline: none!important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px;
    background: #F5F5F5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 1px solid #0D1F59;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0D1F59;
    outline: none!important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 4px 10px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 2px; }

footer {
  background: #0D1F59;
  color: #fff;
  padding: 20px 0; }
  footer p {
    font-size: 12px;
    margin: 0; }
  footer .header-about-me {
    font-size: 14px;
    line-height: 24px; }
    footer .header-about-me img {
      float: left;
      margin: 0 15px 0 0;
      max-height: 62px;
      width: auto;
      border: 1px solid #5e6d70; }
    footer .header-about-me .header-name {
      font-weight: 700;
      cursor: pointer; }
    footer .header-about-me div {
      margin-bottom: -5px; }

      .modal .modal-dialog {
        width: 95%;
        max-width: 660px; }

      .modal .modal-content {
        border: none;
        border-radius: 0; }

      .modal .modal-header {
        padding: 0;
        border: none;
        border-radius: 0;
        background: #0D1F59;
        color: #fff; }
        .modal .modal-header .close {
          margin: 0;
          padding: 0; }
        .modal .modal-header .inner {
          width: 100%;
          padding: 20px 30px; }
          .modal .modal-header .inner h4 {
            margin: 0;
            text-transform: uppercase;
            font-weight: 700;
            color: #fff; }
        .modal .modal-header .modal-title {
          font-size: 20px;
          text-transform: none; }
        .modal .modal-header .close:hover {
          background: none;
          color: #fff; }

      .modal#form-modal .modal-header .inner {
        padding: 20px 30px 15px; }

      .modal#form-modal .thanks {
        display: none;
        text-align: center; }

      .modal #amm-tabs {
        border: none;
        background: #ddd; }
        .modal #amm-tabs .nav-item {
          margin: 0;
          padding: 14px 30px;
          color: #222;
          font-size: 14px;
          text-transform: uppercase;
          background: none;
          border: none;
          border-radius: 0; }
          .modal #amm-tabs .nav-item.active {
            box-shadow: inset 0 -2px 0 #0D1F59; }

      .modal .modal-body {
        padding: 20px 30px;
        border-bottom: 1px solid #e6e6e6; }
        .modal .modal-body p {
          margin: 0 0 20px; }
          .modal .modal-body p:last-of-type {
            margin: 0; }
        .modal .modal-body .note {
          margin: 20px 0 !important; }
        .modal .modal-body button {
          display: block;
          margin: 0 auto; }

      .modal #amm-head {
        text-align: center; }

      .modal #amm-profileimage {
        display: block;
        margin: 0 auto 20px;
        max-width: 150px;
        max-height: 150px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

      .modal #amm-name {
        font-size: 24px;
        font-weight: 700;
        color: #222; }

      .modal .bx-viewport {
        border: none;
        box-shadow: none; }

      .modal .bx-wrapper {
        margin: 0 auto; }
        .modal .bx-wrapper .bx-pager {
          position: relative;
          bottom: 0; }

      .modal #amm-slider div img {
        margin: 0 auto 20px; }

      .modal #amm-slider p {
        text-align: center; }

      .modal #video-page iframe {
        margin-bottom: 20px; }

      .modal #video-page p {
        text-align: center; }

      #form-modal input[type="checkbox"] {
        transform: translateY(-1px);
        margin-right: 3px; }

      #form-modal p {
        margin: 0 0 20px;
        font-size: 14px; }

      #loadingGraphic {
        display: none;
        padding: 2px 0 3px; }

      #loader {
        width: 44px;
        height: 44px;
        margin: 6px auto;
        -webkit-animation: 1s ease-in-out infinite animball_two;
        animation: 1s ease-in-out infinite animball_two; }
        #loader .loaderBall {
          width: 44px;
          height: 44px;
          position: absolute; }
          #loader .loaderBall .ball {
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            -webkit-animation: 1s ease-in-out infinite animball_one;
            animation: 1s ease-in-out infinite animball_one; }
            #loader .loaderBall .ball.ball1 {
              background-color: #0D1F59;
              top: 0;
              left: 0; }
            #loader .loaderBall .ball.ball2 {
              background-color: #0D1F59;
              top: 0;
              left: 24px; }
            #loader .loaderBall .ball.ball3 {
              background-color: #0D1F59;
              top: 24px;
              left: 0; }
            #loader .loaderBall .ball.ball4 {
              background-color: #0D1F59;
              top: 24px;
              left: 24px; }

      @-webkit-keyframes animball_one {
        0% {
          position: absolute; }
        50% {
          top: 12px;
          left: 12px;
          position: absolute;
          opacity: 0.5; }
        100% {
          position: absolute; } }

      @keyframes animball_one {
        0% {
          position: absolute; }
        50% {
          top: 12px;
          left: 12px;
          position: absolute;
          opacity: 0.5; }
        100% {
          position: absolute; } }

      @-webkit-keyframes animball_two {
        0% {
          -webkit-transform: rotate(0deg) scale(1); }
        50% {
          -webkit-transform: rotate(360deg) scale(1.3); }
        100% {
          -webkit-transform: rotate(720deg) scale(1); } }

      @keyframes animball_two {
        0% {
          transform: rotate(0deg) scale(1); }
        50% {
          transform: rotate(360deg) scale(1.3); }
        100% {
          transform: rotate(720deg) scale(1); } }

#form-thanks {
    display: none;
}

.video-track {
  border: 10px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4)
}

@media (max-width: 1199px) {
  .header-cont h2 {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .header-cont h2 {
    font-size: 52px;
  }

  .video-track {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {

}