@font-face {
    font-family: 'Heebo-Regular';
    src: url('../fonts/Heebo-Regular');
    src: local('Heebo-Regular'), url('../fonts/Heebo-Regular.woff') format('woff'), url('../fonts/Heebo-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url('../fonts/RobotoSlab-Bold');
    src: local('RobotoSlab-Bold'), url('../fonts/RobotoSlab-Bold.woff') format('woff'), url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoSlab-Light';
    src: url('../fonts/RobotoSlab-Light');
    src: local('RobotoSlab-Light'), url('../fonts/RobotoSlab-Light.woff') format('woff'), url('../fonts/RobotoSlab-Light.ttf') format('truetype');
}


body{
     margin:0;
     padding:0;
     color: #242424;
    font-family: 'Heebo-Regular';
    font-size: 16px;
}
p {
    color: #242424;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Heebo-Regular';
}
h1, h2, h3, h4, h5, h6{
     color: #172541;
}
a{
    color: #0054a6;
}
a:focus, a:hover{
    text-decoration:none;
}
.logo{
    display: block;
    padding: 0px;
}
nav.navbar.bootsnav{
    background-color: #ffffff;
    border-bottom: 1px solid #c6c6c6;
}
nav.navbar.bootsnav .navbar-nav > li > a{
    color: #000000;
    font-family: 'RobotoSlab-Light';
    padding: 20px 12px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle{
    color: #368bb9;
}
#slider {
    position: relative;
}
#slider:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(35, 137, 192, 0.45);
}
.new-home .main-head {
    left: 0;
    right: 0;
    text-align: center;
}
.new-home:before{
	background-color: rgba(35, 137, 192, 0.30) !important;
}
.main-head h1 {
    color: #ffffff;
    font-size: 55px;
    margin: 0px;
    font-family: 'RobotoSlab-Bold';
}
.main-head{
    position: absolute;
    bottom: 45px;
}
.about-sec {
    padding-top: 50px;
    padding-bottom: 80px;
}
.heading-sec{
    position: relative;
    padding-top: 20px;
}
.heading-sec:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #fccb32;
}
.heading-sec h3 {
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'RobotoSlab-Light';
    text-transform: uppercase;
    color: #000000;
}
.heading-sec h5 {
    text-transform: uppercase;
    letter-spacing: 6.2px;
    color: #a1a1a1;
}
.about-left .abt-inner-text {
    padding-top: 30px;
}
.about-right {
    position: relative;
}
.about-right .fig1{
    padding-top: 275px;
}
.about-right .fig2 {
    position: absolute;
    top: 20px;
    right: 30px;
    box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.65);
}
.about-right .fig3 {
    position: absolute;
    right: -25px;
    bottom: -90px;
    box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.58);
}
.about-left .abt-text {
    font-size: 20px;
    line-height: 1.4;
    padding-right: 150px;
    padding-top: 120px;
}
.contact-sec .heading-sec {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 0px;
}
.contact-sec .heading-sec:before{
    display: none;
}
.contact-text h5{
    text-transform: uppercase;
    letter-spacing: 6.2px;
    color: #a1a1a1;
    margin-bottom: 4px;
}
.contact-right .form-control {
    border-radius: 0px;
    height: 45px;
    font-style: normal;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    box-shadow: none;
}
.contact-right textarea {
    height: 120px !important;
}
.contact-right .msg-link {
    float: right;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    font-size: 14px;
}
.contact-right .msg-link a{
    color: #000000;
}
.contact-right .msg-link .fa-long-arrow-right {
    color: #fccb32;
    font-size: 18px;
}
.contact-right {
    width: 100%;
    float: left;
    clear: both;
    padding-left: 80px;
}
.contact-sec {
    margin-bottom: 50px;
}
footer {
    background-color: #211f2c;
    border: none;
}
.footer-nav-links {
    margin-bottom: 0px;
    text-align: center;
}
.footer-menu {
    padding: 20px 0px;
    border-bottom: 1px solid #908f94;
}
.footer-nav-links li a {
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #908f94;
}
.copy-sec{
    padding: 25px 0px;
}
.footer-logo img {
    float: left;
}
.footer-logo .copy-text p {
    margin-bottom: 0px;
    color: #908f94;
    display: table;
    padding-left: 15px;
    padding-top: 10px;
}
.social-links {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}
.social-links a {
    color: #908f94;
    font-size: 20px;
    padding: 0px 5px;
}
.power{
    float: right;
     margin-top: 10px;
}
.power p {
    margin-bottom: 0px;
    color: #908f94;
}
.page-section {
    padding: 50px 0px 0px;
}
#blog_lists {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.blog_list_page h3 {
    font-family: 'RobotoSlab-Bold';
}
/*--service-page--*/
.service-page-right .fig1 {
    padding-top: 0px;
}
.page-section .about-sec {
    padding-top: 0px;
    padding-bottom: 20px;
}
.service-page-left {
    padding-left: 100px;
}
/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}
.grid-col{
    padding: 0px;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    border: 1px solid #ffffff;
    width: 150px;
    height: auto;
    text-align: center;
    color: #ffffff;
    padding: 10px 10px;
    border-radius: 500px;
    font-size: 15px;
    top: 75%;
    left: 10%;
}

.grid figure h2 {
    font-weight: 300;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
    color: #ffffff;
    text-transform: capitalize;
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
    background-color: #252330;
}

figure.effect-ruby img {
    opacity: 0.2;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

figure.effect-ruby:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-ruby h2 {
    margin-top: 35%;
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
    margin: 30px 0px 0px;
    padding: 0px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
}
figure.effect-ruby p a{
    padding: 8px 25px;
    color: #ffffff;
    display: inline-block;
     border: 1px solid #fff;
     border-radius:500px;
     transition: all 0.3s ease;
}
figure.effect-ruby p a:hover{
    background-color: #13379a;
    border-color: #13379a;
} 

figure.effect-ruby:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}
.services-block {
    padding-top: 35px;
    padding-bottom: 15px;
}

/*--email-page--*/
.contact-right .form-group .email-text-area {
    height: 45px !important;
}
.email-sec {
    margin-top: 50px;
}
.email-sec .contact-right {
    margin-top: 20px;
}

/*--faq-page--*/
.faq-left figure{
    margin-bottom: 30px;
}

    .faq-right .panel-default>.panel-heading{
        cursor:pointer;
        transition: all 0.2s linear;
    }
    .faq-right .panel-default>.panel-heading:hover{
            background-color: #207eb1;
            border-color: #207eb1;
            color:#ffffff;
    }
    .faq-right .panel-default>.panel-heading:hover a{
        color: #ffffff;
    }
    .faq-right .panel{
        background-color:inherit;
        box-shadow:inherit;
        margin-bottom: 15px;
        margin-top: 0px;
    }
    .faq-right .panel-default>.panel-heading .panel-title a {
    display: block;
}
    .panel-heading {
      position: relative;
    }
    .panel-title > a[data-toggle="collapse"]:after {
      font-family: 'FontAwesome';
      content: "\f053"; /* "play" icon */
      position: absolute;
      color: #207eb1;
      font-size: 18px;
      line-height: 22px;
      right: 20px;
      top: calc(50% - 10px);

      /* rotate "play" icon from > (right arrow) to down arrow */
      -webkit-transform: rotate(-90deg);
      -moz-transform:    rotate(-90deg);
      -ms-transform:     rotate(-90deg);
      -o-transform:      rotate(-90deg);
      transform:         rotate(-90deg);
    }
    .panel-title > a[data-toggle="collapse"].collapsed:after {
      /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
      -webkit-transform: rotate(90deg);
      -moz-transform:    rotate(90deg);
      -ms-transform:     rotate(90deg);
      -o-transform:      rotate(90deg);
      transform:         rotate(90deg);
    }
    .faq-right .panel-default>.panel-heading:hover .panel-title > a[data-toggle="collapse"]:after{
        color: #ffffff;
    }
    .blog_list_page {
     margin-top: 0px; 
}

/*--news-page--*/
.top-news-sec li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.top-news-sec img {
    float: left;
    width: 50px;
}
.news-content h3 {
    font-family: 'RobotoSlab-Bold';
    font-size: 22px;
}
.news-content p {
    color: #a1a1a1;
}
.news-content .comment-text p, .news-content a .fa, .top-news-sec p {
    color: #fccb32;
}
.news-content a {
    letter-spacing: 6.5px;
    text-transform: uppercase;
}
.text-1 {
    padding-top: 50px;
}
.text-2 {
    padding-top: 110px;
}
.text-3 {
    padding-top: 125px;
}
.news-right .archive-sec, .news-right .top-news-sec {
    position: relative;
}
.news-right .archive-sec:before, .news-right .top-news-sec:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:50px;
    height: 2px;
    background-color: #fccb32;
}
.archive-sec h2, .top-news-sec h2 {
    font-size: 24px;
    padding-top: 15px;
}
.archive-sec ul li {
    margin-bottom: 15px;
}
.archive-sec ul, .top-news-sec ul {
    margin-top: 20px;
}
.top-news-sec {
    margin-top: 75px;
}
.top-news-sec span, .top-news-sec p {
    padding-left: 15px;
    display: table;
}
.top-news-sec p{
    margin-bottom: 0px;
}
.news-right {
    padding-left: 20px;
}

/*--testmonials--page--*/
.client-list {
    box-shadow: 0.1px 0.1px 15px rgba(177, 177, 177, 0.79);
    padding: 25px;
    margin-top: 30px;
    border-left: 3px solid #ffffff;
    transition: 0.2s ease-in-out;
}
.client-list:hover{
    border-left: 3px solid #fccb32;
    transition: 0.2s ease-in-out;
}
.client-list, .client-list .client-top, .testmon-sec {
    width: 100%;
    float: left;
}
.client-list .client-top img {
    float: left;
}
.client-list .client-top .cl-text {
    display: table;
    float: left;
    padding-left: 20px;
}
.cl-quote {
    color: #d1d6d9;
    font-size: 20px;
}
.client-list .client-top .cl-text h4 {
    margin-bottom: 0px;
    font-family: 'RobotoSlab-Bold';
}
.client-list .client-top .cl-text h5{
    margin-top: 5px;
    font-style: italic;

}
.client-top {
    border-bottom: 3px solid #d1d6d9;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
/*--sales--page--*/
.est-sales-block {
    width: 100%;
    float: left;
     background-color: #daba7f;
     margin-top: 30px;
}
.sales-top h3 {
    text-align: center;
    line-height: 30px;
    margin-top: 0px;
}
.est-sales-block .est-col:first-child{
    background-color: #211f2c;
}
.est-sales-block .est-col{
    background-color: #daba7f;
     height: 180px;
    padding: 30px 0px;
}
.est-sales-block h3{
     font-family: 'RobotoSlab-Bold';
}
.Upcoming-heading {
    color: #ffffff;
    margin: 0px;
    font-size: 24px;
    padding-top: 40px !important;
}
.est-sales-block h3 {
    font-family: 'RobotoSlab-Bold';
    margin: 0px;
    line-height: 32px;
}
.next-heading .next-text {
    display: block;
    font-size: 30px;
}
.est-sales-block h3 {
    font-family: 'RobotoSlab-Bold';
    margin: 0px;
    line-height: 32px;
}
.next-heading {
    padding-top: 25px;
    text-transform: uppercase;
}
.est-sales-block .sale-text {
    border-left: 2px solid #b2935a;
    text-align: center;
}
.collect-sec {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 20px;
}
.collect-sec .heading-sec {
    margin-bottom: 30px;
}
.collect-block .grid figure figcaption{
    padding: 2em 0px;
}
.collect-block figure.effect-ruby img{
    opacity:1;
}
.collect-block figure.effect-ruby:hover img {
    opacity: 0.2;
}
/*--special-page--*/

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}


figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    border: 2px solid #368bb9;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 5px;
    letter-spacing: 2.5px;
}
figure.effect-lily h2:hover{
    background-color: #368bb9;
    color: #ffffff;
}
figure.effect-lily p {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 0.7;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.free-consult .free-number {
       font-size: 48px;
    color: #dddddd;
    float: left;
    position: relative;
    top: 10px;
}
.free-consult .free-consult-right {
    display: table-cell;
    padding-left: 24px;
}
.free-consult-right h3 {
    margin-top: 0px;
    font-family: 'RobotoSlab-Bold';
    text-transform: uppercase;
    line-height: 1.3;
}
.axia-diff-block {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 35px;
}
.special-sec {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.axia-diff-block .heading-sec {
    margin-bottom: 30px;
}
.free-consult .free-consult-right .free-consult-list {
    padding-left: 15px;
}
.testmon-sec {
    margin-bottom: 35px;
}
.page-section>.container{
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (min-width: 992px) and (max-width: 1199px){
    nav.navbar.bootsnav .navbar-nav > li > a{
         padding: 15px 10px;
        font-size: 14px;
    }
    .footer-nav-links li a{
        padding: 10px 15px;
    }
    .main-head{
        bottom: 30px;
    }
    figure.effect-lily figcaption > div{
        padding: 2em 1em;
    }
    figure.effect-lily h2{
        padding: 15px 5px;
    }
    .free-consult-right h3{
        font-size: 18px;
    }
    .about-right .fig3{
        right: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
     nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 5px;
        font-size: 12px;
    }
    .main-head h1{
        font-size: 48px;
    }
    .main-head{
        bottom: 15px;
    }
    figure.effect-lily h2{
        font-size: 18px;
    }
    .about-right .fig3{
        right: -5px;
    }
    .about-left .abt-text{
        padding-right: 0px;
    }
    .contact-right{
        padding-left: 0px;
    }
    .footer-nav-links li a{
        padding: 10px 7px;
        font-size: 14px;
    }
}

@media (min-width: 320px) and (max-width: 767px){
   figure.effect-lily img {
        width: 100% !important;
        height: 100% !important;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px;
    }
    .about-left {
        padding-top: 0px;
    }
    .about-sec{
        padding: 50px 0px;
    }
    .about-left .abt-text{
        padding-right: 0px;
        padding-top: 30px;
    }
    .about-right{
        text-align: center;
        margin-bottom: 100px;
    }
    .about-right .fig3{
        right: 20px;
    }
    .contact-sec{
        margin-bottom: 30px;
    }
    .contact-right{
        padding-left: 30px;
    }
    .power {
        float: none;
    }
    .footer-logo img{
        float: none;
    }
    .footer-logo .copy-text p{
        display: block;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-logo, .social-links {
        margin-bottom: 10px;
    } 
    .footer-nav-links li a{
        padding: 10px 4px;
        font-size: 14px;
    }
    .est-sales-block .sale-text{
        border: none;
        border-top: 2px solid #b2935a;
    }
    .sale-text {
        padding-top: 30px;
    }
    .est-sales-block .est-col{
        height: auto;
    }
    .est-sales-block .est-col:last-child {
        padding-top: 15px;
    }
    .next-heading, .Upcoming-heading{
        padding: 0px !important;
    } 
    .service-page-right {
        padding-top: 0px;
    }
    .service-page-left {
        padding-left: 0px;
    } 
    .text-1, .text-2, .text-3{
        padding-top: 20px;
    }
    .free-consult {
        margin-bottom: 10px;
    }
    .main-head h1{
        font-size: 36px;
    }
    .main-head{
        bottom: 10px;
    }
    figure.effect-lily img{
        transform: none;
    }
}

@media (min-width: 320px) and (max-width: 480px){
    .header-menu{
        border: none;
    }
    .header-menu li:nth-child(2) {
        margin-left: 10px;
    }
    .main-heading h1{
        font-size: 48px;
    }
    .about-left .abt-inner-text, .about-left .abt-text{
        padding-top: 10px;
    }
    .about-right .fig2, .about-right .fig3 {
        position: initial;
    }
    .about-right{
        padding-top: 0px;
    }
    .about-right figure {
        margin-bottom: 25px;
    }
    .contact-sec{
        padding: 0px;
    }
    .about-sec{
        padding: 30px 0px 0px;
    }
    .heading-sec h3{
        font-size: 30px;
    }
    .contact-left{
        text-align: center;
    }
    .about-right figure img {
        width: 100%;
    }
    .main-head {
        bottom: 0px;
    }
    .main-head h1 {
        font-size: 26px;
    }
    .page-section{
        padding: 30px 0px 0px;
    }
    .free-consult .free-number{
        float: none;
    }
    .free-consult{
        margin-bottom: 20px;
    }
    .free-consult .free-consult-right{
        padding-left: 0px;
        display: block;
    }
    figure.effect-lily figcaption > div {
        padding: 0px 20px;
    }
    figure.effect-lily figcaption > div{
        height: 65%;
    }
    figure.effect-lily h2{
        font-size: 15px;
    }
    .about-right{
        margin-bottom: 30px;
    }
    .about-right .fig1{
        padding-top: 0px;
    }
}
