/*--  Preloader Styles  --*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999999;
}

#preloader .preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
}

#preloader .preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #086ad8;
  -webkit-animation: preloader 1.3s linear infinite;
          animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--  Header Area CSS  --*/

/*sticky nav*/
.sticky-nav {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 0 35px rgba(0,0,0,10%);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,10%);
    transition: .5s !important;
    background: #ffffff !important;
}
.style-two.sticky-nav {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    transition: .5s !important;
    background: #5956e9 !important;
}
.stiky-logo {
display: none;
}
.sticky-nav .stiky-logo {
display: block;
}
.sticky-nav .main-logo {
display: none;
}
.mobile-menu-social-icon {
    display: none;
}
.sticky-nav .header-button a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    padding: 8px 24px;
    border: 2px solid #fff;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    transition: .5s;
}
.sticky-nav .header-button a:hover {
    border-color: #fff;
    background: #fff;
    color: #fc4a1a;
}
.sticky-nav .dreamit-header-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    margin: 27px 0;
    font-family: 'Montserrat', sans-serif;
}
.sticky-nav .dreamit-header-menu ul li a i {
    font-size: 13px;
    color: #fff;
}
.sticky-nav .dreamit-header-menu ul li a:hover {
    color: #fff;
}
.sticky-nav .search-box-btn.search-box-outer span {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}


.logo-txt::before{
    content: "dreamit";
    position: absolute;
    top: 17px;
    left: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 9999;
    font-weight: 700;
    display: none;
}
.menu-toggle {
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 17px;
    display: none;
    cursor: pointer;
}
.mobile-angle-icon{
    display: none !important;
}


.header-area {
    background: #ffffff;
} 
.website-header-logo {
    /*margin-top: 18px;*/
	margin-top:0px;
} 
.website-header-menu {
    padding: 4px 0;
    text-align: right;
}
.website-header-menu ul {
    display: inline-block;
}
.website-header-menu ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.website-header-menu ul li a {
    display: inline-block;
    color: #1b1d21;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    margin: 27px 0;
    font-family: 'Montserrat', sans-serif;
}
.website-header-menu ul li a:hover,
.website-header-menu ul li.active-menu a {
    color: #5956e9;
}
.header-button {
    display: inline-block;
}
.header-button a {
    font-size: 14px;
    font-weight: 500;
    color: white;
    background: #5956e9;
    padding: 8px 28px;
    border: 2px solid transparent;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    transition: .5s;
}
.header-button a:hover {
    border-color: #5956e9;
    background: #fff;
    color: #5956e9;
}
.website-header-menu ul li a i {
    font-size: 13px;
    color: #63636b;
}
.header-button2 a {
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    padding: 8px 28px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    transition: .5s;
    color: #fff;
}
.header-button2 a:hover {
    border-color: #fff;
    background: #fff;
    color: #5956e9;
}
/*style two*/
.style-two.header-area {
    background: transparent;
    position: fixed;
    z-index: 12;
    padding: 10px 0 0;
    top: 0px;
    left: 0;
    right: 0;
}
.style-two .website-header-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    margin: 27px 0;
    font-family: 'Montserrat', sans-serif;
}
.style-two .website-header-menu ul li a i {
    font-size: 13px;
    color: #fff;
}
.style-three.header-area {
    background: transparent;
    position: relative;
    z-index: 10;
    margin-bottom: -100px;
}
/*style three*/
.style-three.header-area {
    background: transparent;
    position: fixed;
    z-index: 12;
    padding: 10px 0 0;
    top: 50px;
    left: 0;
    right: 0;
}
.style-three.header-area.sticky-nav{
    top: 0;
}
.style-three .website-header-menu ul li a {
    color: #fff;
}
.style-three .website-header-menu ul li a i {
    color: #fff;
}
/* Sub Menu Css */
.website-header-menu ul li .sub-menu {
    opacity: 0;
    background: #fff;
    width: 252px;
    position: absolute;
    left: 0;
    top: 150%;
    transition: .5s;
    z-index: 22;
    overflow: hidden;
    visibility: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 3px solid #5956e9;
    padding: 10px 0;
    text-align: left;
    z-index: 222;
}
.website-header-menu ul li:hover .sub-menu{
    opacity: 1;
    top: 101%;
    visibility: visible;
}
.website-header-menu ul li .sub-menu ul li {
    display: block;
}
.website-header-menu ul li .sub-menu ul li a {
    visibility: inherit;
    padding: 8px 30px;
    transition: .5s;
    display: block;
    font-size: 15px;
    color: #333 !important;
    transition: .5s;
    margin: 0;
}
.website-header-menu ul li .sub-menu ul li a:hover{
    color:#5956e9 !important;
}
/* Home Two Css */
.single-middle-address-icon i {
    font-size: 30px;
    float: left;
    color: #5956e9;
    padding-right: 15px;
}

.single-middle-address-content h3 {
    color: #565872;
    font-size: 15px;
    font-weight: 600;
}
.single-middle-address-content a:hover {
    color: #333;
}

.single-middle-address-content a {
    color: #5956e9;
    transition: .5s;
}
/* ==========================================
    End header middle area Css 
   =========================================*/

/* ==========================================
    Start Career area Css 
   =========================================*/
.career-section-03 {
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.career-section-02 {
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.career-section-02 .career-content-wrap-02 {
  margin-top: 60px;
}

.career-section-02 .single-career-02 {
  background: #ffffff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  width: 570px;
  margin: 0 40px;
  position: relative;
}

.career-section-02 .single-career-02 .career-thumb {
  position: absolute;
  left: -7%;
  top: 50%;
  transform: translateY(-65%);
  z-index: 3;
}

.career-section-02 .single-career-02 .career-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #086ad8;
    width: 135px;
    height: 135px;
    border-radius: 10px;
    transform: translate(5px, 5px);
    z-index: -1;
}

.career-section-02 .single-career-02 .career-thumb img {
  border-radius: 10px;
}

.career-section-02 .single-career-02 .career-content {
  padding: 40px 130px;
  padding-right: 40px;
}

.career-section-02 .single-career-02 .career-content p {
  font-size: 20px;
  line-height: 32px;
  color: #4c4d56;
  margin-top: 20px;
  margin-bottom: 15px;
}

.career-section-02 .career-02 .career-content .name {
  font-size: 16px;
  line-height: 20px;
  color: #0e0e0e;
}

.career-section-02 .single-career-02 .career-content .designation {
  font-size: 12px;
  line-height: 20px;
  color: #47484a;
}

.career-02-active .swiper-pagination {
  position: relative;
  margin-top: 50px;
}

.career-02-active .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
}

.career-02-active .swiper-pagination .swiper-pagination-bullet::after {
  border: 1px solid #ffffff;
}

.career-02-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.job-details.hide{ display:none;}
.job-list,.job-list li{list-style:none;}

@media only screen and (max-width: 1399px) {
  .career-section-02 .single-career-02 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .career-section-02 .career-testimonial-02 {
    width: 100%;
    text-align: center;
  }
  .career-section-02 .single-career-02 .career-thumb {
    position: relative;
    text-align: center;
    left: 0;
    top: 0;
    padding-top: 40px;
    transform: translateY(0%);
  }
  .career-section-02 .single-career-02 .career-content {
    padding: 40px 45px;
  }
}

/* ==========================================
    End Career area Css 
   =========================================*/

/* ==========================================
    start search Popup Css 
   =========================================*/  
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); 
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #5956e9;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #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;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup .close-search span{
    position: relative;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}
.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
    color: #fff;
    font-size: 25px;
    display: inline-block;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-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;
    font-weight:500;
    text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.search-box-btn.search-box-outer {
    float: right;
    margin-top: 29px;
}
.search-box-btn.search-box-outer span {
    color: #f00;
    cursor: pointer;
    font-size: 16px;
}
/* ==========================================
	start slider area Css 
   =========================================*/
.slider1 {
    height: 850px;
    background: url("../images/slider1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slider2 {
    height: 850px;
    background: url("../images/slider2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slider3{
    height: 850px;
    background: url("../images/slider3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.website-slider-content {
    background: #fff;
    padding: 40px 20px 55px 45px;
    box-shadow: 0 0 1.5625rem 0 rgba(54, 186, 254, 0.1);
    border-radius: 7px;
    border-left: 7px solid #5956e9;
}
.website-slider-content-text h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}
.website-slider-content-text h4:before {
    position: absolute;
    content: "";
    right: -72px;
    top: 8px;
    height: 4px;
    width: 55px;
    background: #5956e9;
    border: 4px solid transparent;
    border-bottom: 0;
    border-radius: 0 0px 15px 15px;
}
.website-slider-content-text h1 {
    font-size: 40px;
    line-height:1.2;
}
.website-slider-content-text p {
    margin: 22px 0 20px;
    width: 89%;
}
.slider-button a {
    padding: 14px 45px;
    background: -webkit-linear-gradient(-9deg, #5956e9 0%, #673ab7 97%);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    transition: .5s;
    position: relative;
    margin-top: 15px;
    transition: .3s;
}
.slider-button a:hover {
    background: -webkit-linear-gradient(-9deg, #673ab7 0%, #5956e9 97%);
}
.slider-video-icon {
    position: relative;
    float: right;
    margin: -55px 215px;
}
.slider-video-icon a {
    display: inline-block;
    background: #5956e9;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    line-height: 55px;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 23px;
}
/*style two*/
.slider5 .website-slider-content, .slider4 .website-slider-content {
    background: inherit;
    padding: 0;
    box-shadow: none;
    border-radius: 7px;
    border-left: none;
}
.slider4 .website-slider-content-text h4, .slider5 .website-slider-content-text h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    color: #fff;
}
.slider4 .website-slider-content-text h1, .slider5 .website-slider-content-text h1 {
    font-size: 60px;
    line-height: 0.9;
    color: #fff;
}
.slider4 .website-slider-content-text p, .slider5 .website-slider-content-text p {
    margin: 25px 0 30px;
    width: 58%;
    color: #fff;
    font-size: 18px;
}
.slider4 .slider-button a, .slider5 .slider-button a {
    padding: 14px 45px;
    background: #5956e9;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    transition: .5s;
    position: relative;
    transition: .3s;
    margin: 0;
}
.slider4 .video-icon a, .slider5 .video-icon a {
    width: 50px;
    height: 50px;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #5956e9;
    font-size: 23px;
    z-index: 1;
}
.slider4 .video-icon, .slider5 .video-icon {
    left: 92%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}
.slider4 .slider-button a:hover, .slider5 .slider-button a:hover {
    background: #673ab7;
}
.slider5 .slider-button {
    float: left;
    margin: 15px 30px 0 0;
}
.slider5 .slider-button-two a {
    padding: 14px 40px;
    background: #673ab7;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    transition: .5s;
    position: relative;
    margin-top: 15px;
    transition: .3s;
}
.slider5 .slider-button-two a:hover {
    background: #5956e9;
}
/*style three*/
.slider6 .website-slider-content, .slider7 .website-slider-content {
    background: inherit;
    padding: 0;
    box-shadow: none;
    border-radius: 7px;
    border-left: none;
}
.slider6 .website-slider-content-text h4, .slider7 .website-slider-content-text h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    color: #fff;
}
.slider6 .website-slider-content-text h1, .slider7 .website-slider-content-text h1 {
    font-size: 70px;
    line-height: 0.9;
    color: #fff;
}
.slider6 .website-slider-content-text p, .slider7 .website-slider-content-text p {
    margin: 25px 0 30px;
    width: 58%;
    color: #fff;
    font-size: 18px;
}
.slider6 .slider-button, .slider7 .slider-button {
    float: left;
}
.slider6 .slider-button a, .slider7 .slider-button a {
    padding: 14px 45px;
    background: #5956e9;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    transition: .5s;
    position: relative;
    margin-top: 15px;
    transition: .3s;
}
.slider6 .slider-button-two a, .slider7 .slider-button-two a {
    padding: 14px 45px;
    background: #673ab7;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    transition: .5s;
    position: relative;
    margin-top: 15px;
    transition: .3s;
}
.slider6 .slider-button-two a, .slider7 .slider-button-two a {
    margin-left: 30px;
    display: inline-block;
}
.slider6 .slider-button a:hover, .slider7 .slider-button a:hover {
    background: #673ab7;
}
.slider6 .slider-button-two a:hover, .slider7 .slider-button-two a:hover {
    background: #5956e9;
}
/*style four*/
.slider8 .website-slider-content, .slider9 .website-slider-content {
    background: inherit;
    padding: 0;
    box-shadow: none;
    border-radius: 7px;
    border-left: none;
}
.slider8 .website-slider-content-text h1, .slider9 .website-slider-content-text h1 {
    font-size: 60px;
    line-height: 1;
}
.slider9 .website-slider-content-text p {
    margin: 25px 0 34px;
    width: 57%;
    font-size: 18px;
}
.slider8 .website-slider-content-text p {
    margin: 25px 0 34px;
    width: 100%;
    font-size: 18px;
}
.slider8 .slider-button a, .slider9 .slider-button a {
    padding: 14px 45px;
    background: #5956e9;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    transition: .5s;
    position: relative;
    margin-top: 15px;
    transition: .3s;
}
.slider8 .slider-button a:hover, .slider9 .slider-button a:hover {
    background: #673ab7;
    color: #fff;
}
.slider8 .slider-video-icon, .slider9 .slider-video-icon {
    position: relative;
    float: left;
    margin: -55px 205px;
}
/*style five*/
.slider10 .website-slider-content {
    background: inherit;
    padding: 0;
    box-shadow: none;
    border-radius: 7px;
    border-left: none;
    margin-left: 70px;
}
.slider11 .website-slider-content {
    background: inherit;
    padding: 0;
    box-shadow: none;
    border-radius: 7px;
    border-left: none;
}
.slider10 .website-slider-content-text h1 span, .slider11 .website-slider-content-text h1 span {
    font-size: 70px;
    font-weight: 800;
    color: #5956e9;
}
.slider10 .website-slider-content-text h1, .slider11 .website-slider-content-text h1 {
    font-size: 70px;
    line-height: 1;
    font-weight: 800;
}
.slider10 .website-slider-content-text p {
    margin: 25px 0 34px;
    width: 80%;
    font-size: 18px;
}
.slider11 .website-slider-content-text p {
    margin: 25px 0 34px;
    width: 50%;
    font-size: 18px;
}
.slider10 .slider-button a, .slider11 .slider-button a {
    padding: 14px 74px;
    background: #5956e9;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    transition: .5s;
    position: relative;
    margin-top: 15px;
    transition: .3s;
}
.slider10 .slider-button a:hover, .slider11 .slider-button a:hover {
    background: #673ab7;
    color: #fff;
}
.slider10 .slider-button2 a:hover, .slider11 .slider-button2 a:hover {
    background: #5956e9;
    color: #fff;
}
.slider10 .slider-button, .slider11 .slider-button {
    float: left;
}
.slider10 .slider-button2 a, .slider11 .slider-button2 a {
    padding: 14px 74px;
    background: #673ab7;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    transition: .5s;
    position: relative;
    margin-top: 15px;
    transition: .3s;
    margin-left: 30px;
}
/*style six*/
.slider12 .website-slider-content {
    background: inherit;
    padding: 0;
    box-shadow: none;
    border-radius: 7px;
    border-left: none;
    margin-left: 70px;
}
.slider12 .website-slider-content-text h1 {
    font-size: 85px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
    text-align: center;
}
.slider12 .website-slider-content-text p {
    margin: 25px 0 34px;
    width: 58%;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: 20px auto 35px;
}
.slider12 .slider-button {
    text-align: center;
}
.slider12 .slider-button a {
    padding: 14px 74px;
    background: #5956e9;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    transition: .5s;
    position: relative;
    margin-top: 15px;
    transition: .3s;
}
.slider12 .slider-button a:hover, .slider11 .slider-button a:hover {
    background: #673ab7;
    color: #fff;
}
.slider12 .slider-button2 a:hover, .slider11 .slider-button2 a:hover {
    background: #5956e9;
    color: #fff;
}
/*style seven*/
.slider13 .website-slider-content, .slider14 .website-slider-content {
    background: inherit;
    padding: 0;
    box-shadow: none;
    border-radius: 7px;
    border-left: none;
    margin-left: 70px;
}
.slider13 .website-slider-content-text h4, .slider14 .website-slider-content-text h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
    color: #fff;
    text-align: center;
}
.slider13 .website-slider-content-text h1, .slider14 .website-slider-content-text h1 {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.slider13 .website-slider-content-text p, .slider14 .website-slider-content-text p {
    margin: 25px 0 34px;
    width: 55%;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: 20px auto 35px;
}
.slider13 .slider-button, .slider14 .slider-button {
    text-align: center;
}
.slider13 .slider-button a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 40px;
    font-weight: 600;
    overflow: hidden;
    background: #673ab7;
    border-radius: 3px;
    text-transform: capitalize;
    transition: .5s;
    z-index: 1;
}
.slider14 .slider-button a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #5956e9;
    padding: 12px 40px;
    font-weight: 600;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    text-transform: capitalize;
    transition: .5s;
    z-index: 1;
}
.slider13 .slider-button a:hover {
    background: #5956e9;
    color: #fff;
}
.slider14 .slider-button a:hover {
    background: #5956e9;
    color: #fff;
}
/*style eight*/
.slider15 .website-slider-content, .slider16 .website-slider-content {
    background: inherit;
    padding: 0;
    box-shadow: none;
    border-radius: 7px;
    border-left: none;
    margin-left: 70px;
}
.slider15 .website-slider-content-text h2, .slider16 .website-slider-content-text h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    margin: 0 0 15px;
}
.slider15 .website-slider-content-text h1, .slider16 .website-slider-content-text h1 {
    font-size: 90px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    display: block;
    margin: 0;
    letter-spacing: 2px;
    line-height: 1.1;
}
.slider16 .website-slider-content-text h1 {
    font-size: 90px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    display: block;
    margin: 0;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.1;
}
.slider15 .website-slider-content-text p {
    width: 80%;
    text-align: left;
    color: #fff;
    margin: 20px 0 30px;
    font-size: 25px;
    line-height: 35px;
}
.slider16 .website-slider-content-text p {
    width: 68%;
    color: #fff;
    text-align: center;
    margin: 22px auto 35px;
    font-size: 25px;
    line-height: 35px;
}
.slider15 .em-slider-button {
    float: left;
    margin-right: 12px;
}
.slider16 .em-slider-button {
    float: left;
    margin-right: 12px;
}
.slider15 .em-slider-button a {
    background: #5956e9;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0;
    padding: 15px 41px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    border-radius: 2px;
    border: 1px solid transparent;
    font-weight: 600;
    margin-top: 15px;
}
.slider16 .em-slider-button a  {
    background: #5956e9;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0;
    padding: 15px 41px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    border-radius: 2px;
    border: 1px solid transparent;
    font-weight: 600;
    margin-top: 15px;
}
.slider15 .em-slider-button2 a {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.8);
    padding: 15px 41px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    transition: .3s;
    margin-top: 15px;
    border-radius: 2px;
}
.slider16 .em-slider-button2 a {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.8);
    padding: 15px 41px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    transition: .3s;
    margin-top: 15px;
    border-radius: 2px;
}
.slider15 .em-slider-button a:hover {
    background: #fff;
    color: #5956e9;
    border-color: #fff;
}
.slider16 .em-slider-button a:hover {
    background: #fff;
    color: #5956e9;
    border-color: #fff;
}
.slider15 .em-slider-button2 a:hover {
    background: #fff;
    border-color: #fff;
    color: #5956e9;
}
.slider16 .em-slider-button2 a:hover {
    background: #fff;
    border-color: #fff;
    color: #5956e9;
}
.slider15 .slider-button a:hover, .slider16 .slider-button a:hover  {
    background: #5956e9;
    color: #fff;
}
/*landing one*/
.landing-one .website-slider-content {
    background: #5956e9;
    padding: 50px 2px 55px 45px;
    border-radius: 5px;
    border: 7px solid #fff;
    box-shadow: 0 0 1.5625rem 0 rgb(54 186 254 / 10%);
}
.landing-one .video-icon {
    left: 52%;
    position: absolute;
    top: 78%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}
.landing-one .video-icon a {
    width: 50px;
    height: 50px;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #5956e9;
    font-size: 18px;
    z-index: 1;
}
/*landing two*/
.landing-two.slider-area {
    height: 850px;
    background: url(assets/images/landing.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.landing-two .website-slider-content {
    background: inherit;
    padding: 0;
    box-shadow: none;
    border-radius: 0px;
    border-left: inherit;
}
.landing-two .website-slider-content-text h1 {
    font-size: 65px;
    line-height: 0.9;
    text-align: center;
    padding: 0;
}
.landing-two .slider-button {
    text-align: center;
    margin-right: 25px;
}
.landing-two .slider-button a {
    background: #5956e9;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 12px 35px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 500;
}
.landing-two .slider-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    border-radius: 5px;
}
.slider-button2 a {
    background: #5956e9;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 12px 35px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 500;
}
.landing-two .slider-button2 a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    border-radius: 5px;
}
.slider-button2 a:hover:before{
    opacity:1;
    width: 100%;
}
.slider-button a:hover:before{
    opacity:1;
    width: 100%;
}
.landing-two .slider-button a:hover {
    color: #5956e9;
}
.landing-two .slider-button2 a:hover {
    color: #5956e9;
}
/*nav css*/
.owl-nav {
    position: relative;
}
.owl-prev, .owl-next {
    position: absolute;
    top: -500px;
    height: 78px;
    width: 50px;
    line-height: 76px;
    border: 1px solid #5956e9;
    text-align: center;
    border-radius: 2px;
    font-size: 25px;
    color: #5956e9;
    transition: .5s;
}
.owl-next {
    right: -58px;
}
.owl-prev {
    left: -58px;
}

.owl-prev:hover {
    background: #5956e9;
    color: #fff;
}
.owl-next:hover{
    background: #5956e9;
    color: #fff;  
}
.slider_list:hover .owl-prev{
	left:40px;
}
.slider_list:hover .owl-next{
	right: 40px;
}
/*====================================================
--< Flip Box Area Css -->
======================================================*/
.row.navigation {
    position: relative;
    margin-top: -85px;
    z-index: 1;
}
.flip-box {
    background-color: transparent;
    width: 265px;
    height: 270px;
    border: 0;
    perspective: 1000px;
    margin-bottom: 30px;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
/*.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}*/

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 22;
}
.flip-box-front {
    background: linear-gradient(rgba(69, 181, 252, 0.80), rgba(94, 113, 208, 0.80));
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 59px 15px;
    border-radius: 7px;
}
.style-two .flip-box-front {
    background: linear-gradient(rgba(105, 85, 190, 0.90), rgba(112, 67, 179, 0.90));
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 59px 15px;
    border-radius: 7px;
}
.flip-box-icon i {
    font-size: 60px;
    color: #fff;
    display: inline-block;
    margin: 26px 0 25px;
}
.flip-box-img img {
    filter: brightness(0) invert(1);
    width: 65px;
}

.flip-box-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.flip-box-content h2 {
    font-size:24px;
    font-weight: 700;
    color: #fff;
}

.flip-box-content h5 {
    font-size:16px;
    font-weight: 500;
    color: #fff;
}

.flip-box-back {
    background:linear-gradient(195deg, #086ad8 0%, #42b9ff 100%);
    color: white;
    transform: rotateX(180deg);
    padding: 43px 20px;
    border-radius: 7px;
}
.flip-box-content p {
    padding: 20px;
    font-size: 15px;
}
/*style two*/
.style-five .flip-box-front {
    background: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 59px 15px;
    border-radius: 7px;
    border: 1px solid #ffffff;
    box-shadow: 3px 3px 13px 0 rgb(0 0 0 / 10%);
}
.style-five .flip-box-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1b1d21;
}
.style-five .flip-box-icon i {
    font-size: 60px;
    display: inline-block;
    margin: 16px 0 30px;
    color: #1b1d21;
}
.style-five .flip-box-back {
    background: #5956e9;
    color: white;
    transform: rotateX(180deg);
    padding: 43px 20px;
    border-radius: 7px;
    border: 1px solid #673ab7;
}
.style-five .flip-box-content p {
    padding: 11px;
    font-size: 15px;
    font-family: 'Montserrat';
}
/*====================================================
--< dreamit Nivo Slider Area Css -->
======================================================*/
.nivo_slider_area {
position: relative;
}
.nivo-caption {
    background: rgba(0, 0, 0, 0.0);
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em_slider_inner {
margin: auto;
position: absolute;
top: 50%;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9999;
}
/ slider title /
.em-slider-title {
color: #fff;
font-size: 15px;
font-weight: 600;
margin-bottom: 23px;
text-transform: uppercase;
}
.em-slider-main-title {
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 2px;
    display: block;
}
.em-slider-sub-title {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 11px;
}
.em-nav-slider-title-center {
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    margin: 0;
    display: block;
    letter-spacing: 2px;
}
.em-nav-slider-title-centerspan{
color: #0c5adb;
}
.em-slider-up-title {
font-size: 38px;
color: #fff;
font-weight: 300;
padding-bottom: 8px;
letter-spacing: 3px;
text-transform: uppercase;
}
.em-slider-sub-em-title {
font-size: 24px;
color: #fff;
font-weight: 500;
}
.em-slider-descript p {
    padding: 5px;
    width: 72%;
    margin: 20px 0 32px;
    font-size: 25px;
}
.text-left .em-slider-descript {
   margin-left: 0;
   margin-right: auto;
}
.text-center .em-slider-descript {
    margin: 18px auto 22px;
    width: 68%;
    font-size: 30px;
    line-height: 38px;
}
.text-right .em-slider-descript {
    margin-right: 0;
    margin-left: auto;
    width: 60%;
    font-size: 17px;
    padding-top: 25px;
}
.text-center {
  text-align: center;
}
/ slider button /
.em-slider-button.wow.bounceInUp.em-button-button-area.animated {
padding-top: 19px;
}
.em-button-button-area a {
    border: 1px solid #ccc;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    background: #5956e9;
    border-color:#5956e9;
    margin-top: 12px;
    padding: 15px 41px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    z-index: 999;
    letter-spacing: 0;
    border-radius: 2px;
    font-weight: 600;
}
a.em-active-button-two {
    border: 1px solid #ccc;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    background: transparent;
    border-color: rgba(255,255,255,0.8);
    margin-top: 12px;
    padding: 15px 41px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    z-index: 999;
    letter-spacing: 0;
    border-radius: 2px;
    font-weight: 600;
}
.em-button-button-area a:hover {
color: #fff;
background: #0c5adb;
border-color: #0c5adb;
}
.em-button-button-area a:hover {
    color: #5956e9;
    background: #fff;
    border: 1px solid #ccc;
}
.em-slider-half-width {
width: 50%;
}
.em-slider-left {
padding-right: 30px;
}
.em-slider-right {
padding-left: 30px;
}
.em-slider-full-width {
width: 85%;
}
.em-slider-half-width .em-slider-descript {
width: 100%;
}
.nivo-controlNav {
    float: right;
    padding: 15px 0;
    text-align: center;
    position: relative;
    margin-top: -202px;
    z-index: 22;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px 0 0 5px;
}
.em-nivo-slider-wrapper .nivo-directionNav a {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 75px;
width: 50px;
line-height: 68px;
text-align: center;
display: block;
border-radius: 50%;
color: #0c5adb;
font-size: 40px;
left: 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
border-radius: 0;
background: #fff;
margin-right: 30px;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {
margin-left: 30px;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
left: auto;
right: 0;
}
.em-nivo-slider-wrapper .nivo-directionNav a {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 78px;
    width: 50px;
    line-height: 74px;
    border: 1px solid #5956e9;
    text-align: center;
    display: block;
    color: #5956e9;
    font-size: 28px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
background: #5956e9;
border-color: #5956e9;
color: #fff;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
left: 50px;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
left: auto;
right: 50px;
}
/*control Nav*/
.em-nivo-slider-wrapper .nivo-controlNav {
bottom: 50px;
padding: 0;
position: absolute;
width: 100%;
z-index: 9;
display: none;
}
.em-nivo-slider-wrapper .nivo-controlNav a {
    background: #5956e9;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    margin: 0 5px;
    width: 25px;
    color: #fff;
    line-height: 25px;
}

.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
background: #172541 none repeat scroll 0 0;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.cd-headline.clip span {
display: inline-block;
padding: 0 0 0;
}
.cd-headline.clip span b{
display:inline-block;
color:#fff;
text-transform:uppercase;
}

/* ==========================================
	End slider area Css  
   =========================================*/

 /*==========================================
    Video  Css  
 ==========================================*/
.video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}
.video-icon a {
    width: 60px;
    height: 60px;
    line-height: 65px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #5956e9;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #fff;
    font-size: 26px;
    z-index: 1;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}
/*style two*/
.style-two.video-icon {
    left: 50%;
    position: absolute;
    top: -15%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}
.style-two.video-icon a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    background: rgba(255,255,255, 0.8);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
    opacity: 0;
    }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
    opacity: 0;
    }
}
/*==========================================
    Start about area Css  
  ==========================================*/ 
.website-about-single-img img {
    width: 100%;
}  
.website-about-content-box {
    border-radius: 30px 30px 0 0;
    background: #fff;
    position: relative;
    padding: 15px 30px 14px 30px;
    border-top: 9px solid #5956e9;
    box-shadow: 0 8px 65px rgba(12,12,12,.19);
    z-index: 1;
    width: 84%;
    margin: auto;
    margin-left: 68px;
    margin-top: -80px;
    margin-bottom: 30px;
}
.icon-thumb {
    float: left;
    margin: 17px 25px 0 0px;
}
.website-about-awarded h2 {
    font-size: 24px;
    margin-bottom: 5px;
}
.website-about-icon i {
    display: inline-block;
    font-size: 40px;
    color: #5956e9;
    transition: .5s;
}
.website-about-title h2 {
    font-size: 22px;
    font-family: 'Montserrat';
    margin: 16px 0 7px;
    transition: .5s;
}
.website-about-content {
    margin-top: 28px;
}
.website-about-title p {
    color: #63636b;
    margin-bottom: 25px;
}
.website-about-content:hover .website-about-icon i {
    transform: rotateY(180deg);
}
/*Dreamit section title*/
.website-section-title h4 {
    font-size: 16px;
    font-weight: 600;
    color: #5956e9;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0;
    letter-spacing: 1px;
    z-index: 1;
}
.website-section-title h4:before {
    position: absolute;
    content: "";
    right: -72px;
    top: 7px;
    height: 4px;
    width: 55px;
    background: #5956e9;
    border: 4px solid transparent;
    border-bottom: 0;
    border-radius: 0 0px 15px 15px;
}
.bg-bar.website-section-title h4:before {
    position: absolute;
    content: "";
    right: -72px;
    top: 7px;
    height: 4px;
    width: 55px;
    background: #fff;
    border: 4px solid transparent;
    border-bottom: 0;
    border-radius: 0 0px 15px 15px;
}
.bg-bar.website-section-title h4:after {
    position: absolute;
    content: "";
    left: -72px;
    top: 7px;
    height: 4px;
    width: 55px;
    background: #fff;
    border: 4px solid transparent;
    border-bottom: 0;
    border-radius: 0 0px 15px 15px;
}
.bg-bar2.website-section-title h4:before {
    position: absolute;
    content: "";
    right: -72px;
    top: 7px;
    height: 4px;
    width: 55px;
    background: #5956e9;
    border: 4px solid transparent;
    border-bottom: 0;
    border-radius: 0 0px 15px 15px;
}
.bg-bar2.website-section-title h4:after {
    position: absolute;
    content: "";
    left: -72px;
    top: 7px;
    height: 4px;
    width: 55px;
    background: #5956e9;
    border: 4px solid transparent;
    border-bottom: 0;
    border-radius: 0 0px 15px 15px;
}
.website-section-title h3 {
    font-size: 38px;
    font-weight: 800;
    margin-top: 0;
    line-height: 1.2;
}
.website-section-title span {
    color: #5956e9;
}
.website-section-title p {
    font-size: 17px;
}
.text-alignm p {
    margin-top: 15px;
    font-size: 17px;
}
p.em-section {
    font-size: 15px;
}
.em-bar {
    position: relative;
    z-index: 1;
}
.em-bar:before {
    position: absolute;
    content: "";
    top: 18px;
    display: block;
    width: 52px;
    height: 4px;
    background: #5956e9;
    left: 0;
    z-index: -1;
    border-radius: 0 0 5px 5px;
}
.em-bar-center {
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
}
.em-bar-center:before {
    position: absolute;
    content: "";
    top: 20px;
    display: block;
    width: 52px;
    height: 4px;
    background: #5956e9;
    left: 0;
    z-index: -1;
    border-radius: 0 0 5px 5px;
    right: 0;
    margin: auto;
}
.website-about-title h2:hover {
    color: #5956e9;
}
/*style two*/
.text-alignm p {
    margin-top: 15px;
    font-size: 17px;
    width: 91%;
}
.style-two .website-about-icon i {
    display: inline-block;
    font-size: 40px;
    background: #5956e9;
    color: #Fff;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
}
.style-two .website-about-content:hover .website-about-icon i {
    transform: rotateY(180deg);
}
/*home page three*/
.style-three .text-alignm p {
    margin-top: 15px;
    font-size: 17px;
    width: 100%;
}
.style-three .website-about-content {
    margin-top: 16px;
}
.website-about-content-inner ul {
    display: inline-block;
    list-style: none;
}
.website-about-content-inner ul li {
    padding: 12px 0;
    display: inline-block;
    color: #1b1d21;
    font-weight: 600;
}
.website-about-content-inner ul li i {
    display: inline-block;
    color: #5956e9;
    font-size: 25px;
    margin-right: 15px;
}
li.green i {
    color: #673ab7 !important;
}
.about-button a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #5956e9;
    padding: 9px 40px;
    border-radius: 3px;
    border: 2px solid #5956e9;
    transition: .5s;
    line-height: 30px;
    overflow: hidden;
    margin-top: 15px;
}
.about-button a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: -50px;
    bottom: 0;
    border-bottom: 55px solid #ffffff;
    border-right: 30px solid transparent;
    transform: translateX(-100%);
    z-index: -1;
    transition: all 600ms ease;
}
.about-button a:after {
    position: absolute;
    content: "";
    top: 0;
    left: -50px;
    bottom: 0;
    right: 0;
    border-left: 30px solid transparent;
    border-bottom: 55px solid #ffffff;
    transform: translateX(100%);
    transition: all 600ms ease;
    z-index: -1;
}
.about-button a:hover {
    color: #5956e9 !important;
}
.about-button a:hover:before {
    transform: translateX(-40%);
}
.about-button a:hover:after {
    transform: translateX(40%);
}
/*style four*/
.alignm p {
    color: #232323;
    font-size: 21px;
    font-weight: 300;
    margin: 45px 0 15px;
}
.about-text p {
    color: #616161;
    margin-bottom: 30px;
    font-size: 15px;
}
.about-icon a {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 65px;
    background: #5956e9;
    text-align: center;
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
}
.about-icon h3 {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-left: 24px;
}

.about-button2 {
    margin-top: 18px;
}
.about-button2 a {
    display: inline-block;
    padding: 12px 32px;
    color: #fff;
    background: #5956e9;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
    text-align: right;
}
.about-button2 a:hover {
    background: #673ab7;
}
/*style six*/
.style-six .website-about-content-box {
    border-radius: inherit;
    background: #5956e9;
    position: relative;
    padding: 35px 26px 32px 34px;
    border-top: 9px solid #fff;
    box-shadow: 0 8px 65px rgb(12 12 12 / 19%);
    z-index: 1;
    width: 70%;
    margin: auto;
    margin-left: 104px;
    margin-top: -70px;
    margin-bottom: 30px;
}
.style-six .website-about-title {
    float: left;
    margin-right: 35px;
}
.style-six .website-about-title h2 {
    font-size: 70px;
    font-family: 'Montserrat';
    margin: 0;
    color: #fff;
}
.style-six .website-about-awarded p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.style-six .alignm p {
    color: #63636b;
    font-size: 22px;
    font-weight: 300;
    margin: 40px 0 45px;
}
.website-about-icon-box {
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    padding: 18px 14px 18px 18px;
    display: flex;
    border-radius: 3px;
    margin-bottom: 22px;
    transition: .5s;
    position: relative;
    background: #fff;
    z-index: 1;
}
.website-about-icon-box:before {
    position: absolute;
    z-index: -1;
    content: "";
    height: 32px;
    width: 32px;
    bottom: 0;
    background: rgba(252,74,26,0.1);
    right: 0;
    border-radius: 10px 0 0 0;
    transition: all .3s;
}
.style-six .about-icon {
    float: left;
    margin-right: 10px;
}
.style-six .about-icon i {
    background: #5956e9;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    border-radius: 3px;
}
.style-six .about-content h5 {
    font-size: 17px;
    font-weight: 700;
    color: #1b1d21;
    margin-top: 7px;
}
.style-six .about-content {
    overflow: hidden;
}
.website-about-icon-box:hover:before {
    background: rgba(252,74,26,0.3);
    height: 100%;
    width: 100%;
    border-radius: 3px;
}
/*style seven*/
.style-seven .website-section-title p {
    font-size: 15px;
    margin: 0;
}
.style-seven .website-about-content {
    margin-top: 16px;
}
.style-seven .website-about-icon {
    float: left;
    margin-right: 25px;
}
.style-seven .website-about-icon i {
    display: inline-block;
    font-size: 30px;
    color: #5956e9;
}
.style-seven .website-about-title h2 {
    font-size: 18px;
    font-family: 'Istok Web', sans-serif;
    margin: 16px 0 7px;
}
.style-seven .website-about-title {
    overflow: hidden;
}
.style-seven .website-about-title h2 {
    font-size: 18px;
    font-family: 'Istok Web', sans-serif;
    margin: 0 0 6px;
}
.style-seven .website-about-title p {
    color: #6a7c92;
    margin-bottom: 25px;
}
/*style eight*/
.style-eight .website-about-content-box {
    border-radius: 30px 30px 0 0;
    background: #fff;
    position: relative;
    padding: 15px 30px 14px 30px;
    border-top: 9px solid #f00;
    box-shadow: 0 8px 65px rgb(12 12 12 / 19%);
    z-index: 1;
    width: 100%;
    margin: 0;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 17px;
}
p.em-aligm {
    font-size: 15px;
    margin-top: 45px;
}
p.recent {
    font-size: 21px;
    color: #232323;
    font-weight: 300;
}
p.recent {
    font-size: 21px;
    color: #232323;
    font-weight: 300;
    margin-top: 44px;
    margin-bottom: -10px;
}
/*style nine*/
.kc-content-icon {
    float: left;
    margin-right: 25px;
}
.kc-content-icon i {
    font-size: 40px;
    color: #5956e9;
    display: inline-block;
}
.kc-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #444;
}
.kc-about-content-box {
    padding: 20px 30px 34px 30px;
    box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}
/*==========================================
   End about area Css  
 ==========================================*/ 

/*==========================================
   Start clients area Css  
 ==========================================*/
ul.clients{margin:0}
ul.clients li{float:left;width:16.666%;margin:0!important;list-style:none}
ul.clients .client_wrapper{padding:10px 15px;margin:10px;background:rgba(0,0,0,.01);text-align:center;line-height:0;height:75px;line-height:75px;position:relative}
ul.clients .client_wrapper:hover{background:rgba(0,0,0,.05)}
ul.clients .client_wrapper a{display:block;width:100%;height:100%}
ul.clients .client_wrapper .gs-wrapper{width:100%;height:100%;position:relative}
ul.clients .client_wrapper img{position:absolute;top:50%!important;left:50%!important;-ms-transform:translate(-50%,-50%)!important;-webkit-transform:translate(-50%,-50%)!important;-moz-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}


ul.clients.clients_tiles li .client_wrapper{background:none}
ul.clients.clients_tiles li .client_wrapper:before{content:"";display:block;width:100%;height:0px;background:rgba(0,0,0,.08);position:absolute;left:0;bottom:0;z-index:2}
ul.clients.clients_tiles li .client_wrapper:after{content:"";display:none;position:absolute;left:50%;margin-left:-4px;bottom:0;width:0;height:0;border-style:solid;border-width:0 4px 5px;border-color:transparent}
ul.clients.clients_tiles li .client_wrapper:hover:before{height:0px}
ul.clients.clients_tiles li .client_wrapper:hover:after{display:block;bottom:2px}
ul.clients li .client_wrapper,ul.clients li .client_wrapper img{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
ul.clients.clients_tiles li .client_wrapper:hover .gs-wrapper { transition: all .2s ease-in-out; transform: scale(1.3) !important;}
/*==========================================
   End clients area Css  
 ==========================================*/
 
/*==========================================
   Start Service Single area Css  
 ==========================================*/
 .style-three.service-section {
    background: #F5F6F9;
}

.style-three.service-section .service-single-box {
    background: #fff;
    padding: 30px 41px;
    margin-right: 0;
	position: relative;
    z-index: 1;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
}

.style-two.service-section .service-single-box:hover {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    transform: translateY(-10px);
}

.style-two.service-section .service-single-box:before {
    position: absolute;
    content: "";
    background: #5956e9;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
}

.style-two.service-section .service-single-box img{
	width:85px;
}
.style-two.service-section .service-single-box:hover img{
	filter: brightness(0) invert(1);
}

.style-two.service-section .service-single-box:hover:before {
    height: 100%;
    top: 0;
    visibility: visible;
}
 
.style1.service-single-box {
    margin-top:25px;
}
.service-section .service-single-box {
    background: #fff;
    padding: 30px 41px;
    margin-right: 0;
}
.style-three.service-section .service-icon{
	text-align:center;	
}

.style-three.service-section .service-content{ text-align:center;}

.style-three.service-section .service-single-box:after {
    display: none;
}
.style-three.service-section .service-content a::before {
    display: none;
}
.style-three.service-section .service-desc-2 p:before {
    position: absolute;
    content: "";
    background: #D00A2B;
    width: 2px;
    height: 75px;
    top: 5px;
    left: -15px;
}
.style-three.service-section .service-content h2 {
    margin-top: 22px;
    margin-bottom: 8px;
    transition: .5s;
    font-size:18px;
	min-height:45px;
}
.style-three.service-section .service-content p {
    width: 90%;
    margin-bottom: 0;
    transition: .5s;
    font-size: 14px;
}
.style-three.service-section .service-content a {
    margin-bottom: 15px;
    margin-top: 10px;
    transition: .5s;
    font-size: 14px;
}
.style-three.service-section .service-icon i {
    font-size: 50px;
    padding-top: 30px;
}

.style-two.service-section .service-single-box:hover .service-icon i, 
.style-two.service-section .service-single-box:hover .service-content h2, 
.style-two.service-section .service-single-box:hover .service-content p, 
.style-two.service-section .service-single-box:hover .service-content a {
    color: #fff;
}
 
/*==========================================
   End Service Single area Css  
 ==========================================*/


 /*==========================================
   Start service area Css  
 ==========================================*/ 
.service-area {
    background: url("../images/feature-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-bar.website-section-title h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0;
    letter-spacing: 1px;
    z-index: 1;
}
.style-three .style-four .flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
}
.style-three .flip-box {
    background-color: transparent;
    width: 360px;
    height: 306px;
    border: 0;
    perspective: 1000px;
    margin-bottom: 30px;
}
.style-three .flip-box-front {
    background: rgba(255, 255, 255, 0.1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 59px 15px;
    border-radius: 7px;
}
.style-three .flip-box-back {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    transform: rotateX(180deg);
    padding: 43px 20px;
    border-radius: 7px;
}
.style-three .style-four .flip-box-front  {
    background: rgba(255, 255, 255, 0.1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 59px 15px;
    border-radius: 7px;
}
.style-three .style-four .flip-box-back {
    background:rgba(255, 255, 255, 0.1);
    color: white;
    transform: rotateX(180deg);
    padding: 43px 20px;
    border-radius: 7px;
}
.flip-box-icon i {
    font-size: 60px;
    color: #fff;
    display: inline-block;
    margin: 16px 0 30px;
}
.flip-box-content-two h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;

}
.style-three .flip-box-content p {
    padding: 20px;
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat';
}
.flip-box-content-two p {
    padding: 21px 0 18px;
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat';
}
.flip-box-button a {
    color: #333;
    padding: 14px 28px;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
    font-family: Open sans;
}
.flip-box-button a:hover {
    background: #673ab7;
    color: rgba(255, 255, 255, 1);
}
/*style two*/
.style-six .flip-box-front {
    background: rgba(227, 227, 227, 0.01);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 59px 15px;
    border-radius: 7px;
    border: 1px solid #ffffff;
}
.style-six .flip-box-content p {
    padding: 12px;
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat';
}
.style-six .flip-box-back {
    background: #5956e9;
    color: white;
    transform: rotateX(180deg);
    padding: 43px 20px;
    border-radius: 7px;
    border: 1px solid #5956e9;
}
.style-six .flip-box {
    background-color: transparent;
    width: 357px;
    height: 304px;
    border: 0;
    perspective: 1000px;
    margin-bottom: 30px;
}
/*style three*/
.style-seven.service-area {
    background: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.style-seven .website-single-service-box {
    padding: 68px 30px 30px;
    background: #eef3f9;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
    border-radius: 5px;
}
.website-single-service-box:before {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 0;
    background: #5956e9;
    transition: .5s;
    border-radius: 5px;
}
.style-seven .service-icon i {
    font-size: 65px;
    display: inline-block;
    color: #5956e9;
    transition: .7s;
    margin-bottom: 22px;
}
.website-service-content h2 {
    font-size: 22px;
    transition: .5s;
    font-weight: 700;
    margin-bottom: 12px;
}
.website-service-content p {
    transition: .5s;
}
.website-single-service-box:hover:before {
    height: 100%;
}
.website-single-service-box:hover .service-icon i {
    color: #fff;
    transform: rotateY(180deg);
}
.website-single-service-box:hover .website-service-content h2 {
    color: #fff;
}
.website-single-service-box:hover .website-service-content p {
    color: #fff;
}
/*style four*/
.eight.service-area {
    background: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.website-single-service-thumb {
    padding: 20px;
    box-shadow: 0 0 5px #cccccc;
    overflow: hidden;
    background: #fff;
    margin: 0 0 30px;
    border-radius: 10px;
}
.website-single-service-thumb img {
    width: 100%;
    border-radius: 10px;
}
.website-service-icon {
    position: absolute;
    top: 292px;
    right: 50px;
}
.website-service-icon i {
    display: inline-block;
    color: #5956e9;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #ffff;
    text-align: center;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    border-radius: 100%;
    overflow: hidden;
    font-size: 35px;
    transition: .5s;
}
.service-title h2 {
    font-size: 22px;
    margin: 33px 0px 20px 0;
    transition: .5s;
}
.service-button {
    margin-top: 30px;
    position: relative;
}
.service-title h2:hover{
    color: #5956e9; 
}
.service-button a {
    display: block;
    background: #eef3f9;
    color: #202020;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.service-button a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 13px;
    display: block;
    border-width: 5px 0 5px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #f5f5f5;
    top: 50%;
    transform: translateY(-50%);
}
.service-button a:after {
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    width: 23%;
    height: 100%;
    transform: skew(-29deg);
    z-index: -1;
    background: #5956e9;
    padding-left: 20px;
    transition: .3s;
}
.website-single-service-thumb .service-button:after {
    position: absolute;
    content: "";
    right: 20px;
    background: #fff;
    width: 29px;
    height: 2px;
    transform: translateY(-50%);
    z-index: 1;
    top: 50%;
}
.website-single-service-thumb:hover .website-service-icon i {
    transform: rotateZ(360deg);
}
.website-single-service-thumb:hover .service-button a {
    background: #5956e9;
    color: #fff;
}
.website-single-service-thumb:hover .service-button a::after {
    background: #202020;
}
/*style five*/
.style-nine.service-area {
    background: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.website-em-service-icon {
    float: left;
    margin-right: 30px;
    margin-top: 15px;
}
.website-em-service-icon i {
    background: #000;
    font-size: 42px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    transition: .5s;
}
.em-service-title {
    overflow: hidden;
}
.em-service-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
    transition: .5s;
    margin-bottom: 12px;
    background: linear-gradient( to right, #FC561D, #F98227, 50%, #1B1D21 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}
.website-service-icon-box:hover .em-service-title h2 {
    background-position: 0;
}
.website-service-icon-box:hover .website-em-service-icon i {
    transform: rotateY(180deg);
}
.website-service-icon-box:hover .website-em-service-icon i {
    background: #5956e9;
}
.em-service-title h2:hover {
    color: #5956e9;
}
/*style six*/
.style-ten.service-area {
    background: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
p.em-m {
    font-size: 24px;
    margin-top: 40px;
}
.style-ten .em-service-button a {
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #5956e9;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    transition: .5s;
    margin: 27px 5px 0;
}
.style-ten .em-service-button a:hover {
    background: #673ab7;
}
.style-ten .em-service-box {
    box-shadow: 0 7px 30px -10px rgb(150 170 180 / 50%);
    padding: 40px 30px 38px;
    text-align: center;
    border-radius: 5px;
    transition: .5s;
    margin-bottom: 30px;
    background: #fff;
}
.style-ten .em-service-box-inner i {
    font-size: 80px;
    line-height: 80px;
    color: #5956e9;
    display: inline-block;
    text-align: center;
    margin: 4px 0 0px;
    transition: .5s;
}
.style-ten .em-service-title h2 {
    font-size: 23px;
    margin: 22px 0 20px;
    transition: .5s;
}
.style-ten .em-service-button2 a {
    color: #5956e9;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.style-ten .em-service-button2 a i {
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    border: 1px solid #5956e9;
    border-radius: 50%;
    margin-left: 7px;
}
.style-ten .em-service-box:hover .em-service-box-inner i {
    transform: rotateY(-180deg);
}
.em-service-box:hover {
    box-shadow: 0 7px 30px -10px rgb(150 170 180 / 90%);
}
/*style seven*/
.style-seven .alignm p {
    color: #63636b;
    font-size: 18px;
    font-weight: 300;
    margin: 44px 0 45px;
}
.style-seven .about-button2 a {
    background: #5956e9;
    display: inline-block;
    padding: 12px 32px;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px;
    transition: .5s;
    font-size: 18px;
    font-weight: 600;
}
.style-seven .about-button2:hover a {
    background: #673ab7;
}
/*style eight*/
.style-eleven.service-area {
    background: url(assets/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.style-eleven .website-em-service-icon-box {
    background: #fff;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0px 16px 32px 0px rgb(196 203 255 / 30%);
    margin-bottom: 30px;
    border-radius: 5px;
    transition: .5s;
}
.style-eleven .em-service-icon i {
    margin-bottom: 15px;
    display: inline-block;
    color: #1b1d21;
    height: 120px;
    width: 120px;
    line-height: 120px;
    background: #faeff2;
    border-radius: 50%;
    font-size: 55px;
}
.style-eleven .em-service-title h2 {
    font-size: 22px;
    margin-bottom: 20px;
    transition: .5s;
    margin-top: 22px;
}
.style-eleven .em-service-button a {
    color: #4a4e57;
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
 .style-eleven .website-em-service-icon-box:hover .em-service-title h2 {
    background-position: 0;
}
.style-eleven .em-service-button a:hover {
    color: #5956e9;
}
.style-eleven .website-em-service-icon-box:hover {
    box-shadow: 0px 20px 38px 0px rgb(196 203 255 / 50%);
    transform: translateY(-10px);
}
/*style nine*/
.service-area.style-twelve {
    background: url(assets/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}
.style-twelve .em-service-box {
    text-align: center;
    background: #fff;
    padding: 40px 25px 20px;
    border-radius: 10px;
    transition: .5s;
    margin-bottom: 30px;
    box-shadow: 0 0 1px #cccccc;
}
.style-twelve .em-servcie-icon i {
    display: inline-block;
    font-size: 35px;
    height: 85px;
    width: 85px;
    line-height: 85px;
    color: #5956e9;
    background: #ececff;
    border-radius: 100%;
}
.style-twelve .em-service-title h2 {
    font-size: 23px;
    margin-bottom: 10px;
    transition: .5s;
    margin-top: 23px;
}
.style-twelve .em-service-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 50px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 5px 50px 0 rgb(0 0 0 / 8%);
}
.style-twelve .content-title h4 {
    font-size: 22px;
    margin-bottom: 4px;
    color: #1b1d21;
}
.style-twelve .content-title p {
    color: #63636b;
}
/*style ten*/
.style-thirtee.service-area {
    background: transparent url(http://wp.dreamitsolution.net/dreamit/wp-content/uploads/2020/10/slider-new1.jpg) center center/cover no-repeat scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 880px;
}
.style-thirtee .em-service-thumb-inner img {
    width: 100%;
}
.style-thirtee .em-service-content {
    position: relative;
    overflow: hidden;
    padding: 15px 0 0 0;
    background: #fff;
    text-align: center;
    width: 85%;
    margin: auto;
    transition: .5s;
    z-index: 1;
    margin-top: -30px;
    margin-left: 28px;
}
.style-thirtee .em-service-title h2 {
    font-size: 22px;
    margin: 1px 0 20px;
    transition: .5s;
}
.style-thirtee .em-service-thumb:hover .em-service-title h2 {
    color: #fff;
}
.style-thirtee .em-service-content::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    background: #f00;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .5s;
}
.style-thirtee .em-service-thumb:hover .em-service-content::before {
    height: 100%;
}
/*style eleven*/
.landing-two.service-area {
    background: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.landing-two .em-service-button a {
    background: #5956e9;
    display: inline-block;
    padding: 12px 40px;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px;
    transition: .5s;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
}
.landing-two .em-service-button:hover a {
    background: #673ab7;
}
.landing-two .em-service-box {
    background: #fff;
    text-align: center;
    box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 12%);
    border-radius: 7px;
    padding: 52px 20px 35px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px;
}
.landing-two .em-service-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 99%;
    height: 100%;
    width: 100%;
    background: #5956e9;
    z-index: -1;
    transition: .5s;
}
.landing-two .em-service-box-icon i {
    display: inline-block;
    color: #5956e9;
    font-size: 55px;
    transition: .5s;
}
.landing-two .em-service-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
    transition: .5s;
    margin-top: 32px;
}
.landing-two .em-service-button2 a {
    font-size: 16px;
    font-weight: 500;
    color: #616161;
    display: inline-block;
    transition: .5s;
}
.landing-two .em-service-box:hover::before {
    top: 0%;
}
.landing-two .em-service-box:hover .em-service-box-icon i, 
.landing-two .em-service-box:hover .em-service-title h2,
.landing-two .em-service-box:hover .em-service-title p,
.landing-two .em-service-box:hover .em-service-button2 a{
    color: #fff;
}
.landing-two .about-icon i {
    background: #5956e9;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 15px;
}
.landing-two .about-content h5 {
    font-size: 17px;
}

.style-seven.sixteen .website-single-service-box {
    padding: 68px 30px 30px;
    background: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
    border-radius: 5px;
}
/*style fifteen*/
.style-seventeen.service-area {
    background: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.style-seventeen .website-em-service-icon-box {
    box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 10%);
    padding: 40px 35px 30px;
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
}
.style-seventeen .em-service-icon1 i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 115px;
    font-size: 45px;
    color: #fff;
    background: url("../images/service4.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    transition: .5s;
}
.style-seventeen .em-service-icon2 i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 115px;
    font-size: 45px;
    color: #fff;
    background: url("../images/service5.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    transition: .5s;
}
.style-seventeen .em-service-icon3 i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 115px;
    font-size: 45px;
    color: #fff;
    background: url("../images/service6.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    transition: .5s;
}
.style-seventeen .em-service-icon4 i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 115px;
    font-size: 45px;
    color: #fff;
    background: url("../images/service7.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    transition: .5s;
}
.style-seventeen .em-service-icon5 i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 115px;
    font-size: 45px;
    color: #fff;
    background: url("../images/service8.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    transition: .5s;
}
.style-seventeen .em-service-icon6 i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 115px;
    font-size: 45px;
    color: #fff;
    background: url("../images/service9.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    transition: .5s;
}
.style-seventeen .em-service-title h2 {
    font-size: 24px;
    margin-bottom: 10px;
    transition: .5s;
}
.em-service-button a {
    color: #5956e9;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
}
.em-service-button a i {
    display: inline-block;
    transition: .5s;
}
.style-seventeen .em-service-button a:hover i  {
    margin-left: 14px;
}
p.mb-text {
    font-size: 17px;
    width: 66%;
    margin: 20px auto 0;
}
.style-seventeen .website-em-service-icon-box:hover .em-service-icon1 i {
    transform: rotateY(180deg);
}
.style-seventeen .website-em-service-icon-box:hover .em-service-icon2 i {
    transform: rotateY(180deg);
}
.style-seventeen .website-em-service-icon-box:hover .em-service-icon3 i {
    transform: rotateY(180deg);
}
.style-seventeen .website-em-service-icon-box:hover .em-service-icon4 i {
    transform: rotateY(180deg);
}
.style-seventeen .website-em-service-icon-box:hover .em-service-icon5 i {
    transform: rotateY(180deg);
}
.style-seventeen .website-em-service-icon-box:hover .em-service-icon6 i {
    transform: rotateY(180deg);
}

 /*dreamit em icon box*/
.website-em-icon-box {
    margin-top: 28px;
}
 .em-icon {
    float: left;
    margin: 18px 25px 0 0;
}
 .em-icon i {
    font-size: 55px;
    color: #5956e9;
}
.em-content-title h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: Nunito;
    margin-bottom: 5px;
}
.em-content-title p {
    color: #6a7c92;
}

/*==========================================
   End service area Css  
 ==========================================*/ 

/*==========================================
   Start counter Section area Css  
 ==========================================*/ 
.counter-section-04 {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

.counter-section-04::before {
  display: none;
}

.counter-section-04 .counter-wrap {
  background: linear-gradient(55deg, #693eaa 25%, #47bbff 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: -110px;
  padding-top: 65px;
  padding-bottom: 95px;
}

.counter-section-04 .counter-wrap .single-counter-02 span {
  color: #ffffff;
}

.counter-section-03 {
  background: #010642;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
}

.counter-section-03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(1, 1, 63, 0.9);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.single-counter-02 {
  margin-top: 30px;
}

.single-counter-02 span {
  font-size: 50px;
  line-height: 30px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #086ad8;
}

.single-counter-02 p {
  font-size: 16px;
  font-weight:500;
  line-height: 30px;
  text-transform: capitalize;
  color: #ffffff;
}

.counter-section-04 {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

.counter-section-04::before {
  display: none;
}

.counter-section-04 .counter-wrap {
  background: linear-gradient(55deg, #693eaa 25%, #47bbff 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom:100px;
  padding-top: 65px;
  padding-bottom: 95px;
}

.counter-section-04 .counter-wrap .single-counter-02 span {
  color: #ffffff;
}
/*==========================================
   End counter Section area Css   
 ==========================================*/
 
/*==========================================
   Start News Section area Css   
 ==========================================*/ 

.blog-section {
  padding-bottom: 70px;
}

.blog-wrap {
  padding-top: 20px;
}

.single-blog {
  margin-top: 30px;
}

.single-blog .blog-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.single-blog .blog-image a {
  display: block;
}

.single-blog .blog-image a img {
  transition: all 0.3s linear;
}

.single-blog .blog-image .top-meta {
  position: absolute;
  top: 35px;
  left: 30px;
}

.single-blog .blog-image .top-meta .date {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background: linear-gradient(-180deg, #43baff 0%, #7141b1 100%);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  border-radius: 5px;
  font-family:inherit;
  display: inline-block;
  text-align: center;
  line-height: 12px;
  padding: 10px;
}

.single-blog .blog-image .top-meta .date span {
  font-size: 28px;
  line-height: 18px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.single-blog .blog-content {
  padding: 25px 30px 40px;
  background: #ffffff;
  width: 90%;
  position: relative;
  left: 50%;
  bottom: 10px;
  transform: translateX(-48%);
  margin-top: -40px;
}

@media only screen and (max-width: 1199px) {
  .single-blog .blog-content {
    padding: 25px 20px 40px;
    width: 95%;
  }
}

.single-blog .blog-content .blog-meta span {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: #999999;
  margin-right: 15px;
}

@media only screen and (max-width: 575px) {
  .single-blog .blog-content .blog-meta span {
    margin-right: 12px;
  }
}

.single-blog .blog-content .blog-meta span i {
  color: #086ad8;
  margin-right: 5px;
}

.single-blog .blog-content .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #0e0e0e;
  padding-right: 15px;
  margin-top: 15px;
}

@media only screen and (max-width: 1199px) {
  .single-blog .blog-content .title {
    padding-right: 0;
  }
}

.single-blog .blog-btn .blog-btn-link {
  font-size: 12px;
  font-weight: 600;
  color: #5956e9;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  transition: all 0.3s linear;
}

.single-blog .blog-btn .blog-btn-link i {
  transition: all 0.3s linear;
}

.single-blog .blog-btn .blog-btn-link:hover i {
  margin-left: 5px;
}

.single-blog:hover .blog-image a img {
  transform: scale(1.1);
}

.blog-grid-wrap {
  margin-top: -30px;
}

/*==========================================
   End News Section area Css   
 ==========================================*/

/*==========================================
   Start pagination Section area Css   
 ==========================================*/
.hodimo-pagination {
  margin-top: 60px;
}

.hodimo-pagination .pagination li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s linear;
  display:block;
}

.hodimo-pagination .pagination li a.active {
  background-color: #5956e9;
  color: #ffffff;
}

/*==========================================
   End pagination Section area Css   
 ==========================================*/ 

/*==========================================
   Start single service area Css  
 ==========================================*/ 
.website-single-service-menu {
    background: #5956e9 !important;
    margin: 0 0 34px;
}
.website-single-service-menu ul {
    display: inline-block;
    list-style: none;
}
.website-single-service-menu ul li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 14px 15px 14px 18px;
    font-family: Rubik;
    position: relative;
    color: #fff;
    transition: .3s;
}
.single-service-icon-box {
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
    padding: 20px 25px 0px 25px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.single-service-icon {
    float: left;
    margin-right: 25px;
}
.single-service-icon i {
    font-size: 50px;
    margin-top: 10px;
    color: #5956e9;
    text-align: center;
    display: inline-block;
}
.single-service-title h5 {
    color: #1b1d21;
    font-size: 18px;
    font-weight: 400;
    margin: 4px 0;
    margin-bottom: 6px;
}
.single-service-title p {
    color: #898a9c;
    font-weight: 400;
    padding-bottom: 25px;
}
.contact-box {
    box-shadow: 0 0 3px rgb(255 255 255 / 15%);
    background: #5956e9;
    padding: 34px 20px 10px 20px;
    text-align: center;
}
.em-content-text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 20px 0 10px;
}
.em-contact-title p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.single-service-image img {
    width: 100%;
}
.em-single-service-title h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 32px 0 20px;
    color: #232323;
}
.single-service-box {
    padding: 45px 15px 10px 15px;
    border-radius: 10px;
    background: #f4f7fc;
    margin-bottom: 30px;
    text-align: center;
}
.em-content-icon i {
    font-size: 55px;
    color: #5956e9;
}
.single-content-title {
    color: #1b1d21;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 10px;
}
.single-content-text {
    color: rgba(86,86,86,.8);
    padding: 0;
    margin: 0 0 25px;
}
.single-service-content-icon ul {
    display: inline-block;
    list-style: none;
    margin-top: 32px;
}
.single-service-content-icon ul li i {
    display: inline-block;
    color: #5956e9;
    font-size: 29px;
    font-weight: 300;
    margin-right: 25px;
    margin-bottom: 25px;
}
.single-service-content-icon ul li span {
    font-family: Rubik;
    color: #616161;
    display: inline-block;
}
/*==========================================
   Start cta area Css  
 ==========================================*/ 
.website-cta-thumb img {
    width: 100%;
}
.cta-button a {
    background: #5956e9;
    display: inline-block;
    padding: 12px 32px;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px;
    transition: .5s;
    font-size: 18px;
    font-weight: 600;
}
.cta-button a:hover {
    background: #673ab7;
}
.row.mergin-tp {
    background: #eef3f9;
    padding: 30px 30px 0 50px;
    margin-top: -130px;
}
/*==========================================
   End cta area Css  
 ==========================================*/ 

/*==========================================
    Start team area Css  
  ==========================================*/ 

.website-team-single-box {
    margin-bottom: 30px;
}
.website-team-thumb {
    overflow: hidden;
}
.website-team-thumb img {
    width: 100%;
    transform: scale(1);
    transition: .5s;
}
.website-team-thumb img:hover {
    transform: scale(1.1);
}
.team-content-socials {
    position: relative;
}
.team-content-socails-inner {
    background: rgba(0,0,0,.7);
    display: inline-block;
    padding: 25px 11px 44px;
    position: absolute;
    right: 26px;
    top: -90px;
    border-radius: 30px;
    opacity: 0;
    transition:.3s;
}
.team-content-socails-inner a {
    font-size: 17px;
    color: #fff;
    display: block;
    text-align: center;
    transition: .3s;
}
.team-content-socails-inner a:hover {
    color: #FC4E1B;
}
.team-icon-share {
    position: relative;
    z-index: 1;
}
.team-icon-share-inner {
    position: absolute;
    right: 25px;
    top: -23px;
}
.team-icon-share-inner i {
    background: -webkit-linear-gradient(-9deg, #5956e9 0%, #673ab7 97%);
}
.team-icon-share-inner i {
    display: block;
    position: absolute;
    top: 4px;
    right: 0px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    line-height: 39px;
    text-align: center;
    font-size: 12px;
    border: 4px solid #fff;
    z-index: 3;
    background: -webkit-linear-gradient(-9deg, #5956e9 0%, #673ab7 97%);
    color: #fff;
}
.team-content-inner {
    background: -webkit-linear-gradient(-9deg, #5956e9 0%, #673ab7 97%);
    padding: 25px 20px 20px;
    border-bottom: 1px solid #ddd;
}
.team-content-title h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 5px;
}
.sub-title span {
    font-size: 15px;
    color: #f3f0f0;
    font-weight: 600;
    letter-spacing: 1px;
}
.website-team-single-box:hover .team-content-socails-inner{
    top:-137px;
    opacity: 1;
}
/*team style two*/
.team-area.style-two {
    background: #eef3f9;
    padding-top: 85px;
    padding-bottom: 45px;
}
.style-two .website-team-thumb {
    position: relative;
}
.style-two .website-team-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(252,74,26,0.8);
    border-radius: 50%;
    z-index: 1;
    transform: scale(0);
    transition: .5s;
}
.style-two .website-team-thumb:hover::before{
    transform: scale(1);
}
.style-two .website-team-thumb img {
    width: 100%;
    border-radius: 100%;
    box-shadow: 0 0 10px #cccccc;
    border: 8px solid #fff;
    transform: scale(1);
}
.style-two .website-team-thumb img:hover {
    transform: scale(1);
}
.style-two .team-content-socials {
    position: relative;
    text-align: center;
    margin-top: -33px;
}
.style-two .team-content-socails-inner {
    background: #5956e9;
    display: inline-block;
    padding: 7px 30px;
    position: inherit;
    opacity: 1;
    top: inherit;
    left: inherit;
    z-index: 1;
    margin-left: 50px;
}
.style-two .team-content-socails-inner a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: .3s;
    margin-left: 10px;
}
.style-two .website-team-single-box:hover .team-content-socails-inner{
    top:0px;
}
.style-two .team-content-title h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1b1d21;
    margin: 0px 0 5px;
}
.style-two .team-content-inner {
    background: inherit;
    padding: 16px 0;
    border-bottom: 0;
    text-align: center;
}
.style-two .sub-title span {
    font-size: 15px;
    color: #888;
    font-weight: 600;
    letter-spacing: 0px;
}
/*style-three*/
.style-three.team-area {
    background: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}
.style-three .website-team-thumb img:hover {
    transform: none;
}
.style-three .website-team-socail {
    text-align: center;
    margin-top: 15px; 
}
.style-three .website-team-socail a i {
    background: #5956e9;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #5956e9;
    margin: 0 5px;
    transition: .5s;
    display: inline-block;
}
.style-three .team-content-title h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1b1d21;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0;
}
.style-three .sub-title span {
    font-size: 15px;
    color: #63636b;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
    text-align: center;
}
.style-three .website-team-socail a i:hover {
    background: #fff;
    color: #5956e9;
}
/*style four*/
.style-four.team-area {
    background: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}
/*style five*/
.style-five.team-area {
    background: url("../images/bg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}
.style-five .website-team-single-box {
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgb(196 203 255 / 30%);
    padding: 50px 42px;
    border-radius: 5px;
    text-align: center;
    transition: .5s;
    margin-bottom: 30px;
}
.style-five .website-team-thumb img {
    width: 100%;
    transform: none;
    transition: .5s;
    border-radius: 100%;
}
.style-five .website-team-thumb img:hover {
    transform: inherit;
}
.style-five .team-content-inner {
    background: inherit;
    padding: 0;
    border-bottom: 0;
}
.style-five .team-content-title h2 {
    font-size: 24px;
    margin: 27px 0 11px;
    background: linear-gradient( to right, #FC561D, #5956e9, 50%, #1B1D21 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
    transition: .5s;
}
.style-five .sub-title span {
    font-size: 15px;
    color: #63636b;
    letter-spacing: 0;
}
.style-five .website-team-socail a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: transparent;
    display: inline-block;
    color: #5956e9;
    border-radius: 50%;
    margin: 20px 3px 0;
    border: 1px solid #5956e9;
    transition: .5s;
}
.style-five .website-team-single-box:hover .team-content-title h2 {
    background-position: 0;
}
.style-five .website-team-socail a:hover {
    background: #5956e9;
    color: #fff;
}
/*style six*/
.style-six.team-area {
    background: #eef3f9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}
.style-six .website-team-single-box {
    margin-bottom: 30px;
    position: relative;
}
.style-six .website-team-thumb {
    position: relative;
    z-index: 1;
}
.style-six .website-team-thumb img {
    z-index: 1;
    padding: 15px;
    border: 3px solid #5956e9;
    border-radius: 100%;
    transition: .3s;
}
.style-six .website-team-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(252,74,26,0.8);
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    transition:.5s;
}
.style-six .website-socail-icon {
    text-align: center;
}
.style-six .website-team-single-box:hover .website-team-thumb::before{
    opacity: 1;
}
.style-six .website-team-thumb img:hover {
    transform: inherit;
}
.style-six .team-content-inner {
    background: inherit;
    padding: 0;
    border-bottom: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    top: 70%;
    opacity: 0;
    transition:.5s;
}
.style-six .website-team-single-box:hover .team-content-inner{
    top: 50%;
    opacity: 1;
}
.style-six .team-content-title {
    text-align: center;
}
.style-six .team-content-title h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 5px;
    text-align: center;
}
.style-six .website-socail-icon a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: .3s;
    margin-left: 5px;
    margin-top: 10px;
}

.flip-box.flip-box-seven{
	height: 200px;
}

.flip-box.flip-box-seven .flip-box-front{
	padding: 59px 15px 29px 15px;
}


.team-area.style-three.six {
    background: #eef3f9;
}
/*team details*/
.row.margin-mt {
    box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
    padding: 50px 50px 50px 50px;
}
.team-details-informaton-inner ul {
    display: inline-block;
    list-style: none;
    margin-top: 20px;
}
.team-details-informaton-inner ul li {
    display: block;
    padding: 10px 0;
}
.team-details-title h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.team-details-title span {
    font-size: 15px;
    text-transform: uppercase;
    color: #5956e9;
}
.single-team-socail {
    margin-top: 20px;
}
.single-team-socail a i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #5956e9;
    text-align: center;
    color: #fff;
    margin-left: 3px;
    border-radius: 5px;
}
.biography-box {
    padding: 42px 50px 50px;
    box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
    margin-top: 68px;
    margin-bottom: 50px;
}
.biography-title h2 {
    margin-bottom: 38px;
}

/*==========================================
    End team area Css  
  ==========================================*/  

/*==========================================
    Start case study area Css  
  ==========================================*/ 
.website-case-single-thumb-box {
    margin-bottom: 30px;
}
.website-case-study-images {
    position: relative;
}
.website-case-study-images:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(-9deg, #5956e9 0%, #673ab7 97%);
    transition: .3s;
    opacity: 0;
}
.website-case-study-images img {
    width: 100%;
}
.case-study-content {
    position: absolute;
    padding: 11px 30px 6px;
    background: -webkit-linear-gradient(-9deg, #5956e9 0%, #673ab7 97%);
    text-align: center;
    margin: auto;
    transition: .5s;
    left: 0;
    right: 0;
    width: 88%;
    bottom: -35px;
}
.case-study-title a h2 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    padding: 0 0 3px;
}
.case-study-title p {
    color: #Fff;
    letter-spacing: 1px;
}
.case-study-button {
    position: absolute;
    right: 0px;
    top: 0px;
    background: -webkit-linear-gradient(-9deg, #5956e9 0%, #673ab7 97%);
    height: 90px;
    width: 100px;
    line-height: 75px;
    border-radius: 0 0 0 80px;
    transition: .5s;
}
.case-study-button a {
    color: #fff;
    margin: 0 -16px 0 0;
    font-size: 16px;
    font-weight: 500;
}
.website-case-single-thumb-box:hover .website-case-study-images:before{
    opacity: .78;
}
.website-case-single-thumb-box:hover .case-study-button{
    background: -webkit-linear-gradient(-9deg, #673ab7 0%, #5956e9 97%);
}
/*style two*/
.style-two.case-study-area {
    background: #eef3f9;
}

/*style four*/
.style-four.case-study-area {
    background: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}
/*==========================================
    End case study area Css  
  ==========================================*/ 

/*==========================================
    Start process area Css  
  ==========================================*/
.website-single-process {
    text-align: center;
}  
.single-process-thumb {
    text-align: center;
    position: relative;
    display: inline-block;
    background: -webkit-linear-gradient(-9deg, #5956e9 0%, #673ab7 97%);
    height: 140px;
    width: 140px;
    line-height: 140px;
    border-radius: 50%;
    transition: .5s;
}
.process-number {
    position: absolute;
    top: 70px;
    margin: auto;
    transform: translateY(-50%);
    left: -11px;
    transition: .5s;
}
.process-number span {
    position: relative;
    display: inline-block;
    z-index: 1;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: -webkit-linear-gradient(-9deg, #5956e9 0%, #673ab7 97%);
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}
.process-number span:before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 50px;
    width: 50px;
    background: -webkit-linear-gradient(-9deg, #5956e9 0%, #673ab7 97%);
    border-radius: 50%;
    margin: auto;
    left: -5px;
    top: -5px;
    opacity: 0.6;
}
.process-number span:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: -10px;
    top: -10px;
    height: 60px;
    width: 60px;
    background: -webkit-linear-gradient(-9deg, #5956e9 0%, #673ab7 97%);
    border-radius: 50%;
    opacity: 0.4;
    margin: auto;
}
.process-title h2 {
    font-size: 24px;
    margin-top: 25px;
    transition: .5s;
    margin-bottom: 12px;
    background: linear-gradient( to right, #FC561D, #F98227, 50%, #1B1D21 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}
.website-single-process:hover .process-number{
    top:50px;
}
.website-single-process:hover .process-title h2 {
    background-position: 0;
}
/*style two*/
.style-five .single-process-icon1 {
    text-align: center;
    position: relative;
    display: inline-block;
    background: #fff;
    height: 150px;
    width: 150px;
    line-height: 150px;
    border-radius: 50%;
    transition: .5s;
    font-size: 60px;
    color: #FF930E;
	box-shadow: 0 0 1.5625rem 0 rgb(54 186 254 / 10%);
}
.style-two .single-process-icon {
    text-align: center;
    position: relative;
    display: inline-block;
    background: #fff;
    height: 150px;
    width: 150px;
    line-height: 150px;
    border-radius: 50%;
    transition: .5s;
    font-size: 60px;
    color: #18DC59;
    box-shadow: 0 0 1.5625rem 0 rgb(54 186 254 / 10%);
}
.style-three .single-process-icon {
    text-align: center;
    position: relative;
    display: inline-block;
    background: #fff;
    height: 150px;
    width: 150px;
    line-height: 150px;
    border-radius: 50%;
    transition: .5s;
    font-size: 60px;
    color: #5956e9;
	box-shadow: 0 0 1.5625rem 0 rgb(54 186 254 / 10%);
}
.style-four .sm-single-process-icon {
    text-align: center;
    position: relative;
    display: inline-block;
    background: #fff;
    height: 150px;
    width: 150px;
    line-height: 150px;
    border-radius: 50%;
    transition: .5s;
    font-size: 60px;
    color: #fb239a;
	box-shadow: 0 0 1.5625rem 0 rgb(54 186 254 / 10%);
}
.single-process-icon:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 50%;
    border: 1px dashed #5956e9;
    width: 142px;
    opacity: .4;
}
.style-five .single-process-icon1:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 50%;
    border: 1px dashed #5956e9;
    width: 142px;
    opacity: .4;
}
.style-five .single-process-icon1:hover {
    background: #FF930E;
    color: #fff;
}
.style-two .single-process-icon:hover {
    background: #18DC59;
    color: #fff;
}
.style-three .single-process-icon:hover {
    background: #5956e9;
    color: #fff;
}
.style-four .sm-single-process-icon:hover {
    background: #fb239a;
    color: #fff;
}
/*==========================================
    End process area Css  
  ==========================================*/

/*==========================================
    Start call do action area Css  
  ==========================================*/

/*style two*/
.style-two.call-do-action-area {
    background: linear-gradient(rgba(252, 74, 26, 0.61), rgba(252, 74, 26, 0.61)), transparent url(http://wp.dreamitsolution.net/dreamit/wp-admin/admin-ajax.php?action=kc_get_thumbn&type=filter_url&id=%2Fwp-content%2Fuploads%2F2020%2F10%2Fmain-home-img-1a.jpg) center center/cover no-repeat scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: inherit;
    padding: 270px 0 150px;
}
.style-two .call-do-action-title h2 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
}
.style-two .call-do-action-button a {
    color: #ffffff;
    background: #5956e9;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 5px 5px 5px 5px;
    padding: 13px 45px 13px 45px;
    margin-top: 30px;
    display: inline-block;
    transition: .5s;
}
.style-two .call-do-action-button a:hover {
    background: #673ab7;
}


/*==========================================
    End call do action area Css  
  ==========================================*/

/*==========================================
    Start video area Css  
  ==========================================*/
.video-single-thumb img {
    width: 100%;
}
.video-single-thumb {
    position: absolute;
    top: -288px;
}
/*home page two*/
.row.middle {
    position: relative;
    margin-bottom: -192px;
}

.video-thumb-content {
    padding: 58px 0;
}
.video-thumb-content h5 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.video-thumb-content h2 {
    font-size: 60px;
    color: #fff;
}
.video-button a {
    background: #5956e9;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    margin: 32px 0 0;
}
.video-button a:hover {
    background: #673ab7;
}

.style-four .video-thumb-content {
    padding: 110px 0;
}

/*==========================================
    start brand area Css  
  ==========================================*/
.row.margin-tp {
    position: relative;
    box-shadow: 0 0 5px #cccccc;
    padding: 40px 0 30px;
    background: #fff;
    margin-top: -100px;
    border-radius: 0 0 3px 3px;
}
.brand-thumb {
    margin-bottom: 15px;
    overflow: hidden;
    transition: .3s;
    text-align: center;
}
.brand-thumb img {
    -webkit-filter: grayscale(1);
    filter: gray;
    transition: .3s;
    width: 100%;
}
.website-single-brand:hover .brand-thumb  img{
        filter: none;
    -webkit-filter: grayscale(0);
}


/*==========================================
    Start why choose us area Css  
  ==========================================*/
.why-choose-us-area {
    background: #1b1d21;
}
.website-single-why-choose-us-box {
    position: relative;
    z-index: 1;
    background: transparent;
    border: 1px solid #525a68;
    padding: 50px 30px 30px;
    margin-bottom: 30px;
}
.website-single-why-choose-us-box:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #5956e9;
    transition: .5s;
}
.why-choose-us-icon i {
    font-size: 45px;
    color: #fff;
}
.why-choose-us-content {
    overflow: hidden;
}
.why-choose-us-content h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 22px;
    margin-top: 22px;
}
.why-choose-us-content p {
    color: #fff;
} 
.why-choose-us-button a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.website-single-why-choose-us-box:hover:before {
    height: 100%;
}

.website-single-why-choose-us-thumb img {
    width: 100%;
}
.content-icon {
    float: left;
    margin-right: 30px;
}
.content-icon i {
    font-size: 60px;
    color: #5956e9;
    text-align: center;
    display: inline-block;
    margin-top: 25px;
}
.content-title {
    overflow: hidden;
}
.content-title h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 600;
}
.content-title p {
    color: #fff;
}
/*style three*/
.style-three .pading-left.col-lg-6.col-md-6.col-sm-12 {
    padding-left: 0;
}
.why-choose-us-area {
    position: relative;
    background-color: #1e266e;
	padding: 136px 0px 0px;
}


.about-area .about-img-wrap {
  display: flex;
  position: relative;
  z-index: 1;
}

.about-area .about-img-wrap .shape-1 {
  position: absolute;
  right: 55px;
  bottom: -30px;
  z-index: -1;
}

.about-area .about-img-wrap .about-img {
  overflow: hidden;
}

.about-area .about-img-wrap .about-img img {
  border-radius: 10px;
}

.about-area .about-img-wrap .about-img:first-child {
  padding-right: 15px;
}

.about-area .about-img-wrap .about-img:last-child {
  padding-left: 15px;
  margin-top: 75px;
}



.style-three .row.backgraound {
    background: #5956e9;
    padding-top: 42px;
    padding-right: 150px;
    padding-left: 44px;
    padding-bottom: 260px;
}
.style-three .content-icon i {
    font-size: 25px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}

.company-content-icon-inner a {
    display: inline-block;
    background: rgba(255, 255, 255, 0);
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    color: #fff;
    font-size: 45px;
    margin-right: 10px;
    padding: 4px;
    transition: .5s;
}
.company-content-title h3 {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    margin: 23px 0 22px;
}
.company-content-title p {
    color: rgba(255, 255, 255, 0.83);
}
.company-thumb img {
    width: 100%;
}
.company-content-icon-inner a:hover {
    background: #fff;
    color: #5956e9;
}
/*==========================================
    End why choose us area Css  
  ==========================================*/


/*==========================================
    Start testimonial area Css  
  ==========================================*/  
.single-testimonial-inner {
    position: relative;
    background: #fff;
    box-shadow: 3px 3px 13px 0 rgb(0 0 0 / 10%);
    padding: 38px 27px 23px;
    margin-top: 10px;
    margin-bottom: 30px;
} 
.single-testimonial-inner:before {
    position: absolute;
    content: "";
    z-index: -1;
    background: #fdfdfd;
    top: 20px;
    left: 22px;
    right: 0;
    bottom: 0;
    width: 93%;
    height: 100%;
    box-shadow: 3px 3px 13px 0 rgb(0 0 0 / 10%);
}

.single-testimonial-inner .testimonal-images img{
	padding: 2px;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    border: 2px solid #d0cfcf;
}


.testimonial-title {
    position: absolute;
    float: right;
    top: 60px; 
    left: 153px;
}
.testimonial-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.testimonial-title span {
    font-size: 16px;
    font-weight: 500;
    color: #5956e9;
    padding-top: 5px;
    display: block;
}
.testimonial-icon {
    position: absolute;
    top: 62px;
    right: 86px;
}
.testimonial-icon i {
    font-size: 50px;
    color: #5956e9;
    opacity: 0.2;
    transition: .5s;
}
.testimonial-title-text p {
    padding: 0 6px 0px;
    margin-top: 24px;
}
.website-single-testimonial-thumb:hover .testimonial-icon i {
    opacity: .9;
}
/*style two*/
p.em-b {
    width: 67%;
    margin: 21px auto 0;
}
.style-two .single-testimonial-inner:before {
    position: inherit;
    content: "";
    z-index: -1;
    background: #fdfdfd;
    top: 20px;
    left: 22px;
    right: 0;
    bottom: 0;
    width: 93%;
    height: 100%;
    box-shadow: 3px 3px 13px 0 rgb(0 0 0 / 10%);
}
.style-two .single-testimonial-inner {
    position: relative;
    background: #fff;
    box-shadow: 3px 3px 13px 0 rgb(0 0 0 / 10%);
    padding: 37px 20px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    border: 2px solid #dce0e5;
}
.style-two .testimonial-icon i {
    display: none;
}

.style-two .single-testimonial-inner .testimonal-images img{
	display:block;
}


/*style three*/
.website-testimonial-single-thumb img {
    width: 100%;
}
.style-three .testimonial-title-text {
    position: relative;
}
.style-three .testimonial-title-text:before {
    position: absolute;
    content: "";
    bottom: -24px;
    left: 15px;
    height: 2px;
    width: 170px;
    background: #5956e9;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
}
.website-single-testimonial-inner {
    margin-top: 50px;
}
.style-three .testimonial-title {
    position: absolute;
    float: right;
    top: 173px;
    left: 145px;
}
.style-three .testimonial-title-text p {
    padding: 0 18px;
    margin-top: 0;
    width: 100%;
    font-size: 18px;
    font-style: italic;
}

/*style five*/
.style-two .row.margin-up {
    position: relative;
    z-index: 1;
    margin-top: -144px;
}
.row.mergin-top {
    position: relative;
    margin-top: -160px;
}
/*style six*/
.testimonial-area.style-two.six {
    background: #eef3f9;
}
/*==========================================
  End testimonial area Css  
  ==========================================*/

/*==========================================
    Start contact area Css  
  ==========================================*/   
p.text-alignm {
    margin: 40px auto 25px;
    width: 100%;
}  
.website-contact-icon i {
    background: #000;
    font-size: 42px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    transition: .5s;
}
.website-contact-icon {
    float: left;
    margin-right: 30px;
    margin-top: 8px;
}
.contact-title {
    overflow: hidden;
}
.contact-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
    transition: .5s;
}
.website-contact-icon i:hover {
    transform: rotateY(180deg);
}
.contact-title h2:hover {
    color: #5956e9;
}
.website-contact-icon-box:hover .website-contact-icon i {
    background: #5956e9;
}
.website-contact-images img {
    width: 100%;
}
/*==========================================
    End contact form Css  
  =========================================

/*==========================================
    Start contact adress form area Css  
  ==========================================*/ 
.row.backgraound2 {
    background: linear-gradient(#673ab7, rgba(252, 74, 26, 0.89));
    padding: 30px 40px 30px 40px;
    border: 5px solid #ffffff;
    border-radius: 100px 100px 100px 100px;
    position: relative;
    z-index: 1;
    margin-top: -90px;
}
.contact-adress-icon {
    float: left;
    margin-right: 20px;
    margin-top: -12px;
}
.contact-adress-icon i {
    color: #ffffff;
    font-size: 45px;
    height: 90px;
    width: 90px;
    line-height: 88px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}
.contact-adress-title h3 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 7px;
    padding-top: 0px;
}
.contact-adress-title p {
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
    padding: 0;
}
/*==========================================
    Start contact adress form area Css  
  ==========================================*/ 

/*==========================================
    self service area Css  
  ==========================================*/ 
.self-service-area{
	background: url("../images/pattern-1.png") no-repeat center;
    background-size:cover;
}

/*==========================================
    Transforming Power area Css  
  ==========================================*/ 
.transforming-power-area{
	background: #fff;
    background-size:cover;
}

/*==========================================
    Start contact form area Css  
  ==========================================*/ 
.contact-form-area {
    background: url("../images/pattern-1.png") no-repeat center;
    background-size:cover;
}
.from-box{
	margin: 0 0 15px;
}
.from-box label.error{
	color:#dc3545;
	margin:0px;
}

.from-box input {
    height: 55px;
    background: transparent;
    border: 1px solid #b8acac;
    padding: 6px 20px;
    border-radius: 5px;
    margin: 0 0 0px;
    width: 100%;
}

.from-box input.error,
.from-box select.error,
.from-box textarea.error{
	border-color:#dc3545;
	outline-color:#dc3545;
}

.from-box textarea {
    height: 150px;
    width: 100%;
    border: 1px solid #b8acac;
    border-radius: 5px;
    background: transparent;
    padding: 6px 20px;
}
.contact-button button {
    background: #5956e9;
    border: 0;
    display: inline-block;
    padding: 12px 38px;
    border-radius: 4px;
    color: #fff;
    transition: .5s;
    margin-top: 15px;
}
.contact-button button:hover {
    background: #673ab7;
    transition: .5s;
}
.contact-map-section{width:100%; height:100%;}
.contact-map-wrap{width:100%; height:100%;}
.contact-map-wrap iframe{width:100%; height:100%; filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);}



/*==========================================
    End contact form area Css  
  ==========================================*/ 
.appointment-form-box {
    text-align: center;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
    background: #fff;
    padding: 35px 50px 55px;
}
.website-appointment-thumb img {
    width: 100%;
}
.appointment-font-title {
    padding-bottom: 13px;
}
.appointment-font-title h2 {
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 10px;
}
/*style three*/
.style-three.appointment-form-box {
    text-align: center;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
    background: #fff;
    padding: 35px 50px 55px;
    border-radius: 7px;
}
.style-three .from-box input {
    height: 54px;
    background: #F4F7FC;
    border: 1px solid #eee;
    padding: 6px 20px;
    border-radius: 5px;
    margin: 0 0 16px;
    width: 100%;
}
.style-three .from-box textarea {
    height: 150px;
    width: 100%;
    border: 1px solid #b8acac;
    border-radius: 5px;
    background: #F4F7FC;
    padding: 6px 20px;
}
.style-three .contact-button button {
    background: #5956e9;
    border: 0;
    display: inline-block;
    padding: 12px 38px;
    border-radius: 4px;
    color: #fff;
    transition: .5s;
    margin-top: 15px;
    width: 100%;
}
.col-lg-6.col-md-6.col-sm-12.padding-left {
    position: relative;
    margin: 16px 0 0 -55px;
}
.style-three .contact-button button:hover {
    background: #673ab7;
    transition: .5s;
}
/*==========================================
    dreamit Potfolio area Css  
  =========================================*/ 
.portfolio_nav {
    text-align: center;
}
.portfolio_menu ul li {
    display: inline-block;
    list-style: none;
    color: #5956e9;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 20px;
    margin: 0 3px;
    border: 1px dashed #5956e9;
    cursor: pointer;
    transition: .5s;
    border-radius: 3px;
}
.portfolio_menu ul li.current_menu_item{
    background: #5956e9;
    color:#fff;
    border-color:#5956e9;
}
.portfolio_menu ul li:hover{
  background: #5956e9;
    color:#fff;  
}
.single_portfolio {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.single_portfolio:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%);
    transition: .5s;
}
.single_portfolio:hover:before{
    background-image:-webkit-linear-gradient(90deg, rgba(252,74,26, 0.94902) 0%, rgba(252,74,26, 0.47) 40%, rgba(252,74,26, 0.45) 43%, rgba(252,74,26, 0) 100%);
} 
.single_portfolio_thumb img {
    width: 100%;
}
.single_portfolio_content {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    transition: .5s;
}
.single_portfolio:hover .single_portfolio_content {
    bottom: 50px;
}
.portfolio_content_inner h3 {
    font-size: 20px;
    margin: 6px 0 0 0;
}
.portfolio_content_inner h3 a {
    color: #fff;
    font-weight: 600;
    display: inline-block;
}
.portfolio_content_inner p {
    color: #fff;
    margin-bottom: 0;
}
.portfolio-button a {
    background: #Fff;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 30px;
    color: #5956e9;
    font-size: 14px;
    font-weight: 500;
    margin-top: 18px;
}
/*style two*/
.style-two .single_portfolio:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background: inherit;
    transition: .5s;
}
.style-two .single_portfolio_content {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    transition: .5s;
    background: #5956e9;
    padding: 21px 25px 8px;
    margin: auto;
    opacity: 0;
}
.style-two .single_portfolio:hover .single_portfolio_content{
    bottom: 0;
    opacity:1;
}
.style-two .porfolio-icon-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    transition: .5s;
}
.style-two .port-icon {
    text-align: center;
    opacity: 0;
    transition:.5s;
}
.port-icon a {
    background: #5956e9 none repeat scroll 0 0;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 15px;
    transition:.5s;
}
.port-icon2 a {
    background: #5956e9 none repeat scroll 0 0;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    display: inline-block;
    border-radius: 50%;
}
.style-two .single_portfolio:hover:before {
    background: rgba(0,0,0,0.60);
}
.style-two .single_portfolio:hover .port-icon{
    opacity: 1;
}
.style-two .single_portfolio:hover .port-icon a{
    margin: 0 1px;

}
/*style-three*/
.style-three .single_portfolio {
    box-shadow: 0 0 10px #cccccc;
}
.style-three .portfolio-icon {
    position: relative;
}
.style-three .porfolio-icon-inner {
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 148px;
}
.style-three .port-icon a {
    background: #5956e9 none repeat scroll 0 0;
    color: #fff;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 8px;
    transition: .5s;
    transform: rotate(0deg);
    opacity: 0;
}
.style-three .single_portfolio:hover .port-icon a{
    transform: rotate(360deg);
}
.style-three .single_portfolio_content {
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    transition: .5s;
    background: #fff;
    padding: 15px 20px 18px;
    text-align: center;
}
.style-three .portfolio_content_inner h3 a, .style-three .portfolio_content_inner p {
    color: #5956e9;
    font-weight: 700;
}
.style-three .single_portfolio:hover .single_portfolio_content{
    bottom: 0px;
}
.style-three .single_portfolio:before {
    background: -webkit-linear-gradient(90deg, rgba(252,74,26, 0.94902) 0%, rgba(252,74,26, 0.47) 40%, rgba(252,74,26, 0.45) 43%, rgba(252,74,26, 0) 100%);
}
.style-three .single_portfolio:hover:before {
    background: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%);
}
.style-three .single_portfolio:hover .port-icon a{
    opacity: 1;
}
/*==========================================
    start blog area Css  
===========================================*/
.website-single-blog-box {
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 15px;
}
.website-single-blog-thumb {
    position: relative;
}
.website-single-blog-thumb img {
    width: 100%;
}
.website-blog-meta-top {
    position: absolute;
    top: 10px;
    left: 7px;
    z-index: 1;
    margin: 1px 1px;
}
.website-blog-meta-top ul {
    display: inline-block;
    list-style: none;
}
.website-blog-meta-top li a {
    display: inline-block;
    background: #5956e9;
    padding: 11px 16px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 7px;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 2px;
}
.website-blog-meta-left {
    position: absolute;
    padding: 12px 20px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    top: 229px;
    left: 47px;
    right: 0;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    width: 75%;
}
.website-blog-meta-left a {
    font-size: 15px;
    font-weight: 400;
    color: #6a7c92;
    display: inline-block;
    transition: .5s;
}
.website-blog-meta-left span {
    font-size: 15px;
    font-weight: 400;
    color: #6a7c92;
    display: inline-block;
    transition: .5s; 
}
.blog-page-title h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 50px 15px 15px;
    line-height: 1.3;
    transition: .5s;
	
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-page-title p {
    padding: 0 20px;
	
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.website-blog-button {
    text-align: center;
    margin: 34px 0 30px;
}
.website-blog-button a {
    padding: 14px 40px;
    border: 1px solid #e7e7e7;
    text-align: center;
    color: #1b1d21;
    border-radius: 30px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.website-blog-button a:before {
    position: absolute;
    z-index: -1;
    content: "";
    text-align: center;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 30px;
    background: #5956e9;
    display: inline-block;
    transition: .5s;
}
.website-blog-button a i {
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    color: #5956e9;
    border-radius: 50%;
    box-shadow: 0 0 3px #cccccc;
    background: #fff;
    margin-left: 5px;
}
.website-blog-meta-left :hover {
    color: #5956e9;
}
.blog-page-title h2:hover {
    color: #5956e9;
}
.website-blog-button a:hover {
    color: #fff;
}
.website-blog-button a:hover:before {
    width: 100%;
}
/*style two*/
.style-two .website-single-blog-box {
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 0;
}
.style-two .website-single-blog-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(252,74,26,0.7);
    z-index: 1;
    transition: .5s;
    opacity: 0;
}
.style-two .website-single-blog-thumb:hover:before {
    opacity: 1;
}
.style-two .blog-page-content {
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    padding: 35px 32px 20px;
    text-align: left;
}
.style-two .website-blog-meta-left {
    position: inherit;
    padding: 10px 0;
    box-shadow: none;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.blog-page-text p {
    padding: 18px 0px 0;
}
.style-two .blog-page-title h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    line-height: 1.3;
    transition: .5s;
}
.style-two .blog-page-title h2 a {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin: 0px 0 16px;
    line-height: 1.3;
    transition: .3s;
    display: inline-block;
}
.style-two .website-blog-button {
    text-align: left;
    margin: 34px 0 30px;
}
.style-two .blog-page-title h2 a:hover {
    color: #5956e9;
}

.style-three .website-single-blog-box {
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    padding: 0;
    border-radius: 5px;
}
.style-three .website-blog-meta-left {
    position: inherit;
    padding: 10px 0;
    box-shadow: none;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0;
    width: none;
    border-top: none;
    border-bottom: none;
    text-align: inherit;
}
.style-three .blog-page-content {
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    padding: 24px 35px 28px;
    text-align: left;
}
.style-three .blog-page-title h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    line-height: 1.3;
    transition: .5s;
}
.style-three .blog-page-title h2 a:hover {
    color: #5956e9;
}
.style-three .blog-page-title h2 a {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    line-height: 1.3;
    transition: .5s;
    display: inline-block;
}
/*style five*/
.style-five .website-single-blog-box {
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 0;
}
.style-five .website-single-blog-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(252,74,26,0.7);
    z-index: 1;
    transition: .5s;
    opacity: 0;
}
.style-five .website-single-blog-thumb:hover:before {
    opacity: 1;
}
.style-five .blog-page-content {
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    padding: 35px 32px 20px;
    text-align: left;
}
.style-five .website-blog-meta-left {
    position: inherit;
    padding: 10px 0;
    box-shadow: none;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: left;
}
.style-five .blog-page-text p {
    padding: 18px 0px 0;
}
.style-five .blog-page-title h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    line-height: 1.3;
    transition: .5s;
}
.style-five .blog-page-title h2 a {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin: 0px 0 16px;
    line-height: 1.3;
    transition: .3s;
    display: inline-block;
}
.style-five .website-blog-button {
    text-align: left;
    margin: 34px 0 30px;
}
.style-five .blog-page-title h2 a:hover {
    color: #5956e9;
}

.style-six .website-single-blog-box {
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    padding: 0;
    border-radius: 5px;
}
.style-six .website-blog-meta-left {
    position: inherit;
    padding: 10px 0;
    box-shadow: none;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0;
    width: none;
    border-top: none;
    border-bottom: none;
    text-align: inherit;
}
.style-six .blog-page-content {
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    padding: 24px 35px 28px;
    text-align: left;
}
.style-six .blog-page-title h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    line-height: 1.3;
    transition: .5s;
}
.style-six .blog-page-title h2 a:hover {
    color: #5956e9;
}
.style-six .blog-page-title h2 a {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    line-height: 1.3;
    transition: .5s;
    display: inline-block;
}
.text-left.blog-page-title h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin: 50px 15px 15px;
    line-height: 1.3;
    transition: .5s;
}
p.text-t {
    margin: 20px auto 0;
    width: 67%;
}
/* Blog Details Css */

.service-details-thumb img {
    width: 100%;
    margin-bottom: 30px;
}
.service-details-content h1 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 25px;
}
.service-details-inner-thumb img {
    width: 100%;
}
.sservice-title h1 {
    font-size: 17px;
    font-weight: 700;
    font-family: "Merriweather",sans-serif;
    text-align: center;
}
.service-details-content-two h1 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 25px;
    border-top: 1px solid rgba(221, 221, 221, 1);
    padding-top: 47px;
    margin-top: 16px;
}
.blogquote {
    background: #F6F7FF;
    padding: 50px 50px 50px 108px;
    border-left: 6px solid #5956e9;
    margin: 32px 0 32px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    font-style: normal;
}
.blog-icon {
    float: left;
    margin: 4px 0 10px 0;
}
.blog-icon i {
    font-size: 41px;
    font-weight: 700;
    color: #5956e9;
    margin-left: -68px;
}
.blogquote-text {
    overflow: hidden;
}
.blogquote-text span {
    font-size: 14px;
    font-weight: 500;
    color: #5956e9;
    display: block;
    margin-top: 20px;
}
.blogquote-text p {
    font-weight: 500;
}
.inner-content {
    padding-top: 38px;
}
.inner-content-text h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}
.author {
    background: #F6F7FF;
    padding: 40px 60px;
    margin: 98px 0 50px;
}
.author-images img {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    margin: auto;
    padding: 9px;
    border-radius: 100%;
    background: #fff;
    margin-top: -100px;
}
.authir-text h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 32px 0 7px;
    display: block;
}
.author-icon i {
    color: #9498b6;
    margin: 0 5px 0px;
}
.author-title p {
    padding: 22px 0 0 0;
}
.author {
    background: #F6F7FF;
    padding: 40px 55px 27px;
    margin: 98px 0 50px;
}


/* Footer CSS */
.footer-area {
    background: #1f2732;
}
.footer-logo {
    padding-bottom: 14px;
}
.widget-text p {
    color: #e3e3e3;
    margin: 17px 0 30px;
}

.widget-social-menu-inner ul {
    display: inline-block;
    list-style: none;
}
.widget-social-menu-inner ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 3px;
    margin-left: 1px;
    color: #fff;
    transition: .5s;
}
.widget-social-menu-inner ul li a:hover {
    background: #5956e9;
    border-color: #5956e9;
}
.widget-footer-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #f8f9fe;
    margin: 16px 0px 30px 0px;
}
.footer-title-menu ul {
    display: inline-block;
    list-style: none;
}
.footer-title-menu ul li {
    position: relative;
    margin-left: 25px;
    margin-bottom: 14px;
    z-index: 1;
    top: 5px;
}
.footer-title-menu ul li:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: -25px;
    height: 1px;
    width: 10px;
    background: #f8f9fe;
    font-size: 14px;
    top: 14px;
}
.footer-title-menu ul li a {
    color: rgba(255,255,255,0.80);
    font-size: 16px;
    transition: .5;
}
.footer-title-menu ul li a:hover {
    color: #5956e9;
}
.footer-recent-post.style-two {
    padding-top: 11px;
}
.footer-recent-post {
    padding: 12px 0;
}
.footer-recent-post-thumb {
    float: left;
    margin-right: 25px;
    overflow: hidden;
}
.footer-recent-post-thumb a img {
    border-radius: 5px;
}
.footer-recent-post-title h4 {
    margin: 0;
}
.footer-recent-post-title h4 a {
    font-size: 14px;
    color: #f8f9fe;
    font-weight: 500;
    transition: .5s;
    display: block;
    line-height: 22px;
}
.footer-recent-post-title span {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.80);
    line-height: 22px;
}
.footer-recent-post-title h4 a:hover {
    color: #5956e9;
    transition: .5s;
}
.widget-footer-text p {
    font-size: 16px;
    color: rgba(255,255,255,0.80);
    margin: 35px 0 19px;
}
.footer-address-inner p {
    font-size: 16px;
    color: rgba(255,255,255,0.80);
}
.footer-buttom-icon-menu ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    margin-left: 4px;
    color: #fff;
    transition: .5s;
    background: #5956e9;
    border-color: #5956e9;
    position: relative;
    z-index: 1;
}
.footer-buttom-icon-menu ul li a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scale(0);
    margin: auto;
    transition: .5s;
    border-radius: 50%;
}
.footer-buttom-icon-menu ul li a:hover:before {
    transform: scale(1);
}
.footer-buttom-icon-menu ul li a:hover {
    color: #5956e9;
    border-color: #fff;
}
 
.footer-buttom-area {
    border: 1px solid #484444;
    padding: 20px 0 18px;
    background: #1F2732;
    padding-bottom: 30px;
}
.copy-right-text p {
    color: #a0a1a2;
    padding: 3px 0;
}
.footer-text-menu ul {
    list-style: none;
    display: inline-block;
}
.footer-text-menu ul li {
    display: inline;
}

.footer-buttom-area ul,
.footer-buttom-area ul li{
	list-style:none;
}


.footer-text-menu ul li a {
    display: inline-block;
    color: #a0a1a2;
    margin-left: 10px;
    transition: .3s;
}
.footer-text-menu ul li a:hover {
    color: #5956e9;
}


/*start breatcumb css*/ 
.breatcumb-area {
    background-image: url("../images/page-title-bg.png");
	background-color:#1e266e;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 150px 0 75px;
}

.breatcumb-content {
    margin: 0 0 32px;
}
.breatcumb-title h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}
.breatcumb-content-text ul li {
    list-style: none;
    display: inline-block;
}
.breatcumb-content-text ul li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.breatcumb-content-text i {
    font-size: 15px;
    color: #fff;
    margin: 0 6px;
    display: inline-block;
}
.breatcumb-content-text span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin: 0 4px;
}
/*progressbar*/
.container {
    padding-left: 0;
}
.content-block {
  margin-top: 50px;
}
.content-block h2 {
  margin-bottom: 30px;
  font-weight: 400;
}

.content-block__effect {
  margin-bottom: 50px;
}

.progress-container {
  margin-bottom: 30px;
}

.play-animation {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  padding: 5px 15px;
  margin: auto;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: 2px solid #1c1c1c;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.play-animation:hover {
  color: #fff;
  background-color: #1c1c1c;
}

/* progress bar styles !!!YOU NEED THEM */
.progress-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.progress-bar {
  position: relative;
  width: 550px;
  box-sizing: border-box;
  background-color: transparent;
  overflow: visible;
}
.progress-bar:not(:last-child) {
    margin-bottom: 45px;
}
.progress-bar--lg-offset:not(:last-child) {
  margin-bottom: 52.5px;
}

.progress-bar__bar,
.progress-bar__bar-inner,
.progress-bar__value,
.progress-bar__skill {
  box-sizing: border-box;
  color: red;
}
.progress-bar__bar {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.progress-bar__bar--no-overflow {
  overflow: visible;
}
.progress-bar__bar-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
}
.progress-bar__bar-inner.js-animated {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
  transition-delay: 0s;
  transform: scaleX(1);
}

.progress-bar__skill,
.progress-bar__value {
  font-size: 14px;
  letter-spacing: 1px;
}

.progress-bar__value--aligned-value {
  transform: translateX(-50%);
}

/* progress bar #1 styles */
.progress-bar--1 {
  height: 15px;
  padding: 4px;
  border: 1px solid #dddddd;
  border-radius: 20px;
}

.progress-bar__bar-inner--1 {
  background-image: linear-gradient(to right, #00BFB3 0, #037971 100%);
  background-size: 200%;
  background-position: 0 0;
  border-radius: 20px;
}

.progress-bar__skill--1 {
  position: absolute;
  top: -27px;
  left: -20px;
  opacity: 0;
}
.progress-bar__skill--1.js-animated {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    left: 0;
    opacity: 1;
    color: #232323;
    font-size: 17px;
    font-weight: 400;
}
.progress-bar__value--1 {
  position: absolute;
  top: -27px;
  right: -20px;
  opacity: 0;
}
.progress-bar__value--1.js-animated {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  right: 0;
  opacity: 1;
}
/*style two*/
.container.style-two {
    box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
    padding: 42px 50px 10px;
}
.style-two .content-block {
    margin-top: 0;
}
.content-block-title h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 55px;
}
.style-two .progress-bar--1 {
    height: 15px;
    padding: 4px;
    border: 1px solid #dddddd;
    border-radius: 20px;
    width: 100%;
}
.style-two .progress-bar__bar-inner--1 {
    background: rgb(241, 42, 2);
    background-size: 200%;
    background-position: 0 0;
    border-radius: 20px;
}
.style-two .progress-bar__skill--1.js-animated {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    left: 0;
    opacity: 1;
    color: #232323;
    font-size: 14px;
    font-weight: 500;
}
/*faq area css*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
    margin-bottom: 20px;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
button.btn.btn-link {
    font-size: 20px;
    color: #1B1D25;
    font-weight: 700;
    transition: .5s;
}
button.btn.btn-link:hover {
    color: #ff3c00;
}
#scrollUp {
    background: #5956e9 none repeat scroll 0 0;
    bottom: 30px;
    color: #fff;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    right: 100px;
    text-align: center;
    width: 50px;
    border-radius: 0;
}


.contact-area .single-contact-info {
  background: #f8f8f8;
  padding: 50px;
  border-radius: 5px;
  margin-top: 30px;
}

.contact-area .single-contact-info .info-content .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contact-area .single-contact-info .info-content p {
    font-size: 18px;
    line-height: 30px;
	margin-bottom: 0;
}

.contact-area .section-padding-02 {
    padding-top: 120px;
}

.contact-area .contact-form-wrap{
	padding: 55px 40px;	
	background: #ffffff;
    box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.1);
	position: relative;
    z-index: 5;
}

.contact-area .contact-form-wrap .heading-wrap {
    margin-bottom: 30px;
} 

.contact-area .map-area {
    margin-top: -30px;
	padding-bottom:20px;
	position:relative;
	z-index:3;
}
.contact-area .map-area iframe {
    width: 100%;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}


.cta-banner-area {
  padding-top:60px;		
  margin-bottom: -13px;
}
@media (max-width: 1199px) {
  .cta-banner-area {
    margin-bottom: -70px;
  }
}
@media (max-width: 991px) {
  .cta-banner-area {
    margin-bottom: -110px;
  }
}
@media (max-width: 767px) {
  .cta-banner-area {
    margin-bottom: -90px;
  }
}
@media (max-width: 506px) {
  .cta-banner-area {
    margin-bottom: -100px;
  }
}
@media (max-width: 365px) {
  .cta-banner-area {
    margin-bottom: -120px;
  }
}
.cta-banner-content {
  z-index: 1;
  padding:50px 30px;
  position: relative;
  padding-bottom: 52px;
  background-color: #4069FF;
  display: flex!important;
  flex-direction: row!important;
  align-items: center!important;
  justify-content: space-between!important;
}
@media (max-width: 1199px) {
  .cta-banner-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cta-banner-content:after {
  top: 110px;
  z-index: -1;
  content: "";
  right: 497px;
  width: 208.67px;
  height: 187.32px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/cta-arrow.png");
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: movebounce;
          animation-name: movebounce;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.cta-banner-content-text {
  max-width: 558px;
  color:#fff;
}

.color-white{color:#fff !important;}

@media (max-width: 991px) {
  .cta-banner-content-text .title {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta-banner-content-text .title {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .cta-banner-content .theme-btn {
    padding: 16px 32px;
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.theme-btn {
  border: 0;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 18px 37.8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #4069FF;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.theme-btn:after {
  background: #FF9C00;
}
.theme-btn.btn__2 {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.theme-btn.btn__2:after {
  background: #EF0548 !important;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 0%;
  z-index: -1;
  position: absolute;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.theme-btn.btn__2:hover, .theme-btn.btn__2:focus {
  color: #FFF !important;
}
.theme-btn.btn__2:hover:after, .theme-btn.btn__2:focus:after {
  height: 380%;
}
@media (max-width: 900px) {
  .theme-btn.btn_sm__2 {
    padding: 12px 25px;
  }
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 17px 30px;
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .theme-btn {
    padding: 16px 26px;
  }
}
@media (max-width: 480px) {
  .theme-btn {
    padding: 15px 25px;
  }
}
.theme-btn i {
  font-size: 12px;
  margin-left: 10px;
}
.theme-btn.btn-white {
  color: #0E1E36;
  background-color: #FFF;
}
.theme-btn.btn-white:after {
  background: #FF9C00;
}
.theme-btn:hover, .theme-btn:focus {
  color: #FFF;
  background-color: #FF9C00;
}
.theme-btn.btn-sm {
  padding: 15px 29px;
}
.theme-btn.btn-yellow {
  background-color: #FF9C00;
}
.theme-btn.btn-yellow:after {
  background: #4069FF;
}
.theme-btn.btn-yellow:hover, .theme-btn.btn-yellow:focus {
  background: #4069FF;
}
.theme-btn.btn-md {
  padding-top: 20px;
  padding-bottom: 20px;
}
.theme-btn.btn-red {
  background-color: #EF0548;
}
.theme-btn.btn-red:after {
  background: #FF9C00;
}
.theme-btn.btn-red:hover, .theme-btn.btn-red:focus {
  background-color: #EF0548;
}
.theme-btn.btn-black {
  padding: 8px 79.1px;
  background-color: #0E0A01;
}
.theme-btn.btn-black:after {
  background: #4069FF;
}
.theme-btn.btn-black:hover, .theme-btn.btn-black:focus {
  background: #4069FF;
}
.theme-btn.btn-transparent {
  color: #FF9C00;
  padding: 13.5px 31.1px;
  background: transparent;
  border: 1.5px solid rgba(255, 156, 0, 0.3);
}
.theme-btn.btn-transparent i {
  margin: 0 10px 0 0;
}
.theme-btn.btn-transparent:after {
  background: #4069FF;
}
.theme-btn.btn-transparent:hover, .theme-btn.btn-transparent:focus {
  color: #000;
  background: #4069FF;
  border-color: #4069FF;
}
.theme-btn.btn-border {
  color: #243342;
  padding: 13.5px 26.5px;
  background: transparent;
  border: 1.5px solid rgba(36, 51, 66, 0.5);
}
.theme-btn.btn-border:after {
  background: #243342;
}
.theme-btn.btn-border:hover, .theme-btn.btn-border:focus {
  color: #FFF;
  background: #243342;
}
.theme-btn.btn-yellow-transparent {
  color: #FF9C00;
  padding: 13.5px 31.1px;
  background: transparent;
  border: 1.5px solid rgba(255, 156, 0, 0.3);
}
.theme-btn.btn-yellow-transparent:after {
  background: #4069FF;
}
.theme-btn.btn-yellow-transparent:hover, .theme-btn.btn-yellow-transparent:focus {
  color: #FFF;
  border-width: 1px;
  padding: 14px 31.6px;
  border-color: #4069FF;
  background: transparent;
}
.theme-btn:after {
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 0%;
  z-index: -1;
  position: absolute;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.theme-btn:hover:after, .theme-btn:focus:after {
  height: 380%;
}


/*style six*/
.style-six.call-do-action-area {
    background: url("../images/feature-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: inherit;
    padding:180px 0 60px;
}

.call-do-action-title h2 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin: auto;
}
.call-do-action-title p {
    text-align: center;
    color: rgba(255,255,255,0.90);
    margin: auto;
    width: 31%;
}
.call-do-action-title p {
    text-align: center;
    color: rgba(255,255,255,0.90);
    margin: auto;
    width: 31%;
    padding-top: 20px;
}
.call-do-action-button {
    text-align: center;
    padding:30px 0px;
}
.call-do-action-button a {
    display: inline-block;
    text-align: center;
    background: #fc4a1a;
    padding: 12px 31px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    transition: .5s;
}
.call-do-action-button a:hover {
    background: #f7b733;
}