.wrapper{
    max-width: 1400px;
    padding: 0 40px;
    margin: 0 auto;
}
.container{
    max-width: 1400px;
    padding: 0 40px;
    margin: 0 auto;
}
img{
    max-width: 100%;
}
.text-center{
    text-align: center;
} 
.text-right{
    text-align: right;
}
.m-auto{
    margin: 0 auto;
}
a{ text-decoration:none; cursor: pointer;}
.rel{ position: relative; }
.for-mob{ display: none; }
.min-height{ min-height: auto; }
.d-none{ display: none; }
.left, .right{ max-width:50% }
.f-left{ float:left; }
.f-right{ float:right; }
.hide{ overflow:hidden; padding: 3rem 2rem;}
.rtl{ direction:rtl; }
/*==========Row Start=============*/
.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.row-d-flex{display:flex;}
.row-start {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*margin: 0 -5px;*/
}
.row-side{
    display: flex;
    align-items: center;
}
.row-end{
    display: flex;
    justify-content: flex-end;
}
.row-center{
    display: flex;
    justify-content: center;
}
.row-bottom{  
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.row-center-all{
    display: flex;
    justify-content: center;
    align-items: center;
}
.row-width {
    display: flex;
    justify-content: flex-start;
    /*align-items: center;*/
    align-items: flex-start;
    width: 50%;
}
.row-width-full{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    margin-bottom: 2rem;
}
.radious-40{ border-radius:40px }
/*==========Row End=============*/
/*==========Margin Start=============*/
.m1{margin: 0 1rem}
.m-0{ margin: 0; }
.mt-0{ margin-top: 0; }
.mt-1{ margin-top: 1rem; }
.mt-2{ margin-top: 2rem; }
.mt-3{ margin-top: 3rem; }
.mt-4{ margin-top: 4rem; }
.mt-5{ margin-top: 5rem; }
.mt-6{ margin-top: 6rem; }
.mt-7{ margin-top: 7rem; }
.mt-8{ margin-top: 8rem; }
.mt-9{ margin-top: 9rem; }
.mt-10{ margin-top: 10rem; }

.mb-1{ margin-bottom: 1rem; }
.mb-2{ margin-bottom: 2rem; }
.mb-3{ margin-bottom: 3rem; }
.mb-4{ margin-bottom: 4rem; }
.mb-5{ margin-bottom: 5rem; }
.mb-6{ margin-bottom: 6rem; }
.mb-7{ margin-bottom: 7rem; }
.mb-8{ margin-bottom: 8rem; }
.mb-9{ margin-bottom: 9rem; }
.mb-10{ margin-bottom: 10rem; }

/*----Negetive margin------*/
.mt-n2{ margin-top:-2rem }
.mt-n5{ margin-top:-5rem }
.ml-n2{ margin-left:-2rem; }
.ml-n5{ margin-left:-5rem; }
.ml-n6{ margin-left:-6rem; }
.mr-n2{ margin-right:-2rem; }
.mr-n3{ margin-right:-3rem; }
.mr-n4{ margin-right:-4rem; }
.mr-n5{ margin-right:-5rem; }
.mr-n6{ margin-right:-6rem; }
/*----/ Negetive margin------*/

.ml-1{ margin-left: 1rem; }
.ml-2{ margin-left: 2rem; }
.ml-3{ margin-left: 3rem; }
.ml-4{ margin-left: 4rem; }
.ml-5{ margin-left: 5rem; }
.ml-6{ margin-left: 6rem; }

.mr-1{ margin-right: 1rem; }
.mr-2{ margin-right: 2rem; }
.mr-3{ margin-right: 3rem; }
.mr-4{ margin-right: 4rem; }
.mr-5{ margin-right: 5rem; }
.mr-6{ margin-right: 6rem; }
.mr-7{ margin-right: 7rem; }
.mr-7{ margin-right: 8rem; }


/*==========Margin End=============*/
/*==========Padding Start=============*/
.p-0{ padding:0 }
.p1{ padding:1rem }
.pt-1{ padding-top: 1rem; }
.pt-2{ padding-top: 2rem; }
.pt-3{ padding-top: 3rem; }
.pt-4{ padding-top: 4rem; }
.pt-5{ padding-top: 5rem; }
.pt-6{ padding-top: 6rem; }
.pt-7{ padding-top: 7rem; }
.pt-8{ padding-top: 8rem; }
.pt-9{ padding-top: 9rem; }
.pt-10{ padding-top: 10rem; }

.pb-0{ padding-bottom: 0; }
.pb-1{ padding-bottom: 1rem; }
.pb-2{ padding-bottom: 2rem; }
.pb-3{ padding-bottom: 3rem; }
.pb-4{ padding-bottom: 4rem; }
.pb-5{ padding-bottom: 5rem; }
.pb-6{ padding-bottom: 6rem; }
.pb-7{ padding-bottom: 7rem; }
.pb-8{ padding-bottom: 8rem; }
.pb-9{ padding-bottom: 9rem; }
.pb-10{ padding-bottom: 10rem; }

/*==========Padding End=============*/
/*=======Button Set Start==========*/

/*=======Button Set End==========*/
/*=======Text Start==========*/
h1{
    font-size: 55px;
    line-height: 62px;
    font-weight: bold;
    color: #fff;
}
p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
h2{
    font-size: 50px;
    line-height: 56px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    position: relative;
}
h3{
    font-size: 44px;
    line-height: 52px;
    font-weight: bold;
    color: #000;
/*    text-transform: capitalize;*/
    position: relative;
    display: inline-block;
}
h3:before {
    position: absolute;
/*    right: -5rem;*/
    bottom: -13px;
    content: '';
    background: url(../images/about_line.png);
    height: 15px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

h4{
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
/*    text-transform: capitalize;*/
}
h5{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #332C5C;
    text-transform: capitalize;
    margin: 1rem 0;
}
h6{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #332C5C;
    margin: 0;
    text-transform: capitalize;
}
.orange-text{ color:#EB801D; font-size: 30px;}
/*=======Text End==========*/

.shape-extreme-right{ position:relative; right: -8rem}
.shape-extreme-left{}
/*=======Text Color Start==========*/
.color-orange{
    color: #EB5008;
}
.color-white{
    color: #fff;
}
.color-black{
    color: #000;
}
/*=======Bg Color Start==========*/
.light-orange{background: #FFFAFA;}
.light-blue{ background:#ECF7FF; }
.light-grey{ background:#F6F6F6; }
.light-sky{ background:#F5FBFF;}
.light-pink{ background:#F7EEEE; }
.light-pink-white{
    background: #F7EEEE;
    background: linear-gradient(180deg, #F7EEEE 60%, #fff 40%);
    background-image: linear-gradient(#F7EEEE 45%, #fff 40%);
    position: relative;
}
.light-pink-white:before {
    background: linear-gradient(210deg, #F7EEEE 60%, #F7E6E6 60%);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 45%;
}
.gradient-green{ background: linear-gradient( to right, #54ec34, #2fc911, #24b408, #187705);}
.gradient-blue{background: linear-gradient( to right, #3473ec, #17539a, #181ea5, #1b1aa3);}
.gradient-pink{background: linear-gradient( to right, #ec34ad, #d657bd, #d91bb3, #851265);}
.gradient-sky{background: linear-gradient( to right, #67e5f6, #53e5ef, #31dbdb, #1eb4cc);}
.gradient-yellow{background: linear-gradient( to right, #ebec34, #ece632, #cfc81d, #bcc90d);}
.gradient-red{background: linear-gradient( to right, #e47996, #ec3255, #cf1d4f, #940624);}
.gradient-purple{ background: linear-gradient( to right, #a581cd, #a369d0, #801dcf, #8112bc);}
.gradient-multy1{background: linear-gradient( to right, #47b5de, #1b9cca, #e3713e, #e6703b);}
.gradient-multy2{background: linear-gradient( to right, #7899e1, #4d73c6, #c05971, #d50f3c);}
.gradient-multy3 {
    background: linear-gradient( to right, #3D58F5, #3D58F5, #22aa12, #19850a);
}
.gradient-darkblue {
    background: linear-gradient( to right, #445ea3, #445ea3, #445ea3, #445ea3);
    color: #fff;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.gradient-darkorange {
    background: linear-gradient( to right, #EC3461, #EC325D, #f56e33, #ee9174);
    color: #fff;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin: 0 1rem;
}
.bg-purple{ background:#9793F9 }
.bg-sky{ background:#5CE3FF }
.bg-golden{ background:#F0B221 }
.semi{ font-weight:600; }
/*=======Bg Color End==========*/
/*=======Text Color End==========*/

/*=======Max width start==========*/
.mw-30{ max-width: 30%; }
.mw-40{ max-width: 40%; }
.mw-45{ max-width: 45%; }
.mw-46{ max-width: 46%; }
.mw-50{ max-width: 50%; }
.mw-60{ max-width: 60%; }
.mw-70{ max-width: 70%; }
.mw-80{ max-width: 80%; }
.mw-90{ max-width: 90%; }
.mw-100{ max-width: 100%; }
.mw-110{ max-width: 110%; }
.mw-120{ max-width: 120%; }
.mw-130{ max-width: 130%; }
.mw-140{ max-width: 140%; }
.mw-150{ max-width: 150%; }
/*=======Max width End==========*/
/*=======clip path start========*/

/*=======clip path end==========*/
/*=======Modal Box start==========*/

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
/*  transition: all 5s ease-in-out;*/
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 15px;
    right: 15px;
    transition: all 200ms;
    font-size: 50px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    /*background:#EB5008;*/
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    transition: .5s;
}
.popup .close:hover {
  color: #5d5d60;
  /*background: #000;*/
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
/*=======Modal Box end==========*/
/*timeline start*/
.timeline {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 6rem;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 50%;
  background: linear-gradient(to right, #F27742 0%, #EC325D 80%);
}

.container2 {
/*    padding: 10px 4rem;*/
    position: relative;
    background-color: inherit;
    width: 41%;
}
.left2 {
  left: 0;
}

.right2 {
  left: 50%;
}
.right2::after {
  left: -12px;
}

.content {
    margin: 3rem auto;
    text-align: center;
}
.one::before{
      content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 50%;
    margin-left: -6px;
    background-color: #fff;
    /* border: solid 2px #fff; */
    top: 50%;
    border-radius: 50%;
    z-index: 1;
    background: linear-gradient(to right, #F27742 0%, #EC325D 80%);
}
/*.content img{ margin:3rem auto; }*/

@media screen and (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }

  .container2 {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .container2::before {
    left: 60px;
    border: medium solid #fff;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
  }

.left2::after,
.right2::after {
    left: 15px;
  }

  .right2 {
    left: 0%;
  }
}
/*timeline end*/
/*testimonial start*/
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #bababa;
  font-weight: bold;
  font-size: 0;
  transition: 0.6s ease;
  border-radius:3px;
  user-select: none;
  font-family: 'Raleway', sans-serif;
}

/* Position the "next button" to the right */
.prev{
    left: 15px;
    border-radius: 3px;
    background: url(../images/chevron-down.png);
    background-size: cover;
}
.next {
    right: 15px;
    border-radius: 3px;
    background: url(../images/chevron-down2.png);
    background-size: cover;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
      background-color: rgb(235 235 238);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 60px;
    width: 60px;
    margin: 1rem 0.5rem;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.dot.active {
    width: 100px;
    height: 100px;
    position: relative;
}
.dot.active:before {
    background: url(../images/down-arrow.png);
    position: absolute;
    top: -3.5rem;
    left: 1rem;
    content: "";
    height: 42px;
    width: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.dot.active img{
    object-fit: cover;
    width: 100%;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.popup{padding: 20px 20px 50px;}
/*testimonial end*/



