﻿/* google fonts */
@import url('https://fonts.googleapis.com/css?family=Poiret+One|Sanchez');

/*
font-family: 'Sanchez', serif;
font-family: 'Poiret One', cursive;
*/


@import url('https://fonts.googleapis.com/css?family=Anton|Courgette|Crete+Round|Francois+One|Oswald|Roboto:300,400,400i,500,500i,700,700i,900,900i');

/*
font-family: 'Roboto', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Crete Round', serif;
font-family: 'Francois One', sans-serif;
font-family: 'Courgette', cursive;
*/


/* =============================================================
   GENERAL STYLES
 ============================================================ */

body {
    font-family: 'Open Sans', Arial, sans-serif;	
    font-size:15px;
	line-height:150%;
	font-family: 'Roboto', sans-serif;
	background:#fff;
	color:#333;
}

h1,h2,h3,h4, h5, h6 {
	line-height:150%;
    font-family: 'Open Sans', Arial, sans-serif;
	font-family: 'Oswald', sans-serif;
	font-family: 'Roboto', sans-serif;
	margin:10px 0px;
}

.heading1 {
    font-family: 'Open Sans', Arial, sans-serif;
	font-family: 'Courgette', cursive;
	font-family: 'Oswald', sans-serif;
	font-family: 'Roboto', sans-serif;
	}
	
.heading2 {
    font-family: 'Open Sans', Arial, sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Oswald', sans-serif;
	font-family: 'Courgette', cursive;
	color:#CF5599;
	padding:10px 50px;
	}

.just-txt-div {
    padding-bottom:25px;
    padding-top:25px;
}
.just-txt-div p {
        padding-top:10px;
    }
	
.head-line {
    font-weight:500;
    text-align:center;
    text-transform:uppercase;
    font-size:30px;
   /* font-family: 'Lobster', cursive;*/
}

.pad-set {
    padding-top:50px;
     padding-bottom:50px;
}

.pad-top {
     padding-top:50px;
}


section {
	padding:50px 0px;
}

section .main-content{
	padding:10px;
	border:0px solid #F5F5F5;
	background:#FFF;
	margin-bottom:30px;
	height:auto;
	overflow:hidden;
}

.content-title1 {
	margin-top:20px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-size:30px;
	color:#333;
	padding:5px;
	background:#F5F5F5;
	border-bottom:3px solid #E0E0E0;
}

.content-title2  {
	margin-top:20px;
	margin-bottom:15px;
	border-bottom:1px solid #CFCFCF;
	text-transform:none;
	font-size:24px;
	color:#0079CA;
}

.content-title3  {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:0px solid #F9B240;
	text-transform:none;
}


/*
section h1, section h2, section h3, section h4, section h5, section h6 {
font-family: 'Courgette', cursive;
font-family: 'Francois One', sans-serif;
font-family: 'Crete Round', serif;
font-family: 'Anton', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif;
}
*/

.uppercase {text-transform:uppercase;}

ol, ul {padding-left:18px;}



/* =============================================================
   NAVBAR & MENU STYLES
 ============================================================ */

 
 
.right-div {
    float: right; 
    padding: 10px;
    font-size:16px;
}
.right-div .btn{margin:10px 0px;}

/*
#menu-top a {
    color:#000;
    text-decoration:none;
    padding: 15px 15px 15px 15px;
    text-transform:uppercase;
    font-size:14px;
	color:#FFF;
}
*/

.menu-section {
    background-color: #007ECA;
    background-color: #f3f6f8;
    border-top:0px solid #FFAC00;
    border-bottom:2px solid #FFAC00;
    border-bottom:2px solid #999;
    width:100%;
}

.menu-section .nav > li > a {
	color:#FFF;
	color:#333;
	font-weight:400;
}


.menu-top-active1 {
    background-color:#eee;
}

.navbar-inverse {
	background-color: #FFF;
	border-color: rgba(155, 153, 153, 0.23);
	border:0px solid #000;
}

.navbar {
    min-height: 80px;
    margin-bottom: 0px; 
	padding:0px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:transparent;
}
.navbar-toggle {
	background-color: #A5A5A5;
	border: 0px solid #01A2A6;
	border-radius:0px;
}


.navbar-brand {
	border:0px solid red;
	height:auto;
	overflow:hidden;
	padding:10px 0px;
}

.navbar-brand img {
	border:0px solid red;
}
 

/* =============================================================
   SLIDESHOW / CAROUSEL STYLES
 ============================================================ */

#carousel-div {
    border:0px solid #e1e1e1;
}
.carousel-caption {
    top:50px;
	border:0px solid red;
}
    
.carousel-caption h1 {
    text-align:left;
    font-size:35px;
    font-weight:600;
    text-transform:uppercase;
    background-color:rgba(0, 0, 0, 0.3);
    max-width:500px;
    padding:15px 25px;
	font-family: 'Roboto', sans-serif;	
}

.carousel-caption h2 {
        text-align:left;
        font-size:25px;
        font-weight:400;
        text-transform:capitalize;
        background-color:rgba(0, 0, 0, 0.3);
        max-width:360px;
        padding:15px 25px;
    }
 /* =============================================================
    PAGE STYLES
 ============================================================ */
.below-slideshow {
   /* background:#01a2a6;*/
	background:#FCFCFC;
	background:#f3f6f8;
    color:#333;
	padding:0px 0;
	box-shadow:0px 2px 10px #999;
}
    .below-slideshow i {
        padding-bottom:15px;
    }
    .below-slideshow .txt-block {        
        padding:20px;
		border:1px solid #f0f0f0;
		text-align:center;
		background:#FFAC00;
		margin-bottom:10px;
    }
     .below-slideshow h4 {
        font-weight:400;
        font-size:20px;
		
    }
    .below-slideshow p {
		text-align:center;
    }
	
.tag-home {
    padding-top:50px;
    padding-bottom:30px;
    font-size:30px;
    text-align:center;
    line-height:45px
}

.parallax-like {
margin-top:100px;
background: url(../images/bg-banner5.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
background-size: cover;
color: #fff;

}

.parallax-like .overlay {
        min-height:200px;
        background: rgba(0, 0, 0, 0.2);
        font-size:25px;
		padding:50px 0;
}
	
.vedio-style {
border: 0px;
width: 100%;
min-height: 300px;
}

.just-sec {
    padding-top:50px;
    padding-bottom:70px;
	background:#f5f5f5;
}
.set-div {
	background:#FFF;
    border:2px solid #FFF;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}

.intro {font-size:14px; line-height:180%;} 


.col-title1{
	padding:20px 0;
	color:#454545;

	font-family: 'Sanchez', serif;	
}
.col-title1 span{color:#FF9900;}

.bold {font-weight:600;}

.col-title2{
	text-transform:capitalize;
	padding:20px 0;
	color:#454545;
	font-family: 'Poiret One', cursive;
}


.slides li img {border:1px solid #EFEFEF; padding:0px;}


.footer-sec {
    margin-top:50px;
    padding-top:30px;
    background:#ee4532;
    color:#FFF;
    padding-bottom:20px;
    
}
.footer-sec a{
	text-decoration:none;
	color:#FFF;
}
.footer-sec a:hover{
	color:#FFF;
}
.footer-list ul{
	list-style:none;
}
.footer-list ul li{
	margin-left:-40px;
	padding-left:15px;
	line-height:200%;
	font-size:13px;	
	margin-right:20px;
	background:url(../images/arrow-right-gray.png) no-repeat -5px 5px;
}
.footer-list ul li a{
	font-size:13px;
}


.learning-methods i{
	line-height:180%;
	font-size:14px;
}
.social-logo i{
	font-size:25px;
	margin-right:5px;
}

.copyright{
padding:15px;
background:#333;
color:#EFEFEF;
}

.copyright p, .copyright a{
text-decoration:none;
color:#EFEFEF;
font-size:13px;
}

.copyright a:hover{
color:#ee4532;
}

.flexslider {
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
     -moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
    -o-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.social-div a,a:hover{
    color:#333;
    text-decoration:none;
}
.set-about-img {
    border:10px double #01a2a6;
     max-height:200px;
}
/*==========================================
   GALLERY/ PORTFOLIO STYLES
    =====================================================*/

#port-folio {
    padding-top: 80px; 
    padding-bottom: 100px; 
}
.portfolio-item {
    border:15px double #01a2a6;
    margin:3px;
}
    .portfolio-item p {
        padding:30px;
        color:#fff;
    }

.portfolio-item .overlay {
   position: absolute;
  top: 0;
  left: 0;
    width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #CECECE;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  cursor:pointer;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
 
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
  zoom: 1;
	filter: alpha(opacity=100);
}
.overlay a,overlay a:hover{
    color:#fff;
    text-decoration:none;
}
#port-folio .overlay p > span {
    display:block;
    padding-bottom:20px;
}

/*==========================================
   GALLERY/ PORTFOLIO FILTER STYLES
    =====================================================*/
ul#filters {
	padding: 0px;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
	#filters li {
		display: -webkit-inline-box;
	}
	#filters li span {
		display: block;
		padding: 5px 4px;
		text-decoration: none;
		color: #d51111;
		cursor: pointer;
		font-size: 18px;
	}
 	#port-folio .portfolio-item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 100%;		
        opacity:.2;
		float:left;
		overflow:hidden;
	}
	

	
	
/* Sidebar */

/* The sidebar */


.sidebar-light {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 100%;
	margin-bottom:50px;
	background:#F5F5F5;
}

.sidebar-light .content {
	background-color: #F1F4F6;
	margin-bottom: 30px;
	padding: 25px 0;
}
.sidebar-light .content .call{
	color:#FF9900; 
	font-size:24px;
}

.sidebar-light .content h3 {
	color:  #4E5255;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 25px;
	padding: 0 40px;
}

.sidebar-light .content p {
	color: #636568;
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 30px;
	padding: 0 40px;
}

.sidebar-light .content .social-buttons {
	padding: 0 40px;
}

.sidebar-light .content .social-buttons .fa {
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 1.7;
	background-color: #7B858F;
	background-color: #336699;
	width: 34px;
	height: 34px;
}

.sidebar-light .content .social-buttons .fa:hover {
	background-color: #FC4433;
}

.sidebar-light .latest-blog-posts {
	background-color: #F5F5F5;
}

.sidebar-light .latest-blog-posts h3 {
	background-color: #F04C30;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	padding: 20px 30px;
	text-align: left;
	color:  #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.sidebar-light .latest-blog-posts .element-title .fa {
	margin-right: 15px;
}

.sidebar-light .latest-blog-posts ul {
	list-style: none;
	margin: 0;
	text-align: left;
	padding: 30px 40px;
}

.sidebar-light .latest-blog-posts ul li {
	line-height: 1.2;
	margin: 0 0 14px;
}

.sidebar-light .latest-blog-posts ul li a {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #4F5255;
}

.sidebar-light .latest-blog-posts ul li span {
	color: #92999F;
	font-size: 11px;
	display: block;
	margin-top:4px;
}	
	

.sidebar-light form {
	color: #636568;
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 30px;
	padding: 0 40px;
}
	
.sidebar-light .form-check-input{
	margin:3px;
	float:left;
	font-weight:100;
}	
.sidebar-light .form-check-label{
	font-weight:100;
}	
	
	
/* =============================================================
  MEDIA QUERIES 
 ============================================================ */


@media (min-width: 740px) and (max-width: 1040px) {
    .carousel-caption h2 {
        display: none;
    }
	
}

@media (max-width: 740px) {
    .carousel-caption h1 {
        display: none;
    }

    .carousel-caption h2 {
        display: none;
    }
	
	.navbar-brand img {
	max-width:200px; 
	margin-top:0px; 
	border:0px solid red;
	}
	
	.right-div {
		margin-top:0px;
		float:none;
		text-align:center;
	}

	.sidebar-light {
		float: none;
		width: auto;
	}	
	
	
}


