

body {
  background: #fff;
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 300;
  padding-top: 70px;
  overflow-x: hidden;
}


/*---------------------------------------
  Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6,
.navbar-default, .btn {
font-family: 'Lato', sans-serif;
font-weight: 400;
}


h1,h2,h3,h4,h5,h6 {
font-weight: 400;
letter-spacing: 1px;
}

h1 {
  color: #1dc9e3;
  font-size: 52px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

h2 {
color: #1dc9e3;
font-size: 32px;
}

h3 {
color: #1dc9e3;
font-size: 22px;
line-height: 32px;
padding-bottom: 4px;
}

h4 {
font-weight: bold;
}

p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

hr {
border-bottom-color: #999;
width: 100px;
}

.section-btn {
background-color: #000;
border: 2px solid transparent;
border-radius: 100px;
color: #ffffff;
font-size: 18px;
font-weight: bold;
letter-spacing: 1px;
padding: 14px 36px;
margin-top: 26px;
transition: all 0.4s ease-in-out;
}

.section-btn:hover {
background: transparent;
color: #ffffff;
}


/*---------------------------------------
  General               
-----------------------------------------*/

html{
-webkit-font-smoothing: antialiased;
}

a {
color: #1dc9e3;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
text-decoration: none !important;
}
a:hover, a:active, a:focus {
color: #656565;
outline: none;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

::-webkit-scrollbar{
width: 8px;
height: 8px;
}

::-webkit-scrollbar-thumb {
cursor: pointer;
background: #ffffff;
}

.section-title {
position: relative;
padding-bottom: 62px;
text-align: center;
}

#about,
#servieces,
#divider,
#stuff,
#newsletter {
padding-top: 50px;
padding-bottom: 50px;
}

#stuff {
text-align: center;
}


/*---------------------------------------
  Preloader section              
-----------------------------------------*/

.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
width: 60px;
height: 60px;
background-color: #1dc9e3;
border-radius: 100%;
-webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
        animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
0% {
  -webkit-transform: scale(0);
          transform: scale(0); }
100% {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0; } }

@keyframes sk-pulseScaleOut {
0% {
  -webkit-transform: scale(0);
          transform: scale(0); }
100% {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0; } }



/*---------------------------------------
  Navigation section              
-----------------------------------------*/

.navbar-default {
  background: #ffffff;
  border: none;
  box-shadow: none;
  margin: 0 !important;
}

.navbar-default .navbar-brand {
color: #1dc9e3;
font-size: 26px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 50px;
margin: 0;
}

.navbar-default .navbar-brand span {
color: #656565;
}

@media only screen and (max-width: 600px)
{
.navbar-default .navbar-brand span {
  display: none;
}
}

.navbar-default .navbar-nav li a {
  color: #656565;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-right: 20px;
  padding-left: 20px;
}

.navbar-default .navbar-nav > li a:hover {
color: #1dc9e3;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #656565;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1dc9e3;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
   border: none;
   padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
background-color: transparent;
}


/*---------------------------------------
  Home section              
-----------------------------------------*/

#home {
  background: #1dc9e3 url('../images/bgimg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 92vh;
  position: relative;
}

#home img {
width: 100%;
height: auto;
}

#home .home-thumb {
padding-top: 32px;
padding-left: 32px;
text-align: center;
}

#home .overlay {
background: #1dc9e3;
opacity: 0.65;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
}

#home p,
#newsletter p {
color: #f0f0f0;
letter-spacing: 1px;
}

#home .section-btn {
background:#1dc9e3;
border: 2px solid #fff;
}

#home .section-btn:hover {
background: transparent !important;
}

/*---------------------------------------
 About section              
-----------------------------------------*/

#about {
background: #fff;
color: #111111;
}

#about .overlay {
background: #333;
opacity: 0.9;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
}


@media only screen and (min-width: 800px)
{
#about .portrait_bottom {
  color: #111;
  margin-top: 100px;
}

#about img {
  width: 100%;
  height: 100%;
  border-radius: 25%;
  border: 5px solid #1dc9e3;
}
}

@media only screen and (max-width: 800px)
{
#about .portrait_bottom {
  color: #111;
  margin-top: 5%;
}

#about img {
  width: 100%;
  height: 100%;
  border-radius: 25%;
  border: 5px solid #1dc9e3;
}
}

#about .about-thumb {
margin-bottom: 32px;
position: relative;
text-align: center;
}

#about .about-overlay h3 {
padding-bottom: 0px;
}

#about .about-overlay {
background-color: rgba(250,250,250,0.9);
border-radius: 2px;
position: absolute;
bottom: 0px;
width: 100%;
height: 100px;
overflow: hidden;
transition: height 450ms;
}

#about .about-thumb:hover .about-overlay {
height: 100%;
background-color: #ffffff;
color: #222;
padding-top: 30%;
opacity: 0.9;
}

#about .about-thumb:hover h4 {
color: #1dc9e3;
}


/*---------------------------------------
  Servieces section              
-----------------------------------------*/

#servieces .col-md-3 {
display: block;
width: 100%;
padding-bottom: 1rem;
}

#servieces .secondside {
opacity: 0.7;
text-align: center;
background: #1dc9e3;
padding-top: 3px;
margin-bottom: 20px;
padding-bottom: 20px;
border-radius: 15px;
display: block;
}


@media only screen and (min-width: 800px)
{
#servieces .servcontainer {
  margin-top: 40px;
  padding-top: 3px;
  padding-bottom: 20px;
  border-radius: 15px;
  background: rgb(223, 217, 217);
  margin-right: 20px;
  opacity: 0.7;
  text-align: center;
  margin-bottom: 20px;
}
}

@media only screen and (max-width: 800px)
{
#servieces .servcontainer {
  margin-top: 20px;
  padding-top: 3px;
  padding-bottom: 20px;
  border-radius: 15px;
  background: rgb(223, 217, 217);
  margin-right: 20px;
  opacity: 0.7;
  text-align: center;
  margin-bottom: 20px;
}
}

#servieces .servcontainer > h3{
font-size: 36px;
margin-bottom: 10px;
color: #333;
}


#servieces .servlist {
list-style-type: disc;
text-align: left;
font-size: 20px;
}

#servieces .servlist > li{
color: #333;
}

#servieces img {
display: block;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
height: 130px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
/* ideally, transition speed should match zoom duration */
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}


/*---------------------------------------
 Stuff section         
-----------------------------------------*/

#stuff .map {
margin-bottom: 30px;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
padding: 30px 20px;
}

#stuff {
background: #fff;
}

#stuff p
{
color: #111;
}

#stuff span
{
color: #1dc9e3;
}

/*---------------------------------------
 Footer section              
-----------------------------------------*/

footer {
padding-top: 60px;
padding-bottom: 60px;
background: #f2f2f2;
}

footer span {
padding-right: 10px;
padding-left: 10px;
}

footer p {
padding-top: 16px;
color: #1dc9e3;
}


/*---------------------------------------
 Back top         
-----------------------------------------*/

.go-top {
background-color: #ffffff;
box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
border-radius: 100px;
transition : all 1s ease;
bottom: 2em;
right: 2em;
color: #333;
font-size: 22px;
display: none;
position: fixed;
text-decoration: none;
width: 35px;
height: 35px;
line-height: 30px;
text-align: center;
}

.go-top:hover {
  background: #1dc9e3;
  color: #ffffff;
}


/*---------------------------------------
 Mobile Responsive         
-----------------------------------------*/
@media (max-width: 1200px) {
.container {
width: 100%;
}
}

@media (max-width: 980px) {

h1 {
  font-size: 38px;
}

.section-btn {
  padding: 10px 34px 12px;
}

#home, #home .overlay {
  height: 60vh;
}

#home .home-thumb {
  padding-top: 0px;
}

#about {
  text-align: center;
}

#about .about-thumb {
  margin-top: 62px;
}

}

@media (max-width: 768px) {

h1 {
  font-size: 28px;
}

.section-title {
  padding-bottom: 32px;
}

#about, #divider,
#servieces,
#stuff, #newsletter {
  padding-top: 60px;
  padding-bottom: 60px;
}

}

@media (max-width: 767px) {

 body {
  padding-top: 0px;
  text-align: center;
}

.navbar-default {
  text-align: center;
  padding-top: 0px;
}

.navbar-default .navbar-brand {
  line-height: 20px;
}

.navbar-default .navbar-nav li a {
  line-height: 25px;
}

#home, #home .overlay {
  height: 100vh;
}

#home img {
  position: relative;
  display: inline-block;
}

#home .home-thumb {
  padding-top: 32px;
  padding-left: 0px;
}

#stuff .pricing-plan {
  margin-bottom: 62px;
}

}

@media (max-width: 650px) {

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

p {
  font-size: 16px;
}

}