
.mb-0 {
    margin-bottom: 0;
}


.btn-border {
    color: #b9a041 !important;
    border: 2px solid #b9a041;
    border-radius: 0;
    text-transform: capitalize;
}

.btn-border:hover {
    border: 2px solid #b9a041;
    background-color: #b9a041;
    color: #FFFFFF !important;
}

#featured-services-area .btn-border {
    color: #FFFFFF !important;
    border: 2px solid transparent;
}


/*-----------------------
    00. ABout 
-----------------------*/

/*Start ABout Trust area css*/
#about-trust-area {
    background-size: cover;
    padding: 100px 0;
    overflow: hidden;
    background: url(../img/about_bg.jpg) no-repeat center bottom / cover;
    background-attachment: fixed;
}

.about-trust-image {
    position: relative;
}

.trust-image-over {
    bottom: -20px;
    display: inline-block;
    position: absolute;
    right: -20px;
}

#about-trust-area .col-lg-7 {
    padding-left: 0;
}

.about-trust-text {
    margin-left: -12px;
}

.about-trust-text p {
    color: #313131;
}

.about-trust-box {
    background: rgba(29, 44, 92, .8) none repeat scroll 0 0;
    display: block;
    font-size: 20px;
    margin-top: 44px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-top: 16px;
}

.trust-box-text p {
    color: #ffffff;
    font-style: italic;

    position: relative;
    top: 7px;
}

.download-button {
    float: right;
    margin-right: 20px;
    margin-top: 8px;
}

.download-button a {
    background: #ce932b none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;

    font-size: 13px;
    font-weight: 700;
    padding: 9px 30px;
    text-transform: uppercase;
    border: 1px solid #ce932b;
}

.download-button a:hover {
    background: #363636;
}

.we-are-practice-text {
    margin-top: 35px;
}

.we-are-practice h3 {
    background: rgba(0, 0, 0, 0) url("../img/practice-text-bg-border.png") no-repeat scroll right bottom;
    color: #727272;

    font-size: 22px;
    font-style: italic;
    background-position: 390px 22px;
}

/*End ABout Trust area css*/


/*-----------------------
    00. why_select_us 
-----------------------*/

#why_select_us {
    background-color: #3a404e;
}

.fluid-section-one {
    position: relative;
    overflow: hidden;
    background: url(../img/why-select-pattern.jpg) repeat;
    background-size: contain;
}

.fluid-section-one .outer-container {
    position: relative;
    min-height: 250px;
}

.fluid-section-one .image-column {
    position: absolute;
    float: left;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.fluid-section-one .image-column .image-box {
    position: relative;
    display: block;
}

.fluid-section-one .image-column .image-box img {
    position: absolute;
    display: block;
    right: -100px;
    left: auto;
    top: -56px;
}

.fluid-section-one .content-column {
    position: relative;
    float: right;
    width: 50%;
}

.fluid-section-one .content-column .inner-column {
    position: relative;
    max-width: 630px;
    z-index: 2;
    padding: 90px 15px 60px 100px;
}

.feature-block {
    position: relative;
    margin-bottom: 50px;
}

.feature-block .inner-block {
    position: relative;
    padding-left: 100px;
}

.feature-block .inner-block .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    font-size: 36px;
    text-align: center;
    line-height: 70px;
    color: #ffffff;
    border-radius: 50%;
    border: 2px solid #b9a040;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.feature-block .inner-block:hover .icon-box {
    background-color: #b9a040;
}

.feature-block .inner-block h3 {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1em;
    margin-bottom: 6px;
}

.feature-block .inner-block .text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: lighter;
}


/*-----------------------
        05. We Are here
-----------------------*/
.we-are-here {
    background: url(../img/We_are_here.jpg) no-repeat center bottom / cover;
    background-attachment: fixed;
}

.we-are-here .left-block .details {
    padding: 80px 50px;
    background: rgba(29, 39, 85, .8);
    width: 100%;
    float: left;
}

.we-are-here .left-block .details h2 {
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    font-weight: bold;
    text-transform: uppercase;
}

.we-are-here .left-block .details h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    padding-top: 14px;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;

}

.we-are-here .left-block .details p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
}

.free-btn {
    color: #fff;
    text-transform: uppercase;
    background: #b9a041;
    padding: 10px 24px;
    border-radius: 60px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 30px;
    float: left;
    border: 2px solid transparent;
    transition: all .5s ease;
}

.free-btn:hover {
    background-color: transparent;
    color: #b9a041;
    border-color: #b9a041;
    transition: all .5s ease;
}

.we-are-here .right-block.cases-box {
    padding: 70px 0 0 40px;
}

.we-are-here .right-block.cases-box .col-md-6 {
    float: left;
}

.we-are-here .right-block .box {
    float: left;
    width: 100%;
    background: rgba(39, 56, 111, .9);
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.we-are-here .right-block .box .counter {
    font-size: 28px;
    font-weight: 400;
    line-height: 45px;
    vertical-align: middle
}

.we-are-here .right-block .box .title {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 18px
}

.we-are-here .right-block .box .counter strong {
    font-weight: 500;
    font-size: 40px;
}

/*-----------------------
    04. Areas Of Practices
-----------------------*/

#featured-services-area {
    background: #1f2751;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 95px;
    padding-bottom: 50px;
    min-height: 100%;
    background: linear-gradient(0deg, rgba(29, 39, 85, .8), rgba(29, 39, 85, .8)), url(../img/service_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.top-featured {
    padding-bottom: 50px;
}

.single-featured {
    border: 2px solid transparent;
    padding: 14px;
    transition: all .5s ease;
}

.single-featured:hover {
    border: 2px solid #b9a041;
    transition: all .5s ease;
}

.single-featured a {
    color: #FFFFFF;
    font-size: 12px;
    transition: all .3s ease;
}

.single-featured .single-featured-icon i:before {
    font-size: 40px;
    color: #FFFFFF;
    position: relative;
    top: 10px;
}

.single-featured-text, .single-featured-icon {

}

.single-featured-icon {
    overflow: hidden;
    height: 60px;
}

.single-featured-text {

}

.single-featured-text p {
    color: #FFFFFF;
    text-align: center;
    font-weight: 300;

    font-size: 12px;
    line-height: 18px;
}

.single-featured-text h5:after {
    content: '';
    height: 2px;
    width: 35px;
    background: #b9a041;
    display: block;
    margin: 12px auto;
}

.single-featured-text h5 {
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.bottom-featured {
    padding-top: 50px;
}

.bottom-featured .single-featured {
    border-bottom: medium none;
}

/*End Featured Services area css*/


/*-----------------------
    05. our_team
-----------------------*/

#our_team {
    padding: 0;
}

#our_team h1.big_font {
    font-size: 5em;
    font-weight: bolder;
    color: #1b2247;
    line-height: 1em;
    margin-bottom: 30px;
}

#our_team h1.big_font span {
    color: #b9a041;
}

#our_team .sec_pull {
    padding: 60px 0;
    padding-left: 60px;
}

#our_team .sec_pull h1 {
    margin-top: 1.2em;
}


/*-----------------------
    06. our_Associates
-----------------------*/


#associates {
    padding: 0px 0;
    background: #1f2751;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(0deg, rgba(29, 39, 85, .8), rgba(29, 39, 85, .8)), url(../img/service_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

#associates .owl-carousel {
    padding: 0 70px;
    position: relative;
}

#associates .container .item {
    height: 145px;
    line-height: normal;
}

#associates .container .item img {
    transition: all 0.3s ease 0s;
    display: inline;
}

#associates .container .owl-theme .owl-controls {
    left: 0;
    position: absolute;
    top: -28px;
    width: 100%;
}

#associates .container .owl-theme .owl-nav {
    margin: 0;
}

#associates .container .owl-theme .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#associates .container .owl-prev {
    left: 0px;
    position: absolute;
    top: 0;
    line-height: 145px;
}

#associates .container .owl-theme .owl-nav div .fa {
    color: #b9b9b9;
    font-size: 30px;
}

#associates .container .owl-theme .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#associates .container .owl-next {
    position: absolute;
    right: 0px;
    top: 0;
    line-height: 145px;
}

#associates .container .owl-theme .owl-nav div .fa {
    color: #b9b9b9;
    font-size: 30px;
}

/*End Branding area css*/


/*-----------------------
    06. Testimonial
-----------------------*/

#testimonial-area {
    padding: 60px 0;
}

.testimonial-carousel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.testimonials-wrapper {
    width: 95%;
    max-width: 500px;
    margin: 0 auto
}

.testimonials-wrapper .quote {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    position: relative;
    padding: 20px 30px;
    color: #1b2246;
    border-radius: 16px;
    background: #f8f8f8;
    margin-bottom: 10px;
}

.testimonials-wrapper .quote h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
}

.testimonials-wrapper .quote span {
    padding: 10px 12px;
    background-color: #d6d6d6;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.testimonials-blob,
.testimonials-img {
    border-radius: 100%
}

.testimonials-img {
    position: relative;
    left: 30px;
    overflow: hidden !important;
    width: 60px;
    height: 60px;
    float: left;
    margin-bottom: 10px;
    margin-left: 0px;
    transition: all ease-out .5s;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-filter: brightness(2);
    filter: brightness(2)
}

.testimonial-carousel .active .testimonials-img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.testimonials-person-info {
    text-align: left;
    color: #baa143;
    padding-left: 100px;
    font-size: 16px;
    font-weight: 500;
    padding-top: 12px;
    line-height: 18px;
}

.testimonials-person-info span {
    color: #606060;
    font-size: 14px;
    font-weight: normal;
}

.testimonials-blob {
    position: relative;
    left: 80%;
    width: 3px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@-webkit-keyframes anim {
    0% {
        opacity: 0;
        box-shadow: 0 0 0 0 #f8f8f8, 0 0 0 0 #f8f8f8
    }
    50% {
        box-shadow: 0 15px 0 0 #f8f8f8, 0 0 0 0 #f8f8f8
    }
    100% {
        opacity: 1;
        background: #f8f8f8;
        box-shadow: 0 15px 0 4px #f8f8f8, 0 35px 0 6px #f8f8f8
    }
}

@keyframes anim {
    0% {
        opacity: 0;
        box-shadow: 0 0 0 0 #f8f8f8, 0 0 0 0 #f8f8f8
    }
    50% {
        box-shadow: 0 15px 0 0 #f8f8f8, 0 0 0 0 #f8f8f8
    }
    100% {
        opacity: 1;
        background: #f8f8f8;
        box-shadow: 0 15px 0 4px #f8f8f8, 0 35px 0 6px #f8f8f8
    }
}

.testimonial-carousel .active .testimonials-blob {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: anim linear .5s;
    animation: anim linear .5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.testimonial-carousel {
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: grab
}

.testimonial-carousel:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.testimonial-carousel .owl-item {
    overflow: hidden;
    transition: all ease-out .3s;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0
}

.testimonial-carousel .owl-item.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
    font-size: 13px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    padding: 0 10px;
    transition: all ease-out .25s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
    color: #fff;
    border-radius: 3px;
    background: #171719
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
    color: #fff;
    background: #615e6b
}

.testimonial-carousel .owl-prev {
    left: 0
}

.testimonial-carousel .owl-next {
    right: 0
}

.testimonial-carousel .owl-next.disabled,
.testimonial-carousel .owl-prev.disabled {
    opacity: 0
}


/*-----------------------
    0. clients
-----------------------*/

#clients {
    padding: 0px 0;
    background: #FFFFFF;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

#clients .owl-carousel {
    padding: 0 70px;
    position: relative;
}

#clients .container .item {
    height: 145px;
    line-height: normal;
}

#clients .container .item img {
    transition: all 0.3s ease 0s;
    display: inline;
}

#clients .container .owl-theme .owl-controls {
    left: 0;
    position: absolute;
    top: -28px;
    width: 100%;
}

#clients .container .owl-theme .owl-nav {
    margin: 0;
}

#clients .container .owl-theme .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#clients .container .owl-prev {
    left: 0px;
    position: absolute;
    top: 0;
    line-height: 145px;
}

#clients .container .owl-theme .owl-nav div .fa {
    color: #b9b9b9;
    font-size: 30px;
}

#clients .container .owl-theme .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#clients .container .owl-next {
    position: absolute;
    right: 0px;
    top: 0;
    line-height: 145px;
}

#clients .container .owl-theme .owl-nav div .fa {
    color: #b9b9b9;
    font-size: 30px;
}

/*End Branding area css*/

/*-----------------------
    0. news & events
-----------------------*/


#latest-news-area {
    background: #f8f8f8 none repeat scroll 0 0;
    padding-bottom: 90px;
    padding-top: 90px;
}

.news-image-holder {
    position: relative;
    margin-bottom: 10px;
}

.news-image-holder:hover .overlay {
    transform: scale(1.0);
}

.news-image-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(184, 155, 94, .65);
    transform: scale(0.0);
}

.news-image-holder .overlay a {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.news-image-holder .overlay a i {
    display: table-cell;
    vertical-align: middle;
    color: #3B3946;
    font-size: 18px;
}

.news-image-holder img {
    height: auto;
    width: 100%;
}

.published-date-wrapper {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
}

.published-date {
    background: #ce932b none repeat scroll 0 0;
    height: 63px;
    text-align: center;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 63px;
}

.published-date h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;

}

.published-date p {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.news-info {
    background: #3b3946 none repeat scroll 0 0;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-top: 7px;
}

.news-info ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.news-info ul li {
    display: inline-block;
    float: left;
}

.news-info ul li a {
    border-left: 1px solid #f5f4f4;
    color: #f5f4f4;
    padding-left: 13px;
    padding-right: 13px;
}

.news-info ul li a:hover {
    color: #ce932b;
}

.news-info ul li.admin-border-leftnone a {
    border-left: none;
}

.latest-news-text {
    background: #FFFFFF;
    border: 1px solid #F6F5F5;
    padding: 20px 22px;
}

.latest-news-text .meta {
    font-size: 0;
    padding: 0;
    padding-bottom: 10px;
}

.latest-news-text .meta li {
    display: inline-block;
}

.latest-news-text .meta li a {
    font-size: 15px;
    color: #959595;
    padding: 0 15px;
    font-family: 'PT Serif', sans-serif;
}

.latest-news-text .meta li a .fa {
    color: #ce932b;
}

.latest-news-text h4 {
    color: #282c3d;

    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}

.latest-news-text p {

}

/*End Latest News Area Css*/

.news-events {
    background: #fff;
    padding-bottom: 0;
}

.news-events h2 {
    color: #2a4356;
}

.news-events h2 span {
    color: #1d2755;
}

.news-events ul {
    display: block;
}

.news-events ul li .inner {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 3px #c4c6c8;
    position: relative;
}

.news-events ul li .img-block {
    display: block;
}

.news-events ul li .img-block img {
    width: 100%;
}

.news-events ul li .cnt-block {
    display: block;
    padding: 40px 30px 30px 30px;
    background: #fff;
    position: relative;
}

.news-events ul li .cnt-block .plus-icon {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: -32px;
    background: #2c97ea;
    border-radius: 50%;
    font-size: 34px;
    color: #fff;
    box-shadow: 0px 5px 5px #c0e0f9;
}

.news-events ul li .cnt-block .plus-icon:hover {
    background: #ff9600;
}

.news-events ul li .cnt-block h3 {
    display: block;
    padding-bottom: 36px;
    font-family: 'Yeseva One', cursive;
    font-size: 22px;
    color: #41484d;
    line-height: 32px;
    text-transform: none;
}

.news-events figure {
    position: relative;
    padding: 0;
    margin: 0;
}

.news-events figure img {
    width: 100%;
    display: block;
    position: relative;
}

.news-events figcaption {
    position: absolute;
    top: 0;
    left: 0;
}

/* Caption Style 3 */
.cs-style-3 figure {
    overflow: hidden;
    padding-bottom: 104px;
}

.cs-style-3 figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img, .cs-style-3 figure.cs-hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.cs-style-3 figcaption {
    width: 100%;
    top: auto;
    bottom: 0px;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption, .cs-style-3 figure.cs-hover figcaption {
    bottom: 0px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.news-events ul li .bottom-block {
    display: block;
    padding: 30px 0 0 0;
    border-top: 1px #e8eef0 solid;
    font-size: 12px;
    color: #96adba;
}

.news-events ul li .date {
    display: block;
    float: left;
}

.news-events ul li .icon {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.news-events ul li .icon span {
    font-size: 20px !important;
    color: #c5d4da !important;
}

.news-events ul li .comment {
    display: block;
    float: right;
}

.news-events ul li .date span, .news-events ul li .comment span {
    font-weight: 700;
    color: #5c7e91;
}

.news-events .know-more-wrapper {
    display: block;
    text-align: center;
    position: relative;
}

.news-events .know-more-wrapper:after {
    width: 100%;
    height: 1px;
    background: #daddde;
    content: "";
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: 1;
}

.news-events .know-more {
    display: inline-block;
    padding: 0 30px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #025a8e;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    font-weight: 500;
}

.news-events a.know-more span {
    margin-left: 4px;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    color: #ff9600;
    transition: all 0.3s ease 0s;
}

.news-events a.know-more:hover span {
    color: #17a43b;
}

.news-events .news-box {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 0;
}

.news-events .news-box h2 {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    padding: 10px 0;
    line-height: normal;
}

.news-events .news-box p {
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    padding: 10px 0;
}

.news-events .news-box .date {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.8);
    width: 90px;
    padding: 20px 10px 15px;
    text-align: center;
}

.news-events .news-box .date span {
    font-size: 40px;
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
}

.news-events meta {
    color: #787878;
    font-size: 13px;
    font-weight: 500;
}

.news-events .meta span {
    margin-left: 15px;
}

.news-events .meta .fa {
    margin-right: 8px;
    font-size: 15px;
}

.news-listes {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
}

.news-listes li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #d8d6d6;
    padding: 20px 10px;
}

.news-listes figure {
    float: left;
    margin: 0;
}

.news-listes h2 {
    color: #1d2755;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 0px 0;
    text-align: left;
}

.news-listes span {
    font-size: 11px;

}

.news-listes .read-more {
    font-size: 12px;
    color: #b79a28;
}

.news-listes .news-list-details {
    width: calc(100% - 120px);
    float: right;
    padding: 0 0 0 12px;
}


/*-----------------------
    0. Contact Area
-----------------------*/

#contact_main {
    padding-bottom: 60px;
}

.map-container-fluid {
    background-color: #e7e7e8;
    height: 400px;
}

.contact_img_bld {
    background-color: #FFFFFF;
    padding: 10px;
}

.contact_timing {
    background-color: #1d2655;
    padding: 20px 40px;
}

.contact_timing h2 {
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.contact_timing h2 span {
    color: #b9a041;
}

.contact_timing p {
    color: #FFFFFF;
}

.contact_timing p strong {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

#contact_main .pos-bld_img {
    width: 100%;
}

.contact_address {
    padding: 0 10px 0 40px;
    margin-bottom: 0;
}

.contact_address h2, .contact_address h3 {
    font-weight: bold;
    color: #1d2655;
    font-size: 24px;
    margin-bottom: 10px;
}

.contact_address h3 {
    font-size: 26px;
}

.contact_address p {
    color: #333333;
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 4px;
}

.contact_address p.fax {
    padding-left: 26px;
    margin-bottom: 10px;
}

.contact_address p i {
    vertical-align: baseline;
    margin-right: 10px;
    color: #1d2655;
}

.contact_address p i.fa-2x {
    float: left;
    color: #1d2655;
}

.contact-form {
    padding: 40px 0 0 30px;
}

.contact-form h2 {
    font-weight: bold;
    margin-bottom: 30px;
}


/*---------------------------------------------*/
input, select {
    outline: none;
    border: none;

}

textarea {
    outline: none;
    border: none;
}

textarea:focus, input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*------------------------------------------------------------------
[  ]*/

.contact2-form {
    width: 100%;
    font-family: 'Poppins', sans-serif;
}


/*------------------------------------------------------------------
[  ]*/

.wrap-input2 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 37px;
}

.input2 {
    display: block;
    width: 100%;

    font-size: 15px;
    color: #555555;
    line-height: 1.2;
}

.focus-input2 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    background: rgb(185, 160, 64);
    background: -webkit-linear-gradient(45deg, #b79349, #ffdf65);
    background: -o-linear-gradient(45deg, #b79349, #ffdf65);
    background: -moz-linear-gradient(45deg, #b79349, #ffdf65);
    background: linear-gradient(45deg, #b79349, #ffdf65);
}

.focus-input2::after {
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 13px;
    color: #999999;
    line-height: 1.2;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/*---------------------------------------------*/
.select .focus-input2::after {
    top: 16px;
}

input.input2, select.input2 {
    height: 45px;
}

input.input2 + .focus-input2::after {
    top: 16px;
    left: 0;
}

textarea.input2 {
    min-height: 115px;
    padding-top: 13px;
    padding-bottom: 13px;
}

textarea.input2 + .focus-input2::after {
    top: 16px;
    left: 0;
}

.input2:focus + .focus-input2::after {
    top: -13px;
}

.input2:focus + .focus-input2::before {
    width: 100%;
}

.has-val.input2 + .focus-input2::after {
    top: -13px;
}

.has-val.input2 + .focus-input2::before {
    width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact2-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0px;
}

.wrap-contact2-form-btn {
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 2px;
    width: auto;
    overflow: hidden;
    /*   margin: 0 auto;*/
    right: 60px;
    margin-top: -70px;
}

.contact2-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 60px;
    height: 60px;
    background: rgb(29, 38, 85);
    background: -webkit-linear-gradient(-135deg, #0a4eb5, #1f35a0, #3447a7, #2e3b80);

    background: -o-linear-gradient(-135deg, #0a4eb5, #1f35a0, #3447a7, #2e3b80);
    background: -moz-linear-gradient(-135deg, #0a4eb5, #1f35a0, #3447a7, #2e3b80);
    background: linear-gradient(-135deg, #0a4eb5, #1f35a0, #3447a7, #2e3b80);
    top: 0;
    /*    left: -100%;*/
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 100px;
}

.contact2-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;


}

.wrap-contact2-form-btn:hover .contact2-form-bgbtn {
    left: 0;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    pointer-events: none;

    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}


#map_container {
    position: relative;
}

#map {
    height: 100%;
    position: relative;
}


/*-----------------------
    0. Footer
-----------------------*/

/*Start Footer widget area css */
#footer-widget-area {
    background: #0f0f19;
    padding-bottom: 20px;
    padding-top: 63px;
}

.footer-logo {
    margin-top: -14px;
}

.widget-text {
    padding-top: 23px;
}

.widget-text p {
    color: #d6d6d6;
    font-size: 13px;
    line-height: 20px;
}

.footer-read-more a {
    color: #ce932b;
    font-size: 13px;
    font-weight: 600;

}

.widget-social-links {
    margin-top: 27px;
}

.widget-social-links a i.mysocial_style {
    border: 1px solid transparent;
    border-radius: 50%;
    color: #d6d6d6;
    font-size: 12px;
    height: 30px;
    margin: 0 4px 0 0;
    padding-left: 10px;
    padding-top: 8px;
    width: 30px;
    transition: all 0.5s ease;
}

.widget-social-links a i.mysocial_style:hover {
    border: 1px solid #ce932b;
    color: #ce932b;
    transition: all 0.5s ease;
}

.single-footer-widget h3 {
    border-bottom: 1px solid #363637;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}

.single-footer-widget h3::after {
    background: #ce932b none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 2px;
    width: 70px;
    margin-top: 20px;
}

.single-footer-widget ul {
    color: #d6d6d6;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.quick-links > ul.left-quick-links.alignleft {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.quick-links ul.left-quick-links {
    margin-right: 20px;
}

.quick-links ul li {
    margin-bottom: 12px;
    line-height: 20px;
    padding-right: 18px;
}

.quick-links ul li i {
    font-size: 14px;
    padding-right: 4px;
    transition: all 0.5s ease;
}

.quick-links ul li,
.quick-links ul li a {
    color: #d6d6d6;

    font-size: 13px;
    transition: all .3s ease;
}

.quick-links ul li a:hover {
    color: #ce932b;
}

.quick-links ul li:hover i {
    color: #ce932b;
}

.widget-get-intouch ul li {
    /*    padding-left: 90px;*/
    font-size: 13px;
}

.widget-get-intouch ul li {
    margin-bottom: 10px;
    padding-left: 0;
}

.widget-get-intouch ul li.location {
    background: rgba(0, 0, 0, 0) url("../img/location.png") no-repeat scroll 0 7px;
}

.widget-get-intouch ul li.phone {
    background: rgba(0, 0, 0, 0) url("../img/phone.png") no-repeat scroll left top;
    background-position: 0px 8px;
}

.widget-get-intouch ul li.envelop {
    background: rgba(0, 0, 0, 0) url("../img/envelop.png") no-repeat scroll left top;
    background-position: 0 8px;
}

.widget-get-intouch ul li.website {
    background: rgba(0, 0, 0, 0) url("../img/website.png") no-repeat scroll left top;
    background-position: 0 4px;
}

/*End Footer widget area css */

.mainmenu .nav-holder ul li a:hover, .mainmenu .nav-holder ul li.active a, .mainmenu .nav-holder ul li:hover a, .mainmenu .nav-holder ul li:focus a {
    color: #FFFFFF;
    background-color: rgba(197, 173, 83, .5);
    border-bottom: 4px solid #c5ad53;
}


.scroll_top {
    width: 40px;
    display: inline-block;
    line-height: 40px;
    position: fixed;
    background: #b9a040;
    text-align: center;
    color: #fff;
    right: calc((100% - 1140px) / 3);
    bottom: 20px;
    transform: translateX(100%);
    z-index: 989;
    cursor: pointer;
}

/********* Header Area ***********/
header.header-area {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    width: 100%;
    z-index: 99;
}

header.header-area.is-sticky {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%
}

header.header-area.is-sticky .mainmenu .nav-holder > ul > li > a {
    line-height: 50px;
}

header.header-area.is-sticky .top-line {
    background-color: rgba(185, 160, 64, .65);
    border-bottom: 1px solid hsla(229, 49%, 22%, 1);
}

header.header-area.is-sticky .top-line .top-text {
    color: #FFF;
}

.mainmenu.navbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    z-index: 9;
    padding: 21px 0 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.is-sticky .mainmenu.navbar {
    padding: 0 0;
}


/*Modal Css Only*/

.modal-content {
    border-radius: 0;
}

.modal-header h3 {
    font-weight: bold;
    font-size: 22px;
}

.modal-body .contact-form {
    padding: 40px 40px;
    padding-top: 20px;
}

.modal-header {
    border-bottom: none;
}

.modal-body h4 {
    font-weight: bold;
    font-size: 24px;
    color: #1d2655;
}

.modal .modal-body .modal-boy-content {
    padding: 20px 40px;
}

.modal-body .modal-boy-content h3 {
    font-weight: bold;
    font-size: 28px;
    margin: 10px 0;
    color: #1d2655;
}

.modal-boy-conte .thumb-img {
    position: relative;
}

.modal-body .modal-boy-content .single-featured-icon {
    height: 80px;
    width: 80px;
    background-color: rgba(29, 39, 85, .7);
    position: absolute;
    right: 15px;
    bottom: 0;
    margin-left: -40px;
    margin-top: -40px;
    vertical-align: middle;
    padding: 30px 30px;
}

.modal-body .modal-boy-content .single-featured-icon i {
    text-align: center;
    color: #FFF;
    padding-right: 20px;
}

.modal-content .flaticon-briefcase:before {
    margin-left: -8px;
}

.modal-body .news-events {
    display: inline-block;
}

/* .tp-revslider-mainul .rev-slidebg img,
.tp-bgimg {  background-attachment: fixed; transition: all .1s ease; background-size: contain }
*/
.slicknav_nav li a {
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.btn-lng {
    background-color: transparent;
    border: none;
    color: #FFF;
    border-radius: 0;
    padding: 10px 12px;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
}

.dropdown-menu {
    background-color: transparent;
}

.dropdown-menu > li > a {
    background-color: rgba(29, 39, 85, .8);
    color: #FFF !important;
    padding: 8px 16px;
}

.dropdown-menu > li > a:hover {
    background-color: #b9a040;
    color: #FFF;
}

.call-info ul li .dropdown-menu {
    position: absolute;
    z-index: 9999;
}

.call-info ul li .dropdown-menu {
    right: 0;
    padding: 0;
    left: auto;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #FFF;
    background-color: #b9a040;
    border-color: #adadad;
}

#global_map {
    background-color: #f6f6f6;
    padding: 40px 0;
}

#chartdiv {
    width: 100%;
    height: 400px;
}

#global_map .sec_pull {
    padding: 60px 10px;
}

#global_map .sec_pull h1.big_font {
    font-size: 60px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 18px;
    color: #1d2755;
    margin-top: 50px;
}

#global_map .sec_pull h1.big_font span {
    color: #c4ac53;
}

#global_map .sec_pull p {
    color: #333;
}

#news_slick_slider button.slick-prev.slick-arrow, #news_slick_slider button.slick-next.slick-arrow {
    bottom: -80px;
}

#news_slick_slider button.slick-prev.slick-arrow {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

#news_slick_slider button.slick-next.slick-arrow {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

#news_slick_slider button.slick-next:after {
    text-align: center;
    padding-left: 2px;
    line-height: 10px;
}

#news_slick_slider button.slick-prev:after {
    text-align: center;
    position: relative;
    top: -1px;
    left: -3px;
}

.visible-xs-only {
    display: none;
}

.logo .xs-logo {
    display: none;
}

#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.info_content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1d2755;
}

.info_content p {
    margin-bottom: 0;
    font-size: 12px;
}


/***
====================================================================
        Main Slider style
        NEW CR Modification 21 Jan 218 
====================================================================
***/


.xspl-layer {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
}

.horizontal {
    overflow: hidden;
}

.scroll-stage {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.horizontal .xspl-layer {
    float: left;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

