/* CSS Document */


/* 
    Created on : 1/15/2017. 
    Theme Name : BizPro.
    Description: BizPro- Responsive html5 template.
    Version    : 1.1.
    Author     : @SRThemes.
   
*/


/* ------------------------------------------ */


/*             TABLE OF CONTENTS
/* ------------------------------------------ */


/*   01 - Loading Transition  */


/*   02 - Click To Top  */


/*   03 - Global Settings */


/*   04 - Theme Header */


/*   05 - Theme Main Banner */


/*   06 - About section */


/*   07 - Service section  */


/*   08 - Project section  */


/*   09 - Page Middle Banner  */


/*   10 - Team Section  */


/*   11 - Skill Section  */


/*   12 - Our Client  */


/*   13 - Pricing Section  */


/*   14 - Blog Section  */


/*   15 - Partner Section  */


/*   16 - Contact Section  */


/*   17 - Footer */


/*   18 - Inner Page Banner  */


/*   19 - Blog Aside bar */


/*   20 - Blog Details Post */


/**
* Importing necessary  Styles.
**/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700');

/*----bootstrap css ----- */

@import url('../vendor/bootstrap/bootstrap.css');

/*----font awesome -------*/

@import url('../fonts/font-awesome/css/font-awesome.min.css');

/*----revolution-slider---*/

@import url('../vendor/revolution/settings.css');
@import url('../vendor/revolution/layers.css');
@import url('../vendor/revolution/navigation.css');

/*----owl-carousel css----*/

@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');

/*-------- animated css ------*/

@import url('../vendor/WOW-master/css/libs/animate.css');

/*---- Progress bar css----*/

@import url('../vendor/skills-master/source/habilidades.css');

/*-------- hover css ------*/

@import url('../vendor/hover.css');

/*----calendar css--------*/

@import url('../vendor/monthly-master/css/monthly.css');

/*** 

====================================================================
  Loading Transition
====================================================================

 ***/

@font-face {
	src: url(../img/Zekton-Heavy.ttf);
	font-family: zekton;
}

@font-face {
	src: url(../img/zekton-rg.ttf);
	font-family: zekton-rg;
}

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #fff;
	overflow: hidden;
}

#preloader_1 {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	transform: translateY(-50%);
}

#preloader_1 span {
	display: block;
	bottom: 0px;
	width: 6px;
	height: 5px;
	background: #e04f5d;
	position: absolute;
	animation: preloader_1 1.5s infinite ease-in-out;
}

#preloader_1 span:nth-child(2) {
	left: 11px;
	animation-delay: .2s;
}

#preloader_1 span:nth-child(3) {
	left: 22px;
	animation-delay: .4s;
}

#preloader_1 span:nth-child(4) {
	left: 33px;
	animation-delay: .6s;
}

#preloader_1 span:nth-child(5) {
	left: 44px;
	animation-delay: .8s;
}

@keyframes preloader_1 {
	0% {
		height: 5px;
		transform: translateY(0px);
		background: #e62d3f;
	}
	25% {
		height: 30px;
		transform: translateY(15px);
		background: #e62d3f;
	}
	50% {
		height: 5px;
		transform: translateY(0px);
		background: #ee2438;
	}
	100% {
		height: 5px;
		transform: translateY(0px);
		background: #ee2438;
	}
}


/*** 

====================================================================
  Click To Top
====================================================================

 ***/

.scroll-top {
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 52px;
	right: 80px;
	z-index: 9999;
	text-align: center;
	color: #fff;
	font-size: 20px;
	display: none;
}

.scroll-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/

@font-face {
	font-family: 'font-awesome';
	src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
	src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
	url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg');
	/* Legacy iOS */
}

body {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 14px;
	position: relative;
}

.main-page-wrapper {
	overflow-x: hidden;
}

h1,

h3,

h5,
h6,
p,
ul {
	margin: 0;
	padding: 0;
	font-family: 'open sans',sans-serif;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #b51a64;
	font-family: 'Zekton-Heavy';
    font-weight: bolder;
}


/* p { font-size:17px; font-weight: 400;}*/

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	display: inline-block;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}


/* img {max-width: 100%; display: block;}*/

button {
	border: none;
	outline: none;
	box-shadow: none;
	display: block;
	padding: 0;
}

input,
textarea {
	outline: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.clear-fix {
	clear: both;
}

.clear-fix:after {
	display: table;
	content: '';
	clear: both;
}

.tran3s,
.theme-main-menu .navbar-nav>li a,
#project-section .project-gallery .single-img .opacity,
#team-section .team-member-wrapper .single-team-member .member-name h6,
#team-section .team-member-wrapper .single-team-member .member-name p,
#team-section .team-member-wrapper .single-team-member .member-name ul,
#our-client .owl-theme .owl-dots .owl-dot span {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tran4s,
#service-section .single-service-content p,
#project-section .project-gallery .single-img .opacity ul,
#project-section .project-gallery .single-img .opacity h6 a {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.round-border {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}

.theme-title {
	text-align: center;
	margin: 95px 0 0 0;
}

.theme-title h2 {
	position: relative;
}
/*
.theme-title h2:before {
	content: '';
	width: 25px;
	height: 3px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -12px;
}*/

.theme-title p {
	font-size: 17px;
	width: 75%;
	margin: 20px auto 0 auto;
}

#our-client .theme-title p {
	font-size: 20px;
	width: 75%;
	margin: 20px auto 0 auto;
}

.press-content {
	margin: 50px 0px;
	color: #000;
	text-align: center;
}

.press-content i {
	font-size: 25px;
	color: #b51a64;
	border: 1px solid #b51a64;
	border-radius: 25px;
	padding: 10px 25px;
}

.press-content p {
	font-weight: bold;
	color: #000;
}

.head-font-32 {
	font-size: 32px;
	font-weight: 600;
}

.p-color,
#about-us .single-about-content:hover h5 a,
#service-section .single-service-content:hover .icon-heading .icon,
#pricing-section .single-price-table a:hover,
#blog-section .single-news-item .img a,
#blog-section .single-news-item:hover .post p a,
#blog-section .single-news-item .post h6:hover a,
#contact-section .contact-address-content .left-side ul li:hover .icon,
#contact-section .send-message form button:hover,
.inner-page-banner .opacity ul li:last-child,
.blog-details-page aside .sidebar-news-list ul li a i,
.monthly-header-title,
.blog-details-page aside .sidebar-news-list ul li a:hover,
.blog-details-page aside .sidebar-archives ul li a i,
.blog-details-page aside .sidebar-archives ul li a:hover,
.blog-details-page aside .sidebar-archives ul li a.active,
.blog-details-page aside .sidebar-news-list ul li a.active,
.recent-single-post .post a:hover,
.sidebar-tags ul li a:hover,
.blog-details-post-wrapper .list-img-wrapper ul li a i,
.blog-details-post-wrapper .list-img-wrapper ul li a:hover,
.blog-details-post-wrapper .post-comment form button:hover,
.blog-details-post-wrapper .post-share-area .share li a:hover,
.theme-main-menu.navbar .nav>li ul li a:hover,
.blog-details-post-wrapper .post-share-area .share li a.active {
	color: #b51a64;
}

.theme-main-menu .navbar-nav>li.active>a {
	color: #b51a64;
  font-size: 20px;
  background: transparent;
  padding: 20px 12px;
}

.theme-main-menu .navbar-nav>li>a:hover {
	color: #b51a64;
  font-size: 20px;
    background: transparent;
	padding: 20px 12px;
}

#about-us .single-about-content:hover .icon,
#skill-section .codeconSkillbar .skillBar,
#our-client .owl-theme .owl-dots .owl-dot.active span,
#our-client .owl-theme .owl-dots .owl-dot:hover span,
.blog-details-post-wrapper .comment-area .single-comment .comment button:hover {
	background: #d73e4d;
}

.p-color-bg {
	background: #b51a64;
}

.theme-title h2:before {
	background: #b51a64;
}

#service-section .theme-title h2:before {
	background: #fff;
}

#press .theme-title h2:before {
	background: #fff;
}

#press .theme-title h2 {
	color: #fff;
	background: #b51a64;
}

.team {
	color: #b51a64;
}

.client {
	color: #b51a64;
}

.pres {
	color: #b51a64;
}

.banner .project-button,
#about-us .icon,
#about-us .single-about-content a.more,
#project-section .project-menu ul li.active,
#project-section .project-menu ul li:hover,
.page-middle-banner .opacity a,
#team-section .team-member-wrapper .single-team-member .img .opacity h4,
#pricing-section .single-price-table a,
#our-client .owl-theme .owl-dots .owl-dot.active span,
#our-client .owl-theme .owl-dots .owl-dot:hover span,
#contact-section .contact-address-content .left-side ul li .icon,
#contact-section .send-message form button,
.sidebar-tags ul li a:hover,
.blog-details-post-wrapper .post-comment form button,
.blog-details-post-wrapper .post-comment textarea:focus,
.blog-details-post-wrapper .post-comment input:focus {
	border-color: #b51a64;
	border-style: solid;
}

#service-section .single-service-content:hover {
	border-color: #fff;
}

#service-section .single-service-content:hover .icon-heading h6 a {
	color: #fff;
}

.hero-bg {
	background-image: url(../img/dotreduces.jpg);
	/*background-size: cover;*/
	background-position: bottom right;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
   padding-bottom:100px;
   /*
   height: 100vh;*/
}

.text-section {
	margin-top: 145px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: auto;
}

.text-section p {
	margin: 10px 0;
	/*margin-left: 10px;*/
	text-align: justify;
	line-height: 30px;
	font-size: 17px;
	font-weight: 400;
}

.img-section {
	margin: 112px auto;
}

.home-btn button {
	background: #b51a64;
	border: 1px solid #b51a64;
	border-radius: 25px;
	padding: 10px 40px;
	color: #fff;
	transition: 0.5s ease;
	margin-left: 10px;
}

.home-btn button:hover {
	background: #fff;
	color: #b51a64;
}

.left-img {
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 100vh;
}

#story {
	/* background-image: url(../img/bg.jpg);*/
	/*padding-bottom: 100px;*/

	/*21-10*/
 /* width: 100%;
  
  background-image: url(../img/dotreduces.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;*/
}

.story-img img {
	max-width: 80%;
	margin-top: 160px;
}

.story-head {
	color: #b51a64;
}

.text-story p {
	padding-top: 50px;
	padding-bottom: 20px;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
}

.text-story h2 {
	padding-top: 150px;
	font-family: zekton-rg;
	text-transform: uppercase;
}

.story-btn button {
	background-color: #fff;
	border: 1px solid #b51a64;
	border-radius: 25px;
	padding: 10px 30px;
	color: #b51a64;
	transition: 0.5s ease;
}

.story-btn button:hover {
	background-color: #b51a64;
	color: #fff;
}

#Corporate {
	/*padding-top: 100px;*/
	padding-bottom: 100px;
}

#Corporate p {
	color: #b51a64;
	padding-bottom: 100px;
}

.corp-head {
	position: relative;
	margin-bottom: 20px;
}

.corp-img {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 100px;
}

.corp-img h6 {
	padding-bottom: 5px;
	color: #b51a64;
}

.corp-img p {
	color: #b51a64;
	text-align: center;
}

#press {
	background-image: url(../img/bg-right.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 100vh;
}

.blog {
    background-image: url(../img/dotreduces-stories.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    /* height: 100vh; */
}
#blog-section .theme-title p {
    font-size: 17px;
    width: 75%;
    margin: 43px auto 0 auto;
}
#blog-section .single-news-item {
    margin-top: 55px;
    padding: 0 5px;
}
#blog-section .post p {
    color: #404040;
    line-height: 30px;
    font-size: 17px;
}
#blog-section .single-news-item .post h6 a {
    display: block;
    line-height: 26px;
    text-transform: none;
    color: #292929;
    margin: 40px 0 15px 0;
    font-weight: 600;
}
.blog .box {
    /* margin-top: 191px; */
    margin-bottom: 84px;
    border: 1px solid #424141;
    border-radius: 31px;
    background: #ffff;
    width: 83%;
}
.blog .box-head h4 {
    font-size: 27px;
    font-family: 'zekton-rg';
    font-weight: 600;
    margin: 20px 0;
}
.blog .box .box-para {
    color: #000;
    margin: 19px 44px 50px 44px;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
}


#corporate {
    /* padding-top: 100px; */
   /* padding-bottom: 70px;
    background-image: url(../img/dotreduces-stories.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;*/
}
#corporate .theme-title h2 {
    margin-bottom: 100px;
	color: #c90f75;
    font-weight: bolder;
    font-size: 32px;
}
#corporate .theme-title {
    margin: 95px 0 0 0;
}
#corporate .side-title {
    width: 100%;
}
#corporate .side-title h4 {
    color: #b51a64;
    font-size: 30px;
    padding: 0px 0px 40px;
    word-spacing: 4px;
    font-weight: 600;
    line-height: 40px;
    word-spacing: 9px;
}
#corporate .corp-head {
    position: relative;
    margin-bottom: 20px;
}
#corporate .corp-img {
	position: relative;
	margin-left: 0px;
}
#corporate .corp-img h4 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-top: 8px;
}
#corporate p {
    color: #000;
    /* padding-bottom: 100px; */
    line-height: 22px;
    font-size: 15px;
}
.corp-img p {
    color: #b51a64;
    text-align: left;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.corpPress {
    background: url(../img/set-icon.png) no-repeat left top;
    padding: 0px 0 20px 104px;
}
.corpCar {
    background: url(../img/select-icon.png) no-repeat left top;
    padding: 0px 0 20px 104px;
}
.corpCam {
    background: url(../img/camera-icon.png) no-repeat left top;
    padding: 0px 0 20px 104px;
}
/*** 

====================================================================
  Theme Header
====================================================================

 ***/

.theme-main-header {
	background: #5a0d32;
	/*rgba(0,0,0,0.5)*/
	;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	/*padding-top: 20px;
  border-bottom: 3px solid #b80053;*/
}

.theme-main-menu .navbar-nav>li>a {
	color: #dadad8;
	font-size: 20px;
	background: transparent;
	padding: 20px 12px;
}

.theme-main-menu .navbar-nav>li:last-child>a {
	padding-right: 0;
}

.theme-main-menu.navbar {
	border: none;
	margin: 0;
}

.theme-main-menu.navbar .nav>li ul.sub-menu {
	position: absolute;
	background: #1e1e1e;
	width: 150px;
	top: 120%;
	top: calc(100% + 60px);
	left: 0;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.15);
}

.theme-main-menu.navbar .nav>li ul li a {
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	padding: 0 0 0 15px;
	display: block;
}

.theme-main-menu.navbar .nav>li ul li:last-child a {
	border: none;
}

.theme-main-menu.navbar .nav>li:hover ul.sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.theme-main-menu .navbar-toggle {
	margin: 0;
	border-radius: 0;
	color: #fff;
	padding-right: 15px;
}

.theme-main-menu .navbar-toggle .fa {
	font-size: 18px;
	vertical-align: middle;
	margin-left: 5px;
}

.theme-main-menu .navbar-nav {
	margin: 0;
	font-family: zekton;
}

.theme-main-header li.dropdown-holder .fa {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 45px;
	color: #fff;
	font-size: 18px;
	display: none;
	cursor: pointer;
	line-height: 44px;
}


/*** 

====================================================================
  Sticky Menu
====================================================================

 ***/

@keyframes menu_sticky {
	0% {
		margin-top: -120px;
		opacity: 0;
	}
	50% {
		margin-top: -64px;
		opacity: 0;
	}
	100% {
		margin-top: 0;
		opacity: 1;
	}
}

.theme-main-header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	/*background: rgba(0, 0, 0, 0.5);*/
	margin: 0;
	animation-name: menu_sticky;
	animation-duration: 0.70s;
	animation-timing-function: ease-in-out;
}

.theme-main-header.fixed .logo {
	margin-top: -8px;
}

.lsixze {
	width: 120px;
	margin-top: -15px;
}

.logo {
  background: #fff;
  width: 250px;
  padding: 3px 50px;
  position: absolute;
  z-index: 999;
}

.logo img {
	width: 120px;
}


/*** 

====================================================================
  Theme Main Banner
====================================================================

 ***/

.rev_slider_wrapper {
	background: #000;
}

.banner h1,
.banner h6,
.banner .project-button {
	color: #fff;
}

.banner h6 {
	font-weight: 500;
}

.banner .project-button {
	width: 170px;
	line-height: 50px;
	text-align: center;
	border-width: 1px;
	text-transform: uppercase;
}


/*** 

====================================================================
  About section
====================================================================

 ***/

#about-us .single-about-content {
	text-align: center;
	margin-top: 55px;
	margin-bottom: 100px;
}

#about-us .icon {
	width: 130px;
	height: 130px;
	margin: 0 auto;
	line-height: 130px;
	border-width: 2px;
	font-size: 36px;
	color: #292929;
}

#about-us h5 a {
	color: #292929;
	margin: 35px 0 20px 0;
}

#about-us .single-about-content a.more {
	width: 130px;
	line-height: 45px;
	color: #292929;
	border-width: 1px;
	margin-top: 22px;
}

#about-us .single-about-content a.more:hover,
#about-us .single-about-content:hover .icon {
	color: #fff;
}

.box {
	margin-top: 100px;
	margin-bottom: 100px;
	border: 1px solid #b51a64;
	border-radius: 10px;
	background: #f9f9f9;
}

.box-img {
	margin: 10px 10px;
}

.box-head {
	margin: 10px 10px;
}

.box-para {
	color: #000;
	margin: 20px 80px 50px 80px;
	text-align: center;
}

.box-img img {
	width: 20%;
	height: 20%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.africa-img {
	margin-top: 100px;
	margin-bottom: 100px;
}


/**/


/*** 

====================================================================
  Service section
====================================================================

 ***/

#service-section {
  /*width: 100%;
  padding-bottom:100px;
  background-image: url(../img/dotreduces.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  */
}

#service-section .theme-title h2 {
	color: #c90f75;
	font-weight:bolder;
	font-size: 32px;
}

#service-section .theme-title p {
	color: #626262;
	font-weight:bolder;
}

#service-section .row {
	margin: 50px 0 0 0;
}

#service-section .row [class*="col-"] {
	padding-top: 25px;
}

#service-section .single-service-content {
	border: 1px solid #494949;
	text-align: center;
	margin-bottom: 10px;
	padding: 120px 5px 5px 5px;
	overflow: hidden;
	background: #b51a64;
	margin-left: 8px;
	margin-right: 8px;
	
}

#service-section .single-service-content p {
	-webkit-transition-delay: 0.3s;
	/* Safari */
	transition-delay: 0.3s;
	opacity: 0;
	-webkit-transform: translate3D(0, 200px, 0);
	-moz-transform: translate3D(0, 200px, 0);
	-ms-transform: translate3D(0, 200px, 0);
	-o-transform: translate3D(0, 200px, 0);
	transform: translate3D(0, 200px, 0);
}
#service-section .single-service-content p a{
  color:#fff;
  font-family: zekton-rg;
  text-decoration: none;
  line-height: 20px;
  
  padding: 10px 20px;
  border-radius:25px;
  border:1px solid  #fff;
}
#service-section .single-service-content p a:hover{
  color:#fff;
  font-family: zekton-rg;
  text-decoration: none;
  line-height: 20px;
  padding: 10px 20px;
  text-decoration:none;
  border:1px solid  #5a0d32;
  background:#5a0d32;
  border-radius:25px;
}

#service-section .single-service-content .icon-heading {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 120px;
}

#service-section .single-service-content .icon-heading .icon {
	font-size: 48px;
	color: #808489;
	width: 80px;
	margin: 0 auto;
	background: #232a34;
}

#service-section .single-service-content .icon-heading a {
	color: #fff;
	text-transform: capitalize;
	margin-top: 15px;
	font-size: 20px;
}

#service-section .single-service-content:hover .icon-heading {
	top: 30px;
}

#service-section .single-service-content:hover p {
	opacity: 1;
	color: #fff;
	-webkit-transform: translate3D(0, 0, 0);
	-moz-transform: translate3D(0, 0, 0);
	-ms-transform: translate3D(0, 0, 0);
	-o-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
}

#service-section .single-service-content a{
  margin: 20px 0 20px;

  color:#fff;
  
}

#service-section .single-service-content a:hover{
  margin: 20px 0 20px;
  text-decoration: none;

}

/*** 

====================================================================
  Project section
====================================================================

 ***/

#project-section .project-menu ul {
	text-align: center;
	margin-top: 34px;
	margin-bottom: 60px;
}

#project-section .project-menu ul li {
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	color: #292929;
	padding: 0 8px;
	border-width: 0;
	border-bottom-width: 1px;
	border-color: transparent;
	margin: 15px 10px 0 10px;
	padding-bottom: 10px;
}

#project-section .project-gallery .grid-item {
	width: 33.33333333333%;
	padding: 0 15px;
	margin-bottom: 32px;
	float: left;
	display: none;
}

#project-section .project-gallery .single-img {
	position: relative;
	overflow: hidden;
}

#project-section .project-gallery .single-img .opacity {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(215, 67, 77, 0.9);
	opacity: 0;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
}

#project-section .project-gallery .single-img .opacity .border-shape {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 1px solid #fff;
	text-align: center;
}

#project-section .project-gallery .single-img .opacity h6 a {
	color: #fff;
}

#project-section .project-gallery .single-img .opacity ul li {
	display: inline-block;
	color: #fff;
	margin-top: 8px;
}

#project-section .project-gallery .single-img .opacity .border-shape>div {
	display: table;
	width: 100%;
	height: 100%;
}

#project-section .project-gallery .single-img .opacity .border-shape>div>div {
	display: table-cell;
	vertical-align: middle;
}

#project-section .project-gallery .single-img .opacity h6 a {
	-webkit-transform: translate3D(0, -100px, 0);
	-moz-transform: translate3D(0, -100px, 0);
	-ms-transform: translate3D(0, -100px, 0);
	-o-transform: translate3D(0, -100px, 0);
	transform: translate3D(0, -100px, 0);
}

#project-section .project-gallery .single-img .opacity ul {
	-webkit-transform: translate3D(0, 100px, 0);
	-moz-transform: translate3D(0, 100px, 0);
	-ms-transform: translate3D(0, 100px, 0);
	-o-transform: translate3D(0, 100px, 0);
	transform: translate3D(0, 100px, 0);
}

#project-section .project-gallery .single-img .opacity ul,
#project-section .project-gallery .single-img .opacity h6 a {
	opacity: 0;
	-webkit-transition-delay: 0.3s;
	/* Safari */
	transition-delay: 0.3s;
}

#project-section .project-gallery .single-img:hover .opacity {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#project-section .project-gallery .single-img img,
#team-section .team-member-wrapper .single-team-member .img img,
#skill-section .img img,
#blog-section .single-news-item .img img {
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

#project-section .project-gallery .single-img:hover img,
#team-section .team-member-wrapper .single-team-member:hover .img img,
#skill-section:hover .img img,
#blog-section .single-news-item:hover .img img {
	-webkit-transform: scale3d(1.15, 1.15, 1);
	-moz-transform: scale3d(1.15, 1.15, 1);
	-ms-transform: scale3d(1.15, 1.15, 1);
	-o-transform: scale3d(1.15, 1.15, 1);
	transform: scale3d(1.15, 1.15, 1);
}

#project-section .project-gallery .single-img:hover .opacity ul,
#project-section .project-gallery .single-img:hover .opacity h6 a {
	opacity: 1;
	-webkit-transform: translate3D(0, 0, 0);
	-moz-transform: translate3D(0, 0, 0);
	-ms-transform: translate3D(0, 0, 0);
	-o-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
}


/*** 

====================================================================
  Page Middle Banner
====================================================================

 ***/

.page-middle-banner {
	background: url(../images/home/1.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 70px;
}

.page-middle-banner .opacity {
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	padding: 134px 0 137px 0;
}

.page-middle-banner .opacity h3 {
	color: #fff;
	margin-bottom: 25px;
}

.page-middle-banner .opacity a {
	width: 200px;
	line-height: 45px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-width: 1px;
}


/*** 

====================================================================
  Team Section
====================================================================

 ***/

#team-section .team-member-wrapper {
	margin: 60px 0 0 0;
}

#team-section .team-member-wrapper .float-left {
	width: 33.333333333%;
	padding: 0 25px;
	overflow: hidden;
	margin-bottom: 30px;
}

#team-section .team-member-wrapper .single-team-member,
#team-section .team-member-wrapper .single-team-member .img {
	overflow: hidden;
	position: relative;
	text-align: center;
}

#team-section .team-member-wrapper .single-team-member .img .opacity {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(230, 230, 230, 0.9);
	padding: 55px 0 20px 0;
	opacity: 0;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	-ms-transform-origin: 0% 0%;
	/* IE 9 */
	-webkit-transform-origin: 0% 0%;
	/* Chrome, Safari, Opera */
	transform-origin: 0% 0%;
}

#team-section .team-member-wrapper .single-team-member .img .opacity h4,
#team-section .team-member-wrapper .single-team-member .img .opacity span {
	color: #b51a64;
	text-transform: capitalize;
}

#team-section .team-member-wrapper .single-team-member .img .opacity h4 {
	line-height: 40px;
	padding: 0 18px;
	border-width: 1px;
	display: inline-block;
}

#team-section .team-member-wrapper .single-team-member .img .opacity span {
	font-weight: 700;
	font-size: 18px;
	display: block;
	margin: 22px 0 15px 0;
}

#team-section .team-member-wrapper .single-team-member .img .opacity p {
	color: #373a3f;
	padding: 0 40px;
}

#team-section .team-member-wrapper .single-team-member .img .opacity h4,
#team-section .team-member-wrapper .single-team-member .img .opacity span,
#team-section .team-member-wrapper .single-team-member .img .opacity p {
	opacity: 0;
	-webkit-transition-delay: 0.2s;
	/* Safari */
	transition-delay: 0.2s;
}

#team-section .team-member-wrapper .single-team-member:hover .img .opacity {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#team-section .team-member-wrapper .single-team-member:hover .img .opacity h4,
#team-section .team-member-wrapper .single-team-member:hover .img .opacity span,
#team-section .team-member-wrapper .single-team-member:hover .img .opacity p {
	opacity: 1;
}

#team-section .team-member-wrapper .single-team-member .member-name {
	background: #e6e6e6;
	overflow: hidden;
	position: relative;
	min-height: 70px;
}

#team-section .team-member-wrapper .single-team-member .member-name h6 {
	text-transform: capitalize;
	color: #696f78;
	margin-top: 12px;
}

#team-section .team-member-wrapper .single-team-member .member-name p {
	color: #373a3f;
	margin: 5px 0 8px 0;
}

#team-section .team-member-wrapper .single-team-member:hover .member-name h6,
#team-section .team-member-wrapper .single-team-member:hover .member-name p {
	visibility: hidden;
	-webkit-transform: translate3D(0, -100px, 0);
	-moz-transform: translate3D(0, -100px, 0);
	-ms-transform: translate3D(0, -100px, 0);
	-o-transform: translate3D(0, -100px, 0);
	transform: translate3D(0, -100px, 0);
}

#team-section .team-member-wrapper .single-team-member .member-name ul li {
	display: inline-block;
	margin-top: 13px;
}

#team-section .team-member-wrapper .single-team-member .member-name ul li a {
	width: 47px;
	line-height: 45px;
	font-size: 18px;
	margin: 0 7px;
	border: 1px solid transparent;
}

#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(1) a,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(2) a {
	color: #677fb5;
	border-color: #677fb5;
}

#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(2) a,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(3) a {
	color: #70c2e9;
	border-color: #70c2e9;
}

#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(3) a,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(4) a {
	color: #d8545d;
	border-color: #d8545d;
}

#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(4) a,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(5) a {
	color: #007ab9;
	border-color: #007ab9;
}

#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(1) a:hover,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(2) a:hover {
	background: #677fb5;
}

#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(2) a:hover,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(3) a:hover {
	background: #70c2e9;
}

#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(3) a:hover,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(4) a:hover {
	background: #d8545d;
}

#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(4) a:hover,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(5) a:hover {
	background: #007ab9;
}

#team-section .team-member-wrapper .single-team-member .member-name ul li a:hover {
	color: #fff !important;
}

#team-section .team-member-wrapper .single-team-member .member-name ul {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transform: translate3D(0, 100px, 0);
	-moz-transform: translate3D(0, 100px, 0);
	-ms-transform: translate3D(0, 100px, 0);
	-o-transform: translate3D(0, 100px, 0);
	transform: translate3D(0, 100px, 0);
}

#team-section .team-member-wrapper .single-team-member:hover .member-name ul {
	-webkit-transform: translate3D(0, 0, 0);
	-moz-transform: translate3D(0, 0, 0);
	-ms-transform: translate3D(0, 0, 0);
	-o-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
}


/*** 

====================================================================
  Skill Section
====================================================================

 ***/

#skill-section {
	background: #fff;
}

#skill-section .img {
	overflow: hidden;
}

#skill-section:hover .img img {
	opacity: 0.6;
}

.habilidades_contenedor {
	width: 100%;
	margin: 125px 0 0 0;
}

#skill-section .codeconSkillbar .codeconSkillArea {
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
	float: none;
	margin: 0;
}

#skill-section .codeconSkillbar {
	box-shadow: none;
	height: 30px;
	width: 100%;
	background: #fff;
	border-radius: 0;
	overflow: visible;
	position: relative;
	margin: 0 0 38px 0;
}

#skill-section .codeconSkillbar .skill-text {
	position: absolute;
	top: -29px;
	left: 0;
}

#skill-section .codeconSkillbar .skillBar {
	box-shadow: none;
	height: 100%;
}

#skill-section .codeconSkillbar .PercentText {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: -39px;
	left: 98%;
	padding: 0;
	float: none;
}

#skill-section .career-head h2 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.check-box {
	margin: 80px 0px;
	color: #b51a64;
	font-size: 20px;
	position: relative;
}

.carrer-para {
	position: absolute;
	top: 0;
	left: 40px;
}

.carrer-para p {
	color: #494949;
	text-align: center;
	font-size: 18px;
}


/*** 

====================================================================
  Our Client
====================================================================

 ***/

#our-client .client-slider {
	text-align: center;
	margin: 30px 0 50px 0;
}

#our-client .client-slider img {
	margin: 0 auto;
}

#our-client .client-slider p {
	font-size: 18px;
	line-height: 28px;
	color: #343434;
	width: 80%;
	margin: 33px auto 24px auto;
}

#our-client .client-slider h6 {
	text-transform: capitalize;
	margin-bottom: 45px;
}

#our-client .owl-theme .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	background: #fff;
	border: 1px solid#b51a64;
	margin: 0 5px;
}


/*** 

====================================================================
  Pricing Section
====================================================================

 ***/

#pricing-section {
	padding: 100px 0 100px 0;
	background: #f3f3f3;
	margin-top: 45px;
}

#pricing-section .single-price-table {
	display: block;
	background: #fff;
	border: 1px solid #dfdfdf;
	text-align: center;
	padding: 28px 0 22px 0;
}

#pricing-section .single-price-table p {
	margin: 4px 0 20px 0;
}

#pricing-section .single-price-table strong {
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	display: block;
	padding: 23px 0;
	margin-bottom: 30px;
}

#pricing-section .single-price-table strong span {
	font-size: 14px;
	vertical-align: middle;
}

#pricing-section .single-price-table strong.color1 {
	background: #d6973d;
}

#pricing-section .single-price-table strong.color2 {
	background: #375099;
}

#pricing-section .single-price-table strong.color3 {
	background: #179680;
}

#pricing-section .single-price-table ul li {
	line-height: 45px;
}

#pricing-section .single-price-table ul li:nth-child(odd) {
	background: #f7f8f4;
}

#pricing-section .single-price-table a {
	width: 150px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-width: 1px;
	margin-top: 22px;
}

#pricing-section .single-price-table a:hover {
	background: #fff;
}


/*** 

====================================================================
  Blog Section
====================================================================

 ***/

#blog-section .single-news-item .img {
	overflow: hidden;
	position: relative;
}

#blog-section .single-news-item {
	margin-top: 55px;
}

#blog-section .single-news-item .img a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	font-size: 28px;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
}

#blog-section .single-news-item .img a i {
	position: relative;
	top: 50%;
	display: block;
	margin-top: -14px;
}

#blog-section .single-news-item:hover .img a {
	opacity: 1;
	visibility: visible;
	border-radius: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#blog-section .single-news-item .post h6 a {
	display: block;
	line-height: 26px;
	text-transform: none;
	color: #292929;
	margin: 40px 0 15px 0;
}

#blog-section .single-news-item .post>a {
	color: #292929;
	font-size: 15px;
	margin-bottom: 18px;
}

#blog-section .single-news-item .post p a {
	color: #292929;
}

.brand {
	padding-bottom: 50px;
}

.brand h3 {
	font-size: 18px;
	text-decoration: underline;
}

.haast {
	margin-top: 50px;
}


/*** 

====================================================================
  Partner Section
====================================================================

 ***/

#partner-section {
	background: #f9f9f9;
	padding: 50px 0;
}

#partner-section .item {
	border: 1px solid #b51a64;
	height: 118px;
	padding-top: 22px;
}

#partner-section .item img {
	margin: 0 auto;
}


/*** 

====================================================================
  Contact Section
====================================================================

 ***/

#contact-section {
	width: 100%;
	padding-bottom: 30px;
	background-image: url(../img/dotreduces.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	position: relative;
}

#contact-section .theme-title h2 {
	color: #c90f75;
	font-weight: 600;
	margin-bottom: 10px;
}

#contact-section .theme-title p {
	color: #626262;
	font-weight: 600;
}

#contact-section .contact-address-content h2 {
	margin: 50px 0 35px 0;
}

#contact-section .contact-address-content .left-side ul {
	margin-top: 70px;
}

#contact-section .contact-address-content .left-side ul li {
	position: relative;
	padding-left: 85px;
	margin-bottom: 50px;
}

#contact-section .contact-address-content .left-side ul li h6 {
	font-size: 14px;
	margin-bottom: 8px;
}

#contact-section .contact-address-content .left-side ul li .icon {
	width: 60px;
	height: 60px;
	border-width: 1px;
	position: absolute;
	left: 0;
	top: -9px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 30px;
}

#contact-section .contact-address-content .left-side ul li:hover .icon {
	background: #fff;
}

#contact-section .contact-address-content #map {
	width: 100%;
}

#contact-section .contact-address-content #map img {
	width: 100%;
}

#contact-section .send-message {
	padding: 0 15px;
}

#contact-section .send-message h2 {
	margin: 50px 0 40px 0;
}

#contact-section .send-message .single-input {
	margin-bottom: 20px;
	height: 50px;
}

#contact-section .send-message .single-input input,
#contact-section .send-message form textarea {
	width: 100%;
	height: 100%;
	border: 1px solid #dfdfdf;
	padding: 0 15px;
}

#contact-section .send-message form textarea {
	height: 150px;
	max-width: 100%;
	margin-bottom: 25px;
	padding: 20px 15px;
}

#contact-section .send-message .single-input input:focus,
#contact-section .send-message form textarea:focus {
	border-color: #424040;
}

#contact-section .send-message form button {
	width: 140px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-width: 1px;
}

#contact-section .send-message form button:hover {
	background: #fff;
}

#team-section {
	/*background: #f9f9f9;*/
	width: 100%;
}
#team-section .theme-title h2 {
    margin-bottom: 30px;
    color: #c90f75;
    font-weight: bolder;
    font-size: 32px;
}

#blog-section h2 {
    margin-bottom: 20px;
    color: #c90f75;
    font-weight: bolder;
    font-size: 32px;
}

#blog-section p {
	color: #b51a64;
}

#our-client {
    /* background-image: url(../img/bg.jpg); */
    /*width: 100%;
    padding-bottom: 120px;
    background-image: url(../img/dotreduces.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 0px;
    */
}
#our-client .theme-title {
    margin: 95px 0 0 0;
}
.client .haast {
    margin-bottom: 50px;
}

.client p {
    padding: 0 10%;
    word-spacing: 4px;
	
    color: #343434;
}
#our-client .theme-title h2 {
    margin-bottom: 10px;
    color: #c90f75;
    font-weight: bolder;
    font-size: 32px;
}
#our-client .client h3, .partner-st .haast h3 {
    color: #b51a64;
    font-weight: 600;
}
#our-client .client-slider p {
    font-size: 14px;
    line-height: 24px;
    color: #343434;
    width: 80%;
    margin: 33px auto 24px auto;
    font-weight: 300;
    font-family: zekton-rg;
}
#our-client .client-slider img {
    margin: 0 auto;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-kit-border-radius: 100px;
    border: 1px solid #000;
}
.partner-st {
    width: 100%;
}
.partner-st .partst-from {
    padding: 35px 0 30px;
}
.partner-st .partst-from .form-group {
    margin-bottom: 20px;
}
.partner-st .partst-from .form-group .form-control {
    color: #cbcdce;
    padding: 20px 20px;
    border: 1px solid #ddd;
    background: #eeeeee11;
    min-height: 55px;
    border-radius: 0px;
    font-size: 15px;
    font-family: zekton-rg;
}
.partner-st .partst-from .post-btn {
    font-size: 18px;
    font-weight: 400;
    font-family: zekton;
    background: #b51a64;
    color: #ffffff;
    margin-right: 15px;
    border: 1px solid transparent;
    padding: 10px 60px;
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-kit-border-radius: 20px;
}

#skill-section {
   /* width: 100%;
    padding-bottom: 80px;
    background-image: url(../img/dotreduces.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
    padding-top:20px;*/
}
#skill-section .theme-title {
    text-align: center;
    margin: 75px 0 0 0;
}
#skill-section .theme-title h2 {
    margin-bottom: 50px;
    color: #c90f75;
    font-weight: bolder;
    font-size: 32px;
}
#skill-section .career-head h3 {
    font-size: 26px;
}
#skill-section  .check-box {
    margin: 60px 0px;
    color: #b51a64;
    font-size: 20px;
    position: relative;
}
.check-box ul {
    width: 100%;
}
.check-box ul li {
    list-style: none;
    padding: 15px 60px;
    background: url(../img/check-set.png) no-repeat 0 24px;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    color: #5e6d77;
}
#contact-section .social-m{
	width: 100%;
}
#contact-section .social-m h2{
	margin: 30px 0 10px 0 ;
}
#contact-section .social-m ul {
    width: 100%;
	display: flex;
	flex-direction: row;
  
}
#contact-section .social-m ul li {
    display: inline-block;
    margin-top: 13px;
	text-align: center;
}
#contact-section .social-m ul li a {
    width: 47px;
    line-height: 45px;
    font-size: 18px;
    margin: 0 10px;
    border: 1px solid transparent;
}
#contact-section .social-m ul li:nth-child(2) a {
    color: #fff;
    border-color: #70c2e9;
	background: #70c2e9;
}
#contact-section .social-m ul li:nth-child(2) a:hover{
    border-color: #70c2e9;
	background: #fff;
    color: #70c2e9;
}
#contact-section .social-m ul li:nth-child(3) a {
    color: #fff;
    border-color: #EE5B20;
	background: #EE5B20;
}
#contact-section .social-m ul li:nth-child(3) a:hover{
    border-color: #EE5B20;
	background: #fff;
    color: #8a3ab9;
}
#contact-section .social-m ul li:nth-child(4) a{
	border-color: #007ab9;
	background: #007ab9;
    color: #fff;
}
#contact-section .social-m ul li:nth-child(4) a:hover{
    border-color: #007ab9;
	background: #fff;
    color: #007ab9;
}
#contact-section .social-m ul li:nth-child(1) a{
	color: #fff;
	 background: #677fb5;
}

#contact-section .social-m ul li:nth-child(1) a:hover{
	color: #677fb5;
    border-color: #677fb5;
	background: #fff;  
}
/*** 

====================================================================
  Conatct Form Activation
====================================================================

 ***/

.alert-wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	z-index: 9999999;
}

#success,
#error {
	position: relative;
	width: 500px;
	height: 100px;
	top: calc(50% - 50px);
	left: calc(50% - 250px);
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
}

#success .wrapper,
#error .wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

#success .wrapper p,
#error .wrapper p {
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 1px;
}

#success {
	color: #57D1C9;
}

#error {
	color: #C9182B;
}

#error button,
#success button {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 20px;
	background: transparent;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 20px;
}

.form-validation label.error {
	display: none !important;
}

.form-validation input.error,
.form-validation textarea.error {
	border: 1px solid #f03838 !important;
}

.footer-area {
	min-height: 100%;
	background: #f9f9f9;
}

.footer-area h6 {
	color: #b51a64;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 600;
}

@media (max-width: 991px) {
	.footer-area .col-lg-3:nth-child(3) .single-footer-widget,
	.footer-area .col-lg-3:nth-child(4) .single-footer-widget {
		margin-bottom: 0;
	}
}

@media (max-width: 570px) {
	.footer-area .col-lg-3:nth-child(3) .single-footer-widget {
		margin-bottom: 40px;
	}
}

.copy-right-text i,
.copy-right-text a {
	color: #f8b600;
}

.single-footer-widget p {
	color: #b51a64;
}

.footer-top {
	padding: 40px 0px;
}

@media (max-width: 991px) {
	.footer-top {
		padding: 80px 0px;
	}
}

@media (max-width: 991px) {
	.single-footer-widget {
		margin-bottom: 40px;
	}
}

.single-footer-widget .footer-nav li {
	list-style: none;
	margin-bottom: 12px;
}

@media (max-width: 991px) {
	.single-footer-widget .footer-nav li {
		margin-bottom: 3px;
	}
}

.single-footer-widget .footer-nav li a {
	color: #b51a64;
}

.single-footer-widget .footer-nav li a:hover {
	color: #8e1a54;
}

.single-footer-widget input {
	border: 1px solid #333333;
	width: 80% !important;
	font-weight: 300;
	background: transparent;
	color: #ffffff;
	padding-left: 20px;
	border-radius: 0;
	font-size: 14px;
	border-right: 0px;
}

.single-footer-widget input:focus {
	box-shadow: none;
	color: #ffffff;
	background: #222222;
}

.single-footer-widget .info {
	position: absolute;
	margin-top: 20%;
	color: #fff;
	font-size: 12px;
	background: transparent;
}

.single-footer-widget .info.valid {
	color: green;
}

.single-footer-widget .info.error {
	color: red;
}

.single-footer-widget .click-btn {
	background: #b51a64;
	border-radius: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	padding: 6px 12px;
	border: 0;
}

.single-footer-widget .click-btn:focus {
	box-shadow: none;
}

.single-footer-widget .click-btn i {
	color: #fff;
}

.single-footer-widget ::-moz-selection {
	/* Code for Firefox */
	background-color: #191919 !important;
	color: #999999;
}

.single-footer-widget ::selection {
	background-color: #191919 !important;
	color: #999999;
}

.single-footer-widget ::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #999999;
	font-weight: 300;
}

.single-footer-widget :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
	opacity: 1;
	font-weight: 300;
}

.single-footer-widget ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
	opacity: 1;
	font-weight: 300;
}

.single-footer-widget :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999999;
	font-weight: 300;
}

.single-footer-widget ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #999999;
	font-weight: 300;
}

.footer-bottom {
	padding: 26px 0px;
	border-top: 1px solid #b51a64;
}

@media (max-width: 570px) {
	.footer-bottom {
		padding: 26px 15px;
	}
}

@media (max-width: 380px) {
	.footer-bottom {
		text-align: left !important;
	}
}

.footer-text a,
.footer-text i {
	color: #b51a64;
}

.footer-download ul li img {
	display: block;
	margin: 20px auto;
	width: 50%;
}

.footer-link ul li {
	padding: 10px 0px;
}

.footer-link i {
	color: #b51a64;
	font-size: 20px;
}

.inner-page-banner {
	background: url(../images/inner-page/1.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	margin-bottom: 100px;
}

.inner-page-banner .opacity {
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding: 146px 0 70px 0;
}

.inner-page-banner .opacity h2 {
	color: #fff;
	margin-bottom: 18px;
}

.inner-page-banner .opacity ul li {
	display: inline-block;
	margin: 0 3px;
	font-size: 18px;
	color: #fff;
}

.inner-page-banner .opacity ul li a {
	color: #fff;
}


/*** 

====================================================================
  Blog Aside bar
====================================================================

 ***/

.blog-details-page aside .sidebar-search-box {
	height: 60px;
	margin-bottom: 55px;
	position: relative;
}

.blog-details-page aside .sidebar-search-box input {
	width: 100%;
	height: 100%;
	border: 1px solid #dfdfdf;
	padding: 0 67px 0 20px;
}

.blog-details-page aside .sidebar-search-box button {
	width: 65px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 18px;
}

.blog-details-page aside .sidebar-news-list ul li a,
.blog-details-page aside .sidebar-archives ul li a {
	color: #6f6f6f;
	margin-bottom: 12px;
}

.blog-details-page aside .sidebar-news-list ul li a i,
.blog-details-page aside .sidebar-archives ul li a i {
	margin-right: 8px;
}

.blog-details-page aside .sidebar-news-list ul,
.blog-details-page aside .sidebar-archives ul {
	margin: 32px 0 40px 0;
}

#blog-calendar {
	margin: 12px 0 60px 0;
}

#blog-calendar .monthly-day,
.monthly-day-blank {
	box-shadow: none;
	text-align: center;
}

#blog-calendar .monthly-day-title-wrap {
	padding-bottom: 15px;
}

.monthly-reset {
	display: none;
}

.monthly-header-title {
	font-size: 15px;
	text-transform: capitalize;
}

.monthly-header {
	padding: 20px;
	height: 60px;
}

.monthly-day-pick>.monthly-day-number {
	font-size: 15px;
	font-weight: normal;
}

.recent-single-post .post {
	width: 81%;
	padding-left: 20px;
}

.recent-single-post .post a {
	color: #292929;
	margin-bottom: 4px;
}

.sidebar-recent-post .recent-single-post {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dfdfdf;
}

.sidebar-recent-post h6,
.sidebar-tags h6 {
	margin-bottom: 35px;
}

.sidebar-recent-post {
	margin-bottom: 40px;
}

.sidebar-recent-post .recent-single-post:last-child {
	border: none;
}

.sidebar-tags ul li {
	display: inline-block;
	margin: 0 8px 10px 0;
}

.sidebar-tags ul li a {
	color: #6f6f6f;
	line-height: 35px;
	padding: 0 12px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
}


/*** 

====================================================================
  Blog Details Post
====================================================================

 ***/

.blog-details-post-wrapper .post-heading h4 {
	margin: 53px 0 13px 0;
	text-transform: none;
}

.blog-details-post-wrapper .post-heading {
	padding-bottom: 25px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 25px;
}

.blog-details-post-wrapper>h6 {
	margin: 23px 0 28px 0;
	text-transform: none;
}

.blog-details-post-wrapper>.row {
	margin-top: 35px;
	margin-bottom: 25px;
}

.blog-details-post-wrapper>.row p {
	font-style: italic;
	color: #292929;
	padding-left: 18px;
}

.blog-details-post-wrapper>.row p i {
	color: #9d9f9f;
	margin: 0 4px;
}

.blog-details-post-wrapper>.row p i.fa-quote-left {
	margin-left: -16px;
}

.blog-details-post-wrapper .list-img-wrapper {
	margin: 34px 0 40px 0;
}

.blog-details-post-wrapper .list-img-wrapper img {
	width: 48%;
}

.blog-details-post-wrapper .list-img-wrapper ul {
	padding-left: 30px;
}

.blog-details-post-wrapper .list-img-wrapper ul li a {
	color: #292929;
	margin-bottom: 12px;
}

.blog-details-post-wrapper .list-img-wrapper ul li a i {
	margin-right: 8px;
}

.blog-details-post-wrapper .post-share-area .share li {
	display: inline-block;
	margin-top: 5px;
}

.blog-details-post-wrapper .post-share-area .share li a {
	color: #6f6f6f;
}

.blog-details-post-wrapper .post-share-area {
	padding-bottom: 30px;
	border-bottom: 1px solid #dfdfdf;
}

.blog-details-post-wrapper .post-share-area .share-icon li {
	display: inline-block;
	text-align: center;
}

.blog-details-post-wrapper .post-share-area .share-icon li a {
	width: 32px;
	line-height: 30px;
	margin: 0 5px;
	border: 1px solid transparent;
}

.blog-details-post-wrapper .post-share-area .share-icon li:first-child {
	margin-right: 15px;
}

.blog-details-post-wrapper .post-share-area .share-icon li a:hover {
	color: #fff;
}

.blog-details-post-wrapper .comment-area h4 {
	margin: 55px 0 42px 0;
	padding-bottom: 32px;
	border-bottom: 1px solid #dfdfdf;
}

.blog-details-post-wrapper .comment-area .single-comment {
	padding-bottom: 30px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 30px;
}

.blog-details-post-wrapper .comment-area .single-comment.reply-comment {
	margin-left: 100px;
}

.blog-details-post-wrapper .comment-area .single-comment img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}

.blog-details-post-wrapper .comment-area .single-comment .comment {
	width: 90%;
	width: calc(100% - 60px);
	padding-left: 30px;
}

.blog-details-post-wrapper .comment-area .single-comment .comment h6 {
	font-size: 14px;
	text-transform: none;
	margin-bottom: 5px;
}

.blog-details-post-wrapper .comment-area .single-comment .comment p {
	margin: 17px 0 22px 0;
}

.blog-details-post-wrapper .comment-area .single-comment .comment button {
	width: 70px;
	line-height: 30px;
	color: #292929;
	background: #dfdfdf;
	text-transform: uppercase;
	font-size: 13px;
}

.blog-details-post-wrapper .comment-area .single-comment .comment button:hover {
	color: #fff;
}

.blog-details-post-wrapper .post-comment h4 {
	margin: 70px 0 40px 0;
}

.blog-details-post-wrapper .post-comment span {
	text-transform: uppercase;
	display: block;
}

.blog-details-post-wrapper .post-comment input {
	width: 100%;
	height: 40px;
	border: 1px solid #dfdfdf;
	padding: 0 15px;
}

.blog-details-post-wrapper .post-comment textarea {
	width: 100%;
	max-width: 100%;
	height: 170px;
	border: 1px solid #dfdfdf;
	padding: 20px 15px;
}

.blog-details-post-wrapper .post-comment .single-input {
	margin: 10px 0 25px 0;
}

.blog-details-post-wrapper .post-comment form button {
	width: 150px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	border-width: 1px;
	border-radius: 15px;
}

.blog-details-post-wrapper .post-comment form button:hover {
	background: #fff;
}

.contact-para p {
	color: #b51a64;
	font-weight: bold;
}

h6 {
	font-size: 20px;
}

.nav-pad {
	padding: 0px 0px;
}
/*=======Partnership css=======*/
.partnership-st{
	width: 100%;
}
.partnership-st h4{
	font-family:zekton-rg;
	font-size: 24px;
	color:#b51a64;
	font-weight: 600;
}
.partnership-st p{
	padding-top: 10px;
	padding-bottom: 5px;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;

}
.partnership-st button {
	background-color: #fff;
	border: 1px solid #b51a64;
	border-radius: 25px;
	padding: 10px 60px;
	color: #b51a64;
	transition: 0.5s ease;
}
.partnership-st button:hover {
	background-color: #b51a64;
	color: #fff;
}

.partnership-st .table-bordered > thead {
	background-color: rgb(248, 248, 248);
}
.partnership-st .table-bordered > tbody > tr > td{
	padding-top: 10px;
	padding-bottom: 5px;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
}

.partnership-st  ul{
	width: 100%;
	padding: 0px 35px;
	display: block;
  }
  .partnership-st  ul li{
   list-style-type: disc;
color:#000;
   text-align: justify;
   font-size: 17px;
   line-height: 30px;
  }
  .partnership-st ul li span{
	color:#B51A64;
	font-weight: 600;
  } 
  .partnership-st  ul li a:hover{
	color:#d36499;
	font-weight: 600;
  }
  .partnership-st .form-group {
	  margin: 0 15px;
  }
/*==================*/  
/*FAQ CSS*/
.faq-section {
	/*position: relative;
	width: 100%;
	padding:0px 0px 100px;
    background-image: url(../img/dotreduces.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;*/
  }
  .faq-section .theme-title {
    text-align: center;
    margin: 95px 0 0 0;
}
.faq-section .theme-title h2 {
    color: #c90f75;
    font-weight: bolder;
	padding: 0 0 0px;
}
.faq-section .theme-title p {
	color: #626262;
    font-weight: 300;
    margin-top: 50px;
    line-height: 35px;
	font-weight:600;
}
.faq-section  p {
	font-size: 18px; 
	line-height:29px; 
	color: #757575;
	font-family: zekton-rg;
	font-weight:100;
	text-align: left;
	word-spacing: 1px;
  }
  .faq-section h1 {
	margin-top: 0px;
	font-size:24px;
	line-height:45px;
	color: #333333;
	font-family: zekton;
	padding: 15px 0px 30px;
  }
  .faq-section .bs-example{
	width: 100%; 
    padding: 35px 30px;
  }

  .faq-section .card {
	 border-radius:0px; 
	 padding-bottom: 10px;
	 box-shadow:inherit ;
	 background: #ffffff;
	border: none;
  }
  .faq-section .card .card-header {
	border-radius: 0px;
	border: none;
	box-shadow: inherit;
	padding: 0px;
	background: #fff;
  }
  .faq-section .card .card-header .btn-link, .faq-section .card .card-header .btn-link {
	font-size: 18px;
	font-family: zekton;
	color: #fff;
	font-weight: 200; 
	text-decoration: none;
	padding: 10px 30px 10px 10px;
	text-align: left; 
	 width: 100%;
	background: #b51a64;
	border-radius: 0px;
	border-left:6px solid #880551;
	outline: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
		 
  }
  .faq-section .card .card-header .collapsed{
	font-size: 18px;
	font-family: zekton;
	font-weight: 200; 
	text-decoration: none;
	text-decoration: none;
	padding: 10px 30px 10px 10px;
	text-align: left; 
	width: 100%;
	background: #efefef; 
	color:#333333;
	border-left:6px solid #c8c8c8;
	border-radius: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
		   
  }
  .faq-section .card .card-header .btn-link i { 
	 font-size:24px; 
	color: #c7cfb3;
	text-align: right;
	margin-top: 0;
  }
  .faq-section .card .card-header .btn-link div{ 
	width: 100%; 
	float:left; 
	padding:0px 3px 2px; 
	text-align: left; 
	 
  }
  .faq-section .collapse{
	padding: 0px 0px;
	border: none;
	background: inherit;
  }
  .faq-section .area-one{
	 padding: 0px 6%;
  }
  .faq-section .area-one .card {
	margin-bottom:30px;
  }
  .faq-section .card  .card-body{ 
		
	padding: 22px 20px 9px 20px;
	 box-shadow:0px 2px 1px rgba(51,51,51,0.20) ;
	 border-right: 1px solid #f4f4f4;
	 border-left: 1px solid #f4f4f4;
  }
  .faq-section .card  .card-body p {
	font-size: 18px; 
	line-height:29px; 
	color: #757575;
	font-family: open sans;
	font-weight:100;
	text-align: left;
	word-spacing: 1px;
  }
  .faq-section .card  .card-body p a{
	color:#b51a64;
  }
  .faq-section .card  .card-body p span{
	 color:#b51a64;
	 font: 600;
	 font-family: zekton;
  }
  
  .faq-section  .fa-minus-circle:before{
	color: #fff;
  }
  .faq-section .fa-plus-circle:before {
	color:#aba4a0;
  }
  .faq-section h4{
	color:#333333;
	text-align: left;
	font-family: zekton;
	font-weight:200;
	font-size:35px; 
	padding:60px 0px 40px;
  }
  
  .faq-btn{
		 padding: 0px 0px;
		 text-align: left;
		 display: flex;
		 justify-content:left;
		 margin-left: 0px;
  }
.faq-btn button {
	background-color: #fff;
	border: 2px solid #b51a64;
	border-radius: 25px;
	padding: 10px 50px;
	color: #b51a64;
	transition: 0.5s ease;
	font-family: zekton;
}
.faq-btn a{
	background-color: #fff;
	border: 2px solid #b51a64;
	border-radius: 25px;
	padding: 10px 50px;
	color: #b51a64;
	transition: 0.5s ease;
	font-family: zekton;
	
}
.faq-btn a:hover{
	background-color: #b51a64;
	color: #fff;
	font-family: zekton;
}

.faq-btn button:hover {
	background-color: #b51a64;
	color: #fff;
	font-family: zekton;
}
.mb-5{
	margin-bottom: 30px;
}

/*===blog====*/
/*--====main blog css=======---*/

.searchbar input {
	background: #ffff;
	box-shadow: 2px 2px 10px #13121252;
	height: 45px;
	padding: 10px;
	width: 100%;
	border: 0;
	border-radius: 5px;

}
.search-icon {
	height: 45px;
	width: 53px;
	background: #e57625;
	color: #fff;
	border: 0;
	position: absolute;
	right: 0;
	border-radius: 0 5px 5px 0;
}
.searchbar {
	position: relative;
}
.m-b-50{
	  margin-bottom:50px;
}
.sidebar-title {

	margin-bottom: 20px;
	color: #c90f75;
	font-family: zekton;
    font-size: 20px;
}
.sidebar-title-black {
    font-size: 20px;
	margin-bottom: 20px;
	color: #333333;
	font-family: zekton;
}
.right-s-blog h4 {
    color: #333333;
    text-align: left;
    font-family: zekton;
    font-weight: 200;
    font-size:24px;
     padding: 0px 0px 0px; 
}
.right-s-blog h4 a{
	text-decoration: none;
	color: #333333;
}
.right-s-blog h4 a:hover{
	color:#c90f75;
}
.r-s-post {
	padding-left: 20px;
}
.s-post {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;

}

.post-date {
	color: #929599;
	font-size: 14px;
	background: url(../img/blog_cal.png) no-repeat left center;
	padding-left: 22px;
	font-family: zekton-rg;

}

.s-post a{
	display: flex;
	width: 100%;  
	border:1px solid  transparent;
	padding: 5px;
}
.l-s-post {
	  width: 60px;
	  height: 60px;
}
.l-s-post img{
	  width: 100%;
}
.s-post a  .s-post-title {
	font-size: 15px;
	color:#333;
	margin-bottom: 8px;
	word-break: break-all;
	text-decoration: none;
	font-family: zekton;
}
.s-post a .p-tags {
	background: #c90f75;
	color: #fff;
	padding: 8px 15px;
	border-radius: 3px;
	display: inline-block;
	margin: 5px 5px 5px 0;
	border:1px solid #c90f75; 
}
.s-post a:hover{
	  text-decoration: none;
	  border: 1px solid #c90f75;
	  cursor: pointer;
	  -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.60);
	  -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.60);
	  box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.60);
	  padding: 5px;
  }
.s-post a:hover .s-post-title {
	text-decoration: none;
	color: #c90f75; 
}
.p-tags:hover{
	background: #fff;
	border:1px solid #e57625; 
	color: #e57625; 
	padding: 8px 15px;
	border-radius: 3px;
	display: inline-block;
	margin: 5px 5px 5px 0;
	cursor: pointer;
}
.blog-area {
	display: flex;      
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
	margin-bottom: 25px;
	border:1px solid #e4e4e4;
}
.left-s-blog {
	width: 50%;
}
.left-s-blog img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.left-s-blog {
	flex: 0 0 50%;
	position: relative;
	padding-right: 20px;
}
.b-img-overlay {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 40px;
	bottom: 20px;
}
.blog-l:hover .b-img-overlay, .blog-l .b-img-active {
	background: #e57625a1;
	cursor: pointer;
}
.blog-l .b-img-active .blog-date {
	background: #fff;
	color: #000;
}

.blog-date {
	background: rgb(0,0,0,0.5);
	display: inline-block;
	text-align: center;
	font-size:24px;
	line-height: 25px;
	font-weight: 700;
	margin: 10px;
	border-radius: 50%;
	width: 71px;
	height: 71px;
	padding-top: 9px;
	color: #fff;
}
.blog-date span{
	  font-weight: 400;
	  text-transform: uppercase;
	  font-size: 16px;
}

.blog-l:hover .blog-date {
	background: #fff;
	  color:#000;
}
.right-s-blog {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}
.blog-dsc {
	margin-bottom: 40px;
	color: #666666;
	font-size: 16px;
	padding: 0px 60px 0px 0px;
	font-weight: 400;
	line-height: 24px;
	font-family: zekton-rg;
}
.read-more {
	color: #c90f75;
}
.read-active{
	text-decoration: underline
}
.read-more:hover{
	color: #c90f75;
	text-decoration: underline;   
}

.admin-detail {
    display: flex;
    font-size: 14px;
    color: #999999;
    position: relative;
    border-top: 1px solid #e4e4e4;
    padding: 10px 0;
    margin-top: 20px;
}
.username , .comments-sc{
	flex: 0 0 100%;
}
.comments-sc{

	background:url(../img/comment_icon.png) no-repeat left center; 
	padding-left: 30px;
}
.username {
	background:url(../img/cal-icon.png) no-repeat left center; 
	padding-left:25px;
}

.pagination {
	justify-content: center;
}
.page-item {
	margin: 0 3px;
	color: #999999;
}
.page-item a{
	color: #999999;
}
.page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #c90f75;
	border-color: #c90f75;
}
.page-item a.active{
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #c90f75;
	border-color: #c90f75; 
}
.blog-paination{
	  margin-top:60px;
}
.blog-paination .page-link{
	padding: 12px 20px;
}
.blog-paination .page-item:first-child .page-link,  .blog-paination .page-item:last-child .page-link {
	border-top-left-radius: 0rem; 
	border-bottom-left-radius: 0rem;
	border-top-right-radius:0rem;
  border-bottom-right-radius:0rem;
}
.img-s-blog {
	position: relative;
}
.img-s-blog img{
	width: 100%;
}

.blogadmin-detail {
	display: flex;
	  border-top: 1px solid #eee;
}
.inner-bdetail {
	flex: 0 0 33.3%;
	color: #969696;
}
.inner-bdetail  i{
	margin-right:6px;
}
.orange-text {
	color: #b51a64; 
	font-size: 14px;
}
.blogadmin-detail {
	display: flex;
	border-top: 1px solid #eee;
	padding: 10px 20px;
}
.blog-detail {
	border: 1px solid #eee;
}
.blog-description {
	padding: 10px 20px 0;
}
.blog-title {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
	margin-top: 10px;
	color:#333333;
}
.comment-title {
	margin: 40px 0;
	font-size: 20px;
	font-weight: 600;
}
.btn-orange {
	background: #b51a64;
	color: #fff;
	padding: 10px 30px;
	border-radius: 0px;
	border:2px solid #b51a64;
}
.btn-orange:hover,.write-comment .btn.focus, .write-comment .btn:focus{
	background: #fff;
	color: #b51a64;
	padding: 10px 30px;
	border-radius: 0px;
	border:2px solid #b51a64;  
	box-shadow: inherit;
	outline: none;
}
.comment-sec {
	margin: 30px 0 0;
	border: 1px solid #eee;
	padding: 20px;
	  color:#666666;
}
.comment-padd-remove{
	  padding: 0px;
}
.comment-padd-add{
	padding: 20px;
}
.comment-border-top{
	  border-top:1px solid #eee;
}
.comment-heading{
	  color:#222222;
	  font-size: 20px;
	  padding: 15px 0px;
	  margin: 30px 0px 0px;
}
.user-comment {
	display: flex;
	margin-bottom: 20px;
}
.user-img {
	margin-right: 20px;
	margin-right: 20px;
	margin-top: 9px;
}
.date-details{
	color:#959595;
}
.user-comment-inner p {
	margin-bottom: 7px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	font-weight:300;
}
.m-t-20{
	  margin-top:20px;
}
.blog-dsc p {
	margin-bottom: 20px;
}
.form-box .form-control{
	  border:1px solid #e2e2e2;
	  font-size: 14px;
	  font-weight: 400;
	  border-radius:4px;
	  padding: 10px 15px;
	  min-height:45px;
}
.form-box .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:  #d6d4d4;
	font-weight: 400;
  }
  .form-box .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #d6d4d4;
	font-weight: 400;
  }
  .form-box .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #d6d4d4;
	font-weight: 400;
  }
  .form-box .form-control:-moz-placeholder { /* Firefox 18- */
	color: #d6d4d4;
	font-weight: 400;
  }
  .details-cal{
	background:url(../img/cal-icon.png) no-repeat left center; 
	padding: 20px 20px 20px 20px; 
	
	font-weight: bolder;
  }
  .details-chat{
	background:url(../img/detail_chat.jpg) no-repeat left center; 
	padding-left:15px; 
  }
  
.blog-sidebar {
	padding-right: 23%;
}
.left-s-blog {
	flex: 0 0 60%;
	position: relative;
	padding-right: 20px;
}
.blog-sec {
	/*padding:120px 5%;*/
	width: 100%;
}
.blog-top{
	padding-top: 120px;
}
.blog-dsc {

	padding: 0px 20px 0px 0px;

}
.body-bg{
	width: 100%;
    padding-bottom: 200px;
    background-image: url(../img/dotreduces.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
   
}
.user-comment-inner p {
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}
.blog-dsc p {
	margin-bottom: 20px;
	color: #6c6c6c;
	font-size: 16px;
    font-weight: 100;
    line-height: 30px;
}


.blog-area {
	margin-bottom:35px;

}

/*==========*/
.job-card-two {
    background: #ffffff;
	margin-bottom: 0px;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    padding: 0px 30px 20px;
}

.job-card-two .job-info {
    padding-left: 35px;
}
.job-card-two .job-info h3 {
    margin-bottom: 10px;
	font-family: zekton;
	font-size: 18px;
}
.job-card-two .job-info h3 a {
    color: #001935;
	background-color: transparent;
	border: none;
	padding:5px 20px 5px 0px;
	font-size: 22px;
}
.job-card-two .job-info h3 a:hover{
	background-color: transparent;
	border: none;
	padding:5px 20px 5px 0px;
	font-size: 22px;
}
.job-card-two .job-info ul {
    padding:10px 0 20px ;
}
.job-card-two .job-info ul li {
    display: inline-block;
    font-size: 15px;
    padding-right: 10px;
}
.job-card-two .job-info ul li i {
    top: 2px;
    position: relative;
    font-size: 15px;
	margin-right: 10px;
}
.bx {
    font-family: zekton-rg;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.job-card-two .job-info span {
    background: #b51a64;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
	margin-right: 25px;
	border: 1px solid #b51a64;
}
.job-card-two .job-info  a{
	color:#fff;
	background: #b51a64;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
    margin-right: 25px;
	border: 1px solid #b51a64;
}
.job-card-two .job-info  a:hover{
	background: #fff;
    border: 1px solid #b51a64;
    color: #b51a64;
}
.job-card-two .theme-btn .default-btn {
    margin-right: 0;
}
.theme-btn .default-btn {
    font-size: 18px;
    font-weight: 500;
    font-family:zekton;
    background: #b51a64;
    color: #ffffff;
    margin-right: 15px;
    border: 1px solid transparent;
    padding: 10px 25px;
    display: inline-block;
}
.theme-btn .default-btn:hover {
    background: #fff;
    border: 1px solid #b51a64;
	color:#b51a64;
}
.job-card-two .company-logo {
    background: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
	align-items: center;
    border-radius: 100px;
    border: 1px solid #b51a64;
}
.job-card-two .company-logo a{
	width: 100% !important;

}
.job-card-two .company-logo img{
	max-width:90%;
	border-radius: 100px;
}
.job-card-two .row{
	margin:20px 0 0 0 !important;
}
.job-post-from {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 50px;
    border-radius: 10px;
    text-transform: capitalize;
}
.job-post-from h2{
	text-align:center;
	margin-bottom: 40px;
	font-size: 35px;
	font-weight: 700;
}
.job-details-text .job-card{
	padding: 0px;
	margin-bottom:50px;
	border:0;
}
.job-details-text .details-text{
	margin-bottom: 30px;
}
.job-details-text .details-text h3{
	font-size: 24px;
	margin-bottom: 15px;
	font-family: zekton;
	color:#494949;
}
.job-details-text .job-card .company-logo{
	width: 100px;
	height: 100px; 
	background:#ddd;
}
.job-details-text .job-card .company-logo img{
	width: 100px;
	height: 100px;
}
.job-details-text .job-card .job-info h3{
	font-size: 18px;
	font-family: zekton;
	margin-bottom: 10px;
	color:#001935;
}
.job-details-text .details-text p{
	font-family: zekton-rg;
	font-size: 16px;
	line-height: 30px;
}
.job-details-text .job-card .job-info ul,.job-details-text .details-text ul{
	margin-bottom: 6px;
	padding: 0;
}
.details-text ul li{
	display: inline-block;
	padding-right:18px;
	font-size: 16px;
	padding-right: 10px;
	font-weight: 500;
	font-family: zekton-rg;
	line-height: 30px;
}
.job-details-text .details-text ul
.job-details-text .job-card .job-info ul li{
	display: inline-block;
	padding-right:18px;
	font-size: 16px;
	padding-right: 10px;
	font-weight: 500;
	font-family: zekton-rg;
	line-height: 30px;
}
.job-details-text .job-card .job-info ul li{
	display: inline-block;
    font-size: 18px;
    padding-right: 10px;
    font-weight: 500;
}
.att-file{
	display: flex;
    align-items: center;
}
.center-row{
	display: flex;
    flex-direction: row;
    justify-content: center;
}
.att-file i{
	top:0px !important;
	margin-right: 12px;
}
.att-file .input-group-text {
	font-size: 15px;
}
.att-file .input-group-append {
	
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 20px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	min-height: 40px;
	margin-left: -2px;
}
.blog-details-area{
		position: relative;
		width: 100%;
		padding:0px 0px 200px;
		background-image: url(../img/dotreduces.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		position: relative;
}
.blog-details-area .theme-title h2 {
    color: #c90f75;
    font-weight: bolder;
    padding: 0 0 0px;
	margin-bottom: 50px;
}
.blog-details-area .theme-title p {
    font-size: 17px;
    width: 75%;
    margin: 20px auto 0 auto;
	color: #626262;
    font-weight: bolder;
	margin-bottom: 50px;
}
.blog-dedails-text .blog-details-img {
    margin-bottom: 20px;
	width: 100%;
}
.img-100{
	width: 100%;
}
.blog-dedails-text .blog-meta ul {
    padding-left: 0;
    margin-bottom: 10px;
}
.blog-dedails-text .blog-meta ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
}
.blog-dedails-text .blog-meta ul li i {
    margin-right: 2px;
}
.blog-dedails-text .post-title {
    font-size: 24px;
	margin-top: 20px;
    margin-bottom: 15px;
		font-family: zekton;
		color:#333333;

}
.blog-dedails-text p {
    margin-bottom: 15px;
	padding-top: 10px;
    padding-bottom: 5px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
	margin-top: 15px;
}
.blog-dedails-text .details-inner-img {
    margin-bottom: 25px;
    margin-top: 15px;
	width: 100%;
}
.blog-dedails-text .details-inner-img img{
	width: 100%;
}
.blog-dedails-text {
	width: 100%;
}
img{
	max-width: 100%;
}

.job-details-text .job-card .job-info span{
	color:#c90f75;
	font-weight: 500;
	font-size: 16px;
	padding: 10px 0;
}
.job-details-text .job-card .job-info ul li i{
	font-size: 15px;
	margin-right: 10px;
	position: relative;
	top:2px;
	
}
.job-details-text .job-card .job-info span i{
	display: inline-block;
	position: relative;
	top:4px;
	font-size: 20px;
}
.job-details .theme-title{
	margin: 95px 0 35px 0;
}
.job-details .theme-title h2{
	color:#c90f75;
	font-weight: bolder;
	font-family: zekton-rg;
	font-size: 30px;
	padding: 0px 0;
	margin: 50px 0 100px;
}
.job-details{
	
	padding-bottom: 200px;
	background-image: url(../img/dotreduces.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	position: relative;
}
.job-post-from{
	-webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    padding: 50px;
    border-radius: 10px;
    text-transform: capitalize;
}
.job-post-from h2{
	text-align: center;
    margin-bottom: 40px;
    font-size: 35px;
    font-weight: 700;
}
.job-post-from .form-group{
	margin-bottom: 20px;
}
.job-post-from .form-group label{
		font-size: 16px;
		font-weight: 500;
		color: #001935;
}
.job-post-from .form-group .form-control {
    padding: 10px 20px;
    border: 1px solid #ddd;
	min-height: 40px;
}
.job-post-from .form-group .nice-select {
    width: 100%;

    font-size: 16px;
    line-height:25px;
}
.job-post-from .form-group .nice-select .list {
    width: 100%;
}
.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
    background-color: #f6f6f6;
}
.post-btn{
		font-size: 18px;
		font-weight: 400;
		font-family: zekton;
		background: #b51a64;
		color: #ffffff;
		margin-right: 15px;
		border: 1px solid transparent;
		padding: 10px 60px;
		display: inline-block;
}

.ourteam-section {
    position: relative;
    width: 100%;
    padding: 100px 0px 200px;
    background-image: url(../img/dotreduces.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
}
.ourteam-section .section-title {
	width: 100%;
	padding: 20px 0 20px 0;
}
.ourteam-section .section-title h1 {
    margin-top: 0px;
    font-size: 32px;
    line-height: 45px;
    color: #b51a64;
    font-family: zekton-rg;
    padding: 15px 0px 10px;
	font-weight: 600;
}
.ourteam-section p {
    font-size: 17px;
    line-height: 35px;
    color: #757575;
    font-family: zekton-rg;
    font-weight: 100;
    text-align: left;
    word-spacing: 1px;
}
.ourteam-section h4{   
	 margin-top: 0px;
    font-size: 30px;
    line-height: 45px;
    color: #333333;
	font-family: zekton-rg;
	font-weight: bold;
    padding: 15px 0px 10px;
}
.ourteam-img{
	width: 100%;
	
}
.ourteam-img img{
	width: 100%;
}
.ourteam-card {
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    margin-bottom: 30px;
	margin-top: 25px;

}

.ourteam-card .ourteam-img img{
	width:100%;
	padding-top: 0px !important;
}
.ourteam-card .ourteam-text {
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px dashed #ddd;
    margin-top: -45px;
    z-index: 1;
    background: #fff;
    position: relative;
}
.ourteam-card .ourteam-text h3 {
    margin-bottom: 5px;
	font-family: zekton;
	font-size: 22px;
}
.ourteam-card .ourteam-text h3 a{
	color:#333333;
}
.ourteam-card .ourteam-text ul {
    padding-left: 0;
    margin-bottom: 0;
}
.ourteam-card .ourteam-text ul li {
    list-style: none;
    font-size: 16px;
}
.ourteam-card .ourteam-social {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ourteam-card .ourteam-social a i {
    border: 1px solid #001935;
    color: #001935;
    width: 35px;
    height: 35px;
    line-height:35px;
    -webkit-transition: .5s;
    transition: .5s;
	margin: 0 5px;
	font-size: 20px;
}
.ourteam-card .ourteam-social a i:hover {
    background: #b51a64 ;
    color: #fff;
	border: 1px solid #b51a64;
}
.team-top{
	padding-top: 50px;
}
.candidate-details{
	width: 100%;
	padding: 130px 0 0;
}

.candidate-profile {
    text-align: center;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    border-radius: 20px;
    padding: 20px;
}
.candidate-profile img {
    border-radius: 100px;
    margin-bottom: 20px;
	width: 150px;
}
.candidate-profile h3 {
    margin-bottom: 5px;
    font-size: 24px;
    font-family: zekton;
}
.candidate-profile p {
    font-size: 15px;
}
.candidate-profile ul {
    padding-left: 0;
    margin-bottom: 25px;
}
.candidate-profile ul li {
    list-style: none;
	padding: 10px 0;
}
.candidate-profile ul li a {
    color: #707070;
    font-size: 17px;
}
.candidate-profile ul li a:hover{
	color:#b51a64;
}
.candidate-profile .candidate-social a {
    color: #707070;
}

.candidate-profile .candidate-social a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    -webkit-transition: .5s;
	border: 1px solid #707070;
    transition: .5s;
}
.candidate-profile .candidate-social a:hover i{
	background: #b51a64;
    color: #fff;
    border: 1px solid #b51a64;
}
.candidate-info-text {
    margin-bottom: 25px;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    padding: 20px 30px;
    border-radius: 10px;
}
.candidate-info-text h3 {
    margin-bottom: 15px;
    font-size: 24px;
	font-family: zekton;
	color:#494949;
}
.candidate-info-text p {
    margin-bottom: 0;
	font-family: zekton-rg;
	font-size: 17px;
	line-height: 35px;
}
.corporat-off{
	width: 100%;
	-webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    padding:20px;
    border-radius: 10px;
    text-transform: capitalize;
	min-height:200px;
}
.corporat-off ul {
    margin:70px 0;
	display: flex;
	justify-content: center;
}
.corporat-off ul li {
    position: relative;
    padding-left: 85px;
    margin-bottom: 50px;
	margin: 0 20px;
}
.corporat-off ul li .icon {
    width: 60px;
    height: 60px;
    border-width: 1px;
    position: absolute;
    left: 0;
    top: -9px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
}
.corporat-off ul li h6 {
    font-size:22px;
    margin-bottom: 8px;
}

/**==========**/
.feature-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	z-index: 1;
	position: relative;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	margin-top: 25px;
  }
  .feature-box * {
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
  }
  .rounded-circle {
	border-radius: 50%!important;
  }
  .feature-box .feature-box-content {
	max-width: 100%;
	margin-top: 20px;
  }
  .margin-5px-bottom {
	margin-bottom: 5px;
  }
  .font-weight-500 {
	font-weight: 500!important;
  }
  .btn-link.text-dark-purple, .text-dark-purple, a.text-dark-purple-hover:hover {
	color: #c90f75;
    font-weight: bolder;
    font-size: 24px;
  }.btn-link.text-dark-purple, .text-dark-purple, a.text-dark-purple-hover:hover {
	color: #c90f75;
    font-weight: bolder;
    font-size: 20px;

  }
  .border-color-medium-gray {
	border-color: #e4e4e4!important;
  }
  .border-dashed {
    border-style: dashed!important;
}
.border-color-medium-gray {
    border-color: #e4e4e4!important;
}
.border-width-1px {
    border-width: 3px!important;
}

  .padding-10px-all {
	padding: 10px;
  }
  .last-paragraph-no-margin p:last-of-type {
	margin-bottom: 0;
	margin-top: 2px;
  }
  .margin-30px-bottom {
    margin-bottom: 30px;
}
.h-200px {
    height: 195px;
}
.w-200px {
    width: 200px;
}
.alt-font {
    font-family: Poppins,sans-serif;
}
.mb-2{
	margin-bottom: 2px;
}
.mt-4{
	margin-top: 15px;
}
.d-flex{
	display: flex;	
}
.flex-row{
	flex-direction: row;
}
.justify-content-center{
	justify-content: center;
}
#skill-section .theme-titles {
    text-align: center;
    margin: 0px 0 0 0;
}
#skill-section .theme-titles h2 {
	margin-bottom: 25px;
    color: #c90f75;
    font-weight: bolder;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.skill-top{
 margin-top:42px;
 width: 97%;
}
#skill-section .theme-titles h2 div{
	text-align: right;
	color:#000;
	font-size:14px;
}
#skill-section .theme-titles h2 div > .bages{
	color: #c90f75 !important;
}

#skill-section .single-input input, #skill-section .send-message form textarea {
    width: 100%;
    height: 100%;
    border: 1px solid #dfdfdf;
    padding: 0 15px;
}
#skill-section  .single-input {
    margin-bottom: 20px;
    height: 50px;
}
#skill-section form button {
	background-color: #fff;
    border: 1px solid #b51a64;
    border-radius: 25px;
    padding: 10px 30px;
    color: #b51a64;
	text-decoration: none;
    transition: 0.5s ease;
	
}
#skill-section form button:focus,#skill-section form button:hover{
    background-color: #b51a64;
    color: #fff;
}
#skill-section form textarea {
    height: 150px;
    max-width: 100%;
    margin-bottom: 25px;
    padding: 20px 15px;
}
#skill-section .para-f{
	color: #c90f75 ;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 25px;
}
#skill-section .form-validation{
	background:#f9f9f9;
    padding: 25px 25px 10px;
	box-shadow: 1px 4px 15px 4px rgb(206 206 206 / 46%);
}

.inputDnD .form-control-file {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 4em;
  outline: none;
  visibility: hidden;
  cursor: pointer;
  background-color: #c61c23;
  box-shadow: 0 0 5px solid currentColor;
}
.inputDnD .form-control-file:before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 4em;
  line-height: 0em;
  padding-top: 1.8em;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 0.20em dashed currentColor;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: visible;
}
.inputDnD .form-control-file:hover:before {
  border-style: solid;
  box-shadow: inset 0px 0px 0px 0.25em currentColor;
}
#home{
	/*background-image: url(../img/dotreduces.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;*/
}
.feature-box-icon img{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
  .feature-box:hover > .feature-box-icon img {
	transform: scale(1.1) rotate(0.5deg);
	cursor: pointer;
  }
  .feature-box-icon :after, .feature-box-icon:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 1;
    content: "";
    transition: opacity .65s cubic-bezier(.05,.2,.1,1);
    cursor: pointer;
  }

  .bottom-margin-10 {
    margin-bottom: 10px;
}
.top-margin-10 {
    margin-top: 10px;
}
body .opacity img {
    padding-bottom: 10px;
}
#news-section {
    /* background: #f9f9f9; */
    width: 100%;
}
#news-section .theme-title {
    margin: 95px 0 30px 0;
    color: #c90f75;
    font-weight: bolder;
    font-size: 32px;
	text-align: center;
} 
#news-section .team p {
	line-height: 22px;
    font-size: 15px;
	text-align: center;
	color: #c90f75;
	font-weight: 500;
}

#news-section h4 {
    font-size: 20px;
	font-weight: bolder;
    line-height: 1.7;
    text-transform: capitalize;


}
#news-section h4 a{
	color: #b51a64;
    font-weight: bolder;
    padding: 20px 0px 0px;
}
#news-section p {
	margin: 0 0 30px;
    font-size: 16px;
    color: #000;
    line-height: 26px;
}
#news-section .btn-link ,#news-section .btn-link:hover{
	border-color: transparent;
	background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #c90f75;
    font-size: 15px;
	padding: 10px 0px;
	font-weight: bolder;
}
#news-section .btn-link:hover{
	text-decoration: underline;
}
.pt-top{
		margin-top: 70px;
}

.meta .time {
	color: #000;
    padding: 7px 30px;
    background-image: url(../img/clock.png);
    background-position: 2px 11px;
    background-repeat: no-repeat;
    font-size: 18px;
    vertical-align: top;
    line-height: 7px;
	margin: 12px 0px;
}
	.box-shadow-w {
	    box-shadow:1px 2px 5px 0px rgb(0 0 0 / 24%);
    width: 100%;
    padding: 16px;
	}

.news-img{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #0c0c0c34 ;
}
.news-img figure{
	position: relative;
}
.news-img figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);

}
.news-img figure:hover img {
	opacity: .5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.story-a{
	background-color: #fff;
    border: 1px solid #b51a64;
    border-radius: 25px;
    padding: 10px 30px;
    color: #b51a64;
	text-decoration: none;
    transition: 0.5s ease;
	font-size: 15px;
	font-weight: bold;
}
.story-a:hover{background-color: #b51a64;
	text-decoration: none;
color: #fff;
font-size: 15px;
font-weight: bold;
}


.news-img figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.news-img figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/*======*/
.rectangale-box{
	width: 100%;
	position: relative;
	display: flex;
     flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 padding: 40px;

}
.rectangale-box > .circel-box{
	width: 450px;
	height:450px;
	border: 2px solid #403d50;
	border-radius: 100%;
	-webkit-border-radius:100%;
	-moz-kit-border-radius:100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.rectangale-box > .circel-box > .circel-box-two{
	width: 320px;
	height:320px;
	border: 1px solid rgb(170, 170, 170);
	border-radius: 100%;
	-webkit-border-radius:100%;
	-moz-kit-border-radius:100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.rectangale-box > .circel-box > .circel-box-two > .circel-box-three{
	width: 160px;
    height: 160px;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-kit-border-radius: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rectangale-box > .circel-box > .circel-box-two > .circel-box-three > .circel-box-four{
	width: 70px;
	height: 70px;
	border: 1px solid #4d4c54;
	border-radius: 100%;
	-webkit-border-radius:100%;
	-moz-kit-border-radius:100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.rectangale-box > .circel-box > .circel-box-two > .circel-box-three > .circel-box-four > .circel-box-five{
	width: 35px;
	height: 35px;
	background-color: #a11341;
	border-radius: 100%;
	-webkit-border-radius:100%;
	-moz-kit-border-radius:100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.rectangale-box > .circel-box > .circel-box-two > .circel-box-three > .circel-box-four > .circel-box-five> .circel-box-six{
	width:15px;
	height: 15px;
	background-color: #342a43;
	border-radius: 100%;
	-webkit-border-radius:100%;
	-moz-kit-border-radius:100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/*outer shape */

.rect-shape-one{
	width: 50%;
	position: absolute;
	z-index: 99;
	top:22%;
	height: 77px;
	left: 0;

}
.rect-shape-one > .shape-60{
	width: 50px;
    height: 50px;
    border: 1px solid #302f35;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-kit-border-radius: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rect-shape-one > .shape-60 > .shape-15{
	border-radius: 100%;
	-webkit-border-radius:100%;
	-moz-kit-border-radius:100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #a11341;	
	width: 20px;
	height: 20px;
}
.rect-shape-one ::after {
    content: " ";
    width: 285px;
    height: 2px;
    background-color: #302f35;
    /* display: block; */
    position: absolute;
    left: 49px;
  }
  .rect-shape-one > .shape-60 ::after{
	content: " ";
    width: 2px;
    height: 118px;
    background-color: #302f35;
    /* display: block; */
    position: absolute;
    left: 319px;
    top: 9px;
  }

  /*============*/
  
.rect-shape-two{
	width: 50%;
	position: absolute;
	z-index: 99;
    bottom: 10%;
    height: 77px;
    left: 0;

}
.rect-shape-two > .shape-60{
	width: 50px;
	height: 50px;
	border: 1px solid #302f35;
	border-radius: 100%;
	-webkit-border-radius:100%;
	-moz-kit-border-radius:100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}
.rect-shape-two > .shape-60 > .shape-15{
	border-radius: 100%;
	-webkit-border-radius:100%;
	-moz-kit-border-radius:100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #a11341;	
	width: 20px;
	height: 20px;
}
.rect-shape-two ::after {
    content: " ";
	width: 209px;
    height: 2px;
    background-color: #302f35;
    /* display: block; */
    position: absolute;
    left: 49px;
  }
  .rect-shape-two > .shape-60 ::after{
    content: " ";
    width: 2px;
    height: 95px;
    background-color: #302f35;
    /* display: block; */
    position: absolute;
    left: 244px;
    bottom: 9px;
  }


  /*============*/
  
.rect-shape-three{
	width: 50%;
	position: absolute;
	z-index: 99;
    top: 39%;
    height: 77px;
    right: 0;

}
.rect-shape-three > .circel-box-dark {
	width: 35px;
    height: 35px;
    background-color: #a11341;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-kit-border-radius: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 9999;
    top: 79px;
	    left: 137px;
}
.rect-shape-three > .circel-box-dark > .circel-box-dark-bl {width: 15px;
		height: 15px;
		background-color: #342a43;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-kit-border-radius: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center
	}
.rect-shape-three > .shape-60{
	width: 50px;
    height: 50px;
    border: 1px solid #302f35;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-kit-border-radius: 100%;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    float: right;

}
.rect-shape-three > .shape-60 > .shape-15{
	border-radius: 100%;
	-webkit-border-radius:100%;
	-moz-kit-border-radius:100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #a11341;	
	width: 20px;
	height: 20px;
}
.rect-shape-three > .shape-60 ::before  {
    content: " ";
    width: 134px;
    height: 2px;
    background-color: #302f35;
    /* display: block; */
    position: absolute;
    right: 33px;
  }

  .rect-shape-three > .circel-box-dark ::before   {
	content: " ";
    width: 2px;
    height: 80px;
    background-color: #302f35;
    /* display: block; */
    position: absolute;
    right: 7px;
    bottom: 0px;
  }
/*
.modal-open .modal.modal-center {
    display: flex !important;
    align-items: center !important;
}
.modal-dialog {
	flex-grow: 1;
}*/
.modal-header{
	background-color: #b51a64;
	padding:10px 15px;
}
.modal-title{
	color:#fff;
	font-weight: 600;
	font-size: 24px;
	width: 95%;
}
.modal-body {
	margin: 10px 0;
    padding: 10px 20px;
    
    line-height: 30px;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
}
.modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 09;
    font-size: 32px;

 }
 
#news-section.post{
    
    width: 65em;
    padding-left: 215px;
    padding-right: 215px;
   
}
#news-section.new-margin
{
	padding-top: 0px;
}
#news-section a:hover {

 color: #b51a64;

}
#new-section i
{
 padding-left:100px;
}
 #model.modal-dialog{
    position: absolute !important;
}
.community-logo
{
 
 padding-right: 30px;

}
.community-logo img
{
	margin-left: 10px;
}
.news-post
{
	padding-left: 189px;
	padding-right: 189px;
}
#news-section span
{
	margin-left: 190px;
	
	font-size:17px;
}
.box1 {

    border: 1px solid #e2e2e2;
    
    box-shadow: 10px 2px 15px rgb(0 0 0 / 10%);
   
    }

/*.animation_intergration 
{
animation: pulse 2s infinite, magnified 2s 1;
}
*/
.news-button 
{
	margin-top: 10%;
}
.pulsating-circle{
  position: absolute;
  left: 82%;
  top: 35%;
  /* padding:60% 10%; */
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}



.pulsating-circle:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #01a4e9;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: lightgoldenrodyellow;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* Animation for merchant */
.pulsating-circle1 {
  position: absolute;
  left: 8%;
  top: 26%;
  /* padding:60% 10%; */
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}



.pulsating-circle1:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #01a4e9;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle1:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: lightgoldenrodyellow;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/* animation for integration*/
.pulsating-circle2{
  position: absolute;
  left: 13%;
  top: 74%;
  /* padding:60% 10%; */
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}



.pulsating-circle2:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #01a4e9;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: lightgoldenrodyellow;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.footer_back {
	/* background-image: url(../img/bg.jpg);*/
  /*width: 100%;
  /*padding-bottom: 100px;*/

  background-position: bottom right;
  background-image: url(../img/dotreduces.jpg);

  background-repeat: no-repeat;
  position: relative;
  /*height: 100vh;*/
}
#footer-section .social-m ul li:nth-child(1) a{
	color: #fff;
	 background: #677fb5;
}
/*#footer-section .social-m ul li a {
    width: 47px;
    line-height: 45px;
    font-size: 18px;
    margin: 0 10px;
    border: 1px solid transparent;
}

#footer-section .social-m ul li:nth-child(1) a:hover{
	color: #677fb5;
    border-color: #677fb5;
	background: #fff;  
}
#footer-section .social-m ul li a {
    width: 47px;
    line-height: 45px;
    font-size: 18px;
    margin: 0 10px;
    border: 1px solid transparent;
}*/