/********************************************************
1. body start
 *******************************************************/
:root {
    --ma-theme-color:#01d3b5;
    --ma-white-color: #ffffff;
    --ma-heading-color: #101418;
    --ma-grey-color:#8c919d;    
    --ma-text-color:#222;        
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;	  	
	-webkit-font-smoothing: antialiased;    
    overflow-x: hidden;
    font-family: 'Fustat';
}   
html {
  scroll-behavior: smooth;
}
*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{	
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin:0;
	padding:0;	
	word-break: break-word;          
}
img {
	max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
	outline: none !important;
	box-shadow:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p {
  margin: 0px;
  word-break: break-word;
}
.ma-top-heading {
    font-size: 20px;
    font-weight: 600;
    color: var(--ma-white-color);
    text-transform: capitalize;
    text-align: center;
    display: inline-flex;
    align-items: center;
    background: var(--ma-theme-color);
    min-height: 35px;
    padding: 0px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.ma-heading {
    font-size: 40px;
    color: var(--ma-heading-color);
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
}
.ma-paragraph{    
    font-size: 17px;    
    color: var(--ma-text-color);
    font-weight: 400;
}
/* button css start*/
.ma-btn {
    min-width: 150px; 
    padding: 15px 20px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--ma-white-color);
    text-transform: capitalize;
    background-color: var(--ma-theme-color);   
    border-radius: 5px; 
    transition: all 0.3s ease-in-out;
}  
.ma-btn:hover {
    background: #0e7469;
    color: var(--ma-white-color);
}
button.ma-btn{
    border: none;
}
/* button css end*/ 

/* logo */
.ma-navbar-menu .responsive-logo a img{
    display: none;
}
.ma-toggle-btn{
    display: none;
}
/* logo */

/* header section css start */
.ma-header-wrapper {
    background-color: var(--ma-white-color);
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    max-width: 1200px;
    border-radius: 10px;
    padding: 0 30px;
}
.ma-header-inner{
    display: flex;
    align-items: center;
}
.ma-brand-logo a img {
    max-width: 201px;
    height: 41px;
    object-fit: contain;
}
.ma-navbar-menu {
    margin-left: auto;
}
.ma-navbar-menu ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.ma-navbar-menu ul li:last-child{
    margin-right: 0;
}
.ma-navbar-menu ul li a {
    color: var(--ma-text-color);
    font-size: 16px;
    font-weight: 500;
    padding: 32px 0;
    display: inline-block;
    position: relative;    
}
.ma-navbar-menu ul li a img {
    max-width: 24px;
    height: 24px;
    object-fit: contain;
}
.menu li a:hover,.menu .active a {
  color: var(--ma-theme-color);
}
.ma-header-right ul li{
    display: inline-block;
    vertical-align: middle;
}
.ma-header-right ul li:first-child{
    margin-right: 20px;
}
.ma-header-right ul li a img {
    max-width: 24px;
    height: 24px;
    object-fit: contain;
}
/* header section css end */
/* banner section css start */
.ma-banner-wrapper {
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 160px 0 0 0;
    position: relative;
    overflow: hidden;
}
.ma-header-wrapper .container{
    max-width: 1300px;
}
.ma-banner-wrapper .container {
    max-width: 1500px;
}
.ma-banner-parent{
    text-align: center;
}
.ma-banner-left {
    padding-bottom: 50px;
    max-width: 1100px;
    width: 100%;
    margin: auto;
}
.ma-banner-left h4 {
    text-align: left;
}
.ma-banner-left h1 {
    font-size: 64px;
    color: var(--ma-white-color);
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 10px; 
}
.ma-banner-left h1 span{
    color: var(--ma-theme-color);
}
.ma-banner-left p {
    font-size: 18px;
    line-height: 26px;
    color: var(--ma-white-color);
    font-weight: 400;
    max-width: 800px;
    width: 100%;
    margin: auto;
}
.ma-banner-btn{
    margin-top: 35px;
}
.ma-banner-btn .ma-btn {
    min-width: 200px;        
    font-size: 18px;
}
.ma-banner-right {
    max-width: 800px;
    width: 100%;
    margin: auto;
    position: relative;
}
.ma-banner-right img {
    max-width: 500px;
    width: 100%;
    height: 598px;
    object-fit: contain;
    position: relative;
    z-index: 3;
}
.ma-banner-right span {
    max-width: 800px;
    height: 800px;
    width: 100%;
    margin: auto;
    background: #a5f1e6;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -290px;
}
.ma-banner-right span::before {
    content: '';
    max-width: 700px;
    height: 700px;
    width: 100%;
    margin: auto;
    background: #8eebdd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 1;
}
.ma-banner-right span::after {
    content: '';
    max-width: 600px;
    height: 600px;
    width: 100%;
    margin: auto;
    background: #78e6d6;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    z-index: 2;
}
/* banner section css end */

/* partner section css start */
.ma-partner-wrapper {
    background-color: var(--ma-theme-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1150px;
    width: 100%;
    margin: auto;
    border-radius: 20px;
    position: relative;
    bottom: -100px;
    z-index: 1;
}
.ma-partner-heading span{
    display: block;
    color: var(--ma-theme-color);    
    font-weight: 800;
}
.ma-partner-wrapper .swiper-container {
    padding: 80px 0;
    overflow: hidden;
}
.ma-partner-wrapper .swiper-slide{
    text-align: center;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}
.ma-partner-wrapper .swiper-slide img {
    max-width: 103px;
    height: 50px;
    object-fit: contain;
}
.ma-partner-wrapper .swiper-slide:hover{
    transform: translateY(-10px)scale(1.1);
}
.ma-partner-wrapper .swiper-slide:hover{
    opacity: 1;
}
/* partner section css end */

/* about section css start */
.ma-about-wrapper {
    background-color: var(--ma-white-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 0 0;
    width: 100%;
    position: relative;
}
.ma-about-left-img {
    text-align: right;
}
.ma-about-left-img img {
    max-width: 550px;
    width: 100%;
    height: 600px;
    object-fit: contain;
}
.ma-about-right .ma-heading {
    text-align: left;
}
.ma-about-right .ma-top-heading{
    text-align: left;
}
.ma-about-right .ma-paragraph {
    color: var(--ma-text-color);
    margin: 22px 0 30px 0;
}
/* about section css end */

/* activity section css start */
.ma-activity-wrapper {
    padding: 80px 0;
    background-color: #f1fffd;    
    width: 100%;
}
.ma-activity-box {
    position: relative;
}
.ma-activity-heading {
    padding-bottom: 50px;
    max-width: 500px;
    margin: auto;
    text-align: center;
}
.ma-activity-box {
    background: var(--ma-white-color);
    border: 1px solid #ededed;
    border-radius: 25px;
    padding: 20px;
    transition: all 0.3s;
}
.ma-service-img {
    border-radius: 15px;
    overflow: hidden;
}
.ma-service-img img{
    transition: all 0.3s;
}
.ma-activity-box:hover .ma-service-img img {
    transform: scale(1.2)rotate(5deg);
}
.ma-activity-inner>img:first-child {
    margin-left: 5px;
    max-width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}
.ma-activity-inner h3 {
    font-size: 20px;
    color: var(--ma-text-color);
    font-weight: 800;
    text-transform: capitalize;
    transition: all 0.3s;
    padding: 20px 0 0px 0;
}
.ma-activity-box:hover .ma-activity-inner h3{
    color: var(--ma-theme-color);
}
.ma-activity-inner p{
    font-size: 16px;    
    margin: 10px 0 0px 0;
    color: var(--ma-grey-color);
}
.ma-activity-inner a.ma-readmore{
    font-size: 16px;    
    color: var(--ma-theme-color);
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.ma-activity-inner> img:last-child {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
    margin-left: 5px;
}
.ma-activity-inner a.ma-readmore:hover{
    letter-spacing: 2px;
}
.ma-activity-btn .ma-dark-btn{
    max-width: 240px;
    width: 100%;
    min-height: 60px;
    margin: 40px auto 0 auto;    
}
/* activity section css end */

/* why choose us section css start */
.ma-choose-wrapper {
    background-image: url(../images/choose_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 80px 0;
}
.ma-choose-img {
    margin-left: -384px;
}
.ma-choose-img img {
    width: 632px;
    height: 654px;
    object-fit: cover;
}
.ma-choose-heading .ma-top-heading, .ma-choose-heading .ma-heading {
    text-align: left;
}
.ma-choose-heading {
    max-width: 600px;
    padding-bottom: 30px;
    margin: auto;
    text-align: center;
}
.ma-choose-heading .ma-heading {
    color: var(--ma-white-color);
    text-align: center;
}
.ma-choose-box {
    background-color: var(--ma-white-color);
    border-radius: 5px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.ma-choose-box > img {
    max-width: 90px;
    height: 80px;
    object-fit: contain;
    position: absolute;
    top: 20px;
    right: -35px;
    opacity: 0.5;
}
.ma-choose-box span {
    height: 70px;
    width: 70px;
    background-color: var(--ma-theme-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;        
}
.ma-choose-box span img{
    max-width: 28px;
    height: 32px;
    object-fit: contain;
}
.ma-choose-box h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--ma-text-color);
    text-transform: capitalize;
    padding-top: 15px;
}
/* why choose us section css end */

/* counter section css start */
.ma-counter-wrapper {
    background-color: var(--ma-white-color);
    width: 100%;
    padding: 80px 0;
}
.ma-counter-parent {    
    text-align: center;    
}
.ma-count > span {
    width: 100px;
    height: 100px;
    background: var(--ma-theme-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.ma-count > span img{
    max-width: 54px;
    height: 54px;
    object-fit: contain;    
}
.counting {
    font-size: 50px;
    color: var(--ma-heading-color);
    font-weight: 900;
}
.ma-count-heading h5 {
    font-size: 20px;
    color: var(--ma-text-color);
    font-weight: 600;
    text-transform: capitalize;
}
.ma-count:hover span{
    transform: translateY(-10px);
}
/* counter section css end */

/* client section css start */
.ma-client-wrapper{
    padding: 80px 0;
    background-image:linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(../images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
}
.ma-client-heading .ma-heading {
    color: var(--ma-white-color);
    text-align: left;
    max-width: 600px;
}
.ma-client-heading p {
    font-size: 16px;
    font-weight: 500;
    color: var(--ma-white-color);
    max-width: 390px;
    width: 100%;
    padding-top: 20px;
}
.ma-client-box {
    background-color: var(--ma-white-color);
    border-radius: 20px;
    padding: 50px 30px 45px 40px;
    margin-top: 40px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.ma-client-heading {    
    padding-bottom: 20px;
}
.ma-client-heading .ma-top-heading {
    text-align: left;
}
.ma-client-box-inner .ma-client-heading {
    display: flex;
    align-items: center;
}
.ma-client-name{
    margin-left: 20px;
}
.ma-client-name h6 {
    font-size: 20px;
    font-weight: 800;
    color: var(--ma-heading-color);
    transition: all 0.3s ease-in-out; 
}
.ma-client-name p {
    font-size: 16px;
    font-weight: 600;
    color: var(--ma-theme-color);
    padding-top: 0;
}
.ma-client-text .ma-paragraph {
    font-size: 16px;
    color: var(--ma-grey-color);    
    transition: all 0.3s ease-in-out;
}
.ma-qoute-img {
    position: absolute;
    top: -15px;
    right: 20px;
}
.ma-qoute-img span img {
    max-width: 50px;
    height: 40px;
    object-fit: contain;
}
.ma-client-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: contain;
    background: var(--ma-theme-color);
    padding: 1px;
}
.ma-client-wrapper .swiper-container {
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.ma-client-wrapper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: var(--ma-grey-color);
    opacity: 0.5;
}
.ma-client-wrapper .swiper-pagination-bullet-active {
    background-color: var(--ma-white-color);
    opacity: 1;
}
.ma-client-wrapper .swiper-slide{
    transition: all 0.3s ease-in-out;
}
.ma-client-wrapper .swiper-slide:hover .ma-client-box{
    box-shadow:1.5px 3.99px 27px 0px rgb(0 0 0 / 10%);
}
/* client section css end */

/* project section css start */
.ma-project-wrapper {
    padding: 80px 0;
    background-color: #f1fffd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.ma-project-wrapper .ma-activity-heading { 
    max-width: 370px;
}
.ma-project-box {
    background: var(--ma-white-color);
    border-radius: 25px;
    text-align: center;
    border: 1px solid #ededed;
    padding: 30px;
    transition: all 0.3s;
}
.ma-project-box:hover{
    transform: translateY(-10px);
}
.ma-project-img img {
    max-width: 64px;
    height: 64px;
    object-fit: contain;
}
.ma-project-content h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--ma-text-color);
    text-transform: capitalize;
    padding: 18px 0 10px 0;
    transition: all 0.3s;
}
.ma-project-box:hover .ma-project-content h4{
    color: var(--ma-theme-color);
}
.ma-project-content p {
    padding-bottom: 10px;
    color: var(--ma-grey-color);
}
/* project section css end */

/* blog section css start */
.ma-blog-wrapper{
    padding: 80px 0 0 0;
    background-color: var(--ma-white-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.ma-blog-heading {
    padding-bottom: 50px;
    max-width: 500px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.ma-blog-heading .ma-paragraph{
    margin-left: auto;
    color: var(--ma-theme-color);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.ma-blog-heading img {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
    margin: 2px 0 0 5px;
}
.ma-blog-heading .ma-paragraph:hover{
    letter-spacing: 2px;
}
.ma-blog-content{
    position: relative;
}
.ma-blog-box {
    background: var(--ma-white-color);
    border-radius: 25px;
    border: 1px solid #ededed;
    padding: 20px;    
}
.ma-blog-img {
    overflow: hidden;    
    border-radius: 15px
}
.ma-blog-img img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;    
}
.ma-blog-box:hover .ma-blog-img img{
    transform: scale(1.2)rotate(5deg);
}
.ma-blog-content>img {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
}
.ma-blog-content h4 {
    font-size: 20px;
    color: var(--ma-heading-color);
    font-weight: 800;
    text-transform: capitalize;     
}
.ma-blog-content .ma-paragraph {
    color: var(--ma-grey-color);
    margin: 5px 0 15px 0;
}
.ma-blog-footer {
    display: inline-flex;
    align-items: center;
    padding: 15px 0 10px 0px;
}
.ma-blog-footer-info:last-child {
    margin-left: 20px;
}
.ma-blog-footer-info a {
    font-size: 16px;
    font-weight: 600;    
    color: var(--ma-theme-color);
    display: flex;
    align-items: center;
    gap: 5px;
}
.ma-blog-footer-info img {    
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.ma-readmore {
    font-size: 16px;
    font-weight: 600;
    color: var(--ma-theme-color);
    text-transform: capitalize;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.ma-readmore:hover{
    color: var(--ma-theme-color);
    letter-spacing: 1px;
}
.ma-more img {
    width: 17px;
    height: 10px;
    object-fit: contain;
}
/* blog section css end */
/* footer section css start */
.ma-footer-wrapper {
    padding: 180px 0 80px 0;
    background-color: var(--ma-heading-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.ma-footer-logo img {
    max-width: 201px;
    height: 41px;
    object-fit: contain;
}
.ma-footer-text .ma-paragraph {
    color: var(--ma-white-color);
    margin: 20px 0 10px 0;
    font-weight: 300;
}
.ma-footer-text a{
    font-size: 16px;
    font-weight: 400;
    color: var(--ma-white-color);
    transition: all 0.3s ease-in-out;
}
.ma-footer-icon ul{
    margin-top: 25px;
    text-align: left;    
    display: flex;
    align-items: center;
    gap: 10px;
}
.ma-footer-icon ul li a {
    width: 44px;
    height: 44px;
    color: var(--ma-white-color);
    background-color: var(--ma-theme-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.ma-footer-icon ul li a:hover{
    background-color: var(--ma-theme-color);    
    color: var(--ma-white-color);    
    transform: translateY(-5px);
}
.ma-footer-icon ul li a img {
    max-width: 19px;
    height: 16px;
    object-fit: contain;
}
.ma-footer-linma-heading .ma-heading {
    text-align: left;
    color: var(--ma-white-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 36px;
    position: relative;
}
.ma-footer-link ul li{    
    margin-bottom: 10px;
}
.ma-footer-link ul li a {
    color: var(--ma-white-color);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.ma-footer-link ul li a:hover{
    color: var(--ma-theme-color);
}
.ma-footer-link ul li img {
    margin: -2px 10px 0 0;
    max-width: 15px;
    height: 15px;
    object-fit: contain;
}                       
.ma-footer-form{
    margin-top: 10px;
}
.ma-footer-form input {
    height: 50px;
    width: 100%;
    background-color: var(--ma-white-color);    
    border-radius: 5px;
    color: var(--ma-text-color); 
    font-weight: 400;
    border: none;
    padding: 0 20px;
    margin-bottom: 15px;
}
.ma-footer-form input::placeholder{
    font-size: 14px;
    color: var(--ma-text-color); 
    font-weight: 400;
}
.ma-footer-form .ma-btn {
    width: 100%;    
}
/* footer section css end */
/* copyright section css start */
.ma-copyright-wrapper {
    background-color: var(--ma-text-color);
}
.ma-copyright-wrapper p {
    font-size: 16px;
    color: var(--ma-white-color);
    font-weight: 400;    
    text-align: center;
    padding: 15px 0;
}
.ma-copyright-wrapper a{
    color: var(--ma-theme-color);
    font-weight: 500;
}
/* copyright section css end */
/* swiper slider */
.ma-client-wrapper .swiper-pointer-events, .ma-partner-wrapper .swiper-pointer-events{
    touch-action: pan-y;
    overflow: hidden;
    position: relative;
}
/* swiper slider */

/* Responsive CSS Start */
@media(min-width:992px){
    .ma-header-wrapper.ma-header-fixed {
        position: fixed;    
        box-shadow: 0 0 25px 0 rgba(0,0,0,0.08);
        transition: all 0.7s ease-in-out;
        -webkit-animation: slideInDown .7s;
        -moz-animation: slideInDown 0.7s;
        -ms-animation: slideInDown 0.7s;
        -o-animation: slideInDown 0.7s;
        animation: slideInDown 0.7s;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }
}
@media(max-width:1600px){
    .ma-choose-img {
        margin-left: -225px;
    }
}
@media(max-width:1440px){
    .ma-banner-left h1 {
        font-size: 50px;
    }
}
@media(max-width:1199px){        
    .ma-navbar-menu ul li{
        margin-right: 30px;
    }    
    .ma-banner-right {     
        padding: 0px 0 0 0;
    }
    .ma-banner-right img, .ma-about-left-img img {
        max-width: 450px;
        height: auto;
    }    
    .ma-about-left-img{
        text-align: center;
    }    
    .ma-blog-footer span:nth-child(2) {
        margin-left: 10px;
    }
    .ma-blog-footer span svg {
        margin-right: 2px;
    }
    .ma-client-box:after{
        max-width: 400px;
    }
    .ma-choose-img {
        margin-left: -125px;
    }    
    .ma-banner-left h1 {
        font-size: 40px;
    }
    .ma-activity-box {
        padding: 15px;    
    }
    .ma-blog-box {
        padding: 15px;
    }
    .ma-partner-wrapper {
        max-width: 100%;
        border-radius:0;
        position: unset;
    }
    .ma-blog-wrapper, .ma-footer-wrapper {
        padding: 80px 0;        
    }
    .ma-banner-left {
        max-width: 800px;        
    }
    .ma-header-wrapper {
        max-width: 1100px;
    }
    .ma-banner-right span {
        max-width: 700px;
        height: 700px;
    }
    .ma-banner-right span::after {
        max-width: 500px;
        height: 500px;
    }
    .ma-banner-right span::before {
        max-width: 600px;
        height: 600px;
    }
}

@media(max-width:991px){
    .ma-header-right {
        max-width: 200px;
        width: 100%;
    }
    .ma-banner-wrapper .row {
        flex-direction: column-reverse;
    }
    .ma-banner-wrapper {
        padding: 140px 0 0 0;
    }
    .ma-banne-right {
        margin-top: 30px;
    }
    .ma-navbar-menu .responsive-logo a img{
        display: block;
    }
    .ma-toggle-btn {
        display: block;
        position: absolute;
        right: 10px;
        top: 23px;
        cursor: pointer;
    }
    .ma-brand-logo { 
        width: 100%;
        padding: 15px;
        border-radius: 5px;
        position: relative;
    }    
    .ma-header-parent {      
        background: none;
    }
    .ma-navbar-menu ul {
        position: fixed;
        top: 0px;
        left: -260px;
        width: 260px;
        height: 100%;
        background-color: var(--ma-white-color);
        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
        transition: all 0.3s ease-in-out;
        padding: 20px 0 20px 30px;
        z-index: 99;
    }
    .ma-navbar-menu ul li{
        display: block;        
        padding: 0 0 10px 10px;
    }
    .ma-navbar-menu ul li a{
        padding: 10px 0;
    }
    .ma-toggle-btn span {
        width: 30px;
        height: 4px;
        background-color: var(--ma-theme-color);
        margin-bottom: 5px;
        display: block;
        margin-left: auto;                
        transition: all 0.3s ease-in-out;
    }
    .menu-open .ma-toggle-btn > span:nth-child(2) {
        transform: translateX(20px);
        visibility: hidden;
        opacity: 0;
    }
    .menu-open .ma-toggle-btn > span:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 4px 4px;
    }
    .menu-open .ma-toggle-btn > span:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 4px -1px;
    } 
    .menu-open .ma-navbar-menu ul {
        left: 0;
    }
    .ma-banner-left h1 {     
        max-width: 500px;
    }        
    .ma-banner-left, .ma-banner-left h4 {
        text-align: center;
    }
    .ma-banner-left p {
        margin: 15px auto 0;
    }
    .ma-banner-btn {
        margin-top: 20px;
    }
    .ma-banner-btn .ma-btn {
        min-width: 150px;
        font-size: 15px;
    }    
    .ma-banner-left h1 {
        max-width: 600px;
        margin: auto;
    }
    .ma-banner-right {     
        text-align: center;
    }
    .counting {
        font-size: 30px;
    }    
    .ma-about-right .ma-dark-btn{
        margin: auto;
    }
    .single-content {
        flex: 0 0 33.33%;
        max-width: 33.33%;        
    }       
    .ma-count-heading h5 {
        font-size: 16px;
    }
    .ma-client-box:after{
        display: none;
    }
    .ma-footer-link-parent, .ma-footer-last-parent {
        margin-top: 30px;
    }    
    .ma-team-img img {        
        max-width: 100%;
        height: auto;
    }
    .ma-banne-right img {
        max-width: 100%;
        height: auto;     
    }
    .counting {
        margin-top: 0;
    }
    .ma-menu-right {
        text-align: center;
    }
    .ma-service-img {     
        text-align: center;
    }
    .ma-service-img img {
        max-width: 100%;     
    }
    .ma-count > span {
        width: 70px;
        height: 70px;
    }
    .ma-count > span img {
        max-width: 35px;
        height: 35px;     
    }
    .ma-choose-img {
        margin-left: 0;
    }
    .ma-choose-img img {
        width: 100%;
        height: auto;
    }    
    .ma-choose-box h4 {
        font-size: 18px;
    }   
    .ma-header-wrapper {
        max-width: 900px;
        padding: 0;
    }
}

@media(max-width:767px){    
    .single-content {
        flex: 0 0 50%;
        max-width: 50%;        
    }     
    .ma-about-left-img img {
        max-width: 350px;     
    }
    .ma-choose-box {
        max-width: 300px;
        margin: auto;
    }
    .ma-choose-heading .ma-top-heading, .ma-choose-heading .ma-heading {
        text-align: center;
    }
    .ma-footer-linma-heading .ma-heading {
        margin-bottom: 15px;        
    }
    .ma-footer-link ul li {
        margin-bottom: 5px;
    }
    .ma-header-wrapper {
        max-width: 600px;        
    }
    .ma-banner-right span {     
        display: none;
    }
    .ma-banner-right img{
        max-width: 350px;        
    }
}
@media(max-width:575px){        
    .ma-banner-left h4 {
        font-size: 14px;
        max-width: 425px;
    }
    .ma-banner-left h1 {
        font-size: 30px;     
    }
    .ma-banner-left p {
        font-size: 13px;
        line-height: normal;     
    }
    .ma-banner-right img {
        max-width: 350px;
    }
    .ma-banner-btn{
        display: block;
    }     
    .ma-about-left-img img {
        width: 100%;
        height: auto;
    }
    .ma-header-right {     
        display: none;
    }
    .ma-toggle-btn {
        right: 15px;
    }
    .ma-about-left-img {
        margin-top: 30px;
    }
}
@media(max-width:480px){
    .ma-about-right .ma-paragraph {     
        margin: 20px 0 20px 0;
    }
    .ma-banner-left h1 {
        font-size: 25px;
    }
    .ma-banner-left p {
        margin: 10px auto 0;
    }
    .ma-banner-wrapper {
        padding: 100px 0 0 0;
    }
    .ma-heading, .ma-work-wrapper .ma-heading {        
        font-size: 25px;     
    }
    .ma-paragraph {
        font-size: 14px;        
    }
    .ma-activity-wrapper, .ma-about-wrapper, .ma-choose-wrapper, .ma-counter-wrapper, .ma-work-wrapper, .ma-gallery-wrapper, .ma-blog-wrapper, .ma-client-wrapper, .ma-partner-wrapper .swiper-container, .ma-menu-wrapper, .ma-footer-wrapper, .ma-cta-wrapper  {
        padding: 50px 0;     
    }
    .ma-top-heading {
        font-size: 16px;
        min-height: 30px;
        padding: 0px 15px;
        margin-bottom: 15px;
    }
    .ma-about-botm-parent .row .col-lg-6.col-md-12:last-child {
        display: none;
    }
    .ma-activity-heading, .ma-choose-heading, .ma-blog-heading{
        padding-bottom: 20px;        
    }
    .ma-activity-inner h3 {
        font-size: 18px;
        padding: 15px 0 0px 0;
    }
    .ma-activity-inner p {
        font-size: 14px;
        margin: 5px 0 0px 0;        
    }
    .ma-brand-logo a img {
        max-width: 160px;
        height: auto;        
    }
    .ma-client-box {
        padding: 30px 15px 20px 20px;
        margin-top: 20px;
    }
    .ma-client-text .ma-paragraph {
        font-size: 14px;
    }
    .ma-client-name h6 {
        font-size: 18px;
    }
    .ma-client-name p {
        font-size: 15px;
    }
    .ma-client-name {
        margin-left: 10px;
    }
    .ma-client-img img {
        width: 60px;
        height: 60px;     
    }
    .ma-copyright-wrapper p {
        font-size: 14px;
        padding: 10px 0;
    }
    .ma-footer-linma-heading .ma-heading {
        font-size: 18px;        
    }
    .ma-footer-link ul li {
        margin-bottom: 0px;        
    }
    .ma-footer-link ul li a{
        font-size: 14px;
    }
    .ma-header-wrapper {
        max-width: 400px;
        top: 10px;
    }
}
@media(max-width:425px){            
    .ma-activity-heading {
        padding-bottom: 30px;     
    }    
    .ma-blog-heading .ma-heading{
        font-size: 22px;
    }
    .ma-blog-heading .ma-paragraph{
        font-size: 14px;
    }
    .ma-partner-heading .ma-heading {
        font-size: 17px;
    }    
    .ma-client-box{
        margin-top: 20px;
    }    
    .ma-client-wrapper .swiper-container {
        padding-bottom: 60px;
    }
    .ma-partner-wrapper .swiper-slide {
        margin-top: 12px;
    }
    .ma-menu-list {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .ma-menu-list .ma-menu-img img {
        margin-right: 0;
    }
    .ma-menu-content {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }    
    .ma-cta-heading .ma-heading {
        font-size: 25px;     
    }
    .ma-client-box {
        padding: 30px 20px 25px 20px;
    }
}
@media(max-width:375px){    
    .single-content {
        flex: 0 0 100%;
        max-width: 100%;        
    }    
    .ma-gallery-img{
        margin-left: 15px;
    }       
    .ma-main-btn {
        flex-direction: column;
    }
    .ma-main-btn a:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .ma-banner-left {     
        text-align: center;
    }
}
/* Responsive CSS End */