@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin: 0;
    padding: 0;
}
.myvideo {
    margin-top: 0px;
    position: relative;
  }
  .myvideo video {
    width: 100%;
    margin-top: -200px;
  }
  .top-menu {
    position: fixed;
    top:15px;
    left: 0px;
    background: transparent;
    right: 0px;
    padding-left: 80px;
    padding-right: 80px;
    margin: auto !important;
    z-index: 999;
    text-align: center;
    transition: 0.4s ease-in-out;
  }
  .myvideo h2 {display: none;}
  .myvideo::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: -7px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    opacity:1;
    transition: 1s ease-in-out;
    background:url(../imgs/video_text.png) left;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .top-menu2 {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    color: #333;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin: auto !important;
      margin-right: auto;
    z-index: 999;
    text-align: center;
    transition: 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
  }
.uptoall{
position: relative;
z-index: 999;
  }
.top-menu .nav-link:focus, .nav-link:hover {
    color:#13a4de;
  }

  .top-menu2 .navbar-expand-lg{
    width: 1300px;
    margin: auto;
  }

  .navbar-brand img {
    width: 140px;
  }

  .top-menu2 .navbar-brand img {
    width: 100px;
  }
  .nav-link {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
.top-menu2 .nav-link {
    color:#13a4de;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-transform: uppercase;
    font-weight:600;
    transition: 0.5s ease-in-out;

  }
  .top-menu .active a {
    color:#13a4de;
    position: relative;
    transition: 0.5s ease-in-out;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
  }
.top-menu2 .active a {
    color:#000;
    position: relative;
    transition: 0.5s ease-in-out;
    box-sizing: border-box;
  }
  .top-menu2 .nav-link:hover{
    color: #000;
    transition: 0.5s ease-in-out;
  }
  .top-menu   .navbar-brand img {
    display:none;
  }
  .about_sec{
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .welcome_message{
    padding-top: 50px;
  padding-left: 40px;
  }
  .welcome_message h1{
    font-family: "Poppins", sans-serif;
    font-weight:300;
    color: #333;
    font-size:20px;
  
    margin-bottom: 30px;
  }
  .welcome_message h1 span{
    font-family: "Poppins", sans-serif;
    font-weight:600;
    color:#13a4de;
    display: block;
    font-size: 55px;
  }
  .welcome_message p{font-family: "Montserrat", sans-serif;}
  .welcome_message p span{
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    font-weight:400;
    margin-bottom: 20px;
    color:#000;
  }
  .about_img img{
    width: 100%;
  }
.statistic_box{
padding: 30px;
text-align:left;
font-family: "Montserrat", sans-serif;
position: relative;
}
.statistic_box::after {
  content: "";
  height: 60px;
  width: 1px;
  background:#eee;
  display: block;
  position: absolute;
  top: 92px;
  right: 0px;
}
.statistic_box:last-child:after {
  display: none;
}
.statistic_box:nth-of-type(3){
 border-right: none;   
}
.statistic_box:nth-of-type(4){
    border-bottom: 0;   
   }
.statistic_box:nth-of-type(5){
    border-right: none;
    border-bottom: 0;   
   }
.statistic_box h3{
    font-size: 16px;
}
.statistic_box span {
  display: block;
  font-size: 60px;
  font-weight: 900;
  color: #13a4de;
  color: transparent;
  -webkit-text-stroke: 1px #13a4de;
  font-family: "Poppins", sans-serif;
}
.m_v_v{
    padding-bottom: 50px;
    padding-top: 50px;
}
.v_v_m_box{
    padding:10px 0px;
}
.v_v_m_box_pl{padding-left: 30px;}
.vission_mison{
    padding-left:40px;
    padding-right: 5px;
}
.vission_mison h2{
  font-family: "Poppins", sans-serif;
    font-weight:600;
    color:#13a4de;
    font-size:20px;
  }
  .vission_mison h2 span{
    width: 30px;
    display: block;
    height:1px;
    background: #000;
    width:25px;
    margin-top: 10px;
    margin-bottom:10px;
  }
  .vission_mison p{
    font-family: "Montserrat", sans-serif;
    font-weight:300;
    color: #333;
  }
  .vission_mison:nth-of-type(2) .v_v_m_box {
    padding-right: 30px;
}
.vission_mison:nth-of-type(2) .v_v_m_box h2 {
    color:#13a4de;
}
.sucess_width{
  width:800px;
}
.success_tittle{
  font-family: "Poppins", sans-serif;
    font-weight:600;
    color:#fff;
    font-size:30px;
    margin-bottom:80px;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
    letter-spacing: -2px;
}
.success_tittle::before {
    content: "";
    width: 25px;
    height: 1px;
    background:#13a4de;
    display:block;
    padding-right: 5px;
    margin-top: 17px;
    position: absolute;
    left:0px;
  }
.slick-prev, .slick-next{
    background: #13a4de;
    width: auto;
    height: auto;
    padding: 7px 10px;
    transition: 0.5s ease-in-out;
}
.slick-prev {
    left: -50px;
  }
.slick-next{
right: -50px;
  }
.slick-prev:hover, .slick-next:hover{
    background: #000;
    transition: 0.5s ease-in-out;
}
.timelinesection{
    padding-top:200px;
    padding-bottom:200px;
    background: url(../imgs/history.webp) ;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
/*
.timelinesection::after {
  right: 0;
  border-right: 1919px solid transparent;
}
.timelinesection::before,   .timelinesection::after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #edf1ee;
  content: "";
}
.timelinesection::before {
  left: 0;
}
*/
.timelinebox{
  padding: 40px 60px;
    margin:.5px;
    background: rgba(255,255 ,255, .5);

}
.timelinebox h3{
    font-family: "Montserrat", sans-serif;
    font-weight:600;
    color:#000;
    font-size:22px;
    text-transform: uppercase;
  }
  .timelinebox span{
    font-family: "Montserrat", sans-serif;
    font-weight:200;
    color:#000;
    font-size:50px;
    display: block;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
    letter-spacing: -1px;
  }
  .timelinebox h3 span{
    font-family: "Montserrat", sans-serif;
    font-weight:200;
    color:#000;
    font-size:40px;
    display: block;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
  }
  .timelinebox h3 span::before {
    content: "";
    width: 25px;
    height: 1px;
    background:#13a4de;
    display:block;
    padding-right: 5px;
    margin-top:25px;
    position: absolute;
    left:0px;
  }
  .timelinebox span::before {
    content: "";
    width: 25px;
    height: 1px;
    background:#13a4de;
    display:block;
    padding-right: 5px;
    margin-top:25px;
    position: absolute;
    left:0px;
  }
  .timelinebox p{
    font-family: "Montserrat", sans-serif;
    font-weight:300;
    color: #333;
  }
  .slick-current{
    background:rgba(0, 0, 0, 0.8);
    transition: 0.5s ease-in-out;
  }
  .slick-current p{
    color: #fff;
    transition: 0.8s ease-in-out;
  }
  .slick-current h3{
    font-family: "Montserrat", sans-serif;
    font-weight:600;
    color:#13a4de;
    font-size:22px;
    text-transform: uppercase;
    transition: 0.8s ease-in-out;
  }
  .slick-current span{
    color: #fff;
    transition: 0.8s ease-in-out;
  }
  .slick-current h3 span{
    color: #fff;
    transition: 0.8s ease-in-out;
  }
  .brandssec{
    padding-top: 150px;
    padding-bottom: 150px;
    background:#edf1ee;
    position: relative;
    overflow: hidden;
  }

  .brands{
    padding:20px;
  }
  .brands:last-child{
    border-left: dashed 1px #ccc;
  }
.brands ul{
display: flex;
list-style: none;
padding: 0px;
margin: 0px;
  }
  .brands ul li{
    padding:15px;
    background: #fff;
    margin-right: 5px;
  }
  .brands ul li img{
    width: 100%;
  }
  .brands  h4{
    font-family: "Poppins", sans-serif;
    font-weight:600;
    margin-bottom: 50px;
    color:#000;
    font-size:30px;
    letter-spacing: -2px;
    position: relative;
    padding-left: 30px;
  }
 
  .brands h4::before {
    content: "";
    width: 25px;
    height: 1px;
    background:#13a4de;
    display:block;
    padding-right: 5px;
    margin-top: 17px;
    position: absolute;
    left:0px;
  }

  .partnersec{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .brands{
    padding:20px;
  }
  .brands:last-child{
    border-left: double 5px #e6e6e6;
  }
.partner ul{
display: flex;
list-style: none;
padding: 0px;
margin: 0px;
flex-wrap: wrap;
  }
  .partner ul li{
    padding:0px 25px;
    border-right: solid 1px #f7f7f7;
    border-bottom: solid 1px #f7f7f7;
    width:16.666%;
  }
  .partner ul li::after {
    content: "";
    width: 15px;
    height: 15px;
    background:#eee;
    display: block;
    margin-left: -33px;
    margin-bottom: -9px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
.partner ul li:nth-of-type(31)::after {
display: none;
  }
.partner ul li:nth-of-type(32)::after {
display: none;
}
.partner ul li:nth-of-type(33)::after {
 display: none;
}
.partner ul li:nth-of-type(34)::after {
display: none;
}
  .partner ul li:nth-of-type(6){
    border-right:none;
  }
  .partner ul li:nth-of-type(12){
    border-right:none;
  }
  .partner ul li:nth-of-type(18){
    border-right:none;
  }
  .partner ul li:nth-of-type(24){
    border-right:none;
  }
  .partner ul li:nth-of-type(30){
    border-right:none;
  }
  .partner ul li:nth-of-type(34){
    border-right:none;
    border-bottom: none;
  }
  .partner ul li:nth-of-type(33){
    border-bottom: none;
  }
  .partner ul li:nth-of-type(32){
    border-bottom: none;
  }
  .partner ul li:nth-of-type(31){
    border-bottom: none;
  }
  .partner ul li img{
    width: 100%;
  }
  .partner  h4{
    font-family: "Poppins", sans-serif;
    font-weight:600;
    margin-bottom: 50px;
    color:#000;
    font-size:30px;
    letter-spacing: -2px;
    position: relative;
    padding-left: 30px;
  }
 
  .partner h4::before {
    content: "";
    width: 25px;
    height: 1px;
    background:#13a4de;
    display:block;
    padding-right: 5px;
    margin-top: 17px;
    position: absolute;
    left:0px;
  }
.befor_contact{
  padding-top:60px;
  padding-bottom:60px;
  background:#13a4de url(../imgs/befor_contact.jpg) center;
  background-size: cover;
  transition: 0.9s ease-in-out;
  background-attachment: fixed;
  -webkit-animation: flickerAnimation 2s infinite;
  -moz-animation: flickerAnimation 2s infinite;
  -o-animation: flickerAnimation 2s infinite;
  animation: flickerAnimation 2s infinite;
}

@keyframes flickerAnimation {
  0%   {  background-blend-mode: multiply;}
  25%  { background-blend-mode: color-dodge;}
  50%  { background-blend-mode: color-burn;}
  75%  { background-blend-mode: exclusion;}
  100% { background-blend-mode: difference;}
}
@-o-keyframes flickerAnimation{
    0%   {  background-blend-mode: multiply;}
  25%  { background-blend-mode: color-dodge;}
  50%  { background-blend-mode: color-burn;}
  75%  { background-blend-mode: exclusion;}
  100% { background-blend-mode: difference;}
}
@-moz-keyframes flickerAnimation{
   0%   {  background-blend-mode: multiply;}
  25%  { background-blend-mode: color-dodge;}
  50%  { background-blend-mode: color-burn;}
  75%  { background-blend-mode: exclusion;}
  100% { background-blend-mode: difference;}
}
@-webkit-keyframes flickerAnimation{
   0%   {  background-blend-mode: multiply;}
  25%  { background-blend-mode: color-dodge;}
  50%  { background-blend-mode: color-burn;}
  75%  { background-blend-mode: exclusion;}
  100% { background-blend-mode: difference;}
}

.befor_contact h3 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 58px;
  letter-spacing: -3px;
}
.befor_contact p{ font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size:18px;
  letter-spacing: -1px;}
.befor_contact{}
.chat_button {
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
}
.chat_button a{
  background:#ffd900;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: block;
  width:120px;
  padding-top:35px;
  text-align: center;
  font-weight: 700;
  height:120px;
  border-radius: 100%;
  letter-spacing: -2px;
  line-height: 25px;
}
.chat_button a span{
display: block;
}
.contactsec{
    background:#13a4de;
    padding-top:80px;
}
.cont-box h3{ font-family: "Montserrat", sans-serif;
    font-weight:600;
    margin-bottom: 50px;
    color:#fff;
    font-size:30px;
    letter-spacing: -2px;
    position: relative;
    padding-left: 30px;
  }
  .cont-box h3::before {
    content: "";
    width: 25px;
    height: 1px;
    background:#000;
    display:block;
    padding-right: 5px;
    margin-top: 17px;
    position: absolute;
    left:0px;
  }
.cont-address p{
    font-family: "Montserrat", sans-serif;
    font-weight:300;
    color: #333;
    padding-left: 35px;
}
.border_boom{border-bottom: solid 1px #3db8ea;
padding-bottom:80px;
}
.cont-phone ul{
    padding-left: 30px !important;
}
.cont-phone li a{
color: #333;
text-decoration: none;
font-family: "Montserrat", sans-serif;
font-weight:300;
}
.cont-mail a{
    color: #333;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight:300;
    padding-left: 35px;
}
.cont-social{}
.cont-social ul{
    padding-left: 35px !important;
    display: flex;
}
.cont-social li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #fff;
    display: block;
    margin-right: 5px;
    color: #13a4de;
  }
.cont-box ul{
padding: 0px;
margin: 0px;
list-style: none;
}
.copyrights{
    padding-top:30px;
    padding-bottom: 30px;
}
.copyrights p{ font-family: "Montserrat", sans-serif;
    font-weight:300;
    color: #333;
    font-size: 14px;
}
.copyrights p a{ font-family: "Montserrat", sans-serif;
        font-weight:300;
        color: #fff;
text-decoration: none;    
    }
.g_quoat{position: relative;}
.g_quoat::before {
  content: "-----------";
  color:#3db8ea;
  letter-spacing: -5px;
  margin-top: 13px;
  padding: 0 20px;
}
.g_quoat ul{
    padding-left: 35px !important;
    display: flex;
    list-style: none;
}
.g_quoat li a {
      
        text-align: center;
        display: block;
        margin-right: 20px;
        color: #fff;
        margin-top: 15px;
      }
.top-menu2 .g_quoat li a {
      
        text-align: center;
        display: block;
        margin-right: 20px;
        color: #333;
        margin-top: 15px;
      }
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
      }
.about_img img:last-child{
 display: none;
}
.bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bubbles li {
  position: absolute;
  list-stye: none;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 30%;
  bottom: -150px;
  background: rgba(255, 255, 255, .8);
  animation: animate 25s infinite linear;
}
.bubbles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0;
}
.bubbles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.bubbles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.bubbles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.bubbles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.bubbles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.bubbles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.bubbles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.bubbles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 30%;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  } 
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  background: #000;
}
@media screen and (min-width: 0px) and (max-width:767px) {
.top-menu2 {
outline: none;
 box-shadow: none;
    }
.top-menu2 .navbar-expand-lg{
width:inherit;
 margin: auto;
 }
 .top-menu2 .navbar-brand img {
    width: 80px;
  }
  .top-menu .navbar-brand img {
    width: 80px;
  }
  .top-menu {
    border-bottom: solid 1px #333;
  }
  .g_quoat::before {
    padding: 0 0px;
    display: none;
  }
  .top-menu2 {
    position: fixed;
    padding-left:0px;
    padding-right:0px;
    margin-right: 0 !important;
    border-bottom: solid 1px #eee;
  }
  .g_quoat ul {
    justify-content: space-evenly;
    margin: auto;
    text-align: center;
    padding-left: 0px !important;
  }
  .top-menu .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top-menu2 .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .g_quoat li a {
    text-align: center;
    display: block;
    margin-right: 20px;
    color: #fff;
    margin-top: 15px;
    margin-left: 20px;
  }
  .navbar-toggler-icon {
    background-image: url(../imgs/menu_ico_white.png);
  }
.myvideo video {
          width: inherit;
          height: 100vh;
          margin-top: inherit;
}
.myvideo {
    margin-top: 0px;
    position: relative;
    overflow-x: hidden;
  }
  .myvideo::after {
    background: rgba(0,0,0,.8);
    margin-top: -5px;
  }
  .myvideo h2 {
    position: absolute;
    top:50%;
    left: 35px;
    font-family: "Montserrat", sans-serif;
    font-weight:800;
    font-size:55px;
    color: #fff;
    z-index: 99999;
    transform: translate(0%, -50%);
    display: block;
  }
  .myvideo h2 img{
    width:160px;
    display: block;
    margin-bottom: 30px;
  }
  .top-menu {
    position: fixed;
    top:0px;
    left: 0px;
    background: rgba(0,0,0,0.4);
    right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 99999999;
    text-align: center;
    transition: 0.4s ease-in-out;
    width: 100%;
  }
  .about_sec {
    padding: 50px 30px;
  }
  .welcome_message h1 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .welcome_message h1 span {
    display: inline-block;
  }
  .welcome_message p span {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
  }
  .statistic_box {
    width: 50%;
    text-align: center;
    padding: 20px 15px;
    border-bottom: solid 1px #eee;
  }
  .statistic_box:nth-of-type(3){
    border-bottom: none;
  }
  .v_v_m_box {background: #fff;
    padding: 1px 10px;
    min-height: inherit;
    margin-bottom: 10px;
  }
  .timelinesection {
    padding: 100px 15px;
  }
  .timelinebox {
    padding: 30px 15px;
    margin: 1px;
    min-height: inherit;
  }
  .brandssec {
    padding: 50px 30px;
  }
  .brands:last-child {
    border-left: none;
    border-top: dashed 1px #ccc;
    margin-top: 40px;
    padding-top: 40px;
  }
  .partnersec {
    padding: 50px 30px;
  }
  .partner ul li {
    padding: 0px 11px;
    width: 33.333%;
    margin-bottom: 0px;
    margin-top: 0px;
  }
.partner ul li:nth-of-type(3){border-right: 0;}
.partner ul li:nth-of-type(6){border-right: 0;}
.partner ul li:nth-of-type(9){border-right: 0;}
.partner ul li:nth-of-type(12){border-right: 0;}
.partner ul li:nth-of-type(15){border-right: 0;}
.partner ul li:nth-of-type(18){border-right: 0;}
.partner ul li:nth-of-type(21){border-right: 0;}
.partner ul li:nth-of-type(24){border-right: 0;}
.partner ul li:nth-of-type(27){border-right: 0;}
.partner ul li:nth-of-type(30){border-right: 0;}
.partner ul li:nth-of-type(33){border-right: 0;}
.contactsec {
    padding: 50px;
  }
  .cont-box h3 {
    margin-bottom: 15px;
 
  }
.cont-box{
    margin-top: 30px;
}
.copyrights {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .statistic_box span {
    font-weight:100;
    font-size: 40px;
  }
  .statistic_box:nth-of-type(2):after{
    display: none;
  }
  .top-menu2 .navbar-toggler-icon {
    background-image: url(../imgs/menu_ico_blue.png);
  }
  .navbar-toggler {
    border: none;
  }
  .welcome_message {
    padding-top: 0px;
    padding-left: 0px;
  }
  .vission_mison {
    padding-left: 0px;
    padding-right: 5px;
  }
  .about_img{
    padding: 0px;
  }
  .about_img img:first-child{
    display: none;
  }
  .welcome_message h1 span {
    font-size: 40px;
  }
  .slick-next {
    right: 0px;
    top: -20px;
  }
  .slick-prev {
    left: inherit;
    right: 42px;
    top: -20px;
  }
  .partner ul li::after {
display: none;
  }
  .befor_contact {
    padding-left: 30px;
    padding-right: 30px;
  }
  .befor_contact h3 {
    font-size: 50px;
  }
  .chat_button a {
    border-radius: 0;
  }
  .chat_button {
    display:block;

  }
  .sucess_width{
    width:100%;
  }
}
/*
.statistic_box img{display: none;}
*/
