/* =====================================
Template Name: Rimon
Author Name: Shakil Hossain
Author URL: http://codeglim.com
Description: Rimon s a Personal And Portfolio Parallax Template. It's perfect on any personal and portfolio purpose. you can easily customize/Edit and change it. thank you for purchasing our template
Version: 1.1
========================================*/   
/*============================
 Table of Content
===============================
* Reset CSS
* Header Style
	+ logo
	+ Mobile Menu
	+ Side Menu
* Personal Style
	+ Animate Style
	+ Particle Style
	+ Youtube Background 
	+ Without Color
* About Me Style
* service Style
* Project Style
	+ Project Single
* CountDown Style
* Timeline Style
* Testimonial Style
* Contact Style
* Google Map
* Brand Style
* Footer Style
	+ Footer Top
	+ Copyright
===============================*/

/*=============================
	Header Style
===============================*/
.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header.normal {
	background: #000;
	padding: 6px 0;
	position: relative;
}
.header.normal.sticky{
	position:relative;
}
.header.personal .side-menu .nav {
	padding: 28px 0;
	
}
.header.sticky {
	position: fixed;
	width: 100%;
	background:#333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
}
/*----- Logo -----*/
.header .logo {
	padding-top: 14px;
}
.header .logo a {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
}
.header .logo img {
	display:block;
	margin-left: 0;
	margin-top: -4px;
	float: left;
	padding-right:10px;
}
/*----- Main Menu  -----*/
.header  .mobile-menu{
	display:none;
}
.header .main-menu {
	position:relative;
}
.header .navbar {
	float: right;
}
.header .nav li {
	margin-right: 22px;
	position: relative;
}
.header .nav li a {
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	margin: 0 10px;
	padding: 15px 0;
	position: relative;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	background: transparent;
}
.header .nav li:hover a{
	color:#444;
}
.header .nav li:last-child,
.header .nav li:last-child a{
	padding-right:0px;
	margin-right:0px;
}
.header .nav li a::before{
	position: absolute;
	bottom: 0;
	left: 50%;
	right:50%;
	content: "";
	opacity:0;
	height: 3px;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li:hover a::before,
.header .nav li.current a::before{
	left: 0%;
	right:0%;
	opacity:1;
}
/*----- Side Menu -----*/
.header .bar-icon {
	float: right;
	padding-top: 13px;
}
.header .bar-icon li a {
	font-size: 16px;
}
.header .side-menu {
	position: fixed;
	left: 0;
	height: 100%;
	width: 200px;
	z-index: 6;
	top: 0;
	background:rgba(2, 2, 2, 0.93);
	visibility: hidden;
	transform: translateX(-100%);
	transition: all 0.4s ease;
}
.header .side-menu.active {
	visibility: visible;
	transform: translateX(0);
}
.header .side-menu .nav {
	padding: 90px 0;
}
.header .side-menu .nav li{
	float:none;
	width:100%;
}
.header .side-menu .nav li a{
	color:#fff;
}
.header .side-menu .nav li a:hover{
	color:#353535;
}
.header .side-menu .nav li.remove a {
	padding: 0px;
	font-size: 17px;
	cursor: pointer;
}
.header .side-menu .nav li.remove a:before{
	display:none;
}
/*Bread crumbs*/
.breadcrumbs {
	text-align: left;
	padding: 36px 0;
	background: url('img/bread-bg.jpg');
	position: relative;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.breadcrumbs::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}
.breadcrumbs h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	float: left;
}
.breadcrumbs h2:before{
	position:absolute;
	left:0;
	bottom:-2px;
	content:"";
	width:20%;
	height:4px;
}
.breadcrumbs h2:after{
	position:absolute;
	left:5%;
	bottom:-12px;
	content:"";
	width:25%;
	height:4px;
}
.breadcrumbs ul {
	float: right;
	margin-top: 10px;
}
.breadcrumbs ul li{
	display:inline-block;
}
.breadcrumbs ul li a {
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 400;
}
.breadcrumbs li + li::before {
	color: #b9b9b9;
	content: "/ ";
	padding: 0px;
}
.breadcrumbs ul li.active a {
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}
/*===============================
	End Header Style
===============================*/

/*=============================
	Personal Style
===============================*/
.cogetrix-personal {
	background-image: url('img/cogetrix-design.jpg');
	background-size: cover;
	height: 100%;
	width: 100%;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.cogetrix-personal::before {
	background: rgba(0, 0, 0, 0.65);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.cogetrix-personal .personal-content {
	text-align: left;
}
.cogetrix-personal .personal-text {
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	text-align: left;
}
.cogetrix-personal .personal-text h2 {
	margin-bottom: 20px;
	text-transform: capitalize;
	font-size: 60px;
	color: #fff;
	font-weight: 700;
}
.cogetrix-personal .personal-text p {
	color: #fff;
	margin-bottom: 20px;
	font-size: 15px;
	font-style: italic;
}
.cogetrix-personal .personal-text p span{
	margin-left:5px;
	font-weight:700;
}
.cogetrix-personal .personal-text .info {
	margin-bottom: 20px;
}
.cogetrix-personal .personal-text .info li {
	display: inline-block;
	margin-right: 40px;
	font-size: 27px;
	color: #fff;
	position: relative;
	font-weight: 500;
}
.cogetrix-personal .personal-text .info li:last-child{
	margin-right:0px;
}
.cogetrix-personal .personal-text .info li::before {
	position: absolute;
	left: -25px;
	top: 10px;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 100%;
	animation: plink 1s infinite linear;
}
@-webkit-keyframes plink {
	0% {opacity: 0;}
	30% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes plink {
	0% {opacity: 0;}
	30% {opacity: 1;}
	100% {opacity: 0;}
}
.cogetrix-personal .personal-text .info li:first-child::before{
	display:none;
}
.cogetrix-personal .personal-text .btn {
	padding: 14px 40px;
	text-transform: capitalize;
	color: #fff;
	border-radius: 30px;
	background: #fff;
	border: transparent;
	font-size: 15px;
	margin-right: 15px;
	border-radius: 5px;
	color: #333;
}
.cogetrix-personal .personal-text .button .btn:hover{
	color:#fff;
	-webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cogetrix-personal .personal-text .button .btn.primary{
	color:#fff;
}
.cogetrix-personal .personal-text .button .btn.primary:hover{
	background:#fff;
	color:#333;
}
.cogetrix-personal .personal-text .button .btn i{
	margin-right:5px;
}

.project .project-hover .button .btn {
	padding: 15px 20px;
	text-transform: none;
	color: #fff;
	background: #F2784B;
	border: transparent;
	font-size: 15px;
	border-radius: 5px;
	line-height:18px;
}

.project .project-hover .button .btn:hover{
	color:#fff;
	-webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.cogetrix-personal .scroll-down {
    position: absolute;
    bottom: 15px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cogetrix-personal .scroll-down .mouse-icon {
    width: 34px;
    border: 1px solid #fff;
    height: 50px;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: 0 auto 15px;
    position: relative;
    border-radius: 30px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.cogetrix-personal .scroll-down .mouse-icon:hover {
	border-color:transparent;
}
.cogetrix-personal .scroll-down .icon-scroll {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 12px;
    border-radius: 8px;
    -webkit-animation: scroll 1.5s infinite ease;
    -moz-animation: scroll 1.5s infinite ease;
    -o-animation: scroll 1.5s infinite ease;
    animation: scroll 1.5s infinite ease;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@-moz-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@-o-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}
/* Personal Particle*/
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
}
/* Youtube Video Background */
#personal-area.video_player{
	background:transparent;
	position: relative;
	height: 100%;
	background-size: cover;
	z-index: 1;
	background-position: center center;
}
.player-main{
	z-index:6;
}
#personal-area.cogetrix-personal.video_player::before {
	z-index: 5;
}
#personal-area .mbYTP_wrapper {
	z-index: 4;
}
#personal-area .table{
	z-index:6;
}
/* Without Color */
.header.without-color .nav li a:before{
	background:#fff;
}
.header.without-color .nav li:hover a{
	opacity:0.5;
	color:#fff;
}
.header.without-color .bar-icon li a{
	color:#fff;
}
.header.without-color .side-menu .nav li:hover a{
	color:#fff
}
.cogetrix-personal.without-color .personal-text {
	text-align: center;
	display: block;
}

.cogetrix-personal.without-color .personal-text h2,
.cogetrix-personal.without-color .personal-text .info{
	margin-bottom:30px;
}
.cogetrix-personal.without-color .personal-text .info li::before{
	background:#fff;
}
.cogetrix-personal.without-color .social{}
.cogetrix-personal.without-color .social li {
	display: inline-block;
	margin-right: 20px;
}
.cogetrix-personal.without-color .social li a {
	color: #fff;
	font-size: 20px;
}
.cogetrix-personal.without-color .social li a:hover{
	opacity:0.5;
}
.without-color .cogetrix-personal .social li a i{}
.without-color .section-title h2::before{
	background:#333;
}

.about-me.without-color  .progress-bar .prog-bg{
	background:#333;
}

.about-me.without-color  .my-image i{
	background:#fff;
	color:#333;
}
.about-me.without-color  .my-image i:hover{
	background:#fff;
}
.about-me.without-color .social li.active a{
	background:#fff;
	color:#333;
}
.service.without-color .section-title h2:before{
	background:#fff;
}
.service.without-color .single-service i{
	color:#fff;
}
.project.without-color .project-nav ul li.active,
.project.without-color .project-nav ul li:hover{
	background:#333;
	color:#fff;
}
.project.without-color .project-hover h4:before{
	background:#fff;
}
.project.without-color .project-hover h4:hover a{
	color:#fff;
	opacity:0.5;
}
.count-down.without-color .single-count i{
	background:#fff;
	color:#333;
}
.my-timeline.without-color .single-content i{
	background:#333;
}
.my-timeline.without-color .single-timeline h2 span{
	color:#333;
}
.my-timeline.without-color .timeline-inner .owl-nav div{
	background:#333;
}
.my-timeline.without-color .timeline-inner .owl-nav div:hover{
	background:#fff;
	color:#333;
}
.contact.without-color .single-address i{
	background:#fff;
	color:#333;
}
.contact.without-color .form-group .button{
	background:#333;
	color:#fff;
}
.contact.without-color .form-group input:hover, 
.contact.without-color .form-group input:focus,
.contact.without-color .form-group textarea:hover,
.contact.without-color .form-group textarea:focus{
	border-color:#333;
}
.footer.without-color .social li.active a,
.footer.without-color .social li:hover a{
	background:#fff;
	color:#333;
}
.footer.without-color .copyright{
	border-top:1px solid rgba(204, 204, 204, 0.36);
	background:#333;
}
/*===============================
	End Personal Style
===============================*/

/*=============================
	About Me
===============================*/
.about-me .my-image {
	position: relative;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.58);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.58);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.58);
	border-radius: 5px;
	overflow: hidden;
}
.about-me img {
	display: block;
	width: 100%;
}
.about-me .my-image, .about-text {
	margin-top: 40px;
}
.about-me .my-image::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(3, 3, 3, 0.61);
	content: "";
	z-index: 15;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.about-me .my-image i{
	position:absolute;
	left:0;
	top:50%;
	width:40px;
	text-align:center;
	left:50%;
	margin: -15px 0 0 -15px;
	height:40px;
	color:#fff;
	line-height:40px;
	z-index:16;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.about-me .my-image a:hover i{
	background:#333;
	border-radius:100%;
}
.about-me .my-image:hover:before,
.about-me .my-image:hover i{
	opacity:1;
	visibility:visible;
}
.about-me .social {
	text-align: center;
	background: #333333;
	padding: 5px;
	left: 0;
	position: absolute;
	bottom: 0;
	z-index: 333;
	width: 100%;
}
.about-me .social li{
	display:inline-block;
	margin-right:10px;
}
.about-me .social a {
	background-color: #333;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 50%;
	color: #fff;
	display: block;
	text-align: center;
}
.about-me .social li:hover a,
.about-me .social li.active a{
    color: #fff
}
.about-me .about-text h3 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
}
.about-me .about-text h3:before{
	position:absolute;
	left:0;
	bottom:-1px;
	width:50px;
	height:2px;
	content:"";
}
.about-me .about-text p{
	margin-bottom:10px;
	color:#555;
}
.about-me .progress-bar-main {
	overflow: hidden;
	margin-bottom: 25px;
}
.about-me .progress-bar-main:last-child{
	margin-bottom:0px;
}
.about-me .progress-text {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.about-me .progress-text p {
	float: left;
	font-weight: 500;
	color: #363636;
}
.about-me .progress-bar {
	background: #F7F7F7;
	height: 10px;
	position: relative;
	width: 100%;
	border-radius: 5px;
}
.about-me .progress-bar .prog-bg {
	display: block;
	height: 100%;
	width: 0;
	border-radius: 5px;
	position: relative;
}
.about-me .progress-bar-main:nth-child(2n+1) .progress-bar .prog-bg{
	background:#333;
}
.about-me .progress-bar .prog-bg span {
	text-align: right;
	position: absolute;
	right: 0;
	top: -32px;
	color: #363636;
	font-size:14px;
	font-weight: 500;
}
/*=============================
	End About Me Style
===============================*/

/*===============================
	service Style
===============================*/
.service {
	background-image: url('img/cogetrix-design-services.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.service::before {
	background: rgba(0, 0, 0, 0.7);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.service .section-title h2{
	color:#fff;
	margin:0;
}
.service .single-service {
	position: relative;
	margin-top: 40px;
	background: rgba(255, 255, 255, 0.16);
	padding: 30px;
	padding-left: 50px;
	min-height: 220px;
}
.service .single-service i {
	position: absolute;
	left: 10px;
	font-size: 35px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.service .single-service:hover i{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}
.service .single-service h4 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #fff;
}
.service .single-service p {
	color:#fff;
}
/*===============================
	End service Style
===============================*/

/*===============================
	Project Style
===============================*/
/*----- Project Navigation -----*/
.project .project-nav {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
}
.project .project-nav ul li {
	display: inline-block;
	padding: 12px;
	font-size: 18px;
	position: relative;
	cursor: pointer;
	color: #363636;
	margin-right: 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 5px;
	font-weight: 500;
}
.project .project-nav ul li.active,
.project .project-nav ul li:hover {
	color: #fff;
}
.project .project-nav ul li.active::before, 
.project .project-nav ul li:hover::before {
	width: 35px;
}
.project .project-nav ul li:last-child{
	margin-right:0px;
}
/*----- Latest Project -----*/
.project.single{
	padding: 50px 0 80px;
}
.project .single-project {
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.project .project-head{
	position:relative;
}
.project .project-head:before{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    content: "";
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-transform:translateY(100%);
	-moz-transform:translateY(100%);
	transform:translateY(100%);
}
.project .single-project:hover .project-head:before{
	-webkit-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
	visibility:visible;
}
.project .single-project img{
	display:block;
	width:100%;
}
.project .single-portfolio {
    position: relative;
    color: #fff
}
.project .project-hover {
	position: absolute;
    top: 0;
    z-index: 5;
    color: #fff;
    top: 50%;
    padding-left: 30px;
    padding-right: 30px;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-transform:translateY(100%);
	-moz-transform:translateY(100%);
	transform:translateY(100%);
}
.project .single-project:hover .project-hover{
	-webkit-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
	visibility:visible;
}
.project .project-hover h4 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.project .project-hover h4:before {
    position: absolute;
    width: 30px;
    height: 1px;
    content: "";
    bottom: 0;
}
.project .project-hover h4 a{
	color:#fff;
}
.project .project-hover p{
	color:#fff;
}
.project .button {
	margin-top: 30px;
	text-align: center;
}
.project .button .btn {
	width: 170px;
	height: 45px;
	padding: 0;
	line-height: 45px;
	display: inline-block;
	border: 2px solid #e0e0e0;
	border-radius: 0px;
	text-transform: capitalize;
	color: #888;
	font-size: 15px;
}
.project .button .btn:hover{
	color:#fff;
	border-color:transparent;
}

/*----- Project Single -----*/
.project.single .project-slide  .project-hover{
	text-align:center;
	padding:0 80px;
}
.project.single .project-slide .project-head::before{
	display:none;
}
.project.single .project-slide button {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 25px;
	margin-top: -20px;
	z-index: 8;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.project.single .project-slide button:hover{
	color:#fff;
}
.project.single .project-slide button.PrevArrow {
	left:0;
}
.project.single .project-slide button.NextArrow {
	right:0;
}
.project.single .project-descreption{
	margin-top:30px;
}
.project.single .title{
	position: relative;
	display: inline-block;
	font-size: 22px;
}
.project.single .title:before{
	content:"";
	position:absolute;
	left:0;
	width:30%;
	bottom:-15px;
	height:2px;
}
.project.single .project-descreption p{
	margin-top:30px;
}
.project.single .project-info {
	margin-top: 30px;
	background: #333;
	padding: 20px;
}
.project.single .project-info li {
	color: #fff;
	margin-bottom: 20px;
	font-weight: 500;
}
.project.single .project-info li:last-child {
	border-bottom: 0px solid;
	padding: 0;
	margin: 0;
}
.project.single .project-info li i{
	margin-right:5px;
}
.project.single .project-info li span {
	font-weight: 600;
	color: #fff;
	margin-right: 5px;
}
.project.single .project-info li a{
	color:#fff;
}
.project.single .rating {
	display: inline-block;
}
.project.single .rating li{
	display:inline-block;
}
.project.single .button {
	margin-top: 30px;
	text-align: left;
}
.project.single .button .btn {
	color: #fff;
	border: none;
	border-radius: 5px;
}
.project.single .button .btn:hover{
	background:#333;
}
.project.single .button i{
	margin-right:5px;
}
/*===============================
	End Project Style
===============================*/

/*===============================
	Count Down Style
===============================*/
.count-down.section {
	padding-top: 50px;
	padding-bottom: 80px;
	background-image: none;
	background-size: cover;
	background-position: center center;
	background-color: #eee;
}
.count-down .single-count {
	margin-top:30px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}
.count-down .count {
	color: #333;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.count-down .single-count i {
	font-size: 45px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	border-radius: 100%;
}
.count-down .single-count h2 {
	font-size: 45px;
}
.count-down .single-count p {
	font-size: 15px;
	color: #333;
}
/*===============================
	End Count Down Style
===============================*/

/*=============================
	My Timeline Style
===============================*/
.my-timeline{
	background:#f4f4f4;
}
.my-timeline.section-title{
	margin-bottom:0px;
}
.my-timeline .single-content i {
	font-size: 50px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	border-radius: 100%;
	background: #29BDF8;
	color: #fff;
	text-align: center;
}
.my-timeline .single-timeline {
	background: #fff;
	position: relative;
	padding: 20px;
	border-radius: 5px 5px 5px 0;
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
	margin: 5px;
}
.my-timeline .single-timeline .date p {
	color: #555;
	font-size: 16px;
	font-weight: 500;
}
.my-timeline .single-timeline h2 {
	color: #363636;
	font-size: 20px;
	position: relative;
	margin: 5px 0;
}
.my-timeline .single-timeline p {
	color: #555;
}
.my-timeline .timeline-inner .owl-nav{
	margin-top:20px;
}
.my-timeline .timeline-inner .owl-nav div {
	background: #333;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	border-radius: 100%;
	margin: 0 5px;
	background:#29BDF8;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.my-timeline .timeline-inner .owl-nav div:hover{
	background:#333;
}
/*=============================
	End Timeline
===============================*/

/*===============================
	Testimonial Style
===============================*/
.testimonial.section {
	background-image: url('img/cogetrix-sommaire.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	color: #fff;
	padding: 90px 0;
}
.testimonial::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.35);
}
.testimonial .testimonial-content{
	text-align:center;
	padding:0 200px;
}
.testimonial .testimonial-content h2 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 45px;
}
.testimonial .testimonial-content p {
    color: #f5f5f5;
    font-size: 18px;
	line-height:28px;
	position:relative;
}
.testimonial .testimonial-content p::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 30px;
	content: "\f10d";
	font-family: 'FontAwesome';
	font-size: 60px;
	color: #fff;
	opacity: 0.2;
}
.testimonial .t-name {
	margin-top: 45px;
}
.testimonial .slick-dots {
    text-align: center;
    margin-top: 45px;
}
.testimonial .slick-dots li {
    display: inline-block;
}
.testimonial .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	font-size: 0;
	background: #E6E2E0;
	margin-left: 5px;
	border:1px solid transparent;
}
.testimonial .slick-dots li:first-child button {
    margin-left: 0
}
.testimonial .slick-dots li.slick-active button {
	background: transparent;
	width:12px;
	height:12px;
	position:relative;
	top:-1px;
	border-color:#E6E2E0;
}
.testimonial .testimonial-content.slick-active h2{
	animation: fadeInUp	1s both 1s;
}
.testimonial .testimonial-content.slick-active p{
	animation: fadeInUp	1s both 1.2s;
}
.testimonial .testimonial-content.slick-active .t-name{
	animation: fadeInUp	1s both 1.5s;
}
/*===============================
	End Testimonial Style
===============================*/

/*===============================
	Contact Style
===============================*/
.contact {
	background: #f5f5f5;
	padding: 80px 0 0;
}
.contact .contact-inner {
	background: rgba(255, 255, 255, 0.87);
	overflow: hidden;
	position: relative;
	z-index: 33;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
}
.contact .form {
	padding: 40px 0 40px 20px;
}
.contact .form {
	padding: 30px;
}
.contact .form-group{
	position:relative;
}
.contact .form-group:last-child{
	margin:0;
}
.contact .form-group i {
	position: absolute;
	font-size: 16px;
	padding: 15px 12px;
}
.contact .form-group input {
	width: 100%;
	height: 50px;
	padding-left: 15px;
	border-radius: 0px;
	background: #f5f5f5;
	border: 0px;
	border: 1px solid transparent;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.contact .form-group input:hover,
.contact .form-group input:focus{
	padding-left:30px;
}
.contact .form-group textarea{
	border: 1px solid transparent;
	padding:10px;
	width: 100%;
	background: #f5f5f5;
	padding-left:15px;
	border-radius: 3px;
	border-radius: 0px;
	resize:none;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.contact .form-group textarea:hover,
.contact .form-group textarea:focus{
	padding-left:30px;
}
.contact .form-group .button {
	height: 44px;
	border: 0px solid;
	padding: 0 35px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
}
.contact .form-group .button:hover{
	background:#252525;
}
.contact .form-group .button i{
	position:relative;
	display:inline-block;
	color:#fff;
	margin-right:10px;
	padding:0px;
}
.contact .contact {
	background: #333;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
	padding: 30px;
}
.contact .single-address {
	position: relative;
	margin-bottom: 34px;
}
.contact .single-address:last-child{
	margin:0;
}
.contact .single-address i {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	top: 50%;
	margin-top: -20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #fff;
	border-radius: 100%;
}
.contact .single-address .title{
	margin-left:60px;
}
.contact .single-address h4 {
	margin-bottom: 10px;
	color: #FFF;
}
.contact .single-address p {
	color: #fff;
}
/*=============================
	End Contact Style
===============================*/

/*=============================
	Google Map Style
===============================*/
#google-map {
	position: relative;
	top: -180px;
	margin-bottom: -180px;
}
#google-map .map {
	width: 100%;
	height: 585px;
}
/*===============================
	End Google Map Style
===============================*/

/*===============================
	brand Style
===============================*/
.brand.section{
	padding:60px 0;
	background:#FAF9F9;
	border-top:1px solid #ddd;
}
.brand .single-brand img {
	opacity: 0.4;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.brand .single-brand:hover img,
.brand .single-brand.active img{
	opacity:1;
	-webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: inherit;
}
/*===============================
	End brand Style
===============================*/

/*===============================
	Mail Success
===============================*/
#mail {
	background: #f5f5f5;
	text-align: left;
}
#mail h2 {
	margin-bottom: 10px;
}
#mail .button {
	margin-top:10px;
}
#mail .button .btn {
	padding: 12px 40px;
	color: #fff;
	border-radius: 5px;
	border: none;
}
#mail .button .btn:hover{
	background: #333;
}
#mail .button i{
	margin-right:5px;
}
/*===============================
	End Mail Success
===============================*/

/*===============================
	footer Style
===============================*/
.footer .footer-top {
	padding: 90px 0;
	text-align: center;
	position: relative;
	background: #333;
	padding: 60px 0 90px;
	position: relative;
}
.footer .footer-widget {
	margin-bottom: 20px;
}
.footer .footer-widget a {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
}
.footer .footer-widget p {
	color: #fff;
	margin: 30px 0;
	padding: 0 200px;
}
.footer .social-icon li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.footer .social-icon li:last-child{
	margin:0;
}
.footer .social-icon li a {
	color: #eee;
}
.footer .social-icon li a:hover{
	color:#82B440
}
.footer .social-icon li a i {
	margin-right: 10px;
	width: 20px;
}
.footer .social li{
	display:inline-block;
	margin-right:10px;
}
.footer .social a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
	display: block;
	text-align: center;
	border: 1px solid #fff;
}
.footer .social li:hover a,
.footer .social li.active a{
    color: #fff;
	border-color:transparent;
}
/*------ Copyright -----*/
.footer .copyright {
	padding: 12px 0;
	background: #F2784B;
}
.footer .copyright p {
	color: #FFF;
	font-size: 14px;
	text-transform: capitalize;
}
/*===============================
	End footer Style
===============================*/