
html,
body {
    background-color: #ffffff;
    font-size: 15px;
    color: #565656;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}
/*
	PRE LOADER 
*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15 0px;
    color:#949494;
    font-size:15px;
}
.clear {
    clear: both;
}
ol,
ul {
    list-style: none;
		cursor: default;
    padding: 0;
}
img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

.form-control {
    font-size: 16px;
    color: #000;
    height: 45px;
    background-color: transparent;
    background-image: none;
    border:0;
    border-radius:0;
    box-shadow:none;
    border-bottom:3px solid #5b5b5b;
}
.form-control:focus,
.form-control.txt-area:focus {
    border-color: #ffbf00; box-shadow: inset 0 1px 1px rgba(255, 191, 0, 0.075), 0 0 9px rgba(236, 214, 0, 0.6);
}
.form-control.txt-area{
    border-bottom: 3px solid #5b5b5b; resize: vertical; margin-top: 15px;
    font-size: 16px; font-weight: 500; min-height: 6em;
}
.form-result {
		text-align: center;
    margin-bottom: 6em;
}
.form-result p {
		padding: 0 20px;
}

h1,
h2,
h3 {
    /*font-family: 'Lane', sans-serif;*/
    font-weight: 500;
		cursor: default;
    margin: 0;
}
h4,
h5 {
    /*font-family: 'roboto', sans-serif;*/
    font-weight: 300;
		cursor: default;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 3rem;
    line-height: 5rem;
    font-weight: 300;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: .9rem;
}
h3 {
    font-weight: 300;
    margin-bottom: .9rem;
    font-size: 2.1rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
}
h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
		cursor: default;
}
p {
    line-height: 1.5rem;
    font-size: 1.1rem;
		cursor: default;
}
p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.text {
    color: #333333;
}
.colorstext {
    color: #f56363;
}
.coloricon i {
    color: #f56363;
}
.colorsbg {
    background: #f56363;
    color: #ffffff;
}

.light-bg {
    background-color: #f9f9f9;
}
.different-bg{
    background:#1a1a1a;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*
	SECTIONS
*/
.sections {
    margin-top: 80px; margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.sections .footer {
    padding-bottom:20px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
    font-family: 'roboto', sans-serif;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 750px;
}
.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, .55);
    width: 100%;
    overflow:hidden;
}
.no-padding {
    padding: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
	SEPARATOR
*/
.separator {
    height: 5px;
    width: 150px;
    margin: auto;
    background: #7b6c63;
    margin-bottom:50px;
}

/*
	BUTTONS

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #f56363;
    border-color: #f56363;
}*/

.btn {
	padding: 10px 20px; font-size: 16px;
}

.btn-default {
	border: 2px solid #aaa; background-color: #fff; color: #000;
	text-transform: uppercase;
}
.btn-default span {
	margin-left:5px;
}
.btn-default span i {
	padding-left:8px;
}

.btn-default:active, .btn-default:hover {
	background: transparent;
}

.btn-order {
	border: 2px solid #aaa; text-transform: uppercase;
	background-color: #fff; color: #000; min-width: 140px;
	transition: all 500ms .1s ease-in-out;
}

.btn-order:hover, .btn-order:active {
	border: 2px solid #000; background: #ffbf00; color: #000;
}

.btn-order-ft {
	border: 2px solid #000; text-transform: uppercase;
	background-color: #fff; color: #000; min-width: 140px;
	transition: all 500ms .1s ease-in-out;
}

.btn-order-ft:hover, .btn-order-ft:active {
	border: 2px solid #000; background: #ffbf00; color: #000;
}


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #f56363;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #5b5b5b;
    font-size: 15px;
    font-weight:500;
}
input::-moz-placeholder {
    color: #5b5b5b;
    font-size: 15px;
    font-weight:500;
}
input:-ms-input-placeholder {
    color: #5b5b5b;
    font-size: 15px;
    font-weight:500;
}
/*For Global Section*/
.heading-content {
    margin-bottom: 4rem;
    margin-top:20px;
}
.heading-content  h3{
    text-transform:uppercase;
    color:#7b6c63;
    font-weight: 500;
    margin-bottom:50px;
    font-size: 40px;
}
.heading-content  p{
    color:#212121;
    width: 35%;
    margin: 0 auto;
    line-height: 30px;
}

.heading-content2 {
    margin-bottom: 4rem;
}
.heading-content2  h4{
    text-transform:uppercase;
    color:#7b6c63;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 24px;
}
.heading-content2  p{
    color:#212121;
    width: 82%;
    margin: 0 auto;
    line-height: 30px;
}


/*For Menu Section*/
.navbar-default {
    background-color:#303030;
    border-color:0;
    height:110px;
    padding-top:15px;
}

.navbar {
    min-height: 50px;
    margin-bottom:0;
    border: 1px solid transparent;
    border-radius:0;
}

.navbar-default .navbar-nav>li>a {
    font-size:14px;
    text-transform:uppercase;
    margin-top: 6px;
    color:#fff;
}

.navbar-default .navbar-nav>li>a:hover {
		cursor:pointer;
    color:#ffbf00;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color:transparent;
    border-bottom:3px solid #7b6c63;
    color:#fff;
}

/*For Home Section*/

.home{
    background: url(../images/header-bg.jpg) no-repeat center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.home-content{
    margin:180px 0 75px 0;
    color:#fff;
    text-transform:uppercase;
    width:75%;
}
.home-content h5{
    font-weight:900px;
    font-size:24px;
}

.home-content h1{
    font-size:65px;
    font-weight:400;
}
.home-content h1 span{
    font-weight:600;
    color:#7b6c63;
}

.home-content h1 sup.tm {
	position: relative; 
	top: -1em; 
	font-size: 28px;
	display: none;
}

.home-content p{
  font-size:12px;
  font-style: italic;
	margin: 35px 0px 0px 0px;
}

.btn-home{
    padding:20px 70px;
    font-size:16px;
    margin-top:95px;
    color:#fff;
    background:#272420;
    border:0;
    transition:all 500ms .1s ease-in-out;
}
.btn-home:hover, .btn-home:active{
    background:#fff;
    color:#000;
}
.btn-home span i{
    margin-left:10px;
}

.btn-help{
    color: #fff;
    background-color: #000;
    border:2px solid #fff;
    text-transform: uppercase;
    position: absolute;
    right: 1em;
    margin-top: 98px;
}
.btn-help:hover, .btn-help:active{
    background:#fff;
    color:#000;
}

/* ABOUT US */

.about-bg{
	background: #f5f5f5;
}
.about-content{
	padding: 80px 0;
}
.about-content h3{
	color: #7b6c63; text-transform: uppercase;
	font-size: 24px; font-weight: 400;
}
.abt-btn{
	border: 2px solid #aaa; background: transparent; margin-top: 30px;
}
.abt-btn:hover, .abt-btn:active {
	border: 2px solid #000; background: #ffbf00; color: #000;
}
.about-img img{
	float: right; height: 491px; width: 558px;
}

/*For service Area*/

.service-content i{
    color: #7b6c63;
    font-size:28px;
}
.service-content h5{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 15px;
}

.service-content p{
	text-align: justify;
	margin: 0px 15px;
}

/*For Skill Area*/

.skills{
	margin-top:60px;
}
.skills-bg{
    background: url(../images/skills-bg.jpg) no-repeat center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    color:#fff;
}
.skills-heading h4{
    font-size:26px;
    font-weight:500;
    margin-bottom: 45px;
}
.skills-text{
    font-size:16px;
    margin-top:20px;
    cursor: default;
}
.chart-round{
    border: 3px solid #7b6c63;
    border-radius: 100%;
    height: 150px;
    width: 150px;
    padding: 7px;
    margin: 0 auto;
}

.skills-text {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 25px;
}
.skills .chart {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    text-align: center;
}
.skills .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.skills .percent {
    display: inline-block;
    line-height: 130px;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.skills .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

/*For Our Project Area*/
#project .col-md-3{
    padding:0;
    margin:0;
}
.project-item{
    position:relative;
    overflow:hidden;
}
.project-overlay{
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height:100%;
    overflow:hidden;
    position:absolute;
    top:-100%;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
}

.project-item:hover .project-overlay{
    top:0;
}
.project-content{
    position:absolute;
    left:32%;
    bottom:-100%;
    color:#fff;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
}
.project-content h5{
    text-transform:uppercase;
    font-size:18px;
    font-weight:500;
}
.project-content h6{
    text-transform:uppercase;
    font-size:14px;
}
.project-separator {
    height: 3px;
    width: 40px;
    margin: auto;
    background: #fff;
    margin-bottom:18px;

}
.project-item:hover .project-content{
    bottom:50px;

}

.project-button{
    margin-top:80px;
}


/*For MIDAS Applications Area*/

.midas-explore {
  padding-bottom: 60px;
}

.midas-explore-bg-color {
  width: 100%;
  background: #f5f5f5;
  padding: 60px 0;
  margin-bottom: 0;
}

.midas-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.img-responsive {
	border: 1px solid #7b6c63; pointer-events: none;
}

.mt {
  margin-top: 20px;
  margin-bottom: 0px;
}

.mt h4 {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
}

.mt h4 i {
  position: absolute; left: 0; top: 0;
  color: #7b6c63; padding-top: 6px;
}

.mt > div {
  margin-bottom: 40px;
}

.mt .list-nav {
  margin: 50px 0 0 0;
  padding: 0;
}

.mt .list-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}

.mt .list-nav li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  color: #7b6c63;
}

.row2 {
	max-width: 100%; margin: 0 auto;
}

.row .img-md {
	margin-left: 15px;
}

.row .img-xs {
	position: relative; left: -15px; top: 0;
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 0px;
  clear: both;
}

.section-heading h2 {
  margin: 0 0 0 0;
  font-size: 40px;
  font-weight: 400;
  color: #333;
  position: relative;
  display: block;
  padding-bottom: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 28px;
  }
}

.section-heading h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #8f989f;
  position: relative;
  display: block;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 16px !important;
    line-height: 28px;
  }
}


/*For Product Pricing Area*/

#pricing ul.pricing {
	list-style: none;
  padding: 0;
  margin: 45px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}

#pricing ul.pricing li {
	display: block;
}

#pricing ul.pricing li.options ul {
	margin: 35px 0;
}

#pricing ul.pricing li.options li {
	font-size: 16px;
	margin-left: 25px;
	padding: 3px 0px;
  text-align: left;
}

#pricing ul.pricing li.options i {
	padding-right: 25px;
}

#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}

#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -56px;
  top: -10px;
  display: inline-block;
  width: 126px;
  height: 126px;
  background-image: -moz-linear-gradient(90deg, #ffdb4d 0%, #cca300 100%);
  background-image: -webkit-linear-gradient(90deg, #ffdb4d 0%, #cca300 100%);
  background-image: -ms-linear-gradient(90deg, #ffdb4d 0%, #cca300 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}

#pricing ul.pricing li.plan-header .price-duration > span {
	text-transform: uppercase;
  display: block;
  line-height: 1;
}

#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 47px;
}

#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}

#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #303030;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

#pricing ul.pricing li.plan-purchase {
	margin-bottom: 15px;
}

#pricing ul.pricing.featured {
  background: #303030;
  color: #fff;
  border: 0;
}

#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #ffdb4d 0%, #cca300 100%);
  background-image: -webkit-linear-gradient(90deg, #ffdb4d 0%, #cca300 100%);
  background-image: -ms-linear-gradient(90deg, #ffdb4d 0%, #cca300 100%);
}

#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}

/*For Latest Twitter Area*/

.twitter {
	padding: 80px 0;
}

.twitter-content h5{
    color:#fff;
    text-transform:uppercase;
    font-weight:600;
    font-size:24px;
    margin-bottom: 20px;
}
.twitter-content p{
    color:#fff;
}
.twitter-content a{
		cursor:pointer;
    color:#29c5f2;
    font-size:18px;
}

/*For Our Team Area*/

.team-details{
    position:relative;
    overflow:hidden;
}
.team-overlay{
    background:rgba(0, 0, 0, .8);
    position:absolute;
    width:100%;
    height:100%;
    top:-100%;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
}
.team-details:hover .team-overlay{
    top:0;
}

.clients {
	padding: 80px 0;
}

.team-details .social{
    position:absolute;
    left:30%;
    bottom:-100%;
    color:#fff;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
}
.team-details .social a i{
    border: 2px solid #fff;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    color:#fff;
    transition:.5s;
    cursor:pointer;
    -webkit-transition:.5s;
    -moz-transition:.5s;
}
.team-details .social a i:hover{
    background:#ffbf00;
}

.team-details:hover .social{
    bottom:40%;
}

.members-info{
    border: 3px solid #000;
    padding: 5px 0;
    margin-top:20px;
    color:#000;
}
.members-info h4{
    font-size:23px;
    text-transform:uppercase;
    font-weight:400;
    margin-bottom:5px;
}
.members-info h6{
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:14px;
    font-weight:300;
}

/*For Our Client Area*/
.client-content{
    color:#fff;
}
.client-content h3{
    text-transform:uppercase;
    font-weight:500;
    font-size:24px;
    margin-bottom: 20px;
}
.client-content p{
    line-height:30px;
}

.client-content a{
    color:#7b6c63;
    font-size:18px;
}

.client-content a.url{
		display: none;
}
.client-content .client-basicinfo{
    margin-top:50px;
}
.client-content .client-basicinfo h6{
    color:#ffbf00;
    font-size:18px;
}
.client-content .client-basicinfo a{
    font-size:16px;
    color:#7b6c63;
}
.carousel-indicators {
    bottom: -50px;
}
.carousel-indicators li{
    height:12px;
    width:12px;
}
.carousel-indicators .active{
    height:13px;
    width:13px;
}
.carousel{
    margin-bottom:40px;
}

/*For Timeline Area*/

.cd-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.cd-container::after {
    content: '';
    display: table;
    clear: both;
}


#cd-timeline {
    position: relative;
    /*padding: 2em 0;*/
    margin-top: 2em;
    margin-bottom: 2em;
}
#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
    display: block;
    overflow: hidden;
    min-height: 350px;
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    
    position: absolute;
    /*margin-top: 10px;*/
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}
.cd-timeline-img.cd-picture {
    background: #75ce66;
}
.cd-timeline-img.cd-movie {
    background: #c03b44;
}
.cd-timeline-img.cd-location {
    background: #ebebeb;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
            width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow:none;
}
.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-content h2 {
    color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}
.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}
.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: -10px;
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}


/*Contact Form Area*/

#contact form{
    padding:20px 0;
}
.submit-btn{
    text-align:center;
}

/*Footer Area*/
#footer {
	padding: 75px 0 120px 0;
}
#footer p{
    font-size:13px;
    color:#929292;
}
#footer h4{
    color:#c2c2c2;
    font-size:17px;
    text-transform:uppercase;
    font-weight:500;
}
#footer .footer-first-content .logo{
    margin-bottom:20px;
}
.footer-mid-content .post{
    border-bottom:1px solid #404040;
    margin-bottom:30px;
}
.footer-mid-content .post h6{
    margin-bottom:3px;
}
.footer-mid-content .post-item{
    margin-bottom:20px;
}

.footer-mid-content .post a{
    font-size:13px;
    color:#929292;
    transition:.5s;
}
.footer-mid-content .post a:hover{
		cursor:pointer;
    color:#ffbf00;
}
.footer-last-content .contact-info{
    padding-top:10px;
}
.footer-last-content .contact-info p{
    margin-bottom:3px;
}
.footer-last-content .contact-info p i {
		text-align: center;
    font-size:13px;
    margin-right:10px;
    width: 20px;
}
.footer-last-content .legal-info a{
    font-size:13px;
    color:#c2c2c2;
    transition:.5s;
}
.footer-last-content .legal-info a:hover{
		cursor:pointer;
    color:#ffbf00;
	}
.footer-last-content .legal-info p{
    margin-bottom:3px;
}
.footer-last-content .legal-info p i {
		text-align: center;
		font-size:13px;
    margin-right:10px;
    width: 20px;
}
.footer-social-media{
    margin-top:45px;
}
.footer-social-media a{
    margin-right:10px;
    margin-left:5px;
		color:#929292;
		transition:.5s;
		font-size:32px;
		cursor:pointer;
}
.footer-social-media a:hover{
    color:#ffbf00;
}
.copyright-footer{
		position:fixed; overflow: hidden; bottom:0; width:100%;
    background:#0d0d0d;
    padding:10px 0;
}
.copyright-footer .copyright p{
    color:#595959;
    font-size:14px;
    font-weight:500;
}

/* Scroll Up Section*/
.scrollup{
    width:40px;
    height:40px;
    border-radius:100%;
    text-align:center;
    color:#7b6c63;
    font-size:26px;
    background:#c8cfd0;
    position:fixed;
    bottom:20px;
    right:20px;
    padding-top:2px;
    font-weight:bold;
    transition:.3s;
    z-index:9;
}
.scrollup:hover{
	background: #ffbf00; color: #333;
	transform: scale(1.1); cursor: pointer;
}	