/*
Theme Name: Counsellorsoncall
Theme URI: http://www.wapfluid.com
Description: A clean, responsive flat-style theme from wapfluid.
Version: 1.0.0
Author: <a href="http://www.wapfluid.com">Wapfluid</a>
Author URI: http://www.wapfluid.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, theme-options, threaded-comments, translation-ready,portfolio,mobile,app,one-page,single-page,ios,android,tags
*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Karla');
@import url('https://fonts.googleapis.com/css?family=Karla:700');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
body{
	font-family: 'Karla', sans-serif;
	font-weight:400;
}
html{
	width:100%;
	height:100%;
}
a, a:hover, a:focus{
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Karla', sans-serif;
	font-weight:700;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.01)!important;
}
/******** top-bar css start ***********/
.top-bar{
	background-color:#00ABCC;
	padding: 10px 0;
}

/********** mail-list css start ***********/
.mail-list ul{
	padding:0;
	margin:0;
}
.mail-list ul li{
	list-style-type: none;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	padding: 0 10px 0 0;
}
.mail-list ul li:hover{
	color:#000;
}

/********** mail-list css end ***********/

/********** call-list css ***********/
.call-list ul{
	padding:0;
	margin:0;
	text-align:right;
}
.call-list ul li{
	list-style-type:none;
	display:inline-block;
	color:#fff;
	font-size:13px;
	padding: 0 0 0 10px;
}
.call-list ul li a{
	color:#fff;
}
.call-list ul li a:hover{
	color:#000;
}
/********** call-list css end ***********/

/************ search css start ***********/

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: red;
	border-color: red;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 8px 25px;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color:red;
    border-color:red;
}

/************ search css end ***********/

/******** top-bar css end ***********/
	
/************ top-nav css start *************/
.top-nav{
	background-color:#00bfe6;
	padding:10px 0;
}
.navbar-default{
	background-color:transparent;
	border-color:transparent;
}

/************* affix css start *************/

.navbar.affix {
    top: 0px;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
	padding: 10px 0
}
.navbar.affix .logo {
	color:#00ABCC;
}
.navbar.affix .navbar-nav > li > a {
    color:#00ABCC;
}
.navbar.affix .book_link a{
	color:#fff!important;
}
.navbar.affix .book_link a:hover{
	background-color:#000!important;
	color:#fff!important;
}
/************* affix css end *************/

/************* logo css start *************/

.logo h1{
	font-weight:bold;
	margin:0;
}

.logo, .logo:hover {
	color:#fff;
}

/************* logo css end *************/

/************* navbar css start *************/

.navbar {
	margin-bottom:0;
	border-radius:0;
	min-height:0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color:#000;
}
/************* navbar css end *************/

/************ book_link css start *************/
.book_link a{
	padding: 10px 24px !important;
	display: inline-block;
	margin: 5px 0;
	background-color:#00abcc;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
}
.book_link a:hover{
	background-color:#000!important;
	color:#fff!important;
}

/************* book_link css end *************/
/********** navbar-toggle css  start *********/

.navbar-default .navbar-toggle {
	border-color:transparent;
	background-color:transparent;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#008099;
}
/* ANIMATED PLUS */
.navbar-toggle.plus.collapsed .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggle.plus.collapsed .icon-bar:nth-of-type(2) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggle.plus.collapsed .icon-bar:nth-of-type(3) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggle.plus .icon-bar:nth-of-type(1) {
    transform: translate3d(0px, 6px, 0) rotate(90deg);
    transform-origin: center center;
}
.navbar-toggle.plus .icon-bar:nth-of-type(3) {
    transform: translate3d(0px, -6px, 0) rotate(-90deg);
    transform-origin: center center;
}
/* ANIMATED PLUS */

.navbar-toggle.plus.collapsed .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggle.plus.collapsed .icon-bar:nth-of-type(2) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggle.plus.collapsed .icon-bar:nth-of-type(3) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggle.plus .icon-bar:nth-of-type(1) {
    transform: translate3d(0px, 6px, 0) rotate(90deg);
    transform-origin: center center;
}
.navbar-toggle.plus .icon-bar:nth-of-type(3) {
    transform: translate3d(0px, -6px, 0) rotate(-90deg);
    transform-origin: center center;
}
/********** navbar-toggle css  end *********/
/************ top-nav css end *************/

.slider img{
	width:100%;
}

/********** about-bg css start ***********/
.about-bg{
	background: linear-gradient(to left, #f1f1f1 65%, #00bfe6 35%) repeat scroll 0 0%, rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(to left, #f1f1f1 65%, #00bfe6 35%) repeat scroll 0 0%, rgba(0, 0, 0, 0);
	background: -o-linear-gradient(to left, #f1f1f1 65%, #00bfe6 35%) repeat scroll 0 0%, rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(to left, #f1f1f1 65%, #00bfe6 35%) repeat scroll 0 0%, rgba(0, 0, 0, 0);
    background-size: cover;
	min-height:450px;
	padding:40px 0 20px;
	width:100%;
}
.about-post h3{
	color:#fff;
	text-transform:uppercase;
}
.about-post h3::after {
    border-bottom: 2px solid #fff;
    content: "";
    display: block;
    /*margin:0;*/
    width:8%;
}
.about-post p{
	color: #fff;
	font-size: 17px;
	line-height: 29px;
	margin: 20px 0;
}
.about-post a{
	border: 2px solid #fff;
    padding: 10px 20px;
    color: #fff;
}
.hvr-sweep-to-right::before {
	background-color:#000!important;
}
/***** services css start **********/

.services h3{
	color:#00abcc;
	text-transform:uppercase;
}
.services h3::after {
    border-bottom: 2px solid #00abcc;
    content: "";
    display: block;
    /*margin:0;*/
    width:8%;
}
.serviceBox{
    padding:30px 0 ;
}
.serviceBox .service-icon{
    background:#00BFE6;
    height: 70px;
    width: 70px;
    border-radius:50%;
    text-align: center;
    float: left;
}
.serviceBox .service-icon.red{
    background:#F35958;
}
.serviceBox .service-icon.blue{
    background:#02A2DD;
}
.serviceBox .service-icon.purple{
    background:#9F84C4;
}
.serviceBox .service-icon.darkCyan{
    background:#008B8B;
}
.serviceBox .service-icon.strongcyan{
    background:#1ABC9C;
}
.serviceBox .service-icon i{
    font-size:30px;
    color: #fff;
    line-height: 70px;
}
.serviceBox .service-content {
    margin-left: 95px;
}
.serviceBox .service-content h3{
    color:#00BFE6;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}
.serviceBox .service-content p{
    color: #808080;
	line-height: 20px;
}
.serviceBox .read{
    color:#00abcc;
    text-decoration: none;
}
.serviceBox .read i{
    font-size: 16px;
    margin-left: 10px;
}

/***** services css end ******/

/**** about-bg css end ******/

/******** welcome css start *******/
.welcome{
	background:url("images/slide1.jpg") no-repeat center center;
	background-size:cover;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
}
.welcome_overlay {
	background: rgb(46, 171, 204) none repeat scroll 0 0; 
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.welcome-title{
	margin: 50px 0;
}
.welcome h2{
	font-size: 50px;
}

/******** welcome css end *******/

/*** why-choose-us css start ***/
.why-choose-us{
	min-height:450px;
	padding:25px 0 40px;
}
.why-choose-us h2{
	color:#00abcc;
	text-transform:uppercase;
	text-align:center;
}
.why-choose-us h2::after {
    border-bottom: 2px solid #00abcc;
    content: "";
    display: block;
    margin:0 auto;
    width:8%;
}
.why-choose-us p{
	color:#808080;
	text-align:center;
}
.why-choose-usBox{
    text-align: center;
    padding:20px;
    border: 1px solid transparent;
    transition:all 0.3s ease 0s;
    position: relative;
    z-index: 1;
	min-height: 215px;
	margin-bottom: 10px;
}
.why-choose-usBox:after,
.why-choose-usBox:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    transition:all 0.5s ease 0s;
}
.why-choose-usBox:after{
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    transform: scaleX(0);
    transform-origin: 0 100% 0;
    z-index: -1;
}
.why-choose-usBox:before{
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
    z-index: -1;
}
.why-choose-usBox:hover:after{
    transform: scaleX(1);
}
.why-choose-usBox:hover:before{
    transform: scaleY(1);
}
.why-choose-usBox .why-choose-us-icon i{
    font-size: 32px;
    line-height: 32px;
    color:#00abcc;
    transition: all 0.3s ease 0s;
}
.why-choose-usBox .why-choose-us-content h3{
   margin-bottom: 15px;
	min-height: 38px;
	line-height: 15px;
}
.why-choose-usBox .why-choose-us-content h3 a{
    font-size: 14px;
    color:#000;
    text-transform: uppercase;
}
.why-choose-usBox .why-choose-us-content h3 a:hover{
    color:#000;
}
.why-choose-usBox .why-choose-us-content p{
    color: #808080;
	line-height: 20px;
}
.why-choose-usBox .read{
    margin-top: 20px;
}
.why-choose-usBox .read a{
    border:1px solid #636363;
    border-radius: 50%;
    color:#636363;
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height:4px;
    text-align: center;
    transition:all 0.3s ease 0s;
    opacity: 0;
	padding:5px 1px;
}
.why-choose-usBox .read a:hover,
.why-choose-usBox:hover .why-choose-us-icon i{
    color:#181818;
    border-color: #181818;
}
.why-choose-usBox:hover .read a{
    opacity: 1;
    transition: all 0.3s ease 0s;
}

/********** know_more css **********/
.know_more{
	text-align:center;
	margin:30px 0 0;
}
.know_more a{
	border: 2px solid #00abcc;
    padding: 10px 20px;
    color:#00abcc;
}
/*** why-choose-us css end ***/

/*********** blog css start **********/
.blog{
	background-color: #f1f1f1;
	min-height: 450px;
	padding: 40px 0px;
}

.blog p{
	color:#808080;
	text-align:center;
}
.blog h2{
	text-align: center;
	text-transform: capitalize;
	color:#00abcc;
	font-size: 40px;
}
.blog h2::after {
    border-bottom: 2px solid #00abcc;
    content: "";
    display: block;
    margin: 10px auto;
    width: 8%;
}

/********* cardBox css start **********/

.cardBox{
	background-color: #fff;
	box-shadow: 0 0 2px #999;
	margin: 30px 0 0;
}
.cardBox img{
	width:100%;
}
.product-content{
	padding: 0 40px 0 0px;
}
.product-content h4{
	color: #000;
	font-size: 20px;
}
.product-content p{
	color:#808080;
	text-align:left;
}
.read a{
	border: 2px solid #00abcc;
    padding: 10px 20px;
    color:#00abcc;
}
/********* cardBox css end **********/

/********** blog css end **********/

/************ footer css start ***********/
.footer {
    background-color:#00abcc;
    padding: 35px 0;
    /* margin: 30px 0 0; */
}
.subscribe {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.subscribe h2 {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.subscribe .form-control {
    height: 45px;
    background: #fff;
    border-color: transparent;
    border-radius: 0px 0 0 0px;
}
.subscribe .form-control:focus {
    box-shadow: none;
    border-color: #243c4f;
}
.subscribe .btn {
    min-height: 45px;
    border-radius: 0 20px 20px 0;
    background:#006a80;
    color: #fff;
}

ul.social{
	padding: 0;
	margin: 10px auto 0;
	display: table;
}
.footer .social li {
    list-style-type:none;
	display:inline-block;
}
.footer .social li a {
    display: block;
    font-size: 1em;
    color: #DDD;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    background-color:#006a80;
    border-radius: 2px;
    margin: 15px 4px
}
.footer .social li a:hover {
    background-color:#006a80;
	color:#fff;
}
.footer p{
	color:#fff;
	text-align:center;
}
.footer p a{
	color:#fff;
}
.footer p a:hover{
	color:#00abcc;
}
/********** scrollToTop css start ***********/

.scrollToTop i {
    background-color:#00bfe6;
	border-radius: 2px;
	bottom:2px;
	color: #fff;
	font-size: 30px;
	height: 40px;
	line-height: 35px;
	position: fixed;
	right: 5px;
	width: 40px;
	text-align: center;
}
.logo img{
	    width: 191px;
}
/********** scrollToTop css end ***********/

/************ footer css end ***********/