	/*
Theme Name: Net Ed Softech
Theme URI: http://rundiz.com
Author: Vee Winch, christianoliff
Author URI:
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic4" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help or in readme.txt file in this theme package.
Version: 1.3.4
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 5.9
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic4
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/

/*
Required WordPress CSS
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

body{
    font-family: 'Poppins', sans-serif;
    font-size:16px;
    color:#333;
    font-weight:normal;
}
a:hover {
 
 text-decoration: none;
    color: #fff;
}


.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*******************CSS***********************/

.site-content {
    position: relative;
}
.site-content .icon-bar-sec {
    position: fixed;
    right: 21px;
    z-index: 99;
}
.icon-bar-sec a.message {
    margin-bottom: 38px;
}
.icon-bar-sec a {
  display: block;
  text-align: end;
}
.message img {
    background: #fff;
    height: 55px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 11px 0px #333333;
}
.phone-num img {
    background: #fff;
    height: 55px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 11px 0px #333333;
}
.container.page-container {
    max-width: 1650px;
    padding: 0;
}
.top-nav {
    border: none;
    background: none;
    box-shadow: inherit;
}
#header-sroll .row {
    padding-top: 18px;
}
#header-sroll {
    position: fixed;
    height: 108px;
    left: 0;
    background: #fff;
    top: 0;
    box-shadow: -3px 7px 13px -10px #ccc;
    float: left;
    z-index: 999999;
    width: 100%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
*{
  margin: 0;
  padding: 0;
}



.nav .menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.nav .menu li{
  display: inline-block;
  margin: 0 15px;
}
.nav .menu a{
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  padding: 4px 0;
}
.nav .menu a::before{
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.nav .menu a:hover::before{
  transform: scale3d(1,1,1);
}
.nav .menu a::before{
  background: #E91E63;
  transform-origin: 100% 50%;
}	
/*
nav.navbar.navbar-expand-lg.navbar-light.top-nav .contact-us-btn a {
    background: #1C4088;
    border-radius: 10px;
    color: #fff !important;
    position: relative;
    padding: 10px 20px 10px 42px;
}
nav.navbar.navbar-expand-lg.navbar-light.top-nav .mega-contact-us-btn a {
    background: #1C4088 !important;
    border-radius: 10px !important;
	    color: #fff !important;
}
.contact-us-btn a:hover {
    background: #1C4088 !important;
}
.main-navigation .navbar {
    min-height: 54px;
    justify-content: right;
}
.contact-us-btn {
    padding-top: 13px;
    margin-left: 10px;
}
*/
nav.navbar.navbar-expand-lg.navbar-light.top-nav {
    justify-content: end;
}

#mega-menu-primary li a {
    color: #333333;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-family: 'Poppins', sans-serif !important;
}

.top-nav .navbar-collapse .contact-us-btn a::before {
    position: absolute;
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Vector.png);
    width: 12%;
    height: 46%;
    content: '';
    background-repeat: no-repeat;
    left: 12%;
    top: 31%;
}

.bnr-left-sec h1 {
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
}
.banner_cont p {
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 19px;
}

.custom_btn a {
    font-size: 18px;
    background: #c81115;
    color: #fff;
    padding: 16px 22px;
    border-radius: 6px;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    position:relative;
}
.custom_btn a:before, .custom_btn a:after, .learnMore a:after, .learnMore a:before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
}
.custom_btn a:hover{
        text-decoration: none;
        color:#fff;
}
.custom_btn a:hover::after, .learnMore a:hover::after {
    width: 100%;
    height: 100%;
}
.custom_btn a:after, .learnMore a:after {
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    mix-blend-mode: color;
    background: #1c4088;
    border-radius: 5px;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.bnr-left-sec {
    padding-right: 111px;
}

#banner {
    background: #F4FAFF;
}
.banner_slides {
    padding-top: 224px;
    padding-bottom: 136px;
}
.bnr-left-sec span {
    color: #c81115;
}

/*
.bnr-left-sec h1::before {
    position: absolute;
    width: 180px;
    height: 100%;
    content: '';
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Group-13259-2.png);
    background-repeat: no-repeat;
    right: 12%;
    top: 2%;
    background-size: 70%;
}*/
.banner_right_image img {
    padding-left: 53px;
    width: 100%;
}
/****************Services-section*********************/
.heading-three h3 {
    font-size: 22px;
    font-weight: 600;
}

.innerSlide .services_cont p {
    margin-top: 16px;
}

.learnMore  a {
    font-size: 16px;
    padding: 12px 48px 13px 15px;
    border-radius: 5px;
    position: relative;
   transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.learnMore a:hover {
    text-decoration: none;
    color: #fff;
}
.learnMore a:hover::before{
    background-image:url(/wp-content/uploads/2023/07/hover-color.png);
}
.learnMore a::before {
position: absolute;
    content: '';
    background: url(../../uploads/2023/07/hover-color.png);
    background-repeat: no-repeat;
    right: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    margin: 1px 0 0;
    background-position: right center;
}
#services .innerSlide {
    border: 1px solid #cccccc;
    padding: 60px 32px 19px 27px;
    border-radius: 26px;
    min-height: 524px;
}


.custom_btn.learnMore {
    padding: 30px 0px 30px 0px;
}

.innerSlide figure.figure {
    text-align: center;
}

.innerSlide figure.figure img {
    width: 67%;
    display: inline-block;
}
#Place_to_works .box:hover .hover-content .icons img {
    width: 25%;
    display: inline-block;
}
#Place_to_works .box:hover .hover-content .icons img {
    width: 25%;
    display: inline-block;
}

/********************About-Us**************************/
h2.heading-two{
    font-size: 2.5rem;
    margin-bottom: 30px;	
    font-weight:700;
	color: #333333;
}
.pera p {
    font-size: 16px;
    margin-bottom: 27px;
    font-weight: 400;
}

#about_us {
    background: #F4FAFF;
    padding:0;
}

.about_left_sec {
    padding: 0px 0px 0px 85px;
}

.about_us_custom_btn {
    margin-top: 34px;
}
.about_right_image img {
    padding-left: 33px;
}
.about_right_sec h4 {
    font-size: 40px;
    
    margin-bottom: 0;
}
.about_right_sec h6 {
    font-size: 24px;
    
}
.back-img img {
    padding-left: 32px;
}
.about-img-left:after {
    content: "";
    background: rgba(0,0,0, .6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.about-img-left {
    position: relative;
}
#about_us .row.align-items-center {
    margin: 0;
}
#about_us .about_left_sec {
    padding-left: 8rem;
}
#counter {
    position: absolute;
    left: 15%;
    top: 50%;
    z-index: 99;
    text-align: center;
    padding: 0 15px;
    transform: translateY(-50%);
    color: #fff;
    width: 70%;
}

#about_us .padding-right {
    padding-right: 0;
}
.about-img-left img {
    width: 100%;
}
.inlineBloc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 6px;
}
.inlineBloc h4 {
    font-size: 40px;
    font-weight: 600;
     margin: 0;
}
.counter-item h5 {
    font-size: 24px;
    margin: 0;
}
.counter-item {
    margin: 0 0 38px;
    text-align: left;
}

/*********************technolgy-sec********************/
.container.mid-page-container {
    max-width: 1279px;
    margin: 0 auto;
}
.tab-sec .nav-item {
    text-decoration: none;
}

ul#ex1 {
    border-bottom: 0;
}
#Choose-us .col-md-5 {
    text-align: end;
}
.whychooseImg img {
    width: 80%;
}
.row.faq {
    justify-content: space-around;
}
.tab-content .title {
font-size: 15px;
    text-align: center;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    margin: 7px 0 0;
}

.home-brand .figure.logos {
    margin: 0;
}

.home-brand .figure.logos img {
    width: 70px;
}
.tab-pane a:hover {
    text-decoration: none;
}
.nav-tabs a:hover {
    text-decoration: none;
}
.leftpanel {
    padding-bottom: 37px;
}
.tab-pane ::marker {
    font-size: 0px;
}
#technology_stack {
    padding-bottom: 80px;
}


.choose-left_sec img {
    background: #f1f1f1;
    padding: 12px;
}

.container.page-fullcontainers {
    max-width: 1920px;
}
.choose-right-sec {
    text-align: right;
    padding: 0;
}
#Streamlined {
    background: #F4FAFF;
	padding-bottom: 52px;
} 

.Streamlined_sec_img img {
    padding-left: 311px;
    width: 100%;
}
.choose-right-sec img {
    width: 100%;
}
#Choose-us .title {
    font-size: 20px;
    
    line-height: 3;
}
.innercol img {
    background: #f1f1f1;
    padding: 19px;
    margin-right: 18px;
    box-shadow: -3px 0px 3px 5px #f1f1f1;
}
.innercol {
    display: flex;
    padding-bottom: 50px;
}
.innerSlide h5 {
    font-size: 18px;
    font-weight: 400;
    margin: 4px !important;
}

#Choose-us .innerSlide {
    margin-top: 40px;
    padding-left: 61px;
    padding-top: 0px;
    background: #f8f9f7;
    padding-bottom: 9px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #ffffff;
    border: 0;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 42%;
    left: 14rem;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 15px 15px 15px 15px;
    width: 320px;
}
.row.faq {
    justify-content: space-around;
    padding-top: 28px;
}
summary.faq_title::marker {
    font-size: 0;
}
details.faq_item {
    font-size: 0;
}
summary.faq_title{
  position: relative;	
}
summary.faq_title:before {
    position: absolute;
    content: '';
    width: 7%;
    height: 81%;
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Subtract.png);
    background-repeat: no-repeat;
    top: 40%;
    background-size: 48%;
    left: -5%;
}
.serviceslider-partner {
    padding-bottom: 40px;
}
#Our-Partners {
    background: #C811150F;
    margin: 0;
    padding: 35px 0;
}
#Our-Partners h2 {
    padding-top: 35px;
    padding-bottom: 12px;
}
.h2.heading-two {
    font-size: 48px;

    padding-bottom: 32px;
}
.container.partner.page-container {
    max-width: 1172px;
}
.nav-tabs a {
    color: #333333;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #1C4088 !important;
}
#technology_stack #technologiesList {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}


.leftpanel ul#pills-tab {
    gap: 4%;
    justify-content: center;
}
.leftpanel .nav-tabs {
    border-bottom: 0;
}
#technology_stack .nav-tabs a.active, #technology_stack .nav-tabs a:hover {
    border-bottom: 2px solid #1C4088;
    color:#1C4088;
}
#Streamlined .row {
    padding-bottom: 68px;
}

#technology_stack .nav-tabs a {
    font-size: 16px;
    padding-bottom: 8px;
}
#Streamlined .col-md-2 img {
    background: #d9d9d9;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 17px;
    margin-top: 64px;
    margin-left: 30px;
}
.project .col-md-2 img {
    background: #1C4088 !important;
}
.row.project h3 {
    color: #1C4088 !important;
}
/*.row.project::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 6px;*/
/*    height: 82%;*/
/*    background: #1C4088;*/
/*    left: 51%;*/
/*    top: 38%;*/
/*}*/
.row.project {
    position: relative;
}
.row.Documentation::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 78%;
    background: #d9d9d9;
    left: 51%;
    top: 43%;
}
.row.Documentation {
    position: relative;
}
.row.design::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 80%;
    background: #d9d9d9;
    left: 51%;
    top: 42%;
}
.row.design {
    position: relative;
}
.row.Documentation {
    position: relative;
}
.row.Coding::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 82%;
    background: #d9d9d9;
    left: 51%;
    top: 40%;
}
.row.Coding {
    position: relative;
}
.timelineProject .col-md-5 p {
    margin-bottom: 10px;
}

#Streamlined h3 {
    margin-top: 64px;
}
#Streamlined .col-md-2 {
    text-align: center;
}
#technology_stack #technologiesList li a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    transition: all .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    padding: 25px 48px;
    text-align: center;
    margin: 0 14px;
}
.btn:hover a {
    text-decoration: none;
}
.pricingTable .holder .readon:hover {
    background: #C81115;
    color: #fff!important;
}
#Our-Partners .owl-dots {
    display: none;
}
#services .heading-three h3 {
    font-size: 19px;
    font-weight: 600;
}
/****************Our Blogs-sec********************/
#Our-Blogs {
    display: none;
}
/**************Footer-sec*****************/


.footer-sec ul.menu li {
    padding: 0 0 13px;
}
.footer-sec ul.menu {
    list-style: none;
    padding: 18px 0 0;
    margin: 0;
}
.footer-sec ul.menu li a {
    font-size: 18px;
    -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
    transition: all .4s cubic-bezier(.215,.61,.355,1);

    margin-bottom: 13px;
}

.footer-sec ul.menu li a:hover{
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.footer-sec .quick-links-sec {
    max-width: 12%;
}
.footer-sec .follow-sec {
    max-width: 18%;
}
.footer-sec .row {
    justify-content: space-between;
}
.footer-sec h4 {
    font-size: 25px;
   
    padding-bottom: 10px;
}
.footer-sec img {
    padding-bottom: 40px;
}
.footer-sec a {
    font-size: 18px;
   
    margin-bottom: 13px;
    text-decoration: none;
    color: #fff;
}
.footer-sec a:hover {
    text-decoration: none;
    color: #fff;
}
.footer-icons img {
    font-size: 18px;
    color: #000;
    background: #fff;
    padding: 11px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.footer-sec {
    background: #1C4088;
    color: #fff;
    padding: 43px 0px 0px 0px;
}
.footer-icons {
    padding-bottom: 43px;
}
p.indiaflg::before {
    position: absolute;
    content: '';
    width: 7%;
    height: 74%;
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/image-104.png);
    background-repeat: no-repeat;
    left: 1%;
    top: 12%;
}
p.indiaflg {
    padding-left: 37px;
    position: relative;
}
p.usflg::before {
    position: absolute;
    content: '';
    width: 7%;
    height: 74%;
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/image-104-1.png);
    background-repeat: no-repeat;
    left: 1%;
    top: 12%;
}
p.usflg {
    padding-left: 37px;
    position: relative;
}
.copy-right p {
    font-size: 18px;
margin:0;
    padding: 25px 0px;
    border-top: 1px solid #fff;
}
.copy-right a {
   text-decoration: none;
    color: #fff;
}
.copy-right{
     background: #1C4088;
    color: #fff;
    padding: 60px 0px 0;
}
.copy-right a:hover {
    text-decoration: none;
    color: #fff;
}
/*
#mega-menu-wrap-primary ul.mega-sub-menu li a {
    background: #F4FAFF !important;
   
}*/
/******************About-Us-Page*********************/
#about-us-banner {
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/group-young-business-people-working-office-1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
	position: relative;
}
#about-us-banner::before {
    position: absolute;
    content: '';
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Group-427318606-1.png);
    width: 100%;
    height: 100%;
}
#about-us-banner .bnr-left-sec h1::before{
	display:none;
}
#partners-about-us .col-md-4 {
    max-width: 35.9%;
    padding: 0;
}
#partners-about-us .col-md-8 {
    max-width: 60%;
    padding: 0;
}	
#partners-about-us {
    padding-top: 80px;
}
.contant-pera ul li {
    font-size: 18px;
    position: relative;
    padding-bottom: 31px;
}	
.about-us h2 {
    text-transform: capitalize !important;
    padding-top: 46px;
}	
.it-partner-pera ::marker {
    font-size: 1px;
}
.contant-pera ul li:before {
    position: absolute;
    content: '';
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Subtract.png);
    width: 7%;
    height: 46%;
    left: -7%;
    background-repeat: no-repeat;
    background-size: 70%;
    top: 1%;
}
#vision-mission-sec {
    padding: 80px 0px;
}
#vision-mission-sec .vision-mission-left-sec {
    max-width: 722px;
    padding-top: 1rem;
}

section#partners-about-us .row.about-us {
    justify-content: space-around;
}
.vision-mission-sec img {
    width: 100%;
}

.row.vision-mission-row {
    justify-content: space-between;
}
.page-container .bnr-left-sec {
    padding-right: 85px;
}
.vision-mission-sec .vision-mission-row:nth-child(2) {
    flex-direction: row-reverse;
    padding-top: 141px;
}
.it-partner-pera {
    padding-top: 20px;
    padding-left: 34px;
}
.partners_left_image img {
    width: 100%;
}
.container.vision-mission-container {
    max-width: 1650px;
}
.container.full-container {
    max-width: 1920px;
}
#team-about-us {
    text-align: center;
    background: #F4FAFF;
    padding: 47px 0px;
}
#team-about-us h2 {
    font-size: 32px;
    font-weight: 700;
    color: #444444;
    margin-bottom: 0;
    margin-top: 10px;
}
#team-about-us h6 {
    font-size: 27px;
	font-weight: 500;

}
.info h3 {
    font-size: 30px;
}

.info p {
    font-size: 20px;
}
.container.services-container {
    max-width: 1571px;
}
/******************Services-Page*********************/
#services-banner {
    background-repeat: no-repeat;
    color: #fff;
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Rectangle-649-1.png);
    background-size: cover;
	position: relative;
}	
#services-banner::before {
    position: absolute;
    content: '';
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Group-427318606-1.png);
    width: 100%;
    height: 100%;
}
#services-banner .bnr-left-sec h1::before {
    display: none;
}
.container.Services-solutions.page-container {
    max-width: 1564px;
}
#Services-solutions .col-md-4 {
    margin-bottom: 30px;
}
#Services-solutions .banner_cont {
    padding-bottom: 24px;
}
#Services-testimonial h2 {
    margin-bottom: 0px;
}
#Services-testimonial {
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Rectangle-650.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 76px;
}
#Services-testimonial {
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Rectangle-650.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 76px;
    position: relative;
}
#Services-testimonial::before {
    position: absolute;
    width: 7%;
    height: 16%;
    content: '';
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Group-2173.png);
    background-repeat: no-repeat;
    left: 9%;
    top: 14%;
}
#Services-testimonial::after {
    position: absolute;
    width: 7%;
    height: 16%;
    content: '';
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Group-2173.png);
    background-repeat: no-repeat;
    right: 9%;
    bottom: 14%;
}
.card .btn.focus, .btn:focus {
    box-shadow: none !important;
	text-decoration: none!important;
}
.container.testinomial.page-container {
    max-width: 900px;
}
.innerSlide {
    border: 1px solid #cccccc;
    padding: 60px 32px 19px 27px;
    border-radius: 26px;
}
.innerSlider p {
    font-size: 16px;
  
    line-height: 41px;
    padding-top: 66px;
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 24px;
}
.innerSlider h5 {
    font-size: 24px;

}
.innerSlider h6 {
    font-size: 20px;
  
	color:#1C4088;
}
.innerSlider p::before {
    position: absolute;
    content: '';
    width: 5%;
	top: 27%;
    height: 26%;
    left: -9%;
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/unnamed-file.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.innerSlider p::after {
    position: absolute;
    content: '';
    width: 5%;
    height: 26%;
    top: 27%;
    right: -9%;
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/1.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
ul.nav.nav-pills {
    max-width: 23%;
    margin: 0 auto;
    padding: 4px;
    border: 2px solid #CCCCCC;
    border-radius: 6px;
    margin-top: 29px;
    margin-bottom: 43px;
}
#Your-Plan ul li a {
    font-size: 18px;
 
    color: #333333;
}
.nav-pills .nav-link.active, .nav-pills .show.nav-link {
    background: #1C4088!important;
    color: #fff !important;
    padding-top: 9px;
}
.tab-pane h2 {
    font-size: 30px;
  
}
.tab-pane h6 {
    font-size: 19px;

}
.tab-pane h4 {
    font-size: 50px;

}
.tab-pane ul li {
    font-size: 18px;

}
.tab-pane h4 {
    font-size: 50px;
   
}
.inner-sec li:before {
    position: absolute;
    content: '';
    width: 9%;
    left: -3%;
    height: 100%;
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Subtract-1.png);
    background-repeat: no-repeat;
}
.inner-sec li {
    position: relative;
    padding-top: 22px;
    padding-left: 31px;
}
.inner-sec ul {
    padding-bottom: 15px;
}
.tab-btn a {
    box-shadow: 2px 0px 6px 1px #3333;
    font-size: 18px;
    color: #C81115;
 
    background: #fff;
    padding: 19px 47px 21px 45px;
    text-decoration: none;
    border-radius: 4px;
}
.inner-sec ::marker {
    font-size: 0px;
}
#Your-Plan .inner-sec {
    background: #F4FAFF;
    padding: 13px 0px 30px 0px;
}

#Your-Plan .tab-pane {
    border: 1px solid #cccccc;
    padding: 47px 16px 27px 16px;
    border-radius: 20px;
    margin-bottom: 47px;
}
.tab-btn {
    text-align: center;
}
.container.plan.page-container {
    max-width: 1186px;
}
.tab-btn-pro {
    text-align: center;
}
.tab-btn-pro a {
    box-shadow: 2px 0px 6px 1px #3333;
    font-size: 18px;
    color: #C81115;
   font-weight:500;
    background: #fff;
    padding: 19px 81px 21px 63px;
    text-decoration: none;
    border-radius: 4px;
}
.card-header h5 {
    font-size: 22px;
   
    padding: 13px 10px 13px 0px;
}
.faq_right_sec {
    padding-top: 97px;
}	 
.faq_right_sec .card {
    border: none;
}

.card button.btn.btn-link {
    font-size: 20px;
    font-weight: 500;
}
.card button.btn.btn-link:hover {
  text-decoration:none;
}

.faq_right_sec .accordion .card-header {
    background: transparent;
}
.card-header i.fa-sharp.fa-solid.fa-plus {
    padding-right: 17px;
} 
.faq_right_sec .card {
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.card .btn-link {
    color: #264D9C;
}
.row.faq-row img {
    width: 100%;
}
#technology_stack #technologiesList li a:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    box-shadow: 4px 5px 8px rgba(0,0,0,.05);
}
/********************Ux-Design-Page*************************/
#ux-design-banner {
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Services-Background-2-1-1.jpg);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#ux-design-banner .bnr-left-sec h1::before {
    display: none;
}	
#lasting-impression h2 {
    text-transform: capitalize;
}
.list-heading p {
    font-size: 18px;
}

.row.fringe-benefit-list {
    padding-top: 42px;
}
/*
.innerSlide-tools img {
    padding: 26px 32px 19px 27px;
    border-radius: 26px;
    border: 2px solid #cccccc;
}
.innerSlide-tools h3 {
    font-size: 20px;
   
    color: #333333;
    margin: 0;
}
.innerSlide-tools figure.figure {
    margin: 0;
}
.serviceslider3 {
    padding-top: 42px;
}
.serviceslider3 {
    padding-top: 42px;
    padding-bottom: 100px;
}
.form-inner-sec label {
    font-size: 14px;
    font-weight: 500;
}
.form-inner-sec input.wpcf7-form-control {
    font-size: 12px;
    font-weight: 400;
}
.form-inner-sec .wpcf7-form-control {
    border-radius: 6px;
    border: 1px solid #999999;
}
.contactform-name-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 8px;
}

#ux-project {
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Rectangle-664.png);
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
/*
#ux-project::before {
    position: absolute;
    content: '';
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Rectangle-651.png);
    width: 100%;
    height: 100%;
}
*/
#ux-project .wpcf7-form-control {
    font-size: 14px;
   
    width: 100%;
    padding: 9px 0px 9px 11px;
    border: 1px solid #999999;
    border-radius: 6px;
}	
.contactform-contact-sec input.wpcf7-form-control {
    width: 100%;
	padding: 9px 0px 9px 11px;
    border: 1px solid #686868;
}
.contactform-name-sec p {
    width: 47%;
    text-align: left;
}
.contactform-name-sec input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
	padding: 9px 0px 9px 11px;
}
.contactform-name-sec input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
	padding: 9px 0px 9px 11px;
}
.contactform-message-sec textarea {
    width: 100%;
    padding: 6px 0px 6px 11px;
    font-size: 12px;
}
.container.ux-project.page-container {
    max-width: 692px;
    padding-bottom: 47px;
    padding-top: 32px;
}
.contactform-message-sec p {
    text-align: left;
}
span.wpcf7-spinner {
    display: none;
}
.contactform-contact-sec  p {
    text-align: left;
}
#ux-project label {
    font-size: 14px;

}
.ux-oroject-form-btn input.wpcf7-form-control.has-spinner {
    width: 27% !important;
}
.ux-oroject-form-btn p {
    display: flex;
    justify-content: center;
}
.learnMore input.wpcf7-form-control.has-spinner.wpcf7-submit.Submit-btn {
    font-size: 16px;
    padding: 12px 48px 13px 15px;
    border-radius: 5px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.custom_btn input.wpcf7-form-control.has-spinner.wpcf7-submit.Submit-btn {
    font-size: 18px;
    background: #c81115;
    color: #fff;
    padding: 16px 22px;
    border-radius: 6px;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    position: relative;
}
.faq_right_sec .card:nth-child(5) {
    border-bottom: 0px solid !important;
}
.heading-sec {
    text-align: left;
    background: #C81115;
    color: #fff;
    padding: 12px 8px 1px 8px;
}
.form-inner-sec {
    padding: 22px 22px 19px 22px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-top: none;
    background: #fff;
}
#ux-project h2 {
    color: #FFF;
}
	
.heading-sec {
    text-align: left;
    background: #C81115;
    color: #fff;
    padding: 12px 8px 1px 8px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.Submit-btn {
    background: #2A224F;
    color: #fff;
    padding: 14px 10px 14px 1px !important;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.cancel-btn {
    background: #fff;
    color: #C81115;
    border: 1px solid #C81115 !important;
    padding: 14px 10px 14px 1px !important;
    margin-right: 28px;
}
#work-with-us {
    padding-bottom: 100px;
}

/*******************Contact-Us-Page***************************/
section#contact-us-banner {
    background-repeat: no-repeat;
    color: #fff;
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Rectangle-649-1-1.png);
    background-size: cover;
	position:relative;
}
section#contact-us-banner::before {
    position: absolute;
    content: '';
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Group-427318606-1.png);
    width: 100%;
    height: 100%;
}

#contact-us-banner .bnr-left-sec h1::before {
    display: none;
}
.spacing {
    padding: 80px 0;
}
#unlock-business {
    position: relative;
    background: #f9f9f9;
    z-index: 0;
}
#unlock-business::before {
    position: absolute;
    width: 50%;
    height: 100%;
    content: '';
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Group-3.png);
    z-index: -1;
    background-repeat: no-repeat;
}
#unlock-business::after {
    position: absolute;
    width: 50%;
    height: 100%;
    content: '';
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Group-1-1.png);
    z-index: -1;
    right: 0;
    background-repeat: no-repeat;
    bottom: 1%;
}
.presence h5 {
    font-size: 30px;
}
.presence p {
    font-size: 18px;
    font-weight: 400;
}

.presence {
    padding-top: 100px;
	  position: relative;
}
.presence::before {
    position: absolute;
    width: 2px;
    height: 85%;
    top: 14%;
    content: '';
    background: #cccccc;
}
#our-presence h2 {
    letter-spacing: 3px;
}
#unlock-business h6 {
    font-size: 20px;
    font-weight: 400;
    max-width: 666px;
    margin: 0 auto;
}
.contant-six {
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 894px;
    /* text-align: center; */
    line-height: 1.9;
}
.container.lasting-content {
    max-width: 1571px;
}
#fringe-benefit-sec p {
    text-align: left;
    padding-left: 36px;
    font-weight: 500;
}
.row.fringe-benefit-list .col-md-6.list-left:before {
    position: absolute;
    content: '';
    width: 18%;
    height: 64%;
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Subtract.png);
    background-repeat: no-repeat;
    left: 10px;
    top: 40%;
    background-size: 33%;
}
.partners-description_sec p {
    padding-left: 0 !important;
}
.row.fringe-benefit-list .col-md-6.list-left {
    position: relative;
}
.fringe-benefit_image {
    text-align: right;
}
.row.fringe-benefit-list .row {
    padding-bottom: 54px;
}
.custom_btn.portfolio {
    padding-top: 40px;
}
#fringe-benefit-sec {
    background: #F4FAFF;
    padding: 14px 0px 59px 0px;
}
.custom_btn.portfolio {
    text-align: center;
}

.serviceslider3 {
    padding-top: 42px;
}
.serviceslider3 {
    padding-top: 42px;
    padding-bottom: 100px;
}
.form-inner-sec label {
    font-size: 14px;
    font-weight: 500;
}
.form-inner-sec input.wpcf7-form-control {
    font-size: 12px;
    font-weight: 400;
}
.form-inner-sec .wpcf7-form-control {
    border-radius: 6px;
    border: 1px solid #999999;
}
.contactform-name-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 8px;
}
#lasting-impression .owl-dots {
    display: none;
}

/***************Portfolio-page***************************/
#portfolio-banner .bnr-left-sec h1::before {
    display: none;
}
#portfolio-banner {
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Rectangle-649-2-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}
#portfolio-banner::before {
    position: absolute;
    content: '';
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Group-427318606-1.png);
    width: 100%;
    height: 100%;
}
ul#portfolioBtn {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
}
ul#portfolioBtn li a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding-bottom: 8px;
    text-transform: uppercase;
}
ul#portfolioBtn li a.active {
    border-bottom: 2px solid #1C4088;
    color: #1C4088;
}
ul#portfolioBtn li a:hover {
    text-decoration: none;
    border-bottom: 2px solid #1C4088;
    color: #1C4088;
}
.portfolio-items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 33px;
    justify-content: center;
}
.portfolio-items .item {
    flex-basis: 33.33%;
    width: 33.33%;
    display: none;
    opacity: 0;
    padding: 15px;
    position: relative;
}
.portfolio-items .item.show {
    display: list-item;
    opacity: 1;
}
.portfolio-thumb img {
    max-width: 100%;
}
/*.portfolio-items .portfolio-desc {
    padding: 30px;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    background: rgba(0,0,0,.8);
    opacity: 0;
    visibility: hidden;
}*/
.portfolio-desc h5 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
}
.portfolio-desc h5, .portfolio-desc p {
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.portfolio-desc p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}
.portfolio-items .item:hover .portfolio-desc {
    opacity: 1;
    visibility: visible;
}

.portfolio-items .link {
    width: 53px;
    height: 53px;
    line-height: 48px;
    text-align: center;
    display: block;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 9px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.portfolio-items .store-url {
    width: 20px;
    height: 20px;
}
.portfolio-items .storeUrl .apple-store, .portfolio-items .storeUrl .play-store {
    width: 20px;
    height: 20px;
}
.template-portfolio .portfolio-items .storeUrl {
    position: absolute;
    left: 90px;
    bottom: 30px;
}

.portfolio-items .storeUrl {
    display: inline-block;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 48px;
    color: #000;
    fill: currentColor;
    border-radius: 9px;
    text-align: center;
    box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.portfolio-items .storeUrl+.storeUrl {
    margin-left: 5px;
}
.portfolio-items a i {
    font-size: 20px;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container.Portfolio-container {
    max-width: 1520px;
}
.portfolio-items .item {
    flex-basis: 25%;
    width: 33.33%;
    display: none;
    opacity: 0;
    padding: 15px;
    position: relative;
}

.portfolio-items .item.show {
    display: list-item;
    opacity: 1;
}
section.template-portfolio.paddingEq {
    padding-top: 50px;
}
.portfolio-items .portfolio-desc {
    padding: 30px;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    background: rgba(0,0,0,.8);
    opacity: 0;
    visibility: hidden;
    border-radius: 19px;
}

/*****************Our Plans***********************/
#our-plan-banner .bnr-left-sec h1::before {
    display: none;
}
#our-plan-banner {
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/group-young-business-people-working-office-1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
#our-plan-banner::before {
    position: absolute;
    content: '';
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Group-427318606-1.png);
    width: 100%;
    height: 100%;
    top: 0px;
}
p {
    margin: 0 0;
}
/*
a {
    color: #f36233;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}
a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #242526;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
::-moz-selection {
    background: #f36233;
    text-shadow: none;
    color: #ffffff;
}
::selection {
    background: #f36233;
    text-shadow: none;
    color: #ffffff;
}
.pt-90 {
    padding-top: 90px !important;
}
*/
.readon {
    position: relative;
    display: inline-block !important;
    background: #ffffff;
				padding: 21px 78px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #C81115 !important;
    transition: all 0.3s ease 0s;
    text-transform: capitalize !important;
    cursor: pointer;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.readon:hover, .readon:focus {
    background: #fff;
}

.inner{
    width:100%;
    float:left;
    position:relative;
}
/*
.info {
    background: #F4FAFF;
}
.info:hover {
    background: #FFFFFF;
}
*/
.info-tab p::before {
    position: absolute;
    content: '';
    width: 23%;
    height: 46%;
    background:url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Subtract-1.png);
	background-repeat:no-repeat;
    left: 11%;
  
}
.container-fluid.pricingTable {
    max-width: 1186px;
}
.info-tab {
    padding-left: 85px;
    position: relative;
}
.pricingTable .holder {
    background: #fff;
    /* box-shadow: 1px 20px 12px -15px rgba(0,0,0,0.2); */
    padding: 40px 0px;
    text-align: center;
    border: 3px solid rgba(0,0,0,0.05);
    transition: 0.5s ease;
    border-radius: 21px;
}
.pricingTable .holder:hover{
    transform:translateY(-5px);
    
}
.pricingTable .holder .hdng p {
    color: #444444;
    max-width: 65%;
    margin: auto;
}
.pricingTable .holder .hdng h6 {
    font-size: 30px;
    font-weight: 500;
}
.pricingTable .holder .img img{
    width:70%;
}
.pricingTable .holder .price p{
    color:#000000;
    margin-bottom:25px;    
}
.pricingTable .holder .price p b{
    font-size:40px;
    font-weight:bold;
}
.pricingTable .holder .price p span{
    font-size:18px;
}
.pricingTable .holder .info-tab p{
    margin-bottom:15px;
    color:#242526;
    font-weight:14px;
}
.pricingTable .holder.active {
    background: url(https://dev.netedsoftech.com/wp-content/uploads/2023/06/Frame-57-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.pricingTable .holder.active .hdng p,
.pricingTable .holder.active .price p,
.pricingTable .holder.active .info-tab p{
    color:#fff;
}
.pricingTable .holder.active .hdng h6,
.pricingTable .holder.active .price h6,
.pricingTable .holder.active .info-tab h6{
    color:#fff;
}
/*
.pricingTable .holder.active .readon{
    background:#fff;
    color:#f36233!important;
}*/
.pricingTable .holder.active .readon:hover{
    background:#C81115;
    color:#fff!important;
}
.pricingTable .tabsBtnHolder ul {
    float: left;
    display: block;
    width: 100%;
    max-width: 326px;
    margin: 0px auto;
    margin-bottom: 40px;
    background: #ffffff;
    text-align: center;
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 0px;
}
.pricingTable .tabsBtnHolder ul li{
    float:left;
    width:calc(100% / 2);
    display:inline-block;
    transition:0.4s ease;
}
.pricingTable .tabsBtnHolder ul li p {
    color: #333333;
    padding: 16px 16px;
    z-index: 10;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.info-tab p {
	text-align: left;
}
.pricingTable .tabsBtnHolder ul li p.active{
    color:#ffffff;
}
.pricingTable .tabsBtnHolder ul li.indicator {
    position: absolute;
    top: 50%;
    left: 2px;
    background: #1C4088;
    height: calc(100% - 4px);
    transform: translateY(-50%);
    width: 161px;
    z-index: 9;
    border-radius: 7px;
}
p.usflg {
    padding-left: 37px;
    position: relative;
    font-size: 18px;
}
.owl-dots {
    display: none;
}
/*******************Responsive**********************/
@media only screen and (max-width: 1740px) {
.container.page-container {
    width: 95%;
}
#about_us .about_left_sec {
    padding-left: 2rem;
}
.faq_right_sec {
    padding-top: 2rem;
}
.pera p {
    margin-bottom: 0px;
}
.accordion .card-body {

    padding: 1rem;
}
.footer-sec a {
    font-size: 17px;
}
.footer-sec ul.menu li a {
font-size: 17px;}
p.usflg {
    font-size: 17px;
}
.footer-sec h4 {
    font-size: 23px;
}
/*******Inner-pages***********/
.about-us h2 {
    padding-top: 10px;
}
.about-us h2 .heading-two {
    margin-bottom: 5px;

}
.contant-pera ul li {
    font-size: 17px;
    padding-bottom: 16px;
}
.container.vision-mission-container {
    max-width: 95%;
}
.container.services-container {
    max-width: 95%;
}
#lasting-impression p {
    margin-bottom: 26px;
}
.fringe-benefit_image {
    text-align: center;
}
}
@media only screen and (max-width: 1366px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    margin: 0px 0px 0px 30px;
    font-size: 14px;
}
.bnr-left-sec h1 {
    font-size: 3rem;

}

.innerSlide {
    padding: 45px 19px 19px 19px;
    min-height: 582px;
}
.custom_btn a {
    padding: 10px 44px 10px 22px;
    font-size: 16px;
}
#services .heading-three h3 {
    min-height: 56px;
}
.inlineBloc h4 {
    font-size: 26px;
}
.counter-item h5 {
    font-size: 18px;
}
.faq_right_sec {
    padding-top: 1rem;
}
h2.heading-two {
    font-size: 2rem;
    margin-bottom: 10px;
}
.card button.btn.btn-link {
    font-size: 18px;
}
.accordion .card-body {
    padding: 0.5rem;
}
.faq_right_sec .col-10.mx-auto {
    margin: 0 !important;
}
h2.heading-two {
    font-size: 1.8rem;
}
.it-partner-pera {
    padding-top: 15px;
    padding-left: 18px;
}
.contant-pera ul li {
    font-size: 16px;
    padding-bottom: 13px;
}
.row.vision-mission-row {
    align-items: center;
}
#team-about-us h2 {
    font-size: 25px;
}
#team-about-us h6 {
    font-size: 22px;
}
#ux-design-banner .banner_slides {
    padding: 80px 0px;
}
.fringe-benefit_image img {
    width: 100%;
}
.readon {
    font-size: 16px;
}
}
@media only screen and (max-width: 820px) {
#technology_stack #technologiesList {
    display: block;
}
.banner_cont p {
    font-size: 16px;
}
.timelineblock img {
    width: 100%;
}
.banner_slides {
    padding-top: 8rem;
    padding-bottom: 136px;
}
.banner_slides {
    padding: 8rem;
}
.bnr-left-sec h1 {
    font-size: 2rem;
}
.custom_btn a {
    padding: 10px 40px 10px 18px;
}
.innerSlide {
    min-height: 520px;
}
.counter-item {
    margin: 0 0 12px;
}
.banner_right_image {
    padding-top: 62px;
} 	
.page-container .bnr-left-sec {
    padding-right: 0;
}
.leftpanel {
    padding-bottom: 3px;
    padding-top: 27px;
}
.banner_right_image img {
    padding-left: 0;
    width: 100%;
}
.footer-sec .col-md-3 {
    max-width: 100%;
    text-align: center;
}
.footer-sec .row {
    justify-content: space-between;
    margin-right: 0px;
}
p.usflg::before {
    left: 14%;
    top: 6%;
}
p.indiaflg::before {
    left: 14%;

}
p.indiaflg::before {
    left: 10%;
    top: 5%;
}
.tab-pane ul li {
    font-size: 18px;
    width: 40%;
    margin: 0 10px 20px;
}
#technology_stack #technologiesList {
    text-align: center;
    width: 100%;
    list-style: none;
    padding: 25px 0 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}
.tab-pane ul li {
    width: 40%;
    margin: 0 10px 20px;
}
#services-banner .banner_slides {
    padding: 8rem;
    padding: 12rem 2rem 4rem 2rem;
}
#portfolio-banner .banner_slides {
    padding: 12rem 2rem 4rem 2rem;
}
#our-plan-banner .banner_slides {
    padding: 12rem 2rem 4rem 2rem;
}
#technology_stack #technologiesList li a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    transform: perspective(1px) translateZ(0);
    -webkit-transition: .3s ease-in-out;
    padding: 25px 48px;
    text-align: center;
    margin: 0 14px;
}
#technology_stack #technologiesList li a {
    padding: 11px 24px;
    width: 100%;
}
.vision-mission-sec.heading-two.pera.col-lg-12 {
    padding: 0px;
}
#counter .col-sm-6 {
    max-width: 50%;
    padding: 0;
}

.counter-item h5 {
    font-size: 15px;
    font-weight: 700;
}
.faq_right_sec {
    padding-top: 2rem;
    padding-left: 1rem;
}
.page-header-top-right.menu {
    position: absolute;
    top: 10%;
}
#about_us {
    padding: 36px 0px;
}
h2.heading-two {
    font-size: 1.5rem;
}
/***********inner-pages***********/
#about-us-banner .banner_slides {
    padding: 12rem 2rem 4rem 2rem;
}
section#partners-about-us .row.about-us {
    display: block;
}
#partners-about-us .col-md-8 {
    max-width: 100%;
    padding: 20px;
}
#partners-about-us .col-md-4 {
    max-width: 100%;
    padding: 20px;
}
.contant-pera ul li:before {
    width: 7%;
    height: 55%;
}
.vision-mission-row img {
    padding-top: 55px;
}
#team-about-us h2 {
    font-size: 22px;
}
.vision-mission-sec .vision-mission-row:nth-child(2) {
    padding-top: 24px;
}
#ux-design-banner .row {
    padding: 0px 14px;
}	
.row.fringe-benefit-list .col-md-6.list-left:before {
    left: 17px;
    background-size: 26%;
}
.inner.holder {
    margin-bottom: 30px;
}
.container.Services-solutions.page-container {
    max-width: 85%;
}
.card button.btn.btn-link {
    font-size: 16px;
}
.presence::before {
  display:none;
}
#unlock-business h6 {
    max-width: 95%;
}
h2.mt-4.heading-two {
    margin-top: 0px !important;
}
#vision-mission-sec {
    padding: 0px 0px;
}
#unlock-business::before {
    background: none;
    height: 0;
}
#unlock-business::after {
    background: none;
    height: 0;
}
.spacing {
    padding: 50px 0;
}
.container.ux-project.page-container {
    padding-bottom: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    position: absolute;
    width: 88%;
    left: 2rem;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.Submit-btn {
    padding: 9px 10px 7px 14px !important;
}
.ux-oroject-form-btn.custom_btn.learnMore {
    padding: 0px 0px 0px 0px;
}
