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

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    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: #303030;
}

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

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

.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: #303030;
    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/hd-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 70px;
}

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

.header-cont h2 {
    font-family: 'Playfair Display', serif;
    font-size: 47.78px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}

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

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

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

.hero-area {
    padding: 70px 0;
}

.hero-right h4 {
    font-size: 18px;
    font-weight: 800;
    color: #282825;
    margin-bottom: 20px;
}

.hero-right p {
    font-size: 14px;
    color: #282825;
    padding-top: 10px;
}

.hero-right ul li {
    font-size: 14px;
    color: #282825;
    position: relative;
    line-height: 24px;
}

.hero-right ul {
    padding-left: 50px;
}

.hero-right ul li::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background-image: url(images/tik-icon.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 100%;
    top: 0;
    left: -25px;
    padding-left: 50px;
}

.hr-bg {
    background: #EFEFEF;
}

.hero-right {
    padding: 50px;
}

/*=== banner-area start ===*/

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

.banner-cont p {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
}

.banner-cont .for-pad {
    margin-top: 30px;
}

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

.hero-2-area {
    padding: 70px 0;
}

.hero-2-left {
    padding: 60px;
}

.hero-2-left p {
    font-size: 14px;
    margin-bottom: 25px;
}

.hero-2-left h4 {
    font-size: 18px;
    font-weight: 800;
}

/*=== btn-part start ===*/

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

.btn-cont a, button {
    font-size: 16px;
    font-weight: 700;
    color: #fefefe;
    background: #303030;
    display: inline-block;
    padding: 12px 70px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

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


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

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

.upper-cont h4 {
    font-size: 25px;
    font-weight: 700;
    color: #373737;
}

.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: #303030;
    padding: 20px 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: 12px;
    color: #FFF;
    margin: 0;
    text-transform: uppercase;
}

.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: #303030;
    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: #303030;
    border-color: #303030;
    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;
}

.close {
    opacity: 1;
    color: #fff;
}

/*
 * 	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 #3B3E37;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3B3E37;
    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: #303030;
  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: #303030;
        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 #303030; }

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