/*
	* Template name: Splashr - Responsive HTML5 Creative Startup Template
	* Template URI: http://koder.top/demo/splashr/
	* Version: 1.0	
	* Author: Farhadur Rahim
	* Author URI: https://themeforest.net/user/webmechanicx
*/


/* Table of Content
==================================================
	#01. Web Fonts
	#02. Common CSS
	#03. Preloader CSS
	#04. Homescreen CSS
	#05. Who We Are CSS
	#06. What We Do CSS
	#07. Project CSS
	#08. Reviews CSS
	#09. Team CSS
	#10. Contact CSS
	#11. Footer CSS
*/

/*--------------------*/
/* Import all style */
/*--------------------*/

    @import 'bootstrap.min.css';
	@import 'jquery.fullPage.css';
    @import 'et-line-font.css';
    @import 'font-awesome.min.css';
    @import 'owl.carousel.min.css';
	@import 'owl.theme.default.min.css';
    @import 'animate.min.css';

/*--------------------*/
/* 01. Web Fonts */
/*--------------------*/

	@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Titillium+Web:300,400,600,700,900');

/*--------------------*/
/* 02. Common CSS */
/*--------------------*/

::-moz-selection { background: #43b4da; color:#fff; }
::selection { background: #43b4da; color:#fff; }

body, 
html {
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  color: #44525f;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a { 
  text-decoration: none;
  color: #2f2f2f;
  
}

a:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'Titillium Web', sans-serif;
  color: #2c3e4d;
}
/*--  Heading 2 is used for all titles --*/
h2 {  
  font-size: 40px;
  font-weight: 600;
  color: #313338;
  line-height: 40px;
}

img {
  border:none;
}

section h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading h2 {
  color: #fff;
  line-height: normal;
  text-transform: capitalize;
}

section .heading {
  margin-bottom: 125px;
}

section .heading p {
  font-size: 16px;
}

section h3 {
  color: #333;
  font-weight: 600;
  font-size: 1.6rem;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border-width: 0 0 1px;
  padding: 5px 0;
  z-index: 1030;
  border-radius: 0;
  transition: all 0.2s;
}

.navbar-brand > img {
  width: 125px;
}

.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  font-family: 'Fjalla One', sans-serif;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 15px;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent;
}

#fp-nav ul li .fp-tooltip {
  background-color: #333;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 75%;
  overflow: visible;
}

#fp-nav ul li .fp-tooltip:before {
  content: "";
  width: 0px;
  height: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #333;
  border-top-color: rgba(255, 255, 0, 0);
  border-bottom-color: rgba(255, 255, 0, 0);
  position: absolute;
  top: 5.25px;
  right: -5px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  height: 7px;
  width: 7px;
  margin: -3px 0 0 -3px;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
  height: 16px;
  width: 16px;
  margin: -8px 0 0 -8px;
  border: 4px solid rgba(255,255,255,0.75);
}

.social-links {
  list-style: outside none;
}

.social-links li {
  display: inline-block;
  margin-left: 5px;
}

.social-links li:first-child {
  margin-left: 0px;
}

.social-links li a {
  width: 22px;
  height: 18px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.social-links li a:hover, 
.social-links li a:focus {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.9)";
}

/*--------------------*/
/* 03. Preloader CSS */
/*--------------------*/

#preload-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

#preload-block .square-block {
  background: url('../images/preloader.gif') no-repeat center center;
  width: 80px;
  height: 80px;
  text-align: center;
  position: relative;
  top: 45%;
  margin: 0 auto;
}

/*--------------------*/
/* 04. Home Screen CSS */
/*--------------------*/

.homescreen h1 {
  color: #fff;
  font-size: 4em;
  position: relative;
  overflow: hidden;
}

.homescreen:before {
  content: "";
  position: absolute;
  background-color: rgba(0,0,0,0.65);
  width: 100%;
  height: 100%;
}

.homescreen p {
  font-size: 24px;
  color: #fff;
}

.homescreen h1, 
.homescreen p {
  text-shadow: 0px 2px 0px rgba(0,0,0,0.5);
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -50px;
  width: 95px;
  height: 40px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/*--------------------*/
/* 05. Who We Are CSS */
/*--------------------*/

.whoweare h2 {
  line-height: normal;
}

.whoweare, 
.whoweare h2, 
.whoweare p {
  color: #fff;
}

.whoweare .qr-code-img {
  margin: 0 auto;
}

/*--------------------*/
/* 06. What We Do CSS */
/*--------------------*/

.whatwedo, 
.whatwedo h2, 
.whatwedo .box-content h3 {
  color: #fff;
}

.whatwedo h2 {
  line-height: normal;
}

.whatwedo .box-content {
  margin-top: 20px;
}

.whatwedo .box-content h3 {
  margin-top: 10px;
}

/*--------------------*/
/* 07. Project CSS */
/*--------------------*/

.project {
  color: #fff;
}

.project .owl-dots {
  display: none;
}

.project-slick .item {
  padding: 0.5rem;
}

.project .owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.75);
}

.project .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
}

.popup-effect {
  width:100%;
  height:100%;
  float:left;
  overflow:hidden;
  position:relative;
  text-align:center;
  cursor:default;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.popup-effect img {
  display:block;
  position:relative;
  -webkit-transition:all .4s linear;
  transition:all .4s linear;
}

.popup-effect h2 {
  text-transform:uppercase;
  color:#fff;
  text-align:center;
  position:relative;
  font-size:17px;
  background:rgba(0,0,0,0.6);
  padding:10px;
  -webkit-transform:translatey(-100px);
  -ms-transform:translatey(-100px);
  transform:translatey(-100px);
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
}

.popup-effect a.info { 
  text-decoration:none;
  display:inline-block;
  text-transform:uppercase;
  color:#fff;
  border:1px solid #fff;
  background-color:transparent;
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  margin:50px 0 0;
  padding:7px 14px;
}

.popup-effect a.info:hover {
  background-color: #fff;
  color: #333;
}

.popup-effect:hover img {
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}

.popup-effect .cover-layer {
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out
}

.popup-effect:hover .cover-layer {
  opacity:1;
  filter:alpha(opacity=100);
}

.popup-effect:hover h2,.popup-effect:hover a.info {
  opacity:1;
  filter:alpha(opacity=100);
  -ms-transform:translatey(0);
  -webkit-transform:translatey(0);
  transform:translatey(0);
}

.popup-effect:hover a.info {
  -webkit-transition-delay:.2s;
  transition-delay:.2s;
}

/*--------------------*/
/* 08. Feedback CSS */
/*--------------------*/

.reviews {
  text-align: center;
}

.reviews h2 {
  color: #fff;
}

.reviews .owl-carousel .owl-dots {
  display: none;
  visibility: hidden;
}

.reviews .owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.75);
}

.reviews .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
}

.feedback-item {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 30px;
}

.feedback-item .top-icon {
  margin-bottom: 20px;
}

.feedback-item .top-icon, 
.feedback-item .client-name {
  color: rgba(255,255,255,0.75);
}

.feedback-item .client-name {
  font-size: 16px;
}

/*--------------------*/
/* 09. Our Team CSS */
/*--------------------*/

.team, 
.team h3, 
.team p {
  color: #fff;
}

.team h3 {
  font-size: 24px;
  margin-bottom: 0px;
}

.team .member-item img {
  margin: 0 auto;
}

.team .owl-nav {
  display: none;
}

.team .owl-dots {
  margin-top: 30px;
}

.team .owl-theme .owl-dots .owl-dot.active span {
  background-color: #00ffff;
}

.team .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
}

/*--------------------*/
/* 10. Contact CSS */
/*--------------------*/

.contactus, 
.contactus a {
  color: #fcfcfa;
}

.contactus h2 {
  color: #fff;
  line-height: 1.04167;
  margin-top: 20px;
}

.enquiry-box {
  margin-top: 20px;
}

.enquiry-box .form-control {
  width: 100%;
  height: auto;
  background: #a5c1ca;
  color: #303c40;
  border: none;
  font-size: 14px;
  line-height: 26px;
  padding: .5em .75em;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: background 100ms, color 100ms;
  transition: background 100ms, color 100ms;
}

.enquiry-box .form-control:focus {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.enquiry-box label {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fcfcfa;
  font-size: 13px;
  font-weight: 400;
}

.contact-details dt {
  color: #82a9b6;
  font-weight: 400;
}

.contact-details dd {
    margin-left: 0;
}

.contact-details dl dt:first-child {
  margin-top: 1.5625em;
}

.contact-details dd + dt {
    margin-top: 1.5625em;
}

.contact-details dd + dt:before {
  border-top: thin solid #82a9b6;
  content: "";
  display: block;
  margin-bottom: 1.5625em;
  width: 6em;
}

.contact-details dd .org {
  font-weight: 600;
  text-transform: uppercase;
}

.enquiry-box ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #dae8ed;
}
.enquiry-box :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #dae8ed;
  opacity:  1;
}
.enquiry-box ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #dae8ed;
  opacity:  1;
}
.enquiry-box :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #dae8ed;
}

.btn-secondary {
  background: none;
  border: thin solid #fcfcfa;
  padding: 1.25em 2em 1em 2em;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.btn-secondary:hover, 
.btn-secondary:focus {
  background: #fcfcfa;
  color: #4d8599;
}

/*--------------------*/
/* 11. Footer CSS */
/*--------------------*/

footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 10px 0;
}

footer a, 
footer p {
  font-size: 14px;
}

footer a, 
footer a:hover {
  color: #fff;
  text-decoration: none;
}

footer .copyright {
  color: rgba(255,255,255,0.75);
}