/*
========================
Header area start
========================
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;600;700;800&family=Squada+One&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    background: #fff;
    color: #333333;
}

a:hover {
    text-decoration: none;
}

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

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.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: #FBEBD1;
    color: #000;
    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 {
    padding: 20px 0;
}

/*banner-area start*/
.banner-area {
    background: url(images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 90px 0;
}

.banner-left h2 {
    font-family: 'Squada One', cursive;
    font-size: 70px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    line-height: 70px;
    text-transform: uppercase;
}

.banner-left p {
    font-family: 'Montserrat', sans-serif;
    padding-top: 50px;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

/*btn-area star*/
.btn-area {
    padding: 40px 0 0;
}

.btn-part a, button {
    border: none;
    display: inline-block;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #999999;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.2s all ease;
}

.btn-part a:hover, button:hover {
    opacity: 0.8;
}

/*oppor-area start*/
.oppor-area {
    padding: 40px 0;
}

.oppor-wrapper {
    padding-top: 1px;
    background-image: linear-gradient(#EAEAEB 50%, #fff 50%);
}

.oppor-inner {
    margin: 30px 30px 0;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}

.opporbg {
    background: #fff;
    padding: 60px 15px;
}

.oppor-right img {
    width: 100%;
}

.oppor-left {
    padding: 50px 30px 30px;
}

.oppor-left h2 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 15px;
}

.oppor-left p {
    font-size: 15px;
    color: #000;
    line-height: 26px;
}

/*inter-area start*/
.inter-area {
    background: url(images/btnbanner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    margin-bottom: 50px;
}

.inter-part {
    background: #EAEAEC;
    padding: 50px 50px;
    transform: translateY(80%);
}

.inter-part h2 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #000;
}

.inter-part p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
}

.perfect-area {
    padding-top: 100px;
    padding-bottom: 50px;
}

/*slider-area start*/
.slider-area {
    margin-top: 40px;
    padding: 40px 0;
    background: #F6F5FA;
}

.slider-head h2 {
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 40px;
}

.slide-inner {
    padding-right: 20px;
}

.slide-img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-right: 20px;
}

.slide-ctn h2 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.slide-ctn h2 img {
    margin-right: 25px;
}

.slide-ctn p {
    line-height: 22px;
    font-size: 14px;
    text-align: justify;
}

.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: #B5A58B;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
}

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

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

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

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

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

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

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

/* copyright-area start */
.copyright-area {
    padding: 20px 0;
    background: #A6A6A8;
}

.social-icon ul li {
    display: inline-block;
}

.social-icon ul li a i {
    font-size: 25px;
    color: #fff;
    margin-right: 20px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.social-icon ul li a i:hover {
    opacity: .8;
}

.copy-cont p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.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: #A6A6A8;
    border-radius: 0;
    padding: 12px 30px;
    border: none;
}

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

.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;
}

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

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

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


form img {
    display: none;
}

form button {
    display: block;
    margin: 10px auto 0;
}

footer {
  padding: 20px 0;
  background: #999999;
  color: #fff; }
  footer p {
    margin: 0;
    font-size: 16px; }
  footer .header-about-me {
    font-size: 13px;
    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; }


      #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: #999999;
              top: 0;
              left: 0; }
            #loader .loaderBall .ball.ball2 {
              background-color: #999999;
              top: 0;
              left: 24px; }
            #loader .loaderBall .ball.ball3 {
              background-color: #999999;
              top: 24px;
              left: 0; }
            #loader .loaderBall .ball.ball4 {
              background-color: #999999;
              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); } }

          .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: #999999;
            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 #999999; }

          .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; }



            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; }

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

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

@media (max-width: 1199px) {

}

@media (max-width: 991px) {
  .video-track {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {

}