@charset "UTF-8";
.imglogotx5 {
    font-size: 5em;
    line-height: 70px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 23px;
    font-family: "Bebas Neue"}
.ovalicon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
}
.tx1 {
    font-size: 25px;
    margin-top: 7px;
    color: #000;
}
.black-text {
    color: #000!important;
}
.white-text {
    color: #fff;
}
.light-purple {
    color: #8C8DA4!important;
}
.font-16 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
.font-20 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}
.font-35 {
    font-size: 35px;
}
.font-40 {
    font-size: 40px;
}
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.mybtn1 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.mybtn1::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 490%;
    width: 180%;
    background: #0250c5;
    -webkit-transform: translateX(-120%) translateY(-25%) rotate(45deg);
        -ms-transform: translateX(-120%) translateY(-25%) rotate(45deg);
            transform: translateX(-120%) translateY(-25%) rotate(45deg);
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}
.mybtn1::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 490%;
    width: 180%;
    background: #d43f8d;
    -webkit-transform: translateX(-140%) translateY(-25%) rotate(45deg);
        -ms-transform: translateX(-140%) translateY(-25%) rotate(45deg);
            transform: translateX(-140%) translateY(-25%) rotate(45deg);
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
    z-index: 2;
}
.mybtn1:hover {
    color: #fff;
}
.mybtn1:hover::after {
    -webkit-transform: translateX(-41%) translateY(-25%) rotate(45deg);
        -ms-transform: translateX(-41%) translateY(-25%) rotate(45deg);
            transform: translateX(-41%) translateY(-25%) rotate(45deg);
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
}
.mybtn1:hover::before {
    -webkit-transform: translateX(-50%) translateY(-25%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-25%) rotate(45deg);
            transform: translateX(-50%) translateY(-25%) rotate(45deg);
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}
.mybtn1 span {
    position: inherit;
    z-index: 9;
}
.mybtn2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border: 0;
    cursor: pointer;
    background: rgba(212, 63, 141, 0.2);
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.mybtn2::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 490%;
    width: 180%;
    background: #0250c5;
    -webkit-transform: translateX(-120%) translateY(-25%) rotate(45deg);
        -ms-transform: translateX(-120%) translateY(-25%) rotate(45deg);
            transform: translateX(-120%) translateY(-25%) rotate(45deg);
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}
.mybtn2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 490%;
    width: 180%;
    background: #d43f8d;
    -webkit-transform: translateX(-140%) translateY(-25%) rotate(45deg);
        -ms-transform: translateX(-140%) translateY(-25%) rotate(45deg);
            transform: translateX(-140%) translateY(-25%) rotate(45deg);
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
    z-index: 2;
}
.mybtn2:hover span {
    color: #fff!important;
}
.mybtn2:hover::after {
    -webkit-transform: translateX(-41%) translateY(-25%) rotate(45deg);
        -ms-transform: translateX(-41%) translateY(-25%) rotate(45deg);
            transform: translateX(-41%) translateY(-25%) rotate(45deg);
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
}
.mybtn2:hover::before {
    -webkit-transform: translateX(-50%) translateY(-25%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-25%) rotate(45deg);
            transform: translateX(-50%) translateY(-25%) rotate(45deg);
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}
.mybtn2 span {
    position: inherit;
    z-index: 9;
}
.mybtn3 {
    padding: 10px 30px;
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
    border: 1px solid transparent;
    position: relative;
    text-transform: uppercase;
    z-index: 3;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    outline: none!important;
    overflow: hidden;
}
.mybtn3 span {
    position: relative;
    font-weight: 500;
    z-index: 6;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
}
.mybtn3:before, .mybtn3:after {
    content: "";
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
    z-index: 1;
    opacity: .4;
}
.mybtn3:after {
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
    background: #fff;
    opacity: 1;
}
.mybtn3:hover:before, .mybtn3:hover:after {
    width: 100%}
.mybtn3:hover:after {
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}
.mybtn3:hover span {
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}
.mybtn-bg {
    background: #EA384D;
    border-color: #EA384D;
    color: #fff;
}
.mybtn-bg span {
    color: #fff;
}
.mybtn-bg:hover span {
    color: #EA384D;
}
.mybtn-light {
    background: #fff;
}
.mybtn-light:before, .mybtn-light:after {
    background: #EA384D;
}
.mybtn-light:hover span {
    color: #fff!important;
}
.mybtn-light span {
    color: #EA384D;
}
.mybtn-bord {
    background: transparent;
    border: 1px solid #EA384D;
}
.mybtn-bord:before, .mybtn-bord:after {
    background: #EA384D;
}
.mybtn-bord:hover {
    border-color: #EA384D;
}
.mybtn-bord:hover span {
    color: #fff;
}
@-webkit-keyframes shapeani1 {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes shapeani1 {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}@-webkit-keyframes shapeani2 {
     from {
         -webkit-transform: rotate(0);
                 transform: rotate(0);
     }
     to {
         -webkit-transform: rotate(360deg);
                 transform: rotate(360deg);
     }
 }@keyframes shapeani2 {
     from {
         -webkit-transform: rotate(0);
                 transform: rotate(0);
     }
     to {
         -webkit-transform: rotate(360deg);
                 transform: rotate(360deg);
     }
 }@-webkit-keyframes shapeani3 {
      0% {
          -webkit-transform: translateY(15px);
                  transform: translateY(15px);
      }
      50% {
          -webkit-transform: translateY(-15px);
                  transform: translateY(-15px);
      }
      100% {
          -webkit-transform: translateY(15px);
                  transform: translateY(15px);
      }
  }@keyframes shapeani3 {
      0% {
          -webkit-transform: translateY(15px);
                  transform: translateY(15px);
      }
      50% {
          -webkit-transform: translateY(-15px);
                  transform: translateY(-15px);
      }
      100% {
          -webkit-transform: translateY(15px);
                  transform: translateY(15px);
      }
  }@-webkit-keyframes b-shadow {
       0% {
           -webkit-box-shadow: 0 0 0 20px rgba(59, 38, 219, 0.1), 0 0 0 40px rgba(59, 38, 219, 0.1), 0 0 0 60px rgba(59, 38, 219, 0.1), 0 0 0 80px rgba(59, 38, 219, 0.1), 0 0 0 100px rgba(59, 38, 219, 0.1);
                   box-shadow: 0 0 0 20px rgba(59, 38, 219, 0.1), 0 0 0 40px rgba(59, 38, 219, 0.1), 0 0 0 60px rgba(59, 38, 219, 0.1), 0 0 0 80px rgba(59, 38, 219, 0.1), 0 0 0 100px rgba(59, 38, 219, 0.1);
       }
       50% {
           -webkit-box-shadow: 0 0 0 50px rgba(59, 38, 219, 0.1), 0 0 0 75px rgba(59, 38, 219, 0.1), 0 0 0 100px rgba(59, 38, 219, 0.1), 0 0 0 125px rgba(59, 38, 219, 0.1), 0 0 0 150px rgba(59, 38, 219, 0.1);
                   box-shadow: 0 0 0 50px rgba(59, 38, 219, 0.1), 0 0 0 75px rgba(59, 38, 219, 0.1), 0 0 0 100px rgba(59, 38, 219, 0.1), 0 0 0 125px rgba(59, 38, 219, 0.1), 0 0 0 150px rgba(59, 38, 219, 0.1);
       }
       100% {
           -webkit-box-shadow: 0 0 0 20px rgba(59, 38, 219, 0.1), 0 0 0 40px rgba(59, 38, 219, 0.1), 0 0 0 60px rgba(59, 38, 219, 0.1), 0 0 0 80px rgba(59, 38, 219, 0.1), 0 0 0 100px rgba(59, 38, 219, 0.1);
                   box-shadow: 0 0 0 20px rgba(59, 38, 219, 0.1), 0 0 0 40px rgba(59, 38, 219, 0.1), 0 0 0 60px rgba(59, 38, 219, 0.1), 0 0 0 80px rgba(59, 38, 219, 0.1), 0 0 0 100px rgba(59, 38, 219, 0.1);
       }
   }@keyframes b-shadow {
       0% {
           -webkit-box-shadow: 0 0 0 20px rgba(59, 38, 219, 0.1), 0 0 0 40px rgba(59, 38, 219, 0.1), 0 0 0 60px rgba(59, 38, 219, 0.1), 0 0 0 80px rgba(59, 38, 219, 0.1), 0 0 0 100px rgba(59, 38, 219, 0.1);
                   box-shadow: 0 0 0 20px rgba(59, 38, 219, 0.1), 0 0 0 40px rgba(59, 38, 219, 0.1), 0 0 0 60px rgba(59, 38, 219, 0.1), 0 0 0 80px rgba(59, 38, 219, 0.1), 0 0 0 100px rgba(59, 38, 219, 0.1);
       }
       50% {
           -webkit-box-shadow: 0 0 0 50px rgba(59, 38, 219, 0.1), 0 0 0 75px rgba(59, 38, 219, 0.1), 0 0 0 100px rgba(59, 38, 219, 0.1), 0 0 0 125px rgba(59, 38, 219, 0.1), 0 0 0 150px rgba(59, 38, 219, 0.1);
                   box-shadow: 0 0 0 50px rgba(59, 38, 219, 0.1), 0 0 0 75px rgba(59, 38, 219, 0.1), 0 0 0 100px rgba(59, 38, 219, 0.1), 0 0 0 125px rgba(59, 38, 219, 0.1), 0 0 0 150px rgba(59, 38, 219, 0.1);
       }
       100% {
           -webkit-box-shadow: 0 0 0 20px rgba(59, 38, 219, 0.1), 0 0 0 40px rgba(59, 38, 219, 0.1), 0 0 0 60px rgba(59, 38, 219, 0.1), 0 0 0 80px rgba(59, 38, 219, 0.1), 0 0 0 100px rgba(59, 38, 219, 0.1);
                   box-shadow: 0 0 0 20px rgba(59, 38, 219, 0.1), 0 0 0 40px rgba(59, 38, 219, 0.1), 0 0 0 60px rgba(59, 38, 219, 0.1), 0 0 0 80px rgba(59, 38, 219, 0.1), 0 0 0 100px rgba(59, 38, 219, 0.1);
       }
   }.owl-carousel .owl-item img {
        width: auto;
        display: inline-block;
    }
.mix {
    display: none;
}
.remove-col-padding {
    padding: 0;
}
.navbar-light .navbar-toggler {
    border: 0;
}
.navbar-light .navbar-toggler:focus {
    outline: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .4rem;
    padding-left: .4rem;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .4rem;
    padding-left: .4rem;
}
.bottomtotop i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    font-size: 14px;
    text-align: center;
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    bottom: 15px;
    right: 15px;
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.br-10 {
    border-radius: 10px;
}
.section-title01 {
    text-align: left;
    margin-bottom: 10px;
}
.section-title {
    text-align: center;
    margin-bottom: 56px;
}
.section-title.extra .title {
    margin-bottom: 24px;
}
.section-title.white .subtitle {
    color: #fff;
}
.section-title.white .title {
    color: #fff;
}
.section-title.white p {
    color: rgba(255, 255, 255, 0.7);
}
.section-title .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 13px;
    color: #242424;
    font-weight: 700;
    text-transform: capitalize;
}
.section-title .title span {
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title p {
    max-width: 650px;
    font-size: 16px;
    line-height: 26px;
    color: #555;
    margin: 0 auto;
}
.section-title.darkbg .title {
    color: #fff;
}
.section-title.darkbg .title span {
    color: #fff;
}
.section-title.darkbg p {
    color: rgba(255, 255, 255, 0.95);
}
.background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #F7F8FC;
    z-index: -9999;
}
.input-field {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    color: #555;
    margin-bottom: 20px;
}
.input-field::-webkit-input-placeholder {
    color: #555;
}
.input-field:-moz-placeholder {
    color: #555;
}
.input-field::-moz-placeholder {
    color: #555;
}
.input-field:-ms-input-placeholder {
    color: #555;
}
.input-field.borderd {
    border: 1px solid #343434;
}
.input-field.borderd:focus {
    border: 1px solid #a6b4d0;
}
.input-field.textarea {
    min-height: 140px;
    padding: 15px 20px;
    resize: none;
}
.input-field.error {
    border: 1px solid #0250c5;
}
.input-field.error::-webkit-input-placeholder {
    color: #0250c5;
}
.input-field.error:-moz-placeholder {
    color: #0250c5;
}
.input-field.error::-moz-placeholder {
    color: #0250c5;
}
.input-field.error:-ms-input-placeholder {
    color: #0250c5;
}
.input-field.error:focus {
    border-color: #0250c5;
}
.play-icon .video-play-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    line-height: 72px;
    text-align: center;
    font-size: 26px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.play-icon .video-play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.play-icon .video-play-btn i {
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: text-color;
            animation-name: text-color;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    position: inherit;
    z-index: 9;
}
.feature-circle-inner {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}
.feature-circle-inner:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
    z-index: -9;
}
.feature-circle-inner i {
    font-size: 12px;
    font-weight: 900;
    color: #0250c5;
}
.discount-circle-inner {
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: #de833d;
    border-radius: 50%;
    position: relative;
}
.discount-circle-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 3px dashed #fff;
    -webkit-animation: shapeani2 12s linear infinite;
            animation: shapeani2 12s linear infinite;
}
.discount-circle-inner:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.email-success {
    display: block;
    width: 100%}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
                transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
                transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
                transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
                transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}.preloader-inner {
     position: fixed;
     left: 0;
     top: 0;
     z-index: 9999;
     width: 100%;
     height: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
 }
.preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.preloader-inner .cancel-preloader a {
    background-color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    color: #0250c5;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    display: block;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.preloader-inner .cancel-preloader a:hover {
    background-color: #00aeff;
    color: #fff;
}
.cube-folding {
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    font-size: 0;
}
.cube-folding span {
    position: relative;
    width: 25px;
    height: 25px;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    display: inline-block;
}
.cube-folding span::before {
    content: "";
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-animation: folding 2.5s infinite linear both;
            animation: folding 2.5s infinite linear both;
}
.cube-folding .leaf2 {
    -webkit-transform: rotateZ(90deg) scale(1.1);
        -ms-transform: rotate(90deg) scale(1.1);
            transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
    background-color: #f2f2f2;
}
.cube-folding .leaf3 {
    -webkit-transform: rotateZ(270deg) scale(1.1);
        -ms-transform: rotate(270deg) scale(1.1);
            transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
    background-color: #f2f2f2;
}
.cube-folding .leaf4 {
    -webkit-transform: rotateZ(180deg) scale(1.1);
        -ms-transform: rotate(180deg) scale(1.1);
            transform: rotateZ(180deg) scale(1.1);
}
.cube-folding .leaf4::before {
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
    background-color: #e6e6e6;
}
@-webkit-keyframes folding {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
                transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
                transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
                transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes folding {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
                transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
                transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
                transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}.cube-wrapper {
     position: fixed;
     left: 50%;
     top: 50%;
     margin-top: -50px;
     margin-left: -50px;
     width: 100px;
     height: 100px;
     text-align: center;
 }
.cube-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 90px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-filter: blur(2px);
            filter: blur(2px);
    border-radius: 100%;
    z-index: 1;
    -webkit-animation: shadow .5s ease infinite alternate;
            animation: shadow .5s ease infinite alternate;
}
.cube-wrapper .loading {
    font-size: 16px;
    letter-spacing: .1em;
    display: block;
    color: #fff;
    position: relative;
    top: 25px;
    z-index: 2;
    -webkit-animation: text .5s ease infinite alternate;
            animation: text .5s ease infinite alternate;
    text-transform: uppercase;
}
@-webkit-keyframes text {
    100% {
        top: 35px;
    }
}
@keyframes text {
    100% {
        top: 35px;
    }
}@-webkit-keyframes shadow {
     100% {
         bottom: -18px;
         width: 100px;
     }
 }@keyframes shadow {
     100% {
         bottom: -18px;
         width: 100px;
     }
 }.navigation.innerpage {
      background: #fff;
      border-bottom: 0;
  }
.breadcrumb-area {
    padding: 177px 0 117px;
    position: relative;
    overflow: hidden;
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.breadcrumb-area .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 11px;
    color: #fff;
}
.breadcrumb-area .title.extra-padding {
    margin-bottom: 24px;
}
.breadcrumb-area .breadcrumb-list {
    margin: 0;
    padding: 0;
}
.breadcrumb-area .breadcrumb-list li {
    display: inline-block;
}
.breadcrumb-area .breadcrumb-list li span {
    margin: 0 7px;
    color: #fff;
}
.breadcrumb-area .breadcrumb-list li a {
    font-size: 16px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #fff;
}
.breadcrumb-area .breadcrumb-list li a:hover {
    color: #f1f1f1;
}
.breadcrumb-area .breadcrumb-list li a.active {
    color: #f1f1f1;
}
.curve {
    position: absolute;
    z-index: 7;
}
.curve.curve-bottom {
    left: 0;
    bottom: -1px;
    width: 100%}
.curve.curve-bottom:after, .curve.curve-bottom:before {
    bottom: 0;
}
.curve.curve-top {
    left: 0;
    top: -1px;
    width: 100%}
.curve.curve-top:after, .curve.curve-top:before {
    top: 0;
    border-top: 80px solid #fff;
    border-bottom: 0;
}
.curve.curve-top:after {
    border-left: 70vw solid transparent;
}
.curve.curve-top:before {
    border-right: 30vw solid transparent;
}
.curve:after, .curve:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 80px solid #fff;
    position: absolute;
}
.curve:after {
    right: 0;
    border-left: 30vw solid transparent;
}
.curve:before {
    left: 0;
    border-right: 70vw solid transparent;
}
.google_map_wrapper {
    border: 10px solid #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}
html {
    font-family: "Roboto", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin: 0;
    color: #555;
    overflow-x: hidden;
}
h1 {
    font-size: 60px;
    line-height: 1.0833333333;
}
h2 {
    font-size: 52px;
    line-height: 1.4444444444;
}
h3 {
    font-size: 26px;
    line-height: 1.0833333333;
}
h4 {
    font-size: 22px;
    line-height: 1.2380952381;
}
h1, h2, h3, h4, h5, h6 {
    color: #242424;
    font-family: "Poppins", sans-serif;
}
p {
    font-size: 16px;
    color: #555;
    line-height: 1.625;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}
a {
    color: #242424;
    text-decoration: none;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
a i {
    padding: 0 2px;
}
img {
    max-width: 100%}
li {
    list-style: none;
}
ul {
    padding-left: 0;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=number]:focus, textarea:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, select:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #ddd;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.navigation.stiky-nav {
    background: #fff;
    border-bottom: 0;
    border-bottom: 0;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.navigation.stiky-nav .navbar .navbar-brand img {
    -webkit-filter: unset;
            filter: unset;
}
.navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link {
    color: #242424;
}
.navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before {
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before, .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.navigation .navbar {
    padding: 0;
}
.navigation .navbar .navbar-brand {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    padding: 0;
    margin-top: -2px;
    text-transform: uppercase;
    color: #242424;
}
.navigation .navbar .navbar-brand img {
    max-width: 170px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.navigation .navbar #mainmenu ul .nav-item .nav-link {
    color: #fff;
    position: relative;
    padding: 25px 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
.navigation .navbar #mainmenu ul .nav-item .nav-link::before {
    position: absolute;
    content: " ";
    width: 3px;
    height: 3px;
    left: 50%;
    border-radius: 50px;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.navigation .navbar #mainmenu ul .nav-item .nav-link:hover::before, .navigation .navbar #mainmenu ul .nav-item .nav-link.active::before {
    position: absolute;
    content: " ";
    width: 70%;
    height: 3px;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    bottom: 0;
    opacity: 1;
    background: #fff;
}
.dropdown-menu{
    background-color: black;
    color:white;
}

.navigation .navbar #mainmenu ul .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    padding: 0;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
.navigation .navbar #mainmenu ul .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
    background: black;
    padding: 8px 15px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: white;
    text-transform: uppercase;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown:hover .dropdown-menu .dropdown-item i {
    font-size: 13px;
    margin-right: 4px;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown:hover .dropdown-menu .dropdown-item:hover {
     background: #de833d;
     color: #fff;
 }
.navigation .navbar #mainmenu ul .nav-item.dropdown:hover .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}
.hero-area {
    padding: 365px 0 291px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-area .bgimg {
    position: absolute;
    bottom: 0;
    width: auto;
}
.hero-area .left-content .content .title {
    font-size: 56px;
    line-height: 66px;
    color: #fff;
    font-weight: 700;
}
.hero-area .left-content .content .subtitle {
    font-size: 18px;
    line-height: 28px;
    color: #ffff;
    margin-top: 26px;
}
.hero-area .left-content .content .links {
    margin-top: 42px;
    padding-right: 15px;
}
.hero-area .left-content .content .links a {
    margin-left: 0;
}
.hero-area .right-img {
    text-align: center;
    position: relative;
}
.hero-area .right-img .discount-circle {
    position: absolute;
    left: 80px;
    top: -30px;
    z-index: 96;
}
.hero-area .right-img .discount-circle .discount-circle-inner {
    text-align: center;
}
.hero-area .right-img .discount-circle .discount-circle-inner .price {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.hero-area .right-img .discount-circle .discount-circle-inner .price span {
    display: block;
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}
.hero-area .right-img .img {
    position: absolute;
    top: -95px;
    left: 100px;
    max-width: 500px;
    width: auto;
    -webkit-animation: shapeani3 5s linear infinite;
            animation: shapeani3 5s linear infinite;
}
.about {
    padding: 110px 0 120px;
    position: relative;
}
.about .left-shape2 {
    position: absolute;
    bottom: 0;
    left: -20px;
    top: 200px;
    z-index: -9;
}
.about .box {
    text-align: center;
    background: #F7F9FF;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.about .box::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0;
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.about .box .inner-box {
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 27px 25px 35px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    background-color: #000;
}
.about .box .inner-box .icon {
    font-size: 55px;
}
.about .box .inner-box .icon i {
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-text-fill-color: transparent;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.about .box .inner-box .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #242424;
    margin: 9px 0 22px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.about .box .inner-box .text {
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.about .box:hover {
    -webkit-transform: translateY(-5px)!important;
        -ms-transform: translateY(-5px)!important;
            transform: translateY(-5px)!important;
    -webkit-box-shadow: 0 20px 20px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 20px 2px rgba(0, 0, 0, 0.1);
}
.about .box:hover::after {
    width: 100%}
.whaybest {
    position: relative;
    padding: 110px 0 0;
    background: #F7F9FF;
}
.imglogotx3 {
    font-size: 5em;
    line-height: 64px;
    font-weight: 700;
    color: #000;
    margin-bottom: 23px;
}
.imglogotx3as {
    font-size: 5em;
    font-weight: 700;
    color: #fff;
    font-family: "Bebas Neue"}
.whaybest .info .info-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #793310;
    margin-bottom: 23px;
    display: block;
}
.whaybest .info .info-title span {
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.whaybest .about-img {
    text-align: center;
    padding: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.whaybest .about-img img {
    -webkit-animation: shapeani3 5s linear infinite;
            animation: shapeani3 5s linear infinite;
}
.whaybest .feature-list {
    padding-left: 0;
    margin-top: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.whaybest .feature-list li {
    max-width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    cursor: pointer;
    margin-bottom: 8px;
}
.whaybest .feature-list li:last-child {
    margin-bottom: 0;
}
.whaybest .feature-list li .icon {
    margin-bottom: 14px;
}
.whaybest .feature-list li .icon i {
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    line-height: 65px;
}
.whaybest .feature-list li .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.whaybest .feature-list li .content h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 5px;
}
.whaybest .feature-list li .content p {
    font-size: 16px;
    line-height: 26px;
}
.whaybest .feature-list li:hover .icon::after {
    border-color: #d43f8d;
    -webkit-animation: shapeani2 10s linear infinite;
            animation: shapeani2 10s linear infinite;
}
.whaybest3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    padding: 52px 0 0;
    background-image: url(../images/gunes_zemin.png);
    color: #000;
}
.whaybest3 .row-one {
    margin-bottom: 0;
}
.whaybest3 .info .info-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #793310;
    margin-bottom: 23px;
    display: block;
}
.whaybest3 .info .info-title span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.whaybest3 .about-img {
    text-align: center;
    padding: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.whaybest3 .about-img img {
    -webkit-animation: shapeani3 5s linear infinite;
            animation: shapeani3 5s linear infinite;
}
.whaybest3 .feature-list {
    padding-left: 0;
    margin-top: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.whaybest3 .feature-list li {
    max-width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    cursor: pointer;
    margin-bottom: 8px;
}
.whaybest3 .feature-list li:last-child {
    margin-bottom: 0;
}
.whaybest3 .feature-list li .icon {
    margin-bottom: 14px;
}
.whaybest3 .feature-list li .icon i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    line-height: 65px;
}
.whaybest3 .feature-list li .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.whaybest3 .feature-list li .content h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 5px;
}
.whaybest3 .feature-list li .content p {
    font-size: 16px;
    line-height: 26px;
}
.whaybest3 .feature-list li:hover .icon::after {
    border-color: #d43f8d;
    -webkit-animation: shapeani2 10s linear infinite;
            animation: shapeani2 10s linear infinite;
}
.kutu2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
}
.whaybest2 {
    position: relative;
    padding: 110px 0 0;
    background-color: #2b1941;
}
.whaybest2 .row-one {
    margin-bottom: 0;
}
.whaybest2 .info .info-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #793310;
    margin-bottom: 23px;
    display: block;
}
.whaybest2 .info .info-title span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.whaybest2 .about-img {
    text-align: center;
    padding: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.whaybest2 .about-img img {
    -webkit-animation: shapeani3 5s linear infinite;
            animation: shapeani3 5s linear infinite;
}
.whaybest2 .feature-list {
    padding-left: 0;
    margin-top: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.whaybest2 .feature-list li {
    max-width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    cursor: pointer;
    margin-bottom: 8px;
}
.whaybest2 .feature-list li:last-child {
    margin-bottom: 0;
}
.whaybest2 .feature-list li .icon {
    margin-bottom: 14px;
}
.whaybest2 .feature-list li .icon i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    line-height: 65px;
}
.whaybest2 .feature-list li .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.whaybest2 .feature-list li .content h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 5px;
}
.whaybest2 .feature-list li .content p {
    font-size: 16px;
    line-height: 26px;
}
.whaybest2 .feature-list li:hover .icon::after {
    border-color: #d43f8d;
    -webkit-animation: shapeani2 10s linear infinite;
            animation: shapeani2 10s linear infinite;
}
.feature {
    padding: 110px 0 95px;
    position: relative;
}

.feature .center-feature {
    -webkit-animation: shapeani3 5s linear infinite;
            animation: shapeani3 5s linear infinite;
}
.feature .section-title {
    margin-bottom: 47px;
}
.feature .left-feature .feature-box .icon {
    margin-left: 20px;
}
.feature .left-feature .feature-box .details {
    text-align: right;
}
.feature .right-feature .center-feature {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.feature .right-feature .feature-box .icon {
    margin-right: 20px;
}
.feature .right-feature .feature-box .details {
    text-align: left;
}
.feature .feature-box {
    margin-bottom: 30px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
}
.feature .feature-box .icon-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.feature .feature-box .icon-area .icon {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.feature .feature-box .icon {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    text-align: center;
    line-height: 70px;
    font-size: 55px;
    border-radius: 50%;
    position: relative;
}
.feature .feature-box .icon i {
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature .feature-box .details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.feature .feature-box .details .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #242424;
    margin: 26px 0 19px;
}
.feature .feature-box .details .text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
}
.feature .feature-box .feature-circle {
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: 95;
}
.feature .feature-box:hover .feature-circle {
    opacity: 1;
}
.feature .feature-box1 .feature-circle {
    position: absolute;
    right: -90px;
    top: 170px;
}
.feature .feature-box2 .feature-circle {
    position: absolute;
    right: -90px;
    top: 80px;
}
.feature .feature-box3 .feature-circle {
    position: absolute;
    right: -90px;
    top: -5px;
}
.feature .feature-box4 .feature-circle {
    position: absolute;
    left: -120px;
    right: auto;
    top: 110px;
}
.feature .feature-box5 .feature-circle {
    position: absolute;
    left: -100px;
    top: 80px;
}
.feature .feature-box6 .feature-circle {
    position: absolute;
    left: -130px;
    top: 50px;
}

.feature h4{
    text-transform:capitalize;
}
.video {
    padding: 110px 0 90px;
   background-color:#CBB7AC;
    position: relative;
}
.video#andu{
    background-color:#CBB7AC;
}

.video .right-shape2 {
    position: absolute;
    right: 0;
    top: 0;
}
.video .section-title .title {
    margin-bottom: 24px;
}
.video .video-wrapper {
    position: relative;
    height: 100%;
}
.video .video-wrapper .video-box {
    position: relative;
    z-index: 99;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}
.video .video-wrapper .video-box::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;
}
.video .video-wrapper .video-box .overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.video .video-wrapper .video-box .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.video .fun-box .inner-content {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}
.video .fun-box .inner-content .icon {
    font-size: 45px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    position: relative;
}
.video .fun-box .inner-content .icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #ffff;
    -webkit-animation: shapeani2 10s linear infinite;
            animation: shapeani2 10s linear infinite;
}
.video .fun-box .inner-content .categori {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 25px;
}
.video .fun-box .inner-content1 {
    background: #c4a79a;
}
.video .fun-box .inner-content1 .icon i {
    color: #fff;
}
.video .fun-box .inner-content1 .categori {
    color: #fff;
}
.video .fun-box .inner-content4 {
    background: #c4a79a;
}
.video .fun-box .inner-content4 .icon i {
    color: #fff;
}
.video .fun-box .inner-content4 .categori {
    color: #fff;
}
.video .fun-box .inner-content2 {
    margin-top: 30px;
    background-color: #c4a79a;
}
.video .fun-box .inner-content2 .icon i {
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.video .fun-box .inner-content2 .icon::after {
    border: 1px dashed #0250c5;
}
.video .fun-box .inner-content3 {
    margin-top: -30px;
    background-color: #c4a79a;
}
.video .fun-box .inner-content3 .icon i {
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.video .fun-box .inner-content3 .icon::after {
    border: 1px dashed #d43f8d;
}
.img1 {
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pricing {
    padding: 110px 0 120px;
    position: relative;
    background-color: #000;
}
.pricing .product-slider .item .single-product {
    background: rgba(2, 80, 197, 0.05);
    text-align: center;
}
.pricing .product-slider .item .single-product .img {
    text-align: center;
    padding: 30px 30px 24px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pricing .product-slider .item .single-product .img .links {
    display: inline-block;
    position: absolute;
    top: 101%;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 0;
}
.pricing .product-slider .item .single-product .img .links .mybtn1 {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.pricing .product-slider .item .single-product .img .links .mybtn1:hover {
    color: #fff;
}
.pricing .product-slider .item .single-product .content {
    padding: 25px 27px;
}
.pricing .product-slider .item .single-product .content .stars {
    padding-left: 0;
    margin-bottom: 10px;
}
.pricing .product-slider .item .single-product .content .stars li {
    display: inline-block;
    font-size: 14px;
    color: #56eb00;
}
.pricing .product-slider .item .single-product .content .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
}
.pricing .product-slider .item .single-product .content .price {
    margin-bottom: 0;
}
.pricing .product-slider .item .single-product .content .price .new-price {
    display: inline-block;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 7px;
    letter-spacing: -1px;
    margin-bottom: 5px;
}
.pricing .product-slider .item .single-product .content .price small {
    font-size: 18px;
    font-weight: 700;
    color: #888;
    display: inline-block;
}
.pricing .product-slider .item .single-product:hover .img .links {
    top: 0;
    opacity: 1;
}
.pricing .product-slider .owl-controls {
    display: block;
    text-align: center;
    margin-top: 40px;
}
.pricing .product-slider .owl-controls .owl-nav {
    display: inline-block;
}
.pricing .product-slider .owl-controls .owl-nav div {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 41px;
    text-align: center;
    margin: 0 5px;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background: rgba(2, 80, 197, 0.05);
    color: #242424;
}
.pricing .product-slider .owl-controls .owl-nav div:hover {
    background: #0250c5;
    color: #fff;
}
.testimonial-area {
    padding: 110px 0 120px;
    position: relative;
    background: #F7F9FF;
}
.testimonial-area .section-title {
    margin-bottom: 50px;
}
.testimonial-area .testimonial-img {
    position: relative;
}
.testimonial-area .testimonial-img img {
    position: absolute;
    border-radius: 50%;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.testimonial-area .testimonial-img .img1 {
    width: 60px;
    height: 60px;
    top: 67px;
    left: -110px;
    -webkit-animation: shapeani1 3.1s linear infinite;
            animation: shapeani1 3.1s linear infinite;
}
.testimonial-area .testimonial-img .img2 {
    width: 75px;
    height: 75px;
    top: 160px;
    left: -200px;
    -webkit-animation: shapeani1 3.5s linear infinite;
            animation: shapeani1 3.5s linear infinite;
}
.testimonial-area .testimonial-img .img3 {
    width: 60px;
    height: 60px;
    top: 270px;
    left: -110px;
    -webkit-animation: shapeani1 3.2s linear infinite;
            animation: shapeani1 3.2s linear infinite;
}
.testimonial-area .testimonial-img .img4 {
    width: 60px;
    height: 60px;
    top: 67px;
    right: -110px;
    -webkit-animation: shapeani1 3.2s linear infinite;
            animation: shapeani1 3.2s linear infinite;
}
.testimonial-area .testimonial-img .img5 {
    width: 75px;
    height: 75px;
    top: 160px;
    right: -200px;
    -webkit-animation: shapeani1 3.5s linear infinite;
            animation: shapeani1 3.5s linear infinite;
}
.testimonial-area .testimonial-img .img6 {
    width: 60px;
    height: 60px;
    top: 270px;
    right: -110px;
    -webkit-animation: shapeani1 3.1s linear infinite;
            animation: shapeani1 3.1s linear infinite;
}
.testimonial-area .testimonial-slider .owl-stage-outer {
    overflow: hidden;
}
.testimonial-area .testimonial-slider .client {
    margin: 65px 30px;
    padding: 85px 30px 27px;
    text-align: center;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}
.testimonial-area .testimonial-slider .client .client-image {
    position: absolute;
    width: 120px;
    height: 120px;
    padding: 15px;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 16px;
}
.testimonial-area .testimonial-slider .client .client-image::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-transform: rotate(85deg);
        -ms-transform: rotate(85deg);
            transform: rotate(85deg);
}
.testimonial-area .testimonial-slider .client .client-image img {
    width: 100%;
    border-radius: 50%}
.testimonial-area .testimonial-slider .client .client-say {
    margin-bottom: 19px;
}
.testimonial-area .testimonial-slider .client .client-name {
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.testimonial-area .testimonial-slider .client .client-name a {
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}
.testimonial-area .testimonial-slider .client .designation {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.testimonial-area .testimonial-slider .owl-controls {
    display: block;
    text-align: center;
    margin-top: -24px;
    position: relative;
    z-index: 91;
}
.testimonial-area .testimonial-slider .owl-controls .owl-nav {
    display: inline-block;
}
.testimonial-area .testimonial-slider .owl-controls .owl-nav div {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 41px;
    text-align: center;
    margin: 0 5px;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background: rgba(2, 80, 197, 0.07);
    color: #242424;
}
.testimonial-area .testimonial-slider .owl-controls .owl-nav div:hover {
    background: #0250c5;
    color: #fff;
}
.faq {
    padding: 110px 0 100px;
    position: relative;
   background-color:#8a796f;
}
.faq .right-shape {
    position: absolute;
    right: 0;
    top: 350px;
}
.faq .accordion .panel {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: relative;
}
.faq .accordion .panel::after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background: #000;
}
.faq .accordion .panel .panel-body {
    padding: 4px 20px 7px;
}
.faq .accordion .panel .panel-body span {
    font-family: "Roboto", sans-serif;
}
.faq .accordion .panel-title {
    display: block;
    width: 100%;
    background: #fff;
    padding: 15px 40px 15px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #242424;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
}
.faq .accordion .panel-title::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    border-radius: 3px 0 0 3px;
    right: 0;
    top: 0;
    text-align: center;
}
.faq .accordion .panel-title::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    text-align: center;
    z-index: 1;
    font-size: 12px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    line-height: 22px;
    border-radius: 50%;
    color: #555;
    margin-right: 10px;
}
.faq .accordion .panel-title[aria-expanded=true]::before {
    font-family: "Font Awesome 5 Free";
    content: ""}
.faq .faq-img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.contact {
    padding: 110px 0 90px;
    position: relative;
}
.contact .info-box {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 30px 22px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}
.contact .info-box .left {
    margin-bottom: 25px;
}
.contact .info-box .left .icon {
    font-size: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    position: relative;
}
.contact .info-box .left .icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #fff;
    -webkit-animation: shapeani2 10s linear infinite;
            animation: shapeani2 10s linear infinite;
}
.contact .info-box .left .icon i {
    background-color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact .info-box .right {
    text-align: center;
}
.contact .info-box .right .content p {
    margin-bottom: 0;
}
.contact .info-box:hover .left .icon::after {
    border: 1px dashed #e9873a;
}
.contact .contact-form-wrapper {
    background: #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    padding: 40px 25px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}
.contact .contact-form-wrapper .section-title {
    margin-bottom: 48px;
    text-transform: uppercase;
}
.contact .contact-form-wrapper #contact-form textarea {
    margin-bottom: 9px;
}
.contact .contact-form-wrapper #contact-form .mybtn1 {
    margin-top: 7px;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.contact .contact-form-wrapper #contact-form .mybtn1:hover {
    color: #fff;
}
.contact .google_map_wrapper {
    padding: 0!important;
}
.contact .google_map_wrapper iframe {
    width: 100%!important;
    height: 405px!important;
    margin: 0;
    padding: 0;
}
.subscribe-section {
    padding: 94px 0 100px;
    background: url(../images/map.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.subscribe-section .newsletter-form-area {
    position: relative;
    text-align: center;
}
.subscribe-section .newsletter-form-area input {
    width: 100%;
    height: 60px;
    border-radius: 50px;
    border: 1px solid rgba(212, 63, 141, 0.1);
    padding: 0 30px;
    background: none;
    color: #242424;
    background: #fff;
    -webkit-box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.1);
}
.subscribe-section .newsletter-form-area button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto;
    height: 50px;
    border-radius: 50px;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.more-info span {
    color: #0d1d3d;
    font-size: 16px;
    text-transform: uppercase;

}
.more-info a{
    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;
}
.subscribe-section .newsletter-form-area button  span {
    margin-right: 5px;
}
.subscribe-section .newsletter-form-area button:hover {
    background-color: #fff;
}
.subscribe-section .newsletter-form-area button:focus {
    outline: 0;
}
.footer {
    overflow: hidden;
    position: relative;
    padding: 90px 0 0;
    background: url('../images/footer2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer .footer-info-area {
    text-align: center;
}
.footer .footer-info-area .footer-logo {
    margin-bottom: 23px;
    display: block;
}
.footer .footer-info-area .footer-logo .logo-link {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer .footer-info-area .footer-logo img {
    max-width: 180px;
}
.footer .footer-info-area .text {
    margin-bottom: 24px;
}
.footer .fotter-social-links {
    text-align: center;
    margin-top: 35px;
}
.footer .fotter-social-links ul {
    padding-left: 0;
    margin-left: 0;
}
.footer .fotter-social-links ul li {
    display: inline-block;
}
.footer .fotter-social-links ul li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin: 0 3px;
    color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.18);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.18);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.footer .fotter-social-links ul li a.facebook {
    background: #0069f7;
    border-color: #0069f7;
}
.footer .fotter-social-links ul li a.twitter {
    background: #00c6f7;
    border-color: #00c6f7;
}
.footer .fotter-social-links ul li a.linkedin {
    background: #007bb5;
    border-color: #007bb5;
}
.footer .fotter-social-links ul li a.dribbble {
    background: #f7007a;
    border-color: #f7007a;
}
.footer .fotter-social-links ul li a.google-plus {
    background: #d1062c;
    border-color: #d1062c;
}
.footer .copy-bg {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 84px;
}
.footer .copy-bg p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.footer .copy-bg a {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}
.footer .copy-bg a:hover {
    color: #0250c5;
}
.footer-widget .title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #242424;
}
.footer-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-widget ul li {
    list-style: none;
}
.footer-widget ul li a {
    color: #555;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.footer-widget ul li a:hover {
    color: #0250c5;
}
.footer-widget ul li i {
    font-size: 14px;
    margin-right: 4px;
}
.support-link-widget .title, .use-full-link-widget .title {
    margin-bottom: 11px;
}
.support-link-widget .link-list li, .use-full-link-widget .link-list li {
    border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
    padding: 9px 0;
    display: block;
}
.support-link-widget .link-list li:last-child, .use-full-link-widget .link-list li:last-child {
    border-bottom: 0;
}
.twitter-widget .title {
    margin-bottom: 19px;
}
.twitter-widget .content i {
    color: #00c6f7;
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
}
.twitter-widget .content p {
    margin-bottom: 0;
    display: inline-block;
}
.twitter-widget .content a {
    display: block;
    color: #0069f7;
    font-style: italic;
    margin-top: 8px;
}
.twitter-widget .owl-controls {
    display: block;
    text-align: center;
}
.twitter-widget .owl-controls .owl-nav {
    position: absolute;
    z-index: 9999;
    bottom: -57px;
    left: 0;
    display: inline-block;
}
.twitter-widget .owl-controls .owl-nav div {
    font-size: 0;
    position: relative;
    width: 35px;
    height: 35px;
    display: inline-block;
}
.twitter-widget .owl-controls .owl-nav div.owl-next {
    margin-left: 15px;
}
.twitter-widget .owl-controls .owl-nav div.owl-next::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    background: #fff;
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.twitter-widget .owl-controls .owl-nav div.owl-prev {
    margin-left: 0;
}
.twitter-widget .owl-controls .owl-nav div.owl-prev::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    background: #fff;
    background-image: -o-linear-gradient(35deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.newsletter-widget {
    margin-top: 30px;
    padding: 22px 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
}
.newsletter-widget .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-align: center;
}
.newsletter-widget form .input-field {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.newsletter-widget form .mybtn2 {
    display: block;
    margin: 0 auto;
}
.h-100v {
    height: 100vh!important;
}
.error-404 .base-btn1 {
    margin-top: 30px;
}
.index-3 .feature .left-feature, .right-feature {
    color: #DBE2FB;
}
.index-3 i.fab.fa-youtube {
    background-image: -o-linear-gradient(left, rgba(52, 32, 77, 1) 0%, rgba(247, 9, 9, 1) 0%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(52, 32, 77, 1)), color-stop(0%, rgba(247, 9, 9, 1)));
    background-image: linear-gradient(90deg, rgba(52, 32, 77, 1) 0%, rgba(247, 9, 9, 1) 0%);
    font-size: 60px;
    position: relative;
}
.index-3 .about .box img {
    width: 100%;
    height: 100%;
    -o-object-position: left;
    object-position: left;
}
.index-3 .about .box .inner-box {
    padding: 25px 0;
}
.index-3 .bg-purple {
    background: -o-linear-gradient(left, rgba(147, 20, 65, 1) 0%, rgba(76, 24, 67, 1) 0%, rgba(47, 25, 68, 1) 54%, rgba(43, 9, 84, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(147, 20, 65, 1)), color-stop(0%, rgba(76, 24, 67, 1)), color-stop(54%, rgba(47, 25, 68, 1)), to(rgba(43, 9, 84, 1)));
    background: linear-gradient(90deg, rgba(147, 20, 65, 1) 0%, rgba(76, 24, 67, 1) 0%, rgba(47, 25, 68, 1) 54%, rgba(43, 9, 84, 1) 100%);
}
.index-3 .list li {
    position: relative;
}
.index-3 .list li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: -12px;
    top: 3px;
}
.index-3 .programs img {
    width: 100%;
    max-height: 249px;
    object-fit: contain;
    margin-bottom: 60px;
}
.index-3 blockquote {
    font-weight: 100;
    font-size: 2.5rem;
    max-width: 600px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: .5rem;
}
.index-3 blockquote:before, .index-3 blockquote:after {
    content: '”';
    position: absolute;
    color: #000;
    font-size: 6rem;
    width: 4rem;
    height: 4rem;
    font-family: 'EB Garamond'}
.fa-paper-plane:before {
    color: #79A6D7!important;
}
.index-3 blockquote::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -12px;
}
.index-3 .video blockquote {
    margin: auto;
    font-size: 1rem;
    padding: 20px 10px;
}
.index-3 .about .box img {
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.index-3 .video blockquote:before, .index-3 .video blockquote:after {
    color: #fff;
    position: absolute;
}
.index-3 .video blockquote:before {
    top: 2px;
    left: -12px;
}
.index-3 .video blockquote::after {
    right: 0;
    bottom: 0;
}
.index-3 .info-blockquote::before {
    left: -32px!important;
}
.index-3 .video .video-alt {
    background-image: url(../images/andubalance-bg.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.index-3 .more-info {
    background-color: #fff;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.index-3 .more-info span {
    padding: 10px;
}
.index-3 .about .inner-box .subtitle {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}
.index-3 .about .inner-box {
    margin-bottom: 20px;
}
.index-3 .about .box::after {
    background: -o-linear-gradient(left, rgba(207, 184, 174, 1) 7%, rgba(251, 251, 251, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(7%, rgba(207, 184, 174, 1)), to(rgba(251, 251, 251, 1)));
    background: linear-gradient(90deg, rgba(207, 184, 174, 1) 7%, rgba(251, 251, 251, 1) 100%);
}
.index-3 .feature{
  background-color:#2e273b;
}
.index-3 #detoxbody{
    background-color:#471a52;
}
.img-circle {
    position: relative;
    width: 40%;
    margin: auto;
}
.img-circle:after {
    content: "";
    display: block;
    padding-bottom: 100%}
.img-circle img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.index-3 .overlay::before {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.catalog {
    background-color: #0D172B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
}
.catalog .button {
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    border: 1px solid #6C84BA;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 10px;
    text-transform: uppercase;

}
.catalog .icon {
    color: #6C84BA!important;
    font-size: 2rem;
}
.catalog span {
    color: #6C84BA!important;
}
.catalog .button .name {
    font-size: 1em;
    font-weight: 100;
    width: 70px;
    margin-left: 15px;
    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-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.catalog .card span {
    display: block;
}
.catalog .button .name .nowrap {
    white-space: nowrap;
}
.catalog .button:hover span {
    color: #fff!important;
}
.index-3 .faq .section-title p {
    font-size: 15px;
    color: #fff;
    margin-left: 0;
    text-align: justify;
}
.index-3 .faq .panel-group .panel .panel-body span {
    font-family: "Roboto", sans-serif;
    font-size: 18.2px;
    color: #fff!important;
}
.andu .item img{
    max-height: 249px;
    object-fit: contain;
}
.hero-slider button {
    background: transparent;
}
.hero-slider button.next-arrow {
    font-size: 35px;
    right: 0;
}
.hero-slider button.prev-arrow {
    left: 0;
}
.hero-slider .prev-arrow:after, .hero-slider .next-arrow:after {
    font-size: 45px!important;
}
.feature .feature-box:hover img {
    -webkit-animation-name: rotateden;
    animation-name: rotateden;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.google_map_wrapper {
    height: 325px;
    overflow: hidden;
}
.catalog .button:hover {
    -webkit-animation-name: headshake;
    animation-name: headShake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    background-color: #071D3F;
    -webkit-transition: background-color .9s!important;
    -o-transition: background-color .9s!important;
    transition: background-color .9s!important;
}
.catalog .button:hover a {
    color: #fff!important;
}
.more-info:hover {
    -webkit-animation-name: headshake;
    animation-name: headShake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
}
.cell .item .title {
    text-align: center;
    margin-top: 5px;
}
.cell .item p {
    text-align: center;
    font-size: 16px;
}
.cell .box:hover {
    -webkit-transform: translateY(-5px)!important;
        -ms-transform: translateY(-5px)!important;
            transform: translateY(-5px)!important;
    -webkit-box-shadow: 0 20px 20px 2px #000;
            box-shadow: 0 20px 20px 2px #000;
}
.cell .overlay-num {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 200;
    -webkit-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.cell .box:hover .overlay-num {
    opacity: 1;
}
.cell .box {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.cell .box .img {
    position: relative;
}
.feature .feature-box .details .text {
    color: #fff;
}
.feature .feature-box .details .title {
    margin-bottom: 0;
}
.feature.custom .feature-box {
    margin-bottom: 0;
}
.bubble {
    position: absolute;
    width: 150px;
    height: 140px;
    border-radius: 50%;
    background-color: #fff;
    left: -36%;
    top: -45px;
    opacity: 0;
    z-index: 9;
    color: #000;
    text-align:center;
    -webkit-box-shadow: #000 0 20px 25px -5px, #000 0 10px 10px -5px;
    box-shadow: #000 0 20px 25px -5px, #000 0 10px 10px -5px;
    -webkit-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
}
.bubble span {
    color: #333;
}
.bubble p {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
.bubble p span {
    color: currentColor;
}
.bubble::after {
    z-index: -1;
    right: 3px;
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    /* left: 5px; */
    width: 0;
    border-width: 25px 31px 0 8px;
    border-style: solid;
    border-color: #fff transparent;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(
            35deg);
    transform: rotate(
            35deg);
}
.programs .box:hover .bubble {
    opacity: 1;
}
.programs .buttonn{
    text-transform: uppercase;
}

.language .dropdown-item, .language.dropdown-item:hover{
    background-color: #000;
}
.language a{
    color: white;
}
.language a:hover{
    color: lightslategray;
}
.language .dropdown.show>.btn-secondary.dropdown-toggle {
    background-color: transparent;
    border: none;
}
.language .btn{
    background-color: transparent;
    border: none;
}

.contact .title{
    text-transform: uppercase;
}
[lang="ka"] .catalog .nowrap, [lang="ru"] .catalog .nowrap{
  font-size: 12px;
  
}
[lang="ka"] #detoxbody .container{
   max-width: 1340px;
}
[lang="ru"] .catalog .container-lg{
    max-width: 1340px;
}

[lang="ru"] .navigation .navbar #mainmenu ul .nav-item .nav-link{
    font-size: 15px;
}
[lang="ru"] .whaybest .title{
    font-size: 45px;
}

.video-container {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.video-container video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
.video-modal{
max-width: 900px;
}
.video-modal .item{
padding: 15px;
}
.video-modal .item img{
border-radius: 10px;
}
.video-modal .item span{
color: black;
text-align: center;
display: block;
padding: 10px;
}
@media(max-width:768px){
.video-modal .row{
flex-wrap: nowrap;
overflow: scroll;
}
.video-modal{
max-width: 100%;
}
.video-modal .item {
padding: 5px;
margin-top: 10px;
}
}