/*
  Theme Name: Triangle
  Theme Uri: http://www.themeum.com
  Author: Themeum
  Author Uri: http://www.themeum.com
  Description: Creative Site Template
  Version: 1.1
  */

  @import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);
  @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
  @import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);

  body {
    background: #fff;
   font-family: Arial;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #000;
  }

  html {
    height: 100%;
  }


  a{
    color:#4d9ed6;
  }

  a:hover {
    outline: none;
    text-decoration:none;
    color:#4fcccd;
  }

  a:focus {
    outline:none;
    outline-offset: 0;
  }

  a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }


  ul {
    list-style: none;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: Arial;
    font-weight: 500;
  }

  h1{
   color:#af0300 !important;  
   font-weight:bold ; 
   font-size:33px !important;
   font-family: Arial; 
   text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  }
  h2{
    font-size: 24px;
    color: #686868;
  }

  h3{
    font-size: 18px;
  }
 h4{
	
    color: #000;
    font-weight: bold;
    font-size: 16px;
 font-family: Arial; 
    line-height: 20px;


  }	
  .overflow{
    overflow: hidden;
  }

  .uppercase{
    text-transform: uppercase;
  }

  .btn-common {
    font-size: 14px;
    color: #0099ae;
    border: 1px solid #0099ae;
    font-family: Arial;
    font-weight: 300;
    padding: 10px 25px;
  }

  #action .col-sm-5{
    position: absolute;

    top: 0;
    height: 100%;
    right: 0;
  }
.fixed-header {
 /*   position: fixed; */
    box-shadow: 0 0 13px 6px #ddd;
}

  .btn-common:hover, 
  .btn-common:focus{
    outline: none;
    background: none;
    box-shadow: none;
    color: #01707f;
    border-color:#01707f;
  }

  .align-right{
    text-align: right;
  }

  .inline{
    display: inline-block;
  }

  .padding{
    padding: 65px 0;
  }

  .padding-bottom{
    padding-bottom: 65px;
  }

  .padding-top{
    padding-top: 90px;
  }

  .padding-right{
    padding-right: 80px;
  }

  .padding-left{
    padding-left: 80px;
  }

  .margin-bottom{
    margin-bottom: 35px;
  }

     .carousel-indicators.visible-xs {
      height: 20px;
      margin: 0;
      padding: 0;
      position: absolute;
      top: -35px;
      width: 100%;
      left: 0;
    }

  .carousel-indicators.visible-xs li {
    border-color: #D29948;
    border-width: 2px;
    height: 12px;
    margin: 0 5px 0 0;
    width: 12px;
  }

  .carousel-indicators.visible-xs li.active {
    background: rgba(210, 153, 72, 0.7);
  }


/*************************
*******Header******
**************************/


#header{
  margin-bottom: 0;
  /*background: #4D9ED6;*/
    /*  position: fixed; */
    box-shadow: 0 0 13px 6px #ddd;
    width: 100%;
    z-index: 999999999999;
}

#header .navbar-inverse .container{
  position: relative;
}
.nav.nav-pills {
    margin: 8px 0 10px -26px;
}
.phone.col-sm-6 {
    margin: 8px 0 0;
    padding-right: 38px;
    /*text-align: right;*/
}
.phone.col-sm-6 a{
    color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}
.phone.col-sm-6 i{
	padding-right: 10px;
	font-size: 22px;
	font-weight: 400;
}

.field-toggle{
  position: relative;
  top: 30px;
  right: 15px;
  display: none;
  height: 50px;
}

.social-icons ul li{
  padding: 0 10px;

}

.social-icons ul li:last-child{
  padding-right: 0;

}

.social-icons ul li a{
  font-size: 18px;
  color: #d3d3d3;
  padding: 0;
}

.social-icons ul li a:hover .fa-facebook {
  color:#0884d5;
}

.social-icons ul li a:hover .fa-twitter {
  color:#2AA7DC;
}

.social-icons ul li a:hover .fa-instagram {
    color: #cc9b59;
}
.fa.fa-facebook.social-icon:hover {
	color:#fff !important;
	background: #0884d5 !important;
}
.fa.fa-twitter.social-icon:hover {
	color:#fff !important;
	background: #2AA7DC !important;
}
.fa.fa-instagram.social-icon:hover {
	color:#fff !important;
	background: #cc9b59 !important;
}
.social-icons ul li a:hover,
.social-icons ul li a:focus{  
  background: none;
}

#header .navbar {
  background: #fff;
  border: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

#header .navbar-toggle{
  margin-top: 20px;
}

#header .navbar-brand{
  padding: 0;
  margin-left: 0;
}

#header .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#header .navbar-nav.navbar-right >li:last-child{
  margin-right: 20px;
}

#header .navbar-nav.navbar-right >li a {
  color: #2a1570;
  font-size: 14px;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 700;
}


#header .navbar-inverse .navbar-nav  li.active > a,  
#header .navbar-inverse .navbar-nav  li.active > a:focus, 
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
  background-color: inherit;
  border: 0;
  color: #00aeef;
}

#header .navbar-inverse .navbar-nav  li a:hover{
  color: #00aeef;
}


/*  Dropdown menu*/

ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

#header .navbar-nav li ul.sub-menu li a{
  color: #fff;
  padding: 5px 0;
  font-size: 13px;
  display: block;
  text-transform: capitalize;
}

#header .navbar-nav li ul.sub-menu li .active{
  background: #00aeef;
  color: #fff;
  position: relative;
}

#header .navbar-nav li ul.sub-menu li .active i{
  position: absolute;
  font-size: 56px;
  top: -13px;
  color: #0884d5;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
  left: -3px;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
  right: -3px;
}

#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
  background: #db4e48 none repeat scroll 0 0;
  color: #fff;
}

.third_fa {
    float: right;
    position: relative;
    right: 18px;
    top: 6px;
}
.dropdown.second_level:hover > ul.third-menu {
    animation: 400ms ease 0s normal none 1 running fadeInUp;
    display: block;
}
ul.third-menu {
    background: #db4e48 none repeat scroll 0 0;
    border: 1px solid #db4e48;
    box-shadow: none;
    display: none;
    left: 239px;
    padding: 10px 0;
    position: absolute;
    top: 3px;
    width: 240px;
    z-index: 999;
}
.fa-angle-down{
  padding-left: 5px; 
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Footer******
**************************/

#site-footer{
	background: #3a3a3c none repeat scroll 0 0;
	padding: 40px 0 0;
}
.text-green.text-caps.text-small{
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
}
.reset.text-small.spc-sm-n {
    padding: 0;
}
.viral_h3{
	font-size: 26px;
	color: #4D9ED6;
	font-weight: 500;
	line-height: 30px;
	margin: 0 0 20px;
}
#site-footer .social-icon {
    background-color: #fff;
    border-radius: 50%;
    color: #4d9ed6;
    display: inline-block;
    font-size: 1.3em;
    font-weight: bold;
    height: 40px;
	margin: 0 4px 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.medium-text-left {
    text-align: left;
}
.req_btn{
	cursor: pointer;
}
#modal_req{
	background: #ff8500 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    min-width: 120px;
    padding: 13px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	margin-right: 10px;
	margin-bottom: 10px;
}
#modal_req::-moz-focus-inner {
    border: 0 none;
}
#modal_req:focus {
    box-shadow: 0 0 2px 2px #33b2e2;
    outline: 0 none;
}
#modal_req:hover {
    background: #ff9f37 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none !important;
}
.col-md-12.req_tutor {
    margin-bottom: 16px;
}
.overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
	z-index: 9999;
}
.popup {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    margin: 70px auto;
    padding: 34px 20px 20px;
    position: relative;
    width: 40%;
}
.popup .close {
    color: #4D9ED6 !important;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 2px;
	opacity: 1;
}
.popup .close:hover {
    color: #FF0000 !important;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}
.footer-tel {
    display: inline-block;
}
.footer-tel span, .footer-tel a{
	color: #fff;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 300;
}
.row.sub_top{
	padding: 60px 0;
}
#site-footer a{
	color: #fff;
}
.text-white{
	color: #fff;
	text-transform: uppercase;
}
.sub-footer {
    background: #565456 none repeat scroll 0 0;
	color: #fff;
}
.sub-footer a {
    color: #fff;
}
.reset.text-small{
	padding: 0;
}
.copyright_section{
	padding: 0 0 10px;
}
.copyright_section a{
	margin-left: 18px;
}


.testimonial .media{
  margin-top: 0;
  margin-bottom: 25px;
}

.testimonial .media>.pull-left{
  margin-right: 25px;
}

.testimonial .media>.pull-left img{
  margin-top: 6px;
}

.testimonial .media .media-body blockquote{
  padding-left: 25px;
  padding-right: 30px;
  position: relative;
  border-left: 0;
  margin-bottom: 0;
}

.testimonial .media .media-body blockquote:before{
  position: absolute;
  left: 5px;
  top: 8px;
  content: '"';
  font-size: 40px;
  color: #4d9ed6;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */
  line-height: 0;
}

.testimonial .media .media-body blockquote:after{
  position: absolute;
  right: 30px;
  bottom: 14px;
  content: '"';
  font-size: 40px;
  color: #4d9ed6;
  line-height: 0;
}

.contact-info.bottom {
  padding-left: 25px;
}

.bottom > address {
  line-height: 22px;
  margin-bottom: 40px;
}

.form-control {
  border: 1px solid #ccc;
  font-weight: 300;
  outline: none;
  box-shadow: none;
  height: 40px;
  color: #999;
}

.form-control:hover, 
.form-control:focus{
  border-color: #4fcccd;
  outline: none;
  box-shadow: none;
}

.select-menu{
    padding: 8px 10px;
    width: 100%;
	border: 1px solid #ccc;
	color: #999;
}

input::-moz-placeholder { /* firefox */
	opacity: 1;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
}
	
.btn-submit {
  width: 100%;
  background-color: #4D9ED6;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 5px;
  border-bottom: 3px solid #1c90dd;
  box-shadow: none;
  padding: 10px;
}

.btn-submit:hover, 
.btn-submit:focus{
  color: #fff;
  outline: none;
  box-shadow: none;
  opacity: .8;
}

.copyright-text{
  margin-top: 70px;
  color: #fff;
  font-size: 16px;  
  padding-bottom: 15px;
}

.copyright-text a {
  color: #3e848a
}

.copyright-text p {
  margin-bottom: 0;
}

/*************************
*******Home Page******
**************************/
#section2{
	/*background:#fadbc2; */
	/*padding-top:148px;*/
}
#getstarted {
  background: rgba(0, 0, 0, 0) url("../images/book-a-tutor-banner.jpg") repeat-x scroll 0 40%;
  position: relative;
  padding: 40px 0;
}
#getstarted h1 {
    color: #ffffff;
    padding-top: 55px;
	font-size: 34px;
}

#getstarted p {
    color: #ffffff;
    font-size: 22px;
	line-height: 28px;
}
.contact-form{
	background: rgba(31,21,23,0.3);
	padding: 25px;
}
.contact-form h2{
    color: #fff;
    margin-bottom: 5px;
    margin-top: 0;
}

#getstarted .preloader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -30px;
  right: 0;
  background: #fafafa;
  text-align: center;
}

#getstarted .preloader > i {
  font-size: 48px;
  height: 48px;
  line-height: 48px;
  color: #00aeef;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 50%;
  margin-top: -24px;
}


/* Students Section */
#section2 h2{
    color: #ffffff;
    font-size: 27px;
    line-height: 45px;
    margin: 20px auto;
    padding: 10px;
    width: 70%;
}
.btn-common2 {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 300;
    margin: 20px;
    padding: 10px 25px;
}

/* Tutor Section */
#tutor_section{
	background: #fff;
	padding: 40px 0;
}
#tutor_section img {
    border: 5px solid #fff;
    border-radius: 10%;
    display: block;
	max-width: 100%;
	height: 480px;
}
#tutor_section .title-line{
	margin-bottom: 50px;
}

#features .media.service-box:first-child {
    margin-top: 80px;
}
.media.service-box {
    margin: 10px 0 20px;
}
.media.service-box .pull-left {
    margin-right: 20px;
}
.media.service-box .pull-left > i {
    border-radius: 100%;
    box-shadow: 0 0 0 1px #d7d7d7 inset;
    color: #45aed6;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    position: relative;
    text-align: center;
    transition: background-color 400ms ease 0s, background-color 400ms ease 0s;
    width: 64px;
}
.media.service-box:hover .pull-left > i {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8) inset;
    color: #fff;
}
.media.service-box .pull-left > i::after {
    background: #45aed6 none repeat scroll 0 0;
    border: 4px solid #fff;
    border-radius: 20px;
    content: "";
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: -10px;
    top: 50%;
    width: 20px;
}


/* Quote Section */
.parallax2 {
       background-attachment: fixed;
  /*  background-color: #fadbc2; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}
.parallax2 h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 51px;
   /* padding-top: 90px; */
   /* text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6); */
}
#start_search{
	text-transform: capitalize;
}
#start_search:hover{
	background: #4D9ED6 none repeat scroll 0 0;
    box-shadow: none;
    color: #ffffff;
    outline: medium none;
}

/* Four Boxes */
#whybookatutor{
	padding: 40px 0;
}
#whybookatutor h2.wow {
    margin-top: 4%;
}
#four_boxes {
    float: left;
    padding: 4% 0 0;
    width: 100%;
}
.box_left > div {
    min-height: 185px;
}
#four_boxes h1 {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 0 10px;
	color: #333;
}
#four_boxes h1::after {
    background-image: url("../images/b-line.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 18px;
}
.box_right > div {
    min-height: 185px;
}
.box_left_one {
    text-align: right;
}
#four_boxes .img-circle {
    border-radius: 14%;
}
/* testimonial */
#testimonial{
	background: #eee;
}
#testimonial .page-header{
	text-transform: uppercase;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
    background: #3eb0f7 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    opacity: 0.5;
    padding: 3px 10px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: #dadada none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    height: auto;
    padding: 2px 10px;
    width: auto;
}
.testi-item .client-pic img {
    border-radius: 50%;
    height: 100px;
    max-width: 100%;
    width: 100px;
	margin-bottom: 2px;
}
.message.text-center{
	font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    padding: 20px;
}
.testi-item .client-info .company {
    color: #3eb0f7;
    font-style: italic;
}
#testi {
    padding: 50px 0;
	background: #fff;
}
.title-line {
    background: #3eb0f7 none repeat scroll 0 0;
    height: 3px;
    margin: 0 auto 18px;
    width: 100px;
}

/* blog */
#blog{
	/* padding: 40px 0;*/
}
.classic-title {
    border-bottom: 1px solid #eee;
    font-weight: 300;
    margin-bottom: 16px;
    padding-bottom: 10px;
}
.classic-title span {
    border-bottom: 1px solid;
    font-weight: 400;
    padding-bottom: 8px;
	border-bottom-color: #4d9ed6 none repeat scroll 0 0;
}
.left-meta-post {
    border-radius: 3px;
    float: left;
    margin-bottom: 0;
    margin-right: 12px;
    overflow: hidden;
    text-align: center;
}
.left-meta-post .post-date {
    background-color: #444;
    color: #fff;
    padding: 8px 0;
    width: 42px;
}
.left-meta-post .post-date .day {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.left-meta-post .post-date .month {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
}
.left-meta-post .post-type i {
    color: #fff;
    display: block;
    font-size: 1.4em;
    height: 40px;
    line-height: 39px;
    width: 42px;
	background: #4d9ed6 none repeat scroll 0 0;
}
.post-title {
    margin-bottom: 5px;
}
.post-title a {
    color: #444;
    transition: all 0.4s ease-in-out 0s;
}
.read-more {
    transition: all 0.4s ease-in-out 0s;
}
.read-more:hover {
    color: #444;
}

.latest-posts > .btn-primary{
	float: right;
	border: none;
	background: #4d9ed6;
}
#blog .post-title{
	min-height: 44px;
}
#blog .post-title.bold > a{
	line-height: 28px;
}

/** For Second Sample CSS Here **/
.column-title {
    border-bottom: 2px solid #fff;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 15px;
	text-transform: uppercase;
    position: relative;
}
.column-title::after {
    border-bottom: 2px solid #4d9ed6;
    bottom: -2px;
    content: " ";
    left: 0;
    position: absolute;
    width: 40%;
}
.blog2{
	background: #fff !important;
}
.bloglink{
	background: #4d9ed6;
	float: right;
	border: none;
}
.nostyle{
	padding: 0 10px 20px 0;
}
.nostyle > li:first-child{
	padding: 0;
}
.nostyle > li{
	padding: 0px 0 0;
	font-size: 15px;
}
.nostyle i {
    color: #008000;
    padding-right: 6px;
}

.fancy-title {
    border-bottom: 2px solid #fff;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 15px;
    position: relative;
	text-transform: uppercase;
}
.fancy-title::after {
    border-bottom: 2px solid #4d9ed6;
    bottom: -2px;
    content: " ";
    left: 0;
    position: absolute;
    width: 40%;
}
h3.fancy-title span::after, h6.fancy-title span::after {
    margin-top: 10px !important;
}
h3.fancy-title, h6.fancy-title {
    margin-bottom: 20px !important;
}
.post-media {
	margin-top: 10px;
    margin-bottom: 20px;
}
.post-media > img {
   
	width: 65%;
    min-height: 115px;
    border-radius:105px;
}
.post-meta-info {
    color: #c0c0ca;
    font-style: italic;
    margin: 10px 0;
}
.meta-date::before {
    content: "\f073";
    font-family: "FontAwesome";
    font-style: normal;
    margin-right: 10px;
}
.cl-effect-4 {
    display: block;
    padding-top: 10px;
}

#blog .btn-primary{
	background: #4d9ed6 none repeat scroll 0 0;
    border: medium none;
	font-size: 16px;
	margin: 32px 10px 0 0;
} 
/*testimonial 2nd */
.testimonials-section {
    padding: 0 0 20px;
    position: relative;
}
.testimonials-section::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	background: #fff;
}
.testimonials-section .title-section {
    position: relative;
    z-index: 2;
}
.title-section.transparent-back {
    background: transparent none repeat scroll 0 0;
}
.title-section {
    background: #f9fafb none repeat scroll 0 0;
    padding: 30px 0;
    text-align: center;
}
.testimonials-section .container {
    position: relative;
    z-index: 2;
}
.bounceIn {
    animation-name: bounceIn;
}
.animated {
    animation-duration: 1.2s;
    animation-fill-mode: both;
}
.title-section h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 7px;
}
.title-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.bx-wrapper {
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
}
.testimonial-post {
    margin-bottom: 60px;
	height: 200px;
}
.testimonial-post img {
    border-radius: 10%;
    display: inline-block;
    margin-bottom: 12px;
    max-width: 110px;
}
.testimonial-post h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 27px;
	color: #333;
    text-transform: uppercase;
}
.testimonial-post p::after {
    background: #e74c3c none repeat scroll 0 0;
    border: 1px solid #e74c3c;
    content: "";
    height: 20px;
    left: 0;
    margin-left: -10px;
    position: absolute;
    top: 35px;
    transform: rotate(45deg);
    width: 20px;
}
.testimonial-post p {
    background: #e74c3c none repeat scroll 0 0;
    border-radius: 9px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    left: 46px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 182px;
	min-height: 90px;
    padding: 12px 16px;
    position: relative;
    top: -144px;
}

.stepcarousel{
position: relative; /*leave this value alone*/

overflow: scroll; /*leave this value alone*/
width: 70%; /*Width of Carousel Viewer itself*/
height: 220px; /*Height should enough to fit largest content's height*/
-webkit-box-sizing: border-box; /* set box model so container width and height value includes any padding/border defined */
-moz-box-sizing: border-box;
box-sizing: border-box;
    margin: 0 auto;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
padding: 10px;
}

.stepcarousel .carousel_div{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 370px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/*************************
*******About Us Page******
**************************/

#action , 
#page-breadcrumb{
  position: relative;
}

#page-breadcrumb {
  background-color: #fbfafa;
  background-repeat: repeat-x;
  height: 130px;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}
.actiong .title {
    color: #272727;
    font-size: 34px;
    margin: 0 0 20px;
    padding:25px 0;
    position: relative;
	text-align:center;
    text-transform: uppercase;
}
.actiong .title::before {
    background: #ebebeb none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    width: 140px;
}
.actiong .title::after {
    background: #45aed6 none repeat scroll 0 0;
    border: 5px solid #fff;
    border-radius: 20px;
    bottom: -11px;
    content: "";
    height: 24px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 24px;
}
.actiong p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: center;
}
#intro_section{
	padding-bottom: 65px;
	padding-top: 50px;
	background: transparent url("../images/abt_us.jpg") no-repeat scroll center center / cover ;
    min-height: 230px;
    opacity: 1;
}
#intro_section p{
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	padding: 0 10px;
}
#about-bookatutor1{
	padding: 40px 0;
}
#about-bookatutor2{
	background: #EEEEEE;
	padding: 40px 0 20px;
}

.section_p{
	padding: 20px 0;
}
.section_p p{
	line-height: 32px;
}
.section-2 .section__title {
    font-size: 30px;
	line-height: 34px;
    font-weight: 700;
    padding: 15px 0 20px;
	margin: 0;
    text-transform: uppercase;
}


/* How it works page CSS */
.howitwork_top{
	background: transparent url("../images/organisations.jpg") no-repeat scroll center center / cover  !important;
}
#howitworks{
	padding: 10px 0 40px;
}
#howitworks ul > li::before {
    background-image: url("../images/arrowf.png");
    background-position: left center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 30px;
    padding: 0;
    position: relative;
    top: 10px;
    width: 18px;
	left: -8px;
}
#howitworks ul > li {
    padding-bottom: 4px;
}
.students{
	background: #F0F4F5;
}
.tutor_section{
	margin: 40px 0;
}


.students_section{
	margin: 40px 0;
}

.combine_section{
	margin: 40px 0;
}
/* Privacy Policy css */
.section-privacy{
	padding: 20px 0;
}
#privacy ul > li::before {
    background-image: url("../images/arrowf.png");
    background-position: left center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 30px;
    left: -8px;
    padding: 0;
    position: relative;
    top: 10px;
    width: 18px;
}
/* Blog Page */
#default{
	display: block;
}
.comments{
	float: right;
}
.fa.fa-comments{
	padding-right:3px;
}
.single_blog{
	margin: 20px 0;
}
.single_blog .img-responsive{
	 padding: 0 0 20px;
}
.quickcontactbox{
	border:1px solid #ccc;
}
.inner_contact{
	padding: 10px;
}
.heading_top{
	background: #4D9ED6;
	padding: 2px 10px
}
.heading_top h2{
	color: #fff;
	margin: 4px;
}
#contact-form {
    padding: 10px 0;
}
.forminputtext{
	border: 1px solid #ccc;
	padding: 2px 4px;
	margin: 10px 0;
}
.contact_form label{
	width: 30%;
	float: left;
	padding-top: 15px;
}
.contact_form .forminputtext{
	width: 70%;
	float: left;
	padding: 4px 8px;
}
.contact_form textarea {
    border: 1px solid #ccc;
    width: 70%;
	padding: 4px 8px;
}
.inner_contact label{
	width: 70px;
}
/*Contact Page CSS */

#contact_page{
	background-image: linear-gradient(rgba(44, 52, 80, 0.6), rgba(44, 62, 80, 0.6)), url("../images/books_bg.jpg");
    background-size: cover;
    margin: 0;
    padding: 50px 0 72px
}
#contact_page h2 {
    color: #fff;
}
.col-md-5.col-md-offset-1.address {
    color: #fff;
}
#contact_page i{
	padding-right: 6px;
}
#main-contact-form .form-control {
    background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}
#map_section {
    overflow: hidden;
    position: relative;
}
#map{
	height: 650px;
    overflow: hidden;
    position: relative;
}
#map_section .container-wrapper {
    background: rgba(69, 174, 214, 0.3) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#map_section .contact-form {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    margin-top: 50px;
    padding: 20px;
}
#contact_page h5{
	line-height: 22px;
}
#main-contact-form{
	margin-top: 12px;
}
/* Search Page Styling */
.tg-activefilters {
    border-bottom: 1px solid #ddd;
    float: left;
    padding: 0 0 10px;
    width: 100%;
}
.tg-activefilters .tg-filtertitle {
    padding: 7px 15px 7px 0;
    width: auto;
}
.tg-filtertitle {
    float: left;
    width: 100%;
}
.tg-filtertitle h2 {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    text-transform: capitalize;
}
.tg-filters {
    float: right;
    margin: 0;
    width: 85%;
}
.tg-btnfilter::before {
    border-radius: 50%;
    color: #fff;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 10px;
    height: 20px;
    line-height: 19px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 20px;
}
.tg-filters .tg-btnfilter {
    margin: 0 15px 0 0;
}
.tg-btnfilter {
    background: #f2f1f6 none repeat scroll 0 0;
    border-radius: 15px;
    color: #484848;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 15px;
    position: relative;
    vertical-align: middle;
}
.tg-btnfilter span {
    display: block;
}
.tg-btnfilter span i {
    color: #7c7c7a;
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
}
.tg-btnfilter:hover, .tg-btnfilter:hover span, .tg-btnfilter:hover span i {
    color: #fff;
}
.tg-btn::after, .tg-btnfilter:hover, .tg-btnfilter::before,.tg-addtutortolist form fieldset .tg-btn:hover{
	background: #4D9ED6;
}
.tg-btnfilter:hover::before,.tg-btnfilter:hover::before,.tg-btn,.tg-btn:hover,.tg-formtheme fieldset .tg-btn,.tg-btnclearall{
	color: #4D9ED6;
}

.tg-btnfilter:hover::before{
	background: #fff none repeat scroll 0 0;
}
.search_sidebar{
	transition: all 300ms ease-in-out 0s;
	float: left;
	width: 100%;
}
.formtutorsearch{
	/*border: 1px solid #ddd;*/
    float: left;
    width: 100%;
}
.formtutorsearch fieldset {
    border: 0 none;
    float: left;
    margin: 0;
    padding: 6px 0;
    width: 100%;
}
.formtutorsearch .btn{
	display: block;
	width: 100%;
}
.form-title {
    float: left;
    padding: 0 0 10px;
    width: 100%;
}
.form-title h3 {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    text-transform: capitalize;
}
.tg-radio {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: 100%;
	margin: 0;
	position: relative;
}
.tg-radio input[type="radio"]:checked + label::before {
    border-color: #4D9ED6;
}
.tg-radio input[type="radio"]:checked + label::after {
    opacity: 1;
    visibility: visible;
}
.tg-radio input[type="radio"] + label::before {
    border: 2px solid #999;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 5px;
    position: absolute;
    top: 3px;
    width: 12px;
}
.tg-radio input[type="radio"] + label::after {
    background: #4D9ED6 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 9px;
    opacity: 0;
    position: absolute;
    top: 7px;
    visibility: hidden;
    width: 4px;
}
.tg-radio input[type="radio"]:checked + label {
    color: #4d9ed6;
}
.tg-radio label {
    cursor: pointer;
    display: block;
    padding: 0 0 0 20px;
	float: left;
    margin: 10px 0 0;
    position: relative;
    width: 100%;
	color: #999;
    font: 14px/17px Open Sans;
}
.tg-radio label span {
    float: left;
	color: #999;
}
.tg-radio label i{
    float: right;
    font-size: 12px;
    font-style: normal;
    line-height: 12px;
    padding: 3px 0 0;
}
.tg-radio input[type="radio"]{
    display: none;
	line-height: normal;
    margin: 4px 0 0;
	box-sizing: border-box;
    padding: 0;
}

.tg-tutorsgrid .tg-tutor {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    width: 100%;
	float: left;
}
.tg-tutordp {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
}
.tg-tutordp > a {
    display: block;
    margin: 0 0 10px;
}
.tg-tutordp > a img {
    display: block;
    height: auto;
    width: 100%;
}
.tg-tutordp figcaption {
    float: left;
    text-align: center;
    width: 100%;
}
.tg-tutordp figcaption .tg-usericon {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.tg-usericon{
    background: #f58634 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    position: relative;
	margin: 5px 2px 0;
    text-align: center;
    text-transform: capitalize;
    width: 22px;
}
.tg-usericonholder {
    display: block;
    font-style: normal;
    width: 80px;
}
.tg-usericon.tg-iconfeatured:hover {
    width: 84px;
	color: #fff;
}
.tg-iconvarified .tg-usericonholder {
    width: 74px;
}
.tg-usericon.tg-iconvarified:hover {
    width: 77px;
	color: #fff;
}
.tg-usericon i {
    text-align: center;
    width: 22px;
}
.tg-usericon i, .tg-usericon span {
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
}
.tg-usericon span {
	font-family: 'Lato', sans-serif;
    padding: 0 8px 0 0;
}
.tg-iconvarified {
    background: #77ab38 none repeat scroll 0 0;
}
.tg-tutorinfo {
    overflow: hidden;
}
.tg-tutor .tg-jobhead {
    padding: 0 0 10px;
}
.tg-jobhead {
    float: left;
    padding: 0 0 30px;
    position: relative;
    width: 100%;
}
.tg-tutor .tg-priceperhour {
    font-size: 30px;
    line-height: 30px;
    text-align: right;
}
.tg-priceperhour {
    font: 400 20px/20px Open Sans;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    top: 0;
}
.tg-priceperhour:hover{
	color: #4EB9D1;
}
.tg-tutor .tg-priceperhour em {
    display: block;
}
.tg-priceperhour em {
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
}
.tg-jobhead h3 {
    font-size: 20px;
    line-height: 23px;
    margin: 0;
    text-transform: capitalize;
}
/*.tg-subjects {
    float: left;
    font-size: 13px;
    line-height: 14px;
    padding: 0 0 4px;
    width: 100%;
}*/
.tg-jobsmetadata {
    float: left;
    font-size: 13px;
    line-height: 16px;
    list-style: outside none none;
    width: 100%;
	margin: 0;
	padding: 0;
}
.tg-jobsmetadata li:first-child {
    padding-left: 0;
}
.tg-jobsmetadata li {
    float: left;
    line-height: 16px;
    list-style-type: none;
    padding: 0 8px;
    position: relative;
}
.tg-jobsmetadata li + li::before {
    color: #999;
    content: "/";
    font-size: 12px;
    left: -2px;
    line-height: 11px;
    position: absolute;
    top: 5px;
}
.tg-jobhead .tg-stars {
    margin: 4px 0 3px;
}
.tg-stars span, .tg-stars {
    float: left;
    height: 12px;
    line-height: 12px;
    position: relative;
    width: 75px;
}
.tg-stars span::after {
    color: #fdb900 !important;
}
.tg-stars span::after, .tg-stars::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 0;
}
.tg-description {
    float: left;
    width: 100%;
}
/*
.tg-jobfoot {
    float: left;
    width: 100%;
}
.tg-tags {
    float: left;
    font-size: 12px;
    line-height: 22px;
    list-style: outside none none;
}
.tg-tags li:first-child {
    padding-left: 0;
}
.tg-tags li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 0 5px;
}
.tg-tags li a {
    display: block;
}
.tg-tag {
    background: #f2f1f6 none repeat scroll 0 0;
    color: #7c7c7a;
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
    text-transform: capitalize;
}*/
.tg-widgetcontent {
    float: left;
    width: 100%;
}
.tg-widgettitle {
    float: left;
    padding: 0;
    width: 100%;
}
.tg-languagesradio {
    float: left;
    width: 100%;
}
.tg-filterscrollbar {
    float: left;
    height: 140px;
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
}
.mCSB_inside > .mCSB_container {
    margin-right: 5px !important;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{
	margin-right: 0 !important;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden .mCSB_inside > .mCSB_container {
    padding-right: 8px;
}
.mCSB_scrollTools {
    width: 3px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
}
.tg-themescrollbar .mCSB_dragger .mCSB_dragger_bar, .tg-themerangeslider .ui-slider-range, .tg-skillbar, .tg-dashboardtable thead tr th, .tg-btn:hover, .tg-ratingradio .tg-radio input[type="radio"]:checked + label::after {
    background: #f58634 none repeat scroll 0 0 !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background: #ddd none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    float: right;
    width: 3px !important;
}
.mCustomScrollBox {
    direction: ltr;
}
.show_div {
    display: none;
}

.tg-pagination {
    border-top: 1px solid #ddd;
    float: left;
    font: 13px/18px Open Sans;
    padding: 30px 0;
    width: 100%;
}
.tg-pagination ul {
    float: right;
    line-height: inherit;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.tg-pagination ul li.tg-prevpage {
    margin-left: 0;
}
.tg-pagination ul li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    margin: 0 6px;
}
.tg-pagination ul li.tg-nextpage a, .tg-pagination ul li.tg-prevpage a {
    border-color: #000;
}
.tg-pagination ul li a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #484848;
    display: block;
    height: 20px;
    line-height: inherit;
    position: relative;
    text-align: center;
    width: 20px;
}
.tg-pagination ul li.tg-nextpage a i, .tg-pagination ul li.tg-prevpage a i {
    display: block;
    line-height: 18px;
}
.tg-active {
    background: #4FCCCD none repeat scroll 0 0;
}
.tg-pagination ul li.tg-active a, .tg-pagination ul li a:hover, .tg-pagination ul li.tg-nextpage a:hover, .tg-pagination ul li.tg-prevpage a:hover, .tg-pagination ul li.tg-nextpage a:hover i, .tg-pagination ul li.tg-prevpage a:hover i{
	color: #fff;
}
.tg-pagination ul li:hover a{
	background: #4FCCCD;
}

/* Tutor Profile Page Styling */
#tutordetail{
	padding: 40px 0;
}
.tg-tutordetail {
    float: left;
    width: 100%;
}
.tg-detailpage {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.tg-widget {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    float: left;
    margin: 0;
    padding: 20px;
    width: 100%;
}
.tg-widgetcontent {
    float: left;
    width: 100%;
}
.tg-tuitioncenterdp {
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.tg-tuitioncenterdp > a {
    display: block;
}
.tg-tuitioncenterdp > a > img {
    display: block;
    height: auto;
    width: 100%;
}
.tg-tuitioncenterdp figcaption {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.tg-tuitioncenterdp figcaption .tg-usericon {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.tg-usericon {
    background: #f58634 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 22px;
}
.tg-iconvarified {
    background: #77ab38 none repeat scroll 0 0;
}
.tg-widgettitle h3 {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    text-transform: capitalize;
}
.tg-widgetcontent ul {
    float: left;
    line-height: 17px;
    list-style: outside none none;
    text-transform: capitalize;
	margin: 0 0 20px;
	padding: 0;
    width: 100%;
}
.tg-widgetcontent ul li {
    float: left;
    line-height: 24px;
    list-style-type: none;
    width: 100%;
	padding: 10px 0 0;
}
.tg-address li i {
    margin: 0 7px 0 0;
}
.tg-address li i, .tg-address li a {
    color: #999;
    display: inline-block;
    vertical-align: middle;
}
.tg-widgetcontact .tg-address li a {
    display: inline-block;
}
.tg-jobhead {
    float: left;
    padding: 0 0 30px;
    position: relative;
    width: 100%;
}
.tg-priceperhour em {
    font-size: 20px;
    line-height: 20px;
}
.tg-detailpage h1 {
    font-size: 40px;
    line-height: 33px;
    margin: 0 0 10px;
    padding: 0 20px 0 0;
    text-transform: capitalize;
}
.tg-tutioncategory {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 13px;
    padding: 1px 0 3px;
    width: 100%;
}
.tg-contentbox {
    float: left;
    padding: 0 0 30px;
    width: 100%;
}
.tg-fullinfo {
    float: left;
    line-height: 20px;
    list-style: outside none none;
    width: 100%;
	margin: 10px 0 0;
	padding: 0;
	border: 1px solid #ccc;
}
.tg-fullinfo li:nth-child(2n+1) {
    background: #f6f6f6 none repeat scroll 0 0;
}
.tg-fullinfo li .tg-detailbox:nth-child(2n+2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.tg-fullinfo li .tg-subjectbox:nth-child(2n+2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.tg-fullinfo li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    width: 100%;
}
.tg-detailbox {
    float: left;
    padding: 10px;
    width: 20%;
}
#heading_details .tg-detailbox{
	background: #45AED6;
	color: #fff;
} 
#heading_details .tg-subjectbox{
	background: #45AED6;
	color: #fff;
} 
.tg-subjectbox {
    float: left;
    padding: 10px;
    width: 16.667%;
}
#content_details .tg-subjectbox {
	min-height: 62px;
}
.tg-fullinfo li strong, .tg-fullinfo li span {
    display: inline-block;
    font-weight: 400;
    line-height: inherit;
    vertical-align: middle;
}
.tg-description > span{
	color: #2E6600;
	font-weight: bold;
}
.tg-leadform{
	padding: 10px 0;
}
.tg-btn{
	padding: 10px 6px;
	font-size: 14px;
	width: 100%;
	line-height: 22px;
	border: 2px solid #45AED6;
	text-align: center;
    text-transform: uppercase;
	color: #fff;
	background: #4d9ed6 none repeat scroll 0 0;
    vertical-align: middle;
}
.tg-btn:hover{
	background: #45AED6 !important;
	color: #fff;
}

/* Login Page Styling */
#contact_us{
	background: #eee;
}
#login {
    padding: 40px 0 20px;
}
.login_box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd #ddd currentcolor;
    border-image: none;
    border-radius: 5px 5px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    margin: 5px 0 0;
    padding: 10px 20px;
}
.login_box h2{
	background: #222 none repeat scroll 0 0;
    color: #fff;
    margin: -10px -21px 10px;
    padding: 10px;
    text-align: center;
}
.login_box .btn.btn-submit{
	width: 100%;
}
#main-contact-form2{
	margin: 20px 0;
}
.forgot {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f2f2f2 none repeat scroll 0 0;
    border-color: currentcolor #ddd #ddd;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    float: left;
    padding: 12px;
    text-decoration: none;
	text-align: center;
    width: 100%;
}

/* Register Page Styling */
.title_register{
    background: #4D9ED6 none repeat scroll 0 0;
    margin: 0 -20px 10px;
    padding: 10px 18px;
	color: #fff;
}
#progressbar{
	margin:0 0 0 14%;
	padding:20px 0 0;
	font-size:18px;
}	
#progressbar li.active{
	color:#4D9ED6;
}
	
.regform fieldset{
	display:none;
	padding:0 20px;
	margin-top:50px;
	margin-left: 0px;
	margin-bottom: 20px;
	border-radius:5px;
	border: 1px solid #ddd;
}

.regform #first{
    display:block;
	padding:0 20px;
	margin-top:50px;
	border-radius:5px;
	margin-left: 0px;
}

.regform input[type=text],
.regform input[type=password],
.regform select{
	width:100%;
	margin:0 0 16px;
	height:40px;
	padding:6px 12px;
	font-size: 14px;
	color: #999;
	border: 1px solid #ccc;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	line-height: 1.42857;
	}
	
.regform textarea{
	width:100%;
	margin:10px 0;
	height:70px;
	padding:6px 12px;
	font-size: 14px;
	border: 1px solid #ccc;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	line-height: 1.42857;
	}
	
.regform input[type=submit],
.regform input[type=button]{
	width: 140px;
	margin:10px 0;
	padding:6px 0px;
	font-size: 14px;
	height: 40px;
	border: none;
	border-radius: 4px;
	color: #fff;
	}
#progressbar li{
	margin-right:40px;
	display:inline;
	color:#c1c5cc;
	}
.text_field:hover, .text_field:focus {
    border-color: #4fcccd !important;
    box-shadow: none;
    outline: medium none;
}

/* Signup Tabbed page Styling */
#signup_container{
	padding: 40px 0;
}
.title_signup{
    background: #000 none repeat scroll 0 0;
    color: #fff;
    margin: 0;
    padding: 22px 18px;
}
.custom-panel-body.regform{
	background: #fff;
	margin: 0 0 0 -15px;
}

.pagination_links{
    background: #f5f5f5 none repeat scroll 0 0;
    float: none;
    width: 100%;
	margin: 0 0 14px;
	padding: 15px 0 8px;
}
.pagination_links ul li {
    background: #000 none repeat scroll 0 0;
    display: inline-block;
    float: right;
    margin: 0 4px 4px;
    padding: 10px 20px;
}

.tg-posttitle a {
    font-size: 13px;
}
/* Enquiry Page Styling */
#enquiry_section {
    padding: 40px 0;
}
.tg-widgetsummary{
	border: medium none;
	margin: 0px 0;
	padding: 0;
}
.summary h3 {
    margin: 10px;
}
.tg-widgetsummary ul{
	margin: 0;
}
.tg-widgetsummary ul li {
    padding: 10px;
	border: 1px solid #ccc;
	border-top: none;
}
.tg-widgetsummary .tg-widgetcontent li:first-child {
    border-top: 1px solid #ccc;
}
#enquiry_ul{
	margin: 0;
	border-right: none;
}
#enquiry_ul .tg-subjectbox{
	width: 25%;
}

/* Subject Page Styling */
#subjects_section{
	padding: 40px 0;
}
#subjects_section .form-title1 {
    float: left;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 0 0 6px 30px;
    text-align: left;
}
#subject_ul{
	margin: 50px 0 30px;
}
#subject_ul .tg-subjectbox{
	width: 14.28%;
}
/* Refer Page Styling */
#refer_section{
	padding: 40px 0;
}
#refer_section .form-title1 {
    float: left;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 0 0 6px 30px;
    text-align: left;
}
#refer_ul{
	margin: 50px 0 30px;
}
#refer_ul .tg-subjectbox{
	width: 20%;
}

/* Verification Page Styling */
#verification_section{
	padding: 40px 0;
}
#verification_ul{
	margin: 50px 0 30px;
}
#verification_ul .tg-subjectbox{
	width: 20%;
}
#verification_section .form-title1 {
    float: left;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 0 0 6px 30px;
    text-align: left;
}
#verification_file .btn-default{
	background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}
#verification_file input[type=file]{
	display: inline-block;
}

/* Qualification Page Styling */
#qualification_section{
	padding: 40px 0;
}
#qualification_ul{
	margin: 50px 0 30px;
}
#qualification_ul .tg-subjectbox{
	padding: 10px 4px;
}
#qualification_section .form-title1 {
    float: left;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 0 0 6px 30px;
    text-align: left;
}
#qualification_file .btn-default{
	background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}
#qualification_file input[type=file]{
	display: inline-block;
}

/* Profile Photo page */
#photo_file .btn-default{
	background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}
#profile_section{
	padding: 40px 0;
}
#profile_section .form-title1.col-md-3 > img{
	width: 100%;
}
#photo_file > h3 {
    margin: 0 0 10px;
}
#photo_file .btn-submit{
	margin: 20px 0 0;
	width: 40%;
}

/* feedback_section */
#feedback_section{
	padding: 40px 0;
}

#forgot_p{
	padding: 0 15px;
}

#feedback_details{
	padding: 40px 0;
}
#feedback_details .form-title1 {
    float: left;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 0 0 6px 30px;
    text-align: left;
}

#feedback_box{
	padding: 0 0 20px;
	border: 1px solid #ddd;
}
#feedback_form .btn.btn-submit {
    margin: 20px 0 10px;
}
#feedback_form textarea{
	border: 1px solid #ddd;
	width: 100%;
}
#feedback_form > h3 {
    background: #4D9ED6;
	color: #fff;
    margin: 0 0 24px;
    padding: 14px 10px;
}

/* Edit Member Details */

#tut_h3{
	background: #4D9ED6;
	color: #fff;
	margin: 0 0 14px;
	padding: 10px;
	float: left;
	width: 100%;
}
#edit_member_box{
	padding: 0 0 20px;
}
#edit_member_form .btn.btn-submit {
    margin: 20px 0 10px;
}
#edit_member_form textarea{
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 4px;
	padding: 5px;
}
#edit_member_form > h3 {
    background: #4D9ED6;
	color: #fff;
    margin: 0 0 24px;
    padding: 14px 10px;
}
.personal_info_box{
	float: left;
	border: 1px solid #ddd;
	margin: 0 0 30px;
	padding-bottom: 20px;
}
.acc_type {
    margin-top: 12px;
}

/* Payment Page CSS */
#payment_section{
	padding: 20px 0;
}
#payment_box{
	border-radius: 0 0 5px 5px;
	border: 1px solid #ddd;
	border-top: none;
	padding: 0;
	margin: 10px 46px;
	text-align: center;
}
#payment_box h2{
	background: #9CC435;
	color: #fff;
	margin: 0;
	padding: 10px 5px;
}
#payment_box .panelcontent{
	padding: 5px;
}
.payment_provider{
	float: left;
	margin: 20px 0;
}
.payment_first{
	margin: 20px 0;
}

/* Logout Button */
.phone.col-sm-6.col-xs-6 > ul{
	float: right;
}
.phone.col-sm-6.col-xs-6 li{
	display: inline;
	margin: 10px;
}
#logout{
	background: #E36216;
	border-radius: 8px;
	color: #fff;
	padding: 4px 6px;
}
#forgot_section{
	padding: 40px 0;
}
.white_box{
	float:left;
	background: #FBFAFA;
	padding: 10px 14px;
}
.white_box span {
    background: #FF8500;
    color: #fff;
    float: left;
    margin: 6px 0;
	border-radius: 5px;
	cursor: pointer;
    padding: 14px;
	font-size: 16px;
    font-weight: bold;
	text-transform: uppercase;
}
.tg-widgetcontent .navbar-toggle{
	border-color: #00aeef;
    margin-right: 5px;
    margin-top: -45px;
    outline: medium none;
}
.tg-widgetcontent .icon-bar{
	background: #00aeef;
}

 .side_menu{
	  display: none;
  }

#team {
  padding: 85px 0;
}

#team-carousel {
  margin-top: 80px;
}

#company-information .padding-top{
  padding-top: 172px;
  
}

.single-service img {
  height: 85px;
}

.tour-button {
  background-image: url(../images/home/tour-icon2.png);
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
  background-position: 151px 4px;
}

.about-image {
  padding:90px 90px 0;
}

.team-single {
  position: relative;
}

.person-thumb {
  position: relative;
}

.person-thumb img {
}


.social-profile {
  background: none repeat scroll 0 0 rgba(137, 97, 46, 0.8);
  display: none;
  position: absolute;
  text-align: center;
  top: 0;
    -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;transition: all 0.9s ease 0s;
  width: 100%;
  height: 100%;
}

.team-single:hover .social-profile{
  background:rgba(112, 35, 64, 0.9);
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.social-profile .nav-pills {
  display: inline-block;
  margin-top: -26px;
  padding: 0;
  position: relative;
  top: 50%;
}

.social-profile .nav-pills li {
  display: inline-block;
  margin: 0 5px;
}

.social-profile .nav-pills li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.social-profile .nav-pills li a:hover {
  color: #702340;
  border-color: #702340;
}

.person-info h2 {
  font-weight: 300;
  margin-bottom: 5px;
}

.person-info h3 {
  font-size: 16px;
  color: #686868;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.team-carousel-control {
  position: absolute;
  top: 36%;
  width: 13px;
  height: 16px;
  text-indent: -9999999px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.right.team-carousel-control {
  right: -50px;
  background-image: url(../images/aboutus/right.png);
}

.left.team-carousel-control {
  left: -50px;
  background-image: url(../images/aboutus/left.png);
}

.team-carousel-control:hover{
  background-position: 0 -18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;  
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.count h1{
  font-size: 60px;
  color: #00aeef;
}

.count h3{
  font-size: 16px;
}

.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -ms-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition:  width 1s ease-in-out;
}

.top-zero{
  margin-top: 0;
}

h3.top-zero{
  font-size: 20px;
}

#company-information .about-us h2{
  margin-bottom: 45px;
}

.single-skill h3{
  font-size: 16px;
}

.progress{
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.progress-bar{
  line-height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.progress-bar.progress-bar-primary{
  background: #00aeef;
}



/*************************
*******Service Page******
**************************/
#recent-projects{
  padding: 85px 0;
}

.recent-projects .team-single{
  height: 355px;
}

.recent-projects p.padding-bottom{
  padding-bottom: 50px;
}

.choose{
  padding-top: 30px;
}

#company-information.choose .padding-top{
  padding-top: 50px;
}

#company-information h2{
  margin-bottom: 25px;
  margin-top: 0;
}

ul.elements{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.elements li{
  margin: 6px 0;
}

ul.elements li > i{
  color:#C03035;
  display: inline-block;
  margin-right: 10px;
}

#company-information h1.margin-bottom{
  margin-bottom: 26px;
}

/*************************
*******Portfolio Default**
**************************/

.portfolio-single {
  position: relative;
}

.portfolio-thumb {
  position: relative;
}

.portfolio-thumb img {
  width: 100%;
}


.portfolio-single:hover .portfolio-view{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

#portfolio .row{
  margin-left: -10px;
  margin-right: -10px;
}

.portfolio-view {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  background:rgba(112, 35, 64, 0.9);
  width: 100%;
  text-align: center;
}

.portfolio-view .nav-pills {
  padding: 0;
  display: inline-block;
  margin-top: -26px;
  top: 50%;
  position: relative;
}

.portfolio-view .nav-pills li {
  display: inline-block;
  margin: 0 5px;
}

.portfolio-view .nav-pills li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  -webkit-animation: scaleIn 400ms linear 100ms both;
  animation: scaleIn 400ms linear 100ms both;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.portfolio-view .nav-pills li a:hover {
  color: #702340;
  border-color: #702340;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.portfolio-info {
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio-info h2 {
  font-size: 18px;
  margin: 15px 0 0;
}

.portfolio-filter {
  margin: 80px 0;
  padding: 0;
}

.portfolio-filter li {
  display: inline-block;
  position: relative;
}

.portfolio-filter li a {
  border-radius: 0;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 0 25px;
  text-transform: capitalize;
  border: none;
}

.portfolio-filter li .active{
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-filter li a:hover, 
.portfolio-filter li a:focus,
.portfolio-filter li a.active {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-filter li a.active:before{
  position: absolute;

  content: "";
  left: 0;
  width: 13px;
  height: 16px;
  background: url(../images/portfolio/icon.png);
  top: 5px;
}

.portfolio-pagination{
  text-align: center;
  
  padding-top: 40px;
  padding-bottom: 90px;
}

.pagination li{
  display: inline-block;
  margin: 0 10px;
}

.pagination li a{
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #fff;
}

.pagination li:first-child a{
  background: url(../images/portfolio/left.png);
  background-repeat: no-repeat;
  text-indent: -999999999px;
  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:first-child a:hover{
  background: url(../images/portfolio/left.png);
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a{
  background: url(../images/portfolio/right.png);
  background-repeat: no-repeat;
  text-indent: -999999999px;
  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a:hover{
  background: url(../images/portfolio/right.png);
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li a:hover,
.pagination .active a, 
.pagination a:active, 
.pagination .active a:hover,
.pagination .active a:focus, 
.pagination a:focus {
  background: transparent;
  border-color: #C03035;
  color: #C03035;
}


/*****************************
Portfolio with right sidebar
*****************************/

.formtutorsearch h3 {
    border-bottom: medium none !important;
}
.sidebar .form-title h3{
	margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar h3 {
  color: #404040;
  margin-top: 0;
  border-bottom: 3px solid #ececec;
  margin-bottom: 6px;
  padding-bottom: 8px;
}

.sidebar-item{
  margin-bottom: 48px;
}

.categories .navbar-stacked li {
  border-bottom: 1px solid #ececec;
}

.categories .navbar-stacked li:last-child {
  border-bottom: 0px solid #ececec;
}

.categories .navbar-stacked li a {
  font-size: 16px;
  color: #6a6a6a;
  padding: 8px 0;
  padding-left: 0;
}

.categories .navbar-stacked li a:hover{
  background: none;
  margin-left: 20px;
  color: #0099AE;
  opacity: 1;
}

.categories .navbar-stacked li.active a{
  color: #0099AE;
  padding-left: 20px;
}

.categories .navbar-stacked li.active a:before{
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #0099AE;
  border-width: 8px;
  border-style: solid;
  left: 0;
  top: 13px;
  margin-top: 0;
  z-index: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.categories .navbar-stacked li.active a:after {
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-width: 6px;
  border-style: solid;
  left: 0px;
  top: 15px;
  margin-top: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media{
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  padding-top: 21px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;    
}

.sidebar-item .media:last-child{
  border-bottom: 0px solid #ececec;  
  padding-bottom: 0; 
}

/*.sidebar-item .media:hover{
  border-left: 2px solid #0099AE;
  padding-left: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}*/

.sidebar-item .media:hover.media .media-body h4 a{
  color: #0099AE;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media .media-body h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

.sidebar-item .media .media-body h4 a{
  color: #7d7d7d;
  font-size: 16px;
}

.sidebar-item .media .media-body p {
  /*color: #b4b4b4;*/
  font-size: 12px;
}
.tg-metadata {
    padding: 0;
}
.tag-cloud .nav-pills{
  margin-top: 16px;
}

.tag-cloud .nav-pills li{
  margin: 0;
  margin-top: 6px;
  margin-right: 4px;
}

.tag-cloud .nav-pills li a{
  font-size: 14px;
  font-weight: 300;
  padding: 5px 15px;
  background: #bbbbbb;
  color: #fff;
  border-radius: 3px;
}

.tag-cloud .nav-pills li a:hover{
  background: #0099AE;
}

.popular ul.gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px -8px;
}

.popular ul.gallery li {
  display: block;
  width: 33.33%;
  float: left;
  padding: 8px;
}

.popular ul.gallery li a {
  display: block;
}

.popular ul.gallery li a img {
  width: 100%;
  transition: border-radius 300ms ease-in;
  -webkit-transition: border-radius 300ms ease-in;
}

.popular ul.gallery li a img:hover {
  border-radius: 60px;
}


/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}




/*****************************
Portfolio Details
*****************************/

#portfolio-information.padding-top{
  padding-top: 100px;
}

.project-name h2{
  margin-top: 0;
  margin-bottom: 15px;
}

#related-work .title{
  margin-bottom: 55px;
  margin-top: 10px;
}

.navbar-default {
  background: none;
  padding: 0;
}

.navbar-default li a{
  font-size: 12px;
  padding: 0;
  padding-right: 15px;
}

.navbar-default li a i{
  padding-right: 8px;
}

.navbar-default li a:hover{
  color: #0884d5;
  background: none;
}

.skills .navbar-default,
.client .navbar-default{
  margin-left: 35px;
  
}

.live-preview .btn-common{
  margin-top: 21px;
  padding: 13px 45px;
}


/*****************************
Blog Default
*****************************/
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
	height: 250px;
	width: 100%;
}
#details_imgblog{
	height: 390px;
}
.single-blog.timeline {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-bottom: 0;
  position: relative;
  padding-bottom: 0;
}

.timeline .post-content {
  padding: 20px 20px 0;
}

.post-thumb{
  margin: -1px -1px 0;
  position: relative;
  overflow: hidden;
}

.timeline .post-thumb img {
  width: 100%;
}

.post-thumb iframe{
  width: 100%;
  min-height: 270px;
  border: 0;
}

.post-overlay{
  position: absolute;
  top: 50%;
  display: none;
  width: 94px;
  height: 140px;
  margin-top: -70px;
  overflow: hidden;
}

.post-overlay span{
  position: absolute;
  left: 50%;
  bottom: 0; 
  margin-left: -60px;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  z-index: 9;
}


.post-overlay span:before{
  position: absolute;
  bottom: 0;
  border-style: solid;
  border-width: 60px;
  content: "";
  border-color: transparent transparent #0884d5 transparent;
  z-index: -1;
  cursor: initial;
}

.post-overlay span a{
  font-size: 30px;
  color: #fff;
  background: transparent;
  padding: 0; 
  margin-left: 50px;
}

.single-blog:hover .post-overlay{
  display: block;
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}

.timeline-divider{
  position: relative;
  padding-top: 50px;
}

.timeline-divider:before{
  position: absolute;
  top: 0;
  content: "";
  border-left-style: solid;
  border-left-width: 1px;
  height: 100%;
  border-left-color: #0099AE;
  left: 50%;
  margin-left: -2px;
}

.timeline-blog .col-sm-6.padding-top{
  padding-top: 70px;
}

.post-content{
  padding: 20px 0;
}

.timeline-date .btn-common{
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 300;
  border-radius: 0;
  padding: 17px 40px;
}

.arrow-right{
  position: relative;
}

.arrow-right:after{
  position: absolute;
  right: 1px;
  content: "";
  top: 15px;
  background: url(../images/blog/left.png);
  width: 43px;
  height: 54px;
}

.arrow-left{
  position: relative;
}

.arrow-left:before{
  position: absolute;
  left: -2px;
  content: "";
  top: 86px;
  background: url(../images/blog/right.png);
  width: 43px;
  height: 54px;
}

.post-title {
  margin-top: 0;
}

.post-title a,
.comments-number a{
    color: #c03d38;
    font-size: 18px;
    font-weight: bold;
	font-family:Arial;
}
}

.post-content .post-author{
  margin-top: 0;
  
}

.post-content  .post-author a{
  font-weight: 300;
  font-size: 14px;
  color: #0099AE;
}

a.read-more{
  color: #0099AE;
  font-weight: 300;
}

a.read-more:hover{
  color: #01707F
}

.post-bottom{
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: 20px;
  margin: 20px -20px 0;
  padding: 20px 20px 0;
}


/*****************************
Blog with right sidebar
*****************************/

.single-blog{
  padding-bottom: 30px;
}

.single-blog .post-bottom{
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-blog .post-overlay span{
  left: 0;
  top: 0;
  margin-left: 0;
  width: 94px;
  height: 140px;
  background: url(../images/blog/blog-arrow.png);
  -webkit-animation: fadeInLeft 400ms;
  animation: fadeInLeft 400ms;
}

.single-blog .post-overlay span a{
  margin-left: 8px;
  font-weight: 700;
  font-size: 36px;
  line-height: 18px;
  position: absolute;
  top: 50px;
}

.single-blog .post-overlay span a small{
  font-size: 16px;
  font-weight: 300;
  margin-left: 5px;
}

.single-blog .post-overlay span:before{
  border-color: transparent;
  border-width: 0;
}

.post-nav{
  margin:0;
  padding: 0;
}

.post-nav li a{
  color: #0099AE;
  padding: 0;
  text-align: left;
}

.post-nav li a i{
  color: #0099AE;
  margin-right: 8px;
}

.post-nav li a:hover{
  background: none;
}

.blog-padding-right{
  padding-right:35px;
  height: 500px;
}

.blog-pagination {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 55px;
}

/*****************************
Blog with right sidebar
*****************************/

.masonery_area .single-blog{}
.masonery_area .single-blog .post-thumb{
  height: auto;
}

.masonery_area .single-blog .post-title{
  margin-top: 5px;
}

.masonery_area .single-blog .post-title a{
     color: #c03d38;
    font-size: 18px;
    font-weight: bold;
}
}

.masonery_area .single-blog .post-thumb img{
  height:auto;
}

.masonery_area .single-blog .post-bottom{
  border-top:0;
  padding-top:0;
  margin-top:15px;
}

/* Audio CSS */

.audiojs{
  background:#C03035;
  height: 45px;
  width: 100%;
}

.audiojs .scrubber{
  background: #fff;  
  height: 8px;
  border-top: 0;
  width: 170px;
  margin-top: 19px;
  margin-left: 12px;
  border-radius: 10px;
}

.audiojs .play-pause{
  background: #a92b2f;
  width: 68px;
  height: 45px;
  padding: 0;
  padding-left: 24px;
  padding-top: 10px;
  border-right: 0;
}

.audiojs .time{
  display: none;
  
}

.audiojs .progress{
  background: #A92B2F;

  height: 8px;
  border-radius: 10px;
}

.audiojs .loaded{
  background:#fff;
  height: 8px;
  border-radius: 10px;
}


/*****************************
Blog Details
*****************************/

.navbar-nav.post-nav li{
  margin-right: 60px;
}

.single-blog.blog-details .post-content{
  padding-top: 30px;
}

.single-blog.blog-details .post-bottom{
  margin-top: 55px;
}

.blog-share{
  margin-top: 40px;
  background: #f5f5f5;
  display: inline-block;
  padding: 2px 0;
}

span.stMainServices,
span.stButton_gradient, 
.stButton .chicklets{
  height:24px !important;
}

.author-profile.padding{
  padding-top:50px;
}

.author-profile .col-sm-2 img{
  width: 100%;
  border-left: 3px solid #0099AE;
}

.author-profile h3{
  margin-top:0;
  color: #3a424c;
}

.author-profile p{
  color: #3a424c;
  font-weight: 400;
}

.author-profile span a{
  color: #C03035;
}

.response-area{
  border-bottom: 0;
}

.response-area h2{
  margin-top: 0;  
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 20px;
}

.post-comment{
  padding-left: 70px;
  padding-top: 36px;
  border-top: 1px solid #f1e8dd;
}

.post-comment .pull-left img{
  margin-right: 60px;
  border-left: 3px solid #0884d5;
}

.post-comment .media-body{
  padding-top: 6px;
  border-bottom: 0;
  padding-bottom: 50px;
}

.post-comment .media-body p{
  margin-top:10px;
}

.post-comment .media-body span i{
  color: #C03035;
  margin-right: 10px;
}

.post-comment .media-body span a{
  color: #C03035;
  font-weight: 700;
}

.post-comment .media-body .post-nav li a{
  font-weight: 300;
}

.parrent .media-list{
  margin-left: 190px;
}

.parrent .post-comment{
  padding-left: 0;
  margin-left: 70px;
}


/****************************
********* Contact Us*********
*****************************/
#map-section {
  padding: 50px 0;
  position: relative;
  background: #fff;
}

#gmap {
  height: 350px;
}

.get-in-touch img {
  margin-top: 35px;
  margin-bottom: 32px;
}

.get-in-touch p {
  font-size: 18px;
  font-weight: 300;
}

#map-section .contact-info {
  position: absolute;
  background-color: #7c3651;
  right: 0;
  top: 0;
  width: 33%;
  height: 100%;
  padding:25px 50px;
  opacity: 0.9;
  color: #fff;
}

#map-section .contact-info h2, 
#map-section .contact-info a {
  color: #fff
}

#map-section address a:hover {
  color:#00AEEF
}

#contact-form #message{
  resize:none;
}

#contact-form .btn-submit {
  /*width: 28%;*/
  margin: 5px auto;
}

.corporate-info .corporate-address {
  background-image: url("../images/contact-bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 50px;
}

.corporate-info .corporate-address address {
  background-image: url("../images/icon-map.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 40px;
}


/****************************
****** Price-table CSS*******
*****************************/

.price-table {
  margin-top: 88px;
  margin-bottom: 96px;
}

.single-price ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.table-heading {
  background-color: transparent !important;
  color: #FFFFFF !important;
  overflow: hidden;
  padding: 0 !important;
  text-align: center;
}

.single-price.price-one .plan-name, 
.single-price.price-two .plan-name, 
.single-price.price-three .plan-name, 
.single-price.price-four .plan-name {   
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 0;
  text-transform: capitalize;
}

.single-price.price-one .plan-name {
  background-color: #0e76bc;
}

.single-price.price-two .plan-name {
  background-color: #ac2429;
}

.single-price.price-three .plan-name {
  background-color: #ed8d1b;
}

.single-price.price-four .plan-name {
  background-color: #6c825f;
}


.single-price .plan-price { 
  color: #fff;
  float: none;
  font-size: 14px;
  height: 110px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding-top: 15px;
}


.plan-price .dollar-sign {
  font-size: 18px;
}

.plan-price .price {
  font-size: 24px;
}

.plan-price .month {
  display: block;
  margin-top: -6px;
}

.price-one .plan-price:after, 
.price-two .plan-price:after, 
.price-three .plan-price:after, 
.price-four .plan-price:after  {  
  border-style: solid;
  border-width: 110px;
  content: "";
  height: 0;
  left:50%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  margin-left: -110px;
}

.price-one .plan-price:after {
  border-color: #0d6fb1 transparent transparent;
}

.price-two .plan-price:after {
  border-color: #ac2429 transparent transparent;
}

.price-three .plan-price:after {
  border-color: #e78817 transparent transparent;
}

.price-four .plan-price:after {
  border-color: #5f7452 transparent transparent;
}

.single-price ul li, 
.single-table ul li {
  padding: 12px 18px;
  background-color: #f7f7f7;
  margin-bottom: 5px;
  color: #696969;
}

.single-price ul li span, 
.single-table ul li span {
  float: right;
}

.price-one .btn-buynow, 
.price-two .btn-buynow, 
.price-three .btn-buynow, 
.price-four .btn-buynow   {  
  border-radius: 0;
  color: #fff;
  padding: 12px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
}

.price-one .btn-buynow  {
  background-color: #0d6fb1;
}

.price-two .btn-buynow  {
  background-color: #ac2429;
}

.price-three .btn-buynow  {
  background-color: #e78817;
}

.price-four .btn-buynow  {
  background-color: #5f7452;
}

.price-one .btn-buynow:hover  {
  background-color: #0a5a90;
}

.price-two .btn-buynow:hover  {
  background-color: #821b1e;
}

.price-three .btn-buynow:hover  {
  background-color: #c57413;
}

.price-four .btn-buynow:hover  {
  background-color: #48583e;
}


.price-table2, .price-table3{
  margin-bottom:125px;
}

.price-table4 {
  margin-bottom: 150px
}

.table-one .table-header, 
.table-two .table-header, 
.table-three .table-header, 
.table-four .table-header {
  overflow: hidden;
  padding:20px;
  color: #fff;
}


.table-one .table-header {
  background-color:#0e76bc;
} 

.table-two .table-header {
  background-color:#c03035;
}

.table-three .table-header {
  background-color:#ed8d1b;
}

.table-four .table-header {
  background-color:#6c825f;
}

.single-table {
  position: relative;
  padding-top: 60px;
}

.table-one:before, 
.table-two:before, 
.table-three:before, 
.table-four:before {
  
  border-style: solid;
  border-width: 0 130px 60px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.table-one:before {
  border-color: transparent transparent #0d6fb1;
} 

.table-two:before {
  border-color: transparent transparent #ac2429;
}

.table-three:before {
  border-color: transparent transparent #e78817;
}

.table-four:before {
  border-color: transparent transparent #5f7452;
}

.table-header h2 {
  color: #fff;
  float: left;
  font-size: 24px;
  margin-top: 7px;
}

.table-header .plan-price {
  float: right;
  margin: 0;
  overflow: hidden;
  padding-top: 1px;
}

.single-table .btn-signup {
  display: block;
  text-align: center;
  position:relative;
  z-index:1;
}

.single-table ul {
  margin: 0;
  padding: 0;
}

.table-one .btn-signup:after, 
.table-two .btn-signup:after, 
.table-three .btn-signup:after, 
.table-four .btn-signup:after {
  content: "";
  position: absolute;  
  border-style: solid;
  border-width: 78px 130px 0;  
  height: 0;
  left: 0; 
  top: -1px;
  width: 100%;
  z-index: -1;
}

.table-one .btn-signup:after {
  border-color: #0d6fb1 transparent transparent;
}

.table-two .btn-signup:after {
  border-color: #ac2429 transparent transparent;
}

.table-three .btn-signup:after {
  border-color: #e78817 transparent transparent;
}

.table-four .btn-signup:after {
  border-color: #5f7452 transparent transparent;
}

.single-table .btn-signup a {
  color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 20px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}


.table-one .btn-signup:hover.btn-signup:after{
 border-color: #0b598d transparent transparent;
}


.table-two .btn-signup.btn-signup:hover:after {
  border-color: #831c20 transparent transparent;
}

.table-three .btn-signup.btn-signup:hover:after {
 border-color: #bd7014 transparent transparent;
}

.table-four .btn-signup.btn-signup:hover:after{
  border-color: #3d4b35 transparent transparent;
}


/*************************
********404 page CSS******
**************************/

#error-page {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 100px 0;
}

#error-page .container-fluid {
  overflow: hidden;
}

.error-page-inner {
  display: table-cell;
  vertical-align: middle;
}

.bg-404 {
  background-image: url("../images/home/tour-bg.png");
  background-repeat: repeat-x;
  background-position: center top;
}

.error-image {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-image img {
  width: 100%;
}

#error-page h2 {
  font-size:36px;
  text-transform: uppercase;
}

.btn-error {
  font-weight: 300;
  margin-top: 30px;
  padding:25px 55px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
  background-color: transparent;
  border: 1px solid #cc9b59;
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn-error:hover, .btn-error:focus  {
  background-color: #cc9b59;
  border-color:#cc9b59;
  color:#fff;
}

#error-page i, #coming-soon i {
  border: 1px solid #cc9b59;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #cc9b59;
  font-size: 17px;
  margin:0 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#error-page i:hover, #coming-soon i:hover {
  background-color: #cc9b59;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/*************************
********404 page CSS******
**************************/

#error-page {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 100px 0;
}

#error-page .container-fluid {
  overflow: hidden;
}

.error-page-inner {
  display: table-cell;
  vertical-align: middle;
}

.bg-404 {
  background-image: url("../images/404-bg.png");
  background-repeat: repeat-x;
  background-position: center top;
}

.error-image {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-image img {
  width: 100%;
}

#error-page h2 {
  font-size:36px;
  text-transform: uppercase;
}

.btn-error {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #4D9ED6;
  color: #797979;
  font-size: 16px;
  font-weight: 700;
  letter-spacing:0;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 25px 53px;
  text-transform: uppercase;
}

.btn-error:hover, .btn-error:focus  {
  background-color: #4D9ED6;
  border-color:#4D9ED6;
  color:#fff;
}

#error-page i, #coming-soon i {
  border: 3px solid #cecece;
  height: 40px;
  width: 40px;
  line-height: 35px;
  color: #cecece;
  font-size: 17px;
  margin:0 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#error-page i.fa-twitter:hover, 
#coming-soon i.fa-twitter:hover, 
#error-page i.fa-twitter:hover, 
#coming-soon i.fa-twitter:hover, 
#error-page i.fa-google-plus:hover, 
#coming-soon i.fa-google-plus:hover {    
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#error-page i.fa-facebook:hover, 
#coming-soon i.fa-facebook:hover{
  background-color:transparent;  
  color: #314A87;
  border-color:#314A87;
}

#error-page i.fa-twitter:hover, 
#coming-soon i.fa-twitter:hover{
  background-color:transparent;  
  color: #22BBF4;
  border-color:#22BBF4;
}

#error-page i.fa-google-plus:hover, 
#coming-soon i.fa-google-plus:hover{
  background-color:transparent;  
  color: #DD4C3B;
  border-color:#DD4C3B;
}

/*************************
******Coming Soon CSS*****
**************************/

.logo-image {
  display: block;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 95px;
}

.logo-image img {
  display: inline-block;
}

#coming-soon {
  background-image: url("../images/coming-soon-bg.png");
  background-position: center top;
  background-repeat: repeat-x;
  padding: 40px 0;
  overflow: hidden;
}

#coming-soon .social-link {
  margin-top: 35px;
}

.time-count {
  display: block;
  text-align: center;
}

.time-count ul {
  padding-left: 0;
}

#countdown {
  display: block;
  max-width: 960px;
  margin: 80px auto 100px;
}


#countdown li {
  float: left;
  display: block;
  width: 25%;
  text-align: center;
  height: 254px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain !important;
  position: relative;
  color: #fff;
}

#countdown li.angle-one {
  background-image: url(../images/coming-soon1.png);
  left: 120px;
}

#countdown li.angle-two {
  background-image: url(../images/coming-soon2.png);
  left: 40px;
}

#countdown li.angle-three {
  background-image: url(../images/coming-soon3.png);
  right: 40px;
}

#countdown li.angle-four {
  background-image: url(../images/coming-soon4.png);
  right: 120px;
}

#countdown li > span {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-top: 40px;
}

#countdown li.angle-two > span,
#countdown li.angle-four > span {
  margin-top: 80px;
}


#subscribe {
  background-color: #565656;
  color: #FFFFFF;
  padding: 40px 0 50px;
}

#subscribe h2 {
  color: #fff;
  text-transform: uppercase;
}

#subscribe .fa-envelope-o {
  color: #0884d5;
  margin-right: 5px;
}

#subscribe .form-control {
  background-color: transparent;
  height: 52px;
  color: #fff;
  border:2px solid #00aeef;
}

#newsletter {
  margin-top: 35px;
  position: relative;
}

#newsletter i {
  color: #0884d5;
  font-size: 36px;
  position: absolute;
  right: 12px;
  top: 7px;
}

.newsletter p {
  color: #919191;
  font-size: 12px;
  margin-top: 10px;
}

#coming-soon-footer {
  padding: 45px 0;
  line-height: 15px;
  overflow: hidden;
}

#coming-soon-footer a {
  color: #d89b4e;
}

#coming-soon-footer a:hover {
  color: #b38040
}

/*Shortcodes CSS*/
.bs-example{
  margin: 0 0 20px;
}

.panel-group{
  border: 1px solid #eee;
}
.panel-default{
  border: 0;
}
.panel-group .panel{
  border-radius: 0;
}
.panel-group .panel+.panel{
  margin-top: 0;
}

.panel-default>.panel-heading{
  background-color: transparent;
  border-top: 1px solid #eee;
}

.panel-group .panel-default:first-child>.panel-heading{
  border-top: 0;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  border-top-color: #eee;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
  background-color: #4FCCCD;
}

.tab-content {
  padding-top: 20px;
}

/*Features*/
.feature-inner{
  text-align: center;
}
.icon-wrapper{
  display: inline-block;
  background-color: #4FCCCD;
  color: #fff;
  padding: 25px;
  box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
  -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
  border-radius: 100%;
  margin: 10px 0;
}