﻿@charset "utf-8";

/**
*****************************************
This files contents are outlined below:-
******************************************/


/****************************************** 
[Table of contents]

|index page styles|

    1.Global Style & prefex 
    2.Sticky Header Style
    3.Header Topbar
    4.Custom Button
    5.Preloader
    6.Right Fixed appiontment Form
    7.Section common css
    8.Team Section
    9.Welcome Section
    10.Sidebar Section
    11.Consultation Section
    12.Service section
    13.Attorneys Page
    14.Sidebar Left
    15.portfolio Page  
    16.Landing Page
        1.Hours area
        2.landing Service area
        3.landing about area

    17.F.A.Q area 
    18.404 area  
    19.Registration and login form  one 
    20.Registration and login form Two
    21.single page descri
        1.Comment List styles
    22.bxslider
    22.Home two service area and vertical tab
    23.Form Validation
    24.Footer area
    25.Copyright area
    26.Scroll up Button

******************************************/


/*=============== Global Style & prefex =============== */

* {
    border: 0 none;
    margin: 0;
    outline: medium none;
    padding: 0;
}

::selection {
    background: #353535;
    color: #fff;
    text-shadow: none;
}


/*Firefox */

::-moz-selection {
    background: #353535;
    color: #fff;
    text-shadow: none;
}


/* Safari */

::-webkit-selection {
    background: #353535;
    color: #fff;
    text-shadow: none;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    background-color: #fff;
    color: #353535;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

h2 {
    color: #1d2127;
    font-size: 2.2em;
    font-weight: 400;
    line-height: 42px;
    margin: 0 0 32px 0;
}

span3 {
    color: #f3bd2b;
}

img {
    max-width: 100%;
}

iframe {
    border: none;
}

a img {
    border: none;
}

.clear_fix {
    clear: both;
}

p {
    color: #353535;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 10px;
}

a {
    display: inline-block;
    text-decoration: none;
    /*color: #f3bd2b;*/
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;  
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #f3bd2b;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 21px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Dosis", Arial, sans-serif;
    font-weight: 700;
    color: #353535;
    word-spacing: 0;
	letter-spacing:0;
	line-height:30px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span ,
h6 span ,
h1 span a,
h2 span a,
h3 span a,
h4 span a,
h5 span a,
h6 span a,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
h1 .span,
h2 .span,
h3 .span,
h4 .span,
h5 .span,
h6 .span,
h1 .small a,
h2 .small a,
h3 .small a,
h4 .small a,
h5 .small a,
h6 .small a,
h1 .span a,
h2 .span a,
h3 .span a,
h4 .span a,
h5 .span a,
h6 .span a
{
    font-weight: normal;
    line-height: 1;
    /*color: #f3bd2b;*/
    position: relative;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #555555;
}


button,
input {
    outline: none;
    box-shadow: none;
}

.form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    height: 45px;
}

.form-control:focus {
    border-color: #f3bd2b;
    box-shadow: none;
    outline: 0 none;
}

/* Menu serch box */

.menu-search {
  float: right;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.menu-search input[type="text"] {
  background-color: rgba(255, 255, 255, 0.6);
  border: medium none;
  border-radius: 30px;
  color: #333;
  font-size: 16px;
  height: 36px;
  padding-left: 15px;
  padding-right: 40px;
}
.menu-search button {
  background-color: rgba(255, 255, 255, 0);
  border: medium none;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 16px;
  height: 35px;
  margin-left: -4px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 40px;
  z-index: 1;
}

.contact-text span {
  color: #f3bd2b;
  display: block;
  left: 10px;
  position: relative;
  top: 5px;
}
.header-contact {
  margin-top: 7px;
  overflow: hidden;
  padding: 15px 0;
}
.header-contact ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.header-contact li {
  border: 1px solid #ddd;
  float: right;
  font-family: "Dosis",serif;
  margin-left: 10px;
  text-align: center;
}
.header-contact li span {
  font-family: "Dosis", serif;    
  color: #fff;
  font-weight: 700;
}
.header-contact li a {
    color: #000;
    font-family: "Dosis",serif;
    display: block;
    overflow: hidden;
    padding: 10px;
}
.header-contact li i {
    color: #333;
}
.appoinment-btn {
    background: #f3bd2b;
}
.appoinment-btn a {
    color: #fff !important;
    font-family: "Dosis",serif;
    display: block;
    overflow: hidden;
    padding: 10px;
}
.appoinment-btn i {
    color: #fff !important;
}
/***************************************
 ***********Sticky Header Style*********
 ***************************************/
.header-wrapper {
    margin-bottom: 0px;
    position: relative;
    padding: 0;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    background: #f3bd2b;
    border-bottom: 5px solid #033261
}

.navbar-fixed-top {
    background-color: #f3bd2b !important;
    position: fixed !important;
    background-color:#fff;
    padding: 0;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.header-wrapper.navbar-fixed-top {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

/***************************************
 *************** header top bar**********
 ***************************************/

.header-top-bar {
    background: #f3bd2b none repeat scroll 0 0;
    line-height: 35px;
}

.company-info {
    overflow: hidden;
}

.company-info ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.company-info ul li {
    float: left;
    padding: 0;
}
.company-info ul li a {
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    padding-left: 15px;
}

.company-info ul li i {
    color: #fff;
    display: block;
    float: left;
    font-size: 17px;
    margin-top: 0;
    width: 30px;
}

.cotact_social.top-social {
    padding-top: 10px;
}

.header_social {
    text-align: right;
}

.header_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.header_social ul li {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    margin-top: 0px;
    background: #fff;
    line-height: 27px;
    border-radius: 50%;
}
.header_social ul li a {
    padding: 0;
    text-decoration: none;
    font-size: 12px;
    display: block;
    color: #f3bd2b;
    line-height: 24px;
}
.header_social ul li:hover {
    color: #fff;
    background: #353535;
    border-radius: 50%;
}
.header_social ul li a:hover {
    color:#fff;
}

/***************************************
 *************** Owl Slider************
 ***************************************/
.main-slider-v1 {
    overflow: hidden;
    position: relative;
    margin-bottom: -30px;
}

.main-slider-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    right: 0;
}
.main-slider-v1 .item {
    height: 550px;
    background-color: #4BCAFF;
    display: table;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
}
.main-slider-v1 .item .slide-description {
    text-align: center;
     position: relative; 
    z-index: 99;
    display: table-cell;
    vertical-align: middle;
}

.main-slider-v1 .item .slide-description h2 {
    font-family: "Dosis", serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-animation-duration: .9s;
    -moz-animation-duration: .9s;
    -o-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    margin: 0px;
}

.main-slider-v1 .item .slide-description h3 {
    font-family: "Dosis", serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-animation-duration: .9s;
    -moz-animation-duration: .9s;
    -o-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown; 
}

.main-slider-v1 .item .slide-description .btn-1 {
    font-family: "Dosis", serif;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
    margin-right: 10px;
    background: transparent;
}

.main-slider-v1 .item .slide-description .btn-2 {
    font-family: "Dosis", serif;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown; 
}

.main-slider-v1 .owl-prev {
    display: block;
    position: absolute;
    top: 44%;
    left: 0;
}

.main-slider-v1 .owl-next {
    display: block;
    position: absolute;
    top: 44%;
    right: 0;
}

.main-slider-v1 .owl-nav [class*=owl-] {
    font-size: 20px;
    font-weight: bold;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    background: #333;
    color: #fff;
    border-radius: 50%;
}

.main-slider-v1 .owl-nav [class*=owl-]:hover {
    background: #353535;
    color: #fff;
}
/***************************************
 *************** Preloader**************
 ***************************************/

#preLoaderBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
}

#preLoaderBoxStatus {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/1.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/**************************************
 ******Right Fixed appiontment Form*****
 ***************************************/
#appiontment-now-box {
    position: fixed;
    right: 0;
    top: 20%;
    text-align: center;
    z-index: 999999;
}

#appiontment-now-box .appiontment-now {
    position: relative;
    width: 1px;
    border-width: 0;
    background: #fff;
    padding: 25px 0;
    border-radius: 2px;
    overflow-x: hidden;
    opacity: 0;
}

#appiontment-now-box .appiontment-now.open {
    width: 390px;
    padding: 25px 20px;
    border-right: 3px solid #18abde;
    opacity: 0.95;
}

@media (min-width: 320px) and (max-width: 650px) {
 #appiontment-now-box .appiontment-now.open {
    width: 300px;
    padding: 25px 20px;
    border-right: 3px solid #18abde;
    opacity: 0.95;
}
}

#appiontment-now-box .toggle {
    position: absolute;
    left: -93px;
    top: 45%;
    font-size: 14px;
    color: #ffffff;
    width: 150px;
    opacity: 1;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    cursor: pointer;
    padding: 10px 0;
    text-transform: uppercase;
    background-color: #061320;
    text-align: center;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

#appiontment-now-box .appiontment-form p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #353535;
    padding: 0 15px 20px 15px;    
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

#appiontment-now-box .form-control {
    font-family: "Open Sans", sans-serif;
    background: #F2F3F3;
    border-radius: 3px;
    margin-bottom: 15px;
    border: 1px solid #18abde;
}

#appiontment-now-box .form-control:focus {
    border-color: #18abde;
    background: #ffffff;
    outline: 0;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
    -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
}


/**************************************
 ******** Section common css **********
***************************************/
.title-area {
    margin-bottom: 50px;
    border-left: 5px solid #f3bd2b;
    padding-left: 15px;
}
.title-area p {
    color: #838383;
    font-family: "PT Serif",serif;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 15px;
    font-style: italic;
}
.welcome-section-title {
    color: #353535;
    font-family: 'Dosis', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0px 0 10px;
    text-transform: uppercase;
    position: relative;
}

.title_underline_icon {
    border-top: 4px solid #f3bd2b;
    margin: 0px 0px 15px 0px;
    max-width: 130px;
    position: relative;
}

.welcome-section-title > span {
    font-weight: bold;
}

.section-title {
    color: #353535;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.section-title:after {
  
    content: "";
    display: inline-block;
    height: 2px;
    width: 50px;
}
.underline_sep {
    position: relative;
    left: 0;
    right: 0;
    width: 70px;
    height: 1px;
    background: #f3bd2b;
    display: block;
    margin: 20px auto;
    text-align: center;
}

.underline_sep:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 0;
    top: 0;
    background: #f3bd2b;
    width: 50px;
    height: 1px;
    margin: 5px 0;
}

.underline_sep:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 0;
    background: #f3bd2b;
    width: 50px;
    height: 1px;
    margin: 5px 0;
}

.title-area-2 {
  margin-bottom: 50px;
  padding-left: 15px;
}
.section-title-2 {
    color: #353535;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

#testimonials-Section .underline_sep {
    background: #fff;
}

#testimonials-Section .underline_sep:before {
    background: #fff;
}

#testimonials-Section .underline_sep:after {
    background: #fff;
}

#testimonials-Section1 .title-area .section-title {
    font-family: 'Dosis', sans-serif;
    color: #ffffff;
    margin-top: 5px;
}

#testimonials-Section1 .title-area p {
    color: #ffffff;
}

#testimonials-Section1 .section-title {
    font-family: 'Dosis', sans-serif;
    color: #ffffff;
}




/***************************************
 *************** Pagination*********
 ***************************************/

.pagination-area .pagination {
    margin: 0 0;
    margin-bottom: -5px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    color: #f3bd2b;
    margin-right: 10px;
}

/***************************************
 *************** Featured Section*********
 ***************************************/
 #featured-area-v1 {
    z-index: 9;
}
.featured-item {
    position: relative;
    padding: 50px 20px;
    display: table;
    width: 100%;
    height: 100%;
}
.featured-item:hover{
     background:#f3bd2b ;
}

.featured-description {
    padding-left: 15px;
}
.featured-description h3 {
    color: #fff;
    font-family: Dosis;
    font-size: 30px;
    line-height: 40px;
    margin: 10px 0 10px;
    text-transform: uppercase;
}
.featured-description p {
    color: #fff;
}
.featured-icon {
    width: 120px;
    position: relative;
    top: 90px;
    display: table-cell;
    vertical-align: top;
}
.featured-icon i {
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 53px;
  font-weight: 700;
  line-height: 80px;
  padding: 10px 19px;
}
.featured-item-2 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 58px 20px;
}

.featured-icon-2 {
    margin: 0px auto;
    text-align: center;
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    border-radius: 50%;
}
.featured-icon-2 i {
    font-size: 50px;
    font-weight: 700;
    line-height: 87px;
    color: #fff;
    font-family: Dosis;
}
.featured-description-2 {
    text-align: center;
}
.featured-description-2 h3 {
    color: #fff;
    font-family: Dosis;
    font-size: 20px;
    line-height: 40px;
    margin: 20px 0 10px;
    text-transform: uppercase;
}
.featured-description-2 p {
    color: #fff;
    margin-bottom: 20px;
}
 /***************************************
 *************** Team Section*********
 ***************************************/

#team-carousel {
    position: relative;
}
.team-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #f3bd2b;
}
.team-item-content{
    background: #f3bd2b;
    margin-bottom: -15px;
    padding: 20px 10px;
}
.team-item:hover .team-item-content {
  background: #fff;
}
.team-item:hover .team-item-content h6,.team-item:hover .team-item-content .designation{
  color: #000;
}

.team-member-pic-holder {
    position: relative;
    overflow: hidden;
}
.team-member-pic-holder .overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.70;
    padding: 10px;
    overflow: hidden;
}
.team-item:hover .overlay {
  top: 0;
}
.team-member-pic-holder .overlay .inner-holder {
    display: table;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    border: 1px solid #f3bd2b;
    border-radius: 3px;
}
.team-member-pic-holder .overlay .inner-holder ul  {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.team-item:hover .overlay .inner-holder {
  opacity: 1;
  filter: alpha(opacity=100);
}

.team-item:hover .overlay .inner-holder ul {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
   animation-name: slideInDown;
}


.email-link {
    background: #f3bd2b none repeat scroll 0 0;
    color: #fff;
    font-family: Dosis;
    font-size: 20px;
    height: 49px;
    left: -63px;
    line-height: 60px;
    position: absolute;
    top: -10px;
    transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -webkit-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    width: 150px;
    text-align: center;
    z-index: 12;
    font-weight: bold;
}
.profile-link {
    background: #f3bd2b none repeat scroll 0 0;
    color: #fff;
    font-family: Dosis;
    font-size: 40px;
    height: 45px;
    right: -58px;
    line-height: 48px;
    position: absolute;
    top: -10px;
    transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    width: 150px;
    text-align: center;
    z-index: 12;
    font-weight: bold;
}
.profile-link:hover {color: #fff;}
.email-link:hover {color: #fff;}
.team-item-content h6 {
    color: #fff;
    font-family: "Dosis", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}

.team-item-content .designation {
    font-family: "Open Sans", Arial, sans-serif;
    color: #fff;
    display: block;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px;
}
ul.team-sm-links {
    margin-bottom: 5px;
    margin-top: 20px;
}

ul.team-sm-links li {
    border: 2px solid #f3bd2b;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
ul.team-sm-links li:last-child {
    margin-right: 0px;
}
ul.team-sm-links li a {
    color: #f3bd2b;
    display: block;
    font-size: 18px;
    height: 100%;
    width: 100%;
}

ul.team-sm-links li a:hover {
    color: #fff;
}

ul.team-sm-links li:hover {
    background: #f3bd2b;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-sm-links li a i {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

#team-carousel.owl-theme .owl-nav {
    margin-top: 20px;
    width: 100px;
    margin-left: -10px;
}

#team-carousel.owl-theme .owl-nav [class*="owl-"] {
    background: #353535 none repeat scroll 0 0;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin: 5px 5px 0 5px;
    padding: 5px 15px;
    font-weight: bold;
}
 /***************************************
 *************** Team Section two*********
 ***************************************/

#team-carousel {
    position: relative;
}
#team-wrapper-two .team-item {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f3bd2b;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.staff-item .staff-item-wrapper {
    width: 100%;
    height: 235px;
    overflow: hidden;
    transition: all 0.8s ease
}
#team-wrapper-two .team-item-inner {
  height: 385px;
  overflow: hidden;
  transition: all 0.8s ease 0s;
  width: 100%;
}
#team-wrapper-two .team-item .team-item-content {
  background: none;
}
#team-wrapper-two .team-item:hover .team-item-content {
  color:#fff;
}
#team-wrapper-two .team-item:hover .team-item-content h6,.team-item:hover .team-item-content .designation{
  color: #fff;
}

#team-wrapper-two .team-member-pic-holder {
    position: relative;
    overflow: hidden;
}
#team-wrapper-two .team-item img {
  border-radius: 50%;
  margin: 20px auto 0;
  padding: 0;
  width: 75%;
}
.sticky-btn {
  font-family: Dosis;
  font-size: 21px;
  font-weight: 700;
  left: -35px;
  position: absolute;
  top: -8px;
  transform: rotate(-45deg);
  width: 100px;
}
#team-wrapper-two .team-item-content-inner {
  display: none;
  overflow: hidden;
  width: 100%;
}
#team-wrapper-two .team-member-pic-holder .overlay .inner-holder ul  {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#team-wrapper-two .team-item:hover{
  background: #f3bd2b;
}

#team-wrapper-two .team-item:hover.team-item img {
    width: 50%;
}
#team-wrapper-two .team-item:hover .team-item-content-inner{
  display:  block;
}
#team-wrapper-two .team-item:hover .team-item-content-inner p{
  color: #fff;
}
#team-wrapper-two .team-item:hover ul.team-sm-links li{
    border: 2px solid #fff;
}
#team-wrapper-two .team-item:hover ul.team-sm-links li a{
  color: #fff;
}
#team-wrapper-two .team-item:hover .team-item-content .designation{
  color: #fff;
}

#team-wrapper-two .profile-link:hover {color: #f3bd2b;}
#team-wrapper-two .email-link:hover {color: #f3bd2b;}
#team-wrapper-two .team-item-content h6 {
    color: #333;
    font-family: "Dosis", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}
#team-wrapper-two .team-item-content .designation {
  color: #333;
  display: block;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 15px;
}
#team-wrapper-two ul.team-sm-links {
  margin-bottom: 20px;
  margin-top: 20px;
}
#team-wrapper-two ul.team-sm-links li {
  border: 2px solid #f3bd2b;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
#team-wrapper-two ul.team-sm-links li:last-child {
    margin-right: 0px;
}
#team-wrapper-two ul.team-sm-links li a {
    color: #f3bd2b;
    display: block;
    font-size: 18px;
    height: 100%;
    width: 100%;
}

#team-wrapper-two ul.team-sm-links li a:hover {
    color: #fff;
}

#team-wrapper-two ul.team-sm-links li:hover {
    background: #000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#team-wrapper-two .team-sm-links li a i {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

#team-carousel.owl-theme .owl-nav {
    margin-top: 20px;
    width: 100px;
    margin-left: -10px;
}

#team-carousel.owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 23px;
    margin: 5px 5px 0 5px;
    padding: 5px 15px;
    font-weight: bold;
    border: 1px solid #333;
}

#about-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #f3bd2b;
}

#about-carousel.owl-theme .owl-nav [class*="owl-"] {
    background: #353535 none repeat scroll 0 0;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin: 5px 5px 0 5px;
    padding: 5px 15px;
    font-weight: bold;
}

#team-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #f3bd2b;
}

/***************************************
 ******Welcome/about Section One*********
 ***************************************/
.welcome-description {
    padding: 50px 30px 39px;
    overflow: hidden;
}
.welcome-description p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    font-style: normal;
}
.welcome-description ul {
    margin: 0 20px 0 0;
    padding: 0;
    float: left;
}
.welcome-description ul li {
    color: #f3bd2b;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-left: 23px;
    position: relative;
    text-align: left !important;
}

.welcome-description li::before {
    color: #f3bd2b;
    content: "\f046";
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    padding-right: 0.5em;
    position: absolute;
    text-decoration: inherit;
    top: 2px;
}

.welcome-description ul li a {
    color: #f3bd2b;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
}

.welcome-description ul li a:hover {
    color: #000;
}

.welcome-description ul li span {
    float: right;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    padding-right: 5px;
    color: #999;
}

.welcome-description ul li:last-child span {
    border: 2px solid #fff;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding-left: 5px;
    text-transform: uppercase;
}

.welcome-right:before{
    content:'';
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    height:40%;
    z-index:1;
    background:rgba(0,0,0,0.50);
    background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.80)); 
    background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.80)); 
    background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.80));  
    background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.80));    
}
.welcome-right img {
    max-width: none;
}


.about-company h3 {
    color: #838383;
    font-family: Dosis;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 0px;
}
.about-company h2 {
    color: #353535;
    font-family: "Dosis",serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.about-company h2 span{
    color: #f3bd2b;
    font-family: "Dosis",serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}

.about-company h2::after {
    background: #f3bd2b none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    width: 50px;
}
.about-company-right h2 {
    color: #353535;
    font-family: "Dosis",serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.about-company-right h2 span{
    color: #f3bd2b;
    font-family: "Dosis",serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}
.about-company-right h2::after {
    background: #f3bd2b none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    width: 50px;
}
.about-company ul, .about-company-right ul {
    margin-left: 20px;
    margin-bottom: 30px;
}
.about-company ul li,.about-company-right ul li {
    color: #999999;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-left: 23px;
    position: relative;
    text-align: left !important;
}

.about-company ul li::before, .about-company-right ul li::before {
    color: #999;
    content: "\f0a4";
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    padding-right: 0.5em;
    position: absolute;
    text-decoration: inherit;
    top: 2px;
}
.about-gallery img {
    width: 100%;
}
/***************************************
 *************** Service Section*********
 ***************************************/
.service-item {
    width: 100%;
    height: initial;
    background: #F2F3F3;
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    position: relative;
    border: 1px solid #ddd;
}
.service-item-text {

}
.service-item-text-inner {
    padding: 0 15px 30px;
}
/* Overlay styles  */
.overlay-one{
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom:  0;
    opacity: 1;

}
.service-item-img {
    position: relative;
}
.service-item-name {
  background: #24609d none repeat scroll 0 0;
  color: #fff;
  overflow: hidden;
}
.service-item-name h6{
  color: #fff;
  overflow: hidden;
}
.service-item-text > h6 {
    padding: 10px;
    font-family: "Dosis", Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 0;
    background: #033261;
    color: #fff;
    text-align: left;
    border-top: 3px solid #f3bd2b;
    border-bottom: 3px solid #f3bd2b;
    border-right: 3px solid #f3bd2b;
}
.service-item-img .overlay{
    opacity: 0;
}
.service-item:hover .service-item-img .overlay{
    opacity: .75;
}
.service-item-text > p {
    color: #353535;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 24px;
    margin: 0 0 25px;
    text-align: center;
}



.service-item> h6::after {
    background-color: #f3bd2b;
    content: "";
    display: block;
    height: 2px;
    margin: 10px auto 20px;
    width: 50px;
}

.service-single-description {
    background: #f2f3f3;
    padding: 25px 20px;
}
.service-single-description::before {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    top: 0;
    left: 15px;
    border-left: 50px solid #24609d;
    border-bottom: 50px solid transparent;
}
.service-single-description::after {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    bottom: 0;
    right: 15px;
    border-right: 50px solid #24609d;
    border-top: 50px solid transparent;
}
.service-single-title {
    color: #353535;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    margin-top: 0px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
}

.service-single-description img {
    max-width: 350px;
    float: right;
    margin-left: 20px;
}
.service-icon-holder {
    display: inline-block;
    background: #f3bd2b;
    margin-right: 10px;
    float: left;
    padding: 17px 10px 7px;
}
.service-icon-holder i {
    color: #fff;
    font-size: 45px;
    line-height: 25px;
}
/***************************************
 **********Consultation Section*********
 ***************************************/
.contact_us {
    background-color: #F2F3F3;
    margin-top: 0px;
    padding: 10px 30px 15px;
}
.free-appoinment h3 {
    font-size: 20px;
    font-family: Dosis;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.free-appoinment p {
    margin-bottom: 30px;
}

.boo-appoingment-area {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  width: 100%;
}
.contact_us.free-appoinment h4 {
    font-size: 20px;
    font-family: Dosis;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 20px;
}
.contact_us.free-appoinment p {
     margin-left: 20px;
}

/***************************************
 *************** Service section********
 ***************************************/
.service-content {
    background: #f4f4f5 none repeat scroll 0 0;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #3535352;
    padding: 30px;
    transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
    margin-bottom: 15px;
}

.service-icon {
    height: 56px;
    margin-bottom: 30px;
    width: 100px;
}

.service-icon i {
    color: #f3bd2b;
    font-size: 52px;
}

.service-content h3 {
    color: #3535352;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
}

.service-content:hover {
    background: #fff none repeat scroll 0 0;
}

.service-icon {
    border: 2px solid #f3bd2b;
    height: 100px;
    margin: 30px auto;
    transform: rotate(45deg);
    -moz-border-radius: rotate(45deg);
    -webkit-border-radius: rotate(45deg);
    padding: 15px;
    width: 100px;
}

.service-icon i {
    transform: rotate(-45deg);
    -moz-border-radius: rotate(-45deg);
    -webkit-border-radius: rotate(-45deg);
}


/***************************************
 *************** Form Validation*********
 ***************************************/

.validation {
    background: rgba(253, 207, 207, 1) !important;
}

.success {
    background: #DFF0D8 !important;
    padding: 5px;
    text-align: center;
}

.error {
    background: rgba(253, 231, 231, 1) !important;
    padding: 5px;
    text-align: center;
}


/***************************************
 *************** Scroll up Button*******
***************************************/

#scrollTopButton{
    bottom: 20px;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 99999;
}

#scrollTopButton i {
    background: #24609d  none repeat scroll 0 0;
    color: #ffffff;
    font-size: 28px;
    opacity: 1;
    padding: 12px 18px;
    text-align: center;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#scrollTopButton  i:hover {
    opacity: 1;
}


/***************************************
 *************** Testimonial***********
***************************************/
#testimonial-carousel .testimonial-item {
    margin: 0 auto;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 10px;
}
#testimonials-Section1 .testimonial-bg {
    background: #fff none repeat scroll 0 0;
    border: 10px solid #f3bd2b;
    opacity: 0.9;
    padding: 80px 70px;
    position: relative;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 13px;
}
#testimonials-Section1 .testimonial-bg:before{
    content: "\f10d";
    font-family: "fontawesome";
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #fff;
    text-align: center;
    font-size: 50px;
    color: #f3bd2b;
    position: absolute;
    top: -40px;
    left: 2%;
}
#testimonials-Section1 .testimonial-item{
    padding: 0 15px;
}
.testimonial-item .description {
  color: #848484;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 15px;
  padding-bottom: 25px;
  position: relative;
}
.testimonial-item .description:before{
    content: "";
    width: 75%;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial-item .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: translateX(-50%) rotate(45deg);
}
.testimonial-item .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}
.testimonial-item .pic img{
    width: 100%;
    height: auto;
}
.testimonial-item .title {
  color: #333;
  display: block;
  font-family: Dosis;
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
  text-transform: uppercase;
}
.testimonial-item .post {
  color: #333;
  display: inline-block;
  font-family: open sans;
  font-size: 14px;
  font-style: italic;
}
#testimonials-Section1 .owl-theme .owl-controls {
  background: #fff none repeat scroll 0 0;
  bottom: -37%;
  height: 75px;
  margin-top: 10px;
  overflow: hidden;
  position: absolute;
  right: -45px;
  width: 100px;
}
#testimonials-Section1 .owl-theme .owl-controls .owl-buttons div{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #34363b;
    opacity: 1;
    padding: 0;
}
#testimonials-Section1 .owl-prev:before,
#testimonials-Section1 .owl-next:before{
    content: "\f104";
    font-family: "fontawesome";
    font-size: 23px;
    font-weight: 700;
    color: #000;
}
#testimonials-Section1 .owl-next:before{
    content:"\f105";
}
@media only screen and (max-width:767px){
    .testimonial-bg{ padding: 50px 40px; }
    .owl-theme .owl-controls{ bottom: -22%; }
}
@media only screen and (max-width:480px){
    .testimonial-bg:before{
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }
    .testimonial-bg{ padding: 30px 10px; }
    .owl-theme .owl-controls{ bottom: -15%; }
}
@media only screen and (max-width:360px){
    .testimonial .title,
    .testimonial .post{
        font-size: 16px;
    }
    .owl-theme .owl-controls{ bottom: -12%; }
}

/***************************************
 *************** Counter **************
***************************************/

.counter-area {
    border: 2px solid #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    height: 225px;
    line-height: 120px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 225px;
    background-color: #f3bd2b;
}

.counter-area p:first-child {
    padding-top: 50px;
    margin-bottom: 0px;
}

.counter-area span.counter {
    color: #fff;
    font-size: 50px;
}

.counter-area span {
    color: #fff;
    font-size: 20px;
    line-height: 45px;
}

.counter_name {
    color: #ffffff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 10px;
}

.google-map iframe {
    margin-bottom: -6px;
    width: 100%;
}

.parallax-counter {
    background-image: url(../images/parallax/parallax-black.jpg);
    padding-top: 58px;
    padding-bottom: 58px;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.parallax-overlay-counter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353535;
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/***************************************
 *************** Testimonial************
***************************************/

#testimonial-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag {
    position: relative;
}

#testimonial-carousel.owl-carousel .owl-nav .owl-prev {
    background: #000;
    color: #fff;
    left: 0;
    position: absolute;
    top: 20%;
    border: 2px solid #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 40px;
    width: 40px;
}

#testimonial-carousel.owl-carousel .owl-nav .owl-next {
    background: #000;
    color: #fff;
    right: 0;
    position: absolute;
    top: 20%;
    border: 2px solid #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 40px;
    width: 40px;
}

#testimonial-carousel.owl-carousel .owl-nav .owl-next > .fa.fa-angle-right {
    font-size: 25px;
    font-weight: bold;
}
#testimonial-carousel.owl-carousel .owl-nav .owl-prev > .fa.fa-angle-left {
  font-size: 25px;
  font-weight: bold;
  margin-left: -10px;
}

#owl-news-slider.owl-theme .owl-nav [class*="owl-"] {
    background: #353535 none repeat scroll 0 0;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 5px 0 5px;
    padding: 5px 15px;
}

#owl-news-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #f3bd2b;
}

.news-table .owl-theme .owl-nav {
    margin-top: -20px;
}

.post-box {
    margin-bottom: 30px;
    position: relative;
    padding: 15px;
    background: #fff;
}
.image-box-inner {
    bottom: 30px;
    display: block;
    left: 15px;
    position: absolute;
    width: 100%;
}

.image-box-inner > ul {
    text-align: center;
}

.image-box-inner ul li {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 20px;
    display: inline;
    margin-right: 20px;
    padding: 5px 15px;
}

.image-box-inner ul li a {
    color: #000;
    z-index: 99999999;
}

.content h3 a {
    color: #353535;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 31px;
    text-align: left;
    letter-spacing: 0px;
}

.content h3 a:hover {
    color: #f3bd2b;
}
.inner-post-box h3{
margin-top: 0;
}
.inner-post-box h3 a {
    color: #353535;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 31px;
    text-align: left;
    letter-spacing: 0px;
}

.text-des {
    color: #353535;
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.inner-post-box > .image-box {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.image-box a {
    display: block;
}


.read-more {
    color: #fff;
    font-size: 15px;
}

.read-more:hover {
    color: #353535!important;
    font-size: 15px;
}
.inner-post-box {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    margin: 0 auto;
    position: relative;
}

.content > h3 {
    margin: 10px 0 10px 0;
}

.content {
    margin: 0;
}


.news-section-single .post-box {
    margin-bottom: 30px;
    overflow: hidden;
}

.news-table-single .content > h3 {
    margin: 0;
}
.post-caption{
    background-color: rgba(0, 0, 0, 0.90);
    top: -40px;
    height: 40px;
    left: 0;
    right:0;
    position: absolute;
    text-align: center;
    width: 100%;
    visibility:hidden;
}
.post-info.clearfix {
    margin-top: 26px;
}
.post-caption ul {
    margin-top: 5px;
}
.post-caption ul li {
    display: inline;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 0;
    margin-right: 10px;
}
.post-caption ul li .fa {
    color: #f3bd2b;
    margin-right: 5px;
}
.post-caption ul li:last-child {
   margin-right: 0px;
}
.post-box:hover .post-caption {
    top: 0;  
    opacity:1;
    visibility:visible;
}
.post-box:hover .image-box img{
    transform: scale(1.070) rotate(-3deg);
    -moz-transform: scale(1.070) rotate(-3deg);
    -webkit-transform: scale(1.070) rotate(-3deg);
    -o-transform: scale(1.070) rotate(-3deg);
    -ms-transform: scale(1.070) rotate(-3deg);
}


.cal {
  background: #f3bd2b none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 0;
  height: 100px;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100px;
  z-index: 1;
}
.cal h5 {
    font-size: 20px;
    line-height: 32px;
    margin: 0px;
    color: #fff;
    font-family: Dosis;
}
.cal h5 span {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-family: Dosis;
    font-weight: 600;
    display: block;
}
.sticky-post-content img {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}
.post-info {
    width: 100%;
    margin-bottom: 15px;
}
.post-info ul li {
    display: inline;
    margin-right: 5px;
    font-size: 15px;
    line-height: 32px;
    transform: skew(-20deg);
    background: #ddd;
    padding: 5px 10px;
}
.sticky-post-content h3 {
    margin-top: 0px;
}
.sticky-post-content h3 a {
    font-size: 20px;
    font-family: Dosis;
    font-style: normal;
    line-height: 30px;
    text-transform: uppercase;
}
.recent-news ul li {
    display: block;
    width: 100%;
    border-bottom: 3px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.recent-news ul li:last-child {
    border-bottom: 0px solid #ddd;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.recent-news ul li img {
    max-width: 100px;
    float: left;
    margin-right: 10px;
}
.recent-news ul li a {
    font-size: 14px;
    line-height: 24px;
    font-family: Open Sans;
    color: #333;
}
.recent-news {
    background: #fff;
    padding: 15px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 22px;
}
.recent-news h3 {
    font-size: 20px;
    font-family: Dosis;
    font-style: normal;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 5px;
}

/***************************************
 ***********opening-hours *************
***************************************/

.opening-hours {
    background: #f3bd2b;
    padding: 5px;
}
.opening-hours-inner {
    border: 20px double #3b8bb4;
    padding: 15px 15px 6px;
    background: #fff;
}
.opening-hours-inner:hover .oh-icon{
    background: #3b8bb4;
    color: #fff;
    border: 3px solid #ddd;
    border-radius: 50%;
}
.opening-hours h3 {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px;
    position: relative;
}

.opening-hours h3::after {
    background-color: #3b8bb4;
    content: "";
    display: block;
    height: 2px;
    margin: 10px auto 20px;
    width: 50px;
}
.opening-hours .oh-icon {
    text-align: center;
    width: 60px;
    height: 60px;
    border: 3px solid #3b8bb4;
    margin: 0px auto;
    padding-top: 7px;
    color: #3b8bb4;
}
.opening-hours i{
    font-size: 40px;
}
.opening-hours-text {
    margin: 20px 0 15px;
}
.opening-hours-text li {
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
    font-size: 16px;
    font-family: open sans;
    font-weight: normal;
    font-style: normal;
}
.opening-hours-text li span {
    color: #3b8bb4;
    float: right;
}

/***************************************
 ***********Subscribe form*************
***************************************/

#subscribe {
    padding: 42px 0;
    background: #f3bd2b;
}

#subscribe .form-control {
    height: 50px;
    padding-left: 10px;
    border-radius: 0px;
    border-color: #fff;
    background: #fff;
}

#subscribe .input-group-btn {
    border: 2px solid #ffffff;
    height: 50px;
    border-radius: 0px;
    background: transparent;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    padding: 0 28px;
}

#subscribe .input-group-btn .btn-secondary {
    background: none;
    border: none;
}

#subscribe .input-group-btn .btn-secondary i.fa {
    color: #fff;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    font-size: 22px;
}

#subscribe .input-group-btn:hover {
    background: #111;
}

.subs-title {
    color: #ffffff;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 25px;
}


/***************************************
 ***********Partner area **************
***************************************/

.partner-box {
    /*background: #f4f4f4 none repeat scroll 0 0;*/
    display: table;
    height: 100px;
    width: 100%;
}

.partner-box-inner {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

#owl-partner-slider.owl-theme .owl-nav [class*="owl-"] {
    background: #353535 none repeat scroll 0 0;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    padding: 5px 15px;
}
#owl-partner-slider img {
    border: 2px dashed #f3bd2b;
}


#banner-wrap .fa.fa-long-arrow-right {
    color: #fff;
    font-size: 15px;
}
/***************************************
 ***********About page    **************
***************************************/

.single-page-description-left img {
    width: 100%;
}

.single-page-description h2 {
    color: #353535;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
}


.single-page-description span {
    color: #353535;
    font-size: 14px;
    font-style: italic;
}

.single-page-description p {
    margin-bottom: 10px;
}

.about-bottom {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}

.contact-phone {
    background: #f3bd2b none repeat scroll 0 0;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
}

.contact-phone > p {
    border: 1px dashed #fff;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 5px !important;
    padding: 10px 20px;
    text-align: center;
}

.about-bottom h3 {
    font-family: open sans;
    font-size: 45px;
    font-weight: bold;
    margin-top: 5px;
}


/***************************************
 ************breadcrumb************
 ***************************************/
ul.breadcrumb {
    background-color: #f3bd2b;
    border-radius: 0;
    font-size: 17px;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 10px 16px;
    display: inline-block;
    margin: 10px;
    position: relative;
}
ul.breadcrumb::before {
    left: -16px;
    border-right: 15px solid #24609d;
    border-top: 23px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 16px;
}
/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #fff;
    content: "/\00a0";
}

ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #24609d;
}


/***************************************
 ************Contact page************
 ***************************************/

.contact_us_popup {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #F2F3F3;
    padding: 20px;
    position: relative;
    -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
    top: 0!important;
}

.contact_us_popup p {
    font-family: "Open Sans", sans-serif;
    color: #11;
    font-size: 15px;
    padding: 10px 20px;
}

.contact_us_popup h4 {
    color: #353535;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 0px;
    margin-left: 15px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
}

.contact_us_popup h4::after {
    background: #f3bd2b none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    bottom: 19px;
    position: absolute;
    width: 40px;
    margin-left: 20px;
}
.contact_us_popup h5 {
    color: #353535;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 16px;
    margin-left: 15px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 0px;
}
.contact_us_popup h5::after{
    background-color: #f3bd2b;
    content: "";
    display: block;
    height: 2px;
    margin: 10px auto 20px;
    width: 50px;
}
.section-address {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 0;
    padding-top: 58px;
}
.single-address-item {
    border: 1px solid #f2f3f3;
    margin-bottom: 58px;
    position: relative;
    padding: 30px;
}
.single-address-item:hover {
    background: #f2f3f3;
    opacity: 0.85;
}
.address-icon {
    height: 85px;
    left: 0;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
}
.address-icon i, .address-icon i::before {
  color: #000;
  font-size: 40px;
  line-height: 65px;
  margin: 0;
}

.address-text {
    font-family: "Open Sans",sans-serif;
    overflow: hidden;
    text-align: center;
    margin-top: -20px;
}
.address-text > h4 {
  border-bottom: 3px solid #f3bd2b;
  display: inline;
  font-family: Dosis;
  font-size: 20px;
  font-weight: 700;
  line-height: 65px;
  margin-top: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.address-text p {
  color: #353535;
 font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.accordions-area {
    background: #f2f3f3;
    padding: 30px 15px;
}

/***************************************
 ************Sidebar Right************
 ***************************************/
.sidebar-wrap {
    overflow: hidden;
    width: 100%;
    min-height:100vh
}
.siderbar-widget {
    background:#f2f3f3;
    padding: 0px 20px 30px;
    margin-bottom: 30px;
}
.siderbar-widget:last-child {
    margin-bottom: 0px;
}
.sidebar-widget-title {
    font-family: 'Dosis', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 15px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 0px;
    position: relative;
    background: #24609d;
    padding: 20px 30px;
    margin-left: -30px;
    margin-right: -30px;
}
.sidebar-widget-title::after {
    position: absolute;
    width: 0;
    height: 0;
    background: #fff;
    content: '';
    bottom: 0;
    right: 9px;
    border-right: 20px solid #f3bd2b;
    border-top: 20px solid transparent;
}
.sidebar-wrap .search-form {
    display: block;
    position: relative;
}
.sidebar-wrap .search-field {
    border: 1px solid #dddddd;
    height: 45px;
    padding: 0 45px 0 10px;
    width: 100%;
    border-radius: 30px;
}
.sidebar-wrap .search-form button {
    background: #24609d;
    color: #fff;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    z-index: 99;
}

.sidebar-wrap .siderbar-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-wrap .siderbar-widget > ul > li {
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #353535;
    position: relative;
    padding: 15px 0 15px 20px;
}
.sidebar-wrap .siderbar-widget > ul > li::before {
    color: #999;
    content: "\f152";
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    padding-right: 0.5em;
    position: absolute;
    text-decoration: inherit;
    top: 2px;
}

.sidebar-wrap .siderbar-widget ul li:last-child {
    border-bottom: 0px dashed #ddd;
}
.sidebar-wrap .siderbar-widget ul li a {
    color: #353535;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: 15px;
    font-family: "Open Sans", sans-serif;
    display: block;
}
.sidebar-wrap .siderbar-widget ul li a span {
    float: right;
}
.sidebar-wrap .siderbar-widget ul li a:hover{
    color:#f3bd2b;
}

.sidebar-wrap .widget-news {
    display: block;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    overflow: hidden;
}
.sidebar-wrap .widget-news:last-child {
    border-bottom: 0px dashed #ddd;
    padding-bottom: 0px;
    margin-bottom: -10px;
}
.sidebar-wrap .news-text {
    display: block;
    padding: 0 0 10px 94px;
}
.sidebar-wrap .widget-news img {
    max-width: 80px;
    float: left;
    margin: 0 15px 15px 0;
    height: 80px;
}
.sidebar-wrap .widget-news a {
    display: block;
    text-decoration: none;
    text-align: right;
}
.sidebar-wrap .news-text {
    display: block;
    padding: 0 0 10px 94px;
}
.tag-list ul {margin-bottom: -9px;}
.tag-list >li {
    border: 0px solid #ddd !important;
    display: inline-block;
    padding: 0px !important;
}
.tag-list >li::before {
display: none;
}

.tag-list > li > a {
    border: 1px solid #24609d !important;
    display: inline-block;
    padding: 10px 20px !important;
    margin-bottom: 9px;
    margin-right: 5px;
}
.tag-list li a:hover{
    background: #24609d;
    color:#fff !important;

}
.tag-list li a.active{
    background: #24609d;
    color:#fff !important;
}


/***************************************
 ************Service Page  ************
 ***************************************/

.single-service {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 15px 0;
}

.attorneys-single-description {
    
    border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 20px 20px 0 20px;
    text-align: center;
}

.attorneys-single-description-img {
    position: relative;
    overflow: hidden;
}

.attorneys-single-description-img::before {
    border: 3px solid #ffffff;
    border-radius: 3px;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.attorney-name {
    color: #353535;
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

.attorney-deg {
    color: #353535;
    font-family: open sans;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.attorney-deg::after {
    background: #f3bd2b none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 40%;
    margin: 0 auto;
    position: absolute;
    width: 100px;
}

.attorneys-single-description .btn {
    margin-top: 7px;
}

.attorneys-single-description p {
    margin-bottom: 10px;
}

.team-bottom h3 {
    line-height: 60px;
    margin-bottom: 0;
    margin-top: 0;
}

.team-bottom h3 span {
    color: #353535;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.attorneys-single-description-img p {
    background: #f3bd2b none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    padding: 24px 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #24609d;
    border-color: #24609d;
}



/***************************************
 ************portfolio Page  ************
 ***************************************/

.portfolio-image img{
    width: 100%;
}

.doctor-single-portfolio p {
    margin-bottom: 20px;
}

.attorney-portfolio-name {
    color: #353535;
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    margin-top: 0px;
    text-transform: uppercase;
}

.attorney-portfolio-deg {
    color: #353535;
    font-family: open sans;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    margin-bottom: 20px;
}

.portfolio-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.portfolio-image-info {
    background: #f3bd2b;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 35px;
    padding-top: 20px;
    margin-bottom: 40px;
}

.portfolio-image-info ul {
    margin-top: 15px;
    padding: 0px;
}
.portfolio-image-info li {
    border: 2px solid #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.portfolio-image-info li:last-child {
    margin-right: 0px;
}
.portfolio-image-info li a {
    color: #fff;
    display: block;
    font-size: 18px;
    height: 100%;
    width: 100%;
}

.portfolio-image-info li a:hover {
    color: #f3bd2b;
}

.portfolio-image-info li:hover {
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio-image-info li a i {
    height: 33px;
    line-height: 30px;
    text-align: center;
    width: 35px;
}
.doctor-degree {
    list-style: outside none none;
    margin: 10px 0 20px 0 !important;
    overflow: hidden;
    padding: 0 !important;
}
.doctor-degree li {
    background-color: #f2f2f2;
    float: left;
    margin-right: 10px;
    padding: 3px 10px;
    margin-bottom: 10px !important;
    font-size: 13px !important;
}
.doctor-degree li:last-child {margin-right: 0px;}
#team-carousel.owl-theme .owl-nav {
    margin-top: 20px;
    width: 101px;
    margin-left: -6px;
}
blockquote {
    border-left: 5px solid #f3bd2b;
    font-size: 17.5px;
    margin: 20px 0;
    padding: 10px 20px;
}

.doctor-single-portfolio h3 {
    color: #f3bd2b;
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
}

.doctor-single-portfolio ul {
    margin: 20px 0 15px 30px;
    padding: 0;
}

.doctor-single-portfolio ul li {
    color: #353535;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    list-style: outside none none;
    margin-bottom: 5px;
    position: relative;
    text-align: left !important;
}

.profile-des-area {
    background: #f2f3f3;
    overflow: hidden;
    padding: 15px;
}
.profile-pic {
    max-width: 400px;
    float: right;
    margin-left: 30px;
}



/*F.A.Q area 
--------------------------------------------------------------*/

#faq-area {
    padding: 70px 0 50px;
    background: #e4e4e4 url("../img/bg/section-bg.jpg") repeat scroll center center;
}
.faq-search {
    background: #f2f3f3 none repeat scroll 0 0;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}
.faq-search input[type="text"] {
    border: 1px solid #24609d;
    color: #353535;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    font-family: "Open Sans",sans-serif;
    outline: none;
    border-radius: 30px 0 0 30px;
}
.faq-search input[type="button"] {
    background: #24609d;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 40px;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    line-height: 24px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.accordions-area > h2 {
	color: #353535;
	font-family: 'Dosis', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	text-align: left;
}

.accordions-area > p {
    color: #353535;
    font-family: open sans;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
}
#accordion-v1 .panel {
    box-shadow: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 15px;
    border: 2px solid #24609d;
}
#accordion-v1 .panel-heading {
    padding: 0;
    background-color: #fff;
}
#accordion-v1 .panel-title {
    background: #24609d none repeat scroll 0 0;
    border-bottom: 1px solid #d3d3d3;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    padding: 15px;
    position: relative;
    text-transform: uppercase;
}
#accordion-v1 .panel-title::after {
    position: absolute;
    width: 0;
    height: 0;
    background: #fff;
    content: '';
    bottom: 0;
    right: -1px;
    border-right: 20px solid #f3bd2b;
    border-top: 20px solid transparent;
}
#accordion-v1 .panel-title a.collapsed {
    background: #f3bd2b none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-top: 0 none;
    color: #ffffff;
    line-height: 25px;
}

#accordion-v1 .panel-title a:before,
#accordion-v1 .panel-title a.collapsed:before {
    content: "\f068";
    font-family: FontAwesome;
    position: absolute;
    top: 16px;
    right: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

#accordion-v1 .panel-title a.collapsed:before {
    content: "\f067";
}

#accordion-v1 .panel-body {
    background: #ffffff none repeat scroll 0 0;
    border-top: 0 none;
    color: #353535;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 15px 20px;
}


/*classical news page
--------------------------------------------------------------*/

.classical-page-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}
.classical-page-item .btn {
    float: right;
}
/*404 area 
--------------------------------------------------------------*/
.error404 {
    padding: 20px 20px 50px;
}

.error404 h1 {
    color: #333;
    font-size: 60px;
    font-family: Open Sans;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
}
.error404 h2 {
    color: #fff;
    font-size: 140px;
    font-family: Dosis;
    font-weight: 700;
    font-style: normal;
    line-height: 250px;
    background: #24609d;
    overflow: hidden;
    border-radius: 50%;
    padding: 15px;
    height: 300px;
    width: 300px;
    margin: 0px auto;
    margin-top: 25px;
    margin-bottom: 30px;
}
.error404 h2 span {
    color: #f3bd2b;
    font-size: 140px;
    font-family: Dosis;
    font-weight: 700;
    font-style: normal;
    line-height: 120px;
    margin: 45px 0 10px;
    border-bottom: 5px solid #f3bd2b;
    padding-bottom: 15px;
}
.error404 h3 {
    color: #272727;
    font-size: 35px;
    font-family: Dosis;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5px;
    line-height: 60px;
    text-transform: uppercase;
}
.error404 p {
    color: #272727;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
}
.error404 .search-form{

}
.error404  input[type="text"] {
    height: 42px;
    border: 1px solid #e6e4e4;
    outline-color: #ccc;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.error404 input[type="submit"] {
    height: 42px;
    border: 1px solid #24609d;
    background-color: #24609d;
    color: #fff;
    text-transform: uppercase;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.classical-page-item-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}

/*single page description 
--------------------------------------------------------------*/
.single-page-details {
    background: #f2f3f3;
    padding: 20px;
}
.single-page-details h2 {
    color: #353535;
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 15px;
    position: relative;
    text-align: left;
    margin-top: 20px;
}
.single-page-details img {
    float: left;
    margin-bottom: 6px;
    margin-right: 20px;
}
.entry-meta {
    width: 100%;
    height: 40px;
}
.posted-on {
    margin-right: 20px;
}
/*Comment List styles
--------------------------------------------------------------*/
.comments-area {
    background: #f2f3f3;
    padding: 20px;
    margin-top: 30px;
}
.form-item {
    border: 1px solid #ffffff;
    padding: 15px;
}

.comment-list .row {
    margin-bottom: 0px;
}

.comment-list .panel .panel-heading {
    background: #f3bd2b none repeat scroll 0 0;
    border: medium none;
    border-top-right-radius: 0;
    color: #ffffff;
    padding: 4px 15px;
    position: absolute;
    top: 1px;
}

.comment-list .panel .panel-heading.right {
    border-right-width: 0px;
    /*Panel-heading border radius*/
    border-top-left-radius: 0px;
    right: 16px;
}

.comment-list .panel .panel-heading .panel-body {
    padding-top: 6px;
}

.comment-list figcaption {
    /*For wrapping text in thumbnail*/
    word-wrap: break-word;
}


/* Portrait tablets and medium desktops */

@media (min-width: 768px) {
    .comment-list .arrow:after,
    .comment-list .arrow:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }
    .comment-list .panel.arrow.left:after,
    .comment-list .panel.arrow.left:before {
        border-left: 0;
    }
    /*****Left Arrow*****/
    /*Outline effect style*/
    .comment-list .panel.arrow.left:before {
        left: 0px;
        top: 30px;
        /*Use boarder color of panel*/
        border-right-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    .comment-list .panel.arrow.left:after {
        left: 1px;
        top: 31px;
        /*Change for different outline color*/
        border-right-color: #FFFFFF;
        border-width: 15px;
    }
    /*****Right Arrow*****/
    .comment-list .panel.arrow.right:before {
        right: -16px;
        border-left-color: inherit;
        border-width: 16px;
    }
    .comment-list .panel.arrow.right:after {
        right: -14px;
        top: 31px;
        border-left-color: #FFFFFF;
        border-width: 15px;
    }
}

.comment-list .comment-post {
    margin-top: 6px;
}

.page-header {
    border-bottom: 3px solid #ffffff;
    margin: 40px 0 20px;
    padding-bottom: 9px;
}
.form-comment h4 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 20px;
    font-family: Dosis;
}
.form-comment {
    margin-bottom: 30px;
}
.comment-user {
    font-size: 20px;
    font-family: Dosis;
    font-weight: 600;
    line-height: 30px;
    display: block;
    margin-bottom: 20px;
}
.comment-date {
    font-weight: bold;
    font-style: italic;
    display: block;
    line-height: 30px;
    font-size: 15px;
    background: transparent;
    padding: 5px 0;
    margin-top: -15px;
    margin-right: -15px;
}
.thumbnail a > img, .thumbnail > img {
    border-radius: 50%;
}

/***************************************
 *************Recent post***********
 ***************************************/
.recent-post-image {
    position: relative;
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
}

 /***************************************
 *************** Footer area************
 ***************************************/


/***************************************
 *************** Copyright area**********
 ***************************************/

#copyright-area {
    background: #030e17 none repeat scroll 0 0;
    padding: 20px 0;
}

.copyright {
    margin-top: 10px;
}
.footer-logo {
    margin-top: 7px;
    margin-bottom: 10px;
}

.copyright > p,
.copyright > span {
    color: #999;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 0;
}

.copyright span {
    color: #999;
}

.copyright a {
    color: #999;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold !important;
}

.modal-dialog {
    /*margin: 150px auto;*/
    width: 600px;
}
.copyright_social_icon {
    margin-top: 10px;
}
.copyright_social_icon ul {
    padding-left: 0;
}
.copyright_social_icon > ul > li {
    display: inline-block;
    margin-right: 5px;
    padding: 4px !important;
    border: 1px solid #f3bd2b;
}

.copyright_social_icon ul> li::before {
    content: none;
}

.copyright_social_icon ul> li > a {
    display: block;
    color: #fff;
}

.copyright_social_icon ul> li >a >i {
    color: #fff;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.copyright_social_icon ul> li:hover,
.copyright_social_icon ul >li:focus {
    background: #f3bd2b;
}

.copyright_social_icon ul> li> a i:hover,
.copyright_social_icon ul> li> a> i:focus {
    color: #fff;
}
/***************************************
 *************** video player**********
 ***************************************/

.btn-video-play {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    color: #f3bd2b;
    font-size: 60px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    margin: 0px auto;
    padding-left: 15px;
    text-align: center;
    opacity: 0.65;
}
.btn-video-play:hover, .btn-video-play:focus {
    background: #f3bd2b ;
    color: #fff;
}
#video-player h6{
    color: #fff;
    font-size: 36px;
    text-align: center;
    text-shadow: 0 0 7px #333;
    text-transform: uppercase;
}


/**
 * ---------------------------------------------------
 * Service section two
 * ---------------------------------------------------
 */
.view {
    width: 100%;
    height: 100%;
    position: relative;
}
.view img {
    display: block;
    position: relative;
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view .mask {
   background-color:#000;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0.75;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}

.view p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -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;
}

#service-area-1 .service-item:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
#service-area-1 .service-item:hover img {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
#service-area-1 .service-item:hover p{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}


.view .mask, .view .content {
    width: 100%;
    height:100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view p {
  color: #fff;
  font-family: "Open Sans",serif;
  font-size: 13px;
  font-style: normal;
  line-height: 24px;
  padding: 12px 20px;
  position: relative;
  text-align: center;
}
#appoinment-area h5 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    margin: 0px;
}

/**
 * ---------------------------------------------------
 * Work Gallery One
 * ---------------------------------------------------
 */
#gallery-one  .filtr-item {
    padding: 1rem;
}
#gallery-one  .item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}

/* Filter controls */
#gallery-one .simplefilter li, .multifilter li, .sortandshuffle li {
    color: white;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 600;
}
#gallery-one .simplefilter li {
    background-color: #f3bd2b;
    margin-bottom: 5px;
}
#gallery-one  .simplefilter li.active {
    background-color: #212121;
}
#gallery-one  .multifilter li {
    background-color: #353535;
}
#gallery-one  .multifilter li.active {
    background-color: #2265b4;
}

/* Shuffle and sort controls */
#gallery-one   select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
#gallery-one  .sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
#gallery-one  .sortandshuffle .sort-btn {
    background-color: #de0000;
}
#gallery-one  .sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}

/* Search control */
#gallery-one  .search-row {
    margin-left: 2.5rem;
}
#gallery-one  .filtr-search {
    padding: 0.5rem;
    text-transform: uppercase;
}
#gallery-one .gallery-item {
  display: block;
/*  height: 250px;*/
  overflow: hidden;
  position: relative;
  width: 100%;
}
#gallery-one .gallery-item > .gallery-item-inner > img {
  height: 250px;
  width: 100%;
}
#gallery-one .gallery-overlay {
    border:5px solid #f3bd2b;
    background: #24609d;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    padding:0px;
    color:#ffffff;
    opacity:0;
    text-align:center;
    -webkit-transform:scaleX(0);
    -ms-transform:scaleX(0);
    -o-transform:scaleX(0);
    -moz-transform:scaleX(0);
    transform:scaleX(0);
}
#gallery-one .gallery-item:hover .gallery-overlay {
    opacity:0.85;
    -webkit-transform:scaleX(1);
    -ms-transform:scaleX(1);
    -o-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform:scaleX(1);  
}
#gallery-one .gallery-icon{
    width: 100%;
    height: 100%;
   display: table;
   border:1px solid #fff;
}

#gallery-one .gallery-image.img-responsive {
    display: inline;
}
#gallery-one .gallery-icon-inner{
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}

#gallery-one .gallery-icon-inner i {
    width: 43px;
    height: 43px;
    background: #fff;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin-right: 10px;
}
#gallery-one .gallery-icon-inner i:hover {
    background: #f70009;
    color: #fff;
}


/**
 * ---------------------------------------------------
 * Work Gallery Two
 * ---------------------------------------------------
 */
#gallery-two .recent-project-item {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#gallery-two .recent-project-item > img{
  height: 250px;
  width: 100%;
}
#gallery-two .recent-project-item:hover .gallery-overlay {
    bottom: 0;

}
#gallery-two .gallery-overlay-2 {
    width: 100%;
    height:100%;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 100%;
    right: 0;
    background: #000;
    opacity: 1;
    padding: 10px;
    overflow: hidden;
}

#gallery-two .gallery-icon{
    width: 100%;
    height: 100%;
   display: table;
   border:1px solid #fff;
}

#gallery-two .gallery-image.img-responsive {
    display: inline;
}
#gallery-two .gallery-icon-inner{
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}

#gallery-two .gallery-icon-inner i {
    width: 43px;
    height: 43px;
    background: #fff;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin-right: 10px;
    z-index: 99999;
}
#gallery-two .gallery-icon-inner i:hover {
    background: #f70009;
    color: #fff;
    opacity: 1;
}
#gallery-two .recent-project-item:hover .gallery-overlay-2 {
 opacity: 0.70;
 top: 0;
}



/*history section*/

.avacus-history-section {
    background: #f2f3f4 none repeat scroll 0 0;
}

.history-item {
    position: relative;
    padding-bottom: 15px;
    padding-left: 110px;
}
.history-item:last-child {
    padding-bottom: 0
}

.history-item::before {
    position: absolute;
    background: #a9b7bc none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 35px;
    width: 2px;
}
.history-item::after {
    background: #fde428 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 32px;
    position: absolute;
    top: -5px;
    width: 10px;
}
.years {
    left: 0;
    position: absolute;
    top: 0;
    font-weight: 700;
    font-size: 18px;
    background: #fff;
    padding: 10px 15px;
}

.history-item > .history-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    line-height: 20px;
}
.history-item>p {
    line-height: 25px;
}

/**
 * ---------------------------------------------------
 * testimonial two
 * ---------------------------------------------------
 */
.testimonial-item-two{ margin: 0 10px; }
.testimonial-item-two .testimonial-content{
    margin: 20px 0 50px 0;
    position: relative;
}
.testimonial-item-two .testimonial-content::after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f3bd2b;
  bottom: -20px;
  content: "";
  height: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 20px;
}
.testimonial-item-two .description {
  background: #fff none repeat scroll 0 0;
  border: 5px solid #f3bd2b;
  border-radius: 0 20px;
  color: #333;
  font-size: 14px;
  margin: 0;
  padding: 25px 35px;
  position: relative;
}
.testimonial-item-two .description:before{
    font-family: 'FontAwesome';
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    background: #f3bd2b;
    position: absolute;
}
.testimonial-item-two .description:before{
    content: "\f10d";
    top: -18px;
    left: 25px;
    color: #fff;
}

.testimonial-item-two .testimonial-profile {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #f3bd2b;
  display: table;
  margin: 0 auto;
  padding: 15px;
  position: relative;
}
.testimonial-item-two .pic {
  border: 2px solid #f3bd2b;
  float: left;
  height: 100px;
  overflow: hidden;
  width: 100px;
}
.testimonial-item-two .title {
  color: #f3bd2b;
  display: inline-block;
  font-family: Dosis;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0 30px;
  position: relative;
  text-transform: uppercase;
  top: 22px;
}
.testimonial-item-two .title:before{
    content: "";
    width: 1px;
    height: 70px;
    background: #f3bd2b;
    position: absolute;
    top: -8px;
    left: -15px;
}
.testimonial-item-two .post {
  color: #888;
  display: block;
  font-family: Open Sans;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  margin-top: 10px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: transparent;
    border: 1px solid #f3bd2b;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #f3bd2b;
    border: 1px solid #f3bd2b;
}
@media only screen and (max-width: 479px){
    .testimonial-item-two .description{
        padding: 20px;
        font-size: 16px;
    }
    .testimonial-item-two .testimonial-profile{ padding: 10px; }
    .testimonial-item-two .title{ font-size: 16px; }
    .testimonial-item-two .post{ font-size: 13px; }
}




.appointment-area {
    position: relative;
    margin: 150px 0;
}
.appointment-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/resource/welcome-img3.jpg) !important;
    background-size: cover;
    padding: 100px 0;
}




