/*
    Template Name    : Forbes
	Description		 : Forbes-Multipurpose HTML5 Template
    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Raleway and Opensans
2. Common CSS
3. Loader CSS
4. Header Top area
5. Navigation
6. Slider Area
7. About Area
8. Error
9. Coming-soon
10. Background-Images
11. Counter
12. Team 
13. Skill
14. Service
15. Featured Area
16. Testimonials
17. Video-section
18. Portfolio
19. Pricing
20. Subscribe
21. Blog
22. Client
23. Footer
24. Contact Us

/*
================================================
1. Fonts - Raleway and Opensans
================================================
*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|Raleway:400,500,600,700,800,900');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
  font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
	margin-top: 0;
	text-transform: none;
}
h1{
font-size:40px;
}
h2{
font-size:35px;
}
h3{
font-size:24px;
}
h4 {
  font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6{
font-size:16px;
}
p{
font-size:15px;
color:#666;
}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}
a, a:hover, a:active, a:focus {
	outline: none;
	border: none;	
	text-decoration:none;
}
a {
color:#303030;
	transition: all 0.3s ease 0s;
}
a:focus, a:hover {
color:#148f77;
-webkit-transition: all .3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.display-table-cell {
    display: table-cell !important;
}
.vertical-align-middle {
    vertical-align: middle;
}
.width-100 {
    width: 100%;
}
body, html {
	height: 100%
}
section {
    width: 100%;
    float: left;
    padding: 60px 0px 20px 0px;
}
.section-title {
    text-align: center;
    margin: 0 0 25px;
}
section h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	text-align: center;
	padding: 12px 10px 10px;
}
.section-title h2 {
	font-size: 35px;
	letter-spacing: 1.2px;
	padding:0 0 10px;
	text-transform: uppercase;
	position:relative;
}
/* --------------------------------------------- */
/* ----------->>> HELPER CLASSES  <<<----------- */
/* --------------------------------------------- */
/* |----------------[ Font Size ]--------------| */

.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-28 {
  font-size: 28px !important;
}
.font-30 {
  font-size: 30px !important;
}
.font-32 {
  font-size: 32px !important;
}
.font-34 {
  font-size: 34px !important;
}
.font-36 {
  font-size: 36px !important;
}
.font-38 {
  font-size: 38px !important;
}
.font-40 {
  font-size: 40px !important;
}
.font-45 {
  font-size: 45px !important;
}
.font-40 {
  font-size: 40px !important;
}
.font-50 {
  font-size: 50px !important;
}
.font-55 {
  font-size: 55px !important;
}
.font-60 {
  font-size: 60px !important;
}
.font-70 {
  font-size: 70px !important;
}
.font-80 {
  font-size: 80px !important;
}
.font-90 {
  font-size: 90px !important;
}
.font-100 {
  font-size: 100px !important;
}
.font-150 {
  font-size: 150px !important;
}
.tx-transform{
text-transform:uppercase;
}
.font-w-1{
font-weight:100;
}
.font-w-2{
font-weight:200;
}
.font-w-6{
font-weight:600;
}
.font-w-8{
font-weight:800;
}
/* |------------[ Padding & Margin ]-----------| */

.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-35 {
  padding: 35px !important;
}
.p-36 {
  padding: 36px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-28 {
  padding-bottom: 28px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.plr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
  }

.ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ptb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.ptb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.ptb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.ptb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.m-0 {
  margin: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-40 {
  margin: 30px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mt-0 {
  margin-bottom: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mtb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mtb-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mtb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mtb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mtb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mtb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mtb-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mtb-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mtb-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.mtb-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.mtb-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.mtb-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
/* |------------[ Padding & Margin End ]-----------| */
/* |------------[ Button ]-----------| */
.button {
  color: #111;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 12px 35px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 30px !important;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.button:hover {
  color: #ffffff;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.button-hot {
  background-color: #FF214f !important;
  border: 1px solid #FF214f;
  color: #fff;
  border-radius: 30px !important;
}
.button-hot:hover {
  background-color: #fff !important;
  color: #111 !important;
  border: 1px solid #FF214f;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  border-radius: 30px !important;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 30px !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
   background-color: #fff !important;
  color: #111 !important;
  border: 1px solid #FF214f;
}

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/* |------------[ Line Height ]-----------| */
.ln-h-23{
line-height:23px;
}
.ln-h-30{
line-height:30px;
}
.ln-h-40{
line-height:40px;
}
.ln-h-50{
line-height:50px;
}
.ln-h-60{
line-height:60px;
}
.ln-h-70{
line-height:70px;
}
/* |------------[ Letter Spacing ]-----------| */
.ltr-s-1{
letter-spacing:1px;
}
.ltr-s-2{
letter-spacing:2px;
}
.ltr-s-4{
letter-spacing:4px;
}
.ltr-s-5{
letter-spacing:5px;
}
/* |------------[ Letter Spacing End ]-----------| */
/* |------------[ Color ]-----------| */
.color{
color:#148f77;
}
.color-b{
color:#303030;
}
.color-bg-b{
background-color:#303030;
}
.color-g-5{
color:#555;
}
.color-p{
color:#f42267;
}
.color-bg-p{
background-color:#f42267;
}
.color-bg-g{
background-color:#f8f8f8;
}
.color-w{
color:#fff;
}
.color-g{
color:#148f77;
}
.color-bg-g{
background-color:#148f77;
}

.color-n{
  color: #000000;
}

/* |------------[ Color End ]-----------| */
.text-up{
text-transform:uppercase;
}
.txt-lft{
text-align:left;
}
.txt-rgt{
text-align:right;
}
.center{
text-align:center;
}
.bx-shadow{
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.12);
}
.border{
background-color:#fff;
padding:10px;
border-radius: 10px;
}

/*
================================================
3. Loader CSS
================================================
*/
#loader {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}

/*
================================================
4. header-top-area
================================================
*/
.header-top-area {
background:#fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: .4s;
	transition: .4s;
}
.logo a {
font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #148f77;
	letter-spacing: 5px;
}
.logo {
	padding-top: 25px;
	padding-left:15px;
}
/*
================================================
5. Navigation
================================================
*/
.menu-bg {
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
.menu-bg .logo {
  padding-top: 18px;
  padding-left:15px;
  transition: all 0.3s ease 0s;
}
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
	z-index: 9;
}
.navbar-collapse {
	float: right;
	margin:0;
	padding: 0;
}
.navbar-brand {
	padding: 0;
	height: auto;
}
.navbar-nav > li {
	padding: 0;
}
.navbar-default .navbar-nav li a {
    font-family: 'Roboto', sans-serif;
  color: #303030;
  font-size: 13px;
  font-weight: 600;
  padding: 25px 10px;
  transition: all 0.3s ease 0s;
  text-transform:uppercase;
  letter-spacing:2px;
}
.navbar-default .navbar-nav li a i{
padding-left:3px;
}
.menu-bg .navbar-default .navbar-nav li a {
  padding: 20px 10px;
  transition: all 0.3s ease 0s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
	color:#148f77;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #148f77;
}
.navbar-default .navbar-nav > li > a:focus{
color: #148f77;
}
.navbar-default .nav .drop-down {
	position: absolute;
	left: 0;
	z-index: 8;
	width: 225px;
	top: 100%;
	opacity: 0;
	background: #fff;
	visibility: hidden;
	border-top: 3px solid;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 999;
	-webkit-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.40);
	padding: 5px 0;
	border-radius:10px;
}
.navbar-default .nav li:hover .drop-down{
	opacity:1;
	visibility:visible;
}
.navbar-default .nav .drop-down li {
	margin: 0;
	display:block;
	padding:12px 5px;
}
.navbar-default .nav .drop-down li a {
	color: #777;
	text-align: left;
	border-radius: 0px;
	background: transparent;
	text-transform: capitalize;
	padding: 10px 15px;
	font-weight: 400;
}
.navbar-default .navbar-nav > .active > a i.fa{
font-size:14px;
padding-right: 0;
    padding-left: 3px;
	font-weight:600;
}
.navbar-default .nav .drop-down li a:before{
	display:none;
}
.navbar-default .nav .drop-down li:hover a{
	color:#f42267;
}
.navbar-default .nav .drop-down a i {
	margin-top: 5px;
	margin-left: -4px;
    margin-right: 6px;
    min-width: 14px;
	transform:translateX(0%);
}
.navbar-default .nav .drop-down li a {
    color: #444;
    text-align: left;
    border-radius: 0px;
    background: transparent;
    text-transform: capitalize;
    padding: 10px 15px;
    font-weight: 600;
}
.navbar-default .nav li.i:before{
    content: "\f105";
    font-family: fontawesome;
    font-size: 15px;
    opacity: .6;
    position: absolute;
    right: 14px;
    color: #262626;
    transition: .3s ease;
}
.navbar-default .nav li .drop-down.sub-menu.sub-3{
	top:90px;
}
.navbar-default .nav li .drop-down.sub-menu.sub-2{
	top:45px;
}
.navbar-default .nav li .drop-down.sub-menu{
	left:110%;
	top:0;
	-webkit-box-shadow:0px 7px 9px rgba(0, 0, 0, 0.40);
	-moz-box-shadow:0px 7px 9px rgba(0, 0, 0, 0.40);
	box-shadow:0px 7px 9px rgba(0, 0, 0, 0.40);
	opacity:0;
	visibility:hidden;
}
.navbar-default .nav .drop-down li:hover .drop-down.sub-menu{
	opacity:1;
	left:100%;
	visibility:visible;
}
.navbar-default .nav .drop-down li:hover .sub-menu li a{
	background:transparent;
	color:#303030;
}
.navbar-default .nav .drop-down li .sub-menu li:hover a{
	color:#f42267;
}
.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff;
       box-shadow: 0 12px 6px rgba(0,0,0,.06);
    background: #fff;
    border: none;
}
.menu-bg .navbar-nav li a{
color:#303030;
}
.mobile-nav{
	display:none;
}
/*
/*
================================================
6. Slider Start
================================================
*/

/* |------------[ Animated Headline Text ]-----------| */
.slider-sec{
  position: relative;
  background:url(../images/bg/01.jpg);
	background-attachment:fixed;
  background-size: cover;
  z-index: 1;
}
.slider-sec h1{

}
.slider-sec-text{
padding:180px 0px 0px 0px;
}
/* |------------[ Revolution Slider ]-----------| */
.rev_slider_wrapper1{
margin-top:70px;
}
#rev_slider_4_1_wrapper{
margin-top:80px;
}
/* |------------[ Particle Slider ]-----------| */

.particle-area {
   text-align:center;
position: relative;
    background:url(../images/sliders/22.jpg);
    background-size: cover;
    z-index: 1;
	padding:80px 0px;	
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.banner-text {
    padding:80px 0px;
}
/*
================================================
7. About-area Start
================================================
*/
/*style-1*/
.about-bg-sec{
border-radius:10px;
}
.about-bg-sec-2{
background-color:#f8f8f8;
}
/*style-2*/
.ab-col-info h3 {
    font-size: 30px;
    color: #303030;
    font-weight: 800;
    margin-top: 0;
    line-height: 30px;
}
.ab-col-info p{
font-weight:600;
}
.ab-col-info h3 span {
    float: right;
    font-size: 60px;
    font-weight: 800 !important;
    color: #d7d7d7;
    font-weight: bold;
    position: relative;
    top: -5px;
}
/*
================================================
        About-Page-Stylesheet
================================================
*/
.about_slider-area {
    background-image:url(../images/About-us/bg.jpg);
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 100%;
    height: 316px;
    position: relative;
    z-index: 1
}
/*Page-1*/
.ab-post-thumb {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.ab-post-cols .ab-imgbox img {
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}
.ab-imgbox img {
    width: 100%;
}
.ab-post-cols:hover .ab-imgbox img {
    transform: scale(1.5);
}
/*
================================================
8. Error-Page
================================================
*/
.error_section {
    background: url(images/error_bg.png);
    background-repeat: repeat;
    position: relative;
    overflow: hidden;
}

.error_section .error_content {
    height: 100vh;
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    text-align: center;
}
.error-pos {
    position: relative;
}
.error_section .error_txt h1 {
    font-size: 170px;
    line-height: 90px;
}
.error_section .error_txt h1:before {
    background: #f8f8f8 none repeat scroll 0 0;
    content: "not found";
    font-size: 22px;
    left: 149px;
    letter-spacing: 7px;
    line-height: 24px;
    padding: 11px 31.6px;
    position: absolute;
    text-transform: uppercase;
    top: 38px;
}
.error_section .error_txt h1:after {
    border-bottom: 34px solid #f8f8f8;
    border-left: 24px solid transparent;
    content: "";
    height: 0;
    left: 125px;
    position: absolute;
    top: 50px;
    width: 0;
}
.error_section .error_txt h5 {
    letter-spacing: 7.3px;
    margin-left: 43px;
    margin-top: -9px;
}
.error_section .error_txt p {
    margin: 10px auto;
    width: 65%;
}
.error_section .error_txt p a {
    color: #d5275a;
    text-decoration: underline;
}
.error_section .error_txt .backto {
    font-weight: 500;
    text-transform: uppercase;
    background: #148f77;
    color: #fff;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 3px;
}
.error_section .error_txt .backto:hover {
background-color:#f42267;
color:#fff;
}

/*
================================================
9. Coming-Soon
================================================
*/
#clockdiv{
	color: #fff;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

#clockdiv > div{
	padding: 35px;
	border-radius: 10px;
	color:#303030;
	border:2px solid #f42267;
	display: inline-block;
}
.smalltext{
font-weight:600;
	padding-top: 5px;
	font-size: 16px;
}
/*
================================================
10. Background Image Section
================================================
*/
.bg-image {
    background:url(../images/bg-img.jpg)center top;
    float: left;
    width: 100%;
    min-height: 380px;
    position: relative;
    z-index: 1;
}
/*
================================================
11. Counter
================================================
*/
.counters:before {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.7;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.counters {
	background: url(../images/bg.jpg) no-repeat fixed left top;
	margin: 0;
	padding: 74px 0 76px;
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
	z-index: 9;
}
.counters .counter .counter-icon-box {
	color: #bbb;
	margin: 0 0 40px;
	font-size: 40px;
	transition: all 400ms linear 0s;
}
.counter-icon-box i{
color:#f42267;
font-weight:600;
}
.counters .counter:hover .counter-icon-box {
	transform: translateY(-15px);
}
.counters .counter .number {
	font-size: 60px;
	margin: 0 0 40px;
	padding: 0;
	color: #fff;
	font-weight: 600;
}
.number:after {
    color: #f42267;
    content: "+";
    font-size: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.counters .counter h4{
	margin: 0;
	padding: 0;
	color: #fff;
}
/*
================================================
12. Team
================================================
*/
/*style-1*/
.team {
  overflow: hidden;
}
.team .item-team {
  position: relative;
  width: 100%;
}
.team .item-team img {
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.team .item-team .overlay-1 {
  position: absolute;
  left: 20px;
  bottom: 0;
  right: 20px;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 10px 20px;
  margin: auto;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: none;
  z-index: 11;
  overflow: hidden;
}
.team .item-team .overlay-1 h4 {
  padding-top: 10px;
  color: #148f77;
  font-weight: bold;
  font-size: 1.7rem;
  margin: 0;
}
.team .item-team .overlay-1 h5 {
  padding: 10px 0;
  margin: 0;
  color: #000;
  font-style: italic;
  font-size: 1.5rem;
}
.team .item-team .overlay-1 p {
  font-size: 1.2rem;
  -webkit-transition: all .8s;
  transition: all .8s;
  margin-bottom: -50px;
}
.team .item-team .overlay-1:hover p {
  margin-bottom: 0;
}
.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.team .item-team .overlay-full {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-radius: 4px;
  background: rgba(68, 63, 64, 0.8);
  border: 1px solid #f7f7f7;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #fff;
  z-index: 1;
  -webkit-transition: all .8s;
}
.team .item-team .overlay-full .social-icon {
  text-align: center;
  -webkit-transition: all .8s;
}
.team .item-team .overlay-full .social-icon .one {
  margin-left: -100px;
}
.team .item-team .overlay-full .social-icon .tow {
  margin-top: -100px;
}
.team .item-team .overlay-full .social-icon .tree {
  margin-right: -100px;
}
.team .item-team .overlay-full .social-icon span {
  font-size: 1.5rem;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 34px;
  vertical-align: middle;
  margin: 0 .5rem;
  cursor: pointer;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.team .item-team .overlay-full .social-icon span:hover {
  background-color: #fff;
  color: #FF214f;
}
.team .slick-current {
  opacity: 1 !important;
}
.team .slick-current .overlay-1 {
  display: block !important;
}
.team .slick-current:hover .overlay-full {
  opacity: 1;
  -webkit-transition: all .8s;
}
.team .slick-current:hover .overlay-full .social-icon .one, .team .slick-current:hover .overlay-full .social-icon .tow, .team .slick-current:hover .overlay-full .social-icon .tree {
  margin: 0;
}
.team .slick-slide {
  opacity: .5;
}
.team .slick-dots li button::before {
  font-size: 1.8rem;
  padding: 30px;
}
/*
================================================
13.  Skill
================================================
*/
.skill-section{
padding-top:20px;
}
.progress-bar {
    background-color: #148f77;
}
.progress {
	border-radius: 0;
	box-shadow: none;
	height: 3px;
	margin-top: 15px;
	background-color:#f42267;
}
.skill-progress {
	color: #999;
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	position: relative;
}
.branding {
	width: 82%;
}
.development {
	width: 78%;
}
.bootstrap {
	width: 85%;
}
.photoshop {
	width: 65%;
}
.javascript {
	width: 95%;
}
.web-bar {
	color: #303030;
	font-size: 12px;
	font-weight: 700;
	min-height: 30px;
	min-width: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.bar1 {
	right: 16%;
}
.bar2 {
	right: 26%;
}
.bar3 {
	right: 11%;
}
.bar4 {
	right: 31%;
}
.bar5 {
	right: 7%;
}
/*
================================================
14. Services Area
================================================
*/
/*style-1*/
.services-area{
background-image:url(../images/bg/01.jpg);
background-attachment:fixed;

}
.serv-home-services {
	position: relative;
}

.serv-home-single-service {
	padding: 0 10px;
	margin-bottom: 50px;
	transition: all 0.3s ease-in;
}
.service-style-one {
	position: relative;
	padding: 0 0 0 75px;
}

.home-service-text h5{
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 5px;
	line-height: 22px;
}
.home-service-text h5 a{
	color: #303030;
}
.home-service-text h5 a:hover{
	color: #f42267;
}
.home-service-text p {
	line-height: 25px;
}
.service-style-one i{
	position: absolute;
	top:10px;
	left:0;
	transition: all 0.3s ease-in;
}

.home-service-text i:before {
	font-size: 40px;
	line-height: 40px;
}
.serv-home-single-service:hover .home-service-text i{
	color: #005ddc;
}

/*style-2*/
.ft-cards .ft-item {
  padding: 50px 40px;
  border: 1px solid #f8f8f8;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.ft-cards .ft-item:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.ft-cards .ft-item span {
  font-size: 64px;
  color: #111;
}
.ft-cards .ft-item a:hover {
  color: #111;
}

.ft-cards .ft-item a:focus {
  text-decoration: none;
}

.ft-cards .ft-item a span {
  display: inline-block;
  font-size: 25px;
  vertical-align: top;
  color: inherit;
}
/*style-3*/
.features-section {
    margin-bottom: 40px;
    float: left;
}
.features-section .separator-line {
    margin-left: 0;
    margin-right: 0;
}
.separator-line {
    height: 2px;
    margin: 0 auto;
    width: 30px;
    margin: 7% auto;
}
.bg-pink {
    background: #f42267 !important;
}
/*style-4*/
/* feature box 5
 ------------------------------ */
.fea-box-5 {
	float:left;
	margin-top: -70px;
}
.fea-box-5 i {
	color: #f42267;
	font-size: 30px;
	width: 84px;
	height: 84px;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 84px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
.fea-box-5 {
	margin-top: 0px;
}

.fea-box-5 i {
	font-size: 21px;
	width: 64px;
	height: 64px;
	line-height: 64px;
	margin-bottom: 25px;

}

}

/*style-5*/
.about-style2 .inner-box {
    position: relative;
    background-color: rgb(249, 249, 249);
    padding: 15px 15px 10px 55px;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(204, 204, 204);
    text-align: left;
    margin-left: 40px;
    margin-bottom: 50px;
}
.about-style2 .inner-box:hover{
box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15);
}
.about-style2 .inner-box .icon-box {
    position: relative;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    color: rgb(34, 34, 34);
    top: -20px;
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px 1px, rgba(0, 0, 0, 0.05) -2px 0px 5px 1px;
    transition: all 0.3s ease;
    left: 100px;
    position: absolute;
    left: -40px;
    top: 40px;
}

.about-style2 .inner-box:hover .icon-box {
    background: #148f77;
    color: #fff;
}

.about-style2 .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.about-style2 .inner-box h3 a {
    color: #303030;
	font-weight:800;
}

.service-style2 .inner-box p {
    position: relative;
    color: #888888;
    font-size: 15px;
    line-height: 1.7em;
}
/*style-6*/
.feature-col {
	margin: 0;
}
.feature-col.boxed {
	padding: 30px 30px 20px 30px;
	transition: all 0.3s ease 0s;
	border-radius: 4px;
	border:2px solid #f8f8f8;
}
.feature-col.boxed:hover, .feature-col.boxed.active {
	background: url(../images/site-img-5.jpg) repeat center top;
	color: #FFF
}
.feature-col.boxed h2 {
	margin: 5px 0 20px 0;
}
.feature-icon-col p{
font-weight:600;
}
.feature-col.boxed span {
	color: #2991d6
}
.feature-col.boxed:hover h3, .feature-col.boxed.active h3, .feature-col.boxed:hover span, .feature-col.boxed.active span {
	color: #FFF
}
.feature-col.boxed:hover p, .feature-col.boxed.active p, .feature-col.boxed:hover span, .feature-col.boxed.active span {
	color: #FFF
}
/*
================================================
15. Features-Area
================================================
*/
/*style-1*/
.feature_sec_1{
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0px;
    margin-top: -50px;
    position: relative;
	z-index:50;
}
.feature_sec_1 .feat-side{
    border-right: solid 1px #fff;
}
.feature_sec-2 h4{
color:#303030;
margin-top:20px;
font-weight:600;
}
.feature_sec-2 i{
   width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
	color:#148f77;
	font-size:40px;
    border: 2px solid #148f77;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    position: relative;
}
/*TAB*/
/*tab-style-1*/
.work-process .tab{
margin-top:32px;
}
.work-process .round .nav.nav-tabs li a {
    border: none;
    line-height: normal;
    margin-right: 10px;
    border-radius: 90px;
    padding: 12px 30px;
    background: #f6f7f8;
    color: #353535;
}
.tab .nav.nav-tabs { border: none; margin-bottom: 30px; }
.tab .nav.nav-tabs li { margin-bottom: 0px; float: none; display: inline-block; }
.tab .nav.nav-tabs li a { border: none; line-height: normal; border-radius: 0px; padding: 12px 30px; background: #f6f7f8; color: #353535; border:1px solid #eeeeee; }
.tab .nav.nav-tabs li a i { padding-right: 5px; }
.tab .nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:focus, .nav.nav-tabs > li.active > a:hover {  background: #f42267; color: #fff; border-color:#84ba3f; }
/*TAB*/
.section .feat.active{
background:#148f77 !important;
color:#fff !important;
}
.section .feat.active i, .section .feat.active h6{
color:#FFFFFF !important;
}
.section .feat:hover, .section .feat:hover i{
color:#fff;
background:#148f77;
cursor:pointer;
    transform: scale(1.04);
    z-index: 2;
-webkit-transition: all .3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.section .feat-1{
background:#148f77;
}
.feat-sec:hover i{
color:#148f77;
-webkit-transition: all .3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*style-2*/
.feature_sec_2-1{
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0px;
    margin-top: -50px;
    position: relative;
	z-index:50;
}
.f_item {
    background-color: #fbfbfb;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 1, 0.17);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 1, 0.17);
    overflow: hidden;
}
.f_item .feat_item{
padding: 50px 62px 42px;
text-align:left;
}
.f_item .feat_item h2 {
letter-spacing:2px;
line-height:25px;
    color: #303030;
    position: relative;
	padding-left:50px;
    margin-bottom: 13px;
}
.f_item .feat_item p {
    color: #6c6c6c;
    font-style: italic;
}
.f_item .feat_item i {
    color: #148f77;
    position: absolute;
    left: 0;
}
.f_item .feat_item a {
    color: #148f77;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:600;
	font-size:13px;
    margin-top: 15px;
    display: block;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.f_item .feat_item a:hover {
    color: #f42267;
}
.fea-box-1 {
	width:100%;
	float:left;
	background-color:#fff;
	border-radius: 25px;
}
.fea-box-1 img {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.box-shadow-1 {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
.hover-shadow-1 {
    transition: all 0.3s ease;
}
.hover-shadow-1.active, .hover-shadow-1:hover {
    -webkit-box-shadow: 0px 10px 10px 7px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 10px 10px 7px rgba(0,0,0,0.05);
    box-shadow: 0px 10px 10px 7px rgba(0,0,0,0.05);
}
.text-box.padding-percent-1 {
    padding: 10%;
}
.text-box {
    width: 100%;
	text-align:left;
    float: left;
}
.text-box h2{
color:#303030;
}
/*style-3*/
.serv-sec{
background-image:url(../images/sliders/02.jpg);
background-attachment:fixed;
}
.tile-special-offer {
background-color:#FFFFFF;
  text-align: center;
  font-size: 14px;
  border-radius:10px;
  border: 2px solid #fff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 3.125rem 2.5rem 2.8125rem;
}

.tile-special-offer .icon-box {
  border: 2px solid #f42267;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 96px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin: auto auto 2.8125rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.tile-special-offer .icon-box i {
  vertical-align: middle;
  color:#f42267;
}
.tile-special-offer h4 {
  margin: 0 0 1.125rem;
  font-weight: 700;
  font-size: 20px;
}

.tile-special-offer h4 a {
  color: #f42267;
}

.tile-special-offer h4 a:hover {
  text-decoration: none;
  color: #fff;
}

.tile-special-offer .description {
  margin-bottom: 1.875rem;
  color:#f42267;
}
.tile-special-offer:hover .description{
color:#fff;
}
.tile-special-offer .read-more {
  text-transform: uppercase;
  font-weight: 700;
  color: #f42267;
  text-decoration: none;
}

.tile-special-offer .read-more:hover {
  text-decoration: none;
  color: #fff;
}
.tile-special-offer:hover {
border:2px solid #FFFFFF;
  background-color:#f42267;
  }
.tile-special-offer:hover .icon-box {
  background-color: #fff;
}

.tile-special-offer:hover h4 a {
  color: #fff;
}

.tile-special-offer:hover .read-more {
  color:#fff;
}
/*tab-style-2*/
.about-tabs .tab-buttons {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.05);
}
.about-tabs .tab-btns {
    border-bottom: none;
    margin-top: -10px;
    margin-bottom: 27px;
	padding:10px 0px;
}
.about-tabs .tab-btns{
	position:relative;
	z-index:1;
}

.about-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:inline-block;
	margin:0px 15px;
	font-size:24px;
	font-weight:800;
	color:#303030;
	line-height:22px;
	cursor:pointer;
	padding:12px 0px 22px;
	text-transform:capitalize;
	transition:all 500ms ease;
	border-radius:3px 3px 0px 0px;
}

.about-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:30px;
	height:3px;
	opacity:0;
	margin-left:-15px;
	background-color:#f42267;
		transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.about-tabs .tab-btns .tab-btn.active-btn:before,
.about-tabs .tab-btns .tab-btn:hover::before{
	opacity:1;
}

.about-tabs .tab-btns .tab-btn:hover,
.about-tabs .tab-btns .tab-btn.active-btn{
	color: #f42267;
}

.about-tabs .tabs-content{
	position:relative;	
}

.about-tabs .tabs-content .tab{
	position:relative;
	padding:20px 0px 0px;
	display:none;
}

.about-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.about-tabs .tabs-content .tab p{
color:#303030;
	font-size:14px;
	font-weight:800;
	line-height:30px;
	margin-bottom:20px;
}

.about-tabs .tabs-content .tab p:last-child{
	margin-bottom:0px;
}

.about-tabs .tabs-content .tab h3,
.about-tabs .tabs-content .tab h4,
.about-tabs .tabs-content .tab h5,
.about-tabs .tabs-content .tab h6{
	margin-bottom:15px;	
}

.about-tabs .tabs-content .tab h4{
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#222222;
}
/*style-4*/
.col-services .row {
    text-align: left
}
.col-services .icon {
    display: table
}
.col-services .row  .icon {
    float: left;
    margin-right: 20px;
}
.col-services .row .text {
    overflow: hidden
}
.col-services .text h5{
color:#303030;
font-size:18px;
font-weight:600;
}
.col-services .text p{
color:#303030;
font-weight:600;
text-transform:none;
}
.col-services .icon i.icn {
    color: #3f8dbf;
    line-height: 1;
    font-size: 35px;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.col-services-2 .col:hover .icon-border i {
    background-color: #3f8dbf;
    color: #FFF;
}

/* |------------[ FAQ ]-----------| */
.faq-section {
	position: relative;
}

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position:relative;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:15px;
	cursor:pointer;
	line-height:30px;
	padding:5px 55px 10px 5px;
	overflow:hidden;
	color:#222222;
	font-weight:700;
	border:2px solid #f8f8f8;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:20px;
	top:9px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	color:#303030;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-16px;
	width:100%;
	height:32px;
	line-height:32px;
	text-align:center;
	font-size:16px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer{
	background:#fff;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
	background-color:#fff;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:13px 20px 25px;
	background-color:#fff;
}

.accordion-box .block .content p{
	margin-bottom:20px;
	line-height:23px;
	color:#777777;
	font-weight:600;
	font-size:14px;	
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}


/* |------------[ Why-Choose-U ]-----------| */
.features-section .single-item{
  position: relative;
  z-index: 1;
}
.features-section .single-item .icon-box i{
  position: relative;
  display: inline-block;
  background: #148f77;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  margin-top: -30px;
  top: -30px;
  transition: all 900ms ease;
}
.features-section .single-item .icon-box i:before{
  font-size: 24px;
  color: #fff;
  margin: 0px;
}
.features-section .single-item:before{
  position: absolute;
  content: '';
  background: #148f77;
  height: 3px;
  width: 0%;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  transition: all 900ms ease;
}
.features-section .single-item:hover:before{
  width: 100%;
  transition: all 900ms ease;
}
.features-section .single-item .single-content{
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 70px;
  padding: 0px 35px 0px 35px;
  transition: all 900ms ease;
}
.features-section .single-item:hover .single-content{
  height: 100%;
  transition: all 900ms ease;
}
.features-section .single-item h5{
  color: #fff;
}
.features-section .single-item:hover h5,
.features-section .single-item:hover p{
  display: block;
}
.features-section .single-item p{
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  display: none;
}
.features-section .single-item:hover .icon-box i{
  top: -10px;
  transition: all 900ms ease;
  margin-bottom: 70px;
}
.features-section .single-item .icon-box {
  margin-bottom: -23px;
}
/*style-3*/
/*
================================================
    What we do
================================================
*/
.we-do-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.we-do-section .title-column .sec-title{
	position:relative;
	margin-bottom:25px;
}
.we-do-section .services-column .row{
	position:relative;
	margin:0px -3px;
}

.we-do-section .services-column{
	position:relative;
}

.we-do-section .services-column .inner-column{
	position:relative;
	padding-left:30px;
}

.we-do-section .services-column .services-block{
	padding:0px 3px;
}

.services-block{
	position:relative;
	margin-bottom:6px;
}

.services-block .inner-box{
	position:relative;
	padding:35px 0px;
	text-align:center;
	border:2px solid #f2f2f2;
	border-radius:10px;
	background-color:#fff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block .inner-box .overlay-link{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:2;
}

.services-block .inner-box:hover h3{
	color:#ffffff;
}

.services-block .inner-box .icon-box{
	position:relative;
	font-size:40px;
	line-height:1em;
	color:#8a8a8a;
	margin-bottom:15px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block .inner-box h3{
	position:relative;
	color:#000000;
	font-size:16px;
	text-transform:capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block .inner-box h3 a{
	position:relative;
	color:#000000;
}

.services-block .inner-box:hover{
	background-color:#f42267;
}

.services-block .inner-box:hover h3 a,
.services-block .inner-box:hover .icon-box{
	color:#ffffff;
	z-index:1;
}
/*style-4*/
/*
================================================
    Who-we-are
================================================
*/
.who-we-are .content li{
font-weight:600;
}
.who-we-are .content li i {
color:#148f77;
    margin-bottom: 15px;
	padding-right:15px;
    font-weight: 500;
    position: relative;
}
/*
================================================
16. Testimonials
================================================
*/
<!--Testimonials-->
.testimonials-wrapper {
  background-color: #f7f7f7;
  overflow: hidden;
}
.testimonials-wrapper .item-client .rating {
  position: relative;
  vertical-align: middle;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.testimonials-wrapper .item-client .rating h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #FF214f;
}
.testimonials-wrapper .item-client .rating i {
  color: #FFD600;
}
.testimonials-wrapper .item-client p {
  font-weight: 300;
  padding-bottom: 20px;
}
.testimonials-wrapper .item-client .info-img {
  position: relative;
  margin: auto;
  text-align: center;
  border-radius: 30px;
  padding-right: 1rem;
}
.testimonials-wrapper .item-client .info-img .img-client {
  width: 70px;
  border-radius: 50%;
  text-align: center;
  margin: auto;
}
.testimonials-wrapper .item-client .info-img .img-client img {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.testimonials-wrapper .item-client .info-img .info {
  position: relative;
  vertical-align: middle;
  padding: 1rem 1rem 0 .5rem;
}
.testimonials-wrapper .item-client .info-img .info h5 {
  color: #FF214f;
  font-size: 1.4rem;
  font-weight: bold;
}
.testimonials-wrapper .item-client .info-img .info h6 {
  font-size: 1rem;
  font-weight: 800;
}
.testimonials-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 4px;
  margin: 2px;
}
.testimonials-wrapper .carousel-indicators li:first-child {
    margin: 0;
}
.testimonials-wrapper .carousel-indicators li {
    background-color: #f42267;
}
.testimonials-wrapper .active span {
  width: 30px !important;
  background-color: #f42267 !important;
}
.testimonials-wrapper .carousel-indicators .active {
    background-color: #f42267;
}
.testimonials-wrapper .carousel-indicators li {
    background-color: #f42267;
}
.testimonials-wrapper .carousel-indicators {
	right: 6%;
	width: auto;
	margin: 0;
	left: auto;
}
.testimonials-wrapper .carousel-indicators li:first-child {
	margin: 0;
}
.testimonials-wrapper .carousel-indicators li {
	height: 15px;
	margin: 0 0 0 5px;
	width: 4px;
	border-radius: 0;
	border: none;
	transition: all 0.2s ease 0s;
}
.testimonials-wrapper .carousel-indicators .active {
	height: 25px;
	width: 4px;
	border: none;
}
/*
================================================
               Team
================================================
*/
.team{
    background-color: #fff;
}
.team .single-team:hover .teamthumb .team-social a {
    left: 0;
}

.team .single-team .teamthumb {
    position: relative;
    overflow: hidden;
}
.team .single-team .teamthumb .team-social {
    position: absolute;
    width: 60px;
    top: 40px;
    text-align: center;
    left: 10px;
}

.team .single-team .teamthumb .team-social a {
    display: block;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    background: #666;
    margin-bottom: 5px;
    transition: .4s;
    position: relative;
    left: -100px;
}

.team .single-team .teamthumb .team-social a:nth-child(even) {
    transition-delay: .1s;
}

.team .single-team .team-title {
    padding: 10px 20px;
    padding-top: 20px;
    border-top: 0;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.team .single-team .teamthumb .team-social a:hover {
    background: #148f77;
    color: #fff;
}

/*
================================================
17. Video-section
================================================
*/
/* Video Box 
 ------------------------------ */
.video-box {
	margin:30px 0px;
	position: relative;
}
.video-box .video-inner {
	border-radius: 10px;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.3);
	overflow: hidden;
	position: relative;
}
.video-box .video-inner.no-shodow {
	box-shadow: none;
}
.video-box .video-inner.no-redius {
	border-radius: 0px;
}
.video-box .video-inner .video-link {
	left: 0;
	margin-top: -45px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	z-index: 1;
}
.video-box .video-inner .video-link .icon-play {
	background: transparent url("../images/icon-play.png") no-repeat scroll center center;
	border-radius: 50%;
	color: #425cbb;
	display: inline-block;
	height: 85px;
	line-height: 85px;
	padding-left: 3px;
	text-align: center;
	transform: scale(1);
	transition: all 0.35s ease 0s;
	width: 85px;
}
.video-box .video-inner .video-link .icon-play:hover {
	transform: scale(0.8);
}
/*Video-Section*/
.section-video{
background-color:#f8f8f8;
}
.serv {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
}

.servimg {
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    float: left;
    margin-right: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    border-radius: 5px;
    border-bottom:2px solid #f42267;
    overflow: hidden;
}
/*Team-style-2*/
.team-two-info{
	margin-bottom: 20px;
}
.team-two-circle {
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}


.team-two-social {
	border-radius: 20px;
	border: 1px solid #fff;
	width: 145px;
	left: -175px;
	padding: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s ease-in-out;
}
.team-two-info:hover .team-two-social {
	left: -100px;
}


.team-two-social ul li {
	margin-bottom: 2px;
	text-align: right;
}
.team-two-social ul li a {
	color: #fff;
	font-size: 15px;
	text-align: right;
	display: block;
}
.team-two-social ul li a:hover{
	color: #000;
}

.team-two-content h6 {
	font-size: 16px;
	margin-top: 15px;
	font-weight:800;
	margin-bottom: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.team-two-content p {
	font-size: 14px;
	font-weight: 600;
}
/*
================================================
18. Portfolio
================================================
*/
.portfolio {
	clear: both;
	float: left;
	width: 100%;
	padding: 70px 0 50px;
}
.portfolio .gallery .item-img {
  padding: 5px;
  overflow: hidden;
}
.portfolio .gallery .item-img img {
  border: 1px solid #f7f7f7;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .gallery .item-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.portfolio .gallery .item-img .item-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #f7f7f7;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #fff;
  z-index: 1;
}
.portfolio .gallery .item-img .item-img-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 170%;
  width: 100%;
  height: 100%;
  border: 1px solid #FF214f;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}
.portfolio .gallery .item-img .item-img-overlay:hover:after {
  top: 0;
  left: -170%;
}
.portfolio .gallery .item-img .item-img-overlay:hover {
  opacity: 1;
}
.portfolio .gallery .item-img .item-img-overlay .cap {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  bottom: -50%;
  text-align: center;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.portfolio .gallery .item-img .item-img-overlay .cap h4{
  color:#f42267;
}
.portfolio .gallery .item-img .item-img-overlay h6 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
  color: #111;
}
.portfolio .gallery .item-img .item-img-overlay .icon a {
  display: inline-block;
  margin: 1rem;
  font-size: 2rem;
  color: #FF214f;
  

}
.portfolio .gallery .item-img .item-img-overlay .icon a:hover {
  color: #ddd;
}
.portfolio .gallery .item-img .item-img-overlay:hover .cap {
  bottom: 50%;
  margin-bottom: -50px;
}
.portfolio-filter {
	list-style: none;
	margin-bottom:20px;
}
.portfolio-filter li.active a, .portfolio-filter li:hover a{
	color: #fff;
    background: #f42267;;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	}
	.portfolio-filter li{
	display: inline-table;
	}
.portfolio-filter li a {
display: inline-block;
    line-height: 40px;
    padding: 0px 30px;
    color: #252525;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.work-popup {
	max-width: 550px;
	background: #fff;
	position: relative!important;
	margin: 30px auto;
	left: 0!important;
}
.work-info p {
    color: #148f77;
}
.work-popup img {
	width: 100%;
	height: 100%;
}
.work-popup-content {
	padding: 25px;
}
.work-popup-content h3 {
	font-size: 26px;
	margin-bottom: 20px;
}
.work-popup-content p {
	text-align: left;
	line-height: 23px;
}
.mfp-close-btn-in .mfp-close {
	position: absolute;
	background: #fff;
	font-size: 40px;
	width: 50px;
	height: 50px;
	opacity: 1;
	box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
}
/*
================================================
19. Pricing
================================================
*/
.pricing-top { box-shadow: 0 0 40px rgba(0, 0, 0, 0.05); padding: 30px; border-top: 8px solid #148f77; border-radius: 6px; }
.pricing-prize h2 span { font-size: 18px; }
.pricing-prize { margin: 30px 0; }
.pricing-content {   width: 70%; margin: 40px auto 0; }
.pricing-content .pricing-table-list ul li { line-height: 56px; font-weight: 600; }
.pricing-content .pricing-table-list ul li i { width: 25px; display: inline-block; color: #148f77; }
.pricing-content .pricing-table-list ul li i.fa-times { color: #f42267; }
.pricing-content .pricing-table-list ul li span { margin-top: 16px; text-align: center; font-size: 14px; line-height: 24px; box-shadow: 0 6px 14px rgba(0, 0, 0, 0.09); width: 24px; height: 24px; background: transparent; border-radius: 50%; }
.pricing-content .pricing-table-list ul li span i { padding-right: 0; }
.pricing-table.active { margin-top: -7px;  }
.pricing-table.active .pricing-top { border-top: 16px solid #f42267; box-shadow: 0 0 50px rgba(0, 0, 0, 0.05); padding-bottom: 30px; }
.pricing-table.active .pricing-top a.button { padding: 12px 60px; font-size: 20px; }
.pricing-table.active .pricing-prize { margin: 30px 0 20px; }

/*style-2*/
.sec-pricing-wrap .active{
	-webkit-box-shadow: 0 45px 35px -33px rgba(0, 0, 0, 0.3);
	box-shadow: 0 45px 35px -33px rgba(0, 0, 0, 0.3);
}


.sec-pricing-text-wrap{
	vertical-align: middle;
	display: table-cell;

}
.sec-pricing-text-wrap h2{
	font-size: 25px;
	line-height: 32px;
}

.sec-pricing-text-wrap p{
	margin-bottom: 15px;
}
.sec-pricing-text-wrap p.contact-price{
	font-size: 14px;
	font-weight: 600;
}
.sec-pricing-text-wrap p.contact-price a:hover{
	color:#005ddc;
	text-decoration: none;
}

.sec-pricing-single-wrap{
	padding: 50px 40px;
	border-radius: 6px;
	transition: all .3s ease;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
	border:1px solid #f8f8f8;
}


.sec-pricing-single-wrap a.btn-info.active{
	background-color: #37058a;
}

.sec-pricing-single-wrap:hover{
	-webkit-box-shadow: 0 45px 35px -33px rgba(0, 0, 0, 0.3);
	box-shadow: 0 45px 35px -33px rgba(0, 0, 0, 0.3);
}
.sec-pricing-wrap .active>p, .sec-pricing-wrap .active>.pricing-one-sub{
	color: #f42267;
}

.sec-pricing-single-wrap:hover p, .sec-pricing-single-wrap:hover .pricing-one-sub{
	color:#f42267;
}


.sec-pricing-single-wrap p{
	font-size: 13px;
	font-weight: 500;
}

.sec-pricing-single-wrap ul{
	margin: 30px 0;
}
.sec-pricing-single-wrap ul li{
	padding: 5px 0;
	font-size:14px;
}
.sec-pricing-single-wrap ul li i{
    font-size: 20px;
	color:#f42267;
    text-align: left;
    float: left;
}
.sec-pricing-title{
	font-size: 26px;
	font-weight: 800;
}

.pricing-one-sub{
	font-size: 45px;
	line-height: 50px;
	font-weight: 700;
}

/*
================================================
         Testimonials
================================================
*/

.client-testimonial-section{
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
	background: url("../images/testimonial-bg.jpg")no-repeat center center / cover;
	overflow: hidden;
}
.client-testimonial-section:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, 0.80);
}
.client-testimonial-section:after{
	background-color: #148f77;
}

.client-testimonial-section:after{
	content: '';
	position: absolute;
	left: 0;
	top: -30px;
	width: 46%;
	height: 550px;
	z-index: -1;
	-webkit-transform: rotate(15deg) scale(1.55) translateX(-105px);
	-moz-transform: rotate(15deg) scale(1.55) translateX(-105px);
	-ms-transform: rotate(15deg) scale(1.55) translateX(-105px);
	-o-transform: rotate(15deg) scale(1.55) translateX(-105px);
	transform: rotate(15deg) scale(1.55) translateX(-105px);
}

.client-testimonial-section{
	color: #fff;
}
.testimonial-intro.style-two{
	position: relative;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 25px;
}

.testimonial-intro.style-two:before{
	content: "\f10d";
	color: #fff;
	font-size: 40px;
	position: absolute;
	top: 0;
	line-height: 1;
	font-family: FontAwesome;
}

.call-box {
	margin-bottom: 15px;
}

.call-box span{
	font-size: 25px;
	height: 45px;
	width: 45px;
	line-height: 45px;
	background: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 4px;

}

.call-box .call-box-text h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0 0;
	line-height: 20px;
}
.call-box-text p a{
	color: #005ddc;
}
.call-box-text p a:hover{
	color: #fff;
}
/*testimonial section*/
.testimonial-intro{
	position: relative;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 25px;
}

.testimonial-intro:before{
	content: "\f10d";
	color: #005ddc;
	font-size: 40px;
	position: absolute;
	top: 0;
	line-height: 1;
	font-family: FontAwesome;
}

.testimonial-client img{
	width: 60px !important;
	height: 60px;
	line-height: 60;
	margin-right: 10px;
	float: left;
	border-radius: 100%;
	background: #fff;
	overflow: hidden;
	padding:2px;
}
.testimonial-client-info{
	padding-top: 8px;
}
.testimonial-client-info a{
	text-decoration: none;
	display: inline-block;
	color: #dddddd;
}
.testimonial-client-info a:hover{
	color: #000;
}
.testimonial-client-info h5{
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	display: block;
}
.testimonial-client-info h5>small{
	background: #f42267;
	padding: 2px 8px;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
}
.client-testimonial.padding{
	padding: 8% 0;
	position: absolute;
}
.client-testimonial{
	margin-bottom: 20px;
}
.white-indicator.owl-theme .owl-nav.disabled+.owl-dots, .color-indicator.owl-theme .owl-nav.disabled+.owl-dots{
	position: absolute;
	bottom: 5%;
	right: 50px;
}

.white-indicator.owl-theme .owl-dots .owl-dot.active span{
	background: #005ddc;
}

.color-indicator.owl-theme .owl-dots .owl-dot.active span{
	background: #000;
}

/*============================================================
20. SUBSCRIBE CSS
============================================================*/

/*subscribe form style*/

.subscribe-form {
	text-align: center;
	margin: 40px 0 0 0;
}

.subscribe-form .email {
	background-color: #ebebeb;
	border: none;
	border-radius: 50px;
	outline: none;
	width: 60%;
	padding: 12px 25px;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	transition: all .3s;
}


.subscribe-form .email:focus {
	background-color: rgba(246, 249, 252, 1) !important;
}


.subscribe-form input {
	color: #222222;
	padding: 0;
}

.subscribe-form .submit-btn {
	font-size: 14px;
	border: none;
	border-radius: 50px;
	margin: 0;
	padding:12px 25px;
	border-color: #005ddc;
	background-color: #f42267;
	color: #fff;
	outline: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
}

.subscribe-form .submit-btn:hover {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	opacity: 0.8;
}

.subscribe-form-wrap{
	width: 50%;
	margin: 0 auto;
}


/*
================================================
21. Blog
================================================
*/
.blog-slider .post {
    margin: 20px 0;
    padding: 0 10px;
}

.post-info {
    transition: all 0.2s ease;
}

.post .post-img {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.post .post-img img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 0;
  -webkit-backface-visibility: hidden;
}

.post:hover .post-img img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.post-info h3{
    font-size: 17px;
    margin-top: 0;
	padding:10px 0px;
    margin-bottom: 20px;
    font-weight: 600;
	line-height:23px;
}
.post-info h6 {
    font-size: 12px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
}
.blog-social li {
  display: inline-block; 
  }
  .blog-social li a {
  border:2px solid #f8f8f8;
    padding: 10px 13px;
    color: #303030; 
	}
  .blog-social li:hover a {
    background: #f42267;
	color:#fff;
	 }

.post-info a {
    color:#303030;
}

.post-info a:hover {
    color:#148f77;
}

.post-info p {
	margin-top: 15px;
	color: #cccccc;
	font-size:12px;
	margin-bottom: 0;
}
a.readmore {
    letter-spacing: 1px;
    color: #303030;
    font-size: 14px;
}

a:hover.readmore {
    color: #f42267;
}
/* |------------[ Blog Area Section ]-----------| */
/*Blog-Grid*/
.blog-post{
    -webkit-box-shadow: 0 0 5px 0 rgba(9, 9, 9, 0.1);
    box-shadow: 0 0 5px 0 rgba(9, 9, 9, 0.1);
}
.blog-post .date-box > h4 {
    border: 1px solid #169eb7;
    border-radius: 3px;
    height: 48px;
    padding-top: 4px;
    text-align: center;
    width: 46px;
}
.blog-post .date-box > h4 span {
    font-size: 14px;
}
.blog-content a h3 {
    color: #777777;
    font-size: 20px;
    font-weight: 500;
}
.blog-content > p {
    color: #8f8f8f;
    line-height: 23px;
}

/*Blog-side-bar-tag*/
.blog_left_side_area {
    padding-right: 15px;
}
.blog_right_side_area {
    padding-left: 15px;
}
.blog_pic {
    position: relative;
}
.blog_left_single_content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-top: 33px;
    margin-bottom: 13px;
}
.blog_left_single_content p{
font-weight:600;
}
.blog_left_single_item {
    margin-bottom: 54px;
}
.blog_left_single_content .blog_author_area {
    padding: 10px 0px;
}
.blog_left_single_content .blog_author_area a {
    font-size: 17px;
    color: #777;
    margin-right: 25px;
    font-weight: 600;
}
.blog_left_single_content .blog_author_area a i {
    color: #f42267;
    padding-right: 10px;
}
.blog_left_side_area blockquote p {
    color: #fff;
    font-style: italic;
    font-size: 16px;
    margin:10px;
}
/*Blog-right-side*/

.blog_right_widget {
    margin-bottom: 30px;
}
.blog_search {
    position: relative;
}
.blog_search input {
    width: 100%;
    padding: 20px 13px;
    outline: 0;
    color: #303030;
    border: 2px solid #f8f8f8;
    position: relative;
    background: transparent;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}
.blog_search_btn {
    position: absolute;
    top: 0;
    right: -2px;
}
.blog_search_btn input {
    color: #fff;
    padding: 16px 10px;
    width: 44px;
    font-family: 'FontAwesome';
    font-weight: 100;
    font-size: 19px;
	border:none;
}
/*categoris*/
.blog_widget_title {
    font-size: 22px;
    font-weight: 800;
}
.blog_widget ul li a {
    font-size: 14px;
    color: #303030;
    font-weight: 800;
}
.blog_widget ul li a:hover{
color:#148f77;
}
.blog_widget ul li {
    padding: 5px 10px;
}
.blog_widget ul li:last-child {
    margin-bottom: 0;
}
/*Latest-News*/


.popular-post {
    position: relative;
}

.popular-post .item {
    position: relative;
    font-size: 14px;
    margin-bottom: 13px;
    min-height: 50px;
    color: #cccccc;
    border-bottom: 1px solid #f1f1f1;
}

.popular-post .item:last-child{
    border-bottom: 0px;
}
.popular-post .item .post-thumb{
    position:absolute;
    left:0px;
    top: 5px;
    width: 90px;
    height: 90px;
}

.popular-post .item .post-thumb img{
    width:100%;
    display:block;  
}


.popular-post .item .post-thumb a{
  position: relative;
}
.popular-post .item .post-thumb a:after {
    position: absolute;
    content: "\f0c1";
    font-family: FontAwesome;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 80px;
    width: 100%;
    height: 100%;
    background: rgba(72, 199, 236, 0.9);
    color: #ffffff;
    opacity: 0;
    transition: .5s ease;
}
.popular-post .item .post-thumb:hover a:after {
  opacity: 1;
  transition: .5s ease;
}

.popular-post .item a:hover{
  color: #148f77;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.popular-post .item h4{
    position: relative;
    top: 8px;
    font-size: 13px;
	letter-spacing:1px;
    font-weight: 600;
    margin: 0px 0px 17px;
    line-height: 26px;
    color:#333;
}
.popular-post .item h4 a{
    color: #333;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.recent-posts.post-thumb .post .post-info{
    font-size: 14px;
    font-weight:400;
    margin:0px;
    line-height:1.6em;
    color: #9c9c9c;
}
.popular-post .item .post-info {
color:#303030;
font-size: 15px;
font-weight:600;
	padding-bottom:10px;
    }

.inner-title {
  position: relative;
  margin-bottom: 20px;
  margin-top: 45px;
}


.inner-title h4 {
  position: relative;
  font-size: 22px;
  color: #333;
  font-weight:800;
}


/*project*/
.blog_widget_tag li a {
    display: inline-block;
    border: 3px solid #e4e4e4;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 15px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
.blog_widget_tag ul li{
    margin-bottom: 5px;
    display: inline-block;
}
.blog_widget_tag ul li a:hover{
color:#fff;
}
.blog_widget_tag ul li:hover a {
    border-color: #f42267;
    background: #f42267;
    color: #fff;
}
/*archive*/

.blog_widget select {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    text-transform: capitalize;
    outline: 0;
    height: 45px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 18px;
    background-color: #f9f9f9;
    padding: 0 10px;
    border: none;
}
.blog_widget select option {
    color: #999;
}
/*pagination*/

.blog_pagination .pagination {
    margin: 0;
    border-radius: 0;
    margin-top: 15px;
}
.blog_pagination .pagination>li:first-child>a {
    border-radius: 0;
    border-radius: 15px;
}
.blog_pagination .pagination>li:last-child>a {
    border-radius: 0;
    border-radius: 15px;
}
.blog_pagination .pagination li a {
color:#303030;
    margin-right: 10px;
    border-radius: 15px;
    background-color: #f9f9f9;
    border: none;
}
.blog_pagination .pagination li.active a, .blog_pagination .pagination li a:hover{
    background-color: #148f77;
    border: none;
    color: #fff
}
/*Comment- area*/
.blog_single_area .title{
  position: relative;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  margin-bottom: 47px;
} 
.blog_single_area .title:before{
  position: absolute;
  content: '';
  background: #48c7ec;
  height: 2px;
  width: 40px;
  left: 0px;
  bottom: -7px;
}
.blog_single_area .connent-area .comment-box{
  position: relative;
  padding: 0px 0px 14px 95px;
  margin-bottom: 55px;
  border-bottom: 1px solid #eee;
}
.blog_single_area .connent-area .comment-box .img-box{
  position: absolute;
  left: 0px;
  top: 6px;
}
.blog_single_area .connent-area .comment-box .comment-title{
  display: inline-block;
}
.blog_single_area .connent-area .comment-box .comment-inner{
margin-left:15px;
}
.blog_single_area .connent-area .comment-box .comment-time{
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  line-height: 23px;
  margin-left: 10px;
}
.blog_single_area .connent-area .comment-box .button{
  position: relative;
  display: inline-block;
  float: right;
  top: -5px;
  right: 5px;
}
.blog_single_area .connent-area .comment-box .button a:hover{
background-color:#148f77;
border:2px solid #148f77;
color:#fff;
}
.blog_single_area .connent-area .comment-box .button a{
  color: #148f77;
  display: inline-block;
  line-height: 35px;
  width: 80px;
  text-align: center;
  border: 2px solid #eee;
  font-weight: 800;
  text-transform: uppercase;
}
.blog_single_area .connent-area .comment-box .button i:before{
  color: #666;
  margin-right: 6px;
  font-size: 12px;
}
.blog_single_area .connent-area .comment-box .text{
  margin-top: 10px;
}
.blog_single_area .connent-area .comment-box h5{
  margin-bottom: 0px;
}
.blog_single_area .comment-form{
  position: relative;
}
.blog_single_area .comment-form input,
.blog_single_area .comment-form textarea{
  position: relative;
  width: 100%;
  height: 50px;
  background: #f6f8fa;
  margin-bottom: 30px;
  color: #222;
  padding: 15px 20px;
}
.blog_single_area .comment-form textarea{
  height: 150px;
  resize: none;
  margin-bottom: 21px;
}
/*latest blog*/

.latest_blog_section_area {
    background-color: #f9f9f9;
    padding: 90px 0px 65px;
    overflow: hidden;
}
.single_blog_item_area {
    margin-bottom: 30px;
}
.single_blog_h_active {
    margin-top: 30px;
}
.single_blog_item_area .meta{
padding-top:20px;
}
.single_blog_item_area .meta li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    line-height: 23px;
    font-weight: 800;
    color: #666;
}
.single_blog_item_area h3 {
    font-size: 18px;
    margin-top: 14px;
	text-transform:uppercase;
    font-weight: 800;
}
.single_blog_item_area p{
font-weight:600;
}
.single_blog_item_div h2 {
    color: #949494;
    font-size: 50px;
    font-weight: 700;
}
.single_blog_item_div h2 span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-top: 17px;
    margin-bottom: 39px;
}
.single_blog_item_div h2 a {
    color: #008cb5;
}
.single_blog_h_active .owl-nav div {
    height: 35px;
    width: 35px;
    background-color: transparent;
    text-align: center;
    position: absolute;
    top: 60%;
    line-height: 35px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -34%;
    font-size: 18px;
    color: #3a3a3a;
}
.single_blog_h_active .owl-nav div.owl-next {
    right: 0;
    left: -28%;
}
/*tag*/

.blog_tag a {
	border:4px solid #f8f8f8;
    color: #303030;
    padding: 6px 15px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.blog_tag a:hover{
color:#fff;
background-color:#f42267;
border:4px solid #f42267;
}
.blog_tag {
    margin-top: 45px;
}
/*share*/

.share_blog_single_in_social h4 {
    margin: 0;
    color: #4d4d4d;
    font-size: 22px;
}
.share_blog_single_in_social h4 span {
    margin-right: 15px;
}
.share_blog_single_in_social h4 a {
    color: #999;
    font-size: 14px;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}
.share_blog_single_in_social {
    margin-top: 38px;
}
/*form section*/

.consultency_comments_form {
    margin-top: 60px;
}
.comments_title {
    margin: 0px;
    color: #4d4d4d;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 33px;
}
.consultency_comments_form .form-control {
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    border: 1px solid #ebebeb;
    height: 50px;
    font-size: 13px;
    color: #000;
    background-color: transparent;
}
.consultency_comments_form textarea.form-control {
    height: 200px;
    resize: none;
}
.consultency_comments_form .form-group {
    margin-bottom: 5px;
}

/*
================================================
22. Client
================================================
*/
/*style-1*/
.clients {
  background-color: #148f77;
}
.clients .clients-spacing {
  margin-top: 48px;
}
.clients .clients-item {
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.clients .clients-item .clients-logos {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.8;
}

/*style-2*/
.client {
	text-align:center;
	position:relative;
	    padding: 60px 0px 60px 0px;
}
.client-logo a {
	opacity:0.4;
	display:table;
	margin:0 auto;
}
.client-logo a:hover {
	opacity:1;
	transition:all 0.5s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
/*--------------------------------------------------------------
23. Footer
--------------------------------------------------------------*/
.footer_top, .footer_small{ background:#121416;}
.footer_panel .footer_logo{ display:inline-block; }
.footer_small ul.social_icon li a{ color:#fff; }
.footer_top .footer_panel .media-body span{
	display:block;
	font-size:12px;
	color:#fff;
}
.footer_small{
	padding:30px 0;
}
/* ---------------- wigdet ----------------  */
ul.links{}	
ul.links li {
  display: inline-block;
  width: 49%;
  margin-bottom:20px;
}
ul.links li a{ font-size:14px; }
ul.links li a{
color:#FFFFFF;
}
ul.links li a > i{ margin-right:5px;}
ul.links li a:hover, ul.links li a:focus{color: #f42267;}
ul.social_icon{}	
ul.social_icon li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size:16px;
  height: 38px;
  line-height:38px;
  text-align: center;
  width: 38px;
  border-radius:4px;
  position:relative;
  margin-right:2px;
  z-index:1;
  padding:0;
}
ul.social_icon li a.facebook:after{ background:#3b5998;}
ul.social_icon li a.twitter:after{ background:#00aced;}
ul.social_icon li a.dribble:after{ background:#ea4c89;}
ul.social_icon li a.instagram:after{ background:#517fa4;}
ul.social_icon li a.vimo:after{ background:#4EBBFF; }
ul.social_icon li a:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background:#f7c51e;
  transition:.4s;
  border-radius:4px;
  opacity: 0;
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  z-index:-1;
}
ul.social_icon li a:hover:after{
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
ul.social_icon li a:hover{ border-color:transparent; }
ul.social_icon li{ 
  display:inline-block; 
}
/*
================================================
 24. Contact US
================================================
*/
.outer-box {
    width: 85%;
    margin: 0 auto;
}
.contact-us ul {
    padding: 0;
}
.contact-us li {
    color: #fff;
    margin-bottom: 25px;
	display:block;
}
.contact-us li .box a{
color:#FFFFFF;
}
.contact-us li .box:hover{
background-color:#333;
color:#FFFFFF;
cursor:pointer;
-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-us li .box {
    background: #148f77;
    padding: 30px 20px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}
.contact-us .fa {
display:block;
    font-size: 30px;
    margin: 0 0 10px 0;
    color: #fff;
}
.form-group {
	position: relative;
}
.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}
.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}
.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}
.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}
.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}
.contact-form .fa {
	border-left: 1px solid #dfdfdf;
	font-size: 15px;
	height: 29px;
	line-height: 29px;
	padding-left: 3px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 29px;
}
.form-control {
	background-color: transparent;
	background-image: none;
	border: 1px solid #dfdfdf;
	border-radius: 0;
	box-shadow: none;
	color: #333333;
	display: block;
	font-size: 14px;
	height: 39px;
	line-height: 1.42857;
	padding: 6px 12px;
	width: 100%;
}
.contact-address .contact-info {
	position: relative;
	color: #64686d;
}
.contact-form .fa {
    color: #f42267;
}
.contact-address .contact-info p {
	margin: 0 0 20px;
	line-height: 30px;
}
.contact-address .contact-info span {
	display: block;
}
.contact-address .contact-info .contact-icon > i {
	font-size: 40px;
	margin-bottom: 15px;
}


/*
================================================
         End-Stylesheet
================================================
*/
