/**********************
DEFAULT
***********************/

body {
	padding-top: 90px;
	font-family: 'Crimson Text', serif;
	font-size: 15px;
	color: #637988;
	line-height: 1.7;
}

ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.social-list li {
	display: inline-block;
}

.social-list a {
	padding: 20px;
	color: #fff;
	text-decoration: none;
}

p {
	margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, label, button, .btn {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	display: block;
}

h1, .h1 {
	font-size: 50px;
}

h2 {
	font-size: 25px;
}

h2.section-title {
	color: #231f20;
}

h5 {
	font-size: 15px;
	letter-spacing: 0.2em;
}

section {
	position: relative;
}

section:nth-child(odd){
	background-color: #f4f4f4;
}

section:nth-child(even){
	background-color: #ffffff;
}

blockquote {
	padding: 0;
	margin: 0;
	border: 0;
}

form {
	text-align: left;
}

label {
	font-weight: normal;
}

button, .btn {
	font-size: 15px;
}

.form-group {
	margin: 0;
}

.form-control {
	background-color: transparent;
    color: #888888;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    transition: all 0.3s ease-out;
    margin-bottom: 5px;
}

.form-control:focus {
	border-color: #ffffff;
	box-shadow: none;
}

/**********************
NAVBAR
***********************/

.navbar {
	min-height: 90px;
	font-family: 'Montserrat', sans-serif;
}

.navbar-default {
	background-color: #ffffff;
}

.navbar-brand {
	height: 100px;
    padding: 10px 0 0;
}

.navbar-brand img {
	max-height: ;
}

.navbar-default .navbar-nav>li>a {
	font-size: 13px;
	color: #707070;
	padding: 35px 20px;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
	color: #00c7fc;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color: #00c7fc;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	margin-top: 28px;
	margin-bottom: 28px;
	border: 0;
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #707070;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle:focus .icon-bar, 
.navbar-default .navbar-toggle:hover .icon-bar {
	background: #00c7fc;
}
/************************************
Drop Down CSS
*************************************/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.navbar-nav > li.active > a {
	color: #ffe600;
	background: transparent;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: -5px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.navbar ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0 !important;
	background:#fff;
	padding:0
}
.navbar ul li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    color: #ff0000;
    text-decoration:none;
}
.navbar ul ul li
{
	float:none;
}

.navbar ul ul a
{
	line-height:120%;
	padding:10px 15px
}
.navbar ul ul ul
{
	top:0;
	left:100%
}
.navbar ul li:hover > ul
{
	display:block
}
/**********************
HOME SECTION
**********************/

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
}

.home-content {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #ffffff;
}

.home-content .h1,
.home-content h2 {
	margin-top: 45px;
}

.home-content .cta-container {
	margin-top: 54px;
}



.home-content .btn-default {
	background-color: transparent;
	border: 1px solid #ffffff;
}

.home-content .btn-default:hover,
.home-content .btn-default.active.focus, 
.home-content .btn-default.active:focus, 
.home-content .btn-default.active:hover, 
.home-content .btn-default:active.focus, 
.home-content .btn-default:active:focus, 
.home-content .btn-default:active:hover {
	background: #ffffff;
	color: #231f20;
	border-color: #ffffff;
}

.home-content .btn-primary {
	background-color: #00c7fc;
}

.home-content .btn-primary:hover,
.home-content .btn-primary.active.focus, 
.home-content .btn-primary.active:focus, 
.home-content .btn-primary.active:hover, 
.home-content .btn-primary:active.focus, 
.home-content .btn-primary:active:focus, 
.home-content .btn-primary:active:hover {
	background: #ffffff;
	color: #00c7fc;
	border-color: #00c7fc;
}

.down-icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	padding: 45px 15px 15px;
}

.down-arrow {
	animation: scrollDown 2s infinite;
}

@keyframes scrollDown {
	0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
	40% {
    transform: translateY(-30px);
  }
	60% {
    transform: translateY(-15px);
  }
}

/*********
Slider
*************/

#slider1_container {
	visibility: hidden;
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 1300px;
	height: 500px;
	overflow: hidden;
}
#slider1_container .jssorl-009-spin {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
}
#slider1_container .jssorl-009-spin img {
	margin-top:-19px;
	position:relative;
	top:50%;
	width:38px;
	height:38px;
}
.slideimg {
	position: absolute;
	left: 0px; 
	top: 0px; 
	width: 1300px; 
	height: 500px; 
	overflow: hidden;
}
.jssorb031 {
	position:absolute;
	bottom:12px;
	right:12px;
}
.jssorb031 .i {
	width:16px;
	height:16px;
	position:absolute;
	cursor:pointer;
}
.jssorb031 .i .svgin {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.jssora051 {
	width:55px;
	height:55px;
	top:0px;
}
.jssora051 svg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.jssorb031 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
.jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;}
.jssorb031 .iav .b {fill:#fff;stroke:#000;fill-opacity:1;}
.jssorb031 .i.idn {opacity:.3;}
.caption {
	position: absolute;
    top: 35%;
    left: 30%;
    width: 550px;
	padding:20px;
    background-color: rgba(34,34,34, 0.7);
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
	font-family: 'Crimson Text', serif;
    z-index: 2;
	color:#fff;
}
.caption p{
	font-family: 'Crimson Text', serif;
	margin-bottom: 10px;
	font-size: 18px;
}
.caption h2 {
	font-family: 'Crimson Text', serif;
}
.btns {
	margin: 0 5px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #04a3ce;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #04a3ce;
    display: inline-block;
}
/**********************
HISTORY SECTION
***********************/
p {
	margin-bottom:15px;
}
ul, ol {
	margin-bottom:15px;
}
#history , #innerpage {
	padding: 50px 0;
}
#innerpage h2 {
	margin-bottom:15px;
	margin-top:15px;	
}
.history-content {
	text-align: center;
}

.history-content p.spc {
	margin-top: 32px;
}

/**********************
PORTFOLIO SECTION
***********************/

.project {
	position: relative;
	width: 320px;
	/*height: 555px; */
	overflow: hidden;
	outline: none;
}

.project:hover .description {
	transform: translateY(-100%);
}

.project img {
	width: 100%;
}


.project .description {
	position: absolute;
	width: 100%;
	height: 370px;
	padding: 61px 33px 54px;
	background: #04a3ce;
	color: #ffffff;
	text-align: center;
	transition: all .3s ease-out;
}

.project .description p {
	margin-top: 65px;
}

.project .description .social-list {
	margin-top: 54px;
}
.bannerimage {
	width:100%;
}
/**********************
SERVICES SECTION
***********************/

#services {
	padding: 75px 0;
}

.service {
	background: #f4f4f4;
	padding: 58px 30px;
	text-align: center;
}

.service .separator {
	width: 30px;
	height: 2px;
	background-color: #00c7fc;
	margin: 25px auto 0;
}

.service h5 {
	margin-top: 20px;
	color: #231f20;
}

.service p {
	margin-top: 25px;
}
.service a {
	color: #637988;
	text-decoration:none;
}
/**********************
CLIENTS SECTION
***********************/

#clients {
	padding: 145px 0 150px;
}

.clients-content {
	text-align: center;
}

.clients-content blockquote {
	color: #231f20;
	font-size: 15px;
	margin-top: 37px;
}

.clients-content blockquote footer {
	margin-top: 30px;
	color: #999999;
}

.clients-content blockquote footer:before {
	content: '';
}

.clients-logs-container {
	margin-top: 115px;
	text-align: center;
}


#contact {

	padding: 55px 0 58px;
}

.contact-subsection {
	border: 1px solid #bdbdbd;
	text-align: center;
	box-sizing: border-box;
}

#about-subsection {
	padding: 35px 70px 30px;
	min-height: 508px;
}
#about-subsection p {
	margin-top: 24px;
}

#form-subsection {
	padding: 35px 70px 30px;
	min-height: 508px;
	overflow: hidden;
}
#formsubsection {
	padding: 0 20px 25px;
	overflow: hidden;
}

#form-subsection textarea,
#formsubsection textarea {
	line-height: 50px;
}

.service .fa{
    font-size: 70px;
    color: #000;
}
#form-subsection form {
	margin-top: 24px;
}
/**********************
FOOTER SECTION
***********************/

#footer {
	background: #333;
	color: #ffffff;
	padding: 55px 0 0;
}

#footer .copyright {
}

#footer .social-list {
	float: right;
}

footer a { color:#fff; }
footer a:hover { color:#fff; }
footer .footer-map { width:100%; height:200px; }

footer .up-footer h2 {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #ffffff;
}
footer .up-footer p {
  color: #ffffff;
}
footer .up-footer img {
  /*margin-top: 20px;*/
}
footer .up-footer ul.navigation {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.navigation li {
  list-style: none;
  margin-bottom: 5px;
}
footer .up-footer ul.navigation li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.9);
}
footer .up-footer ul.navigation li a:hover {
  color: #ffba00;
}
footer .up-footer .info-widget p {
  margin-bottom: 5px;
  display:flex;
}
footer .up-footer .info-widget p i {
  color: #04a3ce;
  margin-right:5px;
}
footer .up-footer .info-widget p.first-par {
  margin-bottom: 20px;
}
footer p.copyright {
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
ul.list {
	list-style-type: disc;
	padding-left:40px;
}
#owl-example .item img {
	width: 100%;
	display:inline-block!important;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.grabbable {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbing { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.ninehun {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #fa0000;
	font-size: 14px;
	font-weight: 600;
}

/**********************
RESPONSIVE
***********************/

@media only screen and (max-width: 1199px) {
	#about-subsection, #form-subsection {
		padding: 35px 70px 30px;
		min-height: 508px;
	}
}

@media only screen and (max-width: 991px) {
    .service:not(first-of-type) {
        margin-top: 30px;
    }
	.caption {
		display:none;
	}	
	.navbar-brand {
		height: 50px;
		padding: 0;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 10px 15px;
	}
	#about-subsection, #form-subsection {
		padding: 80px;
		min-height: auto;
	}
	#form-subsection {
		margin-top: 55px;
	}
}

@media only screen and (max-width: 767px) {
	
	/**********************
	DEFAULT
	***********************/

	h1, h2, h3, h4, h5, h6 {
		line-height: 1.5;
	}

	/**********************
	NAVBAR
	***********************/

	.navbar-default .navbar-nav {
		text-align: left;
		margin-left:15px;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 10px 0;
	}
	.navbar ul ul {
	left:20% !important; /*change as per the width of menu */
	top:50%;
}
.navbar-collapse.in {
    overflow-y: visible;
}

	/**********************
	HOME SECTION
	***********************/
	
	.home-content {
		transform: translateY(-55%);
	}
	
	.home-content .h1,
	.home-content h2 {
		font-size: 42px;
	}

	/**********************
	SERVICES SECTION
	***********************/
    .service {
        padding: 30px;
    }

	/**********************
	CLIENTS SECTION
	***********************/
	.single-client-container:not(first-of-type) {
		margin-top: 60px;
	}

	/**********************
	CONTACT SECTION
	***********************/

	#about-subsection, #form-subsection {
		padding: 60px 30px;
		min-height: auto;
	}


	/**********************
	FOOTER SECTION
	***********************/
	
	#footer .social-list {
		float: none;
		margin-top: 45px;
	}

}

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

	/**********************
	HOME SECTION
	***********************/

	.home-content .btn {
		display: block;
		margin: 0 auto;
	}

	.home-content .btn-primary {
		margin-top: 30px;
	}

}