/*
Theme Name: Twenty Twenty-Five Child
Theme URI: http://example.com/twenty-twenty-five-child/
Description: Twenty Twenty-Five Child Theme
Author: Your Name
Author URI: http://example.com
Template: twentytwentyfive
Version: 1.0.0
*/
/* Add your custom styles here */
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'calibriregular';
	
}

html , body
{
	background-color:#000;
	margin:0px;
	overflow-x:hidden;
}
h1,
h2,
h3,
h4,
h5,
p,
a {
	margin: 0px;
}



a {
	text-decoration: none
}


b{ font-family: 'calibribold';
font-weight:bold}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}

a[href]:hover {
	background-color: #000;
	color: #fff
}



.col-50 {
	width: 50%;
	padding: 0px 15px;
	position: relative
}

.col-40 {
	width: 40%;
	padding: 0px 15px;
	position: relative
}

.col-60 {
	width: 60%;
	padding: 0px 15px;
	position: relative
}
.col-70 {
	width: 70%;
	padding: 0px 15px;
	position: relative
}

.col-33 {
	width: 33.3333%;
	padding: 0px 15px;
	position: relative
}

.imgResponsive {
	width: 100%;
	display: block;
	height:auto
}

header {
	margin: 0px;
	position: fixed;
	width: 100%;
	padding: 30px 0px;
	transition: 0.5s;
	z-index: 91;
	top: 0px;
}

header.fixHeader {
    padding: 15px 0px;
    background-color: #000;
    box-shadow: 2px 1px 3px 0px #888888;
}
.container {
	max-width: 1280px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

header .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

a.logo {
	width:225px;
	display: block;
	transition: 0.5s
}



a.logo img {
	width: 100%;
	display: block;
}

a.logo:hover {
	background-color: transparent;
}

header ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0px;
}

header ul li a {
	color: #868686;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	font-family: 'calibriregular';
	padding: 10px;
	margin: 0px 15px;
	display: block;
	vertical-align: middle;
}

header ul li a[href]:hover {
	background-color: transparent;
	color: #FF9D00;
	text-decoration: none
}
header ul li ul {
    position: absolute;
    background-color: #fff;
    padding: 0px;
    width: 100%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    display: none;
}
header ul li{position:relative}
header ul li:hover ul {
    display: block;
}

header ul li ul li {
    width: 100%;
    position: relative;
}

header ul li ul li a {
    width: 100%;
    margin: 0px;
}
a.btnHead {
	background-color: #299191;
	color: #fff;
	border-radius: 8px;
	margin: 0px;
	margin-left: 40px;
}

a.btnHead[href]:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none
}
.imager {
    width: 327px;
    height: 232px;
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.imager span {
  position: absolute;
  background: url(/wp-content/uploads/2025/08/New-Project.webp) no-repeat center/cover;
  inset: 0;
  transition: 1s ease-in-out;
}
.imager.aos-animate span:nth-child(1) {
  clip-path: polygon(0 0, 50% 0, 50% 50%, 0 50%);
  transition-delay: 0;
}
.imager.aos-animate span:nth-child(2) {
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 50%);
  transition-delay: 0.25s;
}
.imager.aos-animate span:nth-child(3) {
  clip-path: polygon(0 50%, 50% 50%, 50% 100%, 0 100%);
  transition-delay: 0.5s;
}
.imager.aos-animate span:nth-child(4) {
  clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 50% 100%);
  transition-delay: 0.75s;
}
/* Hover Effects */


.imager.aos-animate span:nth-child(1) {
  transform: translate(0px, 0px) rotate(0deg);
}
.imager.aos-animate span:nth-child(2) {
  transform: translate(0px, 0px) rotate(0deg);
}
.imager.aos-animate span:nth-child(3) {
  transform: translate(0px, 0px) rotate(0deg);
}
.imager.aos-animate span:nth-child(4) {
   transform: translate(0px, 0px) rotate(0deg);
}

.imager span:nth-child(1) {
  transform: translate(-40px, -60px) rotate(-15deg);
}
.imager span:nth-child(2) {
  transform: translate(40px, -100px) rotate(25deg);
}
.imager span:nth-child(3) {
  transform: translate(-40px, 80px) rotate(15deg);
}
.imager span:nth-child(4) {
  transform: translate(40px, 80px) rotate(-15deg);
}


.imager.aos-animate:hover span:nth-child(1) {
  transform: translate(-40px, -60px) rotate(-15deg);
}

.imager.aos-animate:hover span:nth-child(2) {
  transform: translate(40px, -100px) rotate(25deg);
}

.imager.aos-animate:hover span:nth-child(3) {
  transform: translate(-40px, 80px) rotate(15deg);
}

.imager.aos-animate:hover span:nth-child(4) {
  transform: translate(40px, 80px) rotate(-15deg);
}



.mainBanner .row {
    height: 100vh;
    align-items: center;
   
    position: relative;
    
}
.btnContact.removeBg{background:none; border:1px solid #fff}
.btnContact {
    font-size: 22px;
    color: #fff;
    font-family: 'calibriregular';
    background: linear-gradient(270deg, #7951FF 0%, #FF9D00 100%);
    display: block;
    padding: 8px 47px;
    line-height: 1.3;
    border-radius: 60px;
	transition:0.5s
}

.btnContact:hover{
	 background: linear-gradient(270deg, #FF9D00 0%, #7951FF 100%);!important;
}

.maintext h1 {
    font-size: 120px;
    color: #fff;
    font-family: 'calibriregular';
    line-height: 1.3;
    vertical-align: middle;
}

.maintext h1 b {
    color: #FF9D00;
    font-family: 'calibribold';
}

.maintext h2 {
    font-size: 44px;
    color: #868686;
    font-family: 'calibribold';
    line-height: 1.3;
    margin-bottom: 20px;
}

.maintext p {
    font-size: 28px;
    font-family: 'calibriregular';
    color: #868686;
    line-height: 1.3;
}

.maintext {
    text-align: left;
}

.ctaBar {
    display: flex;
    flex-wrap: wrap;
   
}



.ctaBar a.btnContact {
    margin: 35px 15px;
}

ul.statsList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

ul.statsList li {
    color: #888;
    font-size: 28px;
    width: 33.33%;
}

ul.statsList li b {
    font-size: 44px;
    color: #7951FF;
	display:block;
	line-height:1.1;
}



ul.statsList li b:after {
    content: " +";
}

.alignCenter
{
	align-items: center;
}
.headingMain {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 70px;
}

.headingMain h3 {
    color: #FF9D00;
    line-height: normal;
}

.headingMain p {font-size: 58px;color: #fff;line-height: normal;}

.choseText p {
    font-size: 28px;
    color: #fff;
    line-height: normal;
}

.choseText {
    padding-right: 50px;
}

.chooseImg {
    position: relative;
    padding: 20px;
}

.chooseImg:after {
    content: "";
    width: calc(100% - 23px);
    height: calc(100% - 30px);
    position: absolute;
    background-color: orange;
    top: 0px;
    bottom: -30px;
    left: 25px;
    right: 0px;
    margin: auto;
    border-radius: 0px 180px;
}

.chooseImg img {
    position: relative;
    z-index: 1;
}

ul.offerList {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom:70px;
}

ul.offerList li {
    width: calc(33.33% - 15px);
    text-align: left;
    padding: 30px;
    background: #D1C3FF;
    border-radius: 20px;
    margin: 15px 0px;
    transition: 0.5s;
}

ul.offerList li img {
    display: block;
    width: 66px;
    transition: 0.5s;
}

ul.offerList li b {
    display: block;
    font-size: 27px;
    color: #000;
    line-height: normal;
    margin: 20px 0px;
}

ul.offerList li p {
    font-size: 20px;
    color: #000;
}

ul.offerList li:hover {
    background: linear-gradient(270deg, #7951FF 0%, #FF9D00 100%);
}

ul.offerList li:hover img {
    filter: brightness(0) invert(1);
}
ul.offerList li:hover p,
ul.offerList li:hover b
{color:#fff}

.forsignleBtn{justify-content:left}

.leadDetails {
    transition: 0.5s;
   
    padding-top: 100px;
    padding-bottom: 80px;
}
.leadDetails .headingMain
{margin:0px}
.leadDetails.stt{background-color:#fff}
section.offer {
    padding-top: 70px;
}
.justify-space{justify-content:space-between}
.choseImg img{
    padding-right: 50px;
	

}
.leadDetails.stt .choseImg img{opacity:1}

.leadDetails.stt .headingMain p , 
.leadDetails.stt .choseText p{color:#000}

ul.pricingList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px -15px;
}



ul.pricingList li {
    color: #fff;
    width: calc(33.33% - 30px);
    margin: 15px;
    background: #252525;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    padding-bottom: 130px;
}

ul.pricingList li a.btnContact {
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: inline-table;
}

ul.pricingList i {
    display: block;
    font-size: 19px;
    font-style: normal;
    text-align: center;
    margin-bottom: 40px;
}

ul.pricingList p {
    font-size: 16px;
    padding: 7.5px 0px;
    position: relative;
    padding-left: 25px;
}

ul.pricingList li b {
    font-size: 32px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.cutPricing {
    display: block;
    font-size: 43px;
    color: #FF9D00;
    text-align: center;
    font-family: 'calibribold';
    font-weight: bold;
}

.cutPricing u {
    font-size: 20px;
    text-decoration: line-through;
    color: #fff;
    font-family: 'calibriregular';
    font-weight: 400;
    margin-right: 10px;
}

ul.pricingList p:before {
    content: "✓";
    color: #00C006;
    font-family: 'calibribold';
    font-weight: bold;
    font-size: 16px;
    width: 20px;
    height: 20px;
    position: absolute;
    text-align: center;
    line-height: 1.5;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.whiteTheme ul.pricingList li {
    background-color: #fff;
    color: #000;
    box-shadow: -1px 1px 12px 5px rgba(0, 0, 0, 0.08);
    border-radius: 25px;
}
.whiteTheme ul.pricingList li:hover{border-bottom:5px solid #00C006}
.whiteTheme .cutPricing u{color:#000}
.clients {
    padding-top: 70px;
    padding-bottom: 70px;
}

.clients ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}

.clients ul li {
    width: calc(20% - 30px);
    margin: 0px 15px;
}

.clients ul img {
    width: 100%;
    background-color: #fff;
    height: 100px;
    object-fit: contain;
    padding: 15px;
    margin: 15px 0px;
    border-radius: 20px;
}
.whiteTheme .clients ul img , .whiteTheme .wpcf7-form label input, .whiteTheme .wpcf7-form label.messageField textarea {
    border: 1px solid #8a8a8a;
} 
.clients ul img.adjustColor{
	background-color: #000;
    filter: brightness(1) invert(1)
}

.wpcf7-form label {
    width: calc(50% - 15px);
    margin: 15px 7.5px;
    margin-top: 0px;
}

.wpcf7-form p {
    display: flex;
    flex-wrap: wrap;
}

.wpcf7-form {
    max-width: 800px;
    margin: auto;
}

.wpcf7-form label.messageField {
    width: 100%;
}

.wpcf7-form label input {
    width: 100%;
    height: 45px;
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
    border: none;
}

.wpcf7-form label.messageField textarea {
    width: 100%;
    height: 120px;
    padding: 15px;
    font-size: 16px;
    border-radius: 7px;
    border: none;
}
.submitForm {
    margin: 15px auto;
	cursor:pointer
}

.footerLogo {
    width: 100%;
    display: block;
}

.footerLogo img {
    max-width: 1000px;
    margin: auto;
    display: block;
}

footer {
    padding-top: 70px;
    padding-bottom: 40px;
	background-color:#000;
	margin-top:100px;
}

ul.socialIcon {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin-bottom: 40px;
}

ul.socialIcon li a img {
    width: 54px;
    margin: 15px;
}

ul.quickLinks {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin-bottom: 40px;
}

ul.quickLinks li a {
    font-size: 22px;
    color: #fff;
    margin: 0px 40px;
    display: block;
}

.copyrights {
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.scrollDown {
    width: 30px;
    height: 30px;
    background-color: #ff9d00;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
   
	 -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}

.scrollDown:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #fff;
	-webkit-rotate: 130deg;
    rotate: 130deg;
    translate: 3px 1px;
	-webkit-translate: 3px 1px;
}

section.mainBanner {
    position: relative;
}

.scrollDown:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #fff;
	-webkit-rotate: 50deg;
    rotate: 50deg;
    translate: -3px 1px;
	-webkit-translate: -3px 1px;
  
}


   


@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.removeClick, .popupHeading{display:none}

.hasPopup .forpopupAdd {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    flex-direction: column;
    padding: 15px;
}

.hasPopup .forpopupAdd .popupHeading {
    display: block;
    font-size: 42px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.hasPopup .forpopupAdd form {
    width: 100%;
    max-width: 100%;
}

.hasPopup .forpopupAdd .forpopupInner {
    width: 500px;
    background-color: #ef941f;
    padding: 15px;
    border-radius: 15px;
    padding-bottom: 25px;
    position: relative;
	max-width:100%;
}

.hasPopup .forpopupAdd .forpopupInner .removeClick {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: #8457e9;
    border-radius: 50%;
    right: -10px;
    top: -10px;
    text-align: center;
}

.hasPopup .forpopupAdd .forpopupInner .removeClick:before {
    width: 2px;
    height: 14px;
    position: absolute;
    background-color: #fff;
    content: "";
    rotate: 40deg;
    top: 8px;
}
   .hasPopup .forpopupAdd .forpopupInner .removeClick:after {
    width: 2px;
    height: 14px;
    position: absolute;
    background-color: #fff;
    content: "";
    rotate: -40deg;
    top: 8px;
}
img.toggleMenu {
    display: none;
}
.aboutUs {
    padding-top: 100px;
}

small.excerptHeading {
    display: block;
    text-align: center;
    font-size: 23px;
    color: #fff;
	margin-top:20px;
}

ul.mission {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;

}

ul.mission li {
    color: #fff;
    width: calc(33.333% - 30px);
    margin: 15px;
    background-color: #252525;
    border-bottom: 10px solid #FF9D00;
    border-radius: 30px;
    padding: 15px;
    text-align: center;
}

ul.mission b {
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
}

ul.mission p {
    font-size: 20px;
}

.whyFrame .choseImg img {
    opacity: 1;
    padding-right: 100px;
}

section.whyFrame .headingMain {
    margin-bottom: 100px;
}

section.whyFrame .choseText {
    padding-right: 15px;
}

section.whyFrame {
    padding-top: 10px;
}

section.founder ul.mission p {
    font-size: 16px;
}

section.founder ul.mission b {
    color: #ff9d00;
}

section.founder ul.mission li {
    text-align: left;
    padding: 30px;
    border: navajowhite;
}

.founder {
    padding-top: 10px;
    padding-bottom: 70px;
}

ul.portList {
    margin-bottom: 40px;
}

ul.portList li {
    text-align: left;
    border: none;
    padding: 30px;
    background-color: #251313;
}

ul.portList li a {
    display: block;
    color: #FF9D00;
    font-size: 20px;
    background-color: transparent;
}

ul.portList li b {
    font-size: 32px;
}

ul.portList li p {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
	display:none
}

ul.portList li a:hover {
    background-color: transparent;
    color: #8155f0;
}

body.whiteTheme {
    background-color: #fff;
}



body.whiteTheme .maintext h1, body.whiteTheme .maintext h2, body.whiteTheme .maintext p, body.whiteTheme header ul li a,
body.whiteTheme ul.statsList li, body.whiteTheme .headingMain p,
 body.whiteTheme .choseText p, body.whiteTheme small.excerptHeading{
    color: #000;
}
body.whiteTheme header.fixHeader ul li a
{
	color:#fff;
}
body.whiteTheme header.fixHeader ul li a:hover, ul.quickLinks li a:hover{color:#FF9D00}
header.fixHeader a.logo img {
    filter: brightness(0) invert(1);
}
header.fixHeader .btnContact {
    background: #fff;
    color: #000;
}

body.whiteTheme ul.mission li{background:#D1C3FF}
body.whiteTheme ul.mission li b,
body.whiteTheme ul.mission li p{color:#000}
header.fixHeader .btnContact:hover{    background: linear-gradient(270deg, #7951FF 0%, #FF9D00 100%); color:#fff}
ul.socialIcon li a {
	display: block;}
ul.socialIcon li a:hover {
    display: block;
    animation: shake 0.5s;
    animation-iteration-count: inherit;
}
@keyframes shake {
	0% {
		transform: translateX(0)
	}

	25% {
		transform: translateX(5px)
	}

	50% {
		transform: translateX(-5px)
	}

	75% {
		transform: translateX(5px)
	}

	100% {
		transform: translateX(0)
	}
}

.mainBanner {
    background: url(/wp-content/uploads/2025/10/Rectangle-10-1-1.webp), #f5f5f5;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}

.former {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   width:30%;
    padding: 30px;
    border-radius: 40px;
	background-color:#fff;
}

.formHead {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.former .submitForm {
    font-size: 18px;
    margin: 0px;
    width: 100%;
    background: #E42527;
    border: navajowhite;
    border-radius: 5px;
}



.keyCap ul {
    list-style: none;
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
}

.keyCap ul li {
    width: 100%;
    padding: 100px 80px;
    padding-right: 60%;
    position: relative;
}

.keyCap ul li:nth-child(even) {
    padding-left: 60%;
    padding-right: 80px;
}
.keyCap ul li:nth-child(even) img {
    left: 0px;
    right: 50%;
}
.keyCap ul li img {
    position: absolute;
    width: 500px;
    right: 0px;
    left: 50%;
    margin: auto;
    top: 0px;
    bottom: 0px;
}


.keyCap ul li h4 {
    color: #FF9D00;
    font-size: 50px;
    font-style: normal;
    margin-bottom: 15px;
    font-family: 'calibribold';
    line-height: 1;
}

.keyCap ul li p {
    color: #000;
    font-size: 22px;
    font-weight: 400;
     /* 25.08px */
}

.keyCap ul {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.keyCap ul:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #000000;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    bottom: 0px;
}

.keyCap ul li i {
    position: absolute;
    width: 70px;
    height: 70px;
    fill: #0A0A0A;
    display: flex;
    flex-wrap: wrap;
    left: 0px;
    right: 0px;
    margin: auto;
    color: #F0E8CD;
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 55.603px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border: 1px solid #E8C468;
    border-radius: 50%;
}
header.noFix {
    position: absolute;
    transition: none;
}
section.ctaOffer{padding-top:0px;}
@media(max-height:550px)
{
.mainBanner .row {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
}

@media(max-width:1280px)
{
.chooseImg {
    right: 15px;
}
	ul.pricingList li {
    padding-left: 15px;
    padding-right: 15px;
}
}


@media(min-width:991px)
{
.texter.maintext h1 {
    font-size: 70px;
     font-family: 'calibribold';
	line-height:1;
}

.texter.maintext h2 {
    font-size: 50px;
    font-family: 'calibriregular';
    line-height: 1;
	margin-top:20px;
}

.texter.maintext p {
    font-size: 22px;
}
	
	.former .wpcf7-form label {
    width: 100%;
		margin:7.5px 0px
}

.former .wpcf7-form label input {
    padding: 5px 15px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #D5D5D5;
    font-size: 14px;
}
	
	.former .wpcf7-form label.messageField textarea {
    height: 80px;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
}
}
@media(max-width:991px)
{
	.maintext {
    text-align: center;
}
	.ctaBar {
    justify-content: center;
}
	.scrollDown{bottom:50px; }
	.col-33, .col-50, .col-60, .col-70
	{
		width:100%
	}
	
	      .imager {
        order: 1;
        position: relative;
        margin: 0px auto;
        width: 150px;
        height: 100px;
    }
	.maintext{order:2}
	.maintext h1 {
    font-size: 50px;
}

    .maintext h2 {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1.1;
    }

.maintext p {
    font-size: 14px;
}

.btnContact {
    font-size: 14px;
    padding: 7px 20px;
}
	
	header ul{display:none}
	header.fixHeader {
    padding: 10px 0px;
}
	a.logo img {
    width: 60px;
    object-fit: cover;
    height: 50px;
    object-position: -4px;
}
	
	a.logo {
		width: auto;}
	
	.ctaBar a.btnContact {
    margin: 18px 7.5px;
    margin-bottom: 0px;
}
	.mainBanner .row {
   
    align-content: center;
}
	ul.statsList li b {
    font-size: 20px;
}

ul.statsList li {font-size: 12px;padding: 0px 5px;}

ul.statsList {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px;
}
.headingMain p
 {
    font-size: 20px;	
	
}
	.headingMain h3{font-size:10px;}
	
	.choseText p{font-size:14px; text-align:center}
	.forsignleBtn {
    justify-content: center;
}
	.choseText {
    padding-right: 15px;
}

.chooseImg {
    max-width: 300px;
    margin: auto;
    order: 1;
    right: 0px;
	padding-top:0px
}

.choseText {
    order: 2;
}

.headingMain {
    margin-top: 0px;
    margin-bottom: 15px;
}

.chooseImg:after {
    display: none;
}

.chooseImg img {
    border: 8px solid #FF9D00;
    border-radius: 0px 80px;
}

ul.offerList li {
    width: calc(50% - 7.5px);
    text-align: center;
    padding: 15px;
    margin: 7.5px 0px;
}

ul.offerList li img {
    width: 40px;
    margin: auto;
}

ul.offerList li b {
    font-size: 14px;
    margin: 10px;
}

ul.offerList li p {
    font-size: 10px;
    line-height: 1.5;
}

ul.offerList {
    margin: 0px -7.5px;
}

ul.pricingList li {
    width: 100%;
}

ul.pricingList li b {
    font-size: 20px;
}

.cutPricing {
    font-size: 28px;
}

.cutPricing u {
    font-size: 18px;
}

.footerLogo img {
    width: 100%;
    max-width: 250px;
}

ul.quickLinks li a {
    font-size: 14px;
    margin: 0px 15px;
}

ul.socialIcon li a img {
    width: 30px;
}

.copyrights {
    font-size: 12px;
}

ul.socialIcon {
    margin: 15px 0px;
}

.clients ul {
    margin: 0px -15px;
    padding: 0px;
    margin-top: 30px;
}

.clients ul li {
    width: 20%;
    margin: 0px;
    padding: 0px 3px;
}

.clients ul img {
    height: 40px;
    padding: 5px;
    width: 100%;
    border-radius: 10px;
    margin: 0px 0px;
}
	
	.leadDetails {
    background-color: #fff!important;
    padding-top: 70px;
}

.leadDetails .headingMain p, .leadDetails .choseText p {
    color: #000!important;
}

.leadDetails .choseImg img {
    opacity: 1!important;
    padding: 0px;
    margin: 0px 0px -30px 0px;
    border-radius: 20px;
}
	ul.pricingList i {
    
    margin-bottom: 15px;
}
	
	ul.pricingList li a.btnContact {
    width: 100%;
    text-align: center;
    bottom: 0px;
    border-radius: 0px 0px 20px 20px;
    font-size: 20px;
}

ul.pricingList li {
    padding-bottom: 60px;
}
	footer {
    padding-top: 50px;
    padding-bottom: 20px;
		margin-top:40px;
}
	
	.wpcf7-form label input {
    height: 35px;
    width: 100%;
    font-size: 16px;
    padding: 7px 15px;
    border-radius: 5px;
}

.wpcf7-form label {
    width: 100%;
}

.wpcf7-form label.messageField textarea {
    height: 90px;
    font-size: 16px;
}

.wpcf7-form {
    margin-top: 20px;
}
	
	.headingMain p b br {
    display: none;
}
	
	.wpcf7-form label input::placeholder, .wpcf7-form label textarea::placeholder{
		font-size:12px;
	}
	
	.hasPopup .forpopupAdd .popupHeading{font-size:20px;}
	
	.hasPopup .forpopupAdd .forpopupInner {
    padding-top: 15px;
    padding-bottom: 10px;
}

.hasPopup .forpopupAdd form .btnContact {
    margin: 0px auto;
    margin-bottom: 15px;
}
	
	header .container{padding-right:60px;}
	header {
    padding: 15px 0px;
	}
	
	    img.toggleMenu {
        display: block;
        width: 30px;
        position: absolute;
        right: 15px;
			filter: brightness(0) invert(0);
			
    }
	.fixHeader .toggleMenu {
    filter: none;
}
	.showMenu header ul {
    display: block;
    position: absolute;
    top: 60px;
    background-color: #f49614;
    width: 100%;
    left: 0px;
    right: 0px;
}

.showMenu header ul li a {
    color: #fff;
    font-size: 14px;
    margin: 0px;
    padding: 7.5px 15px;
}

.showMenu header ul {
    padding: 7.5px 0px;
}
	
	small.excerptHeading {
    font-size: 14px;
}

small.excerptHeading br {
    display: none;
}

    ul.mission li {
        width: 100%;
        margin: 15px 0px;
    }

ul.mission ul {}

ul.mission {
    margin-top: 0px;
}

ul.mission b {
    font-size: 18px;
}

ul.mission p {
    font-size: 12px;
}

ul.mission li {
    border-bottom-width: 5px;
}

section.offer {
    padding-top: 70px;
}

.founder {
    padding-top: 50px;
    padding-bottom: 30px;
}

.whyFrame .choseImg img {
    padding: 0px;
    max-width: 200px;
    display: block;
    margin: 20px auto;
    margin-top: 30px;
}

section.whyFrame .headingMain {
    margin-bottom: 0px;
}
	
	ul.portList li p{font-size:12px;}
	ul.portList li b{font-size:18px;}
	ul.portList li a{font-size:16px;}
	
	ul.portList li {
    text-align: center;
    padding: 15px;
}
	.former {
    width: calc(100% - 50px);
    order: 2;
    margin: auto;
    margin-top: 30px;
}
	
	.former {
    width: calc(100% - 50px);
    order: 2;
    margin: auto;
    margin-top: 30px;
}

.texter.maintext h1 {
    font-size: 30px;
    line-height: 1.2;
    font-family: 'calibribold';
}

.texter.maintext h12 {font-size: 16px;}

.formHead {
    text-align: center;
}

section.heroSection.mainBanner .row {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
	    header.adsHead .container {
        padding-right: 15px;
    }
	
	section.whatYouGet.keyCap {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
	
	.keyCap ul li img {
    width: 48%;
  
}
	
	.keyCap ul li i {
    position: absolute;
    width: 30px;
    height: 30px;
		font-size:16px;
	}
	.keyCap ul li h4 {
    color: #FF9D00;
		font-size: 18px;}
	
	.keyCap ul li p {
    color: #000;
		font-size: 14px;}
	.keyCap ul li {
    width: 100%;
    padding: 0px;
		padding-right: 60%;}
	
	.keyCap ul li:nth-child(even) {
    padding-left: 60%;
    padding-right: 0px;
}

.keyCap ul:before {
    content: "";
	width: 1px;}	
	.texter.maintext h2 {
    font-size: 20px;
    margin-top: 10px;
    font-family: 'calibriregular';
}
	
	.formHead br{
		display:none
	}
	section.chooseUs {
    margin-top: 40px;
}
	section.ctaOffer{padding-top:0px; padding-bottom:40px;}
	
}