/*
	Project:		-- Karly
	Version:	    --
	Create Date:	-- 07-10-16
	Last change:	--
	Primary use:	--
*/
/* 
	--- Table Of Content ---
	
	1.  Header
		 - Navigation Menu
	2.  Slider
	3.  About Us
	4.  Features Section
	5.  Recent Project Section
	6.  Reviews Section
	7.  Counting Number 
	8.  Our Team 
	9.  Pricing plan
	10. Clients Section
	11. Contact Us
	12. Map Section
	13. Footer Section
	
	//-- Light Box
	//-- Blog Page
*/
html, body {
  overflow-x: hidden;
}

body {
  font-family: Poppins, AppleGothic, sans-serif; 
  color: #000000;
  font-size: 17px;
  font-size: 2.0rem;
  font-weight: 400;
  background-color: #fff;
  line-height: 1.4;
  position: relative;
}

a {
  color: #000000; 
}

a:visited {
  color: #000000;
}

a:hover {
  color: #BC312B;
  text-decoration: none;
  font-weight:800;
}
a:focus {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0px;
  color: #000000;
}

input:focus, textarea:focus, keygen:focus, select:focus {
  outline: 0;
  border-color: #ffac00;
}

input, textarea, keygen, select {
  outline: 0;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  background-color: #F8F8F8;
  padding: 9px 10px;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  padding: 14px 52px;
  font-size: 1.8rem;
  border: 4px solid transparent;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-default {
  color: #fff;
  background-color: #53247F;
  border-color: #53247F;
}
.btn-default:hover {
  color: #53247F;
  background-color: transparent;
  border-color: #53247F;
}

.btn.btn-reverse.btn-default {
  color: #53247F;
  background-color: transparent;
  border-color: #53247F;
}
.btn.btn-reverse.btn-default:hover {
  color: #fff;
  background-color: #53247F;
  border-color: #53247F;
}

.btn.btn-reverse.btn-white.btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-reverse.btn-white.btn-default:hover {
  color: #fff;
  background-color: #53247F;
  border-color: #53247F;
}

.btn.btn-yellow.btn-default {
  color: #fff;
  background-color: #ffac00;
  border-color: #ffac00;
}
.btn.btn-yellow.btn-default:hover {
  color: #ffac00;
  background-color: transparent;
  border-color: #ffac00;
}

/* Header Section Begin */
.header-section {
  background: #000000;
  padding: 16px 0;
  width: 100%;
}
.header-section .main_menu_area {
  margin-top: 24px;
}
.header-section .main_menu_area ul.main_menu {
  border: none;
  margin-bottom: 0;
  margin: 0;
  list-style: none;
  display: block;
  text-align: right;
}
.header-section .main_menu_area ul.main_menu li {
  display: inline-block;
  margin: 0px 10px;
}
.header-section .main_menu_area ul.main_menu li a {
  color: #fff;
  font-family: Poppins, AppleGothic, sans-serif; 
  padding-bottom: 3px;
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-section .main_menu_area ul.main_menu li a:hover {
  color: #A0CE67 ;
  border-bottom: 2px solid #fff;
}
.header-section .main_menu_area ul.main_menu li:last-child {
  margin-right: 0px;
}
.header-section .top_menu .navbar ul.nav li a {
  color: #ffffff;
}
.header-section .top_menu .navbar ul.nav li a:hover {
  color: #b9b9b9;
  border-bottom: 2px solid #ffffff;
}
.header-section.banner--stick {
  right: 0px;
  padding: 8px 0;
  z-index: 99;
}
.header-section.banner--stick .logo-block img {
  width: 150px;
}
.header-section.banner--stick .main_menu_area {
  margin-top: 12px;
}
.header-section.banner--stick .nav_icon {
  margin-top: 0px;
}
.header-section.header_transparent:not(.banner--clone) {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.header-area {
  background-color: transparent;
}

.header-section,
.navbar-fixed-top {
  display: block;
}

.header-section.navbar-fixed-top {
  background: #53247F;
}

.header-area.navbar-fixed-top {
  background-color: #ffac00;
}

/* Header Section Over */
/* Slider Section Begin */
.slider_top_area .slider_top .slider_wrapper .slider_container .slider_item .slider_layer.slide1_layer1 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
  /* text-transform: uppercase; */
}
.slider_top_area .slider_top .slider_wrapper .slider_container .slider_item .slider_layer.slide1_layer2 {
  font-family: Poppins, AppleGothic, sans-serif;
  font-weight:500;
  color: #ffffff;
  font-size: 72px;
  text-align: center;
  /* text-transform: uppercase; */
  margin-bottom: 50px;
  line-height: 1.2;
}
.slider_top_area .slider_top .slider_wrapper .slider_container .slider_item .slider_layer.slide1_layer2 span {
  color: #53247F;
}
.slider_top_area .slider_top .slider_wrapper .slider_container .slider_item .slider_layer.slide1_layer2 span.text_border {
  color: #ffffff;
  border: 4px solid #ffffff;
  padding: 5px 15px;
  line-height: 1.8;
}
.slider_top_area .slider_top .slider_wrapper .slider_container .slider_item .slider_layer.slide2_layer1 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 0;
  text-align: left;
  line-height: 1;
  text-transform: uppercase;
}
.slider_top_area .slider_top .slider_wrapper .slider_container .slider_item .slider_layer.slide2_layer2 {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #ffffff;
  font-size: 72px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 50px;
  line-height: 1.2;
}
.slider_top_area .slider_top .slider_wrapper .slider_container .slider_item .slider_layer.slide2_layer2 span {
  color: #ffac00;
}
.slider_top_area .slider_top .slider_wrapper .slider_container .slider_item .slider_layer.slide2_layer2 span.text_border {
  color: #ffffff;
  border: 4px solid #ffffff;
  padding: 5px 15px;
  line-height: 1.8;
}
.slider_top_area .slider_top .slider_wrapper .arrow_nav .arrow_nav_left, .slider_top_area .slider_top .slider_wrapper .arrow_nav .arrow_nav_right {
  font-size: 35px;
  line-height: 35px;
  color: #ffac00;
  display: block;
  text-align: center;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.slider_top_area .slider_top .slider_wrapper .arrow_nav .arrow_nav_left:hover, .slider_top_area .slider_top .slider_wrapper .arrow_nav .arrow_nav_right:hover {
  background-color: #fff;
}
.slider_top_area .slider_top .slider_wrapper .arrow_nav .arrow_nav_left {
  bottom: 150px;
  left: 50%;
  margin-left: -53px;
}
.slider_top_area .slider_top .slider_wrapper .arrow_nav .arrow_nav_right {
  bottom: 150px;
  right: 50%;
  margin-right: -53px;
}
.slider_top_area .slider_top .slider_wrapper.slider_style_two .slider_container .slider_item .slider_layer.slide1_layer2 {
  line-height: 1.4;
}
.slider_top_area .slider_top .slider_wrapper.slider_style_two .slider_container .slider_item .slider_layer.slide1_layer2 span {
  color: #fff;
  border: 5px solid #fff;
  padding: 0px 18px;
}
.slider_top_area .slider_top .slider_wrapper.slider_style_two .slider_container .slider_item .slider_layer.slide2_layer2 {
  line-height: 1.4;
}
.slider_top_area .slider_top .slider_wrapper.slider_style_two .slider_container .slider_item .slider_layer.slide2_layer2 span {
  color: #fff;
  border: 5px solid #fff;
  padding: 0px 18px;
}
.slider_top_area .slider_top .slider_wrapper.slider_style_two .arrow_nav .arrow_nav_left, .slider_top_area .slider_top .slider_wrapper.slider_style_two .arrow_nav .arrow_nav_right {
  color: #fff;
  border: 2px solid #fff;
}
.slider_top_area .slider_top .slider_wrapper.slider_style_two .arrow_nav .arrow_nav_left:hover, .slider_top_area .slider_top .slider_wrapper.slider_style_two .arrow_nav .arrow_nav_right:hover {
  background-color: #fff;
  color: #ffac00;
}
.slider_top_area .slider_top .slider_wrapper.slider_style_two .arrow_nav .arrow_nav_left {
  bottom: 150px;
  left: 50%;
  margin-left: -53px;
}
.slider_top_area .slider_top .slider_wrapper.slider_style_two .arrow_nav .arrow_nav_right {
  bottom: 150px;
  right: 50%;
  margin-right: -53px;
}

.slider-section {
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  top: 0;
}
.slider-section .slides-container .slide-item .slider-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.slider-section .slides-container .slide-item .slider-content .left-side {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 21%;
  right: auto;
}
.slider-section .slides-container .slide-item .slider-content .left-side .slide-sub-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 80px;
  top: 38%;
  position: absolute;
  left: 76px;
  font-weight: 400;
  display: none;
}
.slider-section .slides-container .slide-item .slider-content .left-side .slide-sub-title h3 {
  color: #ffffff;
  font-size: 52px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  line-height: 1.4;
}
.slider-section .slides-container .slide-item .slider-content .left-side .slide-sub-title h3 span {
  color: #ffac00;
}
.slider-section .slides-container .slide-item .slider-content .left-side .slide-sub-title h3 span.text_border {
  color: #ffffff;
  border: 4px solid #ffffff;
  padding: 5px 15px;
  line-height: 1.8;
}
.slider-section .slides-container .slide-item .slider-content .left-side .slide-sub-title p {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}
.slider-section .slides-container .slide-item .slider-content:hover .left-side p {
  display: block;
}
.slider-section .slides-container .slide-item .slider-content:hover .left-side .slide-sub-title {
  display: block;
}
.slider-section .owl-theme .owl-controls {
  margin-top: 0;
}

/* Slider Section Over */
/* heading Section Begin */
.heading {
  width: 100%;
  text-align: center;
  display: block;
  background-color: transparent;
  padding-bottom: 50px;
}
.heading h2.heading-title {
  font-size: 44px;
  font-weight:600;
  margin-top: 40px;
  margin-bottom: 28px;
}
/* .heading h2.heading-title:after {
  content: '.';
  display: inline-block;
  color: #ffac00;
} */
.heading h2.heading-title.question:after {
  content: '?';
}
.heading .seperator_line {
  background-color: #BC312B;
  width: 7%;
  height: 6px;
  margin: 0 auto;
}

.heading .seperator_line2 {
  background-color: #D0C680;
  width: 7%;
  height: 6px;
  margin: 0 auto;
}

.heading .seperator_line2 {
  background-color: #D0C680;
}

/* Heading Section Over */
/* About Section Begin */
.about-section {
  background-color: #ffffff;
  padding-bottom:50px;
}
.about-section .about-block {
  padding: 0;
}
/* .about-section .about-block .about-content {
  padding-top: 25px; 
  } 
*/

.about-section .working-skills .single-working-skills {
  margin-bottom: 30px;
}
.about-section .working-skills .progress {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  height: 4px;
  overflow: visible;
  margin: 0;
}
.about-section .working-skills .progress .progress-bar {
  position: relative;
  box-shadow: none;
  background-color: #68813C;
}
.about-section .working-skills .progress .progress-bar span {
  background: #68813C;
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  font-family: Poppins, sans-serif;
  width: 43px;
  height: 43px;
  display: block;
  line-height: 43px;
  opacity: 1;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -23px;

}
.about-section .working-skills .development {
  width: 100%;
  display: block;
}
.about-section .working-skills .branding {
  width: 100%;
  display: block;
}
.about-section .working-skills h4 {
 /* text-transform: uppercase; */
  font-weight: 700;
  font-size: 20px;
 /* margin-bottom: 10px; */
  margin-top: 10px;
}
.about-section .working-skills .marketing {
  width: 100%;
  display: block;
}
.about-section .working-skills .photography {
  width: 100%;
  display: block;
}

/* About Section Over */
/* Features Section Begin */
.feature-section {
  background-color: #BC312B;
 /* padding: 0px 0 55px 0; */
}
.feature-section .feature_block {
  padding-top: 45px;
}
.feature-section .feature_block .feature-conent {
  text-align: center;
  padding-bottom: 90px;
  text-align:justify;
  text-justify:inter-word;
}
.feature-section .feature_block .feature-conent .feature-icon {
  display: block;
  text-align: center;
  line-height: 1;
}
.feature-section .feature_block .feature-conent .feature-icon i {
  color: #FFFFFF !important;
  font-size: 48px;
}
.feature-section .feature_block .feature-conent .icon_colors {
  color: #ffac00;
}
.feature-section .feature_block .feature-conent .icon_colors i {
  color: #ffac00;
}
.feature-section .feature_block .feature-conent .feature-title {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  padding: 25px 0 25px 0;
  font-weight: 700;
  color:#D0C680 !important;
}
.feature-section .feature_block .feature-conent p {
  max-width: 290px;
  margin: 0 auto;
  color:#FFFFFF !important;
}

/* Features Section Over */
/* Recent Project Section Begin */
.recent-project-section .filter-options {
  text-align: center;
  margin-bottom: 40px;
}
.recent-project-section .filter-options button {
  padding: 10px 15px;
  padding: 10px 15px;
  border: 0;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #53247F;
  background: transparent;
}
.recent-project-section .filter-options button:focus {
  outline: 0;
}
.recent-project-section .filter-options .active {
  color: #fff;
  background-color: #53247F;
}
.recent-project-section .filter-options .active button {
  border: none;
}
.recent-project-section .filter-options .active button:hover {
  background-color: #53247F;
}
.recent-project-section .recent_block .recent_projcet_content {
  position: relative;
}
.recent-project-section .recent_block .recent_projcet_content .recent_project_caption {
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  /* display: none; */
  overflow: hidden;
  height: 100%;
  padding: 20px;
  display: block;
  text-align: center;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0.2s;
  -moz-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.recent-project-section .recent_block .recent_projcet_content .recent_project_caption h4 {
  text-transform: uppercase;
  font-size: 20px;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 3px;
  margin-top: 75px;
}
.recent-project-section .recent_block .recent_projcet_content .recent_project_caption p {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.recent-project-section .recent_block .recent_projcet_content .recent_project_caption a i {
  color: #ffffff;
}
.recent-project-section .recent_block .recent_projcet_content:hover {
  background-color: rgba(30, 60, 80, 0.8);
  display: block;
}
.recent-project-section .recent_block .recent_projcet_content:hover .recent_project_caption {
  visibility: visible;
  opacity: 1;
}
.recent-project-section .recent_block .recent_projcet_content:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0px;
  bottom: 0px;
  height: 100%;
  z-index: 1;
  width: 0%;
  visibility: hidden;
  opacity: 0;
  background-color: #53247F;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.recent-project-section .recent_block .recent_projcet_content:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0px;
  bottom: 0px;
  height: 100%;
  z-index: 1;
  width: 0%;
  visibility: hidden;
  opacity: 0;
  background-color: #53247F;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.recent-project-section .recent_block .recent_projcet_content:hover:before {
  width: 50%;
  visibility: visible;
  opacity: 1;
}
.recent-project-section .recent_block .recent_projcet_content:hover:after {
  width: 50%;
  visibility: visible;
  opacity: 1;
}

/* Recent Project Section Over */
/* Review Section Begin */
.review-section {
  padding: 0px 0 40px 0;
  background-color: #F1EFEF !important;
  height: 100%;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.review-section .review-block {
  padding: 0;
  margin-top: 0px;
}
.review-section .review-block li.review-item {
  float: left;
  list-style: none;
}
.review-section .review-block li.review-item .review-content {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px 25px;
  min-height: 182px;
  position: relative;
}
.review-section .review-block li.review-item .review-content .review-icon {
  text-align: right;
  display: block;
  margin-bottom: 10px;
}
.review-section .review-block li.review-item .review-content .review-icon i {
  font-size: 18px;
  color: #BC312B;
}
.review-section .review-block li.review-item .review-content .review-text {
  font-style: italic;
  text-align:justify;
  text-justify:inter-word;
}
.review-section .review-block li.review-item .review-content-bottom {
  position: relative;
  width: 100%;
  display: block;
  top: 0;
  right: 0;
  z-index: 1;
  text-align: right;
}
.review-section .review-block li.review-item .review-content-bottom .review-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-top: -33px;
  display: inline-block;
  border: 3px solid #ffac00;
  overflow: hidden;
  margin-bottom: 20px;
}
.review-section .review-block li.review-item .review-content-bottom .review-img img {
  height: auto;
  overflow: hidden;
}
.review-section .review-block li.review-item .address {
  width: 100%;
  text-align: right;
  margin-top:10px;
}
.review-section .review-block li.review-item .address .emp-name {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 2px;
  }
  
.review-section .review-block li.review-item .address .job-title {
  font-style: italic;
  color: #53247F;
}
.review-section .review-block .owl-dots {
  text-align: center;
  margin-top: 30px;
  display: block;
}
.review-section .review-block .owl-dots .owl-dot {
  margin-right: 6px;
  width: 36px;
  height: 10px;
  display: inline-block;
  background-color: #8c9aa3;
}
.review-section .review-block .owl-dots .owl-dot.active {
  position: relative;
}
.review-section .review-block .owl-dots .owl-dot.active:before {
  content: '';
  width: 36px;
  height: 10px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #BC312B;
}
.review-section .review-block .owl-dots .owl-dot.active:after {
  content: '';
}

/* Review Section Over */
/* Number Section Begin */
.number-section {
  background-color: #ffffff;
  padding: 60px 0;
}
.number-section .number-block .number-icon {
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.number-section .number-block .number-icon i {
  font-size: 60px;
  color: #53247F;
}
.number-section .number-block .number-counting {
  font-size: 45px;
  color: #ffac00;
  font-weight: 700;
  text-align: center;
  display: block;
  line-height: 1.5;
}
.number-section .number-block .text_colors {
  color: #ffac00;
}
.number-section .number-block .number-content {
  text-align: center;
  display: block;
}

/* Number Section Over */
/* Team Section Over */
.team-section {
  background-color: #f1efef;
  padding: 0px 0 145px 0;
}
.team-section .team-container {
  padding: 0;
}
.team-section .team-container .item {
  width: 100%;
  list-style: none;
}
.team-section .team-container .item .team-block img {
  border-radius: 5px;
}
.team-section .team-container .item .team-block .team-content .team_inner {
  display: block;
  padding-top: 50px;
}
.team-section .team-container .item .team-block .team-content .team_inner .name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  color: #5b5b5b;
}
.team-section .team-container .item .team-block .team-content .team_inner .job_title {
  margin-bottom: 20px;
  font-style: italic;
  color: #53247F;
}
.team-section .team-container .item .team-block .team-content .team_inner .team-content {
  margin-bottom: 60px;
}
.team-section .team-container .item .team-block .team-content .team_inner .teamicon {
  display: block;
}
.team-section .team-container .item .team-block .team-content .team_inner .teamicon .iconbar {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: #5b5b5b;
  margin-left: 20px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-section .team-container .item .team-block .team-content .team_inner .teamicon .iconbar i {
  font-size: 18px;
  line-height: 2.3;
}
.team-section .team-container .item .team-block .team-content .team_inner .teamicon .iconbar:first-child {
  margin-left: 0;
}
.team-section .team-container .item .team-block .team-content .team_inner .teamicon .iconbar:hover {
  color: #fff;
  background-color: #ffac00;
}

/* Team Section Over */
/* Pricing Plan Section Begin */
.pricing_plan_area {
  background-color: #ffffff;
}
.pricing_plan_area .pricing_content {
  background-color: #F1EFEF;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.pricing_plan_area .pricing_content .pricing_head {
  background-color: #53247F;
  min-height: 180px;
}
.pricing_plan_area .pricing_content .pricing_head h4 {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 50px;
  margin-bottom: 5px;
}
.pricing_plan_area .pricing_content .pricing_head p {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  line-height: 54px;
}
.pricing_plan_area .pricing_content .pricing_head p span {
  font-size: 25px;
}
.pricing_plan_area .pricing_content .pricing_plan {
  padding-top: 50px;
}
.pricing_plan_area .pricing_content .pricing_plan p {
  margin-bottom: 15px;
}
.pricing_plan_area .pricing_content .pricing_plan .view_more {
  margin-top: 45px;
}
.pricing_plan_area .pricing_content.advanced {
  background-color: #53247F;
}
.pricing_plan_area .pricing_content.advanced .pricing_head {
  background-color: #F1EFEF;
}
.pricing_plan_area .pricing_content.advanced .pricing_head h4 {
  color: #53247F;
}
.pricing_plan_area .pricing_content.advanced .pricing_head p {
  color: #53247F;
}
.pricing_plan_area .pricing_content.advanced .pricing_plan {
  color: #fff;
}
.pricing_plan_area .pricing_block {
  background-color: #f1efef;
}
.pricing_plan_area .pricing_block .pricing_plan {
  background-color: #ffac00;
}
.pricing_plan_area .pricing_block2 {
  background-color: #ffac00;
}
.pricing_plan_area .pricing_block2 .pricing_head {
  background-color: #f1efef;
}
.pricing_plan_area .pricing_block2 .pricing_head h4, .pricing_plan_area .pricing_block2 .pricing_head p {
  color: #ffac00;
}
.pricing_plan_area .pricing_block2 p {
  color: #ffffff;
}
.pricing_plan_area .pricing_demo_two {
  background-color: #5b5b5b;
}
.pricing_plan_area .pricing_demo_two .pricing_head {
  color: #5b5b5b;
}
.pricing_plan_area .pricing_demo_two .pricing_head h4, .pricing_plan_area .pricing_demo_two .pricing_head p {
  color: #5b5b5b;
}
.pricing_plan_area .pricing_demo_two p {
  color: #ffffff;
}
.pricing_plan_area .pricing_demo_two p i {
  color: #ffffff;
}

/* Pricing Plan Section Over */
/* Client Section Begin */
.client-section {
  background-image: url("../karly/images/client/client-bg.jpg");
  background-repeat: no-repeat;
  padding: 150px 0;
  background-position: center center;
  background-size: cover;
}
.client-section .client-block {
  padding: 0;
}
.client-section .client-block .client-itme {
  width: 100%;
  display: inline-block;
  text-align: center;
  border: 4px solid #ffac00;
  padding: 15px 15px;
  margin-left: 4%;
  height: 124px;
}
.client-section .client-block .client-itme:first-child {
  margin-left: 0;
}
.client-section .client-block .client-itme img {
  margin: 0 auto;
  width: auto;
}
.client-section .client-block .text_colors {
  border-color: #ffac00;
}

/* Client Section Over */
/* Contact Section Over */
.contact-section {
  background-color: #BC312B;
 /* padding: 0px 0 150px; */
}
.contact-section .contact-form form .control-form {
  width: 100%;
  display: block;
}
.contact-section .contact-form form .control-form input, .contact-section .contact-form form .control-form textarea {
  border: 1px solid transparent;
  border-radius: 0;
  padding-left: 0px;
}
.contact-section .contact-form form .control-form .email {
  width: 45%;
  display: inline-block;
  border-bottom: 1px solid #5b5b5b;
  background: transparent;
}
.contact-section .contact-form form .control-form .email:focus {
  border-bottom: 1px solid #5b5b5b;
}
.contact-section .contact-form form .control-form .subject {
  width: 45%;
  margin-left: 4%;
  display: inline-block;
  border-bottom: 1px solid #5b5b5b;
  background: transparent;
}
.contact-section .contact-form form .control-form .subject {
  border-bottom: 1px solid #5b5b5b;
}
.contact-section .contact-form form .control-form .message {
  width: 100%;
  border-bottom: 1px solid #5b5b5b;
  background: transparent;
  margin: 100px 0 90px 0;
}
.contact-section .contact-form form .control-form .message {
  border-bottom: 1px solid #5b5b5b;
}
.contact-section .contact-form form .view_more {
  text-align: center;
}
.contact-section .contact-form form .view_more .contact_btn {
  background-color: transparent;
  color: #ffac00;
  border-color: #ffac00;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-section .contact-form form .view_more .contact_btn:hover {
  background-color: #ffac00;
  border-color: #ffac00;
  color: #ffffff;
}
.contact-section .contact-block {
  display: block;
  margin-bottom: 50px;
}
.contact-section .contact-block .contact-icon {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.contact-section .contact-block .contact-icon i {
  font-size: 37px;
  color: #d0c680;
}
.contact-section .contact-block .icon_colors {
  color: #d0c680;
}
.contact-section .contact-block .icon_colors i {
  color: #d0c680;
}
.contact-section .contact-block .contact-content {
  display: inline-block;
  line-height: 1.8;
  vertical-align: middle;
  color:#FFFFFF !important;
}

.contact_googlemap {
  width: 100%;
  height: 500px;
  list-style: none;
  transition: none;
  overflow: hidden;
}
.contact_googlemap #gmap {
  width: 100%;
  height: 500px;
}

/* Contact Section Over */
/* Footer Section Begin */
.footer-section {
  background: #000000;
}
.footer-section .footer_top {
  padding: 20px 0 60px;
  display: block;
  text-align: center;
}
.footer-section .footer_top .footer-menu {
  text-align: center;
}
.footer-section .footer_top .footer-menu .footer-navbar {
  background: transparent;
  background: transparent;
  border: none;
  margin-bottom: 0;
}
.footer-section .footer_top .footer-menu .footer-navbar ul.footer-nav {
  margin-bottom: 20px;
  padding-left: 0;
}
.footer-section .footer_top .footer-menu .footer-navbar ul.footer-nav li {
  display: inline-block;
  padding: 0 15px;
}
.footer-section .footer_top .footer-menu .footer-navbar ul.footer-nav li a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: Poppins, AppleGothic, sans-serif;
  padding-bottom: 3px;
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-section .footer_top .footer-menu .footer-navbar ul.footer-nav li a:hover {
  color: #A0CE67;
  border-bottom: 2px solid #ffffff;
}
.footer-section .footer_top .footer-social {
  text-align: center;
  display: block;
}
.footer-section .footer_top .footer-social a.social-icon {
  display: inline-block;
  padding: 0 30px;
}
.footer-section .footer_top .footer-social a.social-icon i {
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-section .footer_top .footer-social a.social-icon i:hover {
  color: #ffffff;
}
.footer-section .footer_top .footer-social a.icon_colors i {
  color: #ffffff;
}
.footer-section .footer_top .footer-social a.icon_colors i:hover {
  color: #ffffff;
}
.footer-section .footer-bottom {
  padding-bottom: 20px;
}
.footer-section .footer-bottom .copy-right {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
}

.footer_area {
  background-color: #333333;
}

/* Footer Section Over */
.kr_scroll_top {
  width: 74px;
  height: 38px;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  text-align: center;
  margin: 0 auto;
  z-index: 99;
}
.kr_scroll_top #scroll_top {
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-bottom: 37px solid #68813C;
  display: block;
  font-size: 0;
  line-height: 1;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.kr_scroll_top #scroll_top i {
  font-size: 23px;
  color: #fff;
  line-height: 1;
  margin: 20px -6px 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.kr_scroll_top:hover #scroll_top {
  border-bottom-color: #fff;
}
.kr_scroll_top:hover #scroll_top i {
  color: #68813C;
}

.sidebar_panel.right {
  background-color: #BC312B;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 9999;
}

#preloader .image_text {
  position: absolute;
  top: 47%;
  left: 47%;
  font-size: 20px;
  width: 155px;
  height: 20px;
  color: #fff;
}

.image {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 57px;
  height: 57px;
  margin: -40px 0 0 -40px;
  -webkit-animation: spin 3s ease-in-out infinite;
  -moz-animation: spin 3s ease-in-out infinite;
  animation: spin 3s ease-in-out infinite;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotateY(0deg);
  }
  50% {
    -moz-transform: rotateY(360deg);
  }
  100% {
    -moz-transform: rotateY(720deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(720deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(720deg);
    transform: rotateY(720deg);
  }
}

/* Rslides CSS */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/* slider text effects */

.build  {
	color:#53247F !important;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 
	0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 
	0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
	}
	
.white-text {
	color:#FFFFFF !important;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 
	0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 
	0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
	}
	
.develop {
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 
	0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 
	0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
	}
	
 .signs-design  {
	font-size:0.6em !important; color:#000000 !important; font-weight:bold; text-align:center !important;
	}
	
.pipe  {
	color:#9FCF67 !important;
	font-size:0.8em !important;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 
	0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 
	0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
	}	
