/* ==========loader common css========== */

.loader img {
    width: 50px;
}

.loaderWrap {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 300ms ease-in-out; 
}
.loader{
    animation: loader 2s infinite linear;
}

.loader-off.loaderWrap {
  opacity: 0;
  visibility: hidden;
}


ul li{
    list-style: none;
  }
  
  a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  a:hover,
  a:focus {
    text-decoration: none;
    color: unset;
  }
  
  figure {
    margin: 0;
    padding: 0;
    display: block;
  }
  
  img {
    max-width: 100%;
  }


.ptb{padding:60px 0;}
.pt{padding-top:60px;}
.pb{padding-bottom:60px;}


/*****header*****/

.bgwhite{
    background: #fff;;
}

.header-appear{
/*height: 70px;*/
position: fixed;
top: 0;
padding: 5px 0px;
z-index: 999;
background-color: #0859ff;
width: 100%;
-webkit-animation-name: animationFade;
-o-animation-name: animationFade;
animation-name: animationFade;
-webkit-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear-index{
/*height: 130px;*/
position: fixed;
top: 0;
padding:8px 0px;
z-index: 999;
background-color: #000000d6;
width: 100%;
-webkit-animation-name: animationFade;
-o-animation-name: animationFade;
animation-name: animationFade;
-webkit-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}


/* animation */

@-webkit-keyframes animationFade {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-o-keyframes animationFade {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
-o-transform: none;
transform: none;
}
}
@keyframes animationFade {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
-o-transform: none;
transform: none;
}
}


/* Toggle*/

.bd_toggle.navbar-toggler {
    border: 0 !important;
    background: transparent;
    padding: 0;
    line-height: normal;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.bd_toggle.navbar-toggler:focus {
    outline: 0;
}

.bd_toggle span {
    width: 28px;
    height: 5px;
    background: #3f74f5;
    display: block;
    position: relative;
    margin: 0 0 0 9px;
    background-image: none !important;
}

.bd_toggle span:after {
    position: absolute;
    content: " ";
    width: 22px;
    height: 5px;
    top: -7px;
    left: 0;
    right: 0;
    background: #101010;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.bd_toggle span:before {
    position: absolute;
    content: " ";
    width: 22px;
    height: 5px;
    bottom: -7px;
    left: 0;
    right: 0;
    background: #101010;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
}
.main-menu-more{display: none;}


.bd_btn {
    background: #363636;
    height: 40px;
    border: 1px solid #363636;
    line-height: 40px !important;
    padding: 0 30px;
    font-size: 14px !important;
    text-transform: capitalize;
    border-radius: 50px;
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.;
}

.bd_btn:hover{
    background:transparent;
    color:#000;
}
.bd_btnoutline{
    background: #fff;
    border: 1px solid #ECE7E9;
    color: #373C40;
}
.bd_btnoutline:hover{
    background: #363636;
    color:#fff;
}


.headsocial a {
    background: #650094;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
}
.headsocial a:hover{
    background: #af00ff;
    color:#fff;
}

.headsocial a+a {
    margin-left: 5px;
}
.headsocial a.tiktok img {
    filter: invert(1);
    width: 18px;
    height: 18px;
}


/*Home Page*/

.container-fluid {
    padding-right: 5%;
    padding-left: 5%;
}
.w70ma{
    width: 70%;
    margin: auto;
}
.heading{
    margin-bottom: 20px !important;
}
.heading h2, .heading h1, .heading h3, .heading h4 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 10px;
}
.heading p{
    font-size: 16px;
    line-height: 22px;
}

.bg{
    background: #f9edff;
}
.bg1{
    background: #f9f9f9;
}

.imghvr{
    position: relative;
    display: inline-block;
    margin: 0px;
    max-width: 100%;
    background-color: #2266a5;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    height: 300px;
}
.imghvr img{
    object-fit: cover;
}
.imghvr figcaption{
    background-color: #a37db9b0;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    z-index: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.imghvr:after{
    width: 200%;
    height: 200%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0.75;
    background: #a37db9;
    position: absolute;
    content: '';
}
.imghvr:after{
    -webkit-transform: skew(-45deg) translateX(-190%);
    -moz-transform: skew(-45deg) translateX(-190%);
    -ms-transform: skew(-45deg) translateX(-190%);
    -o-transform: skew(-45deg) translateX(-190%);
    transform: skew(-45deg) translateX(-190%);
}
.imghvr:hover:after {
    -webkit-transform: skew(-45deg) translateX(0%);
    -moz-transform: skew(-45deg) translateX(0%);
    -ms-transform: skew(-45deg) translateX(0%);
    -o-transform: skew(-45deg) translateX(0%);
    transform: skew(-45deg) translateX(0%);
}
.imghvr:hover figcaption{
    opacity: 1;
    transform: scale(1.0);
}

/**/
/* Footer Css */

.footer-main.innerfooter {
    background: #f9edff;
}

/* End Footer */


/*Conact page*/

/*Conact page*/

.contactinfo h2 {
    font-size: 40px;
    line-height: 46px;
}

.contactinfo {
    padding-left: 50px;
}
.conimg {
    position: relative;
    background: #f4ddff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #440063, #f4ddff);
    background: linear-gradient(to top, #440063, #f4ddff);

    height: 100%;
    padding: 50px;
}
.contxt a.conlogo {
    width: 100px;
}

.contxt p {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
}
.contxt .sochalmedia {
    text-align: left;
}

.coninfo {
    margin: 20px 0;
}

.coninfo ul li a {
    position: relative;
    padding-left: 60px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.coninfo ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    object-fit: contain;
    padding: 8px;
}

.coninfo ul li+li {
    margin-top: 20px;
}

.sochalmedia ul {
    display: flex;
}

.sochalmedia ul li+li {
    margin-left: 10px;
}

.sochalmedia ul li a {
    background: white;
    line-height: 40px;
    width: 40px;
    height: 40px;
    color: #000;
    text-align: center;
    font-size: 16px;
}
.sochalmedia ul li a:hover{
    background:#cd2027;
    color: #fff;
}


.invalid .wpcf7-response-output {
    display: none;
}
.contact_form1 .heading p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.contact_form1 .heading p a {
    color: #df8200;
}

.contact_form1 p {
    width: 100%;
}

.contact_form1 .iti{display: block;}

.contact_form1 input#f12_captcha-514 {
    border: 1px solid #ddd;
    height: 40px;
    outline: none;
}
.mapsec iframe {
    width: 100%;
    height: 400px;
}
.contact_form1{
    padding: 50px;
    background: #fafafaab url(../images/world.png);
    background-position: 356px -110px;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}
/* .contact_form1:after{
    position: absolute;
    content: "";
    top: 0;
    left: -200px;
    width: 200px;
    height: 100%;
    background: #fafafa;
    z-index: -1;
} */
.contact_form1 label {
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.check_label{
    margin-left: 10px;
    display: inline-block !important;
    margin-bottom: 0 !important;
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {display:none;}

.contact_form1 .wpcf7-form-control::placeholder {
  color: #1c1c1c;
}
.contact_form1 .wpcf7-form-control, .contact_form1 .wpcf7-form-control:-internal-autofill-selected{
    width: 100%;
    background-color: #f1f1f1;
    border: 0;
    border-radius: 0;
    color: #000;
    transition: 0.5s;
    position: relative;
}
.contact_form1 input[type="text"], 
.contact_form1 input[type="text"]:focus, 
.contact_form1 input[type="email"], 
.contact_form1 input[type="email"]:focus, 
.contact_form1 input[type="tel"], 
.contact_form1 input[type="tel"]:focus,
.contact_form1 input[type="date"], 
.contact_form1 input[type="date"]:focus,
.contact_form1 textarea,
.contact_form1 select, .contact_form1 select:focus
{
    width: 100%;
    padding: 0 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    color: #000;
    transition: 0.5s;
    position: relative;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
}
.contact_form1 select{height: 50px;}
.contact_form1 .wpcf7-form-control-wrap{display: block;}
.contact_form1 input[type="file"], 
.contact_form1 input[type="file"]:focus{
    border: 1px solid #fff;
    padding: 10px;
    border-radius:0;
}
.contact_form1 .wpcf7-form-control:focus{
    border-color: #000 !important;
    box-shadow: none;
}
.contact_form1 .wpcf7-text, .contact_form1 .wpcf7-date, .contact_form1 .wpcf7-select,
.f12_captcha-133 input, .contact_form1 input#f12_captcha-498
{
    height:50px;
    outline: none;
}
.contact_form1 .wpcf7-select{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    -o-appearance: auto;
    appearance: auto;
}
.contact_form1 .wpcf7-list-item {
    margin: 0;
    position: relative;
    padding-left: 20px;
}

.contact_form1 .wpcf7-form-control.wpcf7-checkbox {
    border: 0;
}

.contact_form1 .wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 0;
}

.contact_form1 .wpcf7-text, .contact_form1 .wpcf7-radio{
    border:0;
    padding: 0;
}
.contact_form1 .wpcf7-text, .contact_form1 .wpcf7-radio span.wpcf7-list-item:nth-child(1){
    margin-left: 0;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label{
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid red;
  border-radius:50px;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio] ~ span.wpcf7-list-item-label{
  font-size: 13px;
  color: #000;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio]:checked ~ span.wpcf7-list-item-label:before{
  background-color: #fff;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio]:checked ~ span.wpcf7-list-item-label:after{
  display: block;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label:after{
    left: 10px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #1682ee;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact_form1 .wpcf7-textarea {
    height: 100px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    color: #000;
    border-radius: 0;
    padding: 10px 10px 10px 20px;
}
.contact_form1 textarea:focus-visible{outline: none;}
.contact_form1 .wpcf7-submit {
    height: 50px;
    padding: 0 50px;
    background: #3f74f5;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    text-transform: capitalize;
    display: inline-block;
    width: auto;
}
.contact_form1 .wpcf7-submit:hover{
    background: #000;
    color: #ffffff;
}
.contact_form1 .bd_consub{position: relative; margin: 0 0 0 -15px;}
.contact_form1 .bd_consub .ajax-loader {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


.captcha-image {
    border-color: #000;
    color: #000;
    border-radius:0px;
    display: inline-block;
}
.captcha-image img {
    width: auto;
}
.captchac_fld .wpcf7-form-control-wrap {
    display: flex;
    flex-wrap: wrap;
}

.captchac_fld .wpcf7-form-control-wrap #f12_captcha-498 {
    flex: 0 0 50%;
    max-width: 50%;
}

.con_heading{
    margin-bottom: 15px;
}
.con_heading h2{
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}
.con_heading p{
    margin-bottom: 0;
}

.contact_info {
    padding: 20px;
    background: #d0ebc8;
}

.contact_info .con_heading h2 {
    color: #104801;
}   

.contact_info ul li:nth-child(1){margin-top: 0;}
.contact_info ul li {
    background: #aee19f;
    padding: 10px 10px 10px 40px !important;
    position: relative;
    margin-top: 5px;
}
.contact_info ul li:after{
    display: none;
}
.contact_info ul li i{
    position: absolute;
    top: 12px;
    left: 15px;
    color:#176a00;
}
.contact_info ul li a {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    word-break: break-word;
}
.contact_info ul li a span {
    font-size: 14px;
}
.contact_info ul li.contact_social {
    padding-left: 15px;
}
.contact_social span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 22px;
    margin-bottom: 15px;
}
.contact_info ul li.contact_social a{
    border: 1px solid #42a924;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin: 3px;
}
.contact_info ul li.contact_social a:hover{
    border-color: #42a924;
    background: #42a924;
}
.contact_info ul li.contact_social a i{
    position: relative;
    top: inherit;
    left: inherit;
}
.contact_info ul li.contact_social a:hover i{
    color: #fff;
}

/* Inner Page */

.bd_main .bannermain {
    background: #fff;
}

.inner_banner {
    position: relative;
    padding-top: 40%;
    /*padding: 100px 0;
     background:#3f74f5;
    height:400px;
    overflow: hidden; */
}
.inner_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.inner_banner .heading h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #5a5a5a;
}
.inner_banner .heading p {
    line-height: 30px;
}

.inner_banner_text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.banner_area_text_box {
    position: relative;
    text-align: center;
}
.banner_area_text_box .page-title {
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 0;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px; */
    position: relative;
    padding-bottom: 8px;
}


.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    justify-content: center;
}
.breadcrumb ul{
	list-style-type: none;
	margin-bottom: 0;
    display: flex;
}
.breadcrumb ul li{
	display: inline-block;
	margin: 0 4px;
	color: #18207a;
    font-size: 16px;
    line-height: 20px;
}
.breadcrumb ul li:nth-child(1){
	margin-left:0;
}

.breadcrumb ul li.item-current {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.breadcrumb ul li a, .breadcrumb ul li strong{
	color:#18207a;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.breadcrumb ul li strong, .breadcrumb ul li i{color:#18207a;}
.breadcrumb ul li a:hover {
    color: #ff460a;
}

.bd_innerftr {
    background: #f9f9f9;
}

/* Inner Content */

.inner_con{
    color: #6b6b6b;
    font-size:16px; line-height:20px;
}
.inner_con p{
    color:#000;
}
.inner_con .alignright{
    float: right;
    margin: 20px 0 20px 20px;
    filter: drop-shadow(5px 5px 5px #222);
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    -moz-filter: drop-shadow(5px 5px 5px #222);
    -ms-filter: drop-shadow(5px 5px 5px #222); 
}
.inner_con .alignleft{
    float: left;
    margin: 20px 20px 20px 0;
    filter: drop-shadow(-5px 5px 5px #222);
    -webkit-filter: drop-shadow(-5px 5px 5px #222);
    -moz-filter: drop-shadow(-5px 5px 5px #222);
    -ms-filter: drop-shadow(-5px 5px 5px #222);
}

.inner_con h2{
    color: #440063;
    font-size: 34px;
    line-height: 40px;
    position: relative;
    margin-bottom: 15px;
}
.inner_con p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.inner_con h2 strong{
    color: #00b4d8;
}

.inner_con h3{
    color: #440063;
    font-size: 30px;
    line-height: 38px;
    margin-bottom:15px;
}
.inner_con h4{
    color: #000;
    font-size: 20px;
    line-height: 26px;
    margin-bottom:15px;
}
.inner_con ol li+li{
    margin-top: 10px;
}
.inner_con ol li {
    margin-left: 14px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
.inner_con ul{
    padding-left: 0;
    list-style-type: none;
}
.inner_con ul li{
    position: relative;
    margin: 10px 0;
    padding-left: 25px;
    color: #000;
    font-size: 14px;
    line-height:24px;
}
.inner_con ul li:after{
    position: absolute;
    content: "\f00c";
    color: #3f4e2c;
    font: normal normal normal 14px FontAwesome;
    top: 2px;
    left: 0;
}

.inner_con h6{
    font-size: 16px;
    line-height: 20px;
}


/* 404 */
.error-404 {
    color: #000;
}
.error-404 h1 {
    font-size: 100px;
    font-weight: 900;
    line-height: 104px;
    letter-spacing: -15px;
    -webkit-text-stroke: 1px #f9ca70;
    color: transparent;
}
.error-404 a {
    background: #f9ca70;
    display: inline-block;
    padding: 10px 20px;
    color: #7f0029;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.wpcf7-not-valid-tip{font-size: 12px !important; line-height: 16px;}
div.wpcf7-mail-sent-ok{

    background: #398f14;
    color: #fff;
    text-align: center;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    background: #f7e700;
    color: #252525;
    text-align: center;
}

/* comment-respond */

.discussion-avatar-list {
    display: none;
}

.comment-list li.comment {
    background: #f1f1f1;
    padding: 20px;
}

.comment-list li+li {
    margin-top: 20px;
}

.comment-list li.comment .comment-metadata {
    margin: 5px 0;
}

.comment-list li.comment .comment-reply a {
    margin-top: 20px;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    font-size: 14px;
}

.comment-list li.comment .comment-respond {
    margin-top: 30px;
}

.comment-list li.comment .comment-respond #cancel-comment-reply-link {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    font-size: 15px;
    padding: 0 15px;
    border-radius: 0;
    margin-left: 40px;
}

.comment-list ol.children li.comment {
    margin-top: 20px;
}

.comment-list {
    list-style-type: none;
}

.comments-area {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.error {
    color: red !important;
    font-size: 12px;
    margin: 0 !important;
}

.comment-form p label .required {
    color: red;
}

.comments-area {
    margin-top: 40px;
}

.comment-respond .comment-reply-title {
    font-size: 26px;
    line-height: 30px;
    color: #252525;
    margin-bottom: 15px;
}

.comments-area .comments-title {
    font-size: 20px;
    line-height: 26px;
    color: #666;
    margin-bottom: 15px;
}

.comment-form p label {
    display: block;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cfcfcf;
}

.comment-form input {
    height: 40px;
}

.comment-form input[type=checkbox] {
    width: auto;
    height: auto;
}

.comment-form p.comment-form-cookies-consent label {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
}

.form-submit {
    text-align: right;
}

.form-submit .submit {
    position: relative;
    padding: 0 30px;
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
    border: 1px solid #000;
    background-color: #1c1c1c;
    border-radius: 0;
    cursor: pointer;
}

.form-submit .submit:hover {
    background: #000;
    color: #fff;
}

.comment-list {
    list-style-type: none;
}

.post-navigation .screen-reader-text {
    display: none;
}

.post-navigation .nav-links {
    display: flex;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin-top: 30px;
}

.post-navigation .nav-links .nav-previous br,
.post-navigation .nav-links .nav-next br {
    display: none;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
    flex: 1;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
    display: inline-block;
    padding: 10px 20px;
}

.post-navigation .nav-links .nav-next {
    text-align: right;
}

.post-navigation .nav-links .meta-nav {
    display: block;
    color:#3f74f5;
    font-size: 14px;
}

.post-navigation .nav-links .post-title {
    color: #252525;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.post-navigation .nav-links .post-title:after {
    position: absolute;
    top: 3px;
    color: #252525;
    font-size: 14px;
    font: normal normal normal 14px FontAwesome;
}

.post-navigation .nav-links .nav-next .post-title:after {
    content: "\f061";
    right: -15px;
}

.post-navigation .nav-links .nav-previous .post-title:after {
    content: "\f060";
    left: -15px;
}


/*About*/

.imgbox {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 1%;
    margin-top: 20px;
}

.imgbox img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.imgbox:nth-child(2) {
    margin-top: -20px;
}

.abcon h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
}
.abcon ul {
    display: flex;
    flex-wrap: wrap;
}

.abcon ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px 0 8px 25px;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}
.abcon ul li:after {
    position: absolute;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    top: 12px;
    left: 0;
    color: #ff6a3a;
}

.abcon p {
    font-size: 15px;
    line-height: 25px;
}

.abimg {
    height: 100%;
    position: relative;
}

.abimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abimg:before {
    position: absolute;
    content: " ";
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    z-index: -1;
}

.aimg {
    display: block;
    height: 450px;
}

.aimg img {
    object-fit: cover;
}

/**/

#loadImg {
    position: absolute;
    width: 30px;
    top: 6px;
    right: 58px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: reverse;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#loadImg i {
    font-size: 28px;
    color: #fff;
}


.blog_details_box .entry-content {
    background: #f9f9f9;
    padding: 40px;
    font-size: 14px;
    height: 100%;
}

.blog_details_box .entry-content h1 {
    color: #000;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
}
.blog_details_box img {
    height: 580px;
    object-fit: cover;
}

.img_carousel .item a {
    display: block;
    height: 320px;
}

.img_carousel .item a img {
    object-fit: cover;
}
.img_carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 1%;
}

.img_carousel .owl-nav button {
    background: #fbc437 !important;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    outline: none;
}

.wpcf7-captchac {
    border: 0 !important;
    width: 100px !important;
}

/*  */

.recent_carousel {
    border: 2px solid #e8e8e8;
    padding: 40px 20px 20px 20px;
    position: relative;
}

.recent_carousel .sub-head {
    position: absolute;
    top: -18px;
    background: #ffffff;
    left: 0;
    right: 0;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    width: 85%;
    margin: auto;
    text-align: center;
    color: #141414;
    font-weight: 600;
}
.recent_blog {
    display: flex;
    flex-wrap: wrap;
}

.bd_postimg {
    background: #f3f3f3;
    flex: 0 0 30%;
    max-width: 30%;
}

.bd_postimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bd_deskebox {
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 15px;
}

.bd_deskebox p {
    color: #040404;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
}
.bd_deskebox h2 {
    font-size: 14px;
    line-height: 18px;
    color: #040404;
    margin: 5px 0;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bd_deskebox p {
    color: #040404;
    margin-bottom: 0;
}

.bd_deskebox p a {
    display: block;
    text-transform: uppercase;
    color: #3f74f5;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 600;
}

.bd_deskebox p a i {
    margin-left: 10px;
    font-size: 16px;
    line-height: 20px;
}

/*Faq*/

.faq_sec {padding: 50px; background-attachment: fixed !important;}
.faq_sec .card{margin:10px 0;}
.faq_sec .card .accordion_toggle {
    border: 1px solid #f2f2f2;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #01123c;
    position: relative;
    background: #fff;
    padding-right: 60px;
}
.faq_sec .card .accordion_toggle:after {
    position: absolute;
    content: '\f107';
    font: normal normal normal 20px FontAwesome;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    color: #3f74f5;
    transition: 0.5s;
}
.faq_sec .card .accordion_toggle.uparow:after {
    content: "\f106";
}

.faq_sec .card .card-body {
    font-size: 14px;
    line-height: 24px;
}

.serde .nav-links {
    border: 0 !important;
}

.vdoimg iframe {
    width: 100%;
}

.vdoimg img {
    object-fit:cover;
    width:100%;
    height:100%;
}

.sectwo .sectwobox+.sectwobox {
    margin-top: 20px;
}

.sectwo .sectwobox:nth-child(even) .sectiontwoimg {
    order: 1;
}

.footer-main .ftrtop .row [class*="col-"]:first-child:before{display: none;}

.ftrtop{
    border-bottom: 1px solid #E0E2F3;
    padding: 50px 0 20px 0;
}
.ftrtop .heading h2 {
    color: #101010;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
}

.ftrtop .heading span {
    font-weight: 400;
}

.ftrtop .heading p {
    color: #0D1130;
    font-weight: 500;
}

.Subscribef input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #c6efff;
    font-size: 12px;
}

.Subscribef input[type="submit"] {
    border: 0;
    background: #08739d;
    color: #fff;
    width: auto;
    padding: 0 40px;
}

/*  */

.form-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 52%;
    height: 100%;
    object-fit: cover;
}
.form-content {
    padding: 70px 0;
}



.prodecontent:nth-child(even) {
    background: #f9edff;
}

.prodecontent:nth-child(even) .prodeimg {
    order: 1;
}

.rgtimg {
    height: 440px;
}

.rgtimg img {
    object-fit: cover;
}

.testimosec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f9f9f9;
    padding: 30px;
    box-shadow: 0 0 10px #ccc;
    margin: 10px;
}

.testimosec .tesimg {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
	border: 4px solid #af00ff;
}

.testimosec .tesimg img {
    height: 100%;
    object-fit: cover;
}

.testimosec .tescon {
    flex: 1;
    padding-left: 20px;
    font-size: 20px;
    line-height: 26px;
}

.testimosec .tescon p {
    margin-bottom: 5px;
    font-size: 16px;
}

.tescon1 {
    margin-top: 20px;
    max-height: 150px;
    min-height: 100px;
    overflow-y: scroll;
}
.coachingtesti .tescon1 {
    max-height: 80px;
}
.tescon1::-webkit-scrollbar-thumb, .tescon1::-webkit-scrollbar-track{
background-color: transparent;
}

.tescon1 p {
    margin-bottom: 6px;
}

.traimg {
    position: relative;
    padding-right: 230px;
}
.traimg img{object-fit: contain;}

.traimg ul {
    position: absolute;
    top: 80px;
    right: 0;
}

.traimg ul li+li {
    margin-top: 50px;
}

.traimg ul li a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

.traimg ul li:nth-child(2) {
    padding-left: 40px;
}

.traimg ul li:nth-child(3) {
    padding-left: 90px;
}

.traimg ul li:nth-child(4) {
    padding-left: 140px;
}
.traimg ul li a img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-left: 10px;
}

.booktestimonialslider  .item {
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
}

.booktestimonialslider .item .testimosec {
    padding: 0;
    box-shadow: none;
    margin: 0;
    background: transparent;
}

.booktesti {
    position: relative;
    padding: 120px 0;
}

.booktesti:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3f0c5cbd;
    content: " ";
}

.booktestimonialslider {
    max-width: 80%;
    margin: auto;
}

.booktestimonialslider .item .testimosec .tesimg {
    width: 200px;
    height: 200px;
    border-color: #65009430;
    border-radius: 10px;
}

.booktestimonialslider .item .testimosec .tescon h5 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
}

.booktestimonialslider .item .testimosec .tescon p {
    color: #fff;
}
.booktestimonialslider .item .testimosec .tescon p.comname {
    color: #d6ff00;
}

.booktestimonialslider .item .testimosec .tescon p.design {
    color: #fffd9e;
}

.booktestimonialslider .item .testimosec .tescon p.tcontent {
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
}

.endorsmentslider .item {
    margin-bottom: 0;
}
.endorsmentslider .item .tcontent {
    height: 65px;
    overflow-y: scroll;
    font-size: 13px;
    line-height: 20px;
}

.proinfo .cartbtn .button.add_to_cart_button,
.proinfo .cartbtn .added_to_cart
{
    background: #af00ff;
    color: var(--white);
    z-index: 9;
    position: relative;
    border: 1px solid transparent;
    transition: all .4s;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    border: 1px solid transparent;
    text-transform: uppercase;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.proinfo .cartbtn .button.add_to_cart_button.added{display: none;}
.proimg a {
    max-width: 60%;
    margin: 0 auto;
    display: block;
    border: 1px solid #c9c8c8;
    padding: 20px;
}

.authcon {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.authcon.active{
    display: block;
    display: inherit;
    -webkit-line-clamp: none;
    -webkit-box-orient: initial;
    overflow: visible;
    text-overflow: inherit;
}

/* Cart */

.wc-block-cart__main {
    background: #fbf4ff;
    padding: 2%;
}

.wc-block-cart__main .wc-block-cart-items span {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
}

.wc-block-cart__main .wc-block-cart-item__image {
    padding-left: 0 !important;
    width: 150px;
}
.wc-block-cart-item__product .wc-block-components-product-name {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px !important;
}

.wc-block-components-product-metadata__description p {
    font-size: 14px;
    line-height: 20px;
}
.wc-block-cart-item__product .wc-block-components-product-name {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px !important;
}

.wc-block-components-product-metadata__description p {
    font-size: 14px;
    line-height: 20px;
}

.wc-block-cart-item__quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    margin-bottom: 0 !important;
}

.wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
    color: red !important;
}
.wc-block-cart__sidebar .wc-block-cart__totals-title {
    background: #010101 !important;
    color: #fff !important;
    padding: 12px 14px !important;
}
.wc-block-cart__submit-container .wc-block-cart__submit-button.contained {
    background: #af00ff;
    color: #fff;
    border-radius: 5px;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid hsl(0deg 0% 7%) !important;
}
.wc-block-components-totals-wrapper {
    color: #000;
}
fieldset#contact-fields {
    margin-bottom: 0;
}
.wc-block-components-validation-error>p {
    font-size: 12px;
    line-height: 20px;
    color: red;
}

.woocommerce-page form .wc-block-checkout__actions_row button.wc-block-components-button {
    background: #af00ff;
    border: 0;
    color: #fff;
    border-radius: 5px;
}

/* Pro Details */

.woocommerce div.product .product_title {
    clear: none;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 500;
    color: #393939;
    font-size: 32px;
    line-height: 40px
}

.details_page .product p.price,.woocommerce div.product span.price {
    color: #393939!important;
    font-size: 26px!important;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px
}

.details_page .product p.price ins {
    text-decoration: none
}

.details_page .product p.price del {
    font-size: 20px;
    line-height: 26px
}

.woocommerce-product-details__short-description {
    padding: 10px 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 0
}

.details_page form.cart {
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0!important;
    width: auto;
    height: auto
}

.details_page form.cart .details-atribute-section .qib-container .qib-button:not(#qib_id):not(#qib_id),.variations_button .qib-button:not(#qib_id):not(#qib_id) {
    height: 45px;
    width: 45px;
    background: #393939;
    border: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 600
}

.details_page form.cart .details-atribute-section .qib-container .qib-button.minus {
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important
}

.details_page form.cart .details-atribute-section .qib-container .qib-button.plus {
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important
}

.details_page form.cart .details-atribute-section .qib-container .quantity input.qty:not(#qib_id):not(#qib_id),.variations_button .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    height: 45px;
    width: 45px
}

.details_page form.cart .details-add-btn {
    margin: 0 10px;
    width: 70%
}

.details_page form.cart .details-add-btn button.single_add_to_cart_button.button.alt {
    width: 100%
}

.details_page form.cart .details-add-btn button[type=submit]:not(#qib_id):not(#qib_id):not(_):not(_),.variations_button button[type=submit]:not(#qib_id):not(#qib_id):not(_):not(_) {
    height: 45px!important;
    font-size: 16px;
    border: 1px solid #393939;
    border-radius: 5px;
    padding: 0 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    color: #fff;
    background-color: #393939;
    cursor: pointer
}

.details_page form.cart .details-add-btn button[type=submit]:not(#qib_id):not(#qib_id):not(_):not(_):hover {
    background-color: #fff;
    color: #393939
}

.details_page .woocommerce-tabs {
    margin-top: 40px;
    display: inline-block;
    width: 100%
}

.details_page .product .woocommerce-tabs ul.tabs {
    margin: 0 0 20px 0!important;
    padding: 0!important
}

.details_page .product .woocommerce-tabs ul.tabs li {
    border: 1px solid #dbdbdb!important;
    background-color: transparent!important;
    border-radius: 0!important;
    margin: 0!important;
    padding: 8px 30px!important
}

.details_page .product .woocommerce-tabs ul.tabs li.active {
    background: #000!important;
    z-index: 2;
    border-bottom: 2px solid #000!important
}

.details_page .product .woocommerce-tabs ul.tabs li.active a {
    color: #fff!important
}

.details_page .product .woocommerce-tabs ul.tabs li a {
    color: #000!important;
    font-weight: 500!important;
    font-size: 16px;
    line-height: 22px;
    box-shadow: none
}

.details_page .product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    border: 0;
    padding: 0!important
}

.details_page .woocommerce-Reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#review_form_wrapper,div#comments {
    flex: 0 0 48%;
    max-width: 48%
}

.details_page .woocommerce-Reviews #comments {
    background: #f1f1f1;
    padding: 20px
}

.details_page .woocommerce-Reviews #comments .woocommerce-Reviews-title {
    color: #000!important
}

.details_page .woocommerce-Reviews #comments .star-rating span:before,.details_page .woocommerce-Reviews #comments .star-rating:before {
    color: #febf32
}

.details_page .woocommerce-Reviews #comments .meta {
    color: #000!important
}
.woocommerce-product-gallery {
    border: 1px solid #c9c8c8;
}
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a {
    display: block;
    max-width: 70%;
    margin: auto;
}
ol.flex-control-thumbs {
    float: left;
    margin: 0;
    border-top: 1px solid #c9c8c8;
    padding: 5px;
}
.product-single .woocommerce-message {
    display: none;
}

/* #Progress
================================================== */

.progress-wrap {
	position: fixed;
  background: #af00ff61;
	right: 10px;
	bottom: 90px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgb(255 255 255);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font: normal normal normal 14px / 1 FontAwesome;
	content: "\f102";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color:#fff;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font: normal normal normal 14px / 1 FontAwesome;
	content: "\f102";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background: #ffffff; /* --- Pijl hover kleur --- */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #af00ff;
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.flotbtn {
    position: fixed;
    right: -34px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    background-image: linear-gradient(#ff0d15, #000000);
    height: 42px;
    width: 120px;
    text-align: center;
    line-height: 38px;
    border-radius: 50px;
    color: #fff;
    z-index: 1;
    border: 2px solid #fdf9ff;
    box-shadow: 0px 0px 0px 4px #a80f14;
    transition: 0.5s;
}
.flotbtn:hover {
    background-image: linear-gradient(#000000, #ff0d15);
    color: #fff;
}
.blog-box {
    background: #e9e9e9;
    display: block;
    height: 100%;
}
.blog-box .bimg {
    position: relative;
    padding-top: 70%;
}

.blog-box .bimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bcontent {
    background: #e9e9e9;
    padding: 10px;
}

.bcontent h3 {
    color: #000;
    font-size: 20px;
    line-height: 26px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.bpara p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.bpara p .readmore {
    color: blue;
}

.bd_pagination .pagination {
    justify-content: end;
}

.bd_pagination .pagination .page-numbers {
    background: #650094;
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin: 1px;
}

.bd_pagination .pagination .page-numbers.current, .bd_pagination .pagination .page-numbers:hover {
    background: #000;
}