@-webkit-keyframes jump {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 20% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 50% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 60% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
 80% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes jump {
 0% {
 transform: translateY(0);
}
 20% {
 transform: translateY(0);
}
 40% {
 transform: translateY(-30px);
}
 50% {
 transform: translateY(0);
}
 60% {
 transform: translateY(-15px);
}
 80% {
 transform: translateY(0);
}
 100% {
 transform: translateY(0);
}
}
@-webkit-keyframes bg-color {
  0% { background-color: rgba(0,0,0,.75); }
  30% { background-color:rgba(247,230,0,.25)}
  70% { background-color: rgba(24,85,142,.65) }
100% { background-color: rgba(0,0,0,.75); }
}
@keyframes bg-color {
  0% { background-color: rgba(0,0,0,.75); }
  30% { background-color:rgba(247,230,0,.25)}
  70% { background-color: rgba(24,85,142,.65) }
100% { background-color: rgba(0,0,0,.75); }
}
@-webkit-keyframes bg-color2 {
  0% { background-color: #424242; }
	30% { bbackground-color:#B79624; }
  70% { background-color: #1B76AA; }
100% { background-color: #424242; }
}
@keyframes bg-color2 {
  0% { background-color: #424242; }
  30% { background-color: #B79624;}
  70% { background-color: #1B76AA; }
100% { background-color: #424242; }
}
.pulse {
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
	width: 100%;
  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 
#service2 p, #service2 ul, #service3 p, #service3 ul { color: #ffffff;}
#service2 ul li:before { position: absolute; content: ""; background: url(../images/service2-4.png) no-repeat top/20px; width: 20px; height: 20px; margin-left: -20px;}
#service3 ul li:before { position: absolute; content: ""; background: url(../images/service3-4.png) no-repeat top/20px; width: 20px; height: 20px; margin-left: -20px;}

#service2 ul, #service3 ul { margin-left: -10px; margin-bottom: 50px;}
#service2 ul li, #service3 ul li { padding: 10px 0 0 25px; display: inline-block}
#service3 { background-color: #424242; }
.pcnone { display: none;}
.l-border li { border-left: #424242 3px solid; padding-left: 10px; margin-left: 3px; margin-bottom: 20px; font-size: 13px !important; font-weight: 500;}
 body {
 	background-color: #1B76AA;
 }

* {
	letter-spacing: .5px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	padding: 0;
	margin: 0;
}

a, a:hover, a:focus {
	text-decoration: none;
	color: inherit;
}

ul {
	list-style: none;
}

.content {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}

.padding-section {
	padding-top: 65px;
	padding-bottom: 65px;
}

.section-title1 h2,
.section-title2 h2 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	letter-spacing: 0;
}

.section-title1 h2 {
	color: #424242;
}

.section-title2 h2 {
	color: #ffffff;
}

.section-title1 h2 span,
.section-title2 h2 span {
	padding-left: 2px;
	font-size: 42px;
}

.section-title1 .arrow,
.section-title2 .arrow {
	margin-top: -8px;
}

.section-title1 .arrow1,
.section-title2 .arrow1 {
	display: inline-block;
	width: 28px;
	height: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.8);
}

.section-title1 .arrow1 {
	background-color: #424242;
}

.section-title2 .arrow1 {
	background-color: #ffffff;
}

.section-title1 .arrow2,
.section-title2 .arrow2 {
	margin-bottom: 80px;
	display: block;
	width: 56px;
	height: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.8);
}

.section-title1 .arrow2 {
	background-color: #424242;
}

.section-title2 .arrow2 {
	background-color: #ffffff;
}


.loading-overlay {
	padding-top: 13%;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: #424242;
}

.sk-folding-cube {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}


.navbar {
	width: 100%;
	position: fixed;
	background-color: rgba(60,60,60,0);
	text-align: right;
	border: none;
	margin: 0;
	transition: all .3s;
}

.navbar .navbar-brand {
	padding: 10px 15px;
}

.navbar .navbar-nav a {
	padding: 20px 0 16px;
	margin: 0 20px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff !important;
	transition: all .3s;
	border-bottom: 4px solid rgba(0,0,0,0);
}
.navbar .navbar-brand img { width: 110px;}

.navbar-inverse .navbar-toggle {
	border-color: #ffffff;
	border-radius: 0;
	transition: all .3s;
}



/**** SCROLL TOP ****/

/*.scroll-top {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 50px;
	border-radius: 50%;
	text-align: center;
	opacity: .4;
	cursor: pointer;
	z-index: 10;
	background-color: #ffffff;
	transition: all .3s;
}

	.scroll-top:hover {
		opacity: 1;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
	}

.scroll-top i {
	padding: 5px 20px;
	font-size: 18px;
	line-height: 45px;
}*/

/* nice scoll */
.nicescroll-rails {
	z-index: 1000;
}


.home-section {
	background: url("../images/home.jpg") center center fixed;
	background-size: cover;
	min-height: 100vh;
	color: #ffffff;
}

.home-section .opacity {
	padding-top: 60px;
	background-color: rgba(0,0,0,.75);
	min-height: 100vh;
	height: 100%;
	animation: bg-color 18s infinite;
  -webkit-animation: bg-color 18s infinite;
}
.home-section .home-logo {width: 80%; max-width:400px; padding-bottom: 20px;}
.home-section .display-table {
	display: table;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	margin-top: -50px;
}

.home-section .display-table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.home-section h1 {
	padding: 0 20% 14px;
	font-size: 45px;
	font-weight: bold;
	text-shadow: 0 2px 1px rgba(0,0,0,0.7);
}

.home-section h3 {
	padding-bottom: 14px;
	font-size: 20px;
	font-weight: 600;
	text-shadow: 0 2px 1px rgba(0,0,0,0.7);
}

.home-section p {
	padding: 0 20% 14px;
	font-size: 16px;
}

.home-section span {
	display: inline-block;
	margin-bottom: 14px;
	padding: 14px 20px;
	background-color: #424242;
	font-size: 12px;
	font-weight: bold;
	box-shadow: 0 1px 4px rgba(0,0,0,0.7);
	cursor: pointer;
	transition: all .2s;
}

	.home-section span:hover {
		color: #424242;
		box-shadow: 0 2px 10px rgba(255,215,64,0.7);
	}

.home-section .scroll-down {
	position: absolute;
	bottom: 40px;
	right: 20%;
	cursor: pointer;
	animation: down 2s ease infinite;
	-webkit-animation: down 2s ease infinite;
	-moz-animation: down 2s ease infinite;
	-o-animation: down 2s ease infinite;
}

@keyframes down {
	0% { bottom: 40px; }
	50% { bottom: 20px; }
	100% { bottom: 40px; }
}

@-webkit-keyframes down {
	0% { bottom: 40px; }
	50% { bottom: 20px; }
	100% { bottom: 40px; }
}

@-moz-keyframes down {
	0% { bottom: 40px; }
	50% { bottom: 20px; }
	100% { bottom: 40px; }
}

@-o-keyframes down {
	0% { bottom: 40px; }
	50% { bottom: 20px; }
	100% { bottom: 40px; }
}

.home-section .scroll-down i {
	font-size: 30px;
	text-shadow: 0 2px 1px rgba(0,0,0,0.7);
	transition: all .2s;
}

	.home-section .scroll-down:hover i {
		color: #ffffff;
	}



.about-section {
	padding-bottom: 80px;
}
.about-section .single-about {
	background-color: #424242;
	margin-bottom: 30px;
	padding: 30px 30px 25px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.6), 0 2px 20px 0 rgba(0,0,0,0.50);
}

.about-section .single-about .long-icon {
	font-size: 65px;
	margin-bottom: 28px;
}

.about-section .single-about h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}
.about-section p { padding-bottom: 15px;}
.about-section .single-about p {
	margin-bottom: 10px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 25px;
}

.about-section .single-about .about-more {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.about-section .single-about .cursor-more {
	display: inline-block;
	cursor: pointer;
	transition: all .2s;
}
	.about-section .single-about .cursor-more:hover {
		color: #ffffff;
		text-shadow: 0 0px 1px rgba(0,0,0,0.4);
	}



.services-section, .contact-section {animation: bg-color2 18s infinite;
-webkit-animation: bg-color2 18s infinite;}
.services-section .logo-b { width: 100%; padding: 0 15%; opacity: 0.2}
.services-section .h2 { font-size: 60px; font-weight: 700; text-align: center; color: rgba(255,255,255,.20); padding-bottom: 40px;}
.services-section .single-service {
	padding: 22px 30px 25px;
	margin-bottom: 30px;
	text-align: center;
	color: #ffffff;
	transition: all .2s;
	border-radius: 1%;
}
.services-section .single-service .icon1, .services-section .single-service .icon2, .services-section .single-service .icon3 {width: 100%; height: 200px; margin-bottom: 40px;}

.services-section .single-service .icon1{background: url(../images/service1.png) no-repeat top/70%;transition: background 0.2s ease 0s; }
.services-section .single-service:hover .icon1 {background: url(../images/service1-2.png) no-repeat top/70%; transition: background 0.2s ease 0s;}
.services-section .single-service .icon2{background: url(../images/service2.png) no-repeat top/70%;transition: background 0.2s ease 0s; }
.services-section .single-service:hover .icon2 {background: url(../images/service2-2.png) no-repeat top/70%; transition: background 0.2s ease 0s;}
.services-section .single-service .icon3{background: url(../images/service3.png) no-repeat top/70%;transition: background 0.2s ease 0s; }
.services-section .single-service:hover .icon3 {background: url(../images/service3-2.png) no-repeat top/70%; transition: background 0.2s ease 0s;}
	.services-section .single-service:hover {
		color: #424242;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
	}

.services-section .single-service .service-icon {
	font-size: 50px;
	margin-bottom: 25px;
}

.services-section .single-service h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.services-section .single-service p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 25px;
}

.services-section .service-more span {
	font-size: 12px;
	font-weight: bold;
}

.services-section .service-more .arrow-icon {
	font-size: 12px;
}

.services-section .service-more {
	display: inline-block;
	color: #424242;
	opacity: 0;
	cursor: pointer;
	transition: all .2s;
}

	.services-section .service-more:hover {
		text-shadow: 0 0px 1px rgba(0,0,0,0.4);
	}

	.services-section .single-service:hover .service-more {
		opacity: 1;
	}


.contact-section {
	padding-top: 80px;
	padding-bottom: 30px;
}

.contact-section .contact-part1 {
    margin-bottom: 50px;
}

.contact-section .contact-info {
	padding: 40px 15px;
    margin-bottom: 30px;
	text-align: center;
	color: #424242;
    border: 15px solid #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
	transition: border 0.2s;
}
.contact-section .contact-info:hover {
	border: 15px solid #424242;
	transition: border 0.2s;
}

.contact-section .contact-info img {
	margin-bottom: 20px;
	-webkit-animation: jump 1s linear 0s infinite normal;
	animation: jump 1s linear 0s infinite normal;
}

.contact-section .contact-info h4 {
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
}
.contact-section .contact-info h4 { padding-top: 22px}
.contact-section .contact-info.padt0 h4 { padding-top: 0px !important;}
.contact-section .contact-info.padt0 h4 span { display: block}
.contact-section .contact-part2 {
    margin-bottom: 76px;
}
.contact-section .contact-part3 img { width: 300px; padding-bottom: 50px;}
.contact-section input[type = text],
.contact-section textarea {
	border: 2px solid #ffffff;
	background-color: #424242;
	padding: 12px;
	font-size: 12px;
	font-weight: 600;
	width: 100%;
    height: 50px;
    margin-bottom: 20px;
    color: #ffffff;
    transition: border .2s, box-shadow .2s;
}

.contact-section textarea {
    height: 120px;
    max-width: 100%;
    min-width: 40%;
}

.contact-section input:focus,
.contact-section textarea:focus {
	border-color: #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
}

.contact-section input[type = submit] {
	width: 100%;
	height: 50px;
	border: none;
	color: #424242;
	font-size: 14px;
	font-weight: bold;
	transition: all .2s;
}

.contact-section input[type = submit]:hover {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
	background-color: #ffffff;
}

.contact-section .text-success {
	color: #FFFFFF;
	-webkit-animation: jump 1s linear 0s infinite normal;
	animation: jump 1s linear 0s infinite normal;
}

.contact-section .text-danger {
	color: #ff0030;
}

.contact-section #msgSubmit {
    margin: 0;
    padding: 17px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}


.contact-section .contact-text {
	margin-bottom: 61px;
	text-align: center;
}

.contact-section .contact-text h3 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}

.contact-section .contact-text p {
    margin-bottom: 35px;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
}

.contact-section .contact-text ul li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	line-height: 40px;
	font-size: 16px;
	background-color: #ffffff;
	color: #424242;
	transition: all .2s;
}

	.contact-section .contact-text ul li:hover {
		background-color: #424242;
		color: #ffffff;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
	}

.contact-section .contact-text ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
}

footer { padding: 10px 0; background:#424242; box-shadow: 0 -4px 5px 0 rgba(0,0,0,0.20)}
footer .contact-copyright {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ffd740;
}