:root {
  --darkblue: #1e2947;
  --green:#37653F;
  --black: #000;
  --white: #ffffff;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
    scroll-behavior: smooth;
}
a{
	text-decoration: none;
	display:inline-block;
	vertical-align: middle;
}
li{
	list-style: none;
}
img{
	max-width:100%;
	display:block;
}
p ,li{
	font-family: 'Sora', sans-serif;
}
.relative{position:relative}
.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{
    font-family: 'Josefin Sans', sans-serif;
}
.center-wrapper{
	max-width:1323px;
	width:100%;
	margin:0 auto ;
}
/*header Section*/
.header-wrapper {
    padding: 41px 0px;
    font-family: 'Poppins', sans-serif;
}
.header-logo {
    width: 25%;
}
.header-menu-btn {
    width: 74%;
    text-align: right;
}
.header-menu, .header-btn {
/*     width: 34%; */
    display: inline-block;
    vertical-align: baseline;
}
.header-btn{
	width: 18%;
}
.header-menu ul li {
   display: inline-block;
}
.header-menu ul li a {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding: 0px 29px;
    position: relative;
}
.header-menu ul li a:after{    
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #000;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.header-menu ul li a:hover:after {
    width: 64%;
    left: 28px;
}
.header-btn a {
    padding: 8px 20px;
    font-size: 20px;
    line-height: 30px;
    background-color: var(--green);
    border-radius: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.header-btn a:before {
    content: "";
    width: 30%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 40px;
    z-index: -1;
    transition: all 0.3s ease;
}
.header-menu ul li.current_page_item.menu-item-251 a:after {
    width: 64%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.header-btn a:hover:before{
	width: 100%;
	transition: all 0.3s ease;
}
/*footer Section*/
.footer-wrapper {
    background:url('../images/Texture.jpg') no-repeat center;
    background-size: 120%;
}
.footer-wrapper a ,.lower-footer p{
	color: rgba(255, 255, 255, 0.8);
}
.footer-contact-icon img {
    width: 20%;
    display: block;
    border: 1px solid var(--white);
    width: 76px;
    border-radius: 50%;
    padding: 16px;
    height: 76px;
}
.mail-detail {
    width: 45%;
    margin: 0 auto;
}
.upper-footer {
    padding: 73px 0px 49px;
}
.contact-detail{
    padding-bottom: 45px;
}
.contact-info a{
    font-size: 50px;
    line-height: 76px;
    margin-left: 29px;
    font-weight: 100;
    font-family: 'Sora', sans-serif;
}
.contact-info a:hover, .footer-wrapper a:hover {
    color: var(--green);
    transition: all 0.3s ease;
}
.lower-footer {
    text-align: center;
    padding: 30px 0px;
    border-top: 0.65px solid rgba(255, 255, 255, 0.5);
}
.all-right{
	position: relative;
}
.all-right p {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: bottom;
}
.footer-form h2{
    text-align: center;
    color: #fff;
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    inline-size: 100%;
    background: none;
    border: none;
    border-bottom: 0.2px solid rgba(255, 255, 255, 0.2);
    padding: 24px 0px;
    outline: none !important;
    font-size: 24px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.4);
}
.gform-theme--framework .gform_validation_errors {
    display: none !important;
}
::placeholder {
    font-size: 24px;
    line-height: 30px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Sora' , sans-serif !important;
    font-weight: 100;
}
.footer-form .gform_footer.top_label input {
    font-size: 16px !important;
    line-height: 23px !important;
    background-color: transparent !important;
    border-radius: 30px;
    color: #fff;
    border: none;
    outline: none !important;
    cursor: pointer;
    width: 100% !important;
    font-family: 'Poppins', sans-serif;
}
.footer-form .gform_footer.top_label {
    position: relative;
    z-index: 1;
    width: 128px;
    height: 45px;
    padding: 2px;
    margin: 20px auto;
    border: 1px solid rgba(255, 255, 255, 0.9);
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus , .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
    --gform-theme-local-background-color: none !important;
    --gform-theme-local-border-color: none !important;
    --gform-theme-local-box-shadow: none !important;
}
.footer-form .gform_footer.top_label::before{
	content: "";
    width: 36%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    z-index: -1;
    transition: all 0.3s ease;
}
.footer-form .gform_footer.top_label:hover::before{
	width: 100%;
	transition: all 0.3s ease;
}
.footer-form .gform-body.gform_body {
    padding: 43px 0px;
}
.footer-form a.gform_validation_error_link {
    display: none;
    visibility: hidden;
}
.gfield_description.instruction.validation_message {
    display: none;
}
.gform_confirmation_wrapper #gform_confirmation_message_1{
    box-sizing: border-box;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    padding-top: 26px ;
}
.gform-theme--framework *, .gform-theme--framework :after, .gform-theme--framework :before {
    outline: none !important;
}
.gform-theme--framework .field_description_above .gfield_description:where(:not([class=gfield_description]):not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.gfield_consent_description)) {
    color: #fff!important;
}
.validation_message {
    position: absolute !important;
}
.gform-theme--framework *, .gform-theme--framework :after, .gform-theme--framework :before {
    position: relative;
}

/*Main Content*/
/*Banner Section*/
.banner-wrapper {
    background: url(../images/Banner.jpg) no-repeat center;
    padding: 244px 0px 160px;
    margin-top: -161px;
    background-size: 101.5%;
}
.banner-heading span{
    font-size: 62px;
    line-height: 65px;
    color: var(--green);
}
.banner-heading h1 ,h2{
    line-height: 80px;
    font-weight:700;
    font-size: 56px;
    color: var(--black);
    display:block;
}
h2{text-transform: capitalize;}

.banner-content {
    width: 51%;
    padding: 34px 0px;
}
.banner-paragraph p{
    width: 80%;    
}
.banner-paragraph p ,.award-winning-blog p{
    padding: 21px 0 0 0;
}
.banner-paragraph p ,.why-ardent-blog p ,.award-winning-blog p ,.enterprise-trade-paragraph p ,.white-glove-heading p,.our-tech-banner-sec .banner-para p,.websites-hosting-sec-content p,.investor-relation-sec-content p,.website-firewall-sec-content.right p,.ssl-certificate-sec-content p,.wordpress-cms-sec-content p,.ada-compliance-content p,.website-maintenance-sec-centent p{
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
} 
/*Why Ardent Section*/
.why-ardent-wrapper {
    padding: 102px 0 124px 0;
}
.why-ardent-heading{
    width: 32%;    
    padding-top: 59px;
}
.why-ardent-blog{
    width: 68%;
}
.why-ardent-blog p {
    padding-top: 14px;
}
.why-ardent:before ,.why-ardent:after{
    position: absolute;
    content: "";
    width: 50%;
    bottom: -59%;
    left: 0;
    height: 1px;
    background: radial-gradient(circle at right, #37653f5c, #37653f00);
}
.why-ardent:after{
    left: 50%;
    transform: rotate(180deg);
}
/*Award Winning Section*/
.award-winning-wrapper {
    width: 100%;
    overflow: hidden;
}
.find-out-heading {
    width: 75%;
    text-align: center;
    padding: 117px 0px 56px;
    margin: 0 auto;
}
.award-winning-container{
    padding-top: 50px;
}
h3{
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}
.award-winning-widget{
    width: 49%;
}
.award-winning-blog {
    width: 629px;
    margin: 0 -7px 0 auto;
}
.award-winning-image ,.award-winning-widget{
    display: inline-block;
    vertical-align: middle;
}
.award-winning-points {
    width: 83%;
}
.award-winning-image img {
    width: 100%;
    margin-left: 23px;
    overflow: hidden;
}
.award-winning-image {
    width: 50%;
    padding-top: 12px;
}
.award-winning-points ul li {
    position: relative;
    left: 50px;
    font-size: 18px;
    line-height: 30px;
    padding: 31px 0 27px 0;
    font-weight: 400;
    color: rgba(0, 0, 0,0.8);
}
.award-winning-points ul li:before {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/Upper_Arrow.svg) no-repeat;
    width: 12px;
    height: 13px;
    left: -53px;
    border: 1px solid var(--green);
    padding: 9px;
    border-radius: 50%;
    background-position: center;
}
.sla-page-content.award-winning-points ul li:before {
    background-image: unset;
    width: 6px;
    height: 6px;
    background-color: #000000;
    padding: 0;
    top: 41px;
    left: -21px;
}
.award-winning-points ul li:not(:last-child):after {
    content: "";
    width: 94%;
    position: absolute;
    display: block;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.05);
    top: 100%;
}
/*Enterprises trade*/
.enterprise-trade-heading{
    width: 56%;
}
.enterprise-trade-paragraph{
    width: 44%;
}
.enterprise-trade{
    padding-top: 150px;
}
.enterprise-trade-section{
    width: 31.4%;
    border: 1px solid var(--green);
    min-height: 191px;
    text-align: center;
    margin-left: 38px;
    padding: 15px 17px;
    border-radius: 20px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}
.enterprise-trade-section:first-child{
    margin-left: 0;
}
.enterprise-trade-section:last-child{
    padding: 15px 21px;
    margin-top: 87px; 
}
.enterprise-trade-section:nth-child(2){
    margin-top: 38px; 
}
.enterprise-trade-section p{
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
}
.enterprise-trade-content {
    padding-top: 90px;
}
.enterprise-trade-image {
    text-align: center;
    padding: 16px 0px 40px;
}
.enterprise-trade-image img {
    display: inline-block;
}
/*White Glove Customer Service*/
.white-glove {
    padding: 95px 0px 70px;
}
.white-glove-heading{
    width: 50%;
}
.white-glove-heading {
    width: 45.2%;
    padding-top: 107px;
}
.white-glove-image{
    width: 50%;
}
.white-glove-heading h3 {
    padding-bottom: 19px;
}
.get-button {
    width: 100%;
    padding-top: 53px;
}
.white-glove-heading .header-btn a {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.8);
    padding: 7px 28px;
}
.white-glove-heading .header-btn a:before{
    background: rgba(0, 0, 0, 0.1);
}
.white-glove-block:nth-child(3n+1) {
    margin-left: 0;
}
.white-glove-block{
    width: 31.4%;
    min-height: 154px;
    text-align: center;
    margin-left: 38px;
    padding: 3px 30px;
    border-radius: 20px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.white-glove-content {
    padding-top: 92px;
}
.white-glove-block:before {
    position: absolute;
    content: "";
    width: 60%;
    top: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
    height: 3px;
    background: var(--green);
}
.white-glove-block p , .about-us-images p{
    font-size: 18px;
    line-height: 36px;
}
/*About Us*/
.about-us {
    padding: 156px 0 202px 0;
}
.about-us-wrapper {
    padding-top: 48px;
}
.about-us-container h3{
    text-align: center;
}
.about-us-images:first-child {
    margin-left: 0;
}
.about-us-images {
    width: 31.4%;
    margin-left: 38px;
    transition: all 0.3s ease-in-out;
}
.about-us-image-wrapper {
    padding: 0 50px;
    width: 100%;
    background: linear-gradient(to right, #F9FAFF, #f3fff599);
    min-height: 360px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-end;
    text-align: center;
    transition: all 0.3s ease;
}
.about-us-images:hover .about-us-image-wrapper{
    background: linear-gradient(to right, #f3fff599, #F9FAFF);
    animation: both;
    animation-name: flipX;
}
h5{
    font-size: 30px;
    transition: 0.6s;
    padding: 20px 0;
    background: #f5f5f5;
    line-height: 40px;
    color: #222E50;
    font-weight: 700;
}
.about-us-widget{
    margin: -5px 0 0 0;
    text-align: center;
    position: relative;
}
.about-us-images p {
    padding: 0 13px;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 120%;
    left: 0;
    opacity: 0;
    background: #fff;
}
.about-us-images:hover p {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 13px rgba(0, 0, 0, 0.1);
}
 .about-us-images:hover h5{
    background-color: var(--white);
    transition: all 0.3s ease;
    box-shadow: 0px 10px 13px rgba(0, 0, 0, 0.1);
}
/*Scroll top and sticky*/
#scroll-circle {
    display: none;
    width: 50px;
    height: 50px;
    font-size: 24px;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 11px 15px;
    border-radius: 50%;
    border: 2px solid var(--green);
    transition: all 0.3s ease-in-out;
}
#scroll-circle i {
    animation: pulse 1s infinite;
    display: block;
    color: var(--green);
}
#scroll-circle:hover{
    border:2px solid #fff;
    background-color: var(--darkblue);
}
#scroll-circle:hover i{
    color: #fff;
}
.scroll-top-circle{
    position: fixed;
    right: 1%;
    bottom: 100px;
    z-index: 111;
    transform: translateY(-17%);
    border-radius: 50%;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 18px 0px;
}
.slicknav_menu {
    display: none;
}

/*404 error*/
.error-block .error-404{
    text-align: center;
    padding: 70px 0px 100px;
}
.error-block .error-404 img{
    margin: 0 auto;
    width: 15%;
}
.error-block .page-content > *:first-child, {
    margin-top: 50px;
}
.error-block .page-content h2 {
    font-size: 54px;
    font-weight: 700;
    line-height: 60px;
    color: var(--darkblue);
    padding: 20px 0px;
}
.error-block .page-content p {
    font-size: 17px;
    line-height: 39px;
    padding-bottom: 20px;
}
.error-block .search-form {
    max-width: 77%;
}
.error-block .search-form > label {
    display: none;
}
.error-block a{
    padding: 15px;
    background-color: var(--green);
    border-radius: 9px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}
.frm-captcha {
    position: absolute !important;
    width: 0 !important;
    margin: 0 !important;
    z-index: 11 !important;
}
/*partners-page*/
.partners-banner {
    background-color: var(--green);
    padding: 90px 0 75px 0;
}
.partners-inner p {
    width: 100%!important;
}
.partners-banner h1 {
    color: #ffffff;
}
.partners-wr {
    padding: 90px 0;
}
.partners-inner h3 {
    margin: 40px 0 0px 0;
}
/*partners-page*/
/*our-Technology page start*/
/*banner-sec style start*/
.our-tech-banner-sec .banner-para {
    background: linear-gradient(83.51deg, #F9FAFF 20.28%, #F3FFF5 96.8%);
    padding: 96px 0 78px;
}
.our-tech-banner-sec .banner-para p {
    text-align: center;
    max-width: 1233px;
    margin: 0 auto;
}
.our-tech-banner-sec .banner-heading{
    padding: 66px 0 30px;
    border: 1px solid transparent;
    border-image-slice: 0 0 100% 0;
    border-image-source: radial-gradient(44.35% 56031405.68% at 51.56% 100.19%, rgba(55, 101, 63, 0.5) 0%, rgba(55, 101, 63, 0) 100%);
}
.our-tech-banner-sec .banner-heading h1{
    max-width: 672px;
    margin: 0 auto;
}
/*banner-sec style end*/
/*Website Hosting  sec style start*/
section.websites-hosting-sec {
    padding: 105px 0 132px;
}
.websites-hosting-sec-content.left,.ada-compliance-content.left{
    width: 60%;
}   
.websites-hosting-sec-img.right,.ada-compliance-image.right {
    width: 40%;
    display: flex;
    justify-content: end;
}
.websites-hosting-sec-content h4 {
    font-weight: 700;
    font-size: 52px;
    line-height: 53px;
    padding: 0 0 25px;
}
.websites-hosting-sec-content p{
    width: 568px;
}
.websites-hosting-image-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:111px 0 0;
}
.websites-hosting-image-box > figure,.wordpress-cms-sec-imgae figure {
    background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px #0000001A;
    border-radius: 20px;
    padding: 16.16px 75.45px 17.5px 76.76px;
}
.websites-hosting-image-box > figure:nth-of-type(3) {
    padding: 33.67px 46px 33.66px 47px;
}
.websites-hosting-sec-content p span,.investor-relation-sec-content p span,.wordpress-cms-sec-content p span{
    display: inline-block;
    padding: 35px 0 0;
}
/*Website Hosting  sec style end*/
/*Investor Relations sec start*/
.investor-relation-sec {
    padding: 62px 0 63px;
    background: linear-gradient(270deg, #F9FAFF 20.28%, #F3FFF5 95.8%);
}
.investor-relation-sec-content.left,.website-firewall-sec-content.right{
    width: 55%;
}
.investor-relation-sec-image.right,.website-firewall-sec-image.left {
    width: 45%;
}
.investor-relation-sec-content p {
    width: 659px;
    padding: 31px 0 0;
}
.investor-relation-sec h3 ,.website-firewall-sec-content.right h3,.ssl-certificate-sec-content h3,.wordpress-cms-sec h3,.ada-compliance-content h3,.website-maintenance-sec-centent h3{
    font-size: 52px;
    line-height: 70px;
    font-weight: 700;
}
.investor-relation-sec h3 {
    text-align: center;
    max-width: 996px;
    margin: 0 auto;
    padding: 0 0 30px;
}
/*Investor Relations sec End*/
/*Website Firewall sec style start*/
.website-firewall-sec-content.right p {
    width: 678px;
    padding: 25px 0 0;
}
.website-firewall-sec-content.right{
    padding: 31px 0 0 63px;
}
section.website-firewall-sec {
    padding: 122px 0 157px;
}
/*Website Firewall sec style end*/
/*SSL Certificate sec style start*/
section.ssl-certificate-sec {
    padding: 0 0 153px;
}
.ssl-certificate-sec-image.right,.wordpress-cms-sec-imgae.left{
    width: 30%;
}
.ssl-certificate-sec-content.left {
    width: 70%;
    padding: 55px 0 0;
}
.ssl-certificate-sec-content p {
    padding: 25px 0;
    width: 756px;
}
/*SSL Certificate sec sttyle end*/
/*wordpress cms sec style start*/
section.wordpress-cms-sec {
    padding: 0 0 165px;
}
.wordpress-cms-sec-content.right{
    width: 70%;
    padding: 0 0 0 44px;
}
.wordpress-cms-sec h3{
    text-align: center;
    padding: 0 0 33px;
}
.wordpress-cms-sec-imgae figure{
    padding: 29px 54px 30px;
    margin: 32px 0 0;
}
.wordpress-cms-sec-content p {
    width: 868px;
}
/*wordpress cms sec style end*/
/*ADA Compliance sec style start*/
section.ada-compliance {
    background-color: #F9FAFF;
    padding: 50px 0 51px;
}
.ada-compliance-content.left {
    padding: 121px 0 0;
}
.ada-compliance-image figure img {
    mix-blend-mode: multiply;
}
/*ADA Compliance style end */
/*Website Maintenance sec style start*/
section.website-maintenance-sec {
    padding: 162px 0 163px;
}
.website-maintenance-sec-centent.right,.website-maintenance-sec-image.left {
    width: 50%;
}
.website-maintenance-sec-centent p{
    padding: 30px 0 0;
}
.website-maintenance-sec-centent.right {
    padding: 0 0 0 35px;
}
.header-wrapper {
    background: linear-gradient(83.51deg, #F9FAFF 20.28%, #F3FFF5 96.8%);
}
.sticky{
    background: #fff;
}
.questionnaire-form form#gform_2 label.gfield_label.gform-field-label {
    display: inline-block !important;
	position: relative;
}
.questionnaire-form form#gform_2 label.gfield_label.gform-field-label span.gfield_required {
    position: absolute;
    right: -7px;
    top: 0;
}
.questionnaire-form form#gform_2 .gfield_description {
    font-size: 16px;
    font-family: 'Sora', sans-serif !important;
}

div#gform_confirmation_message_2 {
    font-size: 36px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 46px;
}
/*Website Maintenance sec style end*/
/*our-Technology page end*/
.hosting-wr h4.wp-block-heading {
    font-size: 30px;
    line-height: 40px;
    padding: 40px 0 0 0;
}
.hosting-wr td {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Sora', sans-serif;
    color: rgba(0, 0, 0, 0.8);
}
.hosting-wr table.has-fixed-layout {
    margin-top: 21px;
}
.hosting-wr strong {
    color: #000000;
}
.hosting-wr a {
    color: var(--green);
}
.hosting-wr a:hover {
    color:rgba(0, 0, 0, 0.8);
}
.payment-terms-page-banner {
    text-align: center;
    padding: 118px 0 164px 0;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.payment-terms-page-banner::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(83.51deg, #F9FAFF 20.28%, #F3FFF5 96.8%);
    z-index: -1;
    width: 100%;
    height: 100%;
}
.payment-terms-wr {
    padding: 100px 0px;
}
.payment-terms-wr p {
    font-size: 20px;
    line-height: 36px;
    color: #232323;
    margin-bottom: 22px;
}
.payment-terms-wr h3 {
    font-size: 42px;
    line-height: 60px;
    margin: 46px 0 22px 0;
}
.payment-terms-wr .cntnt h3:first-child {
    margin-top: 0px;
}
.payment-terms-wr ul li {
    font-size: 20px;
    line-height: 36px;
    color: #232323;
    background-image: url(https://ardentir.com/wp-content/uploads/2025/12/list_icon_post.svg);
    background-repeat: no-repeat;
    padding-left: 41px;
    background-position: 0% 5px;
    margin-top: 20px;
}
.payment-terms-wr p a, .payment-terms-wr ul li a {
    color: #37653F;
    font-weight: 700;
    transition: 0.3s;
}
.payment-terms-wr p a:hover, .payment-terms-wr ul li a:hover {
    color: #232323;
}
.payment-terms-wr .cntnt {
    padding-right: 43px;
}
.gform_button.button:focus {
    outline: none !important;
    border: none !important;
}

.why-ardent-sections{
    padding: 40px 0px 0px;
}
.whyardent-banner-sec .banner-heading {
    width: 733px;
    margin: 0 auto;
    text-align: center;
}
.whyardent-banner-sec .header-btn {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.banner-inner {
    padding: 74px 0px 74px;
    background-image: url("../images/banner_back.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.whyardent-banner-sec .header-btn a {
    font-family: 'Poppins';
}
.whyardent-banner-sec .header-btn a:before {
    width: 20%;
}
.whyardent-banner-sec .header-btn a:hover:before{
    width: 100%;
    transition: all 0.3s ease;
}
.whyardent-banner-sec {
    background: linear-gradient(90deg, rgba(249, 250, 255, 1) 19%, rgba(243, 255, 245, 1) 100%);
}
.why-ardent-section-left {
    background-color: #F5F5F5;
}
.why-ardent-section-right {
    background-color: #F2F5FF;
}
.why-ardent-section-heading h4 {
    font-size: 52px;
    line-height: 53px;
    font-weight: 700;
    text-align: center;
    padding: 22px 26px;
    display: inline;
    border-top: 2px solid #4F4F60;
    border-bottom: 2px solid #4F4F60;
}
.why-ardent-section-heading-first {
    margin: 30px 0px 60px !important;
}
.why-ardent-section-heading {
    text-align: center;
    margin: 25px 0px 60px;
}
.why-ardent-section-left h4, .why-ardent-section-right h4 {
    font-size: 36px;
    line-height: 53px;
    font-weight: 700;
    width: 437px;
    border-bottom: 2px solid #4F4F60;
}
.why-ardent-section-right h4{
    color: #222E50;
}
.why-ardent-section-left h4{
    color: #4F4F60;
}
.middel-vs h6 {
    font-size: 42px;
    line-height: 53px;
    font-weight: 700;
    color: #37653F;
    text-align: center;
    font-family: 'Josefin Sans';
}
.why-ardent-section-left,.why-ardent-section-right {
    width: 44%;
    padding: 44px 21px 26px 24px;
}
.why-ardent-section-middel {
    width: 12%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    background-color: #222E50;
}
.middel-vs {
    background-color: white;
    width: 100%;
    padding-bottom: 17px;
}
.middle-svg {
    margin: auto;
    top: 0;
    bottom: 0;
    padding: 0px 5px;
}
.why-ardent-section-left ul,.why-ardent-section-right ul{
    margin-top: 21px;
}
.why-ardent-section-left ul li,.why-ardent-section-right ul li {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    padding-bottom: 10px;
    list-style-image: url("../images/Bullet_Arrow.svg");
    margin-left: 17px;
    padding-left: 10px;
}
.why-ardent-section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.why-ardent-section-pairagraf {
    background-color: #37653F;
    padding: 18px 103px 22px 62px;
}
.why-ardent-section-pairagraf p{
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center;
}
/*About Us page css*/
.started-ardent-banner-sec .banner-inner {
    padding: 123px 0px 124px;
}
.communicate-content h4 {
    color: #FFFFFF;
}
.communicate-content p {
    font-size: 20px;
    line-height: 36px;
    color: #FFFFFF;
    margin-top: 20px;
}
.communicate-inear-sec::before {
    position: absolute;
    content: "";
    background-color: #162246;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.communicate-inear-sec {
    padding: 100px 15px;
    background-image: url(https://ardentir.com/wp-content/uploads/2026/02/Group-8918-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.started-ardent-section .find-out-heading p {
    font-size: 20px;
    line-height: 36px;
    padding: 0px 20px;
}
.started-ardent-section .find-out-heading h4, .communicate-content h4 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}
.started-ardent-section .find-out-heading{   
    padding: 100px 0px 50px;
}
.started-ardent-section .award-winning-container {
    padding-top: 0px;
}
.started-ardent-section .award-winning-blog p {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: #000000;
    margin-bottom: 25px;
}
.started-ardent-section .award-winning-points ul li {
    position: relative;
    left: 49px;
    font-size: 20px;
    line-height: 36px;
    padding: 10px 0px;
    font-weight: 400;
    color: #232323;
}
.started-ardent-section .banner-paragraph p{
    padding: 0px 0 0 0;
}
.started-ardent-section .award-winning-points ul li:not(:last-child):after {
    display: none;
}
.started-ardent-section .award-winning-points ul li:before {
    background: url(../images/List_Arrow.svg) no-repeat;
     border: 1px solid #000000;
     background-position: center;
}
.started-ardent-section .award-winning-image {
    width: 64%;
}
.started-ardent-section .award-winning-widget {
    width: 35%;
}
.started-ardent-section .award-winning-blog {
    width: 100%;
}
.started-ardent-section .award-winning-image img {
    width: unset;
    margin-left: 60px
}
.started-ardent-section .award-winning-points {
    width: 95%;
}
.started-ardent-button a {
    text-decoration: none;
    padding: 21px 20px 21px 75px;
    font-size: 18px;
    background-color: #37653F;
    border-radius: 35px;
    color: #FFFFFF;
    font-weight: 500;
    font-family: 'Poppins';
    position: relative;
    margin-bottom: 30px;
    transition: 0.3s;
}
.started-ardent-button a:hover {
    box-shadow: 6px 6px 20px 0px #1A4B23;
}
.started-ardent-button a::before{
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    background-image: url(https://ardentir.com/wp-content/uploads/2026/02/Frame-6.png);
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.started-ardent-button {
    text-align: center;
    margin-top: 65px;
}
.about-us-page {
    padding-top: 100px;
    background: linear-gradient(83.51deg, #F9FAFF 20.28%, #F3FFF5 96.8%) !important;
}
.about-us-page .about-us-widget h5 {
    background-color: #222E50 ;
    color: #FFFFFF ;
    padding: 38px 0;
    font-size: 34px;
}
.about-us-page .about-us-widget h5:hover {
    color: #222E50 ;
    background-color: #FFFFFF ;
}
.about-us-page .about-us-image-wrapper {
    padding: 0 0px;
    background: #FFFFFF;
    min-height: 300px;
}
.about-us-page .about-us-wrapper {
    padding-top: 0;
}
/*.about-us-page .about-us-widget p {
    display: none;
}*/
.started-ardent-section {
    padding: 0 15px 70px;
}
/*Ardent_Clients 04/06/2026 Open*/
.full-website-wr {
    padding: 74px 15px 0px;
}
.website-report-section h3, .full-website-section h3{
    text-align: center;
}
.full-website-box {
    width: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background-color: #F3FFF5;
    padding: 15px 15px 39px 15px;
}
.full-website-box:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 18px 0px #00000014;
}
.header-btn.full-website-button {
    width: 100%;
    text-align: center;
}
.header-btn.full-website-button a {
    font-family: 'Poppins';
    line-height: 36px;
}
.full-website-box-pairagraf p {
    font-family: Sora;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #232323;
    padding: 4px 31px 5px 31px;
}
.full-website-container {
    margin-top: 51px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 15px;
}
.full-website-logo {
    min-height: 90px;
    display: flex;
    align-items: center;
}
.website-report-wr.website-redesign-section {
    padding: 134px 15px 94px;
}
.website-report-container a {
    width: 420px;
}
.website-report-box {
    padding: 12px 10px 17px 26px;
    background-color: #F2F5FF;
    min-height: 202px;
    position: relative;
    transition: 0.3s;
}
.website-report-box::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 108px;
    background-color: #37653F;
    border-radius: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.website-report-box:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 18px 0px #00000014;
}
.website-logo {
    min-height: 73px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.website-box-heading h4 {
    font-size: 26px;
    line-height: 40px;
    color: #000000;
    font-weight: 500;
}
.website-report-container {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    gap: 15px;
    margin-top: 47px;
}
.website-report-section p {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    margin-top: 23px;
}
.website-report-box::after {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    background-image: url(https://ardentir.com/wp-content/uploads/2026/06/White_Arrow.svg);
    background-position: center;
    top: 10px;
    right: 10px;
    transition: 0.3s;
}
.financial-reports-section .website-report-box:hover::after {
    background-image: url("https://ardentir.com/wp-content/uploads/2026/06/Green_Arrow.svg") !important;
}
.website-report-box:hover::after {
    background-image: url("https://ardentir.com/wp-content/uploads/2026/06/Green_Arrow.svg");
}
.website-report-wr.financial-reports-section {
    padding: 73px 15px;
    background-color: #F3FFF5;
}
.financial-reports-section .website-report-box {
    background-color: #FFFFFF80;
}
.financial-reports-section .website-report-box::after {
    background-image: url(https://ardentir.com/wp-content/uploads/2026/06/Blue_Arrow.svg);
}
.website-report-wr.events-presentation-section{
    padding: 94px 15px 132px;
}
.financial-reports-section .website-report-box:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 18px 0px #00000014;
}