/*
add font
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
}

a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ce0058;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 28px;
  bottom: 88px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* CSS circle Animation */
.service-icon-box {
      width: 270px;
      height: 270px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      position: relative;
    }
 
.circle {
  border-radius: 50%;
  background-color: deepskyblue;
  width: 120px;
  height: 120px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}
	  
	  
 @keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
    .item {
      z-index: 100;
      padding: 5px;
    }
 
    .item img {
      width: 96px;
    }
	  

/* CSS circle Animation End*/
/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
.cat-menu-area{ padding:0; margin:0 auto;}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
header{background-color: #ffffff;}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.phone_iconset i, .social-links i{
    margin-right: 10px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
	font-size: 14px;
}

.logincolor{color: #eeb51d !important;}

.logincolor img {
	margin-right: 10px;
}

#topbar {
  background:#343a40;    
  padding: 0 0 5px 0;
  font-size: 14px;
  transition: all 0.5s;
}
#topbar .phone_iconset {
    text-align: left;
    
}
#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0 0 ;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 0px 16px rgb(0 0 0 / 32%);
}

#header.header-scrolled,
#header.header-pages {
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0px 0;
  max-height: 50px;
}
.downwe {
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #f5f8fd url("../img/intro-bg.jpg") center top no-repeat;
  background-size: cover;
}

#intro .intro-info h2 {
  color: #413e66;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

#intro .intro-info h2 span {
  color: #1bb1dc;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 30px;
  transition: 0.5s;
  color: #fff;
    background: #4fb459; /* Old browsers */
    background: -moz-linear-gradient(left,  #4fb459 0%, #0b9018 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #4fb459 0%,#0b9018 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #4fb459 0%,#0b9018 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7cd8', endColorstr='#fa5a4c',GradientType=1 ); /* IE6-9 */

}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #ff7cd8;
}

/*--------------------------------------------------------------
# Intro Slider Section
--------------------------------------------------------------*/
/* .100vh {
	height: 100vh;
} */
.banner {
	height: 100vh;
	background: url(../img/home-banner.jpg) center no-repeat;
	overflow: hidden;
	background-size: cover;
	position: relative;
}

.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.7);
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 768px) {
  .banner {
    height: 120vh;
  }
  
  .banner-overlay {
    height: 120vh;
  
  }
  }
  
  @media only screen and (max-width: 576px) {
  
    .banner {
      height: 100vh;
    }
    
    .banner-overlay {
      height: 100vh;
    
    }
  }
  
  @media only screen and (max-width: 430px) { 
  
  .banner {
    height: 100vh;
  }
  
  .banner-overlay {
    height: 100vh;
  
  }
  }


.m-r-t-125 {
	margin-top: 125px;
}


.banner-content h1 {
	color: #eeb51d;
  font-weight: bold;
}
.banner-content p {
	color: #ffffff;
}

.banner-feature {
	width: 100%;
	padding: 30px 0 30px 75px;
}

.banner-feature > .row > div.feature-box {
	height: 100px;
	border: 2px solid #ddd;
}

.banner-feature > .row > div.feature-box:first-child {
	border-top: none;
	border-left: none;
}
.banner-feature > .row > div.feature-box:nth-child(2){
	border-top: none;
	border-right: none;
	border-left: none;
}
.banner-feature > .row > div.feature-box:nth-child(3){
	border-top: none;
	border-left: none;
	border-bottom: none;
	
}

.banner-feature > .row > div.feature-box:nth-child(4){
	border: none;
}

.banner-link {
	background-color: #e53e2b;
	max-width: 250px;
}



.banner--item {
	background-size: 100% auto;
	min-height: 300px;
	height: 100vh;
}

.banner-feature-inner {
	width: 100%;
}

.feature-inner-icon.mobile i {
	font-size: 55px;
	color: #4d76ba;
}
.feature-inner-icon.website i {
	color: #2ca24b;
}
.feature-inner-icon.animation i {
	color: #e53e2b;
}

.feature-inner-icon.marketing i {
	color: #eeb51e;
}

.feature-inner-icon.website i, .feature-inner-icon.animation i, .feature-inner-icon.marketing i {
	font-size: 40px;
}
.feature-inner-content h5 {
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	font-weight: bold;
}

.feature-inner-content h5:nth-child(2) {
	font-weight: normal;
	color: #818181;
	margin-top: 5px;
}
.banner--content {
	padding-top: 80px;
}

.banner_title {
	font-family: "Montserrat", sans-serif;
	color: #413e66;
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
}

.banner_title--span {
	color: #1bb1dc;
}

.banner_button {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 0;
	border-radius: 30px;
	transition: 0.5s;
	color: #fff;
	background: #e53e2b;
	height: 48px;
	line-height: 48px;
	width: 200px;
	text-align: center;
}
.banner_button:hover,.banner_button:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #bb396d;
}

/*.carousel-control-next-icon,.carousel-control-prev-icon{
	display: block;
	
}*/
.carousel-control-next-icon, .carousel-control-prev-icon {
	background-image: unset;
	transition: .5s;
}
.banner .carousel:hover .carousel-control-next-icon, .banner .carousel:hover .carousel-control-prev-icon {
	background-color: rgba(0,0,0,.5);
	padding: 5px;
	height: 50px;
	width: 50px;
	background-size: 20px;
}
.banner .carousel:hover .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important;
}

.banner .carousel:hover .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important;
}




/*.carousel-control-next-icon:hover,.carousel-control-prev-icon:hover {
	display: block;
	background-color: rgba(0,0,0,.5);
	padding: 5px;
	height: 50px;
	width: 50px;
	background-size: 20px;
}*/

@media only screen and (max-width:  768px) {

	.banner--item {
		height: auto;
		background-size: cover !important;
		padding: 80px 0 60px;
		background-position: center top;
	}
	.banner_title {
		font-size: 34px;
		margin-bottom: 36px;
		text-align: center;
	}
	.banner--content {
		padding-top: 40px;
	}
	.banner--content{
		text-align: center;
	}
}

/*--------------------------------------------------------------
# Bottom Black Ber Area
--------------------------------------------------------------*/

.bottom-menu{ background: #343a40;}
.month_text{ 
  color: #eeb51d;
  font-size: 30px;
  font-family:'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  padding: 15px;
}




@media only screen and (max-width: 768px) {
  .month_text{ 
    color: #eeb51d;
    font-size: 26px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    padding: 15px;
    text-align: center;

  }
}

@media only screen and (max-width: 576px) {
  .month_text{ 
    color: #eeb51d;
    font-size: 26px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    padding: 15px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 430px) { 
  .month_text{ 
    color: #eeb51d;
    font-size: 19px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    padding: 15px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
  }
	
}




/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */
.mobile-login{display:none;}



.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #413e66;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #1bb1dc;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #1bb1dc;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* MMI CSS */

.admin-bar #header {
  padding-top: 30px;
}
.admin-bar #header.header-scrolled,
.admin-bar #header.header-pages {
  height: 110px;
}
.main-nav .menu li {
  position: relative;
}
.main-nav .menu .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: ease all 1.4s;
}
.main-nav .menu li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-nav .menu .sub-menu li {
  min-width: 250px;
}
.main-nav .menu .sub-menu li a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .menu .sub-menu li a:hover {
  color: #1bb1dc;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 21px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.get-a-quote{ 
    background: #e53e2b;
    
    border-radius: 30px;   }
.main-nav .get-a-quote{ color: #ffffff;font-weight: bold;}
.main-nav .get-a-quote:hover{ color:#ffffff;}
.main-nav .get-a-quote:hover, .main-nav .active > .get-a-quote, .main-nav li:hover > .get-a-quote {
    color: #ffffff;;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/
.page_titleusdd h2{ 
    font-weight: 700;
}
.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}


.add-icon li{
    background: url(../img/list.png)top 6px left 0px no-repeat;
    margin-bottom: 15px;
    list-style: none;
    padding-left: 30px;
	
}

.why-us-icon-img{
    padding-left: 0 !important;
}

.why-us-points .number {
    font-family: 'Tourney', cursive;
    font-size: 50px;
    font-weight: 200;
    color: #ffffff;
}

.why-us-points {
    transition: .5s;
}

.why-us-points:hover {
    -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.why-us-icon-img li{
    /*background: url(../img/why-us-list-img.png)top 4px left 0px no-repeat;*/
    margin-bottom: 15px;
    list-style: none;
	
}

.why-us-points {
	padding: 30px;
	background-color: #343a40;
	color: #fff;
	height: 100%;
	border-radius: 5px;
}

.why-us-points hr {
	background-color: #fff; 
	width: 50px; 
	height: 2px;
	margin-left: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #dddddd;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f5f8fd;
}

.services, #call-to-action {
	background: url(../img/parallax-bg2.jpg) center no-repeat;
	background-attachment: fixed;
	position: relative;
	
}



.section-services h3 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-services p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #fff;
  width: 50%;
}

.section-work-process{ padding-top:60px;}
.section-work-process h3 {  font-size: 36px;
							color:#413e66;
							font-weight: 700;
							position: relative;
							font-family: "Montserrat", sans-serif;
							text-align: center;
                         }
.section-work-process p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: 
    #413e66;
    width: 50%;
}
/* Post_Singal Section
--------------------------------*/

#post_singal {
  padding: 160px 0;
}

#post_singal .post_singal-content {
  padding-top: 40px;
}

#post_singal .post_singal-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#post_singal .post_singal-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#post_singal .post_singal ul {
  list-style: none;
  padding: 0;
}

#post_singal .about-content ul li {
  padding-bottom: 10px;
}

#post_singal .post_singal-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#post_singal .post_singal-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#post_singal .post_singal-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#post_singal .post_singal-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#post_singal .post_singal-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#post_singal .post_singal-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 80px 0;
}

#about .about-content {
  padding-top: 0px;
}
#about .about-content p {
  margin-bottom:8px;
  font-size:14px;	
}
#about .about-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#about .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#about .about-content ul {
  list-style: none;
  padding: 0;
}

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#about .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  /*margin: 0 10px 40px 10px;*/
  /*background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;*/
  text-align: center;
  border: 1px solid #eeb51e;
  margin-bottom: 30px;
  min-height: 232px;
  transition: .5s;
}

#services .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon i {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 20px;
  padding-top: 20px;
	text-align: left;
	min-height: 70px;
}

#services .title a {
  color: #eeb51e;
font-size: 300;
}

#services .box:hover .title a {
  color: #eeb51e;
}

#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
  color: #fff;
}

.service--title {
    display: flex;
}

.service--icon .mobile {
    margin-right: 15px;
}

.service--icon i {
    color: #eeb51e !important;
}

.service--title h4 a {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.service--title h4 a span {
    font-weight: 300;
}

.service--title h4.title {
    padding-top: 0 !important;
}

/* Why Us Section
--------------------------------*/

#why-us {
  padding: 60px 0;
}

#why-us .why-us-content .features {
  margin: 0 0 15px 0;
  padding: 0;
  transition: 0.3s ease-in-out;
}

#why-us .why-us-content .features i {
  font-size: 36px;
  float: left;
}

#why-us .why-us-content .features h4 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #413e66;
  margin-bottom: 5px;
}

#why-us .why-us-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #555186;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #555186;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #8a87b6;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  /*background: #2d2b46;
  background-size: cover;*/
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1bb1dc;
  border: 3px solid #1bb1dc;
}

/* Features Section
--------------------------------*/

#features {
  padding: 80px 0;
}

#features h4 {
  font-weight: 600;
  font-size: 24px;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #413e66;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #1bb1dc;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #1bb1dc;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #1bb1dc;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #42c3e8;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #282646;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #1bb1dc;
}

/* Team Section
--------------------------------*/

#team {
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

#team .member .member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 15px 0;
  background: rgba(29, 28, 41, 0.6);
}

#team .member .member-info-content {
  transition: margin 0.2s;
  height: 40px;
  transition: height 0.4s;
}

#team .member:hover .member-info {
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  height: 80px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #1bb1dc;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 80%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #1bb1dc;
}

/* Pricing Section
--------------------------------*/

#pricing {
  padding: 80px 0;
}

#pricing .card {
  border: 0;
  border-radius: 0px;
  box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
  transition: all .3s ease-in-out;
  padding: 36px 0;
  position: relative;
}

#pricing .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #1bb1dc;
  transition: 0.5s;
}

#pricing .card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

#pricing .card:hover:after {
  width: 100%;
}

#pricing .card .card-header {
  background-color: white;
  border-bottom: 0px;
  -moz-text-align-last: center;
  text-align-last: center;
}

#pricing .card .card-title {
  margin-bottom: 16px;
  color: #535074;
}

#pricing .card .card-block {
  padding-top: 0;
  text-align: center;
}

#pricing .card .list-group-item {
  border: 0px;
  padding: 6px;
  color: #413e66;
  font-weight: 300;
}

#pricing .card h3 {
  font-size: 64px;
  margin-bottom: 0px;
  color: #535074;
}

#pricing .card h3 .currency {
  font-size: 30px;
  position: relative;
  font-weight: 400;
  top: -30px;
  letter-spacing: 0px;
}

#pricing .card h3 .period {
  font-size: 16px;
  color: #6c67a3;
  letter-spacing: 0px;
}

#pricing .card .list-group {
  margin-bottom: 15px;
}

#pricing .card .btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #5f5b96;
  border-radius: 0;
  padding: 10px 24px;
  letter-spacing: 1px;
  border-radius: 3px;
  display: inline-block;
  background: #1bb1dc;
  color: #fff;
}

#pricing .card .btn:hover {
  background: #0a98c0;
}


/* Frequently Asked Questions Section
--------------------------------*/
.faqs-pagsimg{padding-top:40px;}
#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ebebeb;
}

#faq #faq-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  padding-right: 25px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
}

#faq #faq-list p {
  margin-bottom: 20px;
	font-size: 14px;
}

#faq #faq-list a.collapse {
  color: #1bb1dc;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

.faqs-img {
	display: flex;
	height: 100%;
	align-items: center;
	padding-left: 30px;
}


/*----------------------------------------*/
/* Pages - Contact
/*----------------------------------------*/
/* ---Google Map Related Stuff--- */
#google-map {
  height: 400px;
}

/* ---Contact Main Page--- */
.contact-main-page {
  padding: 100px 0 80px;
  /* ---Contact Form Area--- */
}

.contact-main-page .contact-page-side-content {
  background-color: #f5f5f5;
  padding: 30px 30px 19px;
  margin-top: 100px;
}

@media (max-width: 479px) {
  .contact-main-page .contact-page-side-content {
    padding: 25px 30px 19px;
  }
}

.contact-main-page .contact-page-side-content .contact-page-message {
  margin-bottom: 0;
  padding-bottom: 25px;
}

.contact-main-page .contact-page-side-content .single-contact-block {
  padding-bottom: 3px;
  margin-bottom: 27px;
  border-bottom: 1px solid #e5e5e5;
}

.contact-main-page .contact-page-side-content .single-contact-block:last-child {
  border-bottom: none;
}

.contact-main-page .contact-page-side-content .single-contact-block h4 {
  margin-bottom: 0;
  padding-bottom: 25px;
}

.contact-main-page .contact-page-side-content .single-contact-block p {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.contact-main-page .contact-page-side-content .single-contact-block.last-child > h4 {
  padding-bottom: 20px;
}

.contact-main-page .contact-page-title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 20px;
}

@media (max-width: 479px) {
  .contact-main-page .contact-page-title {
    font-size: 25px;
  }
}

.contact-main-page .contact-form-content {
  margin-top: 95px;
}

.contact-main-page .contact-form-content .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-main-page .contact-form-content .contact-form .form-group.form-group-2 {
  margin-bottom: 25px;
}

.contact-main-page .contact-form-content .contact-form .form-group label {
  display: block;
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 20px;
  cursor: text;
}

.contact-main-page .contact-form-content .contact-form .form-group input {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  outline: none;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
}

.contact-main-page .contact-form-content .contact-form .form-group textarea {
  background-color: #ffffff;
  width: 100%;
  outline: none;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  line-height: 50px;
  height: 200px;
}

.contact-main-page .contact-form-content .contact-form .form-group .kenne-contact-form_btn {
  line-height: 12px;
  display: inline-block;
  padding: 16px 30px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  background-color: #242424;
  border: 1px solid #242424;
  color: #ffffff;
  text-transform: uppercase;
}

/* Footer
-------------------------------------------------------------- */



footer {
    background-color: #222222;
    padding: 92px 0 64px;
    color: #999999;   
    border-top: #eeb51d 15px solid;
    

}

footer.style1 {
	padding: 80px 0 74px;
}

footer a {
	color: #999999;
}

footer a:hover {
	color: #feb800;
}

/* Footer widget
-------------------------------------------------------------- */
.footer-widgets .widget .widget-title {
	color: #fff;
}

.widget .widget-title {
    position: relative;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #121212;
    margin-bottom: 37px;
}
/* Widget instagram */
.widget.widget_instagram ul {
	margin: 0 -5px;
}

.widget.widget_instagram ul li {
	width: 33.33%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

/* Widget info */
.widget.widget_info .footer-info {
	background-image: url(../img/map.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.widget.widget_info p {
	margin-bottom: 18px;
}

ul.footer-info {
	margin: 2px 0 0 5px;
	padding-left: 0;
}

ul.footer-info li {
    position: relative;
    padding: 0 0 17px 30px;
    list-style: none;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.footer-widgets ul.footer-info li:before {
    content: "\f041";
    font-family: "FontAwesome";
    color: #eab702;
    position: absolute;
    left: 1px;
    top: 0;
}

.footer-widgets ul.footer-info li.phone:before {
    content: "\f095";
}

.footer-widgets ul.footer-info li.email:before {
    content: "\f003";
}

.widget.widget_info .flat-button {
	margin-top: 5px;
	background-color: #eab702;
	color: #fff;
}

.widget.widget_info .flat-button:hover {
	background-color: #333333;
}

/* Footer Custom 17-12-19 */
.footer-title{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
}

ul.footer-list{
    padding-left: 0;
    list-style: none;
}

ul.footer-list li{
    margin-bottom: 10px;
}

ul.footer-list li a{
    font-size: 16px;
}

ul.playstore-link{
    margin-top: 35px;
}

ul.footer-social-icon {
    padding-left: 0;
    list-style: none;
}

ul.footer-social-icon li{
    float: left;
}

ul.footer-social-icon li a{
    font-size: 18px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: block;
    text-align: center;
    background-color: #eab702;
    color: #000;
    border-radius: 50%;
    margin-right:15px;
    transition: 1s;
    padding-top: 10px;
}

ul.footer-social-icon li a.twitter-bg-color:hover{
    background-color: #55acee;
    color: #fff;
}
ul.footer-social-icon li a.facebook-bg-color:hover{
    background-color: #3b5999;
    color: #fff;
}
ul.footer-social-icon li a.instagram-bg-color:hover{
    background-color: #e4405f;
    color: #fff;
}
ul.footer-social-icon li a.linkdin-bg-color:hover{
    background-color: #0077B5;
    color: #fff;
}





/* Widget Recent Post */

.widget.widget-recent-post ul li .thumb {
	width: 70px;
    float: left;
    margin: 4px 25px 0 0;
}

.widget.widget-recent-post ul li .content {
	overflow: hidden;
}

.widget.widget-recent-post ul li .content h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;    
    margin: 0 0 4px;
}

.widget.widget-recent-post ul li .content h3 a {
    color: #eab702;
}

.widget.widget-recent-post ul li .content h3 a:hover {
    color: #fff;
}

.widget.widget-recent-post ul li .content .meta {
    font-size: 10px;
    line-height: normal;
    color: #c2c2c2;
    margin-bottom: 1px;
}

/* MMI CSS */

.widget_recent_entries ul {
  margin: 0;
  padding: 0;
}
.widget_recent_entries ul li {
  list-style-type: none;
}
.widget_recent_entries ul li a {
  display: block;
  color: #eab702;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.widget_recent_entries ul li span {
  list-style-type: none;
  font-size: 12px;
  color: #c2c2c2;
}
ul.footer-info {
  margin-top: 25px;
}


/* Widget Twiter */
.widget_tweets ul li {
    padding: 0 0 7px 32px;
    position: relative;
    border: 0;
    margin-top: 22px;
}

.widget_tweets ul li:before {
    content: "\f099";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #eab702;
    position: absolute;
    left: 0;
    top: 0;
}

.widget_tweets ul li .author {
    font-weight: 700;
}

.widget_tweets ul li a {
    color: #eab702;
}

.widget_tweets ul li a:hover {
	color: #fff;
}

/* Sidebar Page About */
.sidebar-nav {
	margin-bottom: 40px;
}

.sidebar-nav ul {
	padding: 0;
	list-style: none;
}

.sidebar-nav ul li a {
	display: block;
	padding: 15px 20px 11px 20px;
	margin-bottom: 2px;
	color: #333;
	font-weight: 700;
	background-color: #f0f0f0;
}

.sidebar-nav ul li a.active {
	padding-left: 16px;
	border-left: 4px solid #eab702;
}

.sidebar-nav ul li a:hover {
	background-color: #f9f9f9;
}

.brochure {
	margin-bottom: 42px;
	padding: 28px 18px 14px 24px;
	border: 1px solid #ccc;
	font-size: 13px;
}

.brochure h3 {
	margin-top: 0;
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: 600;
}

.brochure p {
	margin-bottom: 18px;
}

.page-service .brochure p {
	margin-bottom: 18px;
}

.brochure .btn-brochure {
	margin-bottom: 20px;
}

.brochure .btn-download a {
	position: relative;
	width: 97%;
	margin-bottom: 0;
	padding: 12px 19px 9px;
	font-weight: 300;
	letter-spacing: 0.2px;
}

.brochure .btn-download a:after {
	background: url(../images/common/icon_pdf_white.png) no-repeat;
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 3px;
}

/* About-content-text */
.about-content-text {
	margin-bottom: 40px;
}

.about-content-text h4 {
	font-weight: 700;
    line-height: 1.1;    
    margin: 30px 0 20px 0;
    color: #eab702;
    font-size: 24px;
}

.about-content-text p {
	margin-bottom: 10px;
}
/* ************************
   04.3: Working Process
   ********************* */
.single-process .content h3 {
    margin: 30px 0 17px;
    font-size: 23px;
    font-weight: bold;
}
.single-process .content p {
  font-size: 16px;
}

.section-title {
    margin-bottom: 62px;
}
.section-title h2 {
    font-size: 44px;
    line-height: 1.23;
    font-weight: bold;
}

.section-title p {
    font-size: 18px;
    line-height: 1.67;
    max-width: 890px;
    margin-top: 38px;
}


.single-process {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  margin-bottom: 50px;
}

.process-bg {
  background-position: 55% 20%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1199px) {
  .process-bg {
    background-position: 55% 5%;
    background-size: 85%;
  }
}

@media only screen and (max-width: 991px) {
  .process-bg {
    background-image: none !important;
  }
}

.single-process-wrapper:nth-child(even) {
  margin-top: 225px;
}

@media only screen and (max-width: 991px) {
  .single-process-wrapper:nth-child(even) {
    margin-top: 0;
  }
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
	background-color: #2c2c2c;
	padding: 26px 0;
	color: #999999;	
	font-size: 12px;
}

.bottom .copyrigh{
    font-size: 16px;
}

.bottom .copyright a {
	color: #999999;
}

.bottom .copyright a:hover {
	color: #feb800;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 992px) {
  .mobile-login{display:block;}
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }
  
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }

  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
	
.back-to-top {
 top: 611px;
   }

}

.select::after{
    padding: 58px 17px 0px 0px;
}


.banner .carousel-inner .row .col-md-6, .banner--content {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner .carousel-inner .row .col-md-6 img {
	padding-top: 60px;
}


@media only screen and (max-width: 991px) {
	.banner .carousel-inner .row .col-md-6, .banner--content {
		height: unset;
	}
	.banner .carousel-inner .row .col-md-6 img, .banner .carousel-inner .row .col-md-6, .banner--content {
		padding-top: 0;
	}
}
@media only screen and (max-width: 768px) {
	.banner .carousel-inner .row .col-md-6 img, .banner .carousel-inner .row .col-md-6, .banner--content {
		padding-top: 40px;
	}
	.banner .carousel-inner .row .col-md-6, .banner--content {
		align-items: center;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 992px){
	#header .logo {
		max-width: 150px;
    	padding-top: 6px;
	}
}

@media only screen and (max-width: 992px) and (min-width: 768px){
	.banner-feature > .row > div.feature-box:first-child, .banner-feature > .row > div.feature-box:nth-child(3) {
		border-right: none;
	}
	.feature-box {
		border: none;
		border-bottom: 2px solid #dddddd !important;
	}
}

@media only screen and (max-width: 991px) {
	.downwe {
		padding: 0;
	}
	#header .logo img{
		max-height: 40px;
	}
	#header.header-scrolled, #header.header-pages {
		padding: 15px 0;
	}
	.mobile-nav-toggle {
		right: 12%;
	}
	
	.faqs-img {
		padding-left: 0;
	}
	
	.banner_button {
		margin-bottom: 40px;
	}
	ul.footer-social-icon li a {
		margin-bottom: 10px;
	}
	
	.technologies-part .nav-tabs .nav-item .nav-link {
		border: 1px solid #dee2e6;
	}
	
	.nav-tabs {
		border-bottom: none;
	}
	
	.nav-tabs .nav-item {
		width: 33.33%;
	}
	
	.showcase--part .nav-tabs .nav-item .nav-link {
		border: 1px solid #dee2e6;
	}

	
}

/* Technology Page */
.page-title-hr {
	width: 50px;
	height: 3px;
	background-color: #06131a;
}

.technology-page {
	padding-bottom: 0 !important; 
}

.technologies-part {
	padding: 100px 0 160px;
}

.technologies-part .tab-pane {
	padding: 50px 0 0;
}
a {
	color: #4d76ba;
}

.technologies-part .tab-pane h3{
	text-transform: uppercase;
	margin-bottom: 50px;
}

.technologies-part .nav-tabs .nav-item .nav-link {
	text-transform: uppercase;
	font-weight: 700;
	border-right: 1px solid #dee2e6;
	border-radius: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-radius: .25rem;
}

.technologies-part .nav-tabs .nav-item .nav-link span {
	font-weight: 400;
  color: #444;
}

.inner-p-tb {
	padding: 15px 0;
}
.b-radius {
	border-radius: 5px;
}
.technology-inner{
	padding: 15px 15px;
	margin-bottom: 15px;
	display: block;
}

.technology-inner:hover {
	background-color: #ddd;
}


@media only screen and (max-width: 768px) {
	.banner-feature {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.section-services p {
		width: 100%;
	}
	
	.banner-content h1 {
		text-align: center;
	}
}

@media only screen and (max-width: 576px) {
	.banner-feature > .row > div.feature-box:first-child, .banner-feature > .row > div.feature-box:nth-child(3) {
		border-right: none;
	}
	.feature-box {
		border: none;
		border-bottom: 2px solid #dddddd !important;
	}
	
	.banner-content {
		margin-top: -50px;
	}
	.banner-content h1 {
		font-size: 25px;
	}
	.banner-feature {
		padding-top: 0;
	}
	
	.feature-inner-icon.mobile i {
		font-size: 45px;
	}
	
	.feature-inner-icon.animation i {
		font-size: 30px;
	}
	
	.feature-inner-content h5 {
		font-size: 14px;
	}
	
	.banner-feature > .row > div.feature-box {
		height: 68px;
	}
	
	.banner-link {
		font-size: 14px;
	}
	
	.logo {
		margin-left: 50px;
	}
}

@media only screen and (max-width: 430px) { 
	.logo {
		margin-left: 30px;
	}
	
	.mobile-nav-toggle {
		right: 12px;
	}
	
	.nav-tabs .nav-item {
		width: 50%;
	}
	
	.technologies-part .nav-tabs .nav-item .nav-link {
		font-size: 16px;
	}
	
	.showcase--part .nav-tabs .nav-item .nav-link {
		font-size: 16px;
	}
	
}


/* Why choose Us */
#why-us .section-header h3 {
    margin-bottom: 60px;
}

#why-us .about-content {
    font-size: 16px;
    line-height: 24px;
}

#why-us .about-img::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}

#why-us .about-img::after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}

#why-us .about-img {
    position: relative;
    margin: 30px 30px 30px 30px;
}
#why-us .about-img img {
    transition: 1s;
    border: 8px solid #fff;
}

#why-us .about-img img:hover {
    width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.whyUs-content-box {
    margin-bottom: 30px;
    min-height: 80px;
}

.whyUs-icon {
    color: #343a40;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #343a40;
    transition: .5s;
}

.whyUs-content-box:hover .whyUs-icon, .whyUs-content-box:focus .whyUs-icon {
    background-color: #343a40;
    color: #ffffff;
    border: 1px solid #343a40;
    
}

.whyUs-content-box {
    transition : .5s;
}

.whyUs-content-box:hover, .whyUs-content-box:focus {
    transform: scale(1.1);
}

.whyUs-text {
    font-size: 16px;
    line-height: 20px;
}

.qoute2{background:#eeb51d;
  height:10px;
  width:100%;
  }
  
  /* Price Box */
  #price_bg{
    background:url(../img/business_cat/apartments/price_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 20px;
    
      }
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
}
.main-title {
margin-bottom: 50px;
text-align: center;
}

.main-title h1 {
font-size: 35px;
font-weight: 700;
margin-bottom: 15px;
}

.main-title h2 {
font-size: 28px;
font-weight: 600;
margin-bottom: 5px;
}

.main-title p{
font-size: 18px;
margin-bottom: 0;
}
.pricing {
text-align: center;
margin-bottom: 30px;
position: relative;
z-index: 9;
box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
color: #fff;
font-size: 20px;
}

.pricing .price-header1 {
width: 100%;
background: #f22742;
padding: 35px 20px;
}
.pricing .price-header2 {
  width: 100%;
  background: #5cc027;
  padding: 35px 20px;
  }
  .pricing .price-header3 {
    width: 100%;
    background: #e6c510;
    padding: 35px 20px;
    }

.pricing .price-header .title {
margin: 0 0 10px;
font-size: 20px;
font-weight: 600;
color: #37404d;
}
.pricing .title {
  font-weight:bold;

  }
.pricing .price-header .price {
font-size: 35px;
font-weight: 300;
margin: 0;
color: #37404d;
}

.pricing .content {
  padding: 20px 70px 30px;
  background: #f9f9f9;
  text-align: left;
  font-size: 18px;
  color: #000000;
}

.pricing .content ul {
margin: 0 0 20px;
}

.pricing .content ul li {
padding: 8px 0;
font-size: 16px;
color: #656565;
}

.pricing.featured .listing-badges {
position: absolute;
top: 0;
z-index: 999;
right: 0;
width: 100%;
display: block;
font-size: 15px;
padding: 0;
overflow: hidden;
height: 100px;
}

.pricing.featured .featured {
float: left;
transform: rotate(-45deg);
left: -67px;
top: 17px;
position: relative;
text-align: center;
width: 200px;
font-size: 13px;
margin: 0;
padding: 7px 10px;
font-weight: 500;
color: #fff;
}
.pricing.featured .featured {
background: #f0151f;
}
.btn-outline {
border: solid 1px #f0151f;
color: #f0151f;
}

.btn-outline:hover {
border: solid 1px #dc141d;
background: #dc141d;
color: #fff;
}
.button-theme {
background: #f0151f;
color: #FFF !important;
}

.button-theme:hover {
background: #dc141d;
color: #fff;
}

.pricing-btn {
padding: 7px 25px 5px;
border-radius: 10px;
font-size: 14px;
font-weight: 500;
letter-spacing: 1.5px;
text-transform: none;
}
  /*  next step  */
  #nextStep_bg{
  background:url(../img/nextstap/next_step_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
    }
  
  
  .nextStep{
      padding: 40px;
  }
  .maxWidth670 {
      max-width: 670px;
      margin: 0 auto;
      margin-left: 427px;
  }
  
  .nextStepsTitle {
    font-size: 50px;
    font-family: berlinsansfbdemi, sans-serif;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-left: 96px;
    
  }
  
  .stepOne{
      background: url(../img/nextstap/step1.png) top left no-repeat;
      background-position: 100% auto;
      height: 103px;
      margin-bottom: 25px;
      width: 640px;
      border-radius: 15px;
  }
  
  .stepTwo{
      background: url(../img/nextstap/step2.png) top left no-repeat;
      width: 640px;
  }
  
  .stepThree{
      background: url(../img/nextstap/step3.png) top left no-repeat;
      width: 640px;
  }
  
  .stepFour{
      background: url(../img/nextstap/step4.png) top left no-repeat;
      width: 640px;
  }
  
  .stepFive{
      background: url(../img/nextstap/step5.png) top left no-repeat;
      width: 640px;
  }
  
  .stepSix{
      background: url(../img/nextstap/step6.png) top left no-repeat;
      width: 640px;
  }
  
  .stepNumber{
    font-family: "Arial Black", sans-serif;
    font-size: 45px;
    line-height: 103px;
    font-weight: bold;
    padding-right: 0px;
    padding-left: 5px;
  }
    .stepNumber{
     color:#000;
    }
  .stepNumber2{
    color:#000;
    }
  .stepNumber3{
    color:#000;
    }
  .stepNumber4{
    color:#000;
    }
  .stepNumber5{
    color:#000;
      }
  .stepNumber6{
    color:#000;
      }	
  .stepText {
    font-size: 16px;
    width: 481px;
    height: auto;
    line-height: normal;
    color: #ffffff;
    font-weight: 600;
    padding: 15pxs;
   }
  
  .stepOne .stepText{
    padding-top: 20px;
  }
  .stepSix .stepText{
  padding-top: 20px;
  }
  .stepTwo .stepText{
  padding-top: 20px;
  }
  .stepThree .stepText{
  padding-top: 20px;
  }
  .stepFour .stepText{
      padding-top: 20px;
  }
  .stepFive .stepText{
    padding-top: 20px;
  } 
  .nextarrow{
      margin-top: 40px;
      margin-right: 15px;
  }
  
  /*  next step End */
  .catagory_bg{
    background:url(../img/Business-Categories.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
      }
  .catagory-overlay {
    background-color: rgba(0,0,0,.7);
    display: flex;
    align-items: center;
  }

.catagory-wrapper {
	max-width:1400px;
	margin:0 auto;
	width:100%;
	display:block;
	padding:34px 0 20px;	
}
.catagory-HD{
	color:#eeb51d;
	font-size:34px;
	line-height:56px;
	margin:0;
	margin-top:28px;
  margin-bottom: 20px;
	padding:0;
	font-weight:bold;
	font-family: "Arial Black";		
}
.catagory-list{
	list-style-type:none;
	list-style-position:inside;	
	margin:0;
	padding:0;
}
/* .catagory-list li{
	float:left;
	padding:0;
	margin:0;
	width:25%;	
	box-sizing:border-box;
 
} */

.catagory-list li {
  float: left;
  width: 23%;
  box-sizing: border-box;
  text-align: center;
  background-color: none;
  margin: 10px;
  border-radius: 10px;
  border: 2px solid #eab702;
}
.catagory-list li a{
	color:#fff;
	font-size:22px;
	line-height:48px;
	font-weight:bold;
}


.catagory-list li:hover{
	background-color:#eeb51d;
}

.catagory-list li a:hover{
	color:#000000; 
}

.more-catagory{
	width:25%;
	margin-top:15px;
	margin-bottom:15px;
	cursor:pointer;	
}
.more-catagory span{
	font-size:15px;	
	display:block;
	color:#eeb51d;
	line-height:30px;
  font-weight: bold;
}


#all-catagory{
	border-top:4px solid #eeb51d;
	display:none;	
}

.all-catagory_bg{
  background:url(../img/Business-Categories2.jpg);
  background-color: #003800;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 20px;
    }
.all-catagory-wrapper{
	max-width:1275px;
	display:block;
	width:100%;
	margin:0 auto;
	margin-bottom:30px;	
}
.all-catagory-HD{
	color:#fff;
	font-size:34px;
	line-height:80px;
	margin:0;
	padding:0;
	font-weight:bold;
	font-family: "Arial Black";	
}
.all-catagory-list{
	list-style-type:none;
	list-style-position:inside;	
	margin:0;
	padding:0;
}
.all-catagory-list li{
  text-align: center;
  background-color: none;
  margin: 10px;
  border-radius: 10px;
  border: 1px solid #eab702;
	float:left;
	width:18%;	
	box-sizing:border-box;
}
.all-catagory-list li a{
	color:#ffffff;
	font-size:20px;
	line-height:48px;
	font-weight:bold;
}




/* kazi */



.ol-cards,
.ol-cards * {
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
}

.ol-cards {
  --flapWidth: 2rem;
  --flapHeigth: 1rem;
  --iconSize: 3rem;
  --numberSize: 3rem;
  --colGapSize: 2rem;
  width: min(100%, 40rem);
  margin-inline: auto;
  display: grid;
  gap: 2rem;
  padding-inline-start: var(--flapWidth);
  font-family: sans-serif;
  color: #fff;
  font-weight: 600;
  counter-reset: ol-cards-count;
  list-style: none;
}
.ol-cards > li {
  display: grid;
  grid-template-areas:
    "icon title nr"
    "icon descr nr";
  gap: 0 var(--colGapSize);
  align-items: center;
  padding: var(--colGapSize) var(--flapWidth) var(--colGapSize) 0;
  border-radius: 1rem 5rem 5rem 1rem;
  background-image: linear-gradient(to bottom right, #ffffff, #e9eaec);
  counter-increment: ol-cards-count;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
  box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
}

.stap1 > li{

  background-image: linear-gradient(to bottom right, #000000,  #000000);

}

.stap2 > li{

  background-image: linear-gradient(to bottom right, #000000,  #4639fa);

}
.ol-cards > li > .icon {
  grid-area: icon;
  background: var(--accent-color);
  color: white;
  font-size: var(--iconSize);
  width: calc(2 * var(--flapWidth) + var(--iconSize));
  padding-block: 1rem;
  border-radius: 0 5rem 5rem 0;
  margin-inline-start: calc(-1 * var(--flapWidth));
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  display: grid;
  place-items: center;
}
.ol-cards > li > .icon::before {
  content: "";
  position: absolute;
  width: var(--flapWidth);

  height: calc(100% + calc(var(--flapHeigth) * 2));
  left: 0;
  top: calc(var(--flapHeigth) * -1);
  clip-path: polygon(
    0 var(--flapHeigth),
    100% 0,
    100% 100%,
    0 calc(100% - var(--flapHeigth))
  );
  background-color: var(--accent-color);
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.2)
  );
  z-index: -1;
}

.ol-cards > li > .title {
  grid-area: title;
  font-weight: 600;
  font-size: 1.25rem;
}
.ol-cards > li > .descr {
  grid-area: descr;
}
.ol-cards > li > .next-btn {
  grid-area: 2;
}

.next-btn i{
   font-size: 30px;
   color: #000000;
}
 /* .ol-cards > li::after {
  grid-area: nr;
  content: counter(ol-cards-count, decimal-leading-zero);
  color: var(--accent-color);
  font-size: var(--numberSize);
  font-weight: 700;
  text-align: left;
} */


@media (max-width: 40rem) {
  .ol-cards {
    --flapWidth: 1rem;
    --flapHeigth: 0.5rem;
    --iconSize: 2rem;
    --numberSize: 2rem;
    --colGapSize: 1rem;
  }
}



/* From Design */
#from_bg{
  background-color: blanchedalmond;
}
.m-b-20 {
  margin-bottom: 30px;
  margin-top: 15px;
    }

    .m-b-32 {
      margin-bottom: 80px;
    }

    .dgcr--form {
      padding: 50px 0;
    }
    .form-control {
      border-radius: 16px;
      font-size: 14px;
      font-weight: 500;
      width: 100%;
      height: 48px;
      padding: 14px 18px;
      line-height: 1.42857143;
      border: 1px solid #d2d8db;
      background-color: #fff;
      margin-bottom: 14px;
      -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1);
      box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1);

    } 

    .btn {
      font-family: 'Barlow Semi Condensed', sans-serif;
      font-size: 16px;
      font-weight: 700;
      padding: 10px 26px;
      letter-spacing: 0px;
      border-radius: 10px;
      line-height: 2;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      word-wrap: break-word;
      white-space: normal !important;
    }
    .footerLine_text {
      color: #000;
      font-size: 36px;
      font-weight: normal;
      padding-bottom: 30px;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 10px;
    }

    /******************* Timeline Demo - 12 *****************/

    a {
    text-decoration: none
}

h4 {
    text-align: center;
    margin: 30px 0;
    color: #444
}

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #242922;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 50px;
    position: relative
}

.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #ec496e;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #ec496e;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #ec496e;
    font-size: 64px;
    color: #fff;
    line-height: 100px;
    z-index: 1;
    position: relative
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #ec496e;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: #fff;
    top: 89px;
    right: -30px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 52px 0 0;
    float: right;
    position: relative
}

.main-timeline .timeline-content:before {
    content: "";
    width: 70%;
    height: 100%;
    border: 3px solid #ec496e;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -13px;
    left: 35px
}

.main-timeline .timeline-content:after {
    content: "";
    width: 37px;
    height: 3px;
    background: #ec496e;
    position: absolute;
    top: 13px;
    left: 0
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #ec496e;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline .description {
    display: inline-block;
    font-size: 16px;
    color: #404040;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 30%
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 35px;
    transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
    background: #f9850f
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-color: #f9850f
}

.main-timeline .timeline:nth-child(2n) .title {
    color: #f9850f
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    border-left-color: #f9850f;
    border-bottom-color: #f9850f
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
    background: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .title {
    color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
    border-left-color: #8fb800;
    border-bottom-color: #8fb800
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
    background: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
    border-color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .title {
    color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
    border-left-color: #2fcea5;
    border-bottom-color: #2fcea5
}

@media only screen and (max-width:1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px
    }

    .main-timeline .timeline-content {
        margin-top: 75px
    }
}

@media only screen and (max-width:990px) {
    .main-timeline .timeline {
        margin: 0 0 10px
    }

    .main-timeline .timeline-icon {
        left: 25%
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%
    }

    .main-timeline .timeline-content {
        margin-top: 115px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline {
        padding-top: 50px
    }

    .main-timeline:before {
        left: 80px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline {
        margin-bottom: 70px
    }

    .main-timeline .timeline:before {
        top: 0;
        left: 83px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline-icon {
        width: 60px;
        height: 60px;
        line-height: 40px;
        padding: 5px;
        top: 0;
        left: 0
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto
    }

    .main-timeline .timeline-icon:before,
    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        width: 25px;
        left: auto;
        right: -25px
    }

    .main-timeline .timeline-icon:after,
    .main-timeline .timeline:nth-child(even) .timeline-icon:after {
        width: 25px;
        height: 30px;
        top: 44px;
        left: auto;
        right: -5px
    }

    .main-timeline .timeline-icon i {
        font-size: 30px;
        line-height: 45px
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        width: 100%;
        margin-top: -15px;
        padding-left: 130px;
        padding-right: 5px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: right
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 50%;
        left: 120px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        right: auto;
        transform: rotateY(0)
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        left: 85px
    }
}

@media only screen and (max-width:479px) {

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        left: 99px
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        left: 65px
    }
}