@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

html,
body {
 margin: 0;
 padding: 0;
 font-family: "Poppins", sans-serif;
}

p{
    font-size: 16px;
}
img{
    max-width: 100%;
}
.top-navigation li.nav-item {
    margin-left: 22px;
}
h1{
    font-size: 40px;
    line-height: 50px;
    color: #000;
    text-transform: capitalize;
}
h1 span{
    color:#37b34a;
}

small {
    border: 2px solid #000;
    padding: 10px 30px;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 50px;
    color: #000;
    font-weight: 500;
    font-size: 21px;
}
li.nav-item.button-style a {
    background-color: #37b34a;
    border-radius: 50px;
    padding: 10px 31px !important;
    margin-left: 30px;
    color: #fff;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: rgb(55 179 74);
}
.ne-ser-box img {
    margin-left: -36px;
}
.service-box img {
    position: relative;
    margin-top: -37px;
    margin-left: -44px;
}
.top-navigation nav {
    border-bottom: 1px solid #eee;
    padding: 0px;
}

.top-navigation ul.navbar-nav{
    padding-top: 20px;
}

li.nav-item a:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #37b34a;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    border-radius: 10px 10px 0px 0px;
    opacity: 0;
}
li.nav-item a {
    position: relative;
    padding-bottom: 30px;
    font-weight: 500;
}

li.nav-item a:hover:before {
    opacity: 1;
}

a.nav-link.active:before{
    opacity: 1;
}
.top-navigation ul.navbar-nav li.nav-item:last-child a:before{
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span {
 background: #ffffff !important;

 border: double #35ad47 6px !important;
}
.owl-theme .owl-dots .owl-dot span {
 background: #37b34a;
}


.partners img {
    max-width: 187px;
    margin: 0 auto;
}
.banner-area{
    background-image:url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 860px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.baner-text{
    margin-top: -200px;
}

.banner-area h1{
    font-size: 45px;
    line-height: 65px;
    color: #fff;
}

.baner-text span {
    color: #37b34a;
}
.baner-text p{
    padding: 14px 0px;
    line-height: 30px;
}

.baner-text small {
    border: 2px solid #37b34a;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 50px;
    color: #fff;
}
a.theme-btn {
    display: inline-block;
    background-color: #37B34A;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px;
}
.about-section{
    position: relative;
    margin-bottom: 50px;
    margin-top: -100px;
}
.solutions-section{
    background-image: url(../images/solution-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0px;
}

.solutions-section small {
    border-color: #37b34a;
    color: #fff;
}

.solutions-section h1 {
    border-color: #37b34a;
    color: #fff;
}

.solutions-section p {
    color: #fff;
}
.gallery .owl-carousel:before {
    content: "";
    background-image: url(../images/dummy-img.png);
    height: 424px;
    width: 700px;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    background-repeat: no-repeat;
}
.gallery .owl-carousel{
  position: relative;
}
.gallery .owl-item.active.center img {
    width: 570px;
    margin: 0 auto;
    height: 382px;
    object-fit: cover;
    min-height: inherit !important;
    margin-top: 0;
    background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 20px) calc(100% - 20px) no-repeat,
            linear-gradient(1deg, #282828 0%, #000000 100%);
border-radius: 10px 10px 0px 0px;
padding: 10px;
box-sizing: border-box;
}
.gallery .owl-carousel .owl-item img {
    border-radius: 10px;
    height: 370px;
    margin-top: 7px;
}
.gallery .owl-theme .owl-nav button {
    opacity: 0;
}

.owl-carousel.owl-drag .owl-item .service-box img {
    max-width: 100%;
}

.owl-carousel.services-owl .owl-item img{
    width: inherit !important;
    max-width: 100%;
}

.services {
    background-image: url(../images/home-services-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
    margin: 50px 0px;
}

.service-box {
    color: #fff;
    padding-left: 90px;
    position: relative;
}

.service-box a img {
    position: inherit;
    display: inline-block !important;
    margin-left: 10px;
}

.service-box a {
    display: inline-block;
    color: #37B34A;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.service-box a:hover{
    color: #fff;
}

footer {
    background-color: #000;
    padding: 0px 0px 24px 0px;
}
footer a:hover{
color: #37b34a !important;
}
footer a{
transition: all 0.3s ease-in-out;
}
ul.address-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #37b34a;
    border-bottom: 1px solid #37b34a;
    float: left;
    width: 100%;
}

ul.address-list li img {
    margin-right: 10px;
    display: inline-block;
}

ul.address-list li {
    color: #fff;
    text-align: center;
    float: left;
    padding: 30px 0px 0px 0px;
    min-height: 100px;
}
ul.address-list li a{
    color: #fff;
    text-decoration: none;
}
ul.address-list li:nth-child(1) {
    width: 20%;
    padding: 37px 0px 0px 0px;
}

ul.address-list li:nth-child(2) {
    width: 23%;
    border-right: 1px solid #37b34a;
    border-left: 1px solid #37b34a;
}

ul.address-list li:nth-child(3) {
    width: 29%;
    border-right: 1px solid #37b34a;
}
ul.address-list li:nth-child(4) {
    width: 28%;
    padding: 17px 0px 0px 0px;
}
.logo-footer {
    padding: 50px 0px;
    border-top: 1px solid #37b34a;
}

.copyright ul.social {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-left: 30px;
}

.copyright strong{
    color: #fff;
}

ul.social li {
    display: inline-block;
    margin-right: 19px;
}

ul.social li a {
    color: #37b34a;
}

.copyright p{
    margin-bottom: 0px;
    color: #fff;
}

.copyright p span {
    color: #37b34a;
    font-weight: 600;
}

ul.privacy {
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.privacy li:nth-child(2) {
    border-right: 0px;
}

ul.privacy li a {
    color: #fff;
    text-decoration: none;
}

ul.privacy li {
    margin: 0px;
    border-right: 2px solid #fff;
    padding-right: 7px;
    line-height: 1;
    display: inline-block;
}

ul.social li a:hover{
    color: white !important;
}

.testimonials{
    background-image: url(../images/reviews-bg.png);
    background-size: contain;
padding: 50px 0px;
border-top: 3px solid #37b34a;
}

.testimonials .carousel-indicators {
    bottom: -42px;
    margin-left: 8%;
}

.testimonials .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #37b34a;
}


.testimonials h4 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.testimonials h5 {
    color: #000;
    font-size: 14px;
}
ul.trustrev {
    margin-top: 50px;
    padding-left: 0px;
}

ul.trustrev li {
    display: inline-block;
    width: 30%;
    margin: 0 17px;
}

ul.trustrev li a {
    display: block;
    background-color: #37b34a;
    padding: 10px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

ul.trustrev li a:hover{
    background-color: #000;
}

.services small {
    color: #37B34A;
    border-color: #fff;
    padding: 10px 40px;
    margin-bottom: 30px;
}
.services h1 {
    color: #fff;
}

.service-box h3{
    font-size: 23px;
    margin-bottom: 15px;
}
.testim{
    position: relative;
}

.footer-form {
    background-color: #000;
    padding: 50px 0px;
}

.footer-form img{
    max-width: 100%;
}

.form-content input {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.form-content textarea{
    width: 100%;
    height: 110px;
    margin-bottom: 15px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.form-content input::-ms-input-placeholder { /* Edge 12-18 */
  color: #4c4c4c;
}

.form-content input::placeholder {
  color: #4c4c4c;
}

.form-content textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #4c4c4c;
}

.form-content textarea::placeholder {
  color: #4c4c4c;
}

.form-content input[type="submit"] {
    border: 0px;
    width: auto;
    background-color: #37b34a;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 50px;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.form-content input:focus{
    outline: none;
}
.form-content textarea:focus{
    outline: none;
}
.footer-form small {
    color: #37B34A;
    border-color: #fff;
}
.footer-form h1 {
    color: #fff;
    margin: 10px 0px;
}
.footer-form p {
    color: #fff;
}
.footer-form.contact-page {
    background: #fff;
}
.contact-page small {
    border-color: #000;
}
.contact-page h1 {
    color: #000;
}
.contact-page p {
    color: #000;
}
.contact-page .form-content input {
    border-color:#000;
    color: #000;
}
.contact-page .form-content textarea {
    border-color:#000;
    color: #000;
}
.contact-page .form-content input[type="submit"]{
    color: #fff;
}
.signup-page-title {
    background-image: url(../images/portfolio-title-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000;
    padding: 120px 0px;
}
.signup-page-title h1 {
    color: #fff;
    font-weight: 700;
}
.contact-page-title {
    background-image: url(../images/contact-title-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-page-title h1 {
    color: #fff;
    font-weight: 700;
    padding: 130px 0px;
}
.form-top {
    padding: 30px;
    border-radius: 25px;
    border: 3px solid #0c8a1f;
}
.form-top h2 {
    font-size: 40px;
}
.form-top input {
    width: 100%;
    height: 50px;
    border: 0px;
    margin-bottom: 16px;
    padding: 10px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.form-top input:focus-visible{
    outline: none;
}
.form-top textarea {
    width: 100%;
    padding: 10px;
    height: 135px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.form-top button {
    background-color: #37b34a;
    padding: 8px 23px;
    border-radius: 50px;
    border: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}
.inner-page-title {
    background-image: url(../images/top-frm-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.inner-page-title h1{
    color: #fff;
}
.inner-page-title p{
    color: #fff;
    font-size: 16px;
}
.software-tabs li.nav-item button {
    border: 2px solid #37B34A;
    border-radius: 50px;
    color: #37B34A;
    width: 100%;
}
.software-tabs li.nav-item button.active{
    border: 2px solid #37B34A;
    background-color: #37B34A;
    color: #fff;
}
.software-tabs li.nav-item button.active:hover{
    border-color:#37B34A;
    color: #fff;
}
.software-tabs li.nav-item button:hover{
    border-color: #000;
    color: #000;
}

.Portfolio-page-title {
    background-image: url(../images/portfolio-title-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}
.Portfolio-page-title {
    background-image: url(../images/portfolio-title-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000;
    padding: 110px 0px;
}
.Portfolio-page-title h1{
    color: #fff;
}
.Portfolio-page-title p{
    color: #fff;
    margin-top: 10px;
}
.software-tabs .accordion-item {
    border: 0px;
}
.software-tabs p {
    margin: 28px 0px;
}
.webdevp-sec3 {
    background-color: #000;
}
.webdevp-sec3 h1{
    color: #fff;
}
.webdevp-sec3 p{
    color: #fff;
}
.webdevp-sec3 h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.about-section h4 span {
    color: #37b34a;
}
.about-section h4{
    text-transform: capitalize;
}
.about-section p span {
    color: #37b34a;
}

.mobileapp li.nav-item button {
    width: 90%;
    margin: 0 auto;
}
.mobileapp li {
    width: 48%;
    margin: 0 auto;
}

ul.app-industries {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.app-industries li {
    width: 18%;
    display: inline-block;
    margin-bottom: 18px;
}
ul.app-industries li p {
    font-size: 14px;
    margin-top: 10px;
}
.seo-sec2 ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.seo-sec2 ul li {
    display: inline-block;
    width: 38%;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-left: 24px;
}
.seo-sec2 ul li i {
    position: absolute;
    left: 0;
    color: #3ab24c;
    top: 4px;
}
.seo-sec2 ul li:last-child {
    width: 61%;
}
.aces h3{
    color: #000;
    font-weight: 700;
}
.aces p{
    color: #000;
}
.accesb2{
    background-color: #000;
}
.accesb2 h1{
    color: #fff;
}
.accesb2 p{
    color: #fff;
}
.accesb2 img{
    position: inherit;
}
.accesb2 .owl-carousel.owl-drag .owl-item .service-box img {
    width: inherit !important;
}
.owl-nav span{
    display: none;
}
.owl-theme .owl-nav {
    height: 0px;
}
.acceb4{
    padding:50px 0px;
    border-bottom: 2px solid #37B34A;
}
.white .service-box img {
    position: absolute;
    left: 56px;
    top: 38px;
}
.white .service-box a img {
    position: inherit;
    margin-top: 0;
}
.acceb4 .col-md-6{
    padding:0px 24px;
}
.acceb4 .col-md-6 h1{
    font-size: 36px;
}
.hostingli li {
    list-style: none;
    margin-bottom: 13px;
float: left;
position: relative;
padding-left: 30px;
}

.hostingli li i {
    color: #37b34a;
    margin-right: 10px;
    position: absolute;
    top: 4px;
    left: 0;
}

.hostingli li strong {
    color: #37b34a;
}
.hosting-tab li.nav-item {
    width: 31%;
}
.hostingcrl .service-box{
    padding-left: 10px;
}
.hostingcrl .service-box h3 {
    font-size: 21px;
}
.hs-content {
    padding: 24px;
    border: 1px solid #37B34A;
    border-radius: 10px;
    min-height: 346px;
    position: relative;
    padding-top: 60px;
}

.hs-content h1 {
    font-size: 72px;
    background: -webkit-linear-gradient(#37B34A, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
top:24px;
    line-height: 72px;
    font-weight: 800;
    opacity: 0.3;
    position: absolute;
    z-index: -1;
}
.hs-content h3 {
    font-weight: 600;
}
.hosting-boxes {
    padding: 50px 0px;
}
.support-boxes {
    border-bottom: 1px solid #37b34a;
    padding-bottom: 25px;
}
.box-incl {
    border: 1px solid #37b34a;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.box-incl h4 {
    font-size: 18px;
    font-weight: 600;
}
.solution-boxes .hs-content h1 {
    position: inherit;
}
.solution-boxes .hs-content{
    padding-top: 25px;
    min-height: 356px;
}
.solution-boxes .hs-content h3 {
    font-size: 26px;
}
.solution-last {
    border-bottom: 1px solid #37b34a;
    padding: 50px;
}
.cmon {
    padding: 50px 0px;
}

.sidecom {
    border: 4px solid #37b34a;
    border-radius: 20px;
    padding: 30px;
    position: relative;
}
.left-side.sidecom::before {
    right: inherit;
    left: 0px;
    border-radius: 16px 0px 0px 16px;
}
.left-side.sidecom:before {
    content: "";
    position: absolute;
    background-color: #000;
    height: 100%;
    width: 30%;
    right: 0;
    top: 0;
    z-index: 0;
    border-radius: 16px 0px 0px 16px;
}
.right-side.sidecom:before {
    content: "";
    position: absolute;
    background-color: #37b34a;
    height: 100%;
    width: 30%;
    right: 0;
    top: 0;
    z-index: 0;
    border-radius: 0px 16px 16px 0px;
}
.left-side.sidecom img {
    position: relative;
    z-index: 1;
    left: -132px;
}
.sidecom img {
    position: relative;
    z-index: 1;
    right: -35px;
    top: 0px;
    min-width: 584px;
}
.sidecom h3 {
    color: #37B34A;
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 24px;
    z-index: 10;
    position: relative;
}
.sidecom ul.projectdtl {
    padding-left: 0px;
    list-style: none;
    color: #000;
}
.sidecom ul.projectdtl li {
    display: block;
    margin-bottom: 10px;
}
.signup-area {
    width: 65%;
    margin: 0 auto;
    padding: 50px 0px;
}

.signup-area h1{
    padding-bottom:35px;
}

.signup-area label{
display:block;
margin-bottom: 10px;
}
.checkbox-f label{
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
}
.signup-area input {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    border-radius: 7px;
    border: 1px solid #000;
    padding: 0px 10px;
}
.signup-area input[type="checkbox"] {
    width: auto;
    margin-bottom: 0px;
    height: auto;
    margin-right: 10px;
    padding: inherit;
}
.signup-area input[type="submit"] {
    color: #fff;
    font-size: 18px;
    background-color: #37B34A;
    font-weight: 500;
    margin-top: 35px;
    border: 0px;
    transition: all 0.3s ease-in-out;
}
.signup-area input[type="submit"]:hover{
    background-color: #000;
}
li.nav-item.dropdown ul.dropdown-menu a {
    padding: 10px 20px;
}
li.nav-item.dropdown ul.dropdown-menu a:hover {
    background-color: transparent;
}
li.nav-item.dropdown ul.dropdown-menu a:active {
    background-color: #37b34a;
}
.pri-pol h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.pri-pol strong {
    color: #37b34a;
    font-size: 18px;
}
@media screen and (max-width:1920px){
.banner-area{
    min-height: 1092px;
} 
  }
@media screen and (max-width:1366px){
 .banner-area{
    min-height: 773px;
} 
.software-tabs li.nav-item button {
    width: 180px;
    font-size: 14px;
    padding: 10px 10px;
}
.mobileapp button {
    width: 100% !important;
}
.service-box {
    padding-left: 90px;
}
.hosting-tab button {
    width: 100% !important;
}
.sidecom img {
    right: 30px;
    top: 0px;
    min-width: 560px;
}
.sidecom h3 {
    font-size: 38px;
}
.left-side.sidecom img {
    left: -150px;
}
.sidecom ul.projectdtl li {
    font-size: 15px;
}
p{
    font-size: 14px;
}
.gallery .owl-carousel .owl-item img {
    height: 355px;
    width: 84%;
    margin: 18px 0px 0px 46px;
}  
.footer-form.contact-page {
    padding-bottom: 30px;
}
}

@media screen and (max-width:768px){
    .gallery .owl-carousel:before {
    display: none;
}
.tab-content>.tab-pane {
    display: block !important;
}
.fade:not(.show) {
    opacity: 1;
}
.gallery .owl-carousel{
  position: inherit;
}
.gallery .owl-item.active.center img {
    width: inherit;
    margin: inherit;
    height: inherit;
    object-fit: inherit;
    min-height: inherit !important;
    margin-top: inherit;
    background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 20px) calc(100% - 20px) no-repeat,
            linear-gradient(1deg, #282828 0%, #000000 100%);
border-radius: 10px;
padding: 0px;
box-sizing: inherit;
}
.gallery .owl-carousel .owl-item img {
    border-radius: 10px;
    height: inherit;
    margin-top: inherit;
}
.gallery .owl-theme .owl-nav button {
    opacity: 0;
}

.owl-carousel.owl-drag .owl-item .service-box img {
    max-width: inherit;%;
}

.owl-carousel.services-owl .owl-item img{
    width: inherit !important;
    max-width: inherit;
}
.banner-area h1 {
    font-size: 24px;
    line-height: inherit;
}

.baner-text p {
    line-height: inherit;
}

.baner-text small {
    padding: 10px 19px;
    font-size: 16px;
}

small {
    font-size: 14px;
}

.about-section .col-md-6.align-self-center {
    margin-top: 40px;
}

h1 {
    font-size: 26px;
    line-height: inherit;
    color: #000;
}
.solutions-section {
    padding: 50px 0px;
}
ul.trustrev li {
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
}
ul.trustrev li:last-child {
    margin-bottom: 0px;
}
ul.address-list li {
text-align: left;
    padding: 8px 0px!important;
    min-height: inherit !important;
    width: 100% !important;
    border-right: 0px !important;
    border-left: 0px !important;
} 
ul.address-list li img{
    float: left;
}
.logo-footer {
    padding: 25px 0px;
}
ul.address-list li:nth-child(1) {
    margin-top: 10px;
}
.copyright {
    text-align: center;
}
ul.privacy {
    float: none;
}
.logo-footer img {
    width: 60%;
}
.banner-area {
    min-height: 645px;
}
.about-section .col-md-6 {
    width: 100%;
}

.footer-form .col-md-6 {
    width: 100%;
}

.copyright .col-md-4 {
    width: 100%;
}

.inner-page-title .col-md-6 {
    width: 100%;
}
h1 br{
    display: none;
}
p br{
display:none;
}
.software-tabs button.accordion-button {
    background-color: #37b34a;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #fff;
}

.software-tabs .col-md-6 {
    width: 100%;
}

.software-tabs p {
    margin-top: 0px;
}

.software-tabs img {
    margin-top: 50px;
}

.software-tabs {
    text-align: center;
    border-bottom: 0px;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
.accordion-button::after{
    filter: brightness(0) invert(1);
}
.webdevp-sec3 .col-md-3 {
    width: 50%;
}
.webdevp-sec4 .col-md-6 {
    width: 100%;
    text-align: center;
}
ul.app-industries li {
    width: 32%;
    display: inline-block;
    margin-bottom: 18px;
}
.contact-page-title h1 {
    padding: 69px 0px;
}
.hs-content {
    min-height: inherit;
}

.hosting-boxes .col-md-4 {
    width: 100%;
    margin: 10px 0px;
}
.signup-page-title {
    padding: 50px 0px;
}
.sidecom img {
    position: inherit;
    z-index: 1;
    right: inherit;
    top: 0px;
    min-width: auto;
}
.portmsecall-left .col-md-7 {
    width: 100%;
}

.portmsecall-left .col-md-5 {
    width: 100%;
}
.portmsecall-right .col-md-7 {
    width: 100%;
}

.portmsecall-right .col-md-5 {
    width: 100%;
}

.right-side.sidecom:before{
display:none;
}
.left-side.sidecom:before{
display:none;
}
.left-side.sidecom img {
    position: relative;
    z-index: 1;
    left: inherit;
    margin-bottom: 20px;
}
.seo-sec2 .col-md-6 {
    width: 100%;
}

.seo-sec2 .col-md-6 {
    width: 100%;
    text-align: center;
}
.seo-sec2 .col-md-6 img{
   margin-bottom: 50px;
}

.seo-sec2 ul li {
    width: 100%;
    position: relative;
    padding-left: 0;
}

.seo-sec2 ul li:last-child {
    width: 100%;
}
.webdevp-sec4 img {
    margin-bottom: 50px;
}
.solution-boxes .hs-content {
    min-height: auto;
}

.solution-boxes .col-md-4 {
    width: 100%;
    margin: 10px 0px;
}
.solution-boxes .col-md-4:nth-child(1) {
    margin-top:0px;
}
 .service-box h3 br{
    display: none;
 }
.webaccessa .col-md-6 {
    width: 100%;
    text-align: center;
}
.webaccessa .col-md-6 img{
    margin-top: 50px;

}
.support-boxes .col-md-4 {
    width: 100%;
}
.acceb4 .col-md-6 h1 {
    font-size: 30px;
}
}

@media screen and (max-width:767px){
.inner-page-title .form-top {
    margin-top: 35px;
}

li.nav-item a {
    font-weight: 500;
    text-align: center;
}
li.nav-item.button-style a {
    margin-left: 0px;
}
.top-navigation li.nav-item {
    margin-left: 0px;
}
.service-box {
    color: #fff;
    padding-left: 0px;
    position: inherit;
    text-align: center;
}
.service-box img {
    position: inherit;
    left: inherit;
    margin-bottom: 30px;
    
}
.service-box a img{
margin-bottom:inherit;
}

.services .owl-carousel .owl-item img{
    display: inline-block;
}
.testimonials img {
    margin-bottom: 15px;
}
.testimonials {
    text-align: center;
}
ul.app-industries li {
    width: 45%;
    display: inline-block;
    margin-bottom: 18px;
}
ul.app-industries li p {
    font-size: 12px;
}
.webdevp-sec3 .col-md-3 {
    width: 100%;
}
.webdevp-sec3 .col-md-3 {
    width: 100%;
    padding-top: 30px;
    text-align: center;
}
.contact-page-title h1 {
    padding: 30px 0px;
}
.owl-carousel.owl-drag .owl-item .service-box img{
    display: inline-block;
}
.accesb2 img{
    margin-bottom: inherit;
}
.form-content input[type="submit"] {
    width: 100%;
}
.signup-area {
    width: 100%;
}
.Portfolio-page-title {
    padding: 30px 0px;
}
.software-tabs .accordion-body {
    padding: 0px;
}
.sidecom h3 {
    font-size: 24px;
    position: inherit;
}
 .solution-last {
    padding: 20px 0px;
}
}
.no-po .service-box img {
    margin-left: inherit !important;
    margin-top: inherit !important;
    margin-bottom: 35px;
}
.avatar-container {
    display: flex;
    align-items: center;
}

.avatar-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.avatar-info {
    display: flex;
    align-items: center;
}

.avatar-name {
    margin-right: 10px;
}

.avatar-notification {
    position: relative;
}

.avatar-notification .fa-bell {
    padding-left: 40px;
    font-size: 20px;
    color: #B0C3CC;
}

.avatar-notification .notification-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #EC5252;
    color: white;
    font-size: 12px;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
}

.nav-menu {

    border-right: solid 1px #C5C5C5;
    border-top: solid 1px #C5C5C5;



}

.nav-detail {

    
    border-top: solid 1px #C5C5C5;



}

.col-align {
    margin: 0 auto;

}

.h1-menu {

    font-size: 20px;
    font-weight: 600;
}

.nav-avt {

    border-right: solid 1px #C5C5C5;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.nav-btn {


    display: flex;
    justify-content: center;
    align-items: center;
}

.btn {
    background-color: #B6DFAA;
    border: none;
    color: #273240;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6.88px;
    margin: 10px;
    width: 200px;

}

/* Darker background on mouse-over */
.btn:hover {
    background-color: #3AAD4B;
}

.dash-th {

    font-size: 20px;
    color: #082431;
    border-bottom: 1px #7C7C7C solid;
    padding-bottom: 50px !important;
}

.dash-td {

    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.thead-pro {

    font-size: 16px;
    color: #082431;


}