/*-------------------------------------------------------------------------
    
    Theme Name: Creative Studio: One Page Minimal Bootstrap HTML5 Template
    Auther: SynchroTheme
    Author URI: http://synchrotheme.com
    Version: 1.0

  -------------------------------------------------------------------------
 
    Table of Contents

    01. Fonts Section
    02. General Section
    03. Author's Style Section
    04. Extra Css Section
  
  -------------------------------------------------------------------------*/

/* ==========================================================================
   Fonts Section
   ========================================================================== */
  @import url('https://fonts.googleapis.com/css?family=Playfair+Display:700,900|Source+Sans+Pro|Amatic+SC');

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

html,
body { 
    height: 100% 
}

body{
    font-family:'Source Sans Pro', sans-serif;
    font-size: 1.5em;
    line-height: 1.5em;
    background: #fff;
    color: #444;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', sans-serif;
    margin: 0 0 15px;
    font-weight: 700;
}

a{
  color: #444;
}
a:focus { 
    outline: 0 solid;
    color: #fff;
    text-decoration: none;
}

a:hover { 
    text-decoration: none;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

p{
    line-height: 1.6;
}

ul{
    list-style: none;
}

textarea {
    resize: vertical;
}

.sort .mix{
    display: none;
}

.page_title h2{
  color: #444;
  margin-bottom: 60px;
  text-transform: capitalize;
}

.section_padding{
    padding-top: 100px;
    padding-bottom: 70px;
}

.creative_btn{
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid;
  border-radius: 5px;
}

/* ==========================================================================
   Author's Style Section
   ========================================================================== */
/*
-----------------------------------------
Preloader Section
-----------------------------------------
*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
}
.sk-wave {
  margin: 22% auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }
  .sk-wave .sk-rect {
    background-color: #62bcfa;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
            animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
  .sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s; }
  .sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

/*
-----------------------------------------
Home Section
-----------------------------------------
*/
section.home {
    height: 100%;
    position: relative;
}

/*Nav
====================*/
.main_nav{
  z-index: 5;
  border-radius: 0px;
  background: rgba(152, 218, 252, .5);
  border-color: transparent;
  width: 100%;
  position: fixed;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
.logo{
  font-family: 'Amatic SC', cursive;
  font-size: 25px;
}
.logo,
.logo:hover,
.logo:focus{
  color: #fff !important;
  font-weight: bold;
}
.main_nav .nav > li > a{
  font-weight: 600;
  color: #fff;
  font-family: 'Playfair Display', sans-serif;
}

.main_nav .nav > li > a:focus, 
.main_nav .nav > li > a:hover{
  background: transparent;
  color: #444;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
  color: #444;
  background: transparent !important;
}

.isActive{
  background: #62bcfa;
  box-shadow: 0px 1px 3px #62bcfa;
}
/*Home Content
=====================*/
.home_slider_content {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.home_slider_content:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background: rgba(0,0,0,.5);
}
.home_content h2 {
    text-transform: capitalize;
    font-size: 3.5vw;
    color: #62bcfa;
}

.home_content p{
  color: #fff;
}

.home_btn{
  background: #62bcfa;
  border-color: #62bcfa;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
.home_btn:hover,
.home_btn:focus{
  background: transparent;
  color: #62bcfa;
  border-color: #62bcfa;
}
/* Home Slider
================== */
.home_bg_slider {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
}
.home_bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.home_bg_one {
    background-image: url("../img/slider/1.png");
    background-attachment: fixed;
}
.home_bg_two {
    background-image: url("../img/slider/1.png");
    background-attachment: fixed;
}
.home_bg_three {
    background-image: url("../img/slider/1.png");
    background-attachment: fixed;
}
/*
-----------------------------------------
About Section
-----------------------------------------
*/
/*About Content
======================*/
.about_content img {
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
}
.about_content h3 {
  text-transform: uppercase;
}

/*About Tab
=====================*/
.about_tab_btn ul{
  margin-left: 0px;
}
.about_tab_btn ul li a{
  background: #444;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  display: inline-block;
  padding: 5px 10px;
  border-color: transparent;
  border-radius: 0px;
}
.about_tab_btn ul li a:hover{
  background: #62bcfa;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover{
  background: #62bcfa;
  color: #fff;
}
.nav-tabs{
  border-bottom-color: transparent;
}
.about_tab_item {
  border: 1px solid #ddd;
  padding: 15px 20px;
  margin-bottom: 20px;
  display: none;
}
.about_tab_item h4 {
  text-transform: capitalize;
}

.about-tab_active{
  display: block;
}
/*Accordion
=====================*/
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}
.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #fff;
  background-color: #444;
  border-color: #EEEEEE;
}
.panel-default > .panel-heading:hover{
  background: #62bcfa;
}
.panel-title {
  font-size: 14px;
}
.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}
.panel-title > a:focus .panel-default > .panel-heading{
  background: red;
}
.more-less {
  float: right;
  color: #fff;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ddd;
}
.Aactive{
  background: #62bcfa !important;
}
/*
-----------------------------------------
Service Section
-----------------------------------------
*/

.service_item {
  text-align: center;
  padding: 1.5em;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
  background: #eee;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2;
  -ms-transition: .2s;
  transition: .2s;
}
.service_item:hover{
  -webkit-box-shadow: 2px 2px 28px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 28px -5px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 28px -5px rgba(0,0,0,0.75);
}
.service_item:hover:before{
  box-shadow: 5px 5px 5px #444;
}
.service_item i {
  font-size: 4em;
  margin-bottom: .2em;
}
.service_item:hover i {
  color: #62bcfa;
}
.service_item h4 {
  text-transform: capitalize;
}
/*
-----------------------------------------
Team Section
-----------------------------------------
*/
.team_item {
  position: relative;
  overflow: hidden;
}
.team_image{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}
.team_image img{
  width: 100%;
  height: 100%;
}
.team_description {
  width: 90%;
  height: 90%;
  top: 5%;
  position: absolute;
  background: #fff;
  padding-top: 20% !important;
  left: 5%;
  padding: 5%;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  -ms-transition: opacity .4s;
  transition: opacity .4s;
}

.team_item:hover .team_description {
  opacity: 1;
}

.team_social i {
  display: inline-block;
  padding: ;
  width: 30px;
  height: 30px;
  border: 1px solid #444;
  line-height: 28px;
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.team_social i:hover{
  background: #62bcfa;
  border-color: #62bcfa;
  color: #fff;
}
/*
-----------------------------------------
Portfolio Section
-----------------------------------------
*/

/*Portfolio
========================*/
/*Portfolio
========================*/
.port_btns{
  text-align: center;
  margin-bottom: 2em;
}

.port_btns .filter{
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 15px;
  margin-right: 5px;
  color: #62bcfa;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 14px;
}

.port_btns .filter:hover{
  border-color: #62bcfa;
  color: #62bcfa;
}

.port_btns .filter.active,
.port_btns .filter:focus{
  background: #fff;
  color: #62bcfa;
  border-color: #62bcfa;
  box-shadow: 0px 0px 0px transparent;
  outline: none;
}

.port_item{
  width: 30.8%;
  float: left;
  margin-right: 14px;
  margin-left: 14px;
  margin-bottom: 28px;
  position: relative;
}

.port_item img{
  width: 360px;
  height: 240px;
}

.port_view{
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  bottom: 5%;
  background: rgba(255, 255, 255, 1);
  color: #444;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.port_item:hover .port_view{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.port_view i{
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #62bcfa;
}

/*
-----------------------------------------
Testimonial Section
-----------------------------------------
*/
.testimonial {
  background: url('../img/slider/1.png') no-repeat center center / cover;
  background-attachment: fixed;
  position: relative;
  padding-bottom: 70px;
}
.testimonial:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background: #444;
  opacity: .8;
}
.testimonial_item img {
  width: 150px !important;
  height: 150px;
  border: 8px solid rgba(152, 218, 252, .5);
  margin: 0px auto;
}
.testimonial_item p {
  line-height: 1.5em;
  margin-top: 20px;
  color: #fff;
}
.testimonial_item h3 {
  text-transform: capitalize;
  color: #62bcfa;
}
.testimonial_item h5{
  color: #fff;
}
.testimonial_item {
  text-align: center;
}
.testimonial_items .owl-dots .owl-dot span{
  background: #fff ;
}
.testimonial_items .owl-dots .owl-dot.active span,
.testimonial_items .owl-dots .owl-dot:hover span{
  background: #62bcfa;
}
/*
-----------------------------------------
Pricing Section
-----------------------------------------
*/
.pricing_table{
  background: #eee;
  padding: 2em 0px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.pricing_table.best{
  background: #62bcfa;
  color: #fff;
}
.pricing_table ul{
  margin-right: 10%;
}
.pricing_table ul li{
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 18px;
}
.pricing_table .title{
  font-size: 25px;
  text-transform: uppercase;
}
.pricing_table .icon{}
.pricing_table .value{
  font-size: 60px;
  margin-bottom: .7em;
  font-weight: 700;
}
.pricing_table .line{
  height: 2.5px;
  background: #333;
  width: 30%;
  margin: 0px auto;
  margin-bottom: 25px;
  margin-top: 20px;
}
.pricing_table.best .line{
  background: #fff;
}
.pricing_table .price_btn{
  background: #333;
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}

.pricing_table .price_btn:hover{
  background: transparent;
  border-color: #333;
  color: #333;
}

.pricing_table.best .price_btn{
  background: #fff;
  color: #62bcfa;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.pricing_table.best .price_btn:hover{
  background: transparent;
  border-color: #fff;
  color: #fff;
}
/*
-----------------------------------------
Blog Section
-----------------------------------------
*/
.blog_content{
  margin-bottom: 20px;
}
.blog_content img {
  width: 100%;
  height: 240px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.blog_img{
  overflow: hidden;
}
.blog_content:hover img{
  transform: scale(1.5);
}
.blog_icon {
  padding: 5px 0px;
}
.blog_icon i {
  color: #62bcfa;
}
.blog_content h4 {
  text-transform: capitalize;
}
.blog_btn {
  border-color: #62bcfa !important;
  color: #fff !important;
  padding: 5px 10px !important;
  background: #62bcfa;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.blog_btn:hover{
  background: transparent;
  color: #62bcfa !important;
}
/*
-----------------------------------------
Map Section
-----------------------------------------
*/
.map {
  background: #62bcfa;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 50px;
  text-align: center;
}
.map h3 {
  text-transform: uppercase;
  color: #fff;
  margin: 0px;
  margin-top: 10px;
}
.map_btn {
  padding: 10px 40px !important;
  color: #62bcfa;
  background: #fff;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.map_btn:hover,.map_btn:focus{
  background: transparent;
  color: #fff;
}
.address_modal h3{
  color: #62bcfa;
}
.contact_info_item {
  padding: 15px 0px;
}
.contact_info_item i {
  color: #62bcfa;
}
.map_modal iframe{
  width: 100%;
  height: 400px;
  border-color: transparent;
}
/*
-----------------------------------------
Contact Section
-----------------------------------------
*/
.form-control{
  border-radius: 0px;
  border-color: #333;
}

.form-control:focus{
  outline: none;
  border-color: #62bcfa;
}
.actions input{
  border-color: #62bcfa;
  background: #62bcfa;
  color: #fff;
  font-size: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.actions input:hover{
  border-color: #62bcfa;
  background: transparent;
  color: #62bcfa;
}
.actions input.active.focus, 
.actions input.active:focus, 
.actions input.focus, 
.actions input:active.focus, 
.actions input:active:focus,
.actions input:focus{
  outline: none;
}
/*
-----------------------------------------
Footer Section
-----------------------------------------
*/
section.footer {
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer_social a{
  margin-left: 15px;
}

.footer_social a:hover{
  color: #62bcfa;
}

/* ==========================================================================
   Extra Css Section
   ========================================================================== */


