body {
    margin: 0;
    padding: 0;
    outline: 0; 
    font-family: 'Raleway', sans-serif;
} 
:root {
    --primary-color: #4BC096; 
}

.success {
    text-align: center;
    margin-top: 50px;
}


/* common css start here  */
.common_btn a {
    padding: 18px 45px;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    border-radius: 32px;
    font-size: 19px;
    font-weight: 700;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.common_btn a:hover {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

/* common css end here */

/* submit button css starts here */
.submit-btn {
    padding: 18px 45px;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    border-radius: 32px;
    font-size: 19px;
    font-weight: 700;
    display: inline-block;
    transition: all .3s ease-in-out;
    border: none;
}

 


/* HEADER SECTION CSS START HERE */

.menu_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.menu_item ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
}

.menu_section {
    padding: 22px 0px;
    background-color: #134259;
}

.menu_item ul li {
    list-style: none;
}

.menu_item ul li a {
    padding: 0px 33px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.menu_item ul li a:hover {
    color: var(--primary-color);
}
a.menu-active {
    color: var(--primary-color) !important;
}

/* MOBILE MENU SECTION CSS START HERE */
.mobile-menu .header-top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999;
    
}
.mobile-menu .header-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #17475F;
    padding: 18px;
}
.mobile-menu .header-item .header-item-right span i {
    font-size: 30px;
    color: var(--primary-color);
}
.mobile-menu .header-item .header-item-right span i.fa-solid.fa-xmark {
    display: none;
}
.mobile-menu .header-item .header-item-right.hhhh span i {
    display: none;
}
.mobile-menu .header-item .header-item-right.hhhh span i.fa-solid.fa-xmark {
    display: block;
}
.mobile-menu .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    transform: scaleY(0);
    transform-origin: top;
    height: 100%;
    overflow-y: scroll;
    padding: 0 20px;
    padding-bottom: 60px;
    transition: all 0.3s ease;
}
.mobile-menu .header-bottom.open {
    transform: scaleY(1);
}
.mobile-menu .header-bottom .header-menu > ul {
    padding: 0;
    padding-top: 135px;
}
.mobile-menu .header-bottom .header-menu ul li{
    list-style: none;
    border-bottom: 1px solid var(--primary-color);
    padding: 18px 0px;
    margin: 0px 25px;
}
.mobile-menu .header-bottom .header-menu ul li:last-child {
    border-bottom: none;
}
.mobile-menu .header-bottom .header-menu ul li.m  a {
    position: relative; 
}
.mobile-menu .header-bottom .header-menu ul li.m > a::after {
    top: 50%;
    right: 0;
    font-weight: 700;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    transition:  all .3s ease-in-out;
    position: absolute;
}
.mobile-menu .header-bottom .header-menu ul li ul {
    display: none;
    margin: 15px 0;
}
.mobile-menu .header-bottom .header-menu ul li.m > a {
    position: relative;
}
.mobile-menu .header-bottom .header-menu ul li a {
    font-size: 18px;
    font-weight: 500;
    color: black;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}
.mobile-menu .header-bottom .header-menu ul li span i {
    position: absolute;
    right: 25px;
    font-size: 15px;
}
/* MOBILE MENU SECTION CSS END HERE */

/* HERO SECTION START HERE */

.hero_section {
    background-image: url('../images/banner.png'); 
    padding: 190px 0px 220px;
    background-size: cover;
    background-color: #000000a1;
    background-blend-mode: color;
    background-position: center;
}

.hero_content {
    color: #fff;
}

.hero_content h2 {
    font-size: 54px;
    font-weight: 700;
}
.hero_content p {
    font-size: 20px;
    padding-bottom: 58px;
    padding-top: 6px;
}

/* HERO SECTION END HERE */

/* SERVICE SECTION START HERE */

.service_section {
    background-image: linear-gradient(195deg, #17475F , #04273B);
    padding: 95px 0px 140px;
}

.title_content_inner h2 {
    font-size: 36px;
    font-weight: 600;
    color: #DEF6E4;
}

.title_content_inner p {
    color: #57BFAA;
    font-size: 22px;
    padding: 35px 0px 25px;
}
.service_item h2 {
    font-size: 39px;
    font-weight: 600;
    color: #57BFAA;
    margin-bottom: 35px;
}

.service_item {
    border: 1px solid #4BC096;
    padding: 85px 48px 90px 63px;
}
.service_item p {
    font-size: 22px;
    color: #57BFAA;
}
/* SERVICE SECTION END HERE */


/* FEATURE SECTION START HERE */


.feature_section {
    padding: 70px 0px 20px;
}

.feature_left h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #4BC096;
    font-weight: 600;
    margin: 0;
}

.feature_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 75px;
}

.feature_item h3 {
    font-size: 28px;
    font-weight: 600;
    padding: 27px 0px 10px;
}

.feature_item {
    padding-right: 38px;
    margin-bottom: 90px;
}
.feature_item p {
    font-size: 20px;
}

/* FEATURE SECTION END HERE */

/* FOOTER SECTION START HERE */
.footer_section {
    background-image: linear-gradient(0deg, #17475F , #04273B);
    padding: 60px 0px 70px;
}

.footer_wrapper {
    color: #fff;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 78px;
}

.footer_top_right {
    text-align: right;
}
.footer_top_right a {
    text-decoration: none;
    color: #fff;
}

.footer_top_right p {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
}

.footer_copy p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
}

.footer_top_left {
    max-width: 700px;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.footer_top_left h2, .footer_top_right h2 {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 12px;
}
.sub button {
    padding: 28px 50px;
    font-size: 22px;
    font-weight: 600;
    background: #4BC096;
    color: #fff;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
}

.sub {
    position: relative;
}

.sub input {
    width: 100%;
    padding: 28px 0px 28px 38px;
    border: none;
    outline: none;
}

.sub input::placeholder, .sub input {
    font-size: 22px;
    font-weight: 600;
}

.sub input::placeholder {
    color: #00000070;
}

.scroll_top {
    position: absolute;
    bottom: 50px;
    right: 30px;
    animation: animationTop 3s linear infinite;
}

@keyframes animationTop {
    0% {bottom: 50px;}
    50% {bottom: 100px;}
    100% { bottom: 50px; }
}

.footer_section {
    position: relative;
}

button.scroll_btn {
    background: var(--primary-color);
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 30px;
    font-size: 20px;
}
/* FOOTER SECTION END HERE */

 

/* LOADER SECTION START */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	width: 100%;
	height: 100%;
	background: var(--primary-color)
  	
}
.preloader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.preloader-icon {
	width: 72px;
	height: 72px;
	display: inline-block;
	padding: 0px;		
}
.preloader-icon span {
	position: absolute;
	display: inline-block;
	width: 72px;
	height: 72px;
	border-radius: 100%;
	background: #fff;
	-webkit-animation: preloader-fx 1.6s linear infinite;
	-moz-animation: preloader-fx 1.6s linear infinite;
	animation: preloader-fx 1.6s linear infinite;		
}
.preloader-icon span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s; 
	-moz-animation-delay: -0.8s; 
}
@keyframes preloader-fx {
    0% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        opacity: 0.5; 
    }
    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        opacity: 0; 
    } 
}
@-webkit-keyframes preloader-fx {
    0% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        opacity: 0.5; 
    }
    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        opacity: 0; 
    } 
}  
/* LOADER SECTION END */
 
 
/* SOFTWARE TESTING PAGES */
.subbanner_section {
    background-image: linear-gradient(to left, #17475F , #04273B);
    padding: 90px 0px 70px;
    margin-bottom: 145px;
}
.subbanner_content {
    color: #fff;
}
.subbanner_content h2 {
    color: #DEF6E4;
    font-size: 54px;
    font-weight: 700;
}
.subbanner_content p {
    font-size: 22px;
    font-weight: 400;
}
p.sub_ban_para {
    padding: 18px 0px 15px;
}

/* COMMON GRID SECTION START */

.grid_img img {
    width: 100%;
    /* transition: .5s ease all; */
}

/* .grid_img img:hover {
    transform: scale(1.1);
} */

.common_grid_section {
    margin-bottom: 190px;
}

.common_grid_image {
    position: relative;
}
.grid_left_pedding {
    padding-left: 50px;
}
.grid_right_pedding {
    padding-right: 50px; 
}
.grid_img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #4BC096;
    left: 15px;
    top: 15px;
    z-index: -1;
}

.common_grid_contant h2 {
    font-size: 36px;
    font-weight: 500;
}

.common_grid_contant p {
    font-size: 22px;
}

p.grid_para {
    padding: 16px 0px 14px;
}
/* COMMON GRID SECTION END */

/* FAQ SECTION START HERE */
.faq_section {
    background-image: linear-gradient(to left, #17475F , #04273B);
    padding: 103px 0px 114px;
}
.faq_title p {
    font-size: 22px;
    padding: 25px 0px 70px;
}

.faq_title h2 {
    font-size: 36px;
    font-weight: 600;
}
.faq_title {
    color: #fff;
    max-width: 952px;
}
.accordion {
    background-color: var(--primary-color);
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}
.accordion:hover {
    background-color: #fff;
    color: var(--primary-color);
}
.accordion:hover.accordion:after {
    color: var(--primary-color);
}

.accordion:after {
    content: '\f077';
    font-family: "Font Awesome 6 Free";
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
  
.active:after {
    content: "\f078";
    color: #fff;
}
button.accordion.active:after {
    color: var(--primary-color);
}
  
.panel {
    padding: 0px 200px 0px 90px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #fff;
}
.faq_content { 
    padding-top: 47px;
}
 
.faq_content p {
    font-size: 22px;
    padding-bottom: 0;
}

.accordion__item {
    margin-bottom: 40px;
}

button.accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 30px;
}
.ac_title p {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 600;
}

.ac_title_box {
    display: flex;
    align-items: center;
}

.ac_title_box span {
    font-size: 30px; 
    padding-right: 10px;
    font-weight: 600;
}

/* FAQ SECTION END HERE */


/* SOFTWARE TESTING PAGES */


/* TESTING SOFTWARE START */
.subbanner_list ul {
    margin: 0;
    padding: 0;
}
.subbanner_list ul li {
    font-size: 16px;
    list-style: none;
    display: flex;
    align-items: center;
}
.icon {
    font-size: 10px;
    padding-right: 70px;
}
.testing_subbanner p {
    margin: 0;
    padding: 0;
}
/* TESTING SOFTWARE END */


/* ABOUT SECTION START */
.about_subbanner {
    margin-bottom: 0px;
}
.about_section {
    background-image: url(../images/about_banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000d9;
    background-blend-mode: color;
    color: #fff;
}
.about_info_content {
    text-align: center;
    padding: 70px 0px;
    max-width: 1090px;
    margin: auto;
}
.about_info_content p {
    padding: 0;
    margin: 0;
    font-size: 26px;
}
/* ABOUT SECTION END */


/* CONTACT SECTION START */
.contact_section {
    background-image: url('../images/contact-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000bd;
    background-blend-mode: color;
    padding: 70px 0px 90px;
}

.contact_inp select,
.contact_inp textarea,
.contact_inp input {
    width: 100%;
    border: none;
    outline: none;
    padding-bottom: 13px;
    font-size: 17px;
    color: #888888;

}
.contact_inp input, 
.contact_inp select {
    border-bottom: 1px solid #0000005c;
}
.contact_inp select {
    margin-top: 5px;
}

.contact_inp textarea {
    border: 1px solid #0000005c;
    padding: 20px;
}

.contact_inp input::placeholder {
    color: #888888;
    font-size: 17px;
}
.contact_wrapper {
    background: #fff;
    padding: 85px 70px;
}

.contact_inp {
    padding-bottom: 40px;
}

.text-lebel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text-lebel l,.text-lebel r {
    font-size: 17px;
    color: #888888;
}
.contact_title h2 {
    font-size: 30px;
    font-weight: 500;
}

.contact_title p {
    font-size: 26px;
    font-weight: 400;
    padding: 25px 0px 71px;
}

.contact_title {
    max-width: 800px;
}

.contact_para p {
    font-size: 15px;
}

.contact_para {
    max-width: 653px;
    margin-top: -69px;
    margin-bottom: 6px;
}
/* CONTACT SECTION END */