/*
  Theme Name: Alstar
  Theme URL: https://bootstrapmade.com/alstar-free-parallax-bootstrap-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

/* ================================
Imports
================================= */
@import url('simpletextrotator.css');
@import url('overwrite.css');
@import url('animate.css');

/* ================================
General
================================= */

body{
	background: #141b18;
	color: #C4C4B3;
	font-family: "Montserrat", Avenir, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 15px;
	line-height: 1.6em;
		-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	font-size: 36px;
}
h2 {
	font-family: "Playfair Display", Georgia, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #C4C4B3;
	font-size: 36px;
	line-height: 1.25em;
	text-align: center;
	font-weight: 900;
	margin-bottom: 0;
}
h3 {
	    font-family: "Playfair Display", Georgia, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #C4C4B3;
	font-size: 28px;
	line-height: 1.25em;
	text-align: center;
	font-weight: 900;
	margin-bottom: 0;
}
h4 {
    color: #C4C4B3;
    font-family: "Playfair Display", Georgia, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 5pt;
    margin-bottom: 20px;
	text-transform: uppercase;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

.lead{
	font-weight: 400;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
button.navbar-toggle {
	background: none;
	border: none;
	color: none;
}
.navbar-default .navbar-toggle:hover {
	background-color: #FABB00;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #141b18;
}
.navbar-default:hover .navbar-toggle:hover .icon-bar{
	background-color: #ffffff;
}

.btn-theme,.btn-theme:hover,.btn-theme:focus{
	color: #FABB00;
}
.btn-theme:hover{
	background: transparent !important;
	border-color: #999;
	color: #999;
}
div.divider{
	padding: 0px 0px 5px 0px;
}

div.divider span.lefted{
    display: block; 
	font-size: 1px;
	line-height: 1px;
    height: 3px;
    width: 80px;
	padding: 0px;
    background-color: #FABB00;
}
div.divider span.centered{
	display: block; 
	font-size: 1px;
	line-height: 1px;
    height: 3px;
    width: 80px;
	padding: 0px;
    background-color: #FABB00;
	clear: both;
	margin: 0 auto;
}


/* ================================
margin, padding
================================= */
.mar-top0 {
	margin-top: 0;
}
.mar-top10 {
	margin-top: 10px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top40 {
	margin-top: 40px;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index:1000;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  outline: none;
}
.hvr-shutter-in-horizontal::before {
	background: #333;
}
.hvr-shutter-in-horizontal:hover {
	background: #b8a07e;
}
.mb-30 {
	margin-bottom: 30px;
}
p {
	margin: 25px 0;
	padding: 0;
	font-size: 15px;
	color: #C4C4B3;
	line-height: 1.5em;
}
a, a:hover {
  color: #00A0A5;
}
/* ================================
NAVBAR
================================= */
.navbar-default {
	background: rgba(248,248,245,0.95)
}
nav.navbar{
	position: fixed;
	top: -75px;
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
}

.navbar-nav{
	float: right;
}

nav.navbar.fixed-to-top{
	top: 0px;
}

.navbar-default{
	border: none;
	border-bottom: none;
	opacity: 1;
	display: none;
	z-index: 9999;
}

.navbar-default .navbar-nav>li>a {
	color: #141b18;
	font-weight: 500;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #FABB00;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	outline: 0;
}

/* brand / logo */
.navbar-default .navbar-brand{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2em;
	margin-top: 5px;
	padding: 0;
}

/* ================================
HOME SECTIONS
================================= */

.home-section {
	width: 100%;
	padding: 120px 0px 150px 0px;
}

/* --- heading --- */
.section-heading {
	margin-bottom: 50px;
	text-align: center;
}

.section-heading h2 {
	font-size: 38px;
	text-transform: uppercase;
}

.section-heading .heading-line {
	margin:0 auto;
	display: block;
	height: 1px;
	width: 80px;
	background: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* ================================
INTRO
================================= */

#intro {
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow-x: hidden;
	height:100vh;
	z-index:2;
	background-size:cover;

}

.intro-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
z-index:999;
}

.intro-text h1 {
	font-family: "Playfair Display", Georgia, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 56px;
    line-height: 1.3em;
    font-weight: 900;
    margin-bottom: 10px;
    color: #C4C4B3;
    width: 90%;
    letter-spacing: 0.01em;
    padding-top: 15vh;
	text-shadow: 1px 1px 2px rgba(12,15,17,0.4);
}

.line-spacer {
	width: 20%;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
	border-bottom:1px solid #fff;
}

.intro-text p span {
	color:#fff;
	font-size: 24px;
	text-align:center;
	font-weight: 300;
}
.header-content .logo{
	vertical-align: top;
	margin-top: 15px;
}
.header-content p {
	font-size: 18px;
	margin-top: 50px;
	margin-bottom: 30px;
	font-weight: 400;
}
.header-content p a {
	border-bottom: dotted 1px #00A0A5;
	text-decoration: none;
}
.header-content p a:hover {
	color: #FABB00;
	border-bottom: solid 1px #FABB00;
	text-decoration: none;
}
.list-social li {
	float: left;
	list-style: none;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 8px;
}
.list-social li a:hover path{
	fill: #FABB00; 
}
.fade-in{
	position: absolute;
	z-index: 800;
	width: 100vw;
	height: 250px;
	background: url( ../img/bgslides/cover_fade-in.png) repeat-x bottom center;
	
	bottom: 0;
}

/* scroll icon */

@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 50%;
	}
	15% {
	opacity: 1;
	top: 25%;
	}
	50% {
	opacity: 0;
	top: 25%;
	}
	100% {
	opacity: 0;
	top: 50%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 50%;
	}
	15% {
	opacity: 1;
	top: 25%;
	}
	50% {
	opacity: 0;
	top: 25%;
	}
	100% {
	opacity: 0;
	top: 50%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 50%;
	}
	15% {
	opacity: 1;
	top: 25%;
	}
	50% {
	opacity: 0;
	top: 25%;
	}
	100% {
	opacity: 0;
	top: 50%;
	}
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 20px;
	z-index: 801;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 10px;
	font-weight: normal;
	color: #00A0A5;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #00A0A5;

}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 18px;
	height: 30px;
	margin: 0 auto 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #C4C4B3;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 4px;
	height: 4px;
	margin: -2px 0 0 -2px;
	background: #FABB00;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
.hide-out {
  transform: translateY(-3000rem);
  animation: fade-in-move-up 0.4s;
}

@keyframes fade-in-move-up {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10rem);
  }
}
@-webkit-keyframes fade-in-move-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10rem);
  }
}
@-moz-keyframes fade-in-move-up {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-10rem);
  }
}

 

/* /scroll icon */
/* ================================
ABOUT
================================= */
#about {
	width: 100%;
	height: auto;
	padding-top: 150px;
}
#about .div-img-bg {
	padding-bottom: 20px;
	border: 3px solid #FABB00;
}
#about .div-img-bg .about-img img {
	width: 100%;
	margin-top: -60px;
	margin-left: 20px;
	height: 400px;
	object-fit: cover;
}
#about .about-descr .p-heading {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	line-height: 1.25em;
	text-align: left;
	font-weight: 900;
	letter-spacing: 0.01em;
	margin-bottom: 0;
}
#about .about-descr .separator {
	
	margin-bottom: 0;
	text-align: left;
}
blockquote.shorty {
	float: left;
	margin: 0em .6em 0em 0em;
	border: none;
	line-height: 125%;
	font-size: 20px;
	color: #00A0A5;
	font-weight: 700;
	font-style: italic;
	width: 50%;
	letter-spacing: -.02em;
	padding: 0;
}
#about .col-lg-4 {
	padding-right: 40px;
}
#about .container {
	padding: 10px 0px 40px 0px;;
}



/* ================================
>> Subsection Services
================================= */
#services {
	position: relative;
	padding-bottom: 150px;
}

div.services_block ul {
    list-style-type: none;
    margin: 0 auto;
	width: 100%;
    padding: 0;
    overflow: hidden;
}
div.services_block ul li{
	float: left;
	display: inline;
	text-align: center;
	width: 33%;
	padding: 0 10px 0 10px;
}

div.services_block ul li h3{
	color: #C4C4B3;
	font-family: "Playfair Display", Georgia, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 26px;
	margin-top: 15px;
	letter-spacing: 0.01em;
	text-align: center;
}
div.services_block ul li p{
	margin-top: 15px;
	width: 100%;
	text-align: center;
	
}

/* ================================
1st PARALLAX - In a Nutshell
================================= */
#parallax1{
	background: url(../img/parallax/1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.lead{
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4em;
	width: 80%;
	padding-top: 20px;
	margin: 0 auto;
}
.icon-nutshell{
	margin: 0 auto;
	width: 100%;
	height: 118px;
	text-align: center;
}

/* ================================
WORKS
================================= */
a.portfolio-pdf {
	font-weight: 500;
	display: inline-block;
	margin: 0;
	outline: none;
	text-decoration: none;
 }
 a.portfolio-pdf:hover{
 	color: #141b18;
	background-color: #FABB00;
	padding: 0px 3px;
	margin: 0px -3px;
 }	
#portfolio{
	background: #E7E7DB;
}
.portfolio-section{
	width: 100%;
	padding: 150px 0px 150px 0px;
}


#portfolio .section-heading{
	text-align: center;
	align-content: center;
}


#portfolio .section-heading h4,
#portfolio .section-heading p{
	color: #141b18;
}
.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	height: 250px;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
	width: 250px;
	height: 250px;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: none;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
	position: absolute;
	background-color: #f0f0e9;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 0;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 40px 0 0;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 500px;
	max-width: 500px;
}

.og-details h3 {
	text-align: left;
	margin-bottom: 10px;
	color: #141b18;
}

.og-details p {
	font-weight: 400;
	font-size: 15px;
	color: #141b18;
}

.og-details a {
	font-weight: 500;
	display: inline-block;
	margin: 0;
	outline: none;
	text-decoration: none;
}

.og-details a:hover {
	color: #141b18;
	background-color: #FABB00;
	padding: 0px 3px;
	margin: 0px -3px;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }

}
.og-details div.industry{
	color: #141b18;
}
.og-details div.industry span{
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	font-size: 12px;
}


/* ================================
2nd PARALLAX - Clients
================================= */
#parallax2{
	background: url(../img/parallax/2.jpg)no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* ================================
Clients
================================= */
ul.clients {
	list-style: none;
	text-align: center;
}
ul.clients li {
	display: inline;
	padding: 0px;
	margin: 10px 15px 10px 15px;
}


/* ================================
Bottom widget
================================= */
#bottom-widget {
  overflow: hidden;
	background-color: #00A0A5;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0px 50px 0px;
}
#bottom-widget p{
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	width: 320px;
	line-height: 1.4em;
	text-align: center;
	font-weight: 900;
	margin: 0 auto;
	color: #ffffff;
	letter-spacing: 0.01em;
}
#bottom-widget p a{
	color: #ffffff;
	border-bottom: dotted 1px #ffffff;
	text-decoration: none;
}
#bottom-widget p a:hover {
	color: #FABB00;
	border-bottom: solid 1px #FABB00;
	text-decoration: none
}
.footer-items ul.list-social{
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.footer-items ul.list-social li {
	list-style: none;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 8px;
	float: none;
}
.footer-items ul.list-social li a:hover path{
	fill: #FABB00; 
}
/* ================================
Footer
================================= */
footer {
	text-align: center;
	color: #fff;
	padding: 40px 0px 40px 0px;
}

footer a {
	color: #C4C4B3;
}

footer a:hover {
	color: #FABB00;
	text-decoration: underline;
}
footer .footer-items p{
	margin: 8px 0px 40px 0px;
	font-size: 11px;
	text-align: center;
}
footer .footer-items ul li{
	display: inline;
}

/* Back to top button */
.back-to-top {
background: rgba(255,255,255,0.10);
color: rgba(255,255,255,0.40);
font-size: 20px;
font-weight: 700;
	
}
.back-to-top:after{
	content:"↑"
}
.back-to-top:focus {
  background: #FABB00;
  color: #000;
	text-decoration: none;
}


.back-to-top:hover {
  background: #FABB00;
  color: #000;
text-decoration: none;
}
/* ================================
additional media queries
================================= */
@media (min-width:320px) and (max-width:575px) {
   .container {
    padding-right: 5px;
    padding-left: 5px;
}
.header-content p{
		font-size: 12px;
	}
	.intro-text{
		padding: 0 10px 0 10px;
	}
	.intro-text h1 {
	font-size: 30px;
    padding-top: 4vh;
	}
	#about {
    	padding: 0 10px 0 10px;
	}
	#about .div-img-bg { 
    display: none;
	}
	.scroll-btn{
		display: none;
	}
	.navbar-default .navbar-brand {
		padding-left: 20px;
	}
	ul.nav {
    	margin: 0 auto;
    	width: 100%;
    	text-align: center;
    }	
    .navbar-default .navbar-nav>li>a {
	    color: #141b18;
	    font-weight: 900;
	    font-size: 18px;
	    text-transform: uppercase;
	    margin: 15px 0 15px 0;
	}
	div.services_block ul li {
	    float: none;
	    display: block; 
	    text-align: center;
	    padding: 10px 0px 10px 0px;
	    margin: 0 auto;
	    width: 80%;
   }

}
@media (min-width:576px) and (max-width:767px) {

	header .carousel-iphone, .detail .screenshot{
		width: 280px;
	}
	.intro-text{
		padding: 0 20px 0 20px;
	}
	header .carousel, .detail .screenshot img{
		padding-top: 85px;
		width: 245px;
	}
	.header-content p{
		font-size: 15px;
	}
	.intro-text h1 {
	font-size: 46px;
    padding-top: 9vh;
	}
	.service .screenshot img{
		margin-top: -12px;
		padding-top: 0px;
	}

	header{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	header h1{
		font-size: 70px;
	}
	#about {
    	padding: 10px 20px 0 20px;
	}
	#about .div-img-bg { 
    display: none;
	}
	.scroll-btn{
		display: none;
	}
	.navbar-default .navbar-brand {
		padding-left: 20px;
	}
	ul.nav {
    	margin: 0 auto;
    	width: 100%;
    	text-align: center;
    }	
    .navbar-default .navbar-nav>li>a {
	    color: #141b18;
	    font-weight: 900;
	    font-size: 18px;
	    text-transform: uppercase;
	    margin: 15px 0 15px 0;
	}
		div.services_block ul li {
	    float: none;
	    display: block; 
	    text-align: center;
	    padding: 10px 0px 10px 0px;
	    margin: 0 auto;
	    width: 80%;
   }
}
@media (min-width:768px) and (max-width:991px) {

	header{
		padding-bottom: 50px;
		min-height: 1000px;
		height: 100%;
	}
	.container{
		width: 100%;
	}
	.navbar-default .navbar-brand {
		padding-left: 20px;
	}
	.intro-text {
    	padding: 0 20px 0 20px;
	}
	.intro-text h1 {
		font-size: 48px;
    	padding-top: 9vh;
	}
	#about {
    	width: 100%;
    	height: auto;
	    padding: 110px 20px 0 20px;
	}
	
	div.services_block ul li {
	    float: none;
	    display: block; 
	    text-align: center;
	    padding: 10px 0px 10px 0px;
	    margin: 0 auto;
	    width: 80%;
   }
	.box-team, .box-team img {
		text-align: center;
	}
	.box-team img {
		float: none;
		margin:0 auto;
	}
	.box-team {
		margin-bottom: 30px;
	}

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; padding: 0 40px; }
	}
	#about .div-img-bg { 
    width: 45%;
	}
		
}
@media (min-width:992px) and (max-width:1021px) {

	.service.carousel .item h4, .service.carousel .item p{
		text-align: center;
	}

	.service p{
			margin-bottom: 60px;
	}
	.og-expander {
		background: transparent;

	}
	.og-details {
		padding: 0 20px;
	}
	
}
@media (min-width:1024px) and (max-width:1199px) {
	.col-lg-4 {
		display: inline;
		float: left;
		width: 34%;
	}
	.col-lg-7 {
    	width: 66%;
    	display: inline;
    	float: right;
    	margin-top: -60px;
	}
	#about .div-img-bg {
		width: 100%;
	}
	
}
@media (min-width: 1200px){	
	.col-lg-7 {
    	width: 65.33333333%;
	}
	#about .div-img-bg {
		width: 100%;
	}
	
}





