

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');


.boxed_wrapper {
	position: relative;
}

.header-wrapper-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header-area {
    padding: 0;
}

.main-menu .navigation > li > a {
    color: #222;
    padding: 35px 0px;
    margin: 0 15px;
}

.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a {
    background: transparent;
    color: #f5365e;
}

.header-area .link-btn {
    margin: 10px 0;
}

.main-menu .navigation > li:hover > ul {
	left: 15px;
}

/* Style two */

.header-area.style-two {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header-area.style-two .main-menu .navigation > li > a {
    color: #fff;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position: relative;
	padding: 110px 0 60px;
}

.about-section .content-column{
	position: relative;
	margin-bottom: 50px;
}

.about-section .content-column .inner-column{
	position: relative;
	padding-left: 65px;
}

.about-section .sec-title{
	position: relative;
	margin-bottom: 23px;
	padding-bottom: 0;
}

.about-section .sec-title h2{
	padding-left: 25px;
}

.about-section h2:before {
    position: absolute;
    left: 0;
    top: 34px;
    bottom: 8px;
    width: 5px;
    background-color: #f5365e;
    content: "";
}

.about-section .content-column .text{
	position: relative;
	margin-bottom: 35px;
}

.about-section .content-column .text p{
	font-size: 15px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-bottom: 28px;
}

.about-section .info-list{
	position: relative;
	margin-bottom: 35px;
}

.about-section .info-list li{
	position: relative;
	padding-left: 70px;
	font-size: 18px;
	line-height: 26px;
	color: #222222;
	font-weight: 400;
	margin-bottom: 20px;
	min-height: 70px;
}

.about-section .info-list li .icon{
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #1a2940;
	font-size: 22px;
	line-height: 50px;
	color: #ffffff;
	border-radius: 50%;
}

.about-section .link-box{
	position: relative;
}

.about-section .link-box a{
	font-size: 15px;
	color: #f5365e;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: underline;
	font-family: "Poppins", sans-serif;
	transition: all 300ms ease;
}

.about-section .link-box a span{
	float: right;
	margin-left: 10px;
	color: #1a2940;
	font-size: 18px;
	top: 5px;
	position: relative;
}

.about-section .link-box a:hover{	
	color: #1a2940;
}

.about-section .info-box{
	position: relative;
}

.about-section .info-box .inner{
	position: relative;
	float: left;
	padding-left: 85px;
	min-height: 65px;
	padding-top: 15px;
}

.about-section .info-box .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 65px;
	width: 65px;
	border-radius: 50%;
	overflow: hidden;
}

.about-section .info-box .thumb img{
	display: block;
	width: 100%;
}

.about-section .info-box .name{
	font-size: 18px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
}

.about-section .info-box .designation{
	display: block;
	font-size: 15px;
	line-height: normal;
	color: #555555;
	font-weight: 300;
	margin-top: 5px;
}

.about-section .info-box .signature{
	position: relative;
	float: right;
	padding-top: 15px;
}

.about-section .image-column{
	position: relative;
	margin-bottom: 50px;
}

.about-section .image-column .inner-column{
	position: relative;
	margin-left: -25px;
	margin-right: -40px;
	padding-bottom: 115px;
}

.about-section .image-column img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.about-section .image-column .image-1{
	position: relative;
	margin-bottom: 0;
}

.about-section .image-column .image-2{
	position: absolute;
	right: 0px;
	bottom: 0;
	margin-bottom: 0;
	border: 10px solid #ffffff;
}

.about-section.style-two .image-column .inner-column{
	padding-bottom: 70px;
}



.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image.image-one{
	margin-left:25px;
	text-align: center;
}

.about-section .image-column .inner-column .image.image-two{
	position:absolute;
	left:0px;
	bottom:50px;
	box-shadow:0px 10px 10px rgba(0,0,0,0.10);
}

.about-section .image-column .inner-column .image.image-two:after {
	position: absolute;
	content: "";
	background: rgba(34, 34, 34, 0.25);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.about-section .image-column .inner-column .image.image-three{
	position:absolute;
	right: 0;
	top: 88px;
	box-shadow:0px 10px 10px rgba(0,0,0,0.10);
}

.about-section .image-column .inner-column .image.image-four{
	position:absolute;
	right:15px;
	bottom: -43px;
	box-shadow:0px 10px 10px rgba(0,0,0,0.10);
}

.about-section .video-box a {
    position: relative;
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 66px;
}

.about-section .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
    width: 66px;
    height: 66px;
    line-height: 56px;
    border-radius: 50%;
    text-align: center;
    background: #f5365e;
    z-index: 99;
}


.about-section .video-box:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 50%;
    z-index: -1;
    -o-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
    -ms-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
    -webkit-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
    animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
}

@-webkit-keyframes myPulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2)
    }
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes myPulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2)
    }
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}






/** main-footer **/

.main-footer{
  position: relative;
  display: block;
  padding-top: 100px;
}

.main-footer .footer-column {
	margin-bottom: 30px;
}


.main-footer .widget-content{
  position: relative;
  display: block;
  padding-bottom: 80px;
  border-bottom: 1px solid #f0f0f0;
}

.main-footer:before{
  position: absolute;
  content: '';
  background: url(../images/resources/shape-1.png);
  width: 620px;
  height: 350px;
  top: 100px;
  left: 0px;
  background-repeat: no-repeat;
}

.main-footer .widget-content .logo-widget{
  position: relative;
  display: block;
  margin-right: 30px;
  margin-top: -25px;
}

.main-footer .widget-content .logo-widget .footer-logo{
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px;
}

.main-footer .widget-content .logo-widget .text{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.main-footer .widget-content .logo-widget .phone i{
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 35px;
  color: #c8c9cc;
  margin-right: 20px;
}

.main-footer .widget-content .logo-widget .phone a{
  position: relative;
  display: inline-block;
  font-size: 28px;
  line-height: 35px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #fe721d;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #3b3b3b;
  margin-bottom: 36px;
}

.main-footer .link-widget .link-list li{
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.main-footer .link-widget{
  margin-left: 15px;
}

.main-footer .link-widget .link-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .link-widget .link-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  color: #848484;
}

.main-footer .footer-widget{
  position: relative;
  display: block;
}

.main-footer .link-widget .link-list li a:hover{
  color: #f5365e;
}

.main-footer .service-widget{
  margin-left: 70px;
}

.main-footer .contact-widget .info-box li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

.main-footer .contact-widget .info-box li:last-child{
  margin-bottom: 0px;
}

.main-footer .contact-widget .info-box li a{
  position: relative;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #848484;
}

.main-footer .contact-widget .info-box li a:hover{
  color: #f5365e;
}

.main-footer .contact-widget .info-box{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.main-footer .contact-widget .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.main-footer .contact-widget .footer-social li:last-child{
  margin-right: 0px;
}

.main-footer .contact-widget .footer-social li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #848484;
  width: 45px;
  height: 45px;
  line-height: 41px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #f0f0f0;
  transition: .5s;
}

.main-footer .contact-widget .footer-social li a:hover{
  background: #f5365e;
  border-color: #f5365e;
  color: #fff;
}

.main-footer .footer-bottom{
  position: relative;
  display: block;
  padding: 23px 0px 25px 0px;
}

.main-footer .footer-bottom .copyright{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #222;
}

.main-footer .footer-bottom .copyright a{
  position: relative;
  display: inline-block;
  color: #f5365e;
}

.main-footer .footer-bottom .copyright a:hover{
  text-decoration: underline;
}

.main-footer .footer-bottom .right-content ul li{
  position: relative;
  display: inline-block;
  margin-left: 12px;
  padding-left: 17px;
}

.main-footer .footer-bottom .right-content ul li:before{
  position: absolute;
  content: '';
  background: #222;
  width: 1px;
  height: 15px;
  left: 0px;
  top: 8px;
}

.main-footer .footer-bottom .right-content ul li:first-child:before{
  display: none;
}

.main-footer .footer-bottom .right-content ul li:first-child{
  padding: 0px;
  margin: 0px;
}

.main-footer .footer-bottom .right-content ul li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #222;
}

.main-footer .footer-bottom .right-content ul li a:hover{
  color: #fe721d;
}


/*** 
=============================================
    CTA Section
=============================================
***/

.cta-section{
    background: #f5f6fa;
    display: block;
    padding: 55px 0 54px;
}
.cta-section .content .title h4 {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin: 10px 0;
}
.cta-section .content .button{
    margin-top: 20px;
}
.cta-section .content .button a {
    background: #ffffff;
    color: #222222;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 11px 35px 9px;
}



/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section{
	position:relative;
	padding:90px 0px 50px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
	z-index: 1;
}

.newsletter-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #f5f6fa;
	opacity: 1;
	content: "";
}

.newsletter-section .title-column{
	position: relative;
	margin-bottom: 40px;
}

.newsletter-section .title-column .inner-column{
	position: relative;
}

.newsletter-section .title-column .icon-box{
	position: absolute;
	left: 0;
	top: 8px;
}

.newsletter-section .title-column .icon-box .icon{
	font-size: 50px;
	line-height: 1em;
	color: #ce852a;
	font-weight: 400;
}

.newsletter-section .title-column h2{
	position:relative;
	font-size:30px;
	color: #222;
	line-height:1.3em;
	font-weight:700;
}

.newsletter-section .title-column .text{
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #777;
	font-weight: 400;
}

.newsletter-section .form-column{
	position: relative;
	margin-bottom: 40px;
}

.newsletter-section .form-column .inner-column{
	position: relative;
}

/*Subscribe Form*/

.subscribe-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	padding-right:60px;
	background-color: #ffffff;
	border-radius: 3px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	height:60px;
	font-size:15px;
	color:#555555;
	font-weight: 300;
	background:#ffffff;
	padding:10px 80px 10px 28px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid #fff;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form .submit-btn{
	position:absolute;
	right:0px;
	top:0px;
	height: 60px;
	width: 60px;
	color:#ffffff;
	font-size:18px;
	cursor:pointer;
	border-radius: 0px 3px 3px 0px;
	background-color: #f5365e;
	text-transform:uppercase;
}

.subscribe-form .form-group input[type="submit"]:hover,
.subscribe-form .submit-btn:hover{
	color: #f5365e;
	background-color: #0d1522;
}

.newsletter-section.style-two{
	position: relative;
}

.newsletter-section.style-two:before{
	background-color: #f79d2b;
	opacity: .92;
}

.newsletter-section.style-two .form-group input[type="submit"], 
.newsletter-section.style-two .submit-btn{
	background-color: #1a2940;
}

.newsletter-section.style-two .title-column .icon-box .icon{
	color: #ffffff;
}



.news-block-one {
	position: relative;
}

.news-block-one .inner-box {
	margin-bottom: 30px;
}

.news-block-one .image {
	position: relative;
	overflow: hidden;
}

.news-block-one .image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(245, 54, 94, 0.87);
}

.news-block-one:hover .image:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.news-block-one img {
	width: 100%;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.news-block-one:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.news-block-one .overlay a {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border-radius: 50%;
	color: #222;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);
	transform: translateX(0%) translateY(-30%) scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.news-block-one .overlay a:hover {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	color: #f5365e;
}

.news-block-one:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.news-block-one .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	width:auto;
	height:auto;
	background-color:inherit;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.news-block-one:hover .overlay {
	opacity: 1;
}

.news-block-one .lower-content {
	position: relative;
	z-index: 9;
	padding: 30px 36px;
	border: 1px solid #f3f3f3;
	background-color: #fff;
}

.news-block-one .lower-content .post-meta {
	margin-bottom: 8px;
}

.news-block-one .lower-content .post-meta li {
	position: relative;
	color: #b8b8b8;
	font-size: 16px;
	font-weight: 500;
	padding-right: 8px;
	margin-right: 17px;
	margin-bottom: 8px;
	display: inline-block;
}

.news-block-one .lower-content .post-meta li:after {
	position: absolute;
	content: '/';
	color: #b8b8b8;
	right: -10px;
	top: 1px;
	font-size: 14px;
}

.news-block-one .lower-content .post-meta li:last-child::after {
	display: none;
}

.news-block-one .lower-content .post-meta li strong {
	color: #222;
	font-weight: 500;
}

.news-block-one .lower-content .post-meta li span {
	color: #f5365e;
}

.news-block-one .lower-content.style-two {
}

.news-block-one h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.news-block-one h4 a {
	color: #222;
	transition: .5s;
}

.news-block-one h4 a:hover {
	color: #f5365e;
}

.news-block-one .text {
	margin-bottom: 15px;
}

.news-block-one .read-more-btn {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	color: #222;
	transition: .5s;
}

.news-block-one .read-more-btn:hover {
	color: #f5365e;
}


.news-block-two {
	position: relative;
}

.news-block-two .inner-box {
	margin-bottom: 30px;
}

.news-block-two .image {
	position: relative;
	overflow: hidden;
}

.news-block-two .image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(245, 54, 94, 0.87);
}

.news-block-two:hover .image:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.news-block-two img {
	width: 100%;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.news-block-two:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.news-block-two .overlay a {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border-radius: 50%;
	color: #222;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);
	transform: translateX(0%) translateY(-30%) scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.news-block-two .overlay a:hover {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	color: #f5365e;
}

.news-block-two:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.news-block-two .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.news-block-two:hover .overlay {
	opacity: 1;
}

.news-block-two .lower-content {
	position: relative;
	z-index: 9;
	margin-top: 24px;
}

.news-block-two .lower-content .post-meta {
	margin-bottom: 8px;
}

.news-block-two .lower-content .post-meta li {
	position: relative;
	color: #b8b8b8;
	font-size: 16px;
	font-weight: 500;
	padding-right: 8px;
	margin-right: 17px;
	margin-bottom: 8px;
	display: inline-block;
}

.news-block-two .lower-content .post-meta li:after {
	position: absolute;
	content: '/';
	color: #b8b8b8;
	right: -10px;
	top: 1px;
	font-size: 14px;
}

.news-block-two .lower-content .post-meta li:last-child::after {
	display: none;
}

.news-block-two .lower-content .post-meta li strong {
	color: #222;
	font-weight: 500;
}

.news-block-two .lower-content .post-meta li span {
	color: #f5365e;
}

.news-block-two .lower-content.style-two {
}

.news-block-two .date {
	position: relative;
	margin-bottom: 10px;
}

.news-block-two h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.news-block-two h4 a {
	color: #222;
	transition: .5s;
}

.news-block-two h4 a:hover {
	color: #f5365e;
}

.news-block-two .text {
	margin-bottom: 25px;
}

.news-block-two .read-more-btn {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	color: #222;
	transition: .5s;
	border: 1px solid #e6e6e6;
	padding: 13px 35px;
	display: inline-block;
	transition: .5s;
}

.news-block-two .read-more-btn:hover {
	background: #f5365e;
	color: #fff;
	border-color: #f5365e;
}



/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 145px 0 90px;
	overflow:hidden;
}

.team-block{
	position: relative;
	margin-bottom: 40px;
}

.team-block .inner-box{
	position: relative;
}

.team-block .image-box{
	position: relative;
	padding: 20px;
	background-color: rgba(191, 191, 191, 0.18);
	overflow: hidden;
}

.team-block .image-box .image:after,
.team-block .image-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	background-color: #efe0e0;
	content: "";
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.team-block .inner-box:hover .image-box .image:after,
.team-block .inner-box:hover .image-box:before{
	height: 100%;
}

.team-block .image-box .image:after{
    opacity: .40;
    z-index: 1;
    top: auto;
    bottom: 0;
    background-color: #4a34a5;
}

.team-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	z-index: 1;
	overflow: hidden;
}

.team-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.team-block .social-links{
	position: absolute;
	left: 0;
	bottom: -140px;
	padding: 20px;
	width: 100%;
	z-index: 9;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.team-block .social-links ul{
	position: relative;
	padding: 30px 20px;
	text-align: center;
	background-color: #f5365ee8;
}

.team-block .social-links li{
	position: relative;
	display: inline-block;
	margin: 0 9px;
}

.team-block .social-links li a{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .social-links li a:hover{
	color: #222;
}

.team-block .inner-box:hover .social-links{
	bottom: 0;
}

.team-block .caption-box{
	position: relative;
	padding-top: 30px;
}

.team-block .caption-box .name{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1em;
	color: #222;
	font-weight: 600;
	margin-bottom: 10px;
}

.team-block .caption-box .name a{
	color: #222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .caption-box .name a:hover{
	color: #f5365e;
}

.team-block .caption-box .designation{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 26px;
	color: #222;
	font-weight: 400;
	opacity: .70;
}

.team-section .icon-circle-5{
	top: -230px !important;
	left: -510px !important;
	opacity: .05;
}

.team-section .icon-circle-5:nth-child(2){
	left: -695px !important;
	top: 150px !important;
	opacity: .03;
}

.icon-circle-5{
	height: 690px;
	width: 690px;
	background-image: url(../images/icons/icon-circle-5.png);
}



/*================================================
			Sticky Header
==================================================*/

.sticky-header{
	position:fixed;
	visibility:hidden;
	opacity:0;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	z-index:0;
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu {
	float: none;
}

.sticky-header .logo{
	padding:10px 0px;
}

.sticky-header.stricky-fixed{
	z-index:99999;
	opacity:1;
	visibility:visible;
}

.header-area .outer-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-area .sticky-header .main-menu .navigation > li{
	margin-right:0px;
	margin:0px;
	padding: 0;
}

.header-area .sticky-header .main-menu .navigation > li > a{
	color:#1c1f26;
	padding: 31px 15px;
	line-height:30px;
	font-size:14px;
	font-weight:500;
	min-height:0px;
	background:none;
	border:0px;
	margin-right:0px;
	text-transform:uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-area .sticky-header .main-menu .navigation > li:hover > a,
.header-area .sticky-header .main-menu .navigation > li.current > a,
.header-area .sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: #f5365e;
}

.top-bar-area.dark-style {
	background: #24262c;
}

.top-bar-area.dark-style .top-info i {
    color: #fff;
}

.top-bar-area.dark-style h6 {
    color: #fff;
}

.main-slider h1 {
	font-weight: 700;
	line-height: 68px;
}

.main-slider.style-two .tp-dottedoverlay:before {
	position: absolute;
	content: '';
	background: rgb(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
}

.style-three .main-slider .tp-dottedoverlay:before {
	position: absolute;
	content: '';
	background-color: rgba(61, 31, 159, 0.75);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.style-three .main-slider .rev_slider_wrapper:after {
	position: absolute;
	content: '';
	background-image: url(../images/resources/shape-2.png);
	background-size: cover;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	z-index:99;
	background-position: center;
}




/*** 

====================================================================
		Welcome Section
====================================================================

***/

.welcome-section {
	position: relative;
	background: #f5f5f5;
}

.m-0 {
	margin: 0;
}

.welcome-block {
	position: relative;
	padding: 0;
	text-align: center;
}

.welcome-block .inner-box {
	padding: 95px 30px 95px;
}

.welcome-block:nth-child(even) .inner-box {
	background: #ededed;
}

.welcome-block .icon-box {
	font-size: 50px;
	color: #f5365e;
	margin-bottom: 30px;
}

.welcome-block .icon-box i:before {
	font-size: 50px;
}

.welcome-block h4 {
	font-size: 22px;
	font-weight: 600;
	color: #222;
	margin-bottom: 30px;
}

.sec-title h2 {
	font-weight: 700;
}


/*** 

====================================================================
		About Section Two
====================================================================

***/

.about-section-two {
	position: relative;
	padding: 100px 0 70px;
}

.about-section-two .sec-title h2 {
	margin-top: 50px;
}

.about-section-two .image-column {
	position: relative;
	text-align: center;
	padding-bottom: 50px;
	margin-bottom: 30px;
}

.about-section-two .image-column .image {
	position: relative;
	text-align: center;
	display: inline-block;
}

.about-section-two .image-column .image img {
	position: relative;
 	box-shadow: 0px 30px 90px 0px rgba(7, 11, 44, 0.18);	
}

.about-section-two .image-column .image:before {
	position: absolute;
	content: '';
	background: #ebebec;
	width: 100%;
	height: 100%;
	left: -50px;
	top: 50px;
}

.about-section-two .image-column .experience {
	position: absolute;
	top: 130px;
	right: 15px;
	background: #f5365e;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	padding: 37px 20px;
	text-align: center;
}

.about-section-two .image-column .experience strong {
	font-size: 60px;
	font-weight: 700;
	display: block;
	line-height: 50px;
	margin-bottom: 10px;
}

.about-section-two .content-column .text {
	margin-bottom: 50px;
}

.about-section-two .counter-block-one {
	position: relative;
	margin-bottom: 30px;
}

.about-section-two .counter-block-one h1 {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #222;
}

.about-section-two .counter-block-one h5 {
	font-size: 15px;
	font-weight: 400;
	color: #222;
}

/*** 

====================================================================
		About Section Three
====================================================================

***/

.about-section-three {
	position: relative;
	padding: 100px 0 70px;
	background-size: cover;
}

.about-section-three:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.65);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about-section-three .sec-title h2 {
	margin-top: 50px;
}


.about-section-three .content-column .text {
	margin-bottom: 50px;
	color: rgba(255, 255, 255, 0.8);
}

.about-section-three .counter-block-one {
	position: relative;
	margin-bottom: 30px;
}

.about-section-three .counter-block-one h1 {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #f5365e;
}

.about-section-three .counter-block-one h5 {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

/*** 

====================================================================
		Video Section
====================================================================

***/

.video-section {
	position: relative;
	padding: 100px 0 241px;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
}

.video-section .text {
	color: #fff;
}

.sec-title.light h2 {
	color: #fff;
}

.video-section .video-box a {
    position: relative;
    font-size: 26px;
    color: #fff;
    height: 90px;
    width: 90px;
    border: 5px solid #fff;
    display: inline-block;
    line-height: 80px;
    border-radius: 50%;
    margin-top: 45px;
}

.video-section .video-box a:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 50%;
    z-index: 1;
    -o-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
    -ms-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
    -webkit-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
    animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
}

.text-block-one {
	position: relative;
	padding: 0;
	z-index: 99;
}

.text-block-one .inner-box {
	position: relative;
	background: #191e2f;
	padding: 74px 60px;
	box-shadow: 0px 30px 90px 0px rgba(7, 11, 44, 0.18);
}

.text-block-one .inner-box h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	padding-left: 25px;
	border-left: 4px solid #f5365e;
	margin-bottom: 20px;
}

.text-block-one .inner-box h2 strong {
	font-weight: 700;
}

.text-block-one .inner-box .text {
	color: #fff;
	margin-bottom: 30px;
}


/*Btn Style One*/
.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background-color: #f5365e;
	padding: 16px 35px;
	font-weight: 600;
	overflow: hidden;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

.btn-style-one:hover{
	color: #fff;
}

.btn-style-one:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #222;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-one:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn-style-one span{
	position:relative;
	z-index:2;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.two-column-section {
    position: relative;
    margin-top: -150px;
}

.two-column-section.style-two {
	margin-top: -200px;
}

.two-column-section .testimonial-column {
	position: relative;
	padding: 0;
	z-index: 99;
}

.two-column-section .testimonial-column .testimonial-outer {
	background: #f5365e;
	padding: 69px 60px;
	box-shadow: 0px 30px 90px 0px rgba(7, 11, 44, 0.18);
}

.testimonial-block-one {
	position: relative;
}

.testimonial-block-one .inner-box {
	position: relative;
}

.testimonial-block-one img {
	width: auto !important;
}

.testimonial-block-one .quote {
	position: relative;
	margin-bottom: 30px;
}

.testimonial-block-one .text {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 25px;
}

.testimonial-block-one .author-wrap {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.testimonial-block-one .author-thumb {
	margin-right: 20px;
}

.testimonial-block-one .author-title {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.testimonial-block-one .author-title span {
	font-size: 15px;
}

.testimonial-block-one .rating {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.testimonial-block-one .rating li {
	margin-right: 5px;
}

.testimonial-block-one .rating li a {
	color: #fed61d;
}

.two-column-section .owl-dots {
    position: absolute;
    top: 0;
    right: 0;
}

.two-column-section .video-column {
	padding: 0;
}

.two-column-section .video-column .image {
	position: relative;
}

.two-column-section .video-column .image:before {
    position: absolute;
    content: '';
    background: rgba(245, 54, 94, 0.50);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.two-column-section .video-box-wrapper {
	position: relative;
	z-index: 99;
}

.two-column-section .video-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.two-column-section .video-box a {
    position: relative;
    font-size: 26px;
    color: #fff;
    height: 90px;
    width: 90px;
    border: 5px solid #fff;
    display: inline-block;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
}

.two-column-section .video-box a:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 50%;
    z-index: 1;
    -o-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
    -ms-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
    -webkit-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
    animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
}

/* testimonail block two */

.testimonial-section-two .outer-box {
	position: relative;
	box-shadow: 0px 30px 90px 0px rgba(7, 11, 44, 0.18);
	padding: 70px 100px 80px;
	margin-top: -110px;
	background: #fff;
}

.testimonial-block-two {
	position: relative;
}

.testimonial-block-two .inner-box {
	position: relative;
}

.testimonial-block-two img {
	width: auto !important;
}

.testimonial-block-two .quote {
	position: absolute;
	right: 0;
	top: 0;
}

.testimonial-block-two .text {
	position: relative;
	font-size: 18px;
	color: #222;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 25px;
	margin-right: 10px;
}

.testimonial-block-two .author-wrap {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.testimonial-block-two .author-thumb {
	margin-right: 20px;
	margin-right: 55px;
}

.testimonial-block-two .author-title {
	font-size: 18px;
	color: #222;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.testimonial-block-two .author-title span {
	font-size: 15px;
}

.testimonial-block-two .rating {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.testimonial-block-two .rating li {
	margin-right: 5px;
}

.testimonial-block-two .rating li a {
	color: #fed61d;
}

.two-column-section .owl-dots {
    position: absolute;
    top: 0;
    right: 0;
}

.testimonial-block-two .author-info {
    max-width: 660px;
    padding-left: 40px;
    border-left: 1px solid #eaeaea;
}

.testimonial-section-two .owl-dots {
    position: absolute;
    left: 0;
    bottom: -13px;
}

.testimonial-section-two .owl-theme .owl-dots .owl-dot.active span, 
.testimonial-section-two .owl-theme .owl-dots .owl-dot:hover span {
    background: #f5365e;
}

/*** 

====================================================================
		Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding: 100px 0 70px;
}

.service-block-one .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-35 {
	margin-bottom: 35px;
}


.service-block-one .icon-box {
	font-size: 50px;
	color: #f5365e;
	margin-bottom: 35px;
}

.service-block-one .icon-box i:before {
	font-size: 50px;
}

.service-block-one h4 {
	font-size: 22px;
	font-weight: 600;
	color: #222;
	margin-bottom: 20px;
}

.service-block-one h4 a {
	color: #222;
	transition: .5s ease;
}

.service-block-one h4 a:hover {
	color: #f5365e;
}

/*** 

====================================================================
		CTA Section Two
====================================================================

***/


.cta-section-two {
	position: relative;
	padding: 100px 0;
	text-align: center;
	background-attachment: fixed;
	background-size: cover;
}

.cta-section-two:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.60);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.cta-section-two h2 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
}

.cta-section-two .text {
	color: rgba(255, 255, 255, 0.70);
	margin-bottom: 37px;
	position: relative;
}

.cta-section-two.style-two:before {
    background: rgba(61, 31, 159, 0.8);
}

.cta-section-two.style-two {
    padding-bottom: 200px;
}

.latest-project-area .project-filter.style-two {
    float: none;
    margin-bottom: 50px;
    text-align: center;
    margin-top: 0;
}

.latest-project-area .project-filter.style-two li.active span, .latest-project-area .project-filter li:hover span {
    background: #e9e8e6;
    color: #222;
}

.latest-project-area .project-filter.style-two li span {
    padding: 4px 20px;
}

.latest-project-area .project-filter.style-two li {
    margin-right: 0px;
}




/*** 

====================================================================
		Why Choose Us Section
====================================================================

***/

.whychoose-us-section {
	position: relative;
	padding: 100px 0 70px;
	background: #f5f5f5;
}

.whychoose-block-one .inner-box {
	position: relative;
	margin-bottom: 30px;
	padding: 31px 10px;
	padding-left: 100px;
	background-color: #fff;
	transition: .5s ease;
}

.whychoose-block-one .inner-box:hover {
	background: #f5365e;
	box-shadow: 0px 20px 40px 0px rgba(7, 11, 44, 0.15);
}

.whychoose-block-one .icon-box {
	font-size: 50px;
	color: #f5365e;
	margin-bottom: 35px;
	position: absolute;
	left: 32px;
	transition: .5s ease;
}

.whychoose-block-one .inner-box:hover .icon-box {
	color: #fff;
}

.whychoose-block-one .icon-box i:before {
	font-size: 50px;
}

.whychoose-block-one h4 {
	font-size: 22px;
	font-weight: 600;
	color: #222;
	margin-bottom: 8px;
}

.whychoose-block-one h4 a {
	color: #222;
	transition: .5s ease;
	transition: .5s ease;
}

.whychoose-block-one .inner-box:hover h4 a {
	color: #fff;
}

.whychoose-block-one .text {
	transition: .5s ease;
}

.whychoose-block-one .inner-box:hover .text {
    color: rgba(255, 255, 255, 0.8);
}

.mb-30 {
	margin-bottom: 30px;
}


/*** 

====================================================================
	Fluid section one
====================================================================

***/

.fluid-section-one{
	position:relative;
}

.fluid-section-one .outer-container{
	position:relative;
	min-height:250px;
	background-color: #191e2f;
}

.fluid-section-one .image-column{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}

.fluid-section-one .image-column .image-box{
	position:relative;
	display:none;	
}

.fluid-section-one .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-one .content-column{
	position:relative;
	float:right;
	width:50%;
}

.fluid-section-one .content-column .inner-column{
	position:relative;
	width:100%;
	padding: 100px 60px 60px;
}

.fluid-section-one .content-column .inner-column .text {
	color: #fff;
}

/* Feature block */

.feature-block {
	position: relative;
	margin-bottom: 30px;
}

.feature-block:last-child {
	margin-bottom: 0px;
}

.feature-block .inner-box {
	position: relative;
	padding: 19px 0;
	max-width: 370px;
	padding-left: 80px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.feature-block .inner-box .icon-box {
	position: absolute;
	left: 0px;
	top: 30px;
	color: #ff4747;
	font-size: 50px;
	text-align: center;
	line-height: 60px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.feature-block .inner-box .icon-box span {
	display: block;
}

.feature-block .inner-box h4 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 12px;
	padding-top: 10px;
	color: #fff;
}

.feature-block .inner-box h4 a {
	color: #fff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.feature-block .inner-box h4 a:hover {
	color: #e4353a;
}

.feature-block .inner-box .service-text {
	font-size: 15px;
	color: #fff;
	padding-bottom: 12px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}



/*
================================== 
 11. Progress bar
==================================
*/

.progress-levels {
	position: relative;
	max-width: 530px;
	margin-bottom: 5px;
}

.default-section .progress-levels {
	padding-top: 7px;
}

.progress-levels .progress-box h5 {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 10px;
}

.progress-levels .progress-box {
	position: relative;
	padding-bottom: 30px;
	padding-top: 10px;
	overflow: hidden;
}

.progress-levels .progress-box:last-child {
	margin-bottom: 0px;
}

.progress-levels .progress-box:last-child {
	margin-bottom: 0px;
}

.progress-levels .progress-box .bar {
	position: relative;
	height: 6px;
	background: #e5e5e5;
}

.progress-levels .progress-box .bar .bar-innner {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 10px;
}

.progress-levels .progress-box .bar .bar-fill {
	position: absolute;
	left: -100%;
	top: 0px;
	width: 0px;
	height: 6px;
	background: #f5365e;
	-webkit-transition: all 2000ms ease 300ms;
	-o-transition: all 2000ms ease 300ms;
	transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box.html .bar .bar-fill {
	background: #ef6267;
}

.progress-levels .progress-box.wp .bar .bar-fill {
	background: #ff9924;
}

.progress-levels .progress-box.php .bar .bar-fill {
	background: #14dbba;
}

.progress-levels .progress-box.animated .bar .bar-fill {
	left: 0px;
}

.progress-levels .progress-box .percent {
	position: absolute;
	right: 0;
	top: -30px;
	letter-spacing: 0px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	opacity: 0;
	-webkit-transition: all 2000ms ease 700ms;
	-o-transition: all 2000ms ease 700ms;
	transition: all 2000ms ease 700ms;
}

.progress-levels .progress-box.animated .percent {
	opacity: 1;
}


.call-to-action-area .single-item .text-holder {
    text-align: left;
}

.call-to-action-area .single-item .img-holder .overlay-style-one .box .content a i {
    color: #f5365e;
    background: #fff;
    border: 0px;
    line-height: 40px;
    height: 40px;
    width: 40px;
}

.call-to-action-area .single-item .text-holder:before {
	background: #fff;
}

/*** 

====================================================================
	Pricing section
====================================================================

***/

.pricing-section {
	position: relative;
	padding: 100px 0 70px;
}



/* Pricing block two */
.pricing-block-two {
	position: relative;
}

.pricing-block-two .inner-box {
	position: relative;
	background-color: #fff;
	margin-bottom: 30px;
	display: block;
	box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
	padding: 45px;
}

.pricing-block-two .inner-box .upper-box {
	position: relative;
	padding-bottom: 30px;
	transition: .5s ease;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.pricing-block-two .category {
	font-size: 17px;
	color: #777;
	font-weight: 600;
	margin-bottom: 20px;
	transition: .5s ease;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}

.pricing-block-two.active .inner-box .category {
	color: #fff;
}

.pricing-block-two .price {
	position: relative;
	font-size: 48px;
	color: #222;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	transition: .5s ease;
	line-height: 50px;
	margin-bottom: 20px;
}

.pricing-block-two .price span {
	font-size: 17px;
}

.pricing-block-two.active .inner-box .price {
	color: #fff;
}

.pricing-block-two .lower-box {
	padding-top: 35px;
}

.pricing-block-two .lower-box ul {
	position: relative;
	margin-bottom: 35px;
}

.pricing-block-two .lower-box ul li {
	font-size: 15px;
	color: #8a8d91;
	padding-left: 18px;
	margin-bottom: 10px;
}

.pricing-block-two .lower-box ul li strong {
	position: relative;
	color: #1a224c;
	font-weight: 500;
}

.pricing-block-two .lower-box ul li strong:before {
	content: '\f058';
	position: absolute;
	left: -21px;
	top: 2px;
	line-height: 15px;
	font-size: 15px;
	font-family: 'FontAwesome';
	color: #f5365e;
}

.pricing-block-two .lower-box ul li span {
	position: relative;
	color: #1a224c;
	font-weight: 500;
}

.pricing-block-two .lower-box ul li span:before {
	content: '\f058';
	position: absolute;
	left: -21px;
	top: 2px;
	line-height: 15px;
	font-size: 15px;
	font-family: 'FontAwesome';
	color: #8a8d91;
}

/* active */

.pricing-block-two.active .inner-box {
    background: #3b209a;
}

.pricing-block-two.active .category {
    color: rgba(255, 255, 255, 0.8);
}

.pricing-block-two.active .price {
    color: #fff;
}

.pricing-block-two.active .inner-box .text {
    color: rgba(255, 255, 255, 0.80);
}

.pricing-block-two.active .lower-box ul li strong {
    color: #fff;
}

.pricing-block-two.active .lower-box ul li span {
    color: rgba(255, 255, 255, 0.8);
}

.pricing-block-two.active .lower-box ul li strong:before {
    color: #fff;
}

.team-section-two {
	position: relative;
	padding-bottom: 70px;
}


/*** 

====================================================================
	Client Logo Section
====================================================================

***/

.client-logo-section{
	position: relative;
	padding: 100px 0;
	background: #191e2f;
}

.client-logo-section .owl-nav {
	display: none;
}

