/*common css*/
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    font-size: 16px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    -webkit-text-size-adjust: 100%;
}
.center-wr{
    max-width: 1320px;
    width: 100%;
    margin: 0px auto;
}
img{
    max-width: 100%;
    display: block;
}
a{
    text-decoration: none;
    transition: 0.6s;
}
span,strong,a{
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}
ul li{
    list-style-type: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clearfix:before, .clearfix:after{ 
    content: ""; 
    display: table; 
}
.clearfix:after { 
    clear: both;
}
.clearfix { 
    *zoom: 1; 
}
.clr{
    clear: both;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
:focus, :focus-within, :focus-visible {
    outline: 0;
    outline-offset: 0px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e5e5e5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #e5e5e5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #e5e5e5;
}
:-moz-placeholder { /* Firefox 18- */
  color: #e5e5e5;
}
input[type="radio"], input[type="checkbox"], input[type="file"], input[type="submit"], select, button{
    cursor: pointer;
}
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer; 
}
.knt-site-button{
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    padding:0px 50px 11px 0px;
    position: relative;
    border-bottom: 3px solid #6e2b62;
}
.knt-site-button-white{color: #fff;}
.knt-site-button-black{color: #000;}
.knt-site-button:before, .knt-site-button:after{
    position: absolute;
    content: '';
    transition: 0.6s;
}
.knt-site-button:before{
    width: 0%;
    height: 3px;
    background-color: #6e2b62;
    bottom: -3px;
    right: 0;
}
.knt-site-button:hover:before{
    left: 0;
    right: auto;
    width: 100%;
}
.knt-site-button:after{
    background: url(../images/svg/Errow_White.svg) no-repeat center;
    top: 6px;
    right: 0;
    width: 30px;
    height: 15px;
}
.knt-site-button-black:after{
    background: url(../images/svg/Errow_Black.svg) no-repeat center;
}
.knt-site-button:hover:after{
    right: -10px;
}
.knt-site-button:hover{border-color: transparent;}
.round-button, .menu-round-button a{
    padding: 17px 39px;
    border: 2px solid #fff;
    border-radius: 33px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.slicknav_menu {
    display: none;
}
.round-button:after, .menu-round-button a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #6e2b62;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: -1;
    transition: 0.5s;
    transform-origin: center;
}
.round-button:hover:after, .menu-round-button a:hover:after{
    transform: scale(1.3);
}
h3, h4{
    font-weight: bold;
}
h3{
    font-size: 44px;
    line-height: 55px;
    color: #000;
}
p{
    font-size: 19px;
    line-height: 36px;
    color: #000;
    font-weight: 300;
    margin-top: 35px;
}
p:first-child{
    margin-top: 0px;
}
h4{
    font-size: 34px;
    line-height: 40px;  
}
h5 {
    font-size: 30px;
    line-height: 48px;
    font-weight: bold;
}
h6 {
    font-size: 21px;
    line-height: 48px;
    font-weight: bold;
}
section{padding: 100px 0px;}
@keyframes waveEffect{
    0% {
       transform: translate3d(-90px,0,0);
    }
    100% {
        transform: translate3d(85px,0,0);
    }
}
/*-end-*/
/*header*/
.home header.knt-header-wr:before {
    background-size: 88%;
}
.knt-header-wr {
    position: absolute;
    z-index: 111;
    width: 100%;
}
.knt-logo-wr, .knt-menu-wr{width: 47%;}
.knt-header-inner-wr{margin-top: 80px;}
.knt-menu-wr ul li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.knt-menu-wr ul li a{
    font-weight: 500;
    padding: 17px 27px 33px 27px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.knt-menu-wr .sub-menu {
    position: absolute;
    z-index: 111;
    left: 0;
    text-align: left;
    width: 280px;
    background-color: #ffffff;
    top: 135%;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
}
.knt-menu-wr .sub-menu .current-menu-item a {
    color: #101820;
}
.knt-menu-wr .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    top: 100%;
    pointer-events: all;
}
.knt-menu-wr .menu-item-has-children:hover > a:before {
    opacity: 1;
    top: -80px;
}
.header-menu ul li.current-menu-ancestor > a::before {
    opacity: 1;
    top: -80px;
}
.knt-menu-wr .sub-menu a {
    padding: 15px 0;
    color: #6E2B62;
    width: 100%;
    border-top: 1px solid #6E2B62;
}
.knt-menu-wr .sub-menu li:first-child a {
    border-top: unset;
}
.knt-menu-wr .sub-menu a:hover {
    color: #000000;
}
.knt-menu-wr .sub-menu a:before {
    content: unset;
}
.knt-menu-wr .sub-menu li {
    display: block;
    padding: 0 12px;
}
.knt-menu-wr .sub-menu li:last-child {
    margin-left: 0;
}
.knt-menu-wr .sub-menu li:nth-last-child(1) {
    margin-top: 0;
}
.knt-logo-wr a{
    font-size: 36px;
    line-height: 41px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
}
.knt-menu-wr ul li a:before {
    content: '';
    position: absolute;
    top: -257px;
    width: 110px;
    height: 145px;
    background-color: #6e2b62;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    transition: 0.4s;
}
.knt-menu-wr ul li a:hover:before{
    opacity: 1;
    top: -80px;
}
.knt-menu-wr ul li.current-menu-item a:before {
    opacity: 1;
    top: -80px;
}
.knt-menu-wr ul li:nth-last-child(1) a:before {
    opacity: 0;
}
.knt-menu-wr ul li.menu-round-button  a{
    padding: 17px 39px;
}
.knt-menu-wr ul li:nth-last-child(1) {
    margin-top: -17px;
    margin-left: 4%;
}
.knt-video-slider-wr .bx-wrapper {
    max-width: 100% !important;
}
@keyframes circularMotion{
    0% {
        transform: rotate(360deg) translate(30px);
    }
    100% {
       transform: rotate(0deg) translate(0px);
    }
}
.ring-wr {
    position: absolute;
    top: 58%;
    width: 500px;
    height: 500px;
    right: -200px;
    transform: rotate(90deg);
    z-index: -1;
}
.ring-wr .ring {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #dee1e2;
    position: absolute;
    animation: circularMotion 10s linear infinite;
}
.ring-wr .ring-2 {
    margin: 100px 0px 0px 50px;
    animation-delay: 0.2s;
}
span.ring-dot {
    background-color: #6e2b62;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 37px;
}
.knt-header-wr {
    z-index: 1 !important;
}
header.knt-header-wr:before {
    position: absolute;
    content: '';
    background-image: url(../images/Liner_Bg_1.png);
    width: 100%;
    height: 285px;
    background-repeat: no-repeat;
    z-index: -1;
    top: -3px;
    background-size: 100%;
    left: 0px;
    background-position: 0% -7%;
}
header.knt-header-wr:after {
    position: absolute;
    content: '';
    background-image: url(../images/Liner_Bg_1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0% 32%;
    width: 69%;
    height: 204px;
    top: 2px;
    left: 0;
    z-index: -1;
}
header.knt-header-wr.sticky {
    position: fixed;
    top: 0;
    background-color: #101820;
    width: 100%;
    z-index: 111 !important;
    animation: smoothScroll 0.5s linear;
    box-shadow: 0px 5px 20px 5px rgba(225, 225, 225, 0.07);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0px);
    }
}
header.knt-header-wr.sticky:after, header.knt-header-wr.sticky:before {
    content: unset;
}
header.knt-header-wr.sticky .knt-header-inner-wr {
    margin-top: 25px;
}
header.knt-header-wr.sticky .knt-menu-wr .menu-item-has-children:hover > a:before {
    top: -80px;
}
header.knt-header-wr.sticky .knt-menu-wr ul li.current-menu-item a:before {
    top: -80px;
}
/*end*/
/*footer*/
.social-media-wr ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.social-media-wr{
    margin-top: 68px;
}
.social-media-wr ul li:first-child{margin-left: 0px;}
.social-media-wr ul li a{
    width: 68px;
    height: 68px;
    position: relative;
    border-radius: 50%;
}
.social-media-wr ul li a:hover{
    background-color: #6e2b62;
}
.social-media-wr ul li a svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0px auto;
}
.social-media-wr ul li a:hover svg path{
    fill: #fff;
}
.footer-form-wr {
    background-color: #6e2b62;
    padding: 76px 80px;
}
.footer-form-wr h5 {
    font-weight: bold;
    color: #fff;
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 40px;
}
.knt-form-field label, .footer-form-wr .gform_body .gfield_label, .footer-form-wr .gform_body .gfield_checkbox label {
    font-size: 18px;
    line-height: 20px;
    display: block;
    color: #fff;
    font-weight: normal;
}
.knt-form-field input, .knt-form-field textarea, .footer-form-wr .gform_body .ginput_container input, .footer-form-wr .gform_body .ginput_container textarea {
    background-color: transparent;
    width: 100%;
    display: block;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 10px;
}
.footer-form-wr .gform_body .gfield_checkbox{margin-top: 34px;}
.knt-form-field textarea,  .footer-form-wr .gform_body .ginput_container textarea {resize: none; height: 94px !important; color: #fff!important;}
.knt-form-field, .footer-form-wr .gform_body .gform_fields .gfield,  .footer-form-wr .gform_footer  {
    margin-top: 20px;
}
.footer-form-wr .gform_body .gform_fields li#field_1_5.gfield {
    margin-top: 36px;
}
.knt-form-field:first-child, .footer-form-wr .gform_body .gform_fields .gfield:first-child {margin-top: 0px;}
.knt-form-field p strong, .footer-form-wr .gform_body .gfield_checkbox label.gfield_label_before_complex {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
.knt-submit-field input,  .footer-form-wr .gform_footer input{
    width: auto !important;
    border-radius: 33px;
    border: 2px solid #fff;
    background:url('../images/svg/Errow_White.svg') no-repeat 77% center, transparent;
    color: #fff;
    font-weight: bold;
    font-size: 21px !important;
    line-height: 25px;
    padding: 16px 65px 16px 33px;
}
.knt-checkboxes input[type="checkbox"], .footer-form-wr .gform_body .gfield_checkbox .gfield-choice-input{
    width: 22px;
    height: 22px;
    margin-right: 20px;
}
.footer-form-wr .gform_body .gfield_checkbox .gfield-choice-input:before{

}
.knt-checkboxes input[type="checkbox"], .knt-checkboxes label, .knt-checkboxes, 
.footer-form-wr .gform_body .gfield_checkbox .gfield-choice-input, .knt-checkboxes, .footer-form-wr .gform_body .gfield_checkbox label, .footer-form-wr .gform_body .gfield_checkbox li{
    display: inline-block;
    vertical-align: middle;
}
.footer-form-wr .gform_legacy_markup_wrapper .gfield_required {
    margin-left: 0;
}
.knt-checkboxes, .footer-form-wr .gform_body .gfield_checkbox li{
    width: 48%;
    margin-bottom: 25px;
}
.footer-top-right-wr , .footer-top-left-wr {
    width: 50%;
}
.footer-top-left-wr {
    margin-top: 63px;
}
.knt-bottom-footer-wr {
    background-color: #101820;
    padding: 114px 0px 43px;
}
.knt-contact-info-blk p, .knt-contact-info-blk a , .knt-copyrite-wr p, .knt-copyrite-wr p a{
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    display: inline;
}
.contact-list-wr li{
    margin-top: 38px;
}
.contact-list-wr li a i{
    width: 20px;
    margin-right: 16px;
    display: inline-block;
    color: #fff;
}
.knt-bottom-footer-wr .knt-logo-wr{
    position: relative; 
    padding-bottom: 17px;
    margin-bottom: 34px;
}
.knt-bottom-footer-wr .knt-logo-wr:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #6e2b62;
    width: 80px;
    height: 2px;
}
.knt-logo-contact-wr {
    padding-bottom: 188px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.knt-copyrite-wr {
    padding-top: 45px;
    text-align: center;
}
.knt-copyrite-wr p, .knt-copyrite-wr p a{
    color: #787f88;
}
 .knt-copyrite-wr p a:hover, .contact-list-wr li a:hover{
    color: #6e2b62;
 }
.knt-contact-info-blk p:nth-child(4) span {
    display: none;
}
 .knt-top-footer-wr {
    margin-bottom: -385px;
    background-image: url(../images/svg/rocket-arrow.png);
    background-repeat: no-repeat;
    background-position: 0% 36%;
    margin-top: 140px;
}
.footer-form-wr .gform_body .gform_fields .gfield span.gfield_required {
    color: #fff;
}
.footer-form-wr .gform_body .gform_fields .gfield {
    position: relative;
    background-color: unset !important;
    border: none !important;
}
.footer-form-wr .gform_body .gform_fields .gfield .validation_message{
    font-size: 12px !important;
    color: #ff0000b5 !important;
}
.footer-form-wr .gform_body .gform_fields .gfield .instruction{
    display: none !important;
}
.footer-form-wr .gform_body .gform_fields .gfield input{
    /*border-color: #fff !important;*/
    color: #fff !important;
    border-radius: unset !important;
    border-bottom: 1px solid #ffffff !important;
}
.footer-form-wr .gform_body .gform_fields .gfield .gfield_label{
    color: #fff !important;
    padding-bottom: 6px;
}
.footer-form-wr .gform_body .gform_fields .gfield .validation_message {
    position: absolute;
    bottom: -17px;
    left: 0;
}
.footer-form-wr .gform_body .gform_fields .gfield:nth-child(5) label.gfield_label.gfield_label_before_complex {
    font-weight: bold;
}
.footer-form-wr .gform_wrapper .gform_validation_errors{
    border: none !important;
}
.footer-form-wr .gform_wrapper .gform_validation_errors h2{
   color: #fff !important;
}
.footer-form-wr .gform_footer input#gform_submit_button_1{
    transition: 0.4s !important;
    font-family: 'Poppins', sans-serif;
}
.footer-form-wr .gform_footer input#gform_submit_button_1:hover {
    background-color: #101820 !important;
    transition: 0.4s !important;
    background-position: 105px;
}
.footer-form-wr {
    padding: 60px 80px 50px;
}
.footer-form-wr .gform_body .gform_fields div.ginput_container{
    margin-top: 0px !important;
}
.footer-form-wr .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox]{
    position: relative;
    border-radius: unset;
}
.footer-form-wr .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox]:before {
    position: absolute;
    content: '';
    background-color: #fff;
    left: 0;
    right: 0;
    width: 22px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    opacity:0;
    background-image: url(../images/svg/Right_Mark.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    font-size: 20px;
    border-radius: unset !important;
    border: unset !important;
}
.footer-form-wr .gform_body .gform_fields .gfield .gfield_checkbox li input[type="checkbox"]:checked::before{
    opacity: 1;
}
.footer-form-wr .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox]:checked+label {
    font-weight: normal;
}
.scroll-top {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #6e2b62;
    margin: 0 auto;
    position: fixed;
    right: 40px;
    bottom: 40px;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
    line-height: 44px;
    transition: 0.5s;
    z-index: 100;
    display: none;
}
.scroll-top i {
    font-size: 18px;
    color: #ffffff;
    transition: 0.5s;
}
.scroll-top:hover {
    background-color: #ffffff;
    border-radius: unset;
    border: 1px solid #6e2b62;
}
.scroll-top:hover i {
    color: #6e2b62;
}
.unclickable > a {
pointer-events: none;
}
/*popup-content*/
.popup-content iframe {
    width: 100% !important;
    height: 100% !important;
}
.popup-content {
    display: none;
    width: 900px;
    height: 510px;
    margin: 0 auto;
    position: fixed;
    top:50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 120;
}
.popup-overlay-wr{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0 ,0, 0.8);
    z-index: 111;
}
.popup-content a {
    position: absolute;
    top: -30px;
    background-color: #58224e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 26px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    right: -30px;
    box-shadow: 0px 9px 121px 18px rgb(0 0 0);
}
.footer-top-right-wr{
    min-height: 950px;
}
/*end*/