*{
	padding: 0px;
	margin: 0;
}
@font-face {
  font-family:'Bahij';
  src: url(../fonts/Bahij.ttf);
}
 @font-face {
    font-family: 'fw-t';
    src: url(../fonts/Fieldwork11-HumRegular.otf);

 }
  @font-face {
    font-family: 'fw-thin';
    src: url(../fonts/fieldwork-thin.otf);

 }
.first{
  position: relative;
width: 100%;
background: #260F28;

}

 :root {
        --code-color: darkred;
        --code-bg-color: #aaaaaa;
        --code-font-size: 14px;
        --code-line-height: 1.4;
        --scroll-bar-color: #4B162B;
        --scroll-bar-bg-color:#260F28;
    }

  
 

    ::-webkit-scrollbar-corner { background: rgba(0,0,0,0.5); }

    * {
        scrollbar-width: thin;
        scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
    }

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    *::-webkit-scrollbar-track {
        background: var(--scroll-bar-bg-color);
        border-radius: 20px;}

    *::-webkit-scrollbar-thumb {
        background-color: var(--scroll-bar-color);
        border-radius: 20px;
        border: 0px solid var(--scroll-bar-bg-color);
    }

.bahij{
    font-family: bahij,sans-serif;
}
.fw-t{
    font-family: 'fw-t';
    font-weight: 400;
}
.fw-thin{
font-family: 'fw-thin';
}
/***********************
  backgroung GRADIENTS
 ***********************/
.div1{
position: absolute;
width: 20%;
height: 900px;
right: 0;
top: -258px;
background: linear-gradient(180deg, #E83338 0%, rgba(217, 217, 217, 0) 100%);
opacity: 0.5;
filter: blur(140px);

}
.div2{
position: absolute;
width: 25%;
height: 600px;
left: 0;
top: -258px;
background: linear-gradient(60deg, #E83338 0%, rgba(217, 217, 217, 0) 100%);
opacity: 0.5;
filter: blur(140px);}


/***********************
       NAVBAR START
 ***********************/
.navbar{
padding: 10px 0px;
}
.logo-meraki{
    width: 250px;
}

.nav-ul li{
	padding-right:10px;
padding-left: 10px;
font-weight: 500;	
position: relative;
transition: 0.5s;
}
.nav-ul>li>a:before {
    content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    bottom: 0px;
    left: 17;
    background-color:#E83338 ;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.nav-ul li a:hover:before{
    visibility: visible;
    width: 70%;
}
.nav-ul li a:focus:before{
    visibility: visible;
    width: 70%;
}
.nav-ul li a:active:before{
    visibility: visible;
    width: 70%;
}
.nav-ul li a:hover{
    color:#E83338!important;
    transition: all 0.4s;
}

.lbtn li
{
    display:inline-block;
    cursor:pointer;
    font-family: 'fw-t';
   
    color: rgba(255, 255, 255, 0.6);
  padding-right:10px;
padding-left: 10px;
font-weight: 500;   

transition: 0.5s;   
   
}
.lbtn:hover{
    color:#E83338;

}
.divMenuWrapper1
{
    height: 25px;
    width: 115px;
}

.file_menu 
{
    display:none;
    width:250px;
    
    position:relative;
    z-index:100000;

}

.file_menu div 
{
    background-color: #49162B;
    font-size:15px;
    opacity:0.85; 
}


.file_menu div a 
{
    color: white;
     
font-family: 'fw-t';
    text-decoration:none; 
    padding:10px 10px; 
   text-transform: capitalize;
    display:block;

}

.file_menu div a:hover 
{
    padding:10px 10px;
   
    text-decoration:none;
    color:#E83338 ;
}

.navbar-toggler-icon{
    outline: none;
    border: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    border: none;
    border-radius: 0;
}
.btn{
    box-shadow: none;
}
.nav-icon{
    color:#fff; font-size:28px;
}
/***********************
       NAVBAR END
 ***********************/


/***********************
 CENTER CONTENT start
 ***********************/
section{
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
         }
         .container{
    max-width: 1100px;
    padding-right: 0;
    padding-left: 0;
}

.we-margin{
    margin-top: 80px;
}
.heading{
 
font-size: 51px;
font-weight: 700;
margin-bottom: 20px;
letter-spacing: 0px;
text-align: left;

}

.we-are-digital p{
    text-align: justify;
    font-size: 17px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
}
.btn1 {
 height: 52px;
width: 172px;
border-radius: 6px;
padding: 10px 28px ;
background: #E83338;
color: #fff;
font-size: 18px;
border: none;
font-weight: 600;
transition: 0.5s;
margin-right: 5px;

}
.btn1 a{
    text-decoration: none;
}
.btn1:hover{
background-color: #e74a4a;}

.btn2 {
    margin-left: 5px;
	height: 52px;
width: 172px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 10px 28px;
  font-size: 18px;
border-radius: 6px;
font-weight: 600;
transition: 0.5s;

}
.btn2 a{
    text-decoration: none;
}
.btn2:hover{
	border: 1px solid #fff;
  background-color: #fff;
}
.btn2:hover a{
    color: black!important;
    font-weight: 600;
}

.client{
    
  font-size: 40px;
  font-weight: bold;
  background: -webkit-linear-gradient(180deg, #FD5036 0%, #DA0C30 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.outer{
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow:  0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
    background-color: #fff;
    position: relative;
}
.outer i{
    color: #E83338;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 15px;
}
.outer i:hover{
    color:#FD5036 ;
}

.discover button a{
    text-decoration: none!important;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
    
}
.discover a:hover{
    color: #E83338;
}
.btn-discover{
    border: none;
    background: transparent;
    padding-left: 10px;
}
/***********************
    VALUES SECTION start
 ***********************/
.value h3{
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
}
.value p {
    margin-top: 0;
    margin-bottom:3rem;
    font-size: 16px;
    color:  rgba(255, 255, 255, 0.75);
   
}
.icon-shadow i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 25px;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    line-height: 0;
    box-shadow: 0px 8px 18px -8px #E83338;
    background-color:  #E83338;
    transition: 0.3s;
}
.icon-shadow h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;}

.icon-shadow h4{
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
    }
    .icon-shadow p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    margin-bottom: 0;

}

.icon-shadow:hover i {
    background-color: #E83338;
    color: #fff;
}
.icon-shadow:hover h4 {
    color: #E83338;
    
}
.hr{
    color: #cccccc;
    margin: 7px 0 0px;
    width: 98%;
}
.green i{
  
  background: #96D25F;

}
.green:hover i{
  color: #fff;
  background: #96D25F;

}
.green:hover h4{
    color:#96D25F ;
}
.yellow i{
    background: #D29E00;

}
.yellow:hover i{
  color: #fff;
   background: #D29E00;

}
.yellow:hover h4{
    color:#D29E00 ;
}
.purple i{
    background: #BE37F3;
}
.purple i img{
    width: 35px;
    height: 35px;
}
.purple:hover i{
  color: #fff;
   background:#BE37F3;

}
.purple:hover a{
    color:#BE37F3 ;
}
.ellipse{
    position: absolute;
    right: 0;
    top: 45%;
    height: 100px;
}
/***********************
    VALUES SECTION END
 ***********************/

 /***********************
      SERVICES SECTION START
 ***********************/
.second{
  position: relative;
width: 100%;
background: #281029;

}
.service-h3{
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 1px;
}

.service p {
  
    font-size: 16px;
    color:  rgba(255, 255, 255, 0.75);

}
.see{
    font-size: 16px;
    color:  rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-weight: 400;
}
.btn2:hover .see{
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.service-card-1{
    background: linear-gradient(356.06deg, rgba(190, 55, 243, 0) -3%, rgba(183, 0, 255, 0.0638542) 60.61%, 
        rgba(190, 55, 243, 0.1) 96.61%);
    padding: 35px 20px;
}
.service-card-1 h4{
    font-size: 18px;
    margin-bottom: 0;
}
.service-card-1 i{
    font-size: 19px;
}
.service-card-1 i:hover{
    color: #E83338;
}
.service-card-1 p{
     font-size: 14px;
    color:  rgba(255, 255, 255, 0.75);
    margin-top: 17px;
}
.service-purple{
    position: absolute;
    left: 9%;
    top: -12%;

}
.service-purple i{

     background: #BE37F3;
    box-shadow: 0px 8px 18px -8px #BE37F3;
}
.service-purple i img{
    height: 30px;
    width: 30px;

}
.service-purple:hover i{
    background: #BE37F3;
}

.service-card-2{
   background: linear-gradient(356.06deg, rgba(150, 210, 95, 0) -3%, rgba(150, 210, 95, 0.1) 96.61%);
    padding: 35px 20px;
}
.service-card-2 h6{
    font-size: 18px;
    margin-bottom: 0;
}
.service-card-2 i{
    font-size: 19px;
}
.service-card-2 i:hover{
    color: #E83338;
}
.service-card-2 p{
     font-size: 14px;
    color:  rgba(255, 255, 255, 0.75);
    margin-top: 17px;
}
.service-green{
    position: absolute;
    left: 9%;
    top: -12%;

}
.service-green i{

 
    background: #96D25F;
box-shadow: 0px 8px 18px -8px #96D25F;
}
.service-green i img{
    height: 30px;
    width: 30px;

}
.service-green:hover i{
    background: #96D25F;;
}

.service-card-3{
  background: linear-gradient(356.06deg, rgba(210, 158, 0, 0) -3%, rgba(210, 158, 0, 0.1) 96.61%);
    padding: 35px 20px;
}
.service-card-3 h6{
    font-size: 18px;
    margin-bottom: 0;
}
.service-card-3 i{
    font-size: 19px;
}
.service-card-3 i:hover{
    color: #E83338;
}
.service-card-3 p{
     font-size: 14px;
    color:  rgba(255, 255, 255, 0.75);
    margin-top: 17px;
}
.service-yellow{
    position: absolute;
    left: 9%;
    top: -12%;

}
.service-yellow i{

 
    background: #D29E00;
box-shadow: 0px 8px 18px -8px #D29E00;
}
.service-yellow i img{
    height: 30px;
    width: 30px;

}
.service-yellow:hover i{
    background: #D29E00;

}

.ellipse-749{
    position: absolute;
    left: 0;
      width: 214px;
    height: 264px;
    top: -173px;
}
.ellipse-750{
    position: absolute;
    right: 0;
       width: 118px;
    height: 251px;
    bottom: 0;
}
.image-right{
    display: none;
}


/***********************
     EMAIL SECTION START
 ***********************/
 .bg{
    background: #E83338;
border-radius: 8px;
height: 350px;
 }
.email-center-content{
   position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; /** Y-axis align **/
  justify-content: center;
  flex-direction: column;
     z-index: 2;
}
.email-para{
    font-size: 24px;
    color: white;
}
.email-heading{
    text-decoration: none;
    font-size: 40px;
    color: white;
}
.email-heading a{
    text-decoration: none;
}
.email-btn button{
    padding: 20px 70px;
    font-size: 35px;
    font-weight: 600;
    color: #33354D;
}
.email-btn button a{
      font-size: 35px;
    font-weight: 600;
    color: #33354D;
    text-decoration: none;
}
.vector-img{
    height: 100%;
     width: 50%; 
    position: absolute;
     left: 45%;
     bottom: 0;
}

  /***********************
         FOOTER
 ***********************/ 
 .footer-para{
    font-size: 14px;
     color: rgba(255, 255, 255, 0.75);
     line-height: 1.7;


 }
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .bi {
  position: absolute;
  padding: 16px 12px;
  font-size: 17px;
  pointer-events: none;
  color:rgba(255, 255, 255, 0.2);

}

/* align icon */
.left-addon .bi  { left:  0px;}


/* add padding  */
.left-addon input  { padding-left:  30px; }


.subscribe input[type=text] {
      padding: 10px 39px;
  font-size: 18px;
  float: left;
  width: 70%;
  color: white!important;
  font-weight: 400;
font-family: var(--font-text);
border-radius: 6px 0 0 6px;
    text-align: left;
    background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.2);
outline: 0;

}

.subscribe button {
  float: left;
  width: 30%; 
  border-left: none;
  cursor: pointer;
  border: 1px solid transparent;
    border-radius: 0 6px 6px 0px;
    padding: 10px 18px;
  background-color: #E83338;

  cursor: pointer;
}
.subscribe a{
   color: white!important; 
 
    white-space: normal;
   text-decoration: none;
   font-size: 18px;
}


.subscribe button:hover {

  background-color:#e74a4a;
  }

  .list{
   
    color: white;
    list-style: none;
  }
  .terms{
    margin-top: 108px;
  }
  .list{
    
  }
  .list a{
    text-decoration: none;
    color: white;
font-size: 14px;
position: relative;


  }
.list li{
    padding: 6px 0;
}

.list>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: ;
    background-color:#E83338 ;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.list li a:hover:before{
    visibility: visible;
    width: 100%;
}
.icon{
    color: #E83338;
    padding-right: 5px;
}
.contact-head{
    margin-top: 5px;
}
.contact-para{
    padding-right: 40px;
}
.add{
    color: #f1f1f1;
    font-size: 13px;
    padding-left: 5px;
    letter-spacing: 1;

}
.contact-para a{
    color: #f1f1f1;
    font-size: 13px;
    padding-left: 5px;
    text-decoration: none;

    

}


.ellipse-751{
     position: absolute;
    left: 15;
    bottom: 25%;
    height: 100px;
}
 





/***********************
   ABOUT PAGE START
 ***********************/


/***********************
   CENETR SECTION START
 ***********************/
.ellipse-752{
      position: absolute;
    left: 0;
    top: 5%;
   width: 150px;
}
.vision-cf{
  
    
  background-image: linear-gradient(180deg,  #381229, #260F28);
   

}
.vision-f{
    background-color:#260F28 ;
}
.home{
   
    z-index: 2;

}
.home a{
 font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    padding-left: 10px;
}
.about-row{
    margin-top: -18px;
}
.about-text{
    color:  #E83338!important;
}
.about-icon{
    font-size: 14px;
    padding-right: 10px;
}
.about-text:hover{
    color: white!important;
}

.about-numbers{
    width: 169px; height: 112px;
}
.about-meraki p{
   
    text-align: left;
    font-size: 15px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;

}
.vision{
    padding-left: 0px;
}
.vision-h3{
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin-bottom: 7px;
    padding-bottom: 15px;
}
.vision-p{
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    line-height: 1.7;
}
.vision-section{
    padding-top: 50px!important;
}
/***********************
      MISION START
 ***********************/ 
.ellipse-1{
    position: absolute;
    right: 1%;
}
.ellipse-2{
    position: absolute;
 height: 240px;
    left: -5%;
}
.section-no-padding{
    padding: 0;
}
/***********************
      paragraph START
 ***********************/
.paragraph{
    color: white;
    font-size: 25px;
    padding-left: 0important;
    padding-right: 0!important;

}
.paragraph-h3{
    color:  #E53940;
    font-size: 23px;
    font-weight: bold;
}
.ellipse-3{
    position: absolute;
 height: 240px;
    left: 0;
  bottom: 8%;
}
.ellipse-4{
    position: absolute;
 height: 240px;
   right: 0;
   top: -36%;
  }
 /***********************
  SERVICES SECTION
 ***********************/ 

.icon-social  {
    color: white;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    line-height: 0;
    background-color:  rgba(255, 255, 255, 0.05);
    transition: 0.3s;
    position: relative;
}
.facebook:hover .icon-social {
    background-color: #3B5998;
}
.facebook:hover a{
    color:#3B5998 ;
}

.insta:hover .icon-social{
background-color: #125688;
}
.insta:hover a{
    color:#125688 ;
}
.twitter:hover .icon-social{
    background-color: #55ACEE;
}
.twitter:hover a{
    color: #55ACEE;
}
.vimeo:hover .icon-social{
    background: #45bbff;
}
.vimeo:hover a{
    color:  #45bbff;
}
.social-img{
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(50%, -50%);
}

    .icon-social-a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    text-decoration: none;

}
.border-right{

border-right: 1px solid #cccc;
}


.btn-danger{
    background:rgba(255, 255, 255, 0.05)!important;
    border: none;
    margin-right: 10px;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;

}
.ServiceNav .btn{
    width: max-content!important;
}
.nav-tabs{
    display: inline-flex;
    overflow-x: auto;
    width: 100%;
     border: none;
}
.nav-btn button:hover,
.nav-btn button.active { background-color: #E73338!important; }
.nav-btn{
    z-index: 100;

}
/***********************
      DIGITAL START
 ***********************/
.digital-container{
    background-color: #2F1931;
height: auto!important;
   
}
.figure-img{
    max-width: 200px;
    height: 200px;
}

.digital-h3{
      font-size: 32px;
    font-weight: 600;
    color: white;
    
    margin-bottom: 35px;
   
}
.digital-col{
    padding-left: 70px;

    
}
.digital-p{
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    text-align: left;
}
.digital-ul {
  display: flex;
  justify-content: start;
align-items: center;
margin-bottom: 18px;
  /* Remove default bullets */
}
.digital-ul p{
    font-size: 15px;
    color: #FFFFFFBF;
    font-weight: 500;
    font-family: fw-thin;
}

.digital-ul li::before {
    content:".";
    font-size:105px;
   display: inline-block;
   line-height: 0;
   color:#E73338 ;
    
}



/***********************
  CONTACT SECTION
 ***********************/
.lets-talk-col{
    z-index: 100;
}
 .contact-info{
    color: #FFFFFFB2;
font-size: 16px;
 }
 .form {
  color: white;
    background-image: linear-gradient(180deg, #872a38, rgba(217, 217, 217, 0));
    padding: 30px;
    height: 100%;

}



.user-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 100;
}
.input-box{
width: calc(100% / 2 - 6px);

}
.input-box1{
width: calc(100% / 2 - 6px);

} 
.form input {
    height: 38px;
    width: 100%;
    margin-bottom: 20px;
    background-color: rgba(252, 252, 252, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: white!important;
}
.form input:focus{
    background-color: rgba(252, 252, 252, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: none;
    color: white!important;
}
.form select{
    height: 38px;
    width: 100%;
    margin-bottom: 20px;
        background-color: rgba(252, 252, 252, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18)!important;
    font-size: 14px;
    color: white!important;
}
option{
    color: white;
    background-color: #49162B;
    border: 1px solid #49162B;

}
.form select:focus{
    background-color: rgba(252, 252, 252, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: none;
}
.form textarea{
    height: 38px;
    width: 100%;
    margin-bottom: 20px;
        background-color: rgba(252, 252, 252, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: white;
}
.form textarea:focus{
    background-color: rgba(252, 252, 252, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: none;
}
.form label{
    margin-bottom: 3px;
}
.ellipse-5{
    left: 0;
    position: absolute;
    bottom:0;
    height: 240px;
}
.float{
    display: none;
}
/***********************
TERMS & CONDITIONS  START
 ***********************/
.terms-para p{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
}
.terms-para h3{
    padding-bottom: 10px;
}
.terms-para a{
    text-decoration: none;
    color: #E83338;
}
  /***********************
      MEDIA QUERY
 ***********************/ 
  @media only screen and  (min-width: 1500px){
    .container{
        max-width: 1400px;
    }
  }
 @media only screen and  (max-width: 1000px){
    .image-right{
        display: block;
    }
    .image-left{
        display: none;
    }
    .heading{
        font-size: 38px;
      
    }
    .btn2{
        margin-left: 0px;
    }
     .btn1{
        margin-right: 0px;
    }
     .we-margin{
        margin-top: 20px;
     }
    .float{
        display: none;
    }
    
    .outer{
        display: none;
    }
    .discover button{
        display: none;
    }
    .button{
        margin: auto;
    }
    .ellipse {
    position: absolute;
    right: 0;
    top: 39%;
    height: 94px;
}
.ellipse-749 {
    position: absolute;
    left: 0;
    width: 121px;
    height: 155px;
    top: -65px;
}
.values{
    margin: auto;
    text-align: center;
}
.values p{
    padding-right: 25px;
    padding-left: 25px;
}

.icon-shadow{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 10px;
}
.icon-shadow i{
    margin: auto;
    margin-bottom: 10px;
}
.pro{
    font-size: 27px;
    padding: 7px 24px;
}
.hr{
    width: 0;
}
.service{
    padding-right: 0;
}
.service-p-media{
    text-align: center;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;

}
.media-btn button{
    display: none;
}
.ellipse-750{
    display: none;
}
.media-col{
    padding-left: 32px;
padding-right: 32px;}
section{
    padding: 32px 0px;
    margin-top: -1px;
}
.section-no-padding{
    padding: 32px 0px;
}

.email-heading{
    font-size: 39px;
}
.terms{
    margin-top: 0!important;
}
 
.ellipse-751{
    display: none;
}
.list{
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 0;
}
.shapes-img{
    height: 100%;
}
.about-numbers{
    width: 133px;
}
.ellipse-752 {
    height: 140px;
    width: auto;
    left: -8%;
}
.vision-section{
    padding-top: 0px!important;
}

.vision{
    padding-left: 10px;
    padding-right: 10px;
}
.vision-h3{
    text-align: center;
    margin: auto;
}
.vision-p{
    text-align: center;
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.ellipse-1{
    display: none;
}
.ellipse-2{
    display: none;
}
.ellipse-3{
    height: 140px;
    bottom: 8%;
}
.ellipse-4{
    height: 140px;
top: -10%;
}
.paragraph{
    font-size: 21px;
}
.paragraph-h3{
    padding-left: 10px;
    padding-right: 10px;
}
.digital-col{
    padding-left: 0;
}
.digital-h3{
    margin-top: 50px;
    padding-left: 20px;
}
.digital-p{
    padding-left: 20px;
}
.figure-img{
    text-align: center;
}
.check-p{
    display: none;
}
.input-box1{
    width: 100%;
}
.form{
    margin-top: 40px;
}
.values-anim{
    height: 600px;
}
}
 @media only screen and  (max-width: 450px){
 
 .home-section{
    padding: 30px 0px!important;
 }
 .value-animation{
    display: none;
 }
 .values-anim{
    height: 400px;
}
.shapes-img{
    height: 100%;
}
.email-heading{
    font-size: 33px;
}
.email-para{
    font-size: 20px;
}
.media-vision-col{
    height: 400px!important;
}
.media-vision-img{
    
    left: -28px!important;
    
    top: 40px!important;
}
.media-app-col{
    height: 370!important;
}
.media-app-img{
    left: -20px!important;
    
    top: 40px!important;
}
.media-mision{
    margin-top: 25px;
}
.logo-meraki{
    width: 100px;
  }
    .logo-meraki img{
        width: 100%;

    }
    .about-row{
        margin-top: 20px;
    }
    section{
    padding: 50px 0px!important;
    margin-top: -1px;
}
.paragraph-row{
    padding-top: 100px;
    padding-bottom: 60px;
}
.paragraph{
    padding-left: 0px!important;
}
.float{
    display: flex;
    margin-bottom: 30px;

}
.list-media{
    padding-left: 50px;
}
.copyright{
    text-align: center;
}
.footer-para{
    font-size: 12px;
}
.float-not{
    display: none;
}
.subscribe button{
    padding-left: 13px;
}
.ellipse-3{
    bottom: 16%!important;
}
.slider-img{
    width: 100px!important;
}
}

 @media only screen and  (max-width: 280px){

    .btn2{
        padding: 0px 0px;
        width: 120px;
    }
    .btn1{
        padding: 0;
        font-size: 17px;
        width: 120px;
    }
    .heading{
        font-size: 32px;
    }
    .values-anim{
    height: 270px;
}
.float-not{
    display: none;
 }}
@media only screen and (max-width: 820px) and (min-width: 455px) {

  }
.media-vision-img{
    
    left: 2px!important;
    
    
}

.media-app-img{
    left: 2px!important;
    
    
}
.button{
    margin: 0;
}
section{
    margin-top: -2px;
}
.paragraph{
    padding-left: 40px;
    padding-right: 40px;
}
.ellipse-3{
    bottom: 8%;
}
.we-are-digital p{
   max-width: 500px;
}
} 