@charset "utf-8";
/* CSS Document */

/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|Poppins:300,400,500,600,700|Roboto:300,400,500,700');
body {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: normal;
  overflow-x: hidden;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #f7951e;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button{cursor:pointer;}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7e7e7e;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

i{transition:.3s;}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
input:focus,textarea:focus{outline:0}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
button:focus {
  outline: 0 none;
}
/* button style */

.btn {
  -moz-user-select: none;
  background: #f7951e none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 50px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
.btn.btn-black {
	background: #303b41;
}
.btn.btn-black:hover {
	background: #1a1a1a;
}
.btn:hover {
	background: #222;
	color: #fff
}
.btn.btn-large {
	padding: 10px 25px;
}
.btn-lg {
	font-weight: 700;
	padding: 13px 31px;
}
.btn.white-btn:hover {
	border-color: #ddd;
	color: #ddd
}
.btn.btn-base.btn-link {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #1696e7;
	padding: 0;
	text-decoration: none;
}
.btn.btn-base.btn-link:hover {
	color: #106fab;
}
.theme-bg {
	background: #1696e7
}
.bg-white {
	background-color: #ffffff;
}
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
  background: rgba(249, 149, 30, 0.6) none repeat scroll 0 0;
  color: #fff;
  font-size: 30px;
  height: 40px;
  left: 20px;
  line-height: 41px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 60px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #f7951e;
	color: #fff
}

/*--------.menu_area-------- */


.drawer {
  position:absolute;
  top:83px;
  left:0;
  height:705px;
  width:100px;
  background:#999;
  padding:0px;
  color: white;
  text-align: center;
  /* Remove 4px gap between <li> */
  font-size: 0;
}


.drawer li {
  pointer-events: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  line-height: 100%;
  transform: translateZ(0);
}

.drawer a {
  pointer-events: auto;
  position: relative;
  display: block;
  min-width: 5em;
  margin-bottom: .4em;
  padding: .4em;
  line-height: 100%;
  /* Reset font-size */
  font-size: 16px;
  text-decoration: none;
  color: white;
  transition: background 0.3s;
}

.drawer a:active,
.drawer a:focus { background: #B44659; }

.drawer i {
  display: block;
  margin-bottom: .2em;
  font-size: 2em;
}

.drawer span {
  font-size: .625em;
  font-family: sans-serif;
  text-transform: uppercase;
}

.drawer li:hover ul {
  /* Open the fly-out menu */
  transform: translateX(0);
  background: #B44659;/* Enable this if you wish to replicate hoverIntent */
}

.drawer > li { display: block;/* Add a shadow to the top-level link */
  /* Show the shadow when the link is hovered over */
  /* Fly out menus */
}
.drawer >li.navbar-brand > a{background:#1e2223;}
.drawer > li > a { background:  #FFD700; }

.drawer > li:hover { z-index: 100; }

.drawer > li:hover a { background:  #FFD700; }

.drawer > li a:hover { background:  #FFD700; }

.drawer > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 0px;
  opacity: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1 );
  transition: opacity 0.5s;
}

.drawer > li:hover a:after { opacity: 1; }

.drawer > li ul {
  position: absolute;
  /* Stack below the top level */
  z-index:-1;
  top: 0;
  left: 100%;
  height: 100%;
  width: auto;
  white-space: nowrap;
  /* Close the menus */
  transform: translateX(-100%);
  background: #B44659;
  transition: 0.5s transform;
}

/*--------------------*/
/* HOME SLIDER SECTION */
/*--------------------*/

#slider{
  float: left;
  display: inline;
  width: 100%;
}
.slider_area {
  background-color: #ccc;
  display: inline;
  float: left;
  margin-top: 80px;
  width: 100%;
}
.slider_caption {
  left: 5%;
  position: absolute;
  top: 25%;
  width: 50%;
}
.slider_right_caption{
  left: 38%;
}
.slider_caption h2 {
  color: #fff;
  font-size: 33px;
  background-color: rgba(49, 59, 61, 0.6);
  padding: 8px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.slider_caption p {
  background-color: rgba(49, 59, 61, 0.6);
  color: #fff;
  font-family: "Varela",sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
}
.slider_btn {  
  background: rgba(49, 59, 61, 0.6);
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  font-family: "Varela",sans-serif;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;  
}
.slider_btn:hover,.slider_btn:focus{   
  text-decoration: none;
  outline: none;
}
.next,.prev{
  display: none !important;  
}
.slider_area:hover .next{
  display: block !important;
}
.slider_area:hover .prev{
  display: block !important;
}

/*--------------------*/
/* HOME HEADER */
/*--------------------*/

#header{
	color:#000;
	background:#F5F5F5;
	height:50px;
	position:static;
	padding-top:20px;
	padding-bottom:20px;
}


/*--------------------*/
/* INTRO */
/*--------------------*/
.intro-img{
	position: absolute;
    top: 120px;
	left:40px;
}
.intro-img a {
  background: rgba(247, 149, 30, 0.5) none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  font-size: 50px;
  height: 100px;
  left: 0;
  line-height: 124px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100px;
}
.intro-img a i {
  background: rgba(247, 149, 30, 0.9) none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.intro-img img{width:100%}
.intro-text h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 20px;
  position: relative;
}
	
.intro-text h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  left:500px;
  padding-bottom: 20px;
  position: relative;
  display:block;
  color:#000;
}

.intro-text p {
  color:#000;
  font-size: 16px;
  line-height: 28px;
  padding-left:500px;
  text-align:justify;
}


/*--------------------*/
/*SERVICES */
/*--------------------*/
.area-title {
  position: relative;
}
.area-title::before {
  background: #3d3d3d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 65px;
}
.area-title.text-center:before {
  margin: auto;
  right: 0;
}
.area-title.text-center.white-text::before {
  background: #fff none repeat scroll 0 0;
}
.area-title > h1 {
  color: #3d3d3d;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1;
  margin: 0;
  opacity: 0.05;
}
.area-title > h1.outer {
  margin-left: -65px;
}
.area-title > h2 {
  font-size: 36px;
  left: 0;
  line-height: 1;
  margin: 0;
  padding-top: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.area-title.text-center > h2 {
  right: 0;
}
.area-title-2 > h2 {
  font-weight: 400;
  line-height: 1;
  padding-bottom: 20px;
  padding-top: 0;
  position: inherit;
  transform: inherit;
}
.area-title-2::before {
  height: 2px;
  background:#ff9138;
}
.area-title.white-text h1{color:#fff;}
.area-title.white-text h2{color:#fff;}

.inner-service {
  background-position: right bottom;
  background-repeat: no-repeat;
}
.service-item ol {
    margin-bottom: 50px;
	padding-top:30px;
}
.service-item span {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
}
.service-item li:last-child{margin-bottom:0;}
.service-text > p {
  color: #747474;
  font-size: 16px;
  line-height: 28px;
  margin-top: 50px;
  margin-right:40px;
  text-align:justify;
}
.service-text a {
  color: #666;
  font-family: roboto;
  font-size: 16px;
}
.service-text a i{transition:.3s}
.service-text a:hover {
  color: #666;
  font-family: roboto;
  font-size: 16px;
}
.service-text a:hover{color:#f7951e}
.service-text a:hover i{margin-left:5px}
.service-img > img {
  margin-top: -60px;
}

/* 6. project area */

.project-thumb > img {
    width: 100%;
}
.project-thumb{overflow: hidden;}
.project-thumb > img{transition: .3s}
.project-box:hover .project-thumb > img {
	transform: scale(1.2) rotate(7deg);
}
.project-box {
  border: 10px solid #fff;
  position: relative;
}
.project-content {
  bottom: 0;
  left: 0;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 160px;
  position: absolute;
}
.project-list .project-content {
  padding-right: 187px;
}
.project-content h2 a {
  color: #fff;
  font-family: poppins;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.project-content h2 a:hover{color:#f7951e}
.project-content > a {
    color: #fff;
    font-size: 16px;
}
.project-content > h2 {
  line-height: 1;
  margin-bottom: 20px;
}
.project-content > a:hover{color:#f7951e}
.project-content > a:hover i{margin-left:5px}
.border-0{border:0}
.portfolio-menu {
  margin-bottom: 50px;
}
.portfolio-menu > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #3d3d3d;
  font-size: 20px;
  margin: 0 20px;
  transition:.3s;
}
.portfolio-menu > button.active,.portfolio-menu > button:hover{color:#f7951e}
/* 7. project-details  */
.project-details {
  min-height: 915px;
  position: relative;
}
.project-details-thumb {
  background-size: cover;
  width: 45%;
}
.hero-caption.white-bg {
  padding: 80px 70px;
}
.project-count > h1 {
  color: #3d3d3d;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 5px;
  opacity: 0.2;
}
.project-count {
  position: relative;
}
.project-count h4 {
  font-family: poppins;
  font-size: 18px;
  position: absolute;
  top: 29px;
}
.space-100{height:100px}
.hero-bg.project-details-thumb.project-details-left {
  left: 0;
  right: inherit;
}
.follow-icon.project-share > a {
  font-size: 14px;
}
.follow-icon.project-share {
  padding: 0;
  position: inherit;
}

/* portfolio details */
.project-details-title {
  font-size: 28px;
  font-weight: 600;
}
.project-details-title.color-white {
	color: #fff;
}
.portfolio-details-img img {
	width: 100%;
}
.project-desc > p {
  margin-bottom: 30px;
}
.project-status {
	padding: 40px;
	background: #222;
}
.project-status ul li {
  margin-bottom: 30px;
}
.project-status ul li:last-child {
  margin-bottom: 0px;
}
.project-status ul li span {
	color: #ddd;
	display: block;
	font-size: 15px;
	margin-top: 8px;
}
.project-status ul li b {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

/* 8 .testimonial */
.testimonial-thumb h4 {
  color: #3d3d3d;
  font-family: poppins;
  font-size: 20px;
  margin-top: 40px;
}
.testimonial-thumb > span {
  color: #747474;
  font-size: 16px;
}
.testimonial-content img {
}
.testimonial-content p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
  margin-top:30px;
}
.testimonial-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.testimonial-active.owl-carousel .owl-item img {
  width: inherit;
  display:inline-block;
}
.testimonial-active .owl-dot {
  background: #cbcbcb none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 2px;
  width: 10px;
}
.testimonial-active .owl-dot.active{background:#F7951E}
.testimonial-active .owl-dots {
  left: -57px;
  position: relative;
  text-align: center;
  top: -27px;
}


/* 10. latest blog */
.blog-content > span {
  display: inline-block;
  margin-bottom: -60px;
}
.blog-content span a {
  background: #f7951e none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-family: poppins;
  font-weight: 600;
  line-height: 1;
  padding: 10px 18px 7px;
}
.blog-img img {
  width: 100%;
}
.blog-content {
  bottom: 0;
  left: 0;
  padding: 40px 90px 40px 30px;
  position: absolute;
}
.blog-content h3 {
  margin: 0;
  padding-bottom:-15px;
  position: relative;
}
.blog-content h3 a {
  color: #000;
  font-family: poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 0;
  display: inline-table;
}
.latest-blog {
  position: relative;
}
.blog-content h3::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 40px;
}
.blog-thumb img {
  width: 100%;
}

.blog-text {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px;
}
.blog-thumb img {
    width: 100%;
}
.blog-text > h2 {
    color: #3d3d3d;
    font-size: 24px;
    margin-bottom: 40px;
}
.blog-text > p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 70px;
}
.blog-meta {
    overflow: hidden;
}
.blog-meta span {
    color: #747474;
    font-size: 16px;
    margin-right: 20px;
}
.blog-meta span a {
    color: #747474;
}
.blog-meta span a:hover{color:#f7951e}
.blog-meta i {
    color: #f7951e;
}

.sidebar-widget input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 0 10px;
    width: 100%;
}
.sidebar-widget form {
    position: relative;
}
.sidebar-widget form button {
    background: #444 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}
.sidebar-widget {
  margin-bottom: 70px;
}
.sidebar-title {
  font-size: 18px;
  margin-bottom: 40px;
}
.sidebar-post > li {
  display: flex;
  margin-bottom: 30px;
}
.sidebar-post > li:last-child{margin-bottom:0}
.blog-thumb-widget {
    margin-right: 20px;
    width: 100px;
}
.blog-title h5 {
  font-family: poppins;
  font-size: 16px;
  line-height: 1.4;
}
.blog-title > span {
  color: #747474;
  font-size: 14px;
  opacity: 0.6;
}


.cat li::before {
    content: "î¬³";
    font-family: icofont;
    position: relative;
    top: 1px;
}
.cat li a {
    color: #747474;
    font-size: 14px;
}
.cat > li {
    color: #747474;
    margin-bottom: 20px;
}
.cat li a:hover{color:#444}

.tags > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.tags li a {
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
    padding: 8px 15px;
}
.tags li a:hover{background:#666;color:#fff;border-color:#666}
.page-link {
  background-color: #e3e3e3;
  border: 0 none;
  color: #444;
  display: block;
  height: 40px;
  line-height: 42px;
  margin-left: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 40px;
}
.page-item.active .page-link,.page-item:hover .page-link {
  background-color: #444;
  border-color: #007bff;
  border-radius: 0;
  color: #fff;
  z-index: 1;
}
.page-item {
  margin-right: 2px;
}
.page-item:last-child .page-link {
  border-radius: 0;
}
.pagination {
  border-radius: 0;
  display: flex;
  list-style: outside none none;
  padding-left: 0;
}
.blockquote {
  border-left: 3px solid #f7951e;
  font-size: 18pt;
  margin-bottom: 70px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-top: 20px;
}
blockquote p {
  color: #f7951e;
}
.blockquote > span {
  display: inline-block;
  font-size: 20px;
  margin-top: 8px;
}

.comments, .comment-form {
  background: #fff none repeat scroll 0 0;
  padding: 30px;
}
.comment, .comment-content {
  position: relative;
}
.comment-avatar {
  float: left;
  margin: 5px 0 0;
  max-width: 70px;
  position: relative;
  z-index: 1;
}
.comment-avatar::after {
  background: #f5f5f5 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 70px;
  position: absolute;
  top: 34px;
  width: 20px;
  z-index: -1;
}
.comment-avatar img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
}
.comment-tools {
  padding: 0 30px;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 1;
}
.comment-tools a {
  color: #666;
  margin: 0 0 0 15px;
}
.comment-content {
  background: #f6f6f6 none repeat scroll 0 0;
  border-radius: 2px;
  margin: 0 0 35px 90px;
  padding: 30px;
  position: relative;
}
.comment-content h5 {
  font-size: 16px;
  font-weight: 600;
}
.comment-reply {
  margin-left: 90px;
}
h6.widget-title {
  font-family: poppins;
  font-size: 18px;
  margin-bottom: 40px;
}
.comment-content > a {
  color: #444;
}
.comment-content > a:hover {
  color: #F7951E;
}
.comment-content a {
  font-family: poppins;
}
.form-control {
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: none;
  color: #999999;
  font-size: 14px;
  height: 45px;
}
textarea.form-control {
  height: 150px;
  margin-bottom: 35px;
}
.form-control:focus {
  background-color: #fff;
  border-color: #f7951e;
  box-shadow: none;
  color: #495057;
  outline: 0 none;
}
.btn.focus, .btn:focus {
  box-shadow: none;
  outline: 0 none;
}
.comment-form .btn {
  font-weight: 700;
  padding: 17px 35px;
}


/* 11. intro-form */
.contact-list p {
	margin: 0;
}
.intro-form{}
.intro-form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ededed;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  height: 50px;
  width: 100%;
}
.intro-form {
  margin-bottom: 20px;
}
.intro-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor currentcolor #ededed;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  height: 45px;
  margin-top: 55px;
  width: 100%;
}
.intro-form button.btn {
  font-size: 18px;
  font-weight: 500;
}
#map{min-height:860px}


/* 13. features area */
.feas-no {
  position: relative;
}
.feas-no > h1 {
  color: #3d3d3d;
  font-family: poppins;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  opacity: 0.1;
}
.feas-no > h4 {
  font-family: poppins;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  position: absolute;
  top: 16px;
}
.features-wrapper > p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom:0;
}
.white-text .feas-no > h1 {
  color: #fff;
}
.white-text .feas-no > h4 {
  color: #fff;
}
.features-wrapper.white-text > p {
  color: #fefefe;
}
/* 14. video-area */
.video-area {
  background-position: center center;
  background-size: cover;
  padding: 360px 0;
}
.video-icon a {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  border-radius: 50%;
  color: #f7951e;
  display: inline-block;
  font-size: 50px;
  height: 150px;
  line-height: 158px;
  margin: auto;
  position: relative;
  text-align: center;
  width: 150px;
}
.video-icon a::before {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0.7);
  width: 100%;
  transition:.3s;
}
.video-icon a i{position:relative;z-index:99;}
.video-icon a:hover:before{transform:scale(.8)}

/* 15. clouds area */
.clouds-title > h2 {
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
}
.clouds-title h2 span {
  color: #ff9138;
}
.clouds-text  p {
  font-size: 18px;
  line-height: 32px;
}


/* 16. brand area */
.brand-active.owl-carousel .owl-item img {
  width: inherit;
}

/* 17. page title */
.page-title-area {
  background-position: center center;
  background-size: cover;
}
.page-title h2 {
  margin-bottom: 15px;
}
.page-title > p {
  color: #fff;
  margin: 0;
}
.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb  .active {
  color: #ddd;
}
.breadcrumb-item a:hover{color:#f29525}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}


/* timeline */
.single-time-line {
	border: 1px solid #ededed;
	padding: 20px;
}
.time-content h3 {
	font-size: 22px;
}
.time-date span {
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	padding-right: 10px;
	color: #666;
}
.time-date span::before {
	background: #f7951e none repeat scroll 0 0;
	bottom: 8px;
	content: "";
	height: 1px;
	position: absolute;
	width: 35px;
	left: 100%;
}

/* team */
.team-info {
	margin-top: 20px;
}
.team-img img {
	width: 100%;
}
.team-info span {
	color: #777;
}

.info-text h2 {
	color: #fff;
	margin-bottom: 17px;
}
.info-text p {
	color: #fff;
	margin-bottom: 25px;
}
.info-text a {
	padding: 16px 35px;
}

/* category */
.cat-bg-area {
	background-size: cover;
	background-position: center center;
}
.cat-heading h2 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 15px;
}
.cat-heading span{color: #fff}
.category-item .project-content {
	padding-right: 125px;
}



/* timeline */
.time-line-name h4 {
	margin-bottom: ;
	margin-bottom: 15px;
}
.time-line-meta span {
	color: #666;
	font-size: 13px;
	margin-right: 12px;
}
.time-line-meta span a {
	color: #666;
}
.time-line-meta span i {
	margin-right: 2px;
	color: #777;
}
.timeline-wrapper ul li {
	margin-bottom: ;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
}
.timeline-wrapper ul li:last-child{margin: 0;padding: 0;border: 0}







/*--------------------*/
/* FOOTER SECTION */
/*--------------------*/
.ct-u-paddingTop10 {
  padding-top: 10px !important;
}
.ct-footer {
  background-color:#EBEBEB;
  padding-top: 70px;
  margin-top: 20px;
  position: relative;
}
.ct-footer-pre {
  width: 100%;
  padding-bottom: 55px;
  border-bottom: 1px solid #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ct-footer-pre span {
  color: #000;
  font-size: 30px;
}
.ct-footer-pre .form-group {
  position: relative;
  margin: 0;
}
.ct-footer-pre .form-group:before,
.ct-footer-pre .form-group:after {
  content: '';
  display: table;
}
.ct-footer-pre .form-group:after {
  clear: both;
}
.ct-footer-pre .form-group input {
  border: 1px solid #00bff3;
  background-color: #000;
  color:#FFF;
  height: 50px;
  padding: 0 30px;
  margin: 0 5px;
  border-radius: 0 !important;
}
.ct-footer-pre .form-group button {
  height: 50px;
  position: relative;
  width: 80px;
  padding: 0
}
.ct-footer-list {
  padding: 50px 0;
  list-style: none;
  padding-left: 0;
  display: table;
  width: 100%;
  border-bottom: 1px solid #555;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ct-footer-list > li .ct-footer-list-header {
  color: #000;
  font-size: 30px;
}
.ct-footer-list > li ul {
  list-style: none;
  padding-left: 0;
}
.ct-footer-list > li ul li a {
  color: #000;
}
.ct-footer-list > li ul li a:hover,
.ct-footer-post a:hover {
  text-decoration: underline;
}
.ct-footer-post {
  background: #000;
  padding: 30px 0;
}
.ct-footer-post .inner-left,
.ct-footer-post .inner-right {
  padding: 20px 0;
}
.ct-footer-post ul {
  list-style: none;
  padding-left: 0;
  margin: 0 -20px;
}
.ct-footer-post ul li {
  display: inline-block;
  margin: 0 20px;
}
.ct-footer-post a {
  color: #FFF;
}
.ct-footer-post p {
  color: #FFF;
}
.ct-footer-meta {
  padding-top: 30px;
}
.ct-footer-meta .ct-socials {
  padding: 20px 0;
}
.ct-footer-meta .ct-socials li {
  padding: 0 3px;
}
.ct-footer--with-button {
  padding-top: 150px;
}
address {
  color:#000;
  display: inline-block;
}
address span {
  font-weight: 600;
}
address a {
  color: #FFF;
}
address a:hover {
  text-decoration: underline;
}
.btn {
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  color: #111;
  font-size: 26px;
  padding: 12px 30px;
}
.btn.btn-motive {
  background-color: #000;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.btn-motive:hover,
.btn.btn-motive:hover:active {
  background-color: #FFF;
}
.btn.btn-violet {
  color:#FFD700;
  background-color: #4f4f99;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.btn-violet:hover {
  background-color: #000;
}
.btn.btn-violet:hover:active {
  background-color: #2f2f5b
}
.btn.btn-green {
  color: #FFD700;
  background-color: #43670f;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.btn-green:hover {
  background-color: #36520c;
}
.btn.btn-green:hover:active {
  background-color: #314a0b;
}
.btn.btn-red {
  color: #fff;
  background-color: #da2229;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.btn-red:hover {
  background-color: #ae1b21;
}
.btn.btn-red:hover:active {
  background-color: #9d181e
}
.btn.btn-white {
  background-color: #fff;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.btn-white:hover {
  background-color: #d9d9d9;
}
.btn.btn-white:hover:active {
  background-color: #c9c9c9
}
.btn.btn-large {
  padding: 20px 50px;
  font-size: 30px;
  white-space: normal;
}
.ct-mediaSection {
  background-attachment: fixed;
}
.ct-section_header--type1 {
  color: #000;
  font-size: 115px;
  text-transform: uppercase;
}
.ct-section_header--type2 small {
  font-size: 58px;
  line-height: .7;
  display: block;
  font-weight: 700;
  position: relative;
  left: -12px;
}
.ct-section_header--type2 span {
  font-size: 115px;
  line-height: .8;
}
.ct-section_header--type2 img {
  display: inline-block;
  float: left;
  position: relative;
  top: 15px;
  padding-right: 3px;
}
.ct-section_header--type3 {
  text-align: center;
}
.ct-section_header--type3 small {
  font-size: 50px;
  padding: 15px 0;
  font-weight: 700;
  color: #fff;
  background-image: url("/core/fileparse.php/16/urlt/../images/ribbon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block
}
.ct-section_header--type3 span {
  font-size: 150px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: .85
}
.ct-section_header--type4 {
  text-align: center;
}
.ct-section_header--type4:before,
.ct-section_header--type4:after {
  content: '';
  display: table
}
.ct-section_header--type4:after {
  clear: both
}
.ct-section_header--type4 small {
  font-size: 50px;
  color: inherit;
  font-weight: 700;
  display: block
}
.ct-section_header--type4 span {
  font-weight: 400;
  font-weight: bold;
  font-size: 150px;
  text-transform: uppercase;
  display: block;
  line-height: .7
}
.ct-section_header + p {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1.5px;
  text-align: center;
}
.ct-section_header--type4 + p {
  font-weight: 400;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
/* Portfolio */
#portfolio {
    background: rgba(0, 0, 0, 0) url("../images/portfolio_bg.jpg") no-repeat scroll 0 0;
    background-size:cover;
    position:relative;
    padding-bottom: 102px;
    border-bottom:2px solid #ffcb0f;
}
#portfolio::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    background: rgba(255,203,15,0.85);
    top:0;
    left:0;
}
.portfolio_area{ position:relative;color:#fff;}
.portfolio_area h2 {
    color: #fff;
    margin: 65px 0 34px;
}
/* Portfolio filters */
#filters {
    margin: 52px 0 38px;
}
#filters > button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 18px;
    outline: 0 none;
    padding: 6px 17px 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#filters > button:hover {
    border: 1px solid #282828;
    color: #282828;
}
#filters > button.is-checked {
    background: #282828;
}
#filters > button.is-checked:hover {
    color: #fff;
}
.grid{margin: 0 -6px;}
.grid-item{border:6px solid transparent;}
.grid-item, .grid-sizer {width: 25%;}
.grid-item {
    float: left;
    height: 255px !important; 
}
.grid-item{
    overflow: hidden;
}
.grid-item--width2 { width: 50%;}
.grid-item--height2 { height: 510px !important;}
.grid-item:hover img{
    transform: scale(1.1);
}
.grid-item img{
    height: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
/* Portfolio Hover */
.portfolio_hover_area {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    text-align: center;
    opacity:0;
}
.grid-item:hover .portfolio_hover_area {opacity: 1;}
.portfolio_hover_area .fa {
    background: #ffcb0f none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-size: 30px;
    margin-top: 215px;
    padding: 15px;
    border:1px solid transparent;
}
.grid-item .portfolio_hover_area .fa {
    margin-top: -90px;
}
.grid-item--width2 .portfolio_hover_area .fa {
    margin-top: -217px;
}
.portfolio_hover_area > a:first-child{  margin-right: 10px;}
.portfolio_hover_area .fa:hover{
    border:1px solid #ffcb0f;
    background:transparent;
    color:#ffcb0f;
}


@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|Poppins:300,400,500,600,700|Roboto:300,400,500,700');
@media(max-width:1199px ){
  .slider_caption {width: 60%;}
  .slider_caption h2 {font-size: 30px;}
  .slider_right_caption {left: 35%;}
  .singCourse_author > p {font-size: 15px;}
  .side_add{display: block;width: 100%;}
  .side_add>img{width: 100%;}
  .gallery_area a {width: 22.5%;}
}
  
@media(max-width:991px ){
  .navbar-default .navbar-brand {font-size: 18px;}
  .navbar-default .navbar-nav > li > a {font-size: 12px;padding: 30px 9px;}
  .navbar-nav > li > .dropdown-menu li a {font-size: 12px;}
  .navbar-brand{width: 160px;}
  .navbar-brand img{max-width: 100%;}
  .slider_caption {width: 80%;}
  .slider_right_caption {left: 15%;}
  .course_nav { padding-left: 15px;}
  .course_nav .slick-prev {left: -20px;}
  .singCourse_title {font-size: 18px;}
  .singCourse_author > p {font-size: 10px;}
  .single_footer_widget > h3 {font-size: 17px;}
  .single_sidebar > h2 {font-size: 20px;}
  .news_tab .media-body > a {font-size: 12px;}
  .gallery_area a {width: 30.3%;} 

  
}


@media(max-width:767px ){
.navbar-default .navbar-nav > li > a {padding: 10px 20px;}
.navbar-nav > li > .dropdown-menu {left: 15px;}	
.navbar-nav > li > .dropdown-menu:before {border-left: 10px solid transparent;border-right: 10px solid transparent;right: 65%;}
.navbar-toggle{margin-top: 15px;}
.navbar-default .navbar-brand {margin-bottom: 8px;margin-top: 8px;}
.navbar-nav > li > .dropdown-menu:before {display: none;}
.slider_caption {width: 90%;}
.slider_right_caption {left: 5%;}
.slider_caption h2 {font-size: 25px;line-height: 35px;}
.slider_area {margin-top: 66px;}
.aboutus_area {padding-right: 0px;margin-bottom: 30px;}
.single_whyus_top {margin-bottom: 30px;}
.single_skill {margin-bottom: 30px;}
.single_stsTestimonial { margin-bottom: 30px;}
.footer_bootomLeft {margin-bottom: 10px;text-align: center;}
.footer_bootomRight {text-align: center;}
.single_footer_widget {text-align: center;}
.footer_social{text-align: center;}
.footer_social li {display: inline-block;}
#imgBanner {margin-top: 65px;}
#imgBanner h2 {font-size: 50px;}
.courseArchive_content {margin-bottom: 65px;}
.gallery_area a {width: 28.5%;}
.contact_address {margin-top: 50px;text-align: center;}

}

@media(max-width:480px ){	
  .slider_right_caption {top: 15%;}
	.slider_caption h2 {font-size: 20px;line-height: 30px;}
  .slider_caption p { font-size: 13px;}
  .slider_btn {font-size: 13px;padding: 5px 10px;}
  .error_page_content h1 {font-size: 100px;}
  #imgBanner h2 {font-size: 40px;}
  #imgBanner {height: 200px;padding: 80px 0;}
  .gallery_area a {width: 100%;margin-right: 0;margin-left: 0;height: 250px;}
 
}

@media(max-width:360px ){
  .error_page_content h1 {font-size: 70px;}
  .error_page_content h2 {font-size: 40px;}
  .error_page_content p {font-size: 17px;}
  .error_page_content h1:after, .error_page_content h1:before {height: 15px;width: 15px;}
  .error_page_content h1:after {right: -30px;}
  .error_page_content h1:before {left: -30px;}
  .feed_tabs li a {font-size: 14px;}
  #imgBanner h2 {font-size: 30px;}
  .blog_title {font-size: 20px;line-height: 30px;}
  .gallery_area a {width: 100%;margin-right: 0;margin-left: 0;height: 200px;}

}

@media(max-width:320px ){

	
}


