/*-----------------------------------------------------------------------------------
  Template Name: Simply Construction HTML Template.
  Template URI: #
  Description: Simply Construction is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: DevItems
  Version: 1.0


-----------------------------------------------------------------------------------
  
  CSS INDEX
  ===================

  01. Google fonts
  02. Scroll To Top
  03. About Area
  04. Service Area
  05. Offer Area
  06. Project Area
  07. Call to Action Area
  08. Team Area
  09. Testimonial Area
  10. Blog Area
  11. Brand Area
  12. Newsletter Area
  13. Counterup Area
  14. Google Map Area
  15. Bradcaump Area
  16. Our Mission Area
  17. Project Area
  18. Blog Details Area
  19. Single Service Area
  20. Single Project Area
  21. Contact Area
  22. Log In Register Area

-----------------------------------------------------------------------------------*/


/*----------------------------------------*/
/*  1. Google fonts
/*----------------------------------------*/

/*

    font-family: 'Raleway', sans-serif;

    font-family: 'Open Sans', sans-serif;

    font-family: 'Josefin Sans', sans-serif;


*/


/*---------------------------------------
  02. Scroll To Top
----------------------------------------*/
 #scrollUp {
    border-radius: 39px;
    bottom: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 28px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 45px;
    z-index: 200;
    bottom: 15px;
}
#scrollUp:hover {
}

@-webkit-keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@-moz-keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
#scrollUp:hover i {
    animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
    height: 100%;
    left: 0;
    margin-bottom: -25px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
#scrollUp i {
    color: #fff;
}
 #scrollUp {
    background: #0098da none repeat scroll 0 0;
}
 

/*---------------------------------------
  End Scroll To Top
----------------------------------------*/
/*---------------------------------------
  03. About Area
----------------------------------------*/ 

.about {
    margin-left: -15px;
    margin-right: -15px;
    transition: all 0.5s ease 0s;
}
.about__inner h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}
.about__inner h2:hover a{
    color: #000;
}
.about__inner p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}
.about__btn a {
    font-family: Raleway;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
.about__btn a:hover{
    color: #000;
}
.about__icon {
    position: relative;
    text-align: right;
    top: -11px;
}
.about__btn {
    margin-top: 10px;
}
.about {
    /*background: #fff none repeat scroll 0 0;*/
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}
.about__inner.about__hober__info {
    background: #0098da none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transition: all 0.5s ease 0s;
}
.about__inner.about__hober__info.active {
    transform: scaleY(1);
}

.about__inner {
  background: #1f2d30 none repeat scroll 0 0;
  padding: 60px 26px 22px;
}
.about:hover .about__inner.about__hober__info {
    transform: scaleY(1);
}
.about__inner.about__hober__info h2 {
    padding-top: 20px;
}
.about__inner.about__hober__info .about__icon {
    top: 31px;
}
.about__icon img {
    max-height: 39px;
}

/*-----------------------
About 2
--------------------------*/

.about--2 .about__inner {
    background: #fafafa none repeat scroll 0 0;
}
.about--2 .about__inner h2 {
    color: #1f2d30;
}
.about--2 .about__inner p {
    color: #606060;
}
.about--2 .about__btn a {
    color: #1f2d30;
}
.about--2 .about__inner.about__hober__info {
    background: #0098da none repeat scroll 0 0;
}
.about--2 .about__inner.about__hober__info h2 {
    color: #fff;
}
.about--2 .about__inner.about__hober__info p {
    color: #fff;
}
.about--2 .about__inner.about__hober__info .about__btn a {
    color: #fff;
}

.text__pos {
    position: relative;
        background: #dbb317;

}
.text__shape {
    left: 128px;
    position: absolute;
    top: 50%;
}
.text__shape h2 {
    color: #f7f7f7;
    font-family: Josefin Sans;
    font-size: 120px;
    font-weight: 700;
    letter-spacing: 15px;
    writing-mode: vertical-rl;
    transform: rotate(180deg) translateY(50%)  translateX(0);
}

/*---------------------------------------
  04. Service Area
----------------------------------------*/ 

.section__title h2.title__line {
    color: #1f2d30;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.section__title p {
    color: #000;
    margin: 21px auto auto;
    width: 57%;
}
.service__thumb a img {
    width: 100%;
}
.service__thumb {
    position: relative;
}
.service__section__wrap .service__thumb {
  margin-left: -15px;
}
.service__hover {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 2;
}
.service__hover::before {
    background: #0098da none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.85;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.service__action {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.service__action a {
    color: #fefefe;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.4s ease 0s;
}
.service__action a:hover {
    color: #000;
}
.service__details h2 {
    color: #1f2d30;
    font-size: 20px;
    font-weight: 700;
    margin-top: 18px;
    text-align: center;
    text-transform: uppercase;
}
.service:hover .service__hover {
    opacity: 1;
}

.container-fluid .section__title p {
    width: 34%;
}
/*Service Page*/

.service__page .service {
    margin-top: 70px;
}
.service__page .service__section__wrap{
    margin-top: -10px;
}

.service--2 .container-fluid .section__title p {
    margin-bottom: inherit;
    margin-left: inherit;
    margin-right: inherit;
    margin-top: 21px;
    text-align: left;
    width: 72%;
}

/*---------------------------------------
  05. Offer Area
----------------------------------------*/ 

.offer {
    display: flex;
    padding:10px;
}

.ft__menu .fa{
    font-size:20px;
    padding:10px;
    color:white;
}

.offer__details ul li{
    line-height:2.5;
}

.mt--4{
    margin-top: 33px;
}

.offer__icon img {
    max-width: 47px;
}
.offer__icon {
    margin-right: 18px;
}
.offer__details p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  padding-right: 8px;
  text-align: justify;

}

#for-backkk{
   box-shadow: rgb(0 0 0 / 15%) 0px 0px 24px 0px;
   background:#dbb317;
clip-path: polygon(50% 0%, 100% 14%, 100% 100%, 0 100%, 0 11%);
 
}


#for-backkk-1{
   box-shadow: rgb(0 0 0 / 15%) 0px 0px 24px 0px;
       background: #ecbb06;

}

.var{

    padding-bottom:20px;
        font-size: 14px;
        color:white;
}

a:hover, a:focus, a:active {
    color: #f0cb5b;
}

.neet li{
    padding-top:20px;
    padding-bottom:20px;
}

.offer__details h2 {
    color: #dbb317;
    font-size: 19px;
    padding-top:10px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.offer.separator {
    position: relative;
}
.offer.separator::before {
    background: rgba(0, 0, 0, 0) url("images/icons/line.png") no-repeat scroll 100% 100% / cover ;
    content: "";
    height: 100%;
    left: -17px;
    position: absolute;
    top: 0;
    width: 1px;
    }

 /*Offer Style 2*/
.htc__offer__area{
    position: relative;
}

.htc__offer__2 .htc__offer__thumb {
    position: absolute;
    right: 0;
    top: 0;
    width: 44%;
}
.htc__offer__2 .htc__offer__container .offer + .offer {
    margin-top: 50px;
}
.htc__offer__2 .htc__offer__container {
    padding: 69px 0;
}
.htc__offer__2 .offer__details h2 {
    font-size: 20px;
    margin-bottom: 3px;
}

.htc__offer__area.htc__offer--2 {
    padding-top: 130px;
        padding-bottom: 30px;
        background: #0097d8;
}
.htc__offer--2 .h1__offer__image {
  position: absolute;
  right: 3%;
  top: -40%;
  width: 21%;
  z-index: 3;
}

.about__inner a{
    font-size:16px;
}

/*---------------------------------------
  06. Project Area
----------------------------------------*/

.project{
    margin-left: -15px;
    margin-right: -15px;
}

.project__thumb {
    position: relative;
    z-index: 4;
}
.project__hover__info {
    background: rgba(0, 192, 218, 0.9) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1;
}
.project__action {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 5;
}
.project__action h2 {
    color: #fefefe;
    font-size: 20px;
    font-weight: 700;
}
.project__hover__info::before {
    border: 1px solid #fff;
    bottom: 50px;
    content: "";
    height: auto;
    left: 45px;
    position: absolute;
    right: 45px;
    top: 50px;
    width: auto;
    z-index: 2;
}

.project__action h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 17px;
}
.project__action > h2:hover a {
    color: #000;
}
.project__action h2 a {
    transition: all 0.4s ease 0s;
}
.project:hover .project__hover__info,
.project__itm:hover .project__hover__info {
    opacity: 1;
}

.project__thumb a {
    display: block;
}
.project__thumb a img {
    width: 100%;
}
.project__itm{
    margin-top: 30px;
}

/*---------------------------------------
  07. Call to Action Area
----------------------------------------*/

.callto__action__wrap {
    align-items: center;
    display: flex;
    height: 175px;
    justify-content: space-between;
}
.callto__action__wrap h2 {
    color: #fffffe;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.htc__btn--transparent {
    border: 1px solid #fff;
    display: inline-block;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 700;
    height: 45px;
    line-height: 44px;
    padding: 0 36px;
    transition: all 0.5s ease 0s;
}
.htc__btn--transparent:hover {
    background: #0098da none repeat scroll 0 0;
    border: 1px solid #fcc236;
    color: #fff;
}
.callto__action__wrap{
    position: relative;
    z-index: 1;
}


/*---------------------------------------
  08. Team Area
----------------------------------------*/

.team__inner {
    position: relative;
}
.team__hover__info {
    background: rgba(252, 194, 54, 0.85) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 25px 0;
    position: absolute;
    transform: scaleY(0);
    transform-origin: center bottom 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.team__social__link {
    display: flex;
    justify-content: center;
}
.team__social__link li a {
    color: #000;
}
.team__social__link li {
    margin: 0 13px;
}
.team__social__link li a i {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #fcc236;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 30px;
}
.team__social__link li a:hover i {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.team__details {
    background: #1f2d30 none repeat scroll 0 0;
    border-top: 1px solid #ffffff;
    padding: 23px 0;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.team__details h2 a{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
}
.team__details h2 {
  line-height: 14px;
}
.team__details h2 a:hover{
    color: #000;
}
.team__details h4 {
    color: #ffffff;
    font-family: Open Sans;
    font-weight: 300;
    margin-top: 10px;
    text-transform: capitalize;
}
.team:hover .team__details {
    background: #0098da none repeat scroll 0 0;
}
.team:hover .team__hover__info {
    transform: scaleY(1);
}
.htc__team__container{
    position: relative;
    z-index: 2;
}
.team {
    margin-top: 30px;
}
/*-------------------
    Team 2
--------------------*/


.h1__team--one .team__social__link {
    display: block;
    margin-top: -15px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.h1__team--one .team__social__link li {
    margin: 15px 0;
}
.h1__team--one .team__hover__info {
    bottom: auto;
    height: 100%;
    left: 0;
    padding: 0;
    top: 0;
    transform: scaleX(0);
    width: 85px;
}
.h1__team--one .team:hover .team__hover__info {
    transform: scaleX(1);
}

/*---------------------------------------
  09. Testimonial Area
----------------------------------------*/


.reguest__quote,
.htc__testimonial__wrap{
    position: relative;
    z-index: 2;
}
.htc__testimonial__area .section__title p {
    margin-bottom: inherit;
    margin-left: inherit;
    margin-right: inherit;
    margin-top: 20px;
    width: 100%;
}
.htc__testimonial__area .section__title{
    margin-bottom: 47px;
}
.section__title.text-left {
    margin-bottom: 47px;
}
.testimonial {
    align-items: center;
    display: flex !important;
    position: relative;
}
.testimonial__thumb img {
    width: 100%;
}
.testimonial__thumb {
    margin-right: 40px;
    min-width: 55%;
}
.testimonial__activation--2 .testimonial__thumb {
      margin-right: 25px;
      min-width: 37%;
}
.testimonial__activation--2 .testimonial__details p {
      font-style: italic;
      padding-right: 19px;
}
.testimonial__details h2 {
    color: #303030;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    text-transform: capitalize;
}
.testimonial__details h4 {
    color: #606060;
    font-family: open sans;
    font-size: 14px;
    margin-top: 7px;
}
.single__cl__form {
    display: flex;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.single__cl__form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    height: 40px;
    line-height: 40px;
    margin: 0 15px;
    padding: 0 20px;
    width: 50%;
    color: #606060;
}
.single__cl__form input::-moz-placeholder {
    color: #606060 !important;
}
.single__cl__message textarea::-moz-placeholder {
    color: #606060 !important;
    opacity: 1;
}
.clint__submit__btn a {
    padding: 0 17px;
}
.single__cl__message textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    margin-bottom: 22px;
    min-height: 155px;
    padding-left: 20px;
    padding-top: 12px;
}
.htc__testimonial__wrap .slick-dots {
    bottom: -29px;
    right: -57px;
}
.htc__testimonial__wrap .slick-dots li.slick-active button::before,
.htc__testimonial__wrap .slick-dots li button:hover::before {
    background: #0098da none repeat scroll 0 0;
    opacity: 1;
}

.htc__testimonial__wrap .slick-dots li button::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 10px;
    opacity: 1;
    width: 10px;
    transition: 0.4s;
}
.htc__testimonial__wrap .slick-dots li {
    height: 10px;
    margin: 0;
    padding: 0;
    width: 10px;
}
.htc__testimonial__wrap .slick-dots li + li {
    margin-left: 10px;
}
.tes__icon i {
    color: #c7c0c0;
    font-size: 18px;
    margin-bottom: 18px;
}
/*----------------------------
    Testimonial 2
-----------------------------*/

.htc__testimonial__area.testimonial__2 .section__title p {
    margin: 0;
}
.htc__testimonial__left h2.title__line {
    color: #1f2d30;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.htc__testimonial__left p + p {
    margin-top: 15px;
}
.testimonial__2 .htc__testimonial__wrap .slick-dots {
    bottom: -40px;
    left: -99%;
    right: auto;
}
.testimonial__2 .htc__testimonial__left p {
  padding-right: 14px;
}
.testimonial__2 .testimonial__details h2 {
  margin-top: 17px;
}

.post__thumb img {
    width: 100px;
}

.blog-inner li {
    list-style: disc !important;
}
/*---------------------------------------
  10. Blog Area
----------------------------------------*/
.blog-inner img {
    height: auto !important;
}
.blog__thumb a {
    display: block;
}
.blog__thumb a img {
    height: 221px;
    width: 100%;
    object-fit: cover;
}
.blog__thumb {
    padding-bottom: 24px;
    position: relative;
}
.blog__hover__info {
    bottom: 0;
    left: 0;
    padding: 0 26px;
    position: absolute;
    width: 100%;
    z-index: 5;
}
.blog__meta {
    align-items: center;
    background: #0098da none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 25px;
    display: flex;
    height: 50px;
    justify-content: center;
    padding: 0 25px;
    transition: 0.4s;
}
.blog:hover .blog__meta{
    background: #0098da;
}
.blog:hover .blog__meta li a,
.blog:hover .blog__meta li{
    color: #1f2d30;
}

.blog__meta li a {
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    transition: 0.4s;
}
.blog__meta li a:hover{
    color: #fcc236;
}
.blog__meta li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: 0.4s;
}
.blog__meta li + li {
    margin-left: 20px;
}

.blog__details h2 {
    color: #606060;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 25px;
    text-transform: uppercase;
}
.blog__btn a {
    color: #b6b6b6;
    font-family: Raleway;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.blog__btn a i {
    padding-left: 9px;
}
.blog__btn a:hover {
    color: #fcc236;
}
.blog__btn {
    margin-top: 16px;
}
.blog{
    margin-top: 30px;
}
/*--------------------------
    Blog 2
----------------------------*/
.htc__blog--2 .blog__hover__info {
    padding: 0;
}
.htc__blog--2 .blog__meta {
    border: 2px solid transparent;
    border-radius: 0;
}
.blog--one,
.blog--two{
    margin-top: -30px;
}
.blog--two .blog__hover__info {
    padding: 0 86px;
}
.blog--three{
    margin-top: -60px;
}
.blog--three .blog {
    margin-top: 60px;
}
.blog--one .blog__hover__info {
    padding: 0 130px;
}
.blog__video {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
}
.blog__activation{
    position: relative;
}
.blog__activation .owl-nav div {
    height: 60px;
    left: 30px;
    line-height: 67px;
    position: absolute;
    top: 50%;
    width: 38px;
}

.blog__activation .owl-nav div.owl-next {
    left: auto;
    right: 30px;
}

.blog__activation.owl-theme .owl-nav [class*="owl-"] {
    background: rgba(207, 207, 208, 0.6) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}
.blog__activation .owl-nav div i {
    color: #303030;
    font-size: 30px;
}
.blog--details .htc__bl__dtl__inner {
    padding-right: 30px;
}
/*---------------------------------------
  11. Brand Area
----------------------------------------*/


.brand__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brand__list li a {
    display: block;
}
.htc__brand__area {
    padding-bottom: 125px;
    padding-top: 126px;
}

/*---------------------------------------
  12. Newsletter Area
----------------------------------------*/


.news__input input::-moz-placeholder {
    color: #979797;
    opacity: 1;
}

.newsletter__wrap {
    text-align: center;
}
.newsletter__wrap h2 {
    color: #1f2d30;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.newsletter__wrap h4 {
    color: #606060;
    font-family: Open Sans;
    font-size: 18px;
}
.newsletter__form {
    margin: 40px auto auto;
    width: 655px;
}
.htc__news__inner {
    position: relative;
}
.news__input input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #d7d7d7;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #979797;
    padding-bottom: 7px;
}
.clearfix.subscribe__btn {
    bottom: 0;
    position: absolute;
    right: 0;
}
.news__input {
    width: 500px;
}
.subscribe__btn input {
    background: #0098da none repeat scroll 0 0;
    border: 1px solid #0098da;
    color: #fff;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 700;
    height: 35px;
    padding: 0 20px;
    transition: all 0.3s ease 0s;
}
.subscribe__btn input:hover {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #000;
    color: #000;
}
.htc__newsletter__area {
    position: relative;
}
.newsletter__thumb {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    width: 21%;
}
/*---------------------------------------
  13. Counterup Area
----------------------------------------*/

.htc__counterup__wrap {
    align-items: center;
    display: flex;
    justify-content: space-around;
}
.fact__count span.count {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.fact__title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 6px;
    text-transform: uppercase;
}
.h1__countdown .htc__callto__action h2 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 18px;
}
.h1__countdown .htc__callto__action {
    padding-bottom: 100px;
    padding-top: 100px;
}
.h1__countdown .htc__call__btn {
    margin-top: 36px;
}
.h1__countdown .htc__callto__action p {
    width: 65%;
}
.h1__countdown .htc__counterup__wrap {
    height: 145px;
    padding: 0 157px;
}
.counterup__left__thumb {
    margin-left: -15px;
        margin-right: 34px;
}




/*---------------------------------------
  14. Google Map Area
----------------------------------------*/


.map-contacts{
    position: relative;
}
#googleMap {
    height: 436px;
    width: 100%;
}
.htc__contact__address--2 {
    background: rgba(31, 45, 48, 0.92) none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    right: 18%;
}
.htc__contact__address--2 .map-contacts {
    position: relative;
}
.htc__contact__address--2 .htc__contact__wrap {
    display: block;
}
.htc__contact__address--2 .htc__contact__wrap {
    padding: 0 40px;
}
.htc__contact__address--2 .htc__contact__wrap .ht__address__inner + .ht__address__inner {
    margin-top: 40px;
}

/*---------------------------------------
  15. Bradcaump Area
----------------------------------------*/


.ht__bradcaump__wrap {
    align-items: center;
    display: flex;
    height: 400px;
    position: relative;
    z-index: 2;
}

@media(max-width:1200px){
    .ht__bradcaump__wrap{
        height:180px;
    }
}

.drop a:hover{
    color:#0098da !important;
}

.bradcaump__inner h2.bradcaump-title {
    color: #fdfdfd;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
}
.bradcaump-inner span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.bradcaump-inner a {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.bradcaump-inner {
    margin-top: 6px;
}
.brd-separetor {
    padding: 0 7px;
}
.htc__bst__btn .htc__btn {
    padding: 0 36px;
}

/*---------------------------------------
  16. Our Mission Area
----------------------------------------*/

.htc__mission__area {
    position: relative;
}
.htc__offer__thumb {
    position: absolute;
    right: 0;
    top: 0;
}
.htc__mission__container {
    padding: 89px 0;
}
.htc__mission__container .single__mission + .single__mission {
    margin-top: 50px;
}
.single__mission h2 {
    color: #1f2d30;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.single__mission p {
    padding-right: 33px;
}




/*---------------------------------------
  17. Project Area
----------------------------------------*/

.project--one{
    margin-top: -20px;
}

.project--one .project {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
}

/*---------------------------------------
  18. Blog Details Area
----------------------------------------*/

.sidebar__separator{
    margin-top: 30px;
}

.htc__category {
    padding: 40px;
    text-align: center;
}
.cat__list li a {
    color: #606060;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.cat__list li {
    border-bottom: 1px dashed #e1e1e1;
    padding: 15px 0;
}
.cat__list li:first-child {
    padding-top: 0;
}
.cat__list li:hover a {
    color: #fcc236;
}
.sidebar__title {
    border-bottom: 1px dashed #e1e1e1;
    color: #303030;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.htc__search__area {
    padding: 40px;
}
.pro__input__box {
    position: relative;
}
.pro__input__box i {
  background: #1f2d30 none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 33px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 33px;
}
.pro__input__box input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #c5c5c5;
    height: 35px;
    padding: 0 34px 0 15px;
    position: relative;
}
.pro__input__box i:hover {
    background: #0098da none repeat scroll 0 0;
}
.htc__category {
    padding: 40px;
    text-align: center;
}
.cat__list li a {
    color: #606060;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.cat__list li {
    border-bottom: 1px dashed #e1e1e1;
    padding: 15px 0;
}
.cat__list li:first-child {
    padding-top: 0;
}
.cat__list li:hover a {
    color: #fcc236;
}
.htc__broc {
    padding: 40px 19px;
}
.brocure__list li a {
    color: #606060;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.brocure__list li a i {
    color: #606060;
    font-size: 18px;
    padding-right: 14px;
}
.brocure__list li + li {
    border-top: 1px dashed #e1e1e1;
    margin-top: 20px;
    padding-top: 20px;
}
.brocure__list li a:hover {
    color: #fcc236;
}
.htc__recent__post {
    padding: 40px 20px;
}
.htc__single__post {
    border-top: 1px dashed #e1e1e1;
    display: flex;
    padding-bottom: 20px;
    padding-top: 20px;
}
.post__thumb {
    margin-right: 15px;
    min-width: 60px;
}
.post__details h4 {
    color: #303030;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}
.post__meta span {
    color: #606060;
    font-size: 12px;
}
.build__dream__inner h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    padding-right: 14px;
    text-align: center;
}
.build__btn {
    margin-top: 18px;
    text-align: center;
}
.build__btn .htc__btn {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
}
.htc__build__dream {
    height: 237px;
    padding-top: 40px;
}
.recent__post__wrap .htc__single__post:first-child {
    border-top: 0 none;
    padding-top: 0;
}
.htc__tag {
    padding: 40px;
}
.tag__list li a {
    color: #606060;
}
.tag__list {
    display: flex;
    flex-flow: row wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.tag__list li {
    margin: 0 5px 10px;
}
.tag__list li a {
    border: 1px solid #e1e1e1;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0 9px;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}
.tag__list li a:hover {
    background: #0098da none repeat scroll 0 0;
    border: 1px solid #fcc236;
    color: #fff;
}
/*Blog Details Leftsidebar*/

.htc__blog__details__page .blog__hover__info {
    padding: 0 145px;
}
.htc__blog__details__page .blog__meta {
  justify-content: space-around;
  padding: 0 50px;
}
.htc__blog__details h2 {
    color: #606060;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 27px;
    margin-top: 30px;
    text-transform: uppercase;
}
blockquote {
    background: #fafafa none repeat scroll 0 0;
    border-left: 0 none;
    color: #606060;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    margin: 50px 0;
    padding: 30px 54px 30px 70px;
}

.bl__dtl p {
    color: #606060;
    font-size: 14px;
    line-height: 24px;
}
.bl__dtl p + p {
    margin-top: 22px;
}

.bl__post__share {
    display: flex;
    margin-bottom: 70px;
    margin-top: 47px;
}
.bl__post__link {
    display: flex;
}
.bl__post__link li a i {
    color: #bbbbbb;
}
.bl__post__link li + li {
    padding-left: 25px;
}
.bl__post__share span {
    color: #bbbbbb;
    font-size: 16px;
    font-weight: 600;
    padding-right: 18px;
}
.title__line--3 {
    color: #1f2d30;
    display: inline-block;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.title__line--3::before {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.single__comment {
    display: flex;
}
.bl__comment__thumb {
    margin-right: 24px;
    min-width: 15%;
}
.bl__comment__thumb img {
    width: 100%;
}
.bl__comment__meta {
    align-items: center;
    display: flex;
    margin-bottom: 2px;
}
.bl__comment__meta h2 {
    color: #1f2d30;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    margin-right: 9px;
}
.bl__comment__meta span {
    font-size: 16px;
    font-weight: 600;
    margin: 0 9px;
}
.bl__remply {
    display: flex;
}
.bl__remply li a {
    color: #bbbbbb;
    text-transform: capitalize;
    transition: 0.4s;
}
.bl__remply li a:hover{
    color: #fcc236;
}
.bl__remply li + li {
    margin-left: 30px;
}
.bl__comment__form {
    margin-top: 70px;
}
.bl__form__inner {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.single__form {
    margin: 0 15px;
    width: 50%;
}
.bl__input__box {
}
.single__form .bl__input__box + .bl__input__box {
    margin-top: 18px;
}
.single__form .bl__input__box span {
    color: #606060;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.bl__input__box input {
    border: 1px solid #ebebeb;
    height: 35px;
    padding: 0 10px;
}
.bl__comnt__btn {
    margin-top: 24px;
}
.bl__comnt__btn a.htc__btn {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
}
.single__form span {
    color: #606060;
    display: inline-block;
    margin-bottom: 7px;
    text-transform: capitalize;
}
.single__form textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    min-height: 200px;
}
.single__comment.reply {
    margin-bottom: 65px;
    margin-left: 88px;
    margin-top: 65px;
}

.pre__next__btn li a {
    color: #bbbbbb;
    font-size: 16px;
    text-transform: capitalize;
}
.pre__next__btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}
.pre__next__btn li a i {
    border: 1px solid #e1e1e1;
    display: inline-block;
    height: 25px;
    line-height: 22px;
    text-align: center;
    width: 25px;
}
.pre__next__btn li a i.fa.fa-angle-left {
    margin-right: 11px;
}
.pre__next__btn li a i.fa.fa-angle-right {
    margin-left: 11px;
}


/*---------------------------------------
  19. Single Service Area
----------------------------------------*/

.prodict-det-small li {
    padding: 0 10px;
    width: 25%;
}
.ht-portfolio-full-image .tab-pane img {
    width: 100%;
}
.prodict-det-small {
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
}
.prodict-det-small li a {
    display: block;
}
.prodict-det-small li a img {
    width: 100%;
}
.htc__service__dtl {
    margin-top: 55px;
}
.title__line--4 {
    color: #1f2d30;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.htc__ser__dtl__inner .htc__ser__dtl .title__line--4 {
  font-size: 24px;
}
.htc__ser__dtl__inner {
    display: flex;
    justify-content: space-between;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 47px;
}
.htc__ser__dtl__inner .htc__ser__dtl {
    padding: 0 25px;
    width: 50%;
}

/*---------------------------------------
  20. Single Project Area
----------------------------------------*/


.pro__dtl__inner {
    padding: 70px 40px;
}
.pro__dtl__content {
    display: flex;
}
.pro__dtl__list li {
    color: #1f2d30;
    font-family: Open Sans;
    font-size: 16px;
}
.pro__dtl__list.font__bold li {
    color: #1f2d30;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.pro__dtl__list li + li {
    padding-top: 24px;
}
.pro__dtl__inner h2 {
    color: #1f2d30;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 43px;
    text-transform: uppercase;
}
.pro__dtl__list.font__bold {
    padding-right: 20px;
}
.download__project {
    margin-top: 20px;
    padding: 51px 0;
    text-align: center;
}
.download__project h2 {
    color: #fcc236;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.htc__pro__desc__container {
    display: flex;
    justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 70px;
}
.single__project__details h2 {
    color: #1f2d30;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.single__project__details {
    margin: 0 20px;
    width: 33.33%;
}
.single__project__details p + p {
    margin-top: 11px;
}
.facts__list li a {
    color: #606060;
    font-size: 14px;
    transition: all 0.3s ease 0s;
}
.facts__list li + li {
    margin-top: 20px;
}
.facts__list {
    margin-top: 25px;
}
.facts__list li a i {
    padding-right: 10px;
}
.facts__list li a:hover {
    color: #fcc236;
}

/*---------------------------------------
  21. Contact Area
----------------------------------------*/

.title__line--5 {
    color:#0098da;
    display: inline-block;
    font-family: Open Sans;
    font-weight: 700;
    padding-bottom: 18px;
    position: relative;
    text-transform: uppercase;
}
.htc__contact__inner p {
    margin-top: 37px;
    width: 76%;
}
.title__line--5::before {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.htc__address__container {
    display: flex;
    margin-top: 50px;
}
.ct__address {
    display: flex;
}
.ct__address__icon i {
    border: 1px solid #696969;
    border-radius: 100%;
    color: #606060;
    font-size: 30px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    width: 47px;
}
.htc__address__container .ct__address + .ct__address {
    margin-left: 115px;
}
.ct__details p a {
    color: #606060;
    font-weight: 600;
    transition: all 0.4s ease 0s;
}
.ct__details p {
    font-weight: 600;
}
.ct__address__icon {
    margin-right: 18px;
}
.ct__details p a:hover {
    color: #fcc236;
}
#googleMap {
    height: 470px;
    width: 100%;
}
.map__contacts{
    margin-top: 50px;
}

.htc__contact__form__wrap {
    margin-top: 100px;
}
.single-contact-inner {
    display: flex;
    margin-left: -28px;
    margin-right: -28px;
    margin-top: 48px;
}
.single-contact-form {
    padding: 0 28px;
    width: 50%;
}
.contact-box span {
    color: #606060;
    display: inline-block;
    font-size: 14px;
    padding-bottom: 9px;
}
.contact-box + .contact-box {
    margin-top: 17px;
}
.contact-box input {
    border: 1px solid #ebebeb;
    height: 35px;
    padding: 0 10px;
}
.contact-btn {
    margin-top: 25px;
}
.contact-box.message textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    min-height: 205px;
}
.contact-btn .htc__btn {
  font-size: 12px;
  height: 35px;
  line-height: 34px;
  padding: 0 28px;
  text-transform: uppercase;
}





/*------------------------------
  22. Log In Register Area
--------------------------------*/

.single__tabs__panel.tab-pane:not(.active) {
    display: none;
}

.login__register__menu {
    display: flex;
    justify-content: center;
    margin: 0 auto 51px;
    max-width: 370px;
}
.login__register__menu li a {
    color: #000000;
    font-size: 36px;
    transition: all 0.4s ease 0s;
}
.login__register__menu li {
    padding: 0 20px;
}
.login__register__menu li.active a {
    color: #fcc236;
}
.login__register__menu li a:hover {
    color: #fcc236;
}
.htc__login__register__wrap {
    margin: 0 auto;
    max-width: 370px;
}
.login input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #8e8e8e;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #686868;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    width: 100%;
    background: transparent;
}
.login input + input {
    margin-bottom: 20px;
    margin-top: 40px;
}
.tabs__checkbox span.forget a{
    float: right;
    color: #fcc236;
    font-size: 12px;
}
.tabs__checkbox label {
    bottom: 2px;
    color: #999;
    font-size: 15px;
    padding-left: 9px;
    position: relative;
    text-transform: capitalize;
    font-weight: normal;
    cursor: pointer;
}
.tabs__checkbox {
    margin-bottom: 20px;
}
.tabs__checkbox span {
    color: #686868;
    text-transform: capitalize;
    padding-left: 5px;
}
.htc__login__btn a {
    border: 1px solid #d5d5d5;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    width: 150px;
    color: #4b4b4b;
    text-transform: uppercase;
}
.htc__login__btn {
    text-align: center;
}
.login input:last-child {
    margin-top: 14px;
}
.htc__social__connect h2 {
    color: #000;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 50px;
    text-transform: capitalize;
    font-weight: 500;
}
.htc__soaial__list {
    display: flex;
    justify-content: center;
}
.htc__soaial__list li a {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 35px;
}
.user__meta__inner .htc__soaial__list {
    justify-content: space-between;
}
.htc__soaial__list li a i {
    color: #fff;
    font-size: 16px;
}
.htc__social__connect {
    text-align: center;
}
.htc__soaial__list li + li {
    margin-left: 10px;
}
.login input::-moz-placeholder {
    color: #686868 !important;
    font-size: 16px !important;
}
.htc__login__btn a:hover{
    background: #fcc236;
    color: #fff;
    border: 1px solid #fcc236;
}

	/* for gallery */
	        .portfolio-menu {
    text-align: center;
    margin: 30px auto;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    color:#1f2d30;
    list-style: none;
    padding: 10px 15px;
    border: 1px solid #0098da;
    cursor: pointer;
    transition: all .5 ease;
}

.portfolio-menu ul {
    padding:0;
}

.portfolio-menu ul li:hover {
    background: #333e40;
    color: #fff;
}

.portfolio-menu ul li.active {
    background: #0098da;
    color: #fff;
}

.portfolio-item {
    max-width: 1000px;
    margin: 30px auto;
}

.portfolio-item .item {
    width: 33.3%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
}

.portfolio-item .item div {
    height: 280px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .portfolio-item .item {
    width: 50%;
    padding:0 15px;
}
}

@media screen and (max-width: 640px) {
  .portfolio-item .item {
    width: 100%;
}
}


/*-------------------------------
    Mobile Menu
------------------------------*/

.mean-container .mean-bar {
  min-height: 0;
  padding: 0;
}
.mean-container a.meanmenu-reveal {
  margin-top: -88px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}


.products{
           margin-top: 15px;
 
   
}

.text--theme {
    color: #0098da;
}

.title__line{
    color: #1f2c2f;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

/*.owl-carousel {*/
/*	.owl-stage {*/
/*		display: flex;*/
/*	}*/
/*	.owl-item {*/
/*		display: flex;*/
/*		flex: 1 0 auto;*/
/*	}*/
/*	.thumbnail {*/
/*		display: flex;*/
/*		flex-direction: column;*/
/*		margin: 0 15px;*/
/*	}*/
		
/*		.caption {*/
/*			display: flex;*/
/*			flex: 1 0 auto;*/
/*			flex-direction: column;*/
/*		}*/
			
/*			.flex-text {*/
/*				flex-grow: 1;*/
		
		
/*	}*/
	
	.htc__header__search input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #e1e1e1;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #bfbfbf;
    line-height: 25px;
    padding-bottom: 2px;
    padding-right: 23px;
    padding-top: 15px;
    width: 100%;
}

.copyright__inner:hover a {
    color: black;
}


    .login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
.login-logo{
    position: relative;
    margin-left: -41.5%;
}
.login-logo img{
   position: absolute;
    width: 15%;
    margin-left: 13%;
    margin-top: 38%;
    background: #282726;
    border-radius: 4.5rem;
    padding: 5%;
}
.login-form-1{
    padding: 5%;
    background:#282726;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
    text-align: center;
    margin-bottom:5%;
    color:#fff;
    font-size:25px;
}
.login-form-2{
    padding: 5%;
    background: #f05837;
}
.login-form-2 h3{
    text-align: center;
    margin-bottom:5%;
    font-size:25px;
    color: #fff;
}
.btnSubmit{
    font-weight: 600;
    width: 50%;
    color: #282726;
    background-color: #fff;
    border: none;
    border-radius: 1.5rem;
    padding:2%;
}
.btnForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.btnForgetPwd:hover{
    text-decoration:none;
    color:#fff;
}


.btn-primary {
  color: #fff;
       background-color: #f05837;
    border-color: #f05837;
    height: 36px;
    width: 117px;
    position: fixed;
    right: -41px;
    top: 61%;
    z-index: 1000;
    -webkit-transform: rotate( 
-90deg
 );
}


.owl-prev {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}


.owl-next {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}


/* Owl Carousel */


/* Popup Text */

/*.white-popup-block {*/
/*  background: #FFF;*/
/*  padding: 20px 30px;*/
/*  text-align: left;*/
/*  max-width: 650px;*/
/*  margin: 40px auto;*/
/*  position: relative;*/
/*}*/

/*.popuptext {*/
/*  display: table;*/
/*}*/
/*.popuptext p {*/
/*  margin-bottom: 10px;*/
/*}*/
/*.popuptext span {*/
/*  font-weight: bold;*/
/*  float: right;*/
/*}*/
/* Popup Text */

/* Icon CSS */
/*.item {*/
/*  position: relative;*/
/*}*/
/*.item i {*/
/*  display: none;*/
/*  font-size: 4rem;*/
/*  color: #FFF;*/
/*  opacity: 1;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  -webkit-transform: translate(-50%, -50%);*/
/*}*/
/*.item a {*/
/*  display: block;*/
/*  width: 100%;*/
/*}*/
/*.item a:hover:before {*/
/*  content: "";*/
/*  background: rgba(0, 0, 0, 0.5);*/
/*  position: absolute;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  z-index: 1;*/
/*}*/
/*.item a:hover i {*/
/*  display: block;*/
/*  z-index: 2;*/
/*}*/

.for-contt img{
    width:100%;
}

.htc__contact__inner {
    text-align: center;
    padding-bottom: 17px;
}

.btn-success{
    background: #0098da;
    border: 1px solid #0098da;
}

.btn-success:hover{
    background: black;
    border: 1px solid white;
}

.hygi{
    font-weight:bold;
    color:black;
}

.net_work{
    text-align:justify;

    padding-top:20px;
    padding-bottom:20px;
}

.box-for{

    height:350px;
    margin-top:20px;
    padding:50px;
        padding-top: 138px;margin-top:20px;
}

.p-0 {
     padding: 0px; 
}

.y {
    padding-top: 54px;
    text-align: justify;
}

@media(max-width:1200px){
    .y {
    padding-top: 0px;
    text-align: justify;
    line-height:2.4;
}
}

.vrc{

    line-height: 2.5;
        text-align: justify;
}

.bfffg{
  margin-top:50px;
}

@media(max-width:1200px){
    .bfffg{
        margin-top:10px !important;
    }
}

.vieww{
    color:#ffcb05;
    margin-top:35px;
}

@media(max-width:1200px){
    .vieww{
    color:#ffcb05;
    margin-top:5px;
    margin-bottom:5px;
}
}

.value{
    text-align:center;
    padding: 51px;
}

.fa-award {
    font-size: 15px;
    color: #0098da;
    padding-right: 5px;
}
.maping img {
    height: 370px;
}

#our-net{
    padding-top:8px;
    padding-bottom:30px;
    
}

.b1{
    
    background:black;
}




.service-block-container {
   display: flex;
   justify-content: center;
}

.service-block {
   min-width: 180px;
   width: 180px;
   height: 200px;
   position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
   transition: all 0.3s ease-in-out;
   overflow: hidden;
   display: flex;
   justify-content: center;
       border-radius: 15px;
   text-align: center;
   background-color: #fff;
   color: #666;
   border: 1px solid #ccc;
   margin-bottom: 30px;
   padding: 0 10px;
   
}

@media(max-width:1200px){
   .service-block {
   width: 85%;
   }
}


.service-underlay {
 position: absolute;
    height: 68px;
    bottom: 0px;
    left: 0;
    color:white;
    padding-bottom: 18px;
    right: -1px;
    background-color:#dbb317;
    padding-top: 18px;
    transition: all 0.3s ease-in-out;

}

.service-icon {
  position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    font-size: 50px;
    transition: all 0.3s ease-in-out;
    color: #0098da;

}

.service-name {
   margin: 0 auto;
       font-size: 14px;
   display: block;
   text-transform: Capitalize;
}

.service-desc {
   display: block;
   font-size: 12px;
   margin-top: 75px;
}

.service-underlay .cta {
   margin-top: 115px;
   display: inline-block;
   color: #fff;
   font-size: 14px;
}

.service-block:hover {
   transform: scale(1.1);
   cursor: pointer;
   border: 1px solid #0098da;
}

.service-block:hover .service-underlay {
   height: 200px;
   background-color: #0098da;
}

.service-block:hover .service-icon {
   color: #fff;
   transform: scale(1.5);
   top: 80px;
}

.service-block:hover .service-name {
   color: #fff;
   font-weight: bold;
}

.service-block:hover .service-desc {
   display: none;
}

.service-block .service-underlay .cta:hover {
   text-decoration: none;
}

.value{
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 40px;
}


.cont {
  width: 280px;
    /* margin: 40px; */
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 40px;
background-color: #0098da;
    background-image: linear-gradient(to bottom, #5253a4, #ffffff);
    border-radius: 5px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    text-align: center;
}
.cont hr {
  width: 50px;
  height: 3px;
  border: 0px;
  background-color: $colour-primary;
}
.cont form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cont input {
  margin: 8px;
  width: 180px;
}

.far.fa-envelope {
    color: white;
}

.newss{
    font-size:29px;
    color:white;
}

.mt-4{
    margin-top:25px;
}


.htc__offer__thumb__inner  {
    text-align:center;
        margin-top: 20px;
}


.htc__offer__thumb__inner img {
    width: 343px;
}

.bvhh{
       padding-top: 52px;
    text-align: justify;
        font-size: 15px;
}

.for-baa {
    text-align: center;
    margin-top: 40px;
}



.vrew ul li{
    line-height:2.5;
    text-align:justify;
}

.limg{
        margin-top: 31px;
    text-align:center;
}

.bg__cat--1 {
    background-color:#1f2d30;
}


.owl-prev {
    background: url(../images/slider/dot.png) left center no-repeat;
    height: 54px;
    position: absolute;
    top: 112%;
    width: 27px;
    z-index: 1000;
    left: 42%;
    cursor: pointer;
    color: transparent;
    /* margin-top: 148px; */
    autoplay:true,
autoplayTimeout:5000 
}

.owl-next {
    background: url(../images/slider/dot.png) right center no-repeat;
    height: 54px;
    position: absolute;
    top: 112%;
    width: 27px;
    z-index: 1000;
    right: 51%;
    cursor: pointer;
    color: transparent;
    margin-top: -27px;
}
.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}


/* Owl Carousel */


/* Popup Text */

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.popuptext {
  display: table;
}
.popuptext p {
  margin-bottom: 10px;
}
.popuptext span {
  font-weight: bold;
  float: right;
}
/* Popup Text */

/* Icon CSS */
.item {
  position: relative;
}
.item i {
  display: none;
  font-size: 4rem;
  color: #FFF;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.item a {
  display: block;
  width: 100%;
}
/*.item a:hover:before {*/
/*  content: "";*/
/*  background: rgba(0, 0, 0, 0.5);*/
/*  position: absolute;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  z-index: 1;*/
/*}*/
.item a:hover i {
  display: block;
  z-index: 2;
}

.substain-p{
    padding:10px;
    text-align:justify;
}



h1.title {
    color: #dbb317;
    text-align: center;
    padding: 20px 0 5px !important;
    margin: 0 auto;
    display: block;
    font-weight: 300;
    letter-spacing: .04em;
}

@media(max-width:1200px){
  h1.title {
 
    padding: 00px 0 22px !important;
    
}  
}

.subh1{
    text-align: center;
    color: #ffcb05;
    padding-bottom: 10px;
        padding-bottom: 31px;
}

.corpo{
    /*padding:20px;*/
        padding-top: 50px;
}


/* our-leadership  */
.flex-container,
.flex-item {
  display: block !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-container.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-container.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-container.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-container.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-container.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-container.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container.wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-container.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-container.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-container.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-container.align-items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flex-container.align-items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-container.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-container.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-container.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-container.justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-container.justify-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex-container.align-content-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.flex-container.align-content-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.flex-container.align-content-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.flex-container.align-content-space-between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.flex-container.align-content-space-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.flex-container.align-content-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.flex-item.align-self-auto {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.flex-item.align-self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.flex-item.align-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.flex-item.align-self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flex-item.align-self-baseline {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.flex-item.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.flex-item.flex-grow1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-item.flex-grow2 {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.flex-item.flex-grow3 {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.flex-item.flex-grow4 {
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
}
.leadership_section_wrapper {

  padding: 20px 0 40px;
}
.leadership_section_wrapper .leadership_section {
    max-width: 76%;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  min-height: 80vh;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .leadership_section_wrapper .leadership_section {
    padding: 0;
        max-width:100%;
  }
}
.leadership_section_wrapper .leadership_section .a_leader {
  -webkit-flex-basis: calc(33.33% - 20px);
  -ms-flex-preferred-size: calc(33.33% - 20px);
  flex-basis: calc(33.33% - 20px);
  margin: 10px;
  background-color: white;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(19, 57, 54, 0.3),
    0 2px 18px rgba(19, 57, 54, 0.3);
  box-shadow: 0 1px 3px rgba(19, 57, 54, 0.3), 0 2px 18px rgba(19, 57, 54, 0.3);
  display: block;
  padding-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .leadership_section_wrapper .leadership_section .a_leader {
    -webkit-flex-basis: calc(33% - 10px);
    -ms-flex-preferred-size: calc(33.3% - 10px);
    flex-basis: calc(33% - 10px);
    margin: 5px;
  }
}

.leadership_section_wrapper .leadership_section .a_leader:nth-child(1) {
  -webkit-flex-basis: calc(45% - 20px);
  -ms-flex-preferred-size: calc(33.33% - 20px);
  flex-basis: calc(45% - 20px);
  margin: 10px;
  background-color: white;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(19, 57, 54, 0.3),
    0 2px 18px rgba(19, 57, 54, 0.3);
  box-shadow: 0 1px 3px rgba(19, 57, 54, 0.3), 0 2px 18px rgba(19, 57, 54, 0.3);
  display: block;
  padding-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .leadership_section_wrapper .leadership_section .a_leader:nth-child(1) {
    -webkit-flex-basis: calc(45% - 10px);
    -ms-flex-preferred-size: calc(33.3% - 10px);
    flex-basis: calc(45% - 10px);
    margin: 5px;
  }
}

@media screen and (max-width: 540px) {
  .leadership_section_wrapper .leadership_section .a_leader:nth-child(1) {
    -webkit-flex-basis: calc(90% - 18px);
    -ms-flex-preferred-size: calc(50% - 18px);
    flex-basis: calc(90% - 18px);
    margin: 8px;
  }
}



.leadership_section_wrapper .leadership_section .a_leader:nth-child(2) {
  -webkit-flex-basis: calc(45% - 20px);
  -ms-flex-preferred-size: calc(33.33% - 20px);
  flex-basis: calc(45% - 20px);
  margin: 10px;
  background-color: white;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(19, 57, 54, 0.3),
    0 2px 18px rgba(19, 57, 54, 0.3);
  box-shadow: 0 1px 3px rgba(19, 57, 54, 0.3), 0 2px 18px rgba(19, 57, 54, 0.3);
  display: block;
  padding-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .leadership_section_wrapper .leadership_section .a_leader:nth-child(2) {
    -webkit-flex-basis: calc(45% - 10px);
    -ms-flex-preferred-size: calc(33.3% - 10px);
    flex-basis: calc(45% - 10px);
    margin: 5px;
  }
}
@media screen and (max-width: 540px) {
  .leadership_section_wrapper .leadership_section .a_leader:nth-child(2) {
    -webkit-flex-basis: calc(90% - 18px);
    -ms-flex-preferred-size: calc(50% - 18px);
    flex-basis: calc(90% - 18px);
    margin: 8px;
  }
}





@media screen and (max-width: 700px) {
  .leadership_section_wrapper .leadership_section .a_leader {
    -webkit-flex-basis: calc(50% - 18px);
    -ms-flex-preferred-size: calc(50% - 18px);
    flex-basis: calc(50% - 18px);
    margin: 8px;
  }
}
@media screen and (max-width: 540px) {
  .leadership_section_wrapper .leadership_section .a_leader {
    -webkit-flex-basis: calc(100% - 18px);
    -ms-flex-preferred-size: calc(100% - 18px);
    flex-basis: calc(100% - 18px);
    margin: 4px 8px;
  }
}
.leadership_section_wrapper .leadership_section .a_leader * {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: left;
  color: #133936;
}
@media screen and (max-width: 540px) {
  .leadership_section_wrapper .leadership_section .a_leader * {
    text-align: left !important;
  }
}
.leadership_section_wrapper .leadership_section .a_leader .image {
background-size: inhet;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 177px;
  margin: 10px;
}
@media screen and (max-width: 700px) {
  .leadership_section_wrapper .leadership_section .a_leader .image {
    padding-top: 25vw;
  }
}
@media screen and (max-width: 540px) {
  .leadership_section_wrapper .leadership_section .a_leader .image {
    padding: 50px 0;
    -webkit-flex-basis: 28%;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
    width: 28%;
    height: auto;
  }
}
.leadership_section_wrapper .leadership_section .a_leader .image img {
  display: block;
  height: auto;
  width: 30px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -20px;
}
@media screen and (max-width: 540px) {
  .leadership_section_wrapper .leadership_section .a_leader .image img {
    left: auto;
    top: calc(50% - 15px);
    bottom: 0;
    right: -22px;
  }
}
.leadership_section_wrapper .leadership_section .a_leader .leader_summary {
  position: relative;
  z-index: 3;
  padding: 15px 20px 0;
}
@media screen and (max-width: 700px) {
  .leadership_section_wrapper .leadership_section .a_leader .leader_summary {
    padding: 15px 20px 20px;
  }
}
@media screen and (max-width: 540px) {
  .leadership_section_wrapper .leadership_section .a_leader .leader_summary {
    -webkit-flex-basis: calc(70% - 40px);
    -ms-flex-preferred-size: calc(70% - 40px);
    flex-basis: calc(70% - 40px);
    padding: 10px;
    margin: auto 0 auto auto;
  }
}
  .name {
     margin: 5px 0;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding-bottom: 6px;
    color: black;
}
.image.leader-image {
    background-position: center;
    height: 300px;
}
.leader_summary p {
    margin-bottom: 10px;
    margin-top: 15px;
}

  .job_title {
  margin: 5px 0;
  color: #dbb317;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.leadership_section_wrapper
  .leadership_section
  .a_leader
  .leader_summary
  .short_bio {
    text-align: justify;
    font-size: 15px;
}
.leadership_section_wrapper
  .leadership_section
  .a_leader
  .leader_summary
  .short_bio
  i {
  display: inline;
}
.leadership_section_wrapper
  .leadership_section
  .a_leader
  .leader_summary
  .short_bio
  span {
  display: none;
}
.leadership_section_wrapper
  .leadership_section
  .a_leader
  .leader_summary
  .full_bio {
  display: none;
  overflow: hidden;
  height: 0;
  display: block;
  opacity: 0;
  padding: 0;
  margin: 0;
}
.leadership_section_wrapper .leadership_section .a_leader .full_bio_link {
 font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #dbb317;
    cursor: pointer;
    text-decoration: none;
}
a.full_bio_link {
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid;
    /* padding-top: 20px; */
    padding-bottom: 10px;
    color: #dbb317;
    cursor: pointer;
    text-decoration: none;
    /* color: black; */
}
.leadership_section_wrapper .leadership_section .a_leader .full_bio_link:hover {
  border-color: #0098da;
  color: #0098da;
}
.linkedin_link {
    float: right;
    display: inline-block;
    z-index: 3;
    right: 8px;
    /* top: -2px; */
    text-decoration: none;
    border: 1px solid black;
    padding: 4px;
    color: black;
    border-radius: 3px;
    /* font-size: 0.8em; */
    letter-spacing: 0.03em;
}

@media(max-width:1200px){
    .leadership_section_wrapper .leadership_section .a_leader .linkedin_link{
        display:none;
    }
}

.leadership_section_wrapper .leadership_section .a_leader .linkedin_link i {
  font-size: 1.2em;
}
.leadership_section_wrapper .leadership_section .a_leader .linkedin_link:hover {
background-color: #0098da;
    border-color: #0098da;
}
.leadership_section_wrapper .leadership_section .a_leader .close_leader {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: none;
  z-index: 7;
}
.leadership_section_wrapper .leadership_section .a_leader .close_leader:after,
.leadership_section_wrapper .leadership_section .a_leader .close_leader:before {
  display: block;
  background-color: #ee383a;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 10px;
  height: 1px;
  content: "";
}
.leadership_section_wrapper .leadership_section .a_leader .close_leader:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leadership_section_wrapper .leadership_section .a_leader .close_leader:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.leadership_section_wrapper .leadership_section .overlay_conceal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-animation: conceal-back 0.7s ease-in-out;
  animation: conceal-back 0.7s ease-in-out;
}
.leadership_section_wrapper .leadership_section.leader_is_open .close_leader {
  display: block;
}
.leadership_section_wrapper .leadership_section.leader_is_open .a_leader {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  padding: 0 !important;
  margin: 0;
  width: 0;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  display: none;
}
@media screen and (max-width: 540px) {
  .leadership_section_wrapper .leadership_section.leader_is_open .a_leader {
    margin: 4px 16px;
  }
}
.leadership_section_wrapper
  .leadership_section.leader_is_open
  .a_leader
  .image {
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}
@media screen and (max-width: 799px) {
  .leadership_section_wrapper
    .leadership_section.leader_is_open
    .a_leader
    .image {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 230px 0 0 0 !important;
    background-position: center top 30%;
    margin-bottom: 0;
  }
}
.leadership_section_wrapper
  .leadership_section.leader_is_open
  .a_leader
  .image
  img {
  display: none;
}
@media screen and (max-width: 799px) {
  .leadership_section_wrapper
    .leadership_section.leader_is_open
    .a_leader
    .image
    img {
    float: none;
    margin: 0 auto;
    right: 0;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 540px) {
  .leadership_section_wrapper
    .leadership_section.leader_is_open
    .a_leader
    .image
    img {
    margin: 0 !important;
    right: -20px;
    top: 0;
    float: right;
    height: 36px;
    width: 36px;
  }
}
.leadership_section_wrapper
  .leadership_section.leader_is_open
  .a_leader
  .leader_summary {
  -webkit-flex-basis: calc(65% - 50px);
  -ms-flex-preferred-size: calc(65% - 50px);
  flex-basis: calc(65% - 50px);
  padding: 10px 15px;
}
@media screen and (max-width: 799px) {
  .leadership_section_wrapper
    .leadership_section.leader_is_open
    .a_leader
    .leader_summary {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.leadership_section_wrapper
  .leadership_section.leader_is_open
  .a_leader
  .leader_summary
  .name {
  font-size: 1.8em;
  margin: 10px 0 0;
  font-weight: 200 !important;
}
.leadership_section_wrapper
  .leadership_section.leader_is_open
  .a_leader
  .leader_summary
  .job_title {
  display: block;
  top: 14px;
  right: 50px;
}
@media screen and (max-width: 799px) {
  .leadership_section_wrapper
    .leadership_section.leader_is_open
    .a_leader
    .leader_summary
    .job_title {
    text-align: right;
    margin: -25px 0 25px 0;
  }
}
@media screen and (max-width: 540px) {
  .leadership_section_wrapper
    .leadership_section.leader_is_open
    .a_leader
    .leader_summary
    .job_title {
    margin: 5px 0 10px !important;
  }
}
.leadership_section_wrapper
  .leadership_section.leader_is_open
  .a_leader
  .leader_summary
  .short_bio {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media screen and (max-width: 540px) {
  .leadership_section_wrapper
    .leadership_section.leader_is_open
    .a_leader
    .leader_summary
    .short_bio {
    padding-bottom: 0;
  }
}
.leadership_section_wrapper
  .leadership_section.leader_is_open
  .a_leader
  .leader_summary
  .short_bio
  .elipsis {
  display: none;
}
.leadership_section_wrapper
  .leadership_section.leader_is_open
  .a_leader
  .leader_summary
  .short_bio
  span {
  display: inline;
}
.leadership_section_wrapper
  .leadership_section.leader_is_open
  .a_leader
  .leader_summary
  .full_bio {
  height: auto;
  opacity: 1;
}
.leadership_section_wrapper
  .leadership_section.leader_is_open
  .a_leader
  .full_bio_link {
  color: transparent;
  font-size: 0px;
}
.leadership_section_wrapper
  .leadership_section.leader_is_open
  .a_leader
  .full_bio_link:before {
  color: #ee383a !important;
  font-size: 12px !important;
  content: "back to leadership team";
}
.leadership_section_wrapper
  .leadership_section.leader_is_open
  .a_leader
  .full_bio_link:hover {
  border-color: #ee383a;
}
.leadership_section_wrapper
  .leadership_section.leader_is_open
  .overlay_conceal {
  -webkit-animation: conceal 0.7s ease-in-out;
  animation: conceal 0.7s ease-in-out;
}
.leadership_section_wrapper .leadership_section.bob #bob,
.leadership_section_wrapper .leadership_section.ed #ed,
.leadership_section_wrapper .leadership_section.janis #janis,
.leadership_section_wrapper .leadership_section.mary #mary,
.leadership_section_wrapper .leadership_section.susan #susan,
.leadership_section_wrapper .leadership_section.tom #tom {
  height: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 600px;
  opacity: 1;
  padding: 20px;
  display: block;
}
@media screen and (max-width: 799px) {
  .leadership_section_wrapper .leadership_section.bob #bob,
  .leadership_section_wrapper .leadership_section.ed #ed,
  .leadership_section_wrapper .leadership_section.janis #janis,
  .leadership_section_wrapper .leadership_section.mary #mary,
  .leadership_section_wrapper .leadership_section.susan #susan,
  .leadership_section_wrapper .leadership_section.tom #tom {
    max-width: 500px;
    padding: 20px !important;
  }
}
@-webkit-keyframes conceal {
  0% {
    z-index: 10;
    opacity: 1;
  }
  99% {
    z-index: 10;
    opacity: 0;
  }
  to {
    z-index: 0;
  }
}
@keyframes conceal {
  0% {
    z-index: 10;
    opacity: 1;
  }
  99% {
    z-index: 10;
    opacity: 0;
  }
  to {
    z-index: 0;
  }
}
@-webkit-keyframes conceal-back {
  0% {
    z-index: 10;
    opacity: 1;
  }
  99% {
    z-index: 10;
    opacity: 0;
  }
  to {
    z-index: 0;
  }
}
@keyframes conceal-back {
  0% {
    z-index: 10;
    opacity: 1;
  }
  99% {
    z-index: 10;
    opacity: 0;
  }
  to {
    z-index: 0;
  }
}
/*# sourceMappingURL=cognos-style.css.map */

.share{
    padding:10px;
    
}

ul.share li {
    padding-top: 11px;
}

.kndi{
    padding-bottom:15px;
}

.pera1{
    text-align:justify;
}

.for-baa1 {
    text-align: center;
      overflow:hidden;
   
}

.for-baa1:hover img{
    transform: scale(1.1);
}

.for-baa11{
    overflow:hidden;
}

.for-baa11:hover img{
    transform: scale(1.1);
}

#sticky-header-with-topbar {
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}


/* our gallery serviceeee*/
.heading1 {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
 
}
.white-heading{
    color: #0098da;;
}
.heading1:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    /*background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);*/
    background-repeat: no-repeat;
    background-position: center;
}

.heading1 span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading1 span {
    color: #ffffff;
}
/*-----------service------------*/
.service-section {
        background: #e7e7e7;
    padding-bottom: 50px;
    padding-top: 30px;
}
.service-section:before {
    position: absolute;
    top: -100px;
    left: 0;
    content: " ";
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.image{
    overflow:hidden;
    transition:2s;
}

.image:hover img {
    transform: scale(1.2);
}

.service-block1 {
    position: relative;
    color: #fff;
    margin:15px;
}
.service-block1 .inner-box{
	position:relative;
	    border-radius: 5px;
	      box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	overflow:hidden;
}

.service-block1 .inner-box .image{
	position:relative;
}

.service-block1 .inner-box .image .read-more{
	position:absolute;
	right:0px;
	bottom:26px;
	left:60%;
	color:#252525;
	font-size:16px;
	opacity:0;
	visibility:hidden;
	padding:15px 25px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(255,255,255,0.80);
}

.service-block1 .inner-box:hover .image .read-more{
	left:40%;
	opacity:1;
	height:57px;
	visibility:visible;
}

.service-block1 .inner-box .image .read-more a{
	position:relative;
	color:#252525;
	font-weight:700;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.service-block1 .inner-box .image .read-more a .icon{
	position:relative;
	top:1px;
	margin-left:5px;
	font-size:16px;
	display:inline-block;
}

.service-block1 .inner-box .image .read-more a:hover{
	color:#d7a449;
}

.service-block1 .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}
.service-block1 .inner-box .lower-content {
    position: relative;
    padding-top: 30px;
    margin-bottom: 40px;
}
.service-block1 .inner-box .lower-content h3 {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.service-block1 .inner-box .lower-content h3 a{
	position:relative;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}
.service-section .btn {
    text-align: center;
    background:#0098da;
    color: white;
    padding: 13px 30px;
    display: block;
    max-width: 190px;
    margin: auto;
    border: 1px solid white;  
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(122px) translateZ(0);
}
.service-section .btn:hover {
    background: #79b82d;
    color: #ffffff;
    border: 1px solid #79b82d;
}
.service-section .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #79b82d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 2px solid #79b82d;
}

.service-section .btn:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}


.text-lg-left{
    padding:25px;
    color:#0098da;
}

/* forplnat */
/*#forplnat{*/
/*    margin-top:35px;*/
/*    margin-bottom:35px;*/
/*}*/

/*.for-plant-img{*/
/*        position: relative;*/
/*    border-radius: 5px;*/
/*    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);*/
/*    overflow: hidden;*/
/*}*/

/*.for-plant-img img{*/
/*    width:100%;*/
/*}*/

/*.for-plant-img:hover img{*/
/*    transform:scale(1.2);*/
/*}*/




/* Start Gallery CSS */
.thumb {
	margin-bottom: 15px;
}
.thumb:last-child {
	margin-bottom: 0;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.thumb 
figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}




#fllludd{
    background:#dadada;
}


.vid-wrapper {
text-align: center;
padding: 20px;
}

.vid {
vertical-align: top;
position: relative;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
padding: 2px;
cursor: pointer;
}

h2.vid-head {
    font-size: 19px;
    padding: 15px;
    color: #fff;
    background: #0098da;
}

/* Video Popup */
.video-popup {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 998;
background: rgba(0, 0, 0, .7);
cursor: pointer;
display: none !important;
}

.video-popup.show-video {
display: flex !important;
}

.iframe-wrapper {
position: relative;
}

.iframe-wrapper .close-video {
content: '';
position: absolute;
width: 25px;
height: 25px;
top: -20px;
right: 0;
background: url(https://image.flaticon.com/icons/svg/149/149690.svg) #fff;
border-radius: 50%;
background-size: cover;
}

.jrny{
        color: #0098da;
    padding: 15px;
    font-size:28px;
}

.frme{
    width:100%;
    height:194px;
    
    
}

.offer1 img{
    width: 100%;
    margin-left: -15px;
}

.onn{
        color: white;
    margin-top: 11px;
}

@media(max-width:1200px){
   .offer1 img{
    width: 100%;
    margin-left: 0px;
} 
.counter {
    background: #0098da !important;
}

}


@media(max-width:1200px){
    .onn{
          color: white !important;
    margin-bottom: 11px !important;
}
.section__title p{
         margin: 0px auto;
}
}

@media(max-width:1200px){
    .htc__footer__wrap {
    position: relative;
    z-index: 2;
    margin-top: 25px;
    margin-bottom: 16px;
}
.htc__contact__address {
    padding: 7px 0;
}
}

@media(max-width:1200px){
    .h1__countdown .htc__call__btn{
            margin-top: 16px;
    }
}


.btnn a{
    color:#ffff;
}

.btnn{
    color:white;
    background:#0098da;
    height: 48px;
    margin-top:5px;
 
}

.btnn:hover{
    color:white;
   
}

/*#ff12{*/
/*        background: #dbb317;*/
/*           padding:40px;*/
/*}*/

.wdt{
    width:355px;
}

.wdt1{
    width:328px;
}

@media(max-width:1200px){
  .wdt{
    width:355px;
}  
.wdt1{
    width:100%;
}
}

@media(max-width:1200px){
    #ff12{
        background: #dbb317;
    padding:0px;
}
}

#for-bacck{
    padding:20px;
    background:#ededed;
}

@media(max-width:1200px){
  #for-bacck{
      padding:34px;
  }  
}
.fa-envira:before {
    font-family: 'Material-Design-Iconic-Font';
    content: "\f299";
}
.data-network-div {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    z-index: 9999;
    position: relative;
    color: white;
    background: #00417b;
    padding: 27px;
    height: 100% !important;
}
.data-network-div p {
    color: white;
    margin-bottom: 12px;
}
.asiia {
    background: #0098da;
    padding: 12px;
    margin-bottom: 12px;
}
.gallery img {
    width: 100%;
    height: 238px;
    object-fit: cover;
}
.service-block1 .inner-box .image img {
    height: 250px;
    position: relative;
    width: 100%;
    display: block;
    object-fit: contain;
}
.slide.slider__fixed--height {
    background-size: contain !important;
}
.popup td {
    color: black;
}
.inner-sect-contet {
    margin-bottom: 37px;
    -webkit-box-shadow: 0 1px 3px rgb(19 57 54 / 30%), 0 2px 18px rgb(19 57 54 / 30%);
    box-shadow: 0 1px 3px rgb(19 57 54 / 30%), 0 2px 18px rgb(19 57 54 / 30%);
}
.inner-sect-leader {
    margin-top: 67px;
}
.leader_summary {
    padding: 24px;
}
.corpo h5 {
    font-weight: 700;
    color: #0098da;
}
.products p {
    text-align: center;
}
.sect-ol {
    border-right: 2px solid #0098da;
    border-bottom: 2px solid #0098da;
    padding: 21px;
    line-height: 4.5;
    margin-left: -12px;
    height: 332px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.sect-ol-1 {
    border-right: 2px solid #0098da;
    border-bottom: 2px solid #0098da;
    padding: 21px;
    line-height: 3;
    margin-left: 0px;
    height: 338px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.vison-img1 {
    text-align: center;
    margin-left: -13px !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    overflow: hidden;
}
.y ul li i {
    color: #363333;
}
.fa-award:before {
    margin-right: 9px;
    color: #09bce0;
    content: "\f559";
}