* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}

body {
  font-size:15px;
  color:#000;
  line-height:30px; 
  font-weight:400;
  background:#ffffff;
  font-family: 'Ubuntu', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

.boxed_wrapper {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 20px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  color: #000;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 0px;
  font-style: normal;
  transition: all 500ms ease;
  font-size: 17px!important;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}


@keyframes pulse {
    50% {
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.1),
        0 0 0 60px rgba(255, 255, 255, 0.1);
    }
}

@keyframes pulse-2 {
    50% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2),
        0 0 0 40px rgba(0, 0, 0, 0.1);
    }
}



.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 6px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 38px;
  font-weight: 500;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  text-align: center;
  color: #777;
  background: transparent;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active{
  color: #fff;
  border-color: #4527a4;
  background: #4527a4;
}

.pagination li:last-child a,
.pagination li:first-child a{
  background: #222222;
  border-color: #222222;
  color: #fff;
}

.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#4527a4;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../images/icons/preloader.gif);
}

.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 42px;
  position: fixed;
  bottom: 105%;
  right: 1%;
  font-size: 16px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #4527a4;
  transition: 1s ease;
  border-radius: 32px;
}

.scroll-top:hover{
  background: #4527a4;
  -webkit-box-shadow: 2px 2px 0px #222;
  -ms-box-shadow: 2px 2px 0px #222;
  box-shadow: 2px 2px 0px #222;
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top span{
  color: #fff;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

.sec-title{
  position: relative;
  display: block;
}

.sec-title.center{
  text-align: center;
}

.sec-title p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #777;
  margin: 0px;
}

.sec-title.center h2,
.sec-title.center p{
  text-align: center;
}

.margin_left_30{
  margin-left: 30px !important;
}

.margin_right_30{
  margin-right: 30px !important;
}

.margin_bottom_30{
  margin-bottom: 30px !important;
}

.margin_left_100{
  margin-left: 100px !important;
}


/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgb(69 39 164);
  left:0px;
  top:0px;
  box-shadow: rgb(205 168 148);
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.main-header.trans.fixed-header .sticky-header{
  background: transparent !important;
  box-shadow: 0px 0px 20px 0px rgb(69 39 164 / 0%) !important;
}

.main-header.trans.fixed-header .sticky-header .main-menu .navigation > li.current > a, .main-header.trans.fixed-header .sticky-header .main-menu .navigation > li:hover > a{
  background: transparent !important;
}

.main-header .outer-container{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.main-header .outer-container .logo-box .logo{
  position: relative;
  padding: 12px 0px 30px 0px;
}



/** main-menu **/

.main-menu{
  position:relative;
  float:left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  position:relative;
  margin:0px;
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  z-index:2;
  padding:34px 0px 25px 0px;
  margin: 0px 16px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li.form {
    padding: 28px 0px 25px 0px;
    }

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}


/*.main-menu .navigation > li > form {
padding: 26px 22px !important; 

}*/
.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:16px;
  line-height:30px;
  font-weight:500;
  opacity:1;
  color:#fff;
  padding: 0px;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:-41px;
  top:80px;
  width:224px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 8px 0px;
  background-color: #ffffff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  border-bottom: 1px solid #260e6f;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding:6px 0px;
  line-height:24px;
  font-weight:400;
  font-size:14px;
  text-transform:capitalize;
  color:#222;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover{
  color:#4527a4;
}

.main-menu .navigation > li > ul > li.site.dropdown > span.btn-box > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:-2px;
  width:230px;
  z-index:100;
  display:none;
  padding: 20px 0px;
  background-color: #ffffff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:6px 0px;
  line-height:24px;
  font-weight:400;
  font-size:14px;
  text-transform:capitalize;
  color:#222;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
  color:#4527a4;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  border-radius: 20px;
    border: 1px solid #3f2299;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  border-radius: 20px;
    border: 1px solid #3f2299;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease; 
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:10px;
  top:8px;
  width:34px;
  height:30px;
  border:1px solid #ffffff;
  text-align:center;
  font-size:16px;
  line-height:26px;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  display:none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  border: 1px solid #fff;
  display: none;
}

.sticky-header .menu-area .mobile-nav-toggler {
    margin-top: 29px !important;
    border: 1px solid #4527a4;
}
.sticky-header .menu-area .mobile-nav-toggler .icon-bar{
  background-color: #4527a4;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}

.main-menu .navigation .megamenu{
  width: 500px;
}

.main-menu .navigation .megamenu:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 2px;
  height: calc(100% - 60px);
  left: 42%;
  top: 30px;
}

.main-menu .navigation>li> .megamenu li {
  position: relative;
  display: block;
  width: 50%;
  float: left;
}

/*header button*/
.sticky-header .btn-box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
    color: #fff !important;
    line-height: 20px;
    /* background: #f1687c; */
    background: linear-gradient(-180deg, #130050, #4527a4);
    padding: 8px 16px;
    text-align: center;
    border-radius: 30px;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700 !important;
    top: 30px;
    left: 10px;
}
.btn-box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 15px;
    color: #fff !important;
    line-height: 20px;
    /* background: #f1687c; */
    background: linear-gradient(-180deg, #130050, #4527a4);
    padding: 8px 13px;
    text-align: center;
    border-radius: 30px;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700 !important;
}
.btn-box a:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 80px;
    width: 8px;
    z-index: -1;
    filter: blur(7px);
    transform: translateX(-15px) rotate(20deg);
    background: rgba(255, 255, 255, .8);
    animation: shine 1s infinite linear;
    transition: all 600ms ease;
    transform: translateX(-100%);
}
.btn-box a:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid #0040ff;
    transition: all 600ms ease;
    transform: translateX(100%);
}
@keyframes shine {
    100% {transform: translateX(290px) rotate(20deg) }
}



.shine-btn{
    margin-top: 12px;
}
  
/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:30px 25px;
  text-align:left;  
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background:#000;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  color:#4527a4;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #4527a4;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover{
  color:#d1c2ff;  
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:18px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
 /* background:#220c6a;*/
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
 /* background:#4527a4;*/ 
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:30px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  color:#00aeef;  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 80px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  text-decoration: underline;
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

/** stricky-header **/

.sticky-header .main-menu .navigation > li{
  margin: 0px;
}

.sticky-header .main-menu .navigation > li > a{
  padding: 33px 22px !important;
}

.sticky-header .main-menu .navigation > li > form{
padding: 26px 22px !important;
}
.sticky-header .main-menu .navigation > li > a{
  color: #000 !important;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
/*  background: #fff;*/
  color: #4527a4 !important;
}

.sticky-header .logo-box{
  position: relative;
  float: left;
  padding: 10px 0px 5px 0px;
}

.sticky-header .menu-area{
  position: relative;
  float: right;
  color: #000;
}

.sticky-header .main-menu .navigation > li > a:before{
  display: none;
}

.sticky-header .main-menu .navigation > li{
  padding: 0px !important;
  margin: 0px !important;
}

.sticky-header .main-menu .navigation > li:before{
  display: none;
}

.main-menu .navigation > li.current > a{
  color: #4527a4 !important;
}

/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section{
  padding: 160px 0px 130px 0px;
}

.error-section .content-box .error-image{
  position: relative;
  display: inline-block;
  margin-bottom: 127px;
}

.error-section .content-box h1{
  position: relative;
  font-size: 48px;
  line-height: 60px;
  color: #4527a4;
  font-weight: 700;
  margin-bottom: 56px;
}

.error-section .content-box .text{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 48px;
}

.error-section .content-box .btn-box .theme-btn-two{
  padding: 13px 30px;
  font-weight: 400;
}

.designe-process.service-page{
  padding: 145px 0px 90px 0px;
}

.designe-process.service-page .image-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 950px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.designe-process-three.service-page{
  background: #f9f9f9;
}

/*karthika*/

.heading h1{
  font-size: 28px;
  color: #000;
  padding-bottom: 15px;
  font-weight: 600;
}
.heading2 h2{
  font-size: 25px;
  color: #000;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.heading3 h3{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .5px;
    display: block;
    margin-bottom: 5px;
    position: relative;
    font-weight: 800;
    color: #4527a4;
}
.pt-10{
  padding-top: 10px!important;
}
.pt-15{
  padding-top: 15px!important;
}
.pt-20{
  padding-top: 20px!important;
}
.pt-25{
  padding-top: 25px!important;
}
.pb-10{
  padding-bottom: 10px!important;
}
.pb-15{
  padding-bottom: 15px!important;
}
.pb-20{
  padding-bottom: 20px!important;
}
.pb-30{
  padding-bottom: 30px!important;
}
.pb-40{
  padding-bottom: 40px!important;
}
.center{
  display: flex;
  align-items: center;
}

.clr-000{
  color: #000;
}
.clr-fff{
  color: #ffffff!important;
}
.just-center{
  justify-content: center;
}
.align{
  align-items: center;
}
.divider-25 {
    margin-top: 25px;
}
.divider-10 {
    margin-top: 10px;
}
.right{
  right: 5%;
}
.left{
  left: 5%;
}
.justify{
  text-align: justify;
}
label {
    display: none;
}
.just-center{
  display: flex;
  justify-content: center;
}
.text{
  text-align: justify;
}



/*Schedule Section Starts Here*/

.schedule-section{
  padding-top: 40px;
}

.schedule-item-2 {
  padding: 208px 77px 100px 51px;
  text-align: center;
  margin-bottom: 50px;
  background-image: url(siragukal-mist/image-mist/images/tuesday.gif);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.schedule-item-2 li {
  margin-bottom: 6px;
  list-style: none !important;
}
.schedule-item-2 li .title {
  font-size: 31px;
  text-transform: capitalize;
  color: #92278f;
  font-weight: 500;
}
@media (min-width: 576px) {
  .schedule-item-2 li .title {
    margin-bottom: 4px;
  }
}
.schedule-item-2 li .title.painting {
  color: #4527a4;
}
.schedule-item-2 li .title.fitness {
  color: #ff5200;
}
@media screen and (max-width: 399px) {
  .schedule-item-2 {
    background-size: 148% 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 400px) and (max-width: 575px) {
  .schedule-item-2{
    padding: 194px 173px 100px 144px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .schedule-item-2{
    padding: 155px 77px 100px 51px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .schedule-item-2{
    padding: 113px 73px 46px 45px;;
  }
}
.padding-top{
  margin-top: 30px;
}
.padding-bottom{
  margin-bottom: 30px;
}
.pad{
  padding-top: 6%;
}
.pad1{
  padding-top: 4%;
}

.btn {
  background-color: #130050;
  background-image: linear-gradient(-180deg, #130050, #4527a4);
  font-size: clamp(0.8rem, 8vw, 0.9rem);
  font-weight: 600;
  color: #fff;
  width: max-content;
  outline: 0;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin-top: 26px;
  text-align: center;
  transform: scale(1);
  transition: all 0.2s ease-in;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: auto;
}

.btn:hover {
  box-shadow: 0 4px 10px rgb(69 39 164);
  transform: scale(0.98);
}

.btn1 {
  background-color: #381d8e;
  background-image: #fff;
  font-size: clamp(0.8rem, 8vw, 0.9rem);
  font-weight: 600;
  color: #fff !important;
  width: max-content;
  outline: 0;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 6px 15px;
  margin-top: 10px;
  text-align: center;
  transform: scale(1);
  transition: all 0.2s ease-in;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: auto;
}
.btn1 a{
  color: #fff !important
}
.btn1:hover {
  box-shadow: 0 4px 10px rgb(255 255 255);
  transform: scale(0.98);
}


/* Home about segment*/
.stack {
  position: relative;
  margin-top: 38%;
}

.card {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 300px;
  height: 400px;
  border-radius: 2rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25),
    0 15px 20px 0 rgba(0, 0, 0, 0.125);
  transition: transform 0.6s;
  user-select: none;
}

.card img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.card:nth-last-child(n + 5) {
  --x: calc(-50% + 90px);
  transform: translate(var(--x), -50%) scale(0.85);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.01);
}

.card:nth-last-child(4) {
  --x: calc(-50% + 60px);
  transform: translate(var(--x), -50%) scale(0.9);
}

.card:nth-last-child(3) {
  --x: calc(-50% + 30px);
  transform: translate(var(--x), -50%) scale(0.95);
}

.card:nth-last-child(2) {
  --x: calc(-50%);
  transform: translate(var(--x), -50%) scale(1);
}

.card:nth-last-child(1) {
  --x: calc(-50% - 30px);
  transform: translate(var(--x), -50%) scale(1.05);
}

.card:nth-last-child(1) img {
  box-shadow: 0 1px 5px 5px rgba(255, 193, 111, 0.5);
}

.swap {
  animation: swap 1.3s ease-out forwards;
}

@keyframes swap {
  30% {
    transform: translate(calc(var(--x) - 250px), -50%) scale(0.85) rotate(-5deg)
      rotateY(65deg);
  }
  100% {
    transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
    z-index: -1;
  }
}

/* Media queries for keyframes */

@media (max-width: 1200px) {
  @keyframes swap {
    30% {
      transform: translate(calc(var(--x) - 200px), -50%) scale(0.85)
        rotate(-5deg) rotateY(65deg);
    }

    100% {
      transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
      z-index: -1;
    }
  }
}

@media (max-width: 1050px) {
  @keyframes swap {
    30% {
      transform: translate(calc(var(--x) - 150px), -50%) scale(0.85)
        rotate(-5deg) rotateY(65deg);
    }

    100% {
      transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
      z-index: -1;
    }
  }
}

/* Media queries for other classes */

@media (max-width: 1200px) {
  .content {
    padding-left: 80px;
  }

  .content p {
    padding-right: 40px;
  }

  .card {
    width: 250px;
    height: 380px;
  }
}

@media (max-width: 1050px) {
  .content {
    padding-left: 60px;
  }

  .content p {
    line-height: 1.5;
  }

  .card {
    width: 220px;
    height: 350px;
  }
}

@media (max-width: 990px) {
  .content p {
    padding-right: 0;
  }

  .card {
    width: 200px;
    height: 300px;
  }
}

@media (max-width: 950px) {
  main {
    grid-template-columns: 1fr;
    grid-template-rows: 4fr 3fr;
    grid-template-areas:
      "stacked"
      "content";
  }

  .content {
    grid-area: content;
    text-align: center;
    padding: 0 90px;
  }

  .btn {
    margin-bottom: 30px;
  }

  .stack {
    grid-area: stacked;
  }
}

@media (max-width: 650px) {
  main {
    grid-template-rows: 1fr 1fr;
  }

  .content {
    padding: 0 50px;
  }

  .content h1 {
    padding-left: 0;
  }

  .btn {
    padding: 8px 16px;
  }

  .card {
    width: 180px;
    height: 260px;
  }
}
.padding{
  margin-top: 50px;
  margin-bottom: 30px;
}

/*center segment*/
.spacer-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}
.box-number i {
    display: block;
    font-size: 40px;
    color: #222;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 12px 0;
    border-radius: 60px;
    position: relative;
}
.bg-color{
  background-color: #4527a4;
}
.box-number.square i {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.box-number.square .number, .box-number.square i {
    border-radius: 0;
}
/*.box-number .text {
    margin-left: 100px;
}*/
.spacer-double {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}
.strip {
    position: relative;
/*    padding: 20px 0;*/
}
.para p{
  font-size: 18px !important;
}

/*unique*/
.icon-box.text-center .icon-styled.color-main:after {
    border: 1px solid #4527a4;
    border-radius: 50%;
    content: "";
    height: 100px;
    left: 50%;
    margin-top: 3px;
    position: absolute;
    top: 32%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
}
.icon-box.text-center .icon-styled.color-main:before {
    background: #4527a4;
    background-image: #4527a4;
    border-radius: 50%;
    box-shadow: 0 1px 14px 1px #202a01;
    content: "";
    height: 72px;
    left: 50%;
    position: absolute;
    top: 35%;
    transform: translateX(-50%) translateY(-50%);
    width: 72px;
    z-index: -1;
}
.icon-box.text-center {
    width: 100%;
}
.icon-box {
    display: inline-block;
    font-family: work sans, sans-serif !important;
}
.icon-box.text-center .icon-styled.color-main i {
    line-height: 100px;
}
.icon-box .icon-styled i {
    display: inline-block;
    vertical-align: bottom;
}
.icon-box.text-center h6 {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
    text-transform: capitalize;
    color: #000;
}
/*blog*/

.blog-home
{
  padding-top: 100px;
  padding-bottom: 60px;
}

.blog-home__two
{
  padding-top: 140px;
  padding-bottom: 60px;
}

@media (max-width: 991px)
{
  .blog-home
  {
    padding-top: 80px;
    padding-bottom: 40px ;
  }
}

@media (max-width: 425px)
{
  .blog-home
  {
    padding-top: 60px;
    padding-bottom: 30px ;
  }
}

.block-title .blog-title__h2
{
  margin-bottom:  50px;
}

@media (max-width: 991px)
{
  .block-title .blog-title__h2
  {
    margin-bottom: 30px;
  }
}

@media (max-width: 425px)
{
  .block-title .blog-title__h2
  {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px)
{
  .blog-page
  {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .mob-on{
display:block !important;
}
.mob-off{
display: none !important;
}
.case-studies .owl-nav .owl-next
{
  left: 89% !important;
}

#background-wrap .mb-10
{
  margin: 0px 10px;
}

}

@media (max-width: 425px)
{
  .blog-page
  {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.blog-card {
/*  margin-bottom: 40px;*/
}

.blog-card__image {
  position: relative;
  overflow: hidden;
  background-color: var(--thm-black);
  border-radius: 4px;
}

.blog-card__image img {
/*  width: 100%;*/
  border-radius: 4px;
  transform: scale(1);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__image span {
  background-color: #4527a4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 4px;
  z-index: 10;
    padding: 12px 20px;
}
.blog-card__image1 span {
  background-color: #4527a4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 162px;
  border-radius: 4px;
  z-index: 10;
    padding: 12px 20px;
}

.blog-card:hover .blog-card__image > img {
  opacity: 1;
  transform: scale(1.1);
  transition: transform 0.7s;
}

.blog-card__content {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 20px 30px; 
  position: relative;
  margin-top: -30px;
  margin-bottom: 30px;
  border-radius: 4px;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  margin-bottom: 15px;

}

.blog-card__meta a {
  display: flex;
  align-items: center;
  color: #4527a4;
  transition: all 500ms ease;
  font-size: 13px;
  margin-right: 0px;
  line-height: 1;
}

.blog-card__meta a > i {
  color: #4527a4;
  transition: all 500ms ease;
  margin-right: 5px;
}

.blog-card__meta a:hover {
  color: #4527a4;
}

.blog-card__bottom {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 20px;
}

.blog-card-bottom-readmore {
    display: block;
    margin-top: 0;
}

.readmore-card-link {
    position: relative;
    color: #000;
    transition: all .5s ease;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    transition: all .5s ease;
    outline: none;
}

.readmore-card-link:hover{
    color: #4527a4;
}

.readmore-card-link>i {
    font-size: 18px;
    margin-right: 10px;
    color: #4527a4;
}

/** footer**/

.beautypress-footer-section{
    padding: 88px 0 0;
    background-image: url(../../image-mist/images/footer.jpg)!important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: rgba(0,0,0,0.5)!important;
}
.beautypress-footer-section:before {
    background: rgb(0 0 0 / 65%);
}
.beautypress-footer-section {
    padding-top: 20px !important;
}

.beautypress-footer-section.beautypress-version-5 .beautypress-footer-content-foot {
    padding: 0 0 20px;
}
.beautypress-footer-section.beautypress-version-5 .beautypress-footer-content {
    text-align: center;
    padding:0 0 0px;
    border-color: #41414100;
    margin: 0;
}
.beautypress-footer-content {
    position: relative;
    z-index: 1;
    padding: 0 0 25px;
    border-bottom: unset;
    margin: 0 0 0px !important;
}
.beautypress-footer-content {
    position: relative;
    z-index: 1;
    padding: 0 0 100px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    margin: 0 0 40px;
}

.beautypress-footer-section.beautypress-version-5 .beautypress-footer-logo {
    margin: 0 0 20px;
}
.beautypress-footer-logo {
    text-align: center;
    margin: 0 0 63px;
}
.beautypress-footer-section.beautypress-version-5 .beautypress-footer-content p {
    color: #9e9e9e;
    margin: 0 0 0px;
    font-size: 1.143em;
    line-height: 1.875;
}
.fnt-16 {
    font-size: 16px !important;
}

.beautypress-social-list ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.beautypress-social-list ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.beautypress-social-list li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.beautypress-version-2.beautypress-social-list li a {
    background-color: #fff !important;
}

.beautypress-social-list li a {   
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--primary-shadow);
    height: 40px;
    width: 40px;
    position: relative;
    z-index: 1;
    transition: all .4s ease;
    background-color: var(--color-semi-black);
    color: var(--color-white);
    border-radius: 100%;
    font-size: 14px;
}
.beautypress-facebook {
    background-color: #3b5999!important;
}
a {
    color: black;
    text-decoration: none;
}
.beautypress-social-list li a i {
    line-height: inherit;
    color: #fff;
}

.beautypress-footer-menu-footer {
    padding: 20px 0;
}
.beautypress-footer-menu {
    text-align: center;
    padding: 22px 0;
}

.beautypress-footer-menu ul {
    line-height: 0;
    font-size: 18px;
}
.beautypress-footer-menu ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.beautypress-footer-menu ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.beautypress-footer-menu ul li {
    display: inline-block;
    margin: 0 10px 7px 0;
}

.beautypress-footer-menu ul li a {
    color: #999;
    display: block;
    text-transform: capitalize;
    transition: all .4s ease;
    font-size: 17px;
    font-weight: 700;
}

.beautypress-footer-menu ul li {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
    line-height: 1.2em;
    display: inline-block;
    border-left: 2px solid #fff;
    margin-left: 10px;
    padding-left: 14px;
}

.beautypress-footer-menu ul li:first-child {
    border: none;
}

.beautypress-copyright-content-wrapers {
    position: relative;
    width: 100%;
}

.beautypress-footer-section.beautypress-version-5 .beautypress-copyright-text {
    padding: 15px 0;
}
.beautypress-copyright-text {
    text-align: center;
    padding: 0 0 48px;
    position: relative;
    z-index: 2;
}
.flo-le {
    float: left !important;
}
.beautypress-copyright-text p {
    line-height: 1.5;
}
.beautypress-copyright-text p {
    color: var(--color-white);
    font-size: 16px;
}
a.color-icon.fa-youtube, a[class*=fa-].fa-youtube:hover {
    color: #e52d27;
}
a.color-icon.fa-facebook-f, a[class*=fa-].fa-facebook-f:hover {
    color: #3b5998;
}
a.color-icon.fa-instagram, a[class*=fa-].fa-instagram:hover {
    color: #c92165;
}
a.color-icon.fa-linkedin, a[class*=fa-].fa-linkedin:hover {
    color: #0976b4;
}
.btm-set-1 {
    position: fixed;
    bottom: 136px !important;
    right: 1.4%;
    z-index: 99999;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width:33px;
}
.btm-set {
    position: fixed;
    bottom: 120px !important;
    right: 24px !important;
    z-index: 99999;
}

/*sub banner*/
.page-banner2 {
    position: relative;
    padding: 174px 0 210px;
    background-position: center top;
    background: url(../../image-mist/images/subbanner.jpg);
}
.page-banner2:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    z-index: 0;
    background-image: -webkit-linear-gradient(-90deg, #ffffff -1%, #f8f9fa 1%, rgb(22 22 22 / 0%) 29%);
}
.page-banner2 .inner-container {
    position: relative;
    z-index: 5;
}
.page-banner2 h1 {
    position: relative;
    font-size: 30px;
    color: #fff;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    bottom: -21px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
/*process*/

.process-box-layout8 {
    text-align: center;
    margin-bottom: 21px;
}
.process-box-layout8 .california {
    -webkit-box-shadow: 0 0 25px 0 rgb(255 147 14 / 57%);
    box-shadow: 0 0 25px 0 rgb(255 147 14 / 57%);
}
.process-box-layout8 .california i {
    color: #ff930e;
}
.has-animation .process-shap-layout8 svg {
    position: relative;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
}
.has-animation .process-shap-layout8 {
    position: relative;
    z-index: 0;
    top: 50px;
}
.seg-abt-3{
    position: relative;
    top: -67px;
}
.has-animation .process-shap-layout8 .shap-point .start-point {
    position: absolute;
    z-index: 0;
    top: -8px;
    left: 14px;
}
.has-animation .process-shap-layout8 .shap-point li {
    color: #0302ea;
}
.has-animation .process-shap-layout8 .shap-point li::marker  {
    color: #0000;
}
.has-animation .process-shap-layout8 .shap-point .end-point {
    position: absolute;
    z-index: 0;
    top: 22px;
    right: 12px;
}
.translate-bottom-10 i{
    font-size: 55px;
}
.process-box-layout8 .item-icon {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.process-box-layout8 .emerald {
    -webkit-box-shadow: 0 0 25px 0 rgb(24 220 89 / 57%);
    box-shadow: 0 0 25px 0 rgb(24 220 89 / 57%);
}
.process-box-layout8 .royal-blue {
    -webkit-box-shadow: 0 0 25px 0 rgb(90 73 248 / 52%);
    box-shadow: 0 0 25px 0 rgb(90 73 248 / 52%);
}
.process-box-layout8 .dodger-blue {
    -webkit-box-shadow: 0 0 25px 0 rgb(54 186 254 / 57%);
    box-shadow: 0 0 25px 0 rgb(54 186 254 / 57%);
}
.process-box-layout8 .emerald i {
    color: #18dc59;
}
.process-box-layout8 .royal-blue i {
    color: #5a49f8;
}
.process-box-layout8 .dodger-blue i {
    color: #36bafe;
}
.dasheds {
    stroke-dasharray: 1300;
    stroke-dashoffset: 1300;
     -webkit-animation: dasheds 4s linear forwards; 
    animation: dasheds 4s linear forwards !important;
}
@keyframes dasheds {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes zoomIn {

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
}
30% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
}

.zoomIn {
 animation-name: zoomIn;
}
.widIn {
 animation-name: widIn;
 animation-duration: 5s;
}
@keyframes widIn {

  0% {
    width: 0%;
}
100% {
   width: 100%;
}
}
.clr-000{
  color: #000!important;
  font-family: 'Ubuntu', sans-serif!important;
}
.fonts h6{
  font-size: 24px!important;
  font-weight: 500;
}
.ttm-rowss{
  margin-top: 10px;
  margin-bottom: 35px;
}

/** innovative-idea **/

.innovative-idea{
  position: relative;
}

.innovative-idea .sec-title{
  margin-bottom: 55px;
}

.innovative-idea .single-item{
  position: relative;
  margin-bottom: 30px;
  display: block;
  background: #fff;
  padding: 33px 30px 48px 30px;
  border-radius: 25px;
  transition: all 500ms ease;
}

.innovative-idea .single-item:hover{
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.innovative-idea .single-item .inner-box{
  position: relative;
  padding-left: 200px;
  padding-top: 15px;
}

.innovative-idea .single-item .inner-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  font-size: 60px;
  color: #fff;
  width: 170px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.innovative-idea .single-item .inner-box .icon-box .bg-layer{
  position: absolute;;
  width: 170px;
  height: 160px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

/*.innovative-idea .single-item:hover .inner-box .icon-box .bg-layer{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}*/

.innovative-idea .single-item .inner-box h3 a{
  color: #222;
}

.innovative-idea .single-item .inner-box h3 a:hover{
  color: #4527a4;
}

.innovative-idea .single-item .inner-box .text{
  position: relative;
  display: block;
}

/** download-apps **/

.download-apps{
  position: relative;
  padding: 20px 0px 28px 0px;
}

#content_block_16 .content-box .download-btn a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 21px;
  font-weight: 500;
  color: #fff;
  background: #4527a4;
  border-radius: 10px;
  padding: 10px 21px 14px 80px;
}

#content_block_16 .content-box .download-btn a:hover{
  background: #fff;
  color: #4527a4;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

#content_block_16 .content-box .download-btn a span{
  position: relative;
  display: block;
  font-size: 12px;
}

#content_block_16 .content-box .download-btn a i{
  position: absolute;
  left: 30px;
  top: 14px;
  font-size: 36px;
  color: #fff;
  transition: all 500ms ease;
}

#content_block_16 .content-box .download-btn a:hover i{
  color: #222;
}

#content_block_16 .content-box .download-btn .app-store-btn{
  margin-right: 40px;
}

#content_block_16 .content-box .text{
  position: relative;
  display: block;
  font-size: 18px;
 /* line-height: 42px;*/
  padding-right: 100px;
  margin-bottom: 11px;
}

#content_block_16 .content-box .sec-title h2{
  margin-bottom: 73px;
}

#image_block_16 .image-box{
  position: relative;
/*  margin-left: -60px;*/
  margin-right: 60px;
}

#image_block_16 .image-box .bg-layer{
  position: absolute;
  width: 815px;
  height: 785px;
  top: 0px;
  right: 10px;
  background-repeat: no-repeat;
}

#image_block_16 .image-box .image-1{
  position: relative;
  left: 40px;
}

#image_block_16 .image-box .image-2{
  position: absolute;
  left: 0px;
  top: 11px;
  z-index: 1;
}

.download-apps .anim-icons .icon-1 {
  top: 50px;
  right: 50%;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}

.download-apps .anim-icons .icon-2 {
  top: 180px;
  right: 240px;
  background-repeat: no-repeat;
}

.download-apps .anim-icons .icon-3 {
  bottom: 200px;
  right: 240px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}

.download-apps .anim-icons .icon-4 {
  right: 42%;
  bottom: 100px;
  background-repeat: no-repeat;
}

/*alphabetic*/
.container-wrapper {
  display: flex;
  font-family: "Public Sans", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 10vmin;
  flex-wrap: wrap;
  justify-content: center;
  text-shadow: 1px 1px #444;
}
.letter {
  border: 2px solid #efefef;
  opacity: 1;
  padding: 40px 0px;
  min-width: 13vmin;
  min-height: 13vmin;
  cursor: pointer;
  text-align: center;
  transform: scale(1);
  transition: transform 150ms ease;
}

.letter:hover,
.letter:focus {
  opacity: 0.8;
  border: 2px solid #fff;
}

p.text-center > span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.73);
  border-radius: 50%;
  padding: 2px;
  margin-right: 10px;
}

#content {
  position: relative;
}
#content > div {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
#content > div.active {
  visibility: visible;
  opacity: 1;
}

.letter-card .letters {
  font-family: "Lilita One", cursive;
  font-size: 20vmin;
  padding-top: 12%;
}
.letters {
  margin-left: 2vmin;
}
.letters ~ div {
  padding-top: 2vmin;
  padding-left: 10vmin;
}
.letters ~ div .text {
  font-size: 6vmin;
  font-weight: bold;
  padding-top: 20%;
  padding-bottom: 15%;
}
svg {
  width: 15vmin;
}
.letter-card .letters > span:nth-child(2) {
  text-transform: lowercase;
  padding-left: 10px;
}
#navigation > div:nth-child(5n-1) {
  background-color: #35d461;
}
#navigation > div:nth-child(5n-2) {
  background-color: #335be9;
}
#navigation > div:nth-child(5n-3) {
  background-color: #f99d07;
}
#navigation > div:nth-child(5n-4) {
  background-color: #882ff6;
}
#navigation > div:nth-child(5n-5) {
  background-color: #37b6f6;
}
#modal-holder > div:nth-child(5n-1) .modal-content {
  background-color: #35d461 !important;
}
#modal-holder > div:nth-child(5n-2) .modal-content {
  background-color: #335be9 !important;
}
#modal-holder > div:nth-child(5n-3) .modal-content {
  background-color: #f99d07 !important;
}
#modal-holder > div:nth-child(5n-4) .modal-content {
  background-color: #882ff6 !important;
}
#modal-holder > div:nth-child(5n-5) .modal-content {
  background-color: #37b6f6 !important;
}
#modal-holder .modal-content {
  border-radius: 0em;
}
/*svg > path {
  fill: white !important;
}*/
.modal-title {
  padding-left: 20px;
}
.modal-content {
  color: white;
  height: 70vh;
}
.modal-header {
  border-bottom: 1px solid transparent;
}
.close,
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #fff !important;
  text-decoration: none;
  opacity: 0.75;
}

/*blog*/
.blogwordswrp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 74px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    text-align: justify;
}

.schoolwordswrp {
    text-overflow: ellipsis;
    height: 95px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    text-align: justify;
}

.blogwordswrp1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 55px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    text-align: justify;
}

/*blog details*/
.sidebar .widget-area .widget {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 35px 25px 30px
}

.sidebar .widget-area.widget_border .widget:not(.widget-contact) {
    padding: 15px 0 15px;
    overflow: visible;
    background-color: transparent;
    margin-bottom: 0
}

.sidebar .widget-area .widget:last-child,.sidebar .widget-area .widget_border .widget:last-child {
    margin-bottom: 0
}

.sidebar .widget ul {
    margin: 0;
    padding: 0
}

.sidebar .widget ul>li {
    padding-bottom: 30px;
    padding-top: 10px;
    list-style: none;
    position: relative;
}

.sidebar .widget ul>li:first-child {
    padding-top: 0
}

.sidebar .widget ul>li:last-child {
    padding-bottom: 0
}

.sidebar .widget .widget-title {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.09);
    font-size: 20px;
    line-height: 28px;
    background-color: transparent
}

.sidebar .widget .widget-title:after {
    display: block;
    content: "";
    position: absolute;
    height: 3px;
    width: 70px;
    left: 0;
    bottom: -1px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-color: #4527a4;
}

.sidebar .widget:hover .widget-title:after {
    width: 100%
}
.widget ul.ttm-recent-post-list>li .post-date {
    display: block;
    font-size: 13px;
    margin-bottom: 2px
}

.widget ul.ttm-recent-post-list>li .post-date i {
    margin-right: 6px;
    font-size: 11px
}
.widget ul.ttm-recent-post-list>li>.post-detail a {
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.widget ul.ttm-recent-post-list>li img {
    display: block;
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 18px
}

/*product*/

/*service*/

.gray-bg2 {
    background: #e7f6f9;
}

.service-section-pd
{
  padding: 50px 0px 0px 0px;
}
.rs-latest-couses .course-item {
    align-items: flex-start;
    border-radius: 300px 50px 50px 300px;
    display: flex;
    border: 1px solid rgb(69 39 164);
    background: radial-gradient(circle at 50.4% 23.5%, rgb(176 152 255) 0%, rgb(47 14 151) 100.7%) !important;
}
.rs-latest-couses .course-item .course-image a {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
    display: block;
}
.rs-latest-couses .course-item .course-image a img {
    object-fit: cover;
    object-position: left;
    height: 100%;
    width: 100%;
}
.rs-latest-couses .course-item .course-info {
    align-self: center;
  /*  padding: 0px 30px;*/
   width: 100%;
   text-align: center;
}

.btn-part a
{
  padding: 12px 20px !important;
}
.service-section-pd .section-title
{
  margin-bottom: 40px;
}

.service-section-pd .two-column-carousel .owl-dot,.tes-r .owl-dots
{
  display: none;
}
.service-section-pd .two-column-carousel .owl-prev
{
  position: absolute;
      left: 46%;
    font-size: 25px;
}
.service-section-pd .two-column-carousel .owl-next
{
  position: absolute;
      left: 52%;
    font-size: 25px;
}
.service-section-pd .two-column-carousel .owl-nav
{
  margin-top: 36px;
  display: none;
}
.service-section-pd .two-column-carousel .owl-prev span
{
  background: #e53f34;
    padding: 10px;
    border-radius: 24px;
    color:#ffffff;
}

.service-section-pd .two-column-carousel .owl-next span {
background: #e53f34;
    padding: 10px;
    border-radius: 24px;
    color:#ffffff;
}
.mar-top-20
{
  margin-top: 20px;
}

.tes-r .course-item {
    align-items: flex-start;
    border-radius: 50px 300px 300px 50px;
    display: flex;
    border: 1px solid rgb(69 39 164);
    background: linear-gradient(45deg, #cd8e61 1%, #a15722 100%);
}

.service-section-pd .course-title a{
  font-size: 25px;
  color: #fff;
}

.service-section-pd .course-title{
      padding:0px 0px 25px 0px;
}
.two-column-carousel .owl-nav{
  display: none;
}
.two-column-carousel .owl-dots{
  display: none;
}
.tes-r .owl-nav{
  display: none;
}
.tes-r .owl-dots{
  display: none;
}
.bottom-part{
  position: relative;
  display: flex;
  justify-content: center;
}

/*enquiry*/
.contact-main:before {
    background-color: rgba(0, 0, 0, 0.8);
}

/*contact*/

/*** 
=============================================
    Contact Details Area style
=============================================
***/
.contact-details-area {
    position: relative;
    display: block;
    padding: 50px 0 30px;
}
.single-contact-details-box {
    position: relative;
    display: block;
    -webkit-box-shadow: 0px 3px 13px 2px #F0F0F0; 
    box-shadow: 0px 3px 13px 2px #F0F0F0;
    margin-bottom: 40px;
    border-radius: 20px;
}
.single-contact-details-box .image-box{
    position: relative;
    display: block;
}
.single-contact-details-box .image-box img{
    width: 100%;
}
.single-contact-details-box .text{
    position: relative;
    display: block;
    padding: 28px 30px 32px;
}

#contact-google-map {
    height: 230px;
    width: 100%;
}
.contact-details-area .emergency-call{
    margin-top: 15px;
}
i.fa-phone{
  font-size: 25px;
  color: #4527a4;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  border: 10px solid #b49ff5;
}
i.fa-envelope-open-text{
  font-size: 25px;
  color: #4527a4;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  border: 10px solid #b49ff5;
}
i.fa-map-marker-alt{
  font-size: 25px;
  color: #4527a4;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  border: 10px solid #b49ff5;
}
i.fa-map-marked-alt{
  font-size: 25px;
  color: #4527a4;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  border: 10px solid #b49ff5;
}

/*gallery*/

.gallery .owl-nav{
  display: block;
}
.gallery .owl-dots{
  display: none;
}

.gallery .owl-nav .owl-prev,
.gallery .owl-nav .owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 40px;
  width: 43px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #000;
  background: rgb(255 236 226);
  border-radius: 5px;
  transition: all 500ms ease;
  cursor: pointer;
}

.gallery .owl-nav .owl-prev{
  left: 0px;
}

.gallery .owl-nav .owl-next{
  right: 0px;
}

.gallery .owl-nav .owl-prev:hover,
.gallery .owl-nav .owl-next:hover{
  background: #fff;
  color: #4527a4;
}

/*header*/
.hide-header{
  opacity: 0;
}
.hide-header.fixed-header, .hide-header.trans-header{
  opacity: 1;
}

/*Mobile view*/
.mobile-view{
        display: block;
        
    }
.mobile-views{
        display: none;
    }

@media only screen and (max-width: 992px) {
  .mobile-view{
        display: none;
    }
  .mobile-views{
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
    
  .stack {
    margin-top: 52%;
  }
  .mob-padd{
    padding-top: 50%;
  }
  .mob-padd1{
    padding-bottom: 30%;
  }
  .btn{
    text-align: center;
  }
  .beautypress-footer-menu ul li {
    margin-left: 10px;
    padding-left: 14px;
}

}

.mobile-view1{
        display: block;
        
    }
.mobile-views1{
        display: none;
    }

@media only screen and (max-width: 550px) {
  .mobile-view1{
        display: none;
    }
  .mobile-views1{
        display: block;
    }
  .btn {
        margin-bottom: 0;
    }
  .heading h1{
      font-size: 22px;
      color: #000;
      padding-bottom: 15px;
      font-weight: 600;
    }
  .heading2 h2{
      font-size: 20px;
      color: #000;
      font-weight: 600;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  .heading3 h3{
      text-transform: uppercase;
      font-size: 14px;
      line-height: 26px;
      letter-spacing: .5px;
      display: block;
      margin-bottom: 5px;
      position: relative;
      font-weight: 800;
      color: #4527a4;
    }
    .padding1{
      padding-top: 20px;
    }
    .para p {
      font-size: 13px!important;
    }

}

@media only screen and (max-width: 767px) {
  .pull-right{
     float: none!important; 
  }
  .flo-le{
    float: none!important;
  }
  .mob-pad{
    padding-top: 15px;
  }
  .innovative-idea .single-item {
    margin-bottom: 0;
    padding: 33px 30px 12px 30px;
  }
  .fonts h6 {
    font-size: 21px !important;
  }
}

.icon-styled.color-main img{
width: 43px;
}



.img-border
{
border-radius: 40px;
}

.california img{
width: 80px;
}
.emerald img{
  width: 80px;
}
.fonts img{
width: 80px;
}

.dodger-blue img{
  width: 80px;
}
.royal-blue img {
width: 80px;
}


/** case-studies **/

.case-studies{
  position: relative;
  padding: 30px 0px 14px 0px;

}

.case-studies .sec-title h2,
.case-studies .sec-title p{
  color: #fff;
}

.case-studies .sec-title h2{
  margin-bottom: 60px;
}

.case-studies .sec-title{
  margin-bottom: 74px;
}

.case-studies .sec-title h2:after{
  background: #fff;
}

.case-studies .outer-container{
  position: relative;
  max-width: 1680px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.case-block-one .inner-box{
  position: relative;
  text-align: center;
}

/*.case-block-one .inner-box .image-box{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #000000;
}*/

.case-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 20px;
  transition: all 500ms ease;
}

/*.case-block-one:hover .inner-box .image-box img{
  opacity: 0.2;
  transform: scale(1.1);
}*/

.case-block-one .inner-box .image-box .box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.case-block-one .inner-box .image-box .box a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0px 25px;
  opacity: 0;
}

.case-block-one .inner-box .image-box .box a:hover{
  color: #00aeef;
}

.case-block-one:hover .inner-box .image-box .box a{
  opacity: 1;
  transform: translateX(0px) !important;
}

.case-block-one .inner-box .image-box .box a:last-child{
  transform: translateX(10px);
}

.case-block-one .inner-box .image-box .box a:first-child{
  transform: translateX(-10px);
}

.case-block-one .inner-box .image-box .box a:before{
  position: absolute;
  content: '';
/*  background: #fff;*/
  width: 2px;
  height: 30px;
  top: 4px;
  right: -28px;
  opacity: 0;
  transition: all 500ms ease;
}

.case-block-one:hover .inner-box .image-box .box a:before{
  opacity: 1;
}

.case-block-one .inner-box .image-box .box a:last-child:before{
  display: none;
}

.case-block-one .inner-box .lower-content{
  position: relative;
  padding: 16px 15px 0px 15px;
  transition: all 500ms ease;
}

.case-block-one:hover .inner-box .lower-content{
  border-color: #fff;
}

.case-block-one .inner-box .lower-content h2{
  position: relative;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
}

.case-block-one .inner-box .lower-content h2 a{
  display: inline-block;
  color: #000;
}

.case-block-one .inner-box .lower-content h2 a:hover{
  color: rgb(15,15,15);
}

.case-block-one .inner-box .lower-content .text{
  position: relative;
  font-size: 16px;
  color: #fff;
}

.case-studies .owl-nav{
  display: block;
}
.case-studies .owl-nav .owl-next {
    position: absolute;
    top: 41%;
    left: 97%;
    transform: translateY(-50%);
    display: inline-block;
    height: 40px;
    width: 43px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #000;
    background: rgb(255 236 226);
    border-radius: 5px;
    transition: all 500ms ease;
    cursor: pointer;
}
.case-studies .owl-nav .owl-prev {
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    display: inline-block;
    height: 40px;
    width: 43px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #000;
    background: rgb(255 236 226);
    border-radius: 5px;
    transition: all 500ms ease;
    cursor: pointer;
    left: -2%;
}

.case-studies .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 70px;
}

.case-studies .owl-theme .owl-dots .owl-dot.active span,
.case-studies .owl-theme .owl-dots .owl-dot span:hover{
  background: #fff;
  width: 30px;
}

.jus-cen
{
  justify-content: center;
    display: flex;
}

/*banner*/
.banner-style-nine{
  position: relative;
  padding: 295px 0px 310px 0px;
}

.banner-style-nine .image-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-nine .content-box{
  position: relative;
  margin-top: 70px;
}

.banner-style-nine .content-box .btn-box .btn-one{
  padding: 15px 43px;
}


.mob-on{
display: none;
}
.mob-off{
display: block;
}




@media (min-width:1200px) and (max-width:1300px) {

.main-menu .navigation > li > ul {
    position: absolute;
    left: -82px !important;
  }

}



@media (max-width:1200px) {

.search-box
{
  padding: 10px 16px;
}
.dropdown-bigbtn
{
  padding: 10px 16px;
}
.align-cnt-center
{
  align-content:center !important;
}
}

@media (min-width:440px) and (max-width:991px)   {
.schedule-item-2
{
  background-size: cover;
}
}
 
@media (max-width:991px) {
.mb-pad-tp-0
{
  padding-top: 0px !important;
}
.header-logo
{
  width:80px !important;
}
.mar-tp-26
{
margin-top: 13px !important;
}
.dropdown-bigbtn .btn-box a {

    padding: 8px 16px !important;
    }
.mar-tp-28
{
  margin-top: 28px;
}
.mb-hide
{
  display: none;
}
.mb-justify
{
  text-align: justify;
}
.mb-btm-25
{
  margin-bottom: 25px;
}
.btn-box a {
padding:18px 25px !important;
}
.btm-set-1 {
width: 37px !important;
}
.mb-padding-20
{
  padding: 20px 0px;
}

.mb-pad-tp-25
{
  padding-top: 25px;
}
a.blantershow-chat
{
 width: 37px !important; 
}


.dis-mb-none
{
  display: none !important;
  }
.align-cnt-center
{
  align-content:center;
}

.contact-form .btn{
  margin-top: 0px !important;
}

a.blantershow-chat {
right: 1.7% !important;
  }

.mb-mar-btm-0
{
  margin-bottom: 0px !important;
}
.mb-mar-top-0
{
  margin-top: 0px !important;
}
.strip {
    padding: 30px 0px !important;
}
.mb-txt-cen
{
  text-align: center !important;
}
.page-banner2 {
    padding: 174px 0 185px !important;
  }
  .sec-title.gallery-margin-r
  {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .mb-mar-top-10
  {
  margin-top: 10px !important;
}
.contact-details-area {
    padding: 20px 0 0px !important;
}
.mb-jus-cen
{
 justify-content: center !important;
 display: flex;
}

  }

@media (min-width:991px) {

.dis-pc-none
{
  display: none !important;
  }

}

@media (min-width:500px) {

.tab-none
{
  display: none !important;
  }

}


.transform-rotate
{
transform: rotate(-1deg) !important;
}


.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
 bottom: 84px;
    right: 16px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 88px;
    width: 33px;
    right: 1.3%;
    font-size: 18px;
    padding: 4px;
    border-radius: 30px;
box-shadow: 0 1px 15px rgb(32 33 36 / 61%);
}

a.blantershow-chat svg {
  transform: scale(1.2);
  /*margin: 0 10px 0 0;*/
}

.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 45px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
  line-height: 25px;
}

a#send-it {
  /*width: 30px;*/
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
 /* border-radius: 10px;*/
}
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 12% !important;
    right: 5% !important;
    font-size: 80% !important;
  }
}
@media screen and (max-width: 1200px) {
.index-page.show{
  display: none !important;
}
}

#whatsapp-chat.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
  z-index: 99999;
}

#whatsapp-chat.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
  z-index: 99999;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding:0px;
  background-color: #e6ddd4;
  position: relative;
}
.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("../../image-mist/images/whatsapp/whatsapp-bg.png");
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 0px;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  margin-top: 4px;
  margin-left: -54px;

}
.kAZgZq::before {
  position: absolute;
  /*background-image: url("../../image-mist/images/whatsapp/side-extend.png");*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.bMIBDo {
  font-size: 13px;
  margin-top: 4px;
  font-weight: 700;
  line-height: 18px;
  color: rgb(15,15,15);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

.whatsapp-img
{
  width: 45px !important;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
.para p {
    font-size: 15px !important;
}
}

.mar-left-10
{
  margin-left: 10px;
}

.cursor-dflt {
    cursor: default;
}


.main-menu .navigation > li.border1.current .btn-box > a {
     border: 1px solid #5423f2;
}
.sticky-header .main-menu .navigation > li.border1.current .btn-box > a
{
   border: 1px solid #5423f2;
}

.school-card__content {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 30px 30px 30px;
    position: relative;
    margin-top: -30px;
    border-radius: 4px;
}
.fnt-size-18
{
  font-size: 18px;
}

.search-input-1 {
   /* width: 82%;*/
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    padding: 2px 14px 2px 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 50px;
    border: 1px solid #391e90;
    transition: all .4s;
}
.search-btn-1 {
    background-color: transparent;
    font-size: 15px;
    padding: 6px 7px;
    margin-left: -42px;
    border: none;
    color: #112665;
    transition: all .4s;
    z-index: 10;
}

.cursor-pointer
{ 
  cursor: pointer;

}
.margin-top-20
{
margin-top: 20px;
}
.margin-top-40
{
margin-top: 40px;
}

.line-height-21
{
  line-height: 21px !important;
}


@media screen and (min-width: 997px) and (max-width: 1199px) {
.has-animation .process-shap-layout8 {
display: none;
  }
  .padd-btm-120
  {
    padding-bottom: 120px;
  }
}

.header-logo
{
  width:100px;
}

.txt-justify
{
  text-align: justify;
}
.mar-tp-26
{
margin-top: 25px;
}
.mar-tp-28
{
  margin-top: 28px;
}
.main-menu .navigation > li > ul > li.current > a
{
  color:#4527a4 !important;
}