/*
Theme Name: Twenty Twenty Child
Theme URL: http://wpamanuke.com/
Description: Twenty Twenty Child Theme
Author: WPAmaNuke
Author URL: http://wpamanuke.com/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/ 
/* Custom CSS goes after this line */


/* Global code here */

span.weightLess {
    font-weight: 500;
}


.themeTextColor{
    color: var( --e-global-color-primary );
}
.themeColor{
    background: var( --e-global-color-primary );
}
.nospace , .nospace p, .nospace h1, .nospace h2, .nospace h3, .nospace h4, .nospace h5, .nospace h6, .nospace .elementor-widget-container {
    margin-bottom: 0px !important;
}

.sectionTagStyle span.elementor-icon-list-icon {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(18 39 78 / 15%);
    border-radius: 50%;
}

.sectionTagStyle span.elementor-icon-list-text {
    padding: 10px 20px !important;
    background: rgb(18 39 78 / 15%);
    border-radius: 50px;
}
/* Global code here */


/* Header Code here  */
.customHeader .site-logo img{
    max-height: 11rem;
}


.customHeader .logoNav {
    display: flex;
    align-items: center;
}

.customHeader .headerBtn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.customHeader .primary-menu > li a{
    color: #000000 !important;
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
}
.customHeader .primary-menu > li a:hover{
    text-decoration : none;
    opacity: 0.5;
}
.customHeader .numStyle {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.customHeader .numStyle:hover{
    color: #12274e !important;
}
.customHeader .numStyle:hover svg path{
    stroke : #12274e !important;
}
.customHeader .btnStyle {
    padding: 15px 20px;
    border-radius: 50px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.customHeader .btnStyle:hover {
    background: var( --e-global-color-primary ) !important;
}
.customHeader .header-inner.section-inner {
    padding: 12px 0px;
    max-width: 1500px;
	position:relative;
}

.customHeader {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent !important;
    transition: 0.38s ease-in-out 0s all;
    border-bottom: 0 !important;
    z-index: 999 !important;
}


.customHeader.fixexHeader {
    background: rgb(255 255 255 / 80%) !important;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid #eee !important;
    box-shadow: 0px 6px 15px 0px rgb(0 0 0 / 13%);
}

/* Header Code here  */



/* topbar code here */
.tobBar p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.tobBar .header-inner {
    justify-content: center;
    position: relative;
}
.tobBar {
    background: #12274e;
    transition: 0.38s ease-in-out 0s all;
}
.tobBar p a {
    background: var( --e-global-color-primary );
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    margin-left: 20px;
    text-decoration : none;
}
a.signUptext {
    position: absolute;
    right: 15px;
    color: #Fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    gap: 5px;
}
/* topbar code here */




/* banner bottom section code here */

.serviceListStyle li {
    padding: 5px 15px !important;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-bottom: 10px !important;
}

.bannerFloatImage {
    position: relative;
    bottom: -100px;
}
.rotateImg img {
    animation: rotate 40s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* banner bottom section code here */







/* plans code here */
.plansContainer {
    display: flex;
    max-width: 100%;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.planBox {
    width: 30%;
    padding: 15px;
}

.planBox .planBoxInner {
    background: #fff;
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    border: 1px solid rgb(29 30 35);
    height: 100%;
}
.topContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.planTag {
    padding: 5px 14px;
    background: #0e82fd;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: -15px;
    left: 30px;
}
span.planTag  svg{
    width: 10px;
    height: 10px;
    fill: #fff;
}
.topContent p {
    margin-bottom: 0;
    font-size: 16px;
    color: #12274e;
    font-weight: 500;
}
.priceRow h4 {
    margin: 25px 0 5px;
    font-size: 45px;
    color: #12274e;
}
.priceRow h4 span.priceText {
    font-size: 18px;
    font-weight: 450;
    color: #12274e;
}

.priceRow p {
    font-size: 15px;
}
a.planBtn {
    background: var( --e-global-color-primary );
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 12px;
    border-radius: 6px;
    margin: 25px 0px;
}

.featureHeader p {
    text-align: left;
    position: relative;
    font-size: 18px;
    display: inline;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.featureHeader {
    display: flex;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* .featureHeader p:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #bcbcbc;
    position: absolute;
    left: -100%;
    top: 50%;
    transform: translateY(-50%);
}
.featureHeader p:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #bcbcbc;
    position: absolute;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
} */
.planBoxInner ul {
    margin: 0;
    list-style: none;
}

.planBoxInner ul li {
    display: flex;
    gap: 5px;
    font-size: 17px;
    margin-bottom: 10px !important;
    align-items: center;
    margin: 0;
    font-weight: 500;
    color: #212121;
}


.planBox.pro .planBoxInner {
    background: #1D1E23;
    transform: scale(1.03);
}
.planBox.pro .planBoxInner p,
 .planBox.pro .planBoxInner li,
  .planBox.pro .planBoxInner h4,
   .planBox.pro .planBoxInner h4 span {
    color: #Fff !important;
}



a.planBtn:hover {
    background: #12274e;
}
.planBox.pro .planBoxInner a.planBtn {
    background: #fff;
    color: #1d1e23;
    font-weight: 500;
}
.planBox.pro li svg path {
    fill: #fff;
}
/* plans code here */





/* footer code here */
.customFooter .section-inner {
    max-width: 1500px;
    margin: auto;
}
.customFooter {
    background: #12274e !important;
}
.footerRow {
    display: flex;
    width: 100%;
}

.footerCol {
    width: 33%;
}
/* footer code here */




/* video section code here */
.videoDesign .elementor-widget-container .elementor-custom-embed-image-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000006e;
    z-index: 2;
    left: 0px;
}

.videoDesign .elementor-custom-embed-play {
    z-index: 2;
}
/* video section code here */





/* Testimonial Section code here */
.testimonialStyle .sp-testimonial-item {
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
    border: 1px solid rgb(0 0 0 / 19%);
    border-radius: 30px;
    padding: 30px;
    margin: 10px 5px;
}

.testimonialStyle .sp-testimonial-client-image img {
    width: 100%;
    max-width: 60px !important;
}
.testimonialStyle .sp-testimonial-content p {
    text-align: left !important;
    padding: 0px;
    font-style: italic !important;
    font-size: 15px !important;
    color: #000;
    font-weight: 500;
}
.testimonialStyle h4.sp-testimonial-client-name {
    text-align: left !important;
}

.testimonialStyle .sp-testimonial-free {
    text-align: left !important;
}
.testimonialStyle .sp-testimonial-client-designation {
    text-align: left !important;
    color: #000;
    font-weight: 500;
}
.testimonial-nav-arrow {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background: #ffffff !important;
    border: 1px solid #ccc !important;
}

.testimonial-nav-arrow i {
    color: #12274e;
}
/* Testimonial Section code here */


/* Video Section code here  */
.videoSecLayer:before {
    content: "" !important;
    width: 100% !important;
    background: #f5f2ee;
    position: absolute !important;
    right: 0 !important;
    height: 50% !important;
    top: auto !important;
    bottom: 0;
    z-index: 0;
}
/* Video Section code here  */



/* contact form code here  */
ul.contactDesign {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.contactDesign li {
    margin: 0;
    width :100%;
    padding: 10px;
}

ul.contactDesign li:first-child {
    width: 50%;
}

ul.contactDesign li:nth-child(2) {
    width: 50%;
}
ul.contactDesign label {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
.overlayPosition::before {
    background-size: 650% auto !important;
}
ul.contactDesign li input {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 16px;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
ul.contactDesign li input::placeholder{
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
ul.contactDesign input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    background: #12274e;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
/* contact form code here  */






/* Media query start from here  */
/* Media query start from here  */
@media screen and (max-width: 1300px){
    .customHeader .primary-menu > li a,.customHeader .numStyle,.customHeader .btnStyle {
        font-size: 15px !important;
    }
}
@media screen and (max-width: 1000px){
/* 	a.signUptext{
		top: 15px;
	} */
	a.signUptext{
		position: relative !important;
		justify-content: center;
		margin-top: 0px;
		right: -10px;
		top : 0px;
	}
	.planBox {
        width: 50% !important;
    }
    .customHeader .headerBtn {
        display: none !important;
    }
    .customHeader .site-logo img {
        max-height: 6rem;
    }
    .bannerFloatImage {
        position: relative;
        bottom: -10px;
    }
	  .tobBar p {
		display:none;
    }
	.toggle-inner .toggle-text, .close-nav-toggle .toggle-text{
		display:none;
	}
	.customHeader .header-inner .toggle{
       position:absolute;
		top:50%;
		transform:translatey(-50%);
	}
	 .modal-menu > li > .ancestor-wrapper > a {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: -0.0375em;
		color: #000;
}
	.menu-modal.active{
        z-index:999;
	}
}
@media screen and (max-width: 767px){
	a.signUptext{
		position: relative !important;
		justify-content: center;
		margin-top: 0px;
		right: -10px;
		top : 0px;
	}
    .planBox {
        width: 100% !important;
    }
    .tobBar p {
        font-size: 14px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
		display:none;
    }

}

/* Media query start from here  */
/* Media query start from here  */