@charset "utf-8";
/* CSS Document 
Project Name: Homy - Real Estate html Template     
Version:  1.5   
Author Name: Awesome_Theme

---///---///--- TABLE OF CONTENT ---///---///---

01. IMPORTED STYLE CSS
02. GENERAL CSS
        * FORM COMMON CSS
        * TITLE CSS
        * FORM COMMON CSS
        * BTN CSS
        * BACKGROUND OVER LAYER
        * scrollup css
        * Preloader css
        * featherlight css
        * pagination
03. MAIN HEADER CSS
04. MAIN SLIDER CSS
05. MAIN SEARCH CSS
        * main search two
06. ABOUT CSS
07. Call CSS
07. PROPERTY CSS
        * Property right sidebar
        * Property Details
09. AGENTS CSS
        * Agents two
        * Agents Three
        * Agents Detais css
10. BLOG CSS
        * Blog details css
11. NEWSLETTER CSS
12. BRAND CSS
13. INNER HEADING CSS
14. PLAN CSS
15. TESTIMONIAL CSS
16. SERVICE CSS
17. ACCOUNT CSS
18. FAQ CSS
19. ERROR CSS
20. CONTACT CSS
21. MAIN FOOTER CSS
        * COPY RIGHT CSS      
*/


/*---///---///---///---///---///---///---///---///---///---
    01. IMPORTED STYLE CSS
---///---///---///---///---///---///---///---///---///---*/
/* GOOGLE FONTs */

@import url('../../../css');
@import url('../../../css-1');

/*---///---///---///---///---///---///---///---///---///---
    02. GENERAL CSS 
---///---///---///---///---///---///---///---///---///---*/

@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:opsz@8..144&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&family=Poppins:wght@300&family=Roboto+Serif:opsz@8..144&display=swap');
body {
    background: #ffffff;
    font-family: 'Roboto Serif', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #1A202C;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Serif', serif;
    color: #235d7c;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    /* text-transform: uppercase; */
}
h4 {
    font-size: 18px;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* COMMON CSS */
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.at-col-default-mar {
    margin-bottom: 30px;
}
.at-color-word {
    color: #CC935C;
}
/* TITLE CSS START */
.at-sec-title {
    margin-bottom: 60px;
    text-align: center;
}
.at-sec-title {
    margin-bottom: 60px;
}
.at-sec-title h2 {
    font-size: 36px;
}
.at-sec-title h2 span {
    color: #E95200;
}
.at-sec-title p {
    color: #1A202C;
    font-family: 'Roboto', sans-serif;
}
.at-heading-under-line {
    width: 100px;
    height: 1px;
    background: #e95200;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}
.at-heading-under-line .at-heading-inside-line {
    width: 30px;
    height: 5px;
    background: #e95200;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -15px;
}
.at-sec-title-left {
    text-align: left;
}
.at-sec-title-left .at-heading-under-line {
    margin: 0;
    margin-bottom: 20px;
}
.at-sec-title-left .at-heading-under-line .at-heading-inside-line {
    margin-left: 0;
    left: 0;
}


/* FORM COMMON CSS START */

.form-control {
    resize: none;
    height: 40px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #CC935C;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-webkit-input-placeholder {
    color: #676767 !important;
}
::-moz-placeholder {
    color: #676767 !important;
}
:-ms-input-placeholder {
    color: #676767 !important;
}
input:-moz-placeholder {
    color: #676767 !important;
}


.at-input::-webkit-input-placeholder {
    color: #c5c5c5 !important;
}
.at-input::-moz-placeholder {
    color: #c5c5c5 !important;
}
.at-input:-ms-input-placeholder {
    color: #c5c5c5 !important;
}
.at-input:-moz-placeholder {
    color: #c5c5c5 !important;
}

/* BTN CSS START*/
.at-btn-default {
    font-size: 18px;
    background: #CC935C;
    color: #ffffff;
    border: none;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hvr-bounce-to-right {
    font-size: 14px;
    background: #235d7c;
    color: #ffffff !important;
    /* text-transform: uppercase; */
    border: none;
    padding: 14px 40px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* border-radius: 15px; */
    font-weight: 800;
}
.hvr-bounce-to-right:hover {
    background: #0DADC7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hvr-bounce-to-right:before {
    background-color: #0DADC7;
    border: 2px solid #fff;
}

/* BACKGROUND OVER LAYER START */

.at-over-layer-black {
    position: relative;
}
.at-over-layer-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #07a555;
}
.at-over-layer-white {
    position: relative;
}
.at-over-layer-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

/* scrollup css start */
#dyscrollup-btn {
    z-index: 999999;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color:#ffffff;
    text-align: center;
}
#dyscrollup-btn:before {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #CC935C;
    color: #ffffff;
    font-size: 36px;
    padding: 5px 10px 10px;
}

/* Preloader css start */
#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 9999999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #ffffff url('../images/preloader.gif') no-repeat center center; 
}


/* featherlight css start */
.featherlight .featherlight-content{
    padding: 10px;
    border-bottom: none;
}
.featherlight-next span {
    right: -2%;
}
.featherlight-previous {
    right: 88%;
    top: 10px;
    left: 10px;
    bottom: 10px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featherlight-next {
    left: 88%;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featherlight-next span, .featherlight-previous span {
    font-size: 30px;
    color: #ffffff;
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featherlight .featherlight-close-icon {
    background: #000000;
    color: #ffffff;
    right: 20px;
    top: 20px;
    font-size: 16px;
    border: 1px solid #ffffff;
    padding: 0 5px;
}
/* pagination start*/
.at-pagination {
    text-align: center;
}
.at-pagination .pagination>li:first-child>a,
.at-pagination .pagination>li:last-child>a, 
.at-pagination .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.at-pagination .pagination>li>a, 
.at-pagination .pagination>li>span {
    background-color: #CC935C;
    color: #ffffff;
}
.at-pagination .pagination>li>a:hover, 
.at-pagination .pagination>li>span:hover {
    background-color: #111111;
    color: #ffffff;
}


/*---///---///---///---///---///---///---///---///---///---
    03. MAIN HEADER CSS 
---///---///---///---///---///---///---///---///---///---*/

.at-main-herader {}
/* Header topbar start */

.at-header-topbar {
    background-color: #235d7c;
    /* padding: 10px 0; */
}
.at-header-topbar i {
    color: #fff;
    margin-right: 5px;
}
.at-header-topbar p {
    color: #dcdcdc;
}
.at-header-topbar p a {
    color: #fff;
}
.at-sign-in-up {
    text-align: right;
}
.at-sign-in-up p {
    margin-right: 15px;
    display: inline-block;
}
.at-social a i {
    color: #fff;
    margin-right: 15px;
    /* margin-left: 15px; */
    width: 20px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-social a i:hover {
    color: #4AD7D1;
    border-color: #4AD7D1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Main Nav CSS Start */
.header-navbar {

}
.main-logo {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-logo img {
    width: 195px; 
    height: auto;      
}
.logo-white {
  display: block;
}
.logo-black {
  display: none;
}
.header-area.fixed-header .logo-white {
  display: none;
}
.header-area.fixed-header .logo-black {
  display: block;
}
.stellarnav{background: transparent !important;}
.stellarnav ul {
    text-align: right;
    padding-top: 20px;
}
.stellarnav>ul>li {
    margin-left: 30px;
}
.stellarnav>ul>li>a {  
    font-size: 14px;
    color: #333333 !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 25px 0;
}
.stellarnav>ul>li>a:hover {
    color: #045a66!important;
}
.stellarnav>ul>li:last-child a {

}
/*.stellarnav.light {
  background: transparent;
}*/
.stellarnav>ul>li>a.active {
    background: red;
}
.stellarnav ul ul {
    min-width: 500px;
    left: -150px;
    background: #CC935C;
    border: none;
    margin-left: 2px;
    padding: 0;
    -webkit-box-shadow: 0px 0px -2px rgba(128,128,128,1);
    -moz-box-shadow: 0px 0px -2px rgba(128,128,128,1);
    box-shadow: 0px 0px -2px rgba(128,128,128,1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.stellarnav ul li ul li a {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    padding: 16px 15px;
    border-top: 1px solid #eeeeee;
    background: #ffffff;
}
.stellarnav ul li ul li a:hover {
    background-color: #f2f2f2;
    color: #235D7C;
    padding-left: 20px;
}
.stellarnav ul li ul li:last-child a {
    border-bottom: none;
}
.stellarnav.light a, .stellarnav.light li a {
    color: #333333;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.stellarnav ul ul ul {
  top: 30px;
  right: 220px;
  left: auto;
}


/* Navbar Fixed CSS start */
.scroll-to-fixed-fixed {
    background: #ffffff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}


/* Header Transparent CSS */
.herader-transparent {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: transparent;
}
.herader-transparent .navbar-default .navbar-nav>.open>a,
.herader-transparent .navbar-default .navbar-nav>pen>a:focus,.o
.herader-transparent .navbar-default .navbar-nav>.open>a:hover {
    color: #ffffff !important;
}
.at-navbar{background: rgb(205, 223, 233);}
.herader-transparent .at-navbar {
    background: transparent;
}
.herader-transparent .at-navbar .navbar {
    background: transparent;
}
.herader-transparent .at-header-topbar {
    background-color: rgba(17, 17, 17, 0.3);
}
.herader-transparent .at-navbar .navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.herader-transparent .scroll-to-fixed-fixed .navbar-default .navbar-nav>li>a {
    color: #333333;
}
.herader-transparent .scroll-to-fixed-fixed {
    background: #ffffff;
}
.logo-black {
    display: none;
}
.scroll-to-fixed-fixed .logo-black {
    display: block;
}
.scroll-to-fixed-fixed .logo-white {
    display: none;
}
.herader-transparent .scroll-to-fixed-fixed .navbar-default .navbar-nav>.open>a,
.herader-transparent .scroll-to-fixed-fixed .navbar-default .navbar-nav>pen>a:focus,.o
.herader-transparent .scroll-to-fixed-fixed .navbar-default .navbar-nav>.open>a:hover {
    color: #333333 !important;
}




/*---///---///---///---///---///---///---///---///---///---
    04. MAIN SLIDER CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-main-slider {
    width: 100%;
    overflow-x: hidden;
}
.flexslider {
    border: none;
    margin-bottom: 0;
}
.flexslider .slides li {
    position:relative;
}
.flex-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 2%;
}
.flex-caption span {
    color: #CC935C;
    font-size: 50px;
}
.flex-direction-nav a:before {
    content: "\f0a8";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 30px;
}
.flex-direction-nav a.flex-next:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 30px;
}
.flex-control-thumbs li {
    width: 20%;
}
/* Main Slider Two CSS */
.main-slider-section {
}
.slide {
  list-style-type: none;
  padding: 0;
}

.slide-item {
  height: 90vh;
}

.slide-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7);
}
.slide-item-bg-one, 
.slide-item-bg-two,
.slide-item-bg-three {
    height: 80vh;
} 
.slide-item-bg-one {
    background: url(../images/slider/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-item-bg-two {
    background: url(../images/slider/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-item-bg-three {
    background: url(../images/slider/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-caption {
    width: 100%;
    padding: 0 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.slide-caption-title {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: normal;
}
.slide-caption-title span {
    color: #CC935C;
}
.slide-caption-desc {
    font-size: 20px;
    font-style: italic;
    color: #ffffff;
    letter-spacing: 5px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.slide-caption .btn {
    border-radius: 0;
    border: 2px solid #CC935C;
    color: #ffffff;
    background: #CC935C;
    padding: 10px 25px;
    text-transform: uppercase;
}
.slide-caption .btn:hover {
    color: #ffffff;
    border-color: #ffffff;
    background: transparent;
}
.owl-item.active .slide-caption-desc{
  animation: 1s 1s fadeInRight both;
}
.owl-item.active .slide-caption-title{
  animation: 1s 1.5s fadeInLeft both;
}
.owl-item.active .btn {
  animation: 1s 2.5s fadeInUp both;
}
.main-slider-section .owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
    font-size: 25px;
    background: #551FC0;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}
.main-slider-section .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    font-size: 25px;
    background: #551FC0;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}
.main-slider-section .owl-theme .owl-nav [class*='owl-'] {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 20px;
    border-radius: 0;
    margin: 0;
    padding: 10px 12px;
}




/* pogoSlider CSS */
.main-slider-section {

}
.pogoSlider {
    height: 80vh;
    padding-bottom: 0 !important;
}
.pogoSlider-dir-btn {
    z-index: 1;
    width: 30px;
    height: 30px;
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev {
    top: 50%;
    left: 0;
    position: relative;
    width: 80px;
    height: 70px;
    margin-top: 0;
    border: none;
    margin-bottom: -40px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: translateY(-50%);
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev:before {
    content: "\f177";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 50px;
    color: #ffffff;
    width: 60px;
    height: 50px;
    background: #C5996D; 
    cursor: pointer;
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next {
    margin-top: 0;
    right: 0;
    top: 50%;
    border: none;
    width: 80px;
    height: 70px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: translateY(-50%);
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next:before {
    content: "\f178";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 50px;
    color: #ffffff;
    width: 60px;
    height: 50px;
    background: #C5996D; 
    cursor: pointer;
}
.pogoSlider-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pogoSlider-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
}
.silder-elements {
    text-align: center;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    padding: 0;
}
.slider-para {
    color: #ffffff;
    font-size: 16px !important;
    margin-bottom: 35px !important;
    padding: 0 250px; 
}
.slider-main-title {
    font-size: 56px !important;
    line-height: 65px !important;
    color: #ffffff;
    margin-bottom: 30px;
}
.slider-main-title span {
    color: #ffa733;
}
.silder-elements .theme-btn {
    margin: 0 5px;
    margin-bottom: 20px;
    color: #ffffff;
    background: #C5996D;
    min-width: 180px;
    height: 55px;
    padding: 15px 10px 15px;
    border: none; 
}
.pogoSlider--navBottom .pogoSlider-nav {
    display: none;
}






/*---///---///---///---///---///---///---///---///---///---
    05. MAIN SEARCH CSS START
---///---///---///---///---///---///---///---///---///---*/
.main-search-field {
    padding: 50px 0 20px;
    background: url(../images/background/pattern.png);
    background-repeat: repeat;
    background-color: #333333;
}
.main-search-field.mt10 {
    margin-top: -10px;
}
.main-search-field select {
    width: 100%;
    height: 45px;
    padding: 5px 10px;
    border: 1px solid #c5c5c5;
    color: #c5c5c5;
    border-radius: 0;
    background: transparent;
    text-transform: capitalize;
    -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;
}

select:focus {
    outline: none;
}
option {
    background: #000;
}
.main-search-field select:focus {
    background: transparent;
}
.at-input {
    width: 100%;
    height: 45px;
    padding: 5px 10px;
    color: #c5c5c5;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    background: transparent;
}
.at-input:focus {
    outline: none;
}
.main-search-field .at-input-price {
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #CC935C;
    height: 25px;
    width: 180px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius: 0;
}
.ui-widget.ui-widget-content {
    border: none;
    height: 5px;
    margin-top: 5px;
}
.ui-widget-header {
    background-color: #CC935C;
}
.ui-slider .ui-slider-handle {
    height: 12px;
    width: 16px;
    margin-left: 0;
}
.main-search-field .hvr-bounce-to-right {
    width: 100%;
}
.hide {
    display: none;
}
.at-pricing-range label {
    color: #ffffff;
}

/* main search two start */
.main-search-field-two {
    padding: 150px 0;
    background: url(../images/background/4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-search-field-two.at-over-layer-black:before {
    background-color: rgba(0, 0, 0, 0.5);
}
.main-search-field-two h1 {
    color: #ffffff;
    font-size: 42px;
    height: 70px;
    margin-bottom: 0;
}
.main-search-field-two .at-search-box {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px 30px 0 30px;
}
.main-search-field-two .at-word-color {
    color: #CC935C;
}
.main-search-field-two label {
    color: #ffffff;
}
.main-search-field-two .at-input-price {
    
}
.main-search-field-two ::-webkit-input-placeholder {  
    color: #9e9e9e !important;
}
.main-search-field-two ::-moz-placeholder {
    color: #9e9e9e !important;
}
.main-search-field-two :-ms-input-placeholder {
    color: #9e9e9e !important;
}
.main-search-field-two input:-moz-placeholder {
    color: #9e9e9e !important;
}

/* main search two three CSS Start */
.main-search-field-three {
    width: 100%;
    height: 100vh;
    padding: 250px 0 50px;
}


/*---///---///---///---///---///---///---///---///---///---
    06. ABOUT CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-about-sec {
    padding: 100px 0 0;
    overflow: hidden;
}
.at-about-title {
    border-left: 2px solid #235d7c;
    padding-left: 20px;
    margin-bottom: 30px;
}
.at-about-col p{font-family: 'Roboto', sans-serif;}     
.at-about-col .at-about-title h2 {
    font-size: 32px;
    /* margin-top: 50px; */
} 
.at-about-col .at-about-title h1 span {        
    color: #CC935C;
}
.at-about-col .at-about-title h6 {
    color: #07295e;
    /* letter-spacing: 8px; */
    line-height: 24px;
    font-weight: 800;
}
/*****About two*****/
.at-about-sec-two {
    padding: 100px 0 70px;
}
.about-three-area {
    padding: 50px 0 70px;
}
.about-three-area .at-about-col {
    margin-bottom: 30px;
    position: relative;
}
.about-three-area .at-about-col:before {
    content: "";
    width: 
}
.about-three-area .at-about-col ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.about-three-area .at-about-col ul li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    color: #CC935D;
}



/*---///---///---///---///---///---///---///---///---///---
    07. Call CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-Call-sec {
    background: url(../images/background/1.jpg);
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: -1px;
    /* margin-bottom: 85px; */
}
.at-Call-sec.at-over-layer-black:before {
    z-index: -1;
}
.at-Call-left {
    float: left;
    width: 50%;
    margin-left: -5%;
    background: #045a66;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    overflow: hidden;
    border-right: 10px solid #ffffff;
}
.at-inside-Call {
    padding: 100px 80px 100px 170px;
    /* text-align: right; */
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.at-inside-Call h5 {
    color: #111111;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 8px;
}
.at-inside-Call h2 {
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 26px;
}
.at-inside h2{color: #000000;}
.at-Call-right {
    text-align: right;
}
.at-inside-Call i{}

.at-Call-right {
    padding: 80px 0 30px 70px;
    padding-right: 20%;
}
.at-Call-right-inside {
    padding: 20px;
}    
.at-Call-right .at-Call-right-inside h2 {
    color: #ffffff;
    font-size: 24px;
    z-index: 1;
    letter-spacing: 1px;
}
.at-Call-right .at-Call-right-inside h3 {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 0;
    z-index: 2;
}
.at-Call-right .at-Call-right-inside h3 span {
    color: #CC935C;
    letter-spacing: 8px;
}

/*---///---///---///---///---///---///---///---///---///---
    08. PROPERTY CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-property-sec {
    padding: 50px 0 0px;
}
.at-property-img {
    position: relative;
    overflow: hidden;
}
.at-property-img .at-property-overlayer {
    position: absolute;
    bottom: -100%;
    z-index: 111;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.at-property-item:hover .at-property-img .at-property-overlayer {
    left: 0;
    bottom: 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;
}
.at-property-btn {
    text-transform: uppercase;
    border: 1px solid #e0e0e0;
    background: transparent;
    padding: 10px 22px;
    border-radius: 0;
    position: absolute;
    top: -15%;
    left: 50%;
    z-index: 222;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -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;
}
.at-property-item:hover .at-property-btn {
    color: #e0e0e0;
    background: rgba(0, 0, 0, 0.7);
    top: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.at-property-img h4 {
    color: #ffffff;
    font-weight: 600;
    padding: 5px 10px;
    margin-bottom: 0;
    background: #CC935C;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -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;
}
.at-property-item:hover .at-property-img h4 {
    left: -110px;
    opacity: 0;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out; 
}
.at-property-img h5 {
    color: #ffffff;
    font-weight: 600;
    padding: 5px 10px;
    margin-bottom: 0;
    background: #CC935C;
    position: absolute;
    left: 0;
    top: 35px;
    opacity: 1;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.at-property-item:hover .at-property-img h5 {
    left: -110px;
    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;  
}
.at-property-dis {
    padding: 10px 20px;
    background: #CC935C;
}
.at-property-dis ul li {
    display: inline-block;
    color: #ffffff;
    margin-right: 20px;
}
/*.at-property-dis li + li {
    margin-left: 12%;
}*/
.at-property-dis ul li i {
    margin-right: 5px;
    color: #ffffff;
}
.at-property-location {
    background: #F2F2F2;
    padding: 30px 20px;
}
.at-property-location h4 i {
    margin-right: 5px;
    color: #737373;
}
.at-property-location h4 a {
    color: #CC935C;
}
.at-property-location p i {
    margin-right: 5px;
    color: #737373;
}
.at-property-location p {
    text-transform: capitalize;
    color: #111111;
}
.at-property-location h4 {
    font-size: 18px;
}
.at-property-sec .hvr-bounce-to-right {
    margin-top: 30px;
    margin-bottom: 30px;
}
.at-bg-black {
    background: #333333 !important;
}
.at-property-sec.top-space {
    padding-top: 250px;
}



/*********** Property right sidebar start **********/
.at-property-right-sidebar {

}
.at-pagination .pagination {
    margin-bottom: 0;
}
.at-pagination-right {
    text-align: right !important;
}
.at-pagination-left {
    text-align: left !important;
}
/* Sidebar start */
.at-sidebar {
    margin-bottom: 30px;
}
.at-sedebar-title {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
    color: #235d7c;
    font-weight: 700;
}
.at-sidebar-search {
    margin-bottom: 50px;
}
.at-sidebar-search .form-control {
    background: #f2f2f2;
    border: none;
    height: 50px;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
}
.at-sidebar-search .input-group-btn .btn {
    border-radius: 0;
    height: 50px;
    width: 60px;
    background: #CC935C;
}
.at-sidebar-search .input-group-btn .btn i {
    font-size: 28px;
    color: #ffffff;
}
.at-sidebar-search .input-group-btn .btn:hover {
    background: #BF864F;
}
.at-categories {
    margin-bottom: 50px;
}
.at-categories ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #E6E6E6; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 14px 15px 14px 22px;
    background: #235d7c;
    border-left: 3px solid;
    border-right: 3px solid;
}
.at-categories ul li:last-child {
    border-bottom: none;
}
.at-categories ul li:hover {
    border-color: #045a66;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
}
.at-categories ul li a {
    color: #fff;
    /* text-transform: uppercase; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 900;
    text-transform: capitalize;
}
.at-categories ul li:hover a {
    color: #E95200;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-categories ul li:hover span {
    color: #CC935C;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-latest-news {
    margin-bottom: 50px;
}
.at-latest-news ul li {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 20px
}
.at-latest-news ul li:last-child {
    border-bottom: none;
}
.at-news-item {
    position: relative;
    padding-left: 100px;
}
.at-news-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.at-news-item h4 {
    margin-bottom: 5px;
}
.at-news-item h4 a {
    color: #CC935C;
    font-size: 15px;
}
.at-sidebar-tags {
    margin-bottom: 50px;
}
.at-sidebar-tags{
    padding: 10px 18px;
    background: transparent;
    border: 4px solid #07a555;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
    color: #676767;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* pointer-events: none; */
    cursor: pointer;
}
.at-sidebar-tags:hover {
    border-color: #07a555;
    background: #07a555;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-sidebar-tags h2{
    text-transform: capitalize;
    font-size: 24px;
    /* background: #CC935C; */
    /* padding: 10px; */
    /* border-radius: 30px; */
    font-weight: 600;
    /* border: 2px solid #CC935C; */
    padding-bottom: 12px;
    padding-top: 20px;
}
.at-sidebar-tags h2:hover {/* border: 2px solid #fff; */}
.at-sidebar-tags p{
    text-transform: initial;
}
.at-sidebar-tags i{
    color: #000;
    padding-right: 15px;
}
.at-preview {
    margin-bottom: 50px;
}

/*********** Property Details start **********/
.at-property-details-col {
    margin-bottom: 30px;
}
.at-property-details-col .nav>li>a {
    padding: 3px;
    border-radius: 0;
}
.at-property-details-col #myCarousel {
    margin-bottom: 30px;
}
.at-property-details-col .nav-pills>li.active>a {
    background: #CC935C;
}
.at-property-details-col .carousel-inner 
.item .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 10px;
    padding-bottom: 0;
    width: 100%;
    height: 50px;
}
.at-property-details-col .carousel-inner 
.item .carousel-caption h2 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 0;
}
.at-property-details-col .at-sec-title {
    margin-top: 50px;
    margin-bottom: 30px;
}
.at-property-details-col .at-property-features ul li {
    border-bottom: 1px solid #E6E6E6;
    background: #F2F2F2;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 20px;
}
.at-property-details-col .at-property-features ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    margin: 10px;
}
.at-property-details-col .at-property-features ul li span {
    color: #CC935C;
}
.at-comment-row {
    margin-top: 60px;
    margin-bottom: 60px;
}
.at-comment-row h3 {
    margin-bottom: 50px;
}
.at-comment-row h3 a {
    font-size: 18px;
    color: #111111;
    font-family: 'Open Sans', sans-serif;
}
.at-comment-item {
    margin-bottom: 50px;
    position: relative;
    padding-left: 90px;
}
.at-comment-item img {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
}
.at-comment-item h5 {
    font-size: 12px;
    margin-bottom: 0;
}
.at-comment-item a i {
    color: #CC935C;
}
.at-form-area .hvr-bounce-to-right {
    margin-top: 0;
    margin-bottom: 30px;
}
.at-property-details-col .carousel {
    margin-bottom: 40px;
}
.at-property-details-col .carousel ul {
    text-align: center;
    margin-top: 5px;
}
.at-property-details-col .carousel ul li {
    width: 24.3%;
    margin-right: 0;
    margin: 0 2px;
    display: inline-block;
    border: 2px solid #CC935C;
}
.at-property-details-col .nav-pills>li.active>a {
    background: transparent;
}
.at-property-details-col .nav>li>a {
    padding: 0;
}
.at-property-details-col .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 10px;
    padding-bottom: 0;
    width: 100%;
    height: 50px;
}
.at-property-details-col .carousel-caption h2 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 0;
}




/*---///---///---///---///---///---///---///---///---///---
    09. AGENTS CSS START
---///---///---///---///---///---///---///---///---///---*/ 
.at-agents-sec {
    padding: 55px 0 22px;
    background: #f2f2f2;
}
.at-agent-col {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}
.at-agent-img {
    position: relative;
    overflow: hidden;
}
.at-agent-info {
    padding: 20px 30px;
    background: url(../images/background/pattern.png);
    background-repeat: repeat;
    /* background-color: #333333; */
    min-height: 171px;
}
.at-agent-info h3{
    color: #1A202C;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: bold;
}
.at-agent-info h4 a {
    color: #07a555;
    margin-bottom: 0;
    font-weight: 500;
}
.at-agent-info p {
    color: #1A202C;
    text-transform: capitalize;
    line-height: 24px;
    /* text-align: justify; */
    text-align: initial;
    padding-left: 12px;
}
.at-agent-info h5{}
..at-agent-info span{}
.at-agent-social {
    background: rgba(0, 0, 0, 0.85);
    padding: 10px;
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -40%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-agent-col:hover .at-agent-social {
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-agent-social a i {
    color: #ffffff;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-agent-social a i:hover {
    color: #CC935C;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-agent-social .at-agent-call p {
    color: #CC935C;
}
.slick-slide {
    outline: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-prev:before, .slick-next:before {
    color: #CC935C;
}

/* Agents two start */
.at-agents-sec-two {
    background: url(../images/background/2.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.at-agents-sec-two .at-sec-title h2, 
.at-agents-sec-two .at-sec-title p {
    color: #ffffff;
}
/* Agents Three start*/
.at-agents-sec-three {
    background: none;
}

/* Agents four start */
.agents-four-area .slick-slide img {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,147,92,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,147,92,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,147,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cc935c",GradientType=1);
}






/********** Agents Detais css start **********/
.at-agents-details-sec {
    padding: 100px 0 70px;
}
.at-singel-agent {
    border: 3px solid #CC935C;
}
.at-agents-details-col p {
    margin-bottom: 10px;
}
.at-agent-socil-contact {
    margin-bottom: 10px;
}
.at-agent-socil-contact a i {
    color: #111111;
    margin-right: 10px;
}
.at-agent-socil-contact a i:hover {
    color: #CC935C;
}
.at-start {
    margin-bottom: 20px;
}
.at-start i {
    font-size: 30px;
    color: #CC935C;
}
.at-agents-details-sec h3 {
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    display: inline-block;
    margin-top: 50px;
}


/*---///---///---///---///---///---///---///---///---///---
    10. BLOG CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-blog-sec {
    padding: 100px 0 70px;
}
.at-blog-column {
    position: relative;
}
.at-blog-sec .at-blog-box {
    background: #235d7c;
    /* border-top: 5px solid #fff; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.at-blog-sec .at-blog-box:hover {
    border-color: rgba(255, 154, 3, .92);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-blog-sec .at-blog-box .at-blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.at-blog-sec .at-blog-box .at-blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.at-blog-sec .at-blog-box:hover .at-blog-img img {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1); /* Standard syntax */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.at-blog-sec .at-blog-box .at-blog-img .at-blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.9)
}
.at-blog-sec .at-blog-box .at-blog-img .at-blog-date ul li {
    float: left;
    margin-right: 20px;
}
.at-blog-sec .at-blog-box .at-blog-img .at-blog-date ul li i {
    margin-right: 5px;
    color: #CC935C;
}
.at-blog-sec .at-blog-box .at-blog-img .at-blog-date ul li a {
    color: #ffffff;
}
.at-blog-sec .at-blog-content {
    padding: 10px 20px 10px 20px;
}
.at-blog-sec .at-blog-content h4 a {
    color: #045a66;
    /* text-transform: uppercase; */
}
.at-blog-sec .at-blog-content h4 a:hover {
    color: #CC935C;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-blog-sec .at-blog-content p {
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: justify;
}
.at-blog-sec .at-blog-content a {
    font-size: 15px;
    color: #1A202C;
    font-weight: 600;
    text-transform: uppercase;
}
.at-blog-sec .at-blog-content a i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-blog-sec .at-blog-content a:hover i {
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* Blog details css start */
.at-blog-details-sec {
    
}
.at-blog-details-sec .at-blog-big-img {
    margin-bottom: 30px;
}
.at-blog-details-sec .at-blog-box {
    background: transparent;
}
.at-blog-details-sec .at-blog-box h4 a {
    color: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-blog-details-sec .at-blog-box h4 a:hover {
    color: #CC935C;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-blog-details-sec .at-blog-box p {
    margin-bottom: 30px;
}
.at-blog-details-sec .at-comment-row {
    margin-top: 30px;
}

/* Blog Two CSS Start */
.blog-two-area {
    /* background: rgb(255,255,255); */
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,147,92,1) 100%);
    /* background: -webkit-linear-gradient(180deg, rgb(205, 223, 233)0%, rgba(204,147,92,1) 100%); */
    /* background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,147,92,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cc935c",GradientType=1);
    background: rgb(205, 223, 233);
}
.at-blog-sec .at-blog-content {

background: #235d7c;

text-align: center;

border-bottom-left-radius: 10px !important;

border-bottom-right-radius: 52px !important;
}




/*---///---///---///---///---///---///---///---///---///---
    11. NEWSLETTER CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-newsletter-sec {
    padding: 80px 0;
    background: url(../images/background/3.jpg);
    position: relative;  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
}
.at-newsletter-sec h2 {
    color: #ffffff;
    font-size: 42px;
}
.at-newsletter-sec h2 span {
    color: #CC935C;
}
.at-newsletter-sec p {
    color: #ffffff;
    margin-bottom: 30px;
}
.at-newsletter-sec .form-group {
    width: 100%;
}
.at-newsletter-sec .form-control {
    background: none;
    border: none;
    box-shadow: none;
    color: #ffffff;
    font-style: italic;
    font-size: 18px;
    background: rgba(255,255,255,0.4);
    min-height: 50px;
}
.at-newsletter-sec .at-sub-btn {
    font-size: 18px;
    background: #CC935C;
    color: #ffffff;
    border: none;
    height: 50px;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-newsletter-sec .at-sub-btn a {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
    color: #ffffff;
    line-height: 24px;
}
/*.at-newsletter-sec .at-sub-btn a:hover {
    background: #BF864F;
}*/


/*---///---///---///---///---///---///---///---///---///---
    12. BRAND CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-brand-sec {
    padding: 50px 0;
}
.at-brand-sec .brand-carousel .slick-slide {
    padding-left: 15px; 
    padding-right: 15px;
}
.at-brand-sec h2{text-transform: uppercase;text-align: center;}
/* brand two css start */
.brand-two-area {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,147,92,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,147,92,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,147,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cc935c",GradientType=1);
}


/*---///---///---///---///---///---///---///---///---///---
    13. INNER HEADING CSS START
---///---///---///---///---///---///---///---///---///---*/
#at-inner-title-sec {
    padding: 0 0 50px;
    background: #F2F2F2;
    background: url(../images/contact-banner.jpg);
    background-size: cover;
    background-position: center;
}
#at-inner-title-sec .at-inner-title-box {
    /* background: rgba(0, 0, 0, 0.8); */
    /* border: 5px solid rgba(0, 0, 0, 0.2); */
    /* border-top: none; */
    padding: 30px 20px;
}
#at-inner-title-sec .at-inner-title-box h1 {
    color: #E95200;
    font-size: 30px;  
    /* font-weight: 600; */  
}   
#at-inner-title-sec .at-inner-title-box p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}
#at-inner-title-sec .at-inner-title-box p a {
    color: #ffffff;
}
#at-inner-title-sec .at-inner-title-box p a:hover {
    color: #e86100;
}



/*---///---///---///---///---///---///---///---///---///---
    14. PLAN CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-plan-sec {
    padding: 100px 0 70px;
}
.at-plan-box ul li {
    margin-bottom: 10px;
}
.at-plan-box ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    margin: 10px;
}



/*---///---///---///---///---///---///---///---///---///---
    15. TESTIMONIAL CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-testimonial-sec {
    padding: 140px 0 20px;
}
.at-testimonial-sec .at-single-testimonial {
    margin-bottom: 80px;
    background: #F2F2F2;
    padding: 60px 30px 30px 30px;
    position: relative;
}
.at-single-testimonial .at-test-person {
    position: absolute;
    left: 30px;
    top: -40px;
}
.at-single-testimonial .at-test-person img {
    width: 80px;
    height: 80px;
    border: 3px solid #F2F2F2;
}
.at-single-testimonial i {
    position: absolute;
    right: 20px;
    bottom: 0;
    font-size: 50px;
    opacity: .1;
}
.at-single-testimonial p {
    z-index: 99;
}


/*---///---///---///---///---///---///---///---///---///---
    16. SERVICE CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-service-sec {
    padding: 100px 0px 50px;
}
.at-service-content {
    margin-bottom: 50px
}
.at-service-content h2 {
    margin-bottom: 20px;
    line-height: 1.3;
}
.at-service-content h2 span {
    color: #CC935C;
}
.at-service-item {
    margin-bottom: 50px;
    padding: 0 20px;
    position: relative;
    text-align: center;
}
.at-service-icon {
    width: 60px;
    height: 70px;
    /* margin: auto; */
    text-align: center;
    border: 2px solid #045a66;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.services-title h2{
    font-size: 24px;
    padding-top: 15px;
}
.services-title h3{
    font-size: 20px;
    padding-top: 15px;
}
.services-title h1{
    font-size: 30px;
}
.services-title h4{line-height: 26px;}
.services-title img{
    border-top: 6px solid #235d7c;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom: 6px solid #235d7c;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 2px 3px 12px 0 rgb(0 0 0 / 20%);
}
.at-service-icon h5{}
.at-service-item a{color: #676767;}
.at-service-item:hover .at-service-icon {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    border-right: 2px solid #07a555;
    border-left: 2px solid #07a555;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-service-icon i {
    color: #CC935C;
    font-size: 40px;
    line-height: 70px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-service-item:hover .at-service-icon i {
    color: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*---///---///---///---///---///---///---///---///---///---
    17. ACCOUNT CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-account-sec {
    padding: 100px 0;
}
.at-account-sec .nav-tabs>li.active>a, 
.at-account-sec .nav-tabs>li.active>a:focus, 
.at-account-sec .nav-tabs>li.active>a:hover {
    color: #ffffff;
    background: #CC935C;
    border: none;
}
.at-account-sec .nav-tabs>li>a {
    border-radius: 0;
    padding: 10px 50px;
    font-size: 18px;
    background: #111111;
    color: #ffffff;
    border: none;
    margin: 0;
}
.at-account-sec .nav-tabs > li, .at-account-sec .nav-pills > li {
    float:none;
    display:inline-block;
    zoom:1;
}
.at-account-sec .nav-tabs, .at-account-sec .nav-pills {
    text-align: center;
    border-bottom: none;
}
.at-account-sec  .tab-content {
    padding: 30px;
    background: #F2F2F2;
}
.at-account-sec  .tab-content .form-control {
    height: 45px;
}
.at-account-sec  .checkbox {
    margin-bottom: 30px;
}
.at-account-sec  .checkbox p a {
    color: #CC935C;
}
.at-account-sec .nav-tabs .nav-link.active {
    background: #CC935C;
    color: #ffffff;
}



/*---///---///---///---///---///---///---///---///---///---
    18. FAQ CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-faq-sec {
    padding: 100px 0;
}
.at-faq-sec .panel-group .panel {
    border-radius: 0;
}
.at-faq-sec .panel-heading {
    border-radius: 0;
}
.at-faq-sec img {
    margin-bottom: 30px;
}
.bs-example{
    margin: 0;
}
.accordion .fa{
    margin-right: 0.5rem;
}
.plus-icon{
    color: #fff !important;
}    
.at-faq-sec .card-header {
    padding: 0 15px;
}
.at-faq-sec .card-header h2 .btn {
    font-size: 16px;
    color: inherit;
    margin-bottom: 0;
    font-weight: bold;
}
.at-faq-sec .card {
    border-radius: 0;
}
.at-faq-sec .card-header:first-child {
    border-radius: 0;
}
.accordion>.card:not(:last-of-type) {border-bottom: 1px solid #235d7c;}


/*---///---///---///---///---///---///---///---///---///---
    19. ERROR CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-error-sec {
    padding: 150px 0;
    background: url(../images/background/error.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.at-error-sec h1 {
    font-size: 100px;
}
.at-error-sec h2 {
    font-size: 26px;
    margin-bottom: 50px;
}
.at-error-sec  a {
    font-size: 24px;
    font-weight: bold;
    color: #CC935C;
    border-bottom: 2px solid #111111;
}



/*---///---///---///---///---///---///---///---///---///---
    20. CONTACT CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-contact-sec {
    padding: 100px 0 70px;
}
.at-contact-form .form-control {
    height: 
}
.at-info-box {
    border: 1px solid #eeeeee;
    padding: 30px 20px;
}
.at-info-box i {
    font-size: 18px;
}



/*---///---///---///---///---///---///---///---///---///---
    21. MAIN FOOTER CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-main-footer {
    padding: 60px 0 30px;
    background: url(../images/background/1.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.at-main-footer.at-over-layer-black:before {
    background-color: rgba(0, 0, 0, 0.95);
}

.at-main-footer .at-footer-logo a h3 {color: #fff;}
.at-main-footer .at-footer-logo a h5 {color: #fff;font-size: 13px;font-weight: 300;}
.at-main-footer h4 {
    font-size: 18px;  
    color: #fff;
    text-transform: uppercase;
}
.at-main-footer .at-heading-under-line {
    width: 100px;
    height: 1px;
    background-color: #ffffff;
    position: relative;
    margin: 0;
    margin-bottom: 40px;
}
.at-main-footer .at-heading-under-line .at-heading-inside-line {
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: -2px;
    margin-left: 0;
}
.at-footer-about-col p {
    color: #fff;
    border-top: 1px solid #ffffff;
    padding-top: 20px;
    margin-top: -10px;
}
.at-footer-about-col .at-social {
    margin-top: 30px;
}
.at-footer-link-col p{color: #fff;padding-left: 20px;font-size: 14px;}
.at-footer-link-col h5{
    color: #fff;
    padding-left: 19px;
    font-weight: 600;
    font-size: 17px;
}
.at-footer-link-col ul li {
    border-bottom: 1px solid #333333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-footer-link-col ul li:hover {
    border-bottom: 1px solid #07a555;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-footer-link-col ul li:last-child {
    border-bottom: none;
}
.at-footer-link-col ul li a {
    color: #676767;
    line-height: 48px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-footer-link-col ul li a:hover {
    color: #07a555;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-footer-gallery-col .at-gallery ul li {
    float: left;
}
.at-footer-gallery-col .at-gallery ul li img {
    width: 118px;
    height: auto;
}
.at-footer-gallery-col .thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}
.at-footer-Tag-col a {
    float: left;
    border: 1px solid #333333;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #999999;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.at-footer-Tag-col a:hover {
    border-color: #CC935C;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;

}
.at-footer-Tag-col .hvr-bounce-to-right {
    padding: 12px 30px;
    background: transparent;
}
.at-footer-Tag-col .hvr-bounce-to-right:before {
    background: #CC935C;
}
/* COPY RIGHT CSS START */
.at-copyright {
    padding: 20px 0;
    background-color: #235d7c;
    text-align: center;
}
.at-copyright p {
    color: #fff;
    font-weight: 500;
}
.at-copyright p a {
    color: #CC935C;
}






/*--->>>>>>>>>> All New Pages CSS Start Form Here <<<<<<<<<<---*/


/*---///---///---///---///---///---///---///---///---///---
    22. Hero CSS Start
---///---///---///---///---///---///---///---///---///---*/
.hero-area {
    padding: 200px 0;
    min-height: 700px;
    background-image: url(../images/background/5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.hero-img {
    position: absolute;
    top: 50%;
    right: 80px;
    z-index: 0;
    width: 800px;
    transform: translateY(-50%);
}
.hero-col h2 {
    font-size: 46px;
}
.hero-col p {
    margin-bottom: 25px;
}
.hero-col .btn {
    padding: 18px 40px;
}



/*---///---///---///---///---///---///---///---///---///---
    23. Video CSS Start
---///---///---///---///---///---///---///---///---///---*/
.video-area {
    background-image: url(../images/background/6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.video-area:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0.6951155462184874) 0%, rgba(204,147,92,0.8015581232492998) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.6951155462184874) 0%, rgba(204,147,92,0.8015581232492998) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,0.6951155462184874) 0%, rgba(204,147,92,0.8015581232492998) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cc935c",GradientType=1);
}
.featherlight-iframe.featherlight .featherlight-content {
    width: 80%;
    height: 91.5%;
}
.featherlight-iframe.featherlight iframe {
    width: 100%;
    height: 100%;
}
.video-col {
    /* position: relative; */
    padding: 25px;
    bottom: -150px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(204,147,92,0.2);
    -moz-box-shadow: 0px 20px 30px 0px rgba(204,147,92,0.2);
    box-shadow: 0px 20px 30px 0px rgba(204,147,92,0.2);
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0.6951155462184874) 0%, rgba(204,147,92,0.8015581232492998) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.6951155462184874) 0%, rgba(204,147,92,0.8015581232492998) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,0.6951155462184874) 0%, rgba(255, 154, 3, .92) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cc935c",GradientType=1);
}
.video-col a {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -50px;
    margin-left: -50px;
}
.video-col a i {
    font-size: 80px;
    line-height: 100px;
    color: #000000;
    background: rgba(255,255,255,0.5);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
}
.video-col img {
    border-radius: 5px;
}
.stellarnav sup {
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
    animation: color-change 1s infinite;
}

@keyframes color-change {
    0% { color: #FF0000; margin-left: 8px; }
    50% { color: #92B901; margin-left: 0;}
    100% { color: #FF0000; margin-left: 8px;}
}









/*---///---///---///---///---///---///---///---///---///---
    2222. Showcase Page CSS Start
---///---///---///---///---///---///---///---///---///---*/
.top-heading-area {
    padding: 200px 0 200px;
    background: #CC935C;
    background-image: url(../images/background/0.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.top-heading-area:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgb(204,147,92);
    background: -moz-linear-gradient(180deg, rgba(204,147,92,1) 0%, rgba(204,147,92,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(204,147,92,1) 0%, rgba(204,147,92,0) 100%);
    background: linear-gradient(180deg, rgba(204,147,92,1) 0%, rgba(204,147,92,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc935c",endColorstr="#cc935c",GradientType=1);
}
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.top-heading-col {
    text-align: center;
}
.top-heading-col h1 {
    font-size: 50px;
}
.top-heading-col h1 span {
    font-size: 100px;
}
.top-heading-col .btn {
    padding: 15px 45px;
    margin-top: 30px;
}
.top-heading-area marquee {
    margin-top: 220px;
    background: rgba(0,0,0,0.6);
    margin-bottom: 0;
    color: #ffffff;
    font-size: 24px;
    padding: 15px 0;
    margin-bottom: -10px;
}


.showcase-area {
    padding: 100px 0 70px;
}
.showcase-col {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.showcase-col-img {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    position: relative;
}
.showcase-col-img:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0.7987570028011204) 0%, rgba(204,147,92,0.8995973389355743) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.7987570028011204) 0%, rgba(204,147,92,0.8995973389355743) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0.7987570028011204) 0%, rgba(204,147,92,0.8995973389355743) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cc935c",GradientType=1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.showcase-col:hover .showcase-col-img:before {
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.showcase-col-img img {
    width: 100%;
}
.showcase-col-img a {
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    transform: translateY(-50%);
    font-size: 24px;
    text-transform: capitalize;
    color: #000000;
    border: 1px solid #000000;
    display: inline-block;
    padding: 15px 10px;
    width: 200px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.showcase-col-img a:hover {
    background: #000000;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.showcase-col:hover .showcase-col-img a {
    opacity: 1;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.showcase-col h4 {
    margin-bottom: 60px;
}
.showcase-col h4 a {
    color: #000000;
    position: relative;
}
.showcase-col h4 a img {
    width: 60px;
    position: absolute;
    right: -60px;
    top: 0;
    z-index: 0;
}
.showcase-col ul li {
    display: inline-block;
    width: 19.7%;
    margin-bottom: 4px;
}
.showcase-col ul li a {
    background: #CC935C;
    display: block;
    padding: 12px 5px;
    text-transform: capitalize;
    color: #ffffff;
}
.discription-box p {              
    margin-top: 50px;    
}  
.discription-box p {  
    font-weight: bold;
    color: #111111;    
}
.discription-box p span {
    color: #CC935C;
    font-size: 24px;
    line-height: 40px;      
}
.at-col-default-mar .fa-envelope{
    padding-right: 10px;
    color: #fff;
    /* border: 2px solid #fff; */
    padding: 14px 14px;
    border-radius: 43px;
    color: #fff;
    font-size: 20px;
    background: #235d7c;
}    
.at-col-default-mar .fa-map-marker{
    padding-right: 10px;
    color: #fff;
    /* border: 2px solid #fff; */
    padding: 12px 17px;
    border-radius: 23px;
    color: #fff;
    font-size: 20px;
    background: #235d7c;
}    
.at-col-default-mar .fa-phone{
    padding-right: 10px;
    color: #fff;
    /* border: 2px solid #fff; */
    padding: 14px 17px;
    border-radius: 27px;
    color: #fff;
    font-size: 20px;
    background: #235d7c;
}    
.at-col-default-mar a{
    color: #fff !important;
}
.at-sec-title1 h2 span {
    color: #E95200;
}
.custom-accordion i{
    color: #235D7C;
    font-size: 12px;
}
.custom-accordion .card{
    background: #235D7C;
} 
.custom-accordion .card p{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.custom-accordion .card-inner{
    background: #fff;
} 
.custom-accordion .card .card-body{
    padding-bottom: 0px;
}
.custom-accordion .card h2 button{
    color: #fff;
    text-decoration: none;
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
}
.custom-accordion .btn.focus, .btn:focus {
    outline: unset; 
    box-shadow: unset; 
} 
.custom-accordion .btn{padding: unset;}     
.at-categories ul li a.active{color: #CC935C;}
.at-categories ul li.active {background: #3388b6;padding: 14px 15px 14px 22px;color: #fff !important;border-left: 3px solid #045a66;border-right: 3px solid #045a66;}
.at-service-sec h2{
    padding-bottom: 80px;
}     
.at-service-sec h2 span{
    color: #07a555;
}     
.at-Call-both-side p{
    color: #fff;
    padding-top: 25px;
}   
.at-agent-img img{
    border-top: 5px solid #045a66;
    border-left: 5px solid #045a66;
    border-right: 5px solid #045a66;
    padding: 15px;
}
.at-about-title-new h2{
    text-align: initial;
}
.custom-at-service-item p{
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 500;
    padding-top: 20px;
}
.custom-at-service-item h5{   
    color: #fff;
    font-size: 20px;
}
.custom-at-service-icon img{
    padding: 5px;
}    
.custom-at-service-icon{}
.circle-container h3{
    color: #235d7c;
    padding-bottom: 10px;
}
.circle-container i{
    color: #235d7c;
    font-size: 8px;
}
.circle-container p{
    padding-left: 15px;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*------start patitent review------*/
#sec-patitent-review {
    background-image: linear-gradient(rgba(12,37,63,0.51),rgba(12,37,63,0.51)),url(../images/testimonials-bg-img.jpg);
    text-align: center;
    background-position: 0% 50%;
    padding-top: 120px;
    padding-bottom: 350px;
}   
.patitent-review01{
    height: 100px;
}
.patitent-review01 h2{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
.patitent-review01 p{
    color: #fff;
    font-size: 16px;
}    
.patitent-review02{
    padding-top: 50px;
}
.patitent-review02 h4{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
}
.patitent-review02 p{
    font-size: 17px;
}      
/* ------patitent review close-------*/


.at-heading-under-line1{
    width: 100px;
    height: 1px;
    background: #fff;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.at-heading-under-line1 .at-heading-inside-line1 
{
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -15px;
}

.at-heading-under-line2{
    width: 100px;
    height: 1px;
    background: #fff;
    position: relative;
}
.at-heading-under-line2 .at-heading-inside-line2 
{
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -15px;
}
.at-sec-title-left .at-heading-under-line2 {
    margin: 0;
    margin-bottom: 20px;
}
.at-sec-title-left .at-heading-under-line2 .at-heading-inside-line2 {
    margin-left: 0;
    left: 0;
}
.sec-doctor-activities{}
.cat-doctor-activities{
    background: #fff;
    box-shadow: 0 11px 17px rgb(0 0 0 / 58%);
    border-radius: 15px;
    padding-bottom: 30px;
    padding: 15px;
    min-height: 400px;
    border-top: 8px solid #045a66;
} 
.cat-doctor-activities h2{
    text-align: center;
    color: #045a66;
    font-size: 26px;
    text-transform: capitalize;
}   
.doctor-activities{
    /* background: #045a66; */
    padding: 15px 10px 9px 10px;
    border-top: 6px solid #07a555;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom: 6px solid #07a555;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 30px;
    margin-top: 40px;
}    
.cat-doctor-activities i{}
.cat-doctor-activities p{
    padding-left: 20px;
}

/*Whatsapp Callus*/
.call-us {
  background-color : #018f99;
  color: white;
  /*! padding: 10px 20px; */
  border-radius: unset;
  width: 100%;
  font-weight: 700;
  font-size: 10px;
}
.call-us img{width: 32px;margin-right: 10px;}   
.whatsapp {
  background-color : #10ba17;
  color: white;
  /*! padding: 10px 20px; */
  border-radius: unset;
  width: 100%;
  font-weight: 700;
  font-size: 10px;
}   
.whatsapp img{width: 32px;margin-right: 10px;}  
.map {
  background-color : #051239;
  color: white;
  /*! padding: 10px 20px; */
  border-radius: unset;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
}   
.map img{width: 32px;margin-right: 10px;}   
#mybutton {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;       
  z-index: 29; 
}             


/*counter css start*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 85px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  /* background: rgb(16, 31, 46); */
  background: rgb(0,128,128);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(0,139,139);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(0,128,128);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(0,139,139);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 20px;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 20px;
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/* AUTHOR LINK */

.doctor-about{}
.doctor-about ul{
    padding: 0;
    margin: 10px 0;
    overflow: hidden;
    list-style-type: none;
}
.doctor-about ul li{
    position: relative;
    color: #666;
    margin-bottom: 10px;
    padding-left: 23px;
    float: left;
    width: 40%;
}
.doctor-about ul li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 7px !important;
    width: 15px !important;
    height: 15px !important;
    background: #235d7c !important;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%) !important;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%) !important;
}
@media only screen and (max-width: 767px){
.doctor-about ul li {
    float: none!important;
    width: 100%!important;
}
}
.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}


.about-me-img img {
}


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}

.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }
}


/*start treatment objective css*/
.serviceBox{text-align: center;margin-top: 60px;position: relative;z-index: 1;margin-bottom: 21px;}
.serviceBox .service-icon{width: 78px;height: 78px;border-radius:3px;background: #fff;margin: 0 auto;position: absolute;top: -34px;left: 0;right: 0;z-index: 1;transition: all 0.3s ease-out 0s;}
.serviceBox:hover .service-icon{transform: rotate(45deg);}
.serviceBox .service-icon span{display: inline-block;width: 60px;height: 60px;line-height: 60px;border-radius:3px;background: #727cb6;font-size: 30px;color: #fff;margin: auto;position: absolute;top: 0;left: 0;bottom: 0;right: 0;transition: all 0.3s ease-out 0s;}
.serviceBox .consulting-icon span {
    background: #235d7c;
}
.serviceBox .service-icon span i{transition: all 0.3s ease-out 0s;}
.serviceBox:hover .service-icon span i{transform: rotate(-45deg);}
.serviceBox .service-content{background: #fff;border: 1px solid #e7e7e7;border-radius: 3px;padding: 55px 15px;position: relative;}
.serviceBox .service-content:before{content: "";display: block;width: 80px;height: 80px;border: 1px solid #e7e7e7;border-radius: 3px;margin: 0 auto;position: absolute;top: -37px;left: 0;right: 0;z-index: -1;transition: all 0.3s ease-out 0s;}
.serviceBox:hover .service-content:before{transform: rotate(45deg);}
.serviceBox .title{font-size: 17px;font-weight: 600;color: #1A202C;/* text-transform: uppercase; *//* margin: 0 0 25px 0; */position: relative;transition: all 0.3s ease-out 0s;padding-top: 25px;}
.serviceBox:hover .title{color: #727cb6;}
.serviceBox .description{font-size: 14px;font-weight: 500;line-height: 24px;margin-bottom: 0;font-family: 'Roboto', sans-serif;}
.serviceBox .read-more{display: block;width: 40px;height: 40px;line-height: 38px;border-radius: 50%;background: #fff;border: 1px solid #e7e7e7;font-size: 14px;color: #c4c2c2;margin: 0 auto;position: absolute;bottom: -17px;left: 0; right: 0;transition: all 0.3s ease-out 0s;}
.serviceBox .read-more:hover{border: 1px solid #727cb6;color: #727cb6;text-decoration: none;}
.serviceBox.green .service-icon span{ background: #008b8b; }
.serviceBox.blue .service-icon span{ background: #3498db; }
.serviceBox.orange .service-icon span{ background: #e67e22; }
.serviceBox.green:hover .title{ color: #008b8b; }
.serviceBox.blue:hover .title{ color: #3498db; }
.serviceBox.orange:hover .title{ color: #e67e22; }

.serviceBox:hover .read-more{border: 1px solid #727cb6;color: #727cb6;}
.serviceBox.green:hover .read-more{border: 1px solid #008b8b;color: #008b8b;}
.serviceBox.blue:hover .read-more{border: 1px solid #3498db;color: #3498db;}
.serviceBox.orange:hover .read-more{border: 1px solid #e67e22;color: #e67e22;}
/*end treatment objective css*/
.icon-i-neurology:before {
    content: "\e62f";
}
.why-choose-content h4{
    color: #045a66;
    padding-left: 20px;
}
.at-agents-sec-four{
    padding: unset;
}

/*remove this style contact us section css here*/

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  /* border-left: 2px solid #00a01d; */
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
  height: 435px;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  /* border: medium none; */
  /* padding: 67px 40px 64px; */
  /* border-top-left-radius: 15px; */
  /* border-top-right-radius: 15px; */
  /* border-bottom-left-radius: 15px; */
  /* border-bottom-right-radius: 15px; */
  padding-top: 20px;
}

.we-offer-area.text-center .item i {
  background: #E95200 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #E95200;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #5c7fb5;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
  padding-top: 25px;
  color: #235D7C;
  font-weight: 800;
  font-size: 22px;
}

.we-offer-area .item p {
  margin: 0;
  padding-top: 20px;
  font-family: 'Roboto', sans-serif;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #235D7C none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
  /* border-top: 6px solid rgba(255, 154, 3, .92); */
  /* border-top-left-radius: 15px; */
  /* border-top-right-radius: 15px; */
  /* border-bottom: 6px solid rgba(255, 154, 3, .92); */
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p, .we-offer-area .item:hover p a {
  color: #ffffff !important;
}
.we-offer-area .item p a {color: #1A202C !important;}
.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #E95200 !important;
}

.we-offer-area.text-left .item i {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;       
}

.we-offer-area.text-left .item i::after {    
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;   
  top: -10px;
  width: 120px;
}

/*consulting hospital css here*/
.consultingBox{}
.consultingBox .consulting-content{
    box-shadow: 0 8px 6px -6px #777;
    height: 430px;
    background: #fff;
    border: unset;
    padding: 34px 5px;
    position: relative;
}
.consultingBox .consulting-content1{
    height: 360px;
}
.consulting-sec{
    background: rgb(205, 223, 233);
    padding-top: 80px;
    padding-bottom: 70px;
}
/*without spacing contact block design css*/
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
/*Start center of excellence css*/
.sec-center {
    background: #235d7c;
    padding-top: 35px !important;
    padding-bottom: 15px;
    margin-top: 70px;
}
.sec-center h2{
    color: #fff;
    font-size: 36px;
}
.sec-center p{
    color: #fff;
    padding-top: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.cat-center{}
.cat-center img{
    background: #0DADC7;
    background: #0dadc7;
    border-radius: 154px;
    margin: 0 auto;
    padding: 20px;
    width: 195px;
}
/*about doctor*/
.doct-img img{
    /* position: relative; */
    /* border-top-left-radius: 40px; */
    /* border-top-right-radius: 40px; */
    /* border-bottom-left-radius: 40px; */
    /* border-bottom-right-radius: 40px; */
}
.doct-img i{
    position: absolute;
    bottom: -70px;
    left: 50%;
    margin-left: -30px;
    font-size: 50px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #235d7c;
    line-height: 88px;
    border: 7px solid #fff;
    color: #fff;
    text-align: center;
}
/*book appointment css*/
.sec-book-appointment{
    position: relative;
    background-image: linear-gradient(to right, #6b87bc , #1e3f80);
}
.sec-book-appointment01{
    position: relative;
    background-image: linear-gradient(to right, #6b87bc , #1e3f80);
}
.testimonial {
    min-height: 375px;
    position: relative;
    background: url(../images/testimonials-bg-img.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    /* margin-bottom: 90px; */
}
.sec-book-appointment a{
    position: absolute;
    top: 75%;
    left: 53%;
    /* transform: translate(-50%, -50%); */
    background-color: #e95200;
    color: white;
    font-size: 16px;
    padding: 13px 12px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
}

.at-sec-title-left .at-heading-under-line3 {
    margin: 0;
    margin-bottom: 20px;
}
.at-heading-under-line3 {
    width: 100px;
    height: 1px;
    background: #235d7c;
    position: relative;
}
.at-sec-title-left .at-heading-under-line3 .at-heading-inside-line3 {
    margin-left: 0;
    left: 0;
}

.at-heading-under-line3 .at-heading-inside-line3 {
    width: 30px;
    height: 5px;
    background: #235d7c;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -15px;
}
/*start counter*/
.sec-counter-design{
    background: #0DADC7;
}
.cat-counter h5{
    color: #fff;
    padding-top: 20px;
    font-size: 28px;
}
.cat-counter h6{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    /* text-transform: capitalize; */
}
.cat-counter img{
    background: #235D7C;
    /* background: #0dadc7; */
    border-radius: 154px;
    margin: 0 auto;
    padding: 20px;
    width: 150px;
}
/*start patient reviews css*/
.heading {
    text-align: center;
    color: #454343;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    /* margin-bottom: 70px; */
    /* text-transform: uppercase; */
    z-index: 999;
}
.heading p{
    font-size: 17px;
    font-weight: 300;
    padding-top: 18px;
}
.white-heading{
    color: #ffffff;
}
.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(../images/testimonials-bg-img.jpg);
    padding-top: 100px;
    padding-bottom: 30px;
    background-position: center;
    background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
    font-family: 'Roboto', sans-serif;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding-top: 20px;
}

.testimonial .carousel {
    padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}   



/*about css*/
@media(max-width:767px) {
  html {
    font-size: 14px;
  }
}

/*faq css*/
.accordion {
  /* width: 90%; */
  max-width: 1000px;
  margin: 2rem auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25); */
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #235d7c;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  font-family: 'Roboto', sans-serif;
}
.sec-faq-accordian{
    padding: 20px 0 70px;
}
.cat-faq-accordian{
    box-shadow: 0 20px 30px 0 rgb(43 85 64 / 10%);
    /* padding: 50px; */
    background: rgb(205, 223, 233);
    border-radius: 20px;
}
.accordian-doctor-element{
    position: absolute;
    right: 15px;
    top: -5px;
}
.accordian-doctor-element i{
    font-size: 60px;
    opacity: .1;
    font-weight: 900;
}

.fadeinout
{
  animation: fadeinout 4s infinite;
}

/*start testing design*/
@media only screen and (min-width: 1201px) and (max-width: 1400px){
.choosing-fl-area {
    padding: 90px 0;
}}
.choosing-fl-area {
    background: #235d7c;
}
.choosing-fl-img {
    margin-left: -15px;
    /* border-radius: 20px; */
}
.choosing-fl-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: #040021; */
    opacity: 0.4;
}
.choosing-fl-right {
    max-width: 570px;
}
.section-title .border-left {
    position: relative;
    display: inline-block;
    margin-bottom: 17px;
}
.section-title h2 {
    font-size: 48px;
    line-height: 58px;
    color: #040021;
    text-transform: uppercase;
    margin-bottom: 0;
}
.choosing__information.st-2 {
    margin-left: 0;
    padding: 12px 0 0 0;
}
.choosing__information {
    /* background: #040021; */
    padding: 38px 34px;
    margin-left: -115px;
    position: relative;
    z-index: 5;
}
.choosing__information.st-2 .choosing__number {
    margin-left: 8px;
}

.choosing__number {
    margin-right: 28px;
}
.choosing__number span {
    border: 1px solid #8f98a8;
    color: #ffffff;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.choosing__number span:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border: 1px solid #8f98a8;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.choosing__text p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.choosing__information ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.at-sec-title-left-new .at-heading-under-line3-new {
    margin: 0;
    margin-bottom: 20px;
}
.at-heading-under-line3-new {
    width: 100px;
    height: 1px;
    background: #fff;
    position: relative;
}
.at-sec-title-left-new .at-heading-under-line3-new .at-heading-inside-line3-new {
    margin-left: 0;
    left: 0;
}

.at-heading-under-line3-new .at-heading-inside-line3-new {
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -15px;
}
.at-sec-title-left-new {
    text-align: left;
}

.at-sec-title-new {
    margin-bottom: 60px;
}

/*custom-education-and-career*/
.custom-education-and-career{}
.custom-education-and-career i{
    font-size: 28px;
}
.custom-education-and-career h4{
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 18px;
}
.custom-education-and-career ul{
    padding-left: 20px;
}
.custom-education-and-career ul li{
    list-style-type: disc;
    line-height: 3;
    font-family: 'Roboto', sans-serif;
} 
.custom-education-and-career .accordion-item{
    box-shadow: unset;
    border-top: 1px solid #ddd;
    border-radius: unset;
    border-bottom: 1px solid #ddd;
}
.custom-education-and-career .accordion-item-header{}
/*navactive css*/

  .stellarnav.mobile.light ul {
    left: unset;
}
.custom-nav-link a{
    font-size: 14px !important;
}

/*
.stellarnav>ul>li>a.active{
  background-color:#d90000;
  color:#fff;
}*/
.about-border img{box-shadow: 10px 10px 0px 0px rgb(11 116 128 / 70%);}
.about-border-colored{background-color: rgba(6, 111, 108, 0.8) !important;}
.gal-text{
    font-size: 20px;
    font-family: 'Roboto Serif', serif;
    color: #235d7c;
    font-weight: 500;
    text-align: center;
    padding-bottom: 16px;  
}
.at-agents-sec.gal-text{
    font-family: 'Roboto Serif', serif;
    color: #235d7c;
    font-weight: 500;
    font-size:20px;
    text-align:center;
}
.at-agents-sec.one{
    padding: 0px 0 70px;
}

/* Appointment Form Design CSS */
.appointment-img {
    background-image: url(../images/appointment-img.jpg);
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
@media only screen and (max-width: 767px)
{
    .appointment-img {
        height: 400px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .appointment-img {
        height: 400px;
    }
}
.appointment-form {
    background-color: #dceef7;
    padding: 112px 100px;
    /* max-width: 808px; */
}
.appointment-form h2 {
    font-size: 27px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: .1em;
    color: #2e2929;
    font-weight: 600;
}
.appointment-form .default-btn {
    width: 100%;
    display: block;
}
.default-btn {
    background-color: #235d7c;  
    border-color: #fff1ed;
    color: #ffffff;
    padding: 16px 50px;
    border-radius: 10px;
    font-weight: 600;
}
.appointment-form input{  
    border-radius: 10px;
    padding: 24px;
    font-size: 16px;   
}
.appointment-form textarea{          
    border-radius: 10px;    
    font-size: 16px;          
}               
.default-btn:hover {
    background-color: #dceef7;
    color: #235d7c;
    border: 1px solid #235d7c;
}
@media only screen and (max-width: 767px)
{
    .appointment-form {
        padding: 20px;    
    }
}

/* appointment banner css */
.cta-sec {
    background: url(../images/cta-bg.jpg) no-repeat center left;
    background-size: cover;
    padding: 60px 0;    
}    
.appointment-btn{
    background: #6cabcc;
    padding: 14px 14px;
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    border-radius: unset;
}
.appointment-btn:hover {color: #235d7c;}
.cta-sec p {
    color: #fff;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    margin: 0 0 10px;  
}  
.cta-sec h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    padding-bottom: 10px;
}
@media (max-width: 767.98px)
{
    .cta-sec {
        background: url(../images/cta-bg-xs.jpg) no-repeat center left;
        background-size: cover;
    }
}
.stellarnav ul ul {
    top: 83px !important;}
    
@media only screen and (max-width :768px){.stellarnav ul ul {top:unset !important;}}     