/* 
    Created on : May 4, 2018, 11:32:25 AM
    Author     : Mohit Sarangal
*/

@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "jquery-ui.css";
@import "slick.css";
@import "slick-theme.css";
@import "magnific-popup.css";
@import "simplelightbox.min.css";
@import "jquery.lineProgressbar.min.css";
@import "simple-rating.css";
@import "aos.css";
@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: 'YesevaOne-Regular';
    src: url('../fonts/YesevaOne-Regular.otf');
}

body {
    font-family: Raleway-Regular;
    margin: 0;
    padding: 0;
}



#itslogo {
    width: 100px;
    transform: scale(2);
    margin: 10px 0 0 0;
}

@media (max-width:425px) {
    .top-bar-info-list>ul>.rdli3 {
        display: none;
    }

    .heder-top-bar-outer {
        height: 120px;
    }

    .top-bar-info-list>ul>.li2ndd {
        display: none;
    }

    #itslogo {
        width: 27%;
        margin: 0 0 0 40px;
    }
}


@media (max-width:768px) {
  

    .heder-top-bar-outer {
        height: 120px;
    }

 
    #itslogo {
        width: 27%;
        margin: 0 0 0 100px;
    }
}

@media (max-width:1024px) {
  

  .heder-top-bar-outer {
      height: 120px;
  }


  #itslogo {
      width: 27%;
      margin: 0 0 0 100px;
  }
}





p {
    font-size: 15px;
    color: #666666;
}

.ace-responsive-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    text-align: right;
}

.ace-responsive-menu li {
    list-style: none;
}

.ace-responsive-menu li ul {
    display: none;
}

.ace-responsive-menu>li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    display: inline-block;
}

.ace-responsive-menu li a {
    color: #c0c0c0;
}

.ace-responsive-menu>li>a {
    display: block;
    position: relative;
    margin-top: -2px;
    border: 0px;
    padding: 18px 10px 18px 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    color: #242424;
}

.ace-responsive-menu li a i {
    padding-right: 5px;
    color: #185b81;
}

.ace-responsive-menu>li>a i {
    font-size: 16px;
    text-shadow: none;
    color: #185b81;
}

.ace-responsive-menu li ul.sub-menu li a i {
    padding-right: 10px;
}

.ace-responsive-menu li.menu-active>a {
    background: #09517c !important;
    color: #fff;
}

.ace-responsive-menu li .menu-active {
    position: relative;
}

.ace-responsive-menu>li>a>.arrow:before {
    margin-left: 15px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
}

.ace-responsive-menu li ul.sub-menu li>a>.arrow:before {
    content: "\f105" !important;
}

.ace-responsive-menu>li>ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    position: absolute;
    padding: 0;
}

.ace-responsive-menu li ul.sub-menu {
    background: #09517c;
    z-index: 99;
}

.ace-responsive-menu li ul.sub-menu>li {
    width: 185px;
}

.ace-responsive-menu li ul.sub-menu li a {
    display: block;
    margin: 0px 0px;
    padding: 12px 20px 12px 15px;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    background: none;
    color: #fff;
}

.ace-responsive-menu>li>ul.sub-menu>li {
    position: relative;
    text-align: left;
}

.ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
    padding: 0;
}

.ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
    padding: 0;
}

.ace-responsive-menu>li>ul.sub-menu li>a>.arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

/* Menu Toggle Btn
----------------------------------------*/

.menu-toggle {
    display: none;
    float: left;
    width: 100%;
}

.menu-toggle h3 {
    float: left;
    color: #FFF;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 16px;
}

.menu-toggle .icon-bar {
    display: block !important;
    width: 18px;
    height: 2px;
    background-color: #fff !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin: 3px;
}

.menu-toggle .icon-bar:hover {
    background-color: #F5F5F5 !important;
}

.menu-toggle #menu-btn {
    float: right;
    background: #185b81;
    border: 1px solid #185b81;
    padding: 8px;
    border-radius: 0;
    cursor: pointer;
    margin: 10px;
}

.hide-menu {
    display: none;
}

/* Accordion Menu Styles
----------------------------------------*/

ul[data-menu-style="accordion"] {
    width: 250px;
}

ul[data-menu-style="accordion"]>li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: none !important;
}

ul[data-menu-style="accordion"]>li:first-child {
    border-top: 2px solid #FD5025;
}

ul[data-menu-style="accordion"] li ul.sub-menu>li {
    width: 100%;
}

ul[data-menu-style="accordion"]>li>a>.arrow:before {
    float: right;
    content: "\f105";
}

ul[data-menu-style="accordion"] li.menu-active>a>.arrow:before {
    content: "\f107" !important;
}

ul[data-menu-style="accordion"]>li>ul.sub-menu {
    position: static;
}

ul[data-menu-style="accordion"]>li>a i {
    padding-right: 10px;
    color: #FF5737;
}

ul[data-menu-style="accordion"]>li>ul.sub-menu>li ul.sub-menu {
    position: static;
}

ul[data-menu-style="accordion"]>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: static;
}

ul[data-menu-style="accordion"]>li {
    border-bottom: 1px solid #242424;
}

ul[data-menu-style="accordion"] li a:hover {
    background: #09517c !important;
}

ul[data-menu-style="accordion"] ul.sub-menu li.menu-active>a>.arrow:before {
    content: "\f107" !important;
}

/* Vertical Menu Styles
----------------------------------------*/

ul[data-menu-style="vertical"] {
    width: 200px;
}

ul[data-menu-style="vertical"]>li {
    float: none;
}

ul[data-menu-style="vertical"]>li:first-child {
    border-top: 2px solid #FD5025;
}

ul[data-menu-style="vertical"] li ul.sub-menu>li {
    width: 100%;
}

ul[data-menu-style="vertical"]>li>a>.arrow:before {
    float: right;
    content: "\f105";
}

ul[data-menu-style="vertical"]>li.menu-active {
    position: relative;
}

ul[data-menu-style="vertical"]>li>ul.sub-menu {
    position: absolute;
    left: 200px;
    top: 0px;
    width: 200px;
}

ul[data-menu-style="vertical"]>li>a i {
    padding-right: 10px;
    color: #FF5737;
}

ul[data-menu-style="vertical"]>li>ul.sub-menu>li ul.sub-menu {
    position: absolute;
    width: 200px;
    left: 200px;
}

ul[data-menu-style="vertical"]>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: absolute;
    width: 200px;
    left: 200px;
}

ul[data-menu-style="vertical"]>li {
    border-bottom: 1px solid #242424;
}

ul[data-menu-style="vertical"] li a:hover {
    background: #09517c !important;
}

.ace-responsive-menu li.menu-active.search-icon a {
    background: transparent !important;
}

/* Responsive Menu Styles
----------------------------------------*/

/*Note: change the max-width asper your requirment and change the same in aceResponsiveMenu({resizeWidth: "768" }) function*/

@media screen and (max-width: 768px) {
    .demo {
        width: 96%;
        padding: 2%;
    }
    ul[data-menu-style="vertical"],
    ul[data-menu-style="accordion"],
    ul[data-menu-style="vertical"] li ul.sub-menu {
        width: 100% !important;
    }
    .ace-responsive-menu {
        float: left;
        width: 100%;
    }
    .ace-responsive-menu>li {
        border-bottom: 1px solid #242424;
        float: none;
    }
    .ace-responsive-menu li a:hover {
        background: #09517c !important;
    }
    .ace-responsive-menu>li:first-child {
        border-top: 2px solid #FD5025;
    }
    .ace-responsive-menu>li>a i {
        padding-right: 10px;
        color: #FF5737;
    }
    .ace-responsive-menu>li>a>.arrow:before {
        float: right;
        content: "\f105";
    }
    li.menu-active>a>.arrow:before {
        content: "\f107" !important;
    }
    .ace-responsive-menu li ul.sub-menu>li {
        width: 100%;
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a {
        padding-left: 30px;
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
        padding-left: 50px;
    }
    .ace-responsive-menu>li>ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu li ul.sub-menu li.menu-active>a>.arrow:before {
        content: "\f107" !important;
    }
}

.heder-top-bar-outer {
    background-color: #09517c;
    padding: 15px 0;
    line-height: 32px;
}

.top-bar-info-list ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.default-link-white {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.default-link-white:hover,
.default-link-white:focus,
.default-link-white:active {
    text-decoration: none;
    color: #fff;
}

.top-bar-info-list i {
    color: #185b81;
    margin-right: 5px;
    font-size: 18px;
}

.top-bar-info-list ul li {
    float: left;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
}

.top-header-social-icons ul {
    padding: 0;
    margin: 0;
    text-align: right;
    width: 100%;
}

.top-header-social-icons li {
    display: inline-block;
    margin-left: 8px;
}

.top-header-social-icons a {
    color: #185b81;
    border: 2px solid #185b81;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.top-header-social-icons a:hover,
.top-header-social-icons a:focus,
.top-header-social-icons a:active {
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
}

.search-icon a:hover span,
.search-icon a:focus span,
.search-icon a:active span {
    border: 2px solid #000;
    transition: all .3s ease-in-out;
}

.search-icon a:hover i,
.search-icon a:focus i,
.search-icon a:active i {
    color: #000;
    transition: all .3s ease-in-out;
}

.header-nav-outer {
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #eee;
    transition: all .3s ease-in-out;
}

.header-nav-outer.fixed {
    padding: 0 0;
}

.search-icon span {
    border: 2px solid #185b81;
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    border-radius: 50px;
    text-align: center;
    padding-left: 5px;
}

.full-width .modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.full-width .modal-content {
    height: 100%;
    border-radius: 0;
    color: white;
    overflow: auto;
}

.search-pop .modal-content {
    background-color: rgba(52, 54, 66, 0.75);
}

.search-pop .modal-header {
    border-bottom: none;
}

.close-btn {
    background-color: #185b81;
    opacity: 1;
}

button.close-btn {
    background-color: #185b81;
    opacity: 1;
    text-shadow: none;
    font-weight: 500;
    color: #fff;
    padding: 9px 12px;
    text-transform: uppercase;
    font-size: 18px;
}

button.close-btn:hover,
button.close-btn:focus {
    background-color: #185b81;
    color: #fff;
    opacity: 1;
}

.logo {
    text-transform: uppercase;
    color: #185b81;
    font-size: 30px;
    margin-top: 6px;
    display: inline-block;
    font-family: YesevaOne-Regular;
    text-decoration: none;
}

.logo:hover,
.logo:focus,
.logo:active {
    color: #185b81;
    text-decoration: none;
}

.search-pop .modal-body {
    height: calc(100vh - 80px);
}

.search-form-align {
    margin-top: 25vh;
}

.form-inner {
    width: 62%;
    margin: 0 auto;
    padding: 50px 30px 40px 30px;
    display: table;
}

.search-btn {
    background-color: #185b81;
    border: none;
    padding: 14px 40px;
    font-size: 18px;
    margin: 0 auto;
    display: inherit;
    margin-top: 50px;
}

.search-input {
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    min-height: 55px;
    background-color: transparent;
    text-align: center;
    font-size: 18px;
}

.search-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #185b81;
}

.slider-background {
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center;
    height: 620px;
    background-blend-mode: multiply;
    background-color: rgba(52, 54, 66, 0.65);
    display: table;
    width: 100%;
}

.slider-tittles {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.slider-big-tittle {
    color: #fff;
    font-size: 60px;
    font-family: YesevaOne-Regular;
}

.slider-description-text {
    color: #fff;
    font-size: 18px;
    width: 55%;
    margin: 0 auto;
    margin-top: 38px;
}

.slider-big-tittle {
    color: #fff;
    font-size: 54px;
    font-family: YesevaOne-Regular;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.slider-btns {
    margin-top: 60px;
    display: inline-block;
}

.slider-btns a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    background-color: #185b81;
    padding: 15px 35px;
    margin: 0 10px;
    border: 2px solid #185b81;
    transition: .35s ease-in-out;
}

.slider-btns a:hover,
.slider-btns a:focus,
.slider-btns a:active {
    background-color: transparent;
    border: 2px solid #185b81;
}

.home-slider .slick-next {
    right: 0;
}

.home-slider .slick-prev,
.home-slider .slick-next {
    width: auto;
    height: auto;
    padding: 15px 17px;
    background: #185b81;
    font-family: FontAwesome;
    font-weight: bold;
    opacity: 1;
}

.home-slider .slick-prev {
    left: 0;
    z-index: 9;
}

.slider-fa-icon i {
    background-color: rgba(52, 54, 66, 0.75);
    width: 80px;
    height: 80px;
    border-radius: 50px;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
}

.slider-contact-bar-inner {
    background-color: red;
    width: 40%;
    margin: 0 auto;
}

.slider-contact-bar-inner {
    background-color: #185b81;
    width: 80%;
    display: table;
    margin: 0 auto;
    padding: 50px 30px;
    position: relative;
    top: -25px;
    transition: all .3s ease-in-out;
}

.slider-contact-bar-inner:hover {
    transition: all .3s ease-in-out;
    transform: scale(1.1);
}

.bar-info-text {
    color: #fff;
    font-size: 26px;
    font-family: Yesevaone-Regular;
    text-transform: uppercase;
}

.slider-bottom-contact-btn {
    background-color: #fff;
    padding: 15px 41px;
    text-transform: uppercase;
    color: #185b81;
    font-weight: bold;
    float: right;
    font-size: 16px;
    margin-top: 15px;
    transition: all .3s ease-in-out;
}

.slider-bottom-contact-btn:hover,
.slider-bottom-contact-btn:focus,
.slider-bottom-contact-btn:active {
    color: #09517c;
    text-decoration: none;
}

.tittles {
    text-align: center;
}

.white-sec-outer {
    margin-top: 45px;
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.tittles h2 {
    color: #09517c;
    font-family: Yesevaone-Regular;
    font-size: 40px;
}

.tittles p {
    font-size: 18px;
    margin-bottom: 20px;
}

.heading-seprator {
    width: 2px;
    height: 40px;
    background-color: #185b81;
    margin: 0 auto;
}

.hicp-commom-bg {
    background-image: url(../images/employee-traning.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgba(52, 54, 66, 0.65);
    background-blend-mode: multiply;
    height: 345px;
    display: table;
    padding: 25px 30px;
    transition: all .3s ease-in-out;
}

.hicp-commom-bg.hicp-analysis-bg {
    background-image: url(../images/business-analysis.jpg);
}

.hicp-commom-bg:hover .white-heading-seprator {
    width: 200px;
    transition: all .3s ease-in-out;
}

.hicp-commom-bg.hicp-green-bg:hover .white-heading-seprator {
    width: 200px;
    transition: all .3s ease-in-out;
}

.hicp-tittle-align {
    display: table-cell;
    vertical-align: middle;
}

.small-white-text {
    color: #fff;
    font-size: 28px;
}

.hicp-des-text p {
    color: #fff;
}

.hicp-des-text p {
    color: #fff;
    width: 75%;
}

.hicp-des-text {
    margin-top: 30px;
}

.white-heading-seprator {
    width: 50px;
    height: 2px;
    background-color: #fff;
}

.hicp-heading-text {
    margin-bottom: 25px;
}

.hicp-green-bg {
    background-color: #185b81;
    background-blend-mode: normal;
    background-image: none;
}

.hicp-icon i {
    color: #fff;
    font-size: 45px;
}

.hicp-icon {
    margin-bottom: 24px;
}

.how-i-can-help-outer {
    margin-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.about-sec-outer {
    background-image: url(../images/about.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    text-align: center;
    background-color: rgba(57, 57, 62, 0.95);
    background-blend-mode: multiply;
    background-attachment: fixed;
}

.about-us-icon i {
    color: #185b81;
    font-size: 40px;
}

.white-heading {
    color: #fff;
    font-size: 35px;
    font-family: Yesevaone-Regular;
}

.about-des-text {
    margin-top: 30px;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

.about-des-text p {
    color: #fff;
}

.about-learn-more-btn a {
    text-decoration: none;
    color: #185b81;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.about-learn-more-btn a:hover,
.about-learn-more-btn a:focus,
.about-learn-more-btn a:active {
    text-decoration: none;
    color: #fff;
    transition: all .3s ease-in-out;
}

.about-learn-more-btn {
    margin-top: 30px;
}

.our-services-outer {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.services-icon i {
    color: #185b81;
    font-size: 50px;
}

.our-serives-tittle h2 {
    color: #09517c;
    font-size: 22px;
    font-weight: 600;
}

.services-des {
    margin-top: 20px;
    margin-bottom: 30px;
}

.services-sec-seprator {
    background-color: #cbcbcb;
    width: 100px;
    height: 2px;
    margin: 0 auto;
}

.services-inner {
    margin-top: 40px;
    transition: all .3s ease-in-out;
}

.services-inner:hover .services-sec-seprator {
    background-color: #185b81;
    width: 100%;
    transition: all .3s ease-in-out;
}

.services-des p {
    line-height: 25px;
}

.counter-sec-outer {
    background-image: url(../images/portfolio4.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    background-color: rgba(57, 57, 62, 0.85);
    background-blend-mode: multiply;
    float: left;
    width: 100%;
    background-attachment: fixed;
}

.counter-sub-heading {
    color: #666666;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.counter-header-outer {
    margin-bottom: 10px;
}

.counter-text span {
    color: #fff;
    font-size: 32px;
    font-family: YesevaOne-Regular;
}

.counter-des h3 {
    color: #fff;
    font-family: YesevaOne-Regular;
}

.counter-des h3 {
    color: #fff;
    font-family: YesevaOne-Regular;
    font-size: 19px;
}

.counter-learn-more {
    margin-top: 25px;
    float: left;
    padding-left: 15px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

.counter-learn-more a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 15px 40px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.counter-learn-more a:hover,
.counter-learn-more a:focus,
.counter-learn-more a:active {
    background-color: #fff;
    color: #09517c;
}

.heading-title {
    margin-bottom: 100px;
}

.text-center {
    text-align: center;
}

.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}

.p-top-30 {
    padding-top: 30px;
}

.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}

.text-uppercase {
    text-transform: uppercase;
}

.team-member,
.team-member .team-img {
    position: relative;
}

.team-member {
    overflow: hidden;
}

.team-member,
.team-member .team-img {
    position: relative;
}

.meet-our-team-outer {
    margin-top: 30px;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 186, 116, 0.95);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member:hover .team-hover .desk {
    top: 35%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}

.team-member:hover .team-hover .s-link {
    bottom: 10%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

.team-member .s-link a {
    margin: 0 10px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.team-member .s-link a:hover,
.team-member .s-link a:focus,
.team-member .s-link a:active {
    color: #09517c;
}

.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}

.team-title h5 {
    margin-bottom: 0px;
    display: block;
    font-family: YesevaOne-Regular;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: #09517c;
}

.team-title span {
    font-size: 14px;
    text-transform: uppercase;
    color: #185b81;
    letter-spacing: 1px;
    margin-top: 6px;
    display: inline-block;
}

.hover-tittle {
    color: #09517c;
}

.desk {
    text-align: center;
}

.hover-tittle {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 25px;
}

.desk p {
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}

.testimonial-bg {
    background-image: url(../images/testimonials.html);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    text-align: center;
    background-color: rgba(57, 57, 62, 0.98);
    background-blend-mode: multiply;
    background-attachment: fixed;
}

.white-big-heading {
    color: #fff;
    font-family: Yesevaone-Regular;
    font-size: 40px;
}

.white-seprator {
    width: 2px;
    height: 40px;
    background-color: #fff;
    margin: 0 auto;
}

.white-sub-heading {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.testimonial-des p {
    color: #fff;
}

.testimonial-des {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.testimonial-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 0px 5px #fff;
}

.testimonial-image {
    margin-top: 40px;
}

.testinomial-person-details h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: YesevaOne-Regular;
}

.testinomial-person-details p {
    color: #fff;
    letter-spacing: 4px;
}

.testinomial-person-details {
    margin-top: 25px;
}

.lateset-news-main {
    margin-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.news-heading h4 {
    font-family: YesevaOne-Regular;
    color: #09517c;
}

.post-by-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.post-by-details li {
    display: inline-block;
    margin-right: 5px;
}

.post-by-details li {
    display: inline-block;
    margin-right: 5px;
    color: #a5a5a5;
    letter-spacing: 2px;
    font-weight: lighter;
}

.post-des {
    margin-top: 20px;
}

.post-des p {
    line-height: 20px;
}

.post-des p {
    line-height: 25px;
    letter-spacing: 1px;
}

.img-overlay-date {
    background-color: #185b81;
    width: 50px;
    position: absolute;
    padding: 5px 5px;
    text-transform: uppercase;
    text-align: center;
    left: 10px;
    bottom: 10px;
    color: #fff;
    font-family: YesevaOne-Regular;
}

.overlay-thumb {
    position: relative;
    overflow: hidden;
}

.news-heading {
    margin-top: 30px;
}

.news-like-pannel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.news-like-pannel li {
    display: inline-block;
    margin-right: 10px;
    color: #a5a5a5;
    font-weight: lighter;
}

.news-read-more {
    margin-top: 12px;
}

.news-read-more a {
    text-decoration: none;
    font-family: YesevaOne-Regular;
    color: #185b81;
    font-size: 15px;
}

.map-sec-outer iframe {
    width: 100%;
}

.partner-sec-outer {
    margin-top: 30px;
    margin-bottom: 30px;
}

.partner-sec-outer img {
    padding: 4px 18px;
}

.call-bcak-sec-outer {
    background-color: #185b81;
    padding: 65px 0;
}

.call-back-heading h2 {
    font-family: YesevaOne-Regular;
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
}

.call-back-heading-sepratot {
    width: 55px;
    height: 2px;
    background-color: #fff;
}

.call-back-heading {
    margin-bottom: 20px;
}

.call-back-input {
    background-color: #fff;
    border: none;
    min-height: 50px;
    border-radius: 0;
}

.mg-textarea {
    resize: none;
    min-height: 180px;
}

.call-back-submit-btn {
    background-color: #fff;
    padding: 15px 50px;
    color: #185b81;
    font-size: 17px;
    letter-spacing: 2px;
    transition: all .3s ease-in-out;
    border: 2px solid #fff;
}

.call-back-submit-btn:hover,
.call-back-submit-btn:hover,
.call-back-submit-btn:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    transition: all .3s ease-in;
}

.call-back-text-main {
    margin-top: 60px;
    margin-left: 15px;
}

.call-back-sub-text {
    margin-top: 20px;
}

.call-back-sub-text a {
    color: #fff;
    text-decoration: none;
    font-size: 35px;
    font-weight: lighter;
    font-family: YesevaOne-Regular;
    margin-top: 15px;
    display: inline-block;
}

.call-back-sub-text p {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: lighter;
}

.timming-bar-main {
    text-align: center;
    padding: 15px 0;
}

.timming-bar-text p {
    color: #fff;
    margin-bottom: 0;
}

.timming-bar-text span {
    margin-right: 10px;
}

.timming-bar-text p {
    color: #09517c;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 2px;
}

.footer-main {
    background-color: #09517c;
    padding: 65px 0 20px;
}

.footer-des-text {
    color: #fff;
    font-weight: lighter;
    line-height: 27px;
    letter-spacing: 1px;
}

.footer-des-text-outer {
    width: 70%;
}

.footer-heading {
    color: #fff;
    font-size: 23px;
    font-weight: lighter;
    letter-spacing: 2px;
}

.footer-serprator {
    width: 49px;
    height: 2px;
    margin-bottom: 30px;
    background-color: #185b81;
    margin-top: 22px;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.footer-links a {
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all .3s ease-in;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-links a:active {
    color: #185b81;
    text-decoration: none;
    transition: all .3s ease-in;
}

.footer-links li {
    padding-bottom: 20px;
}

.footer-social-links ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}

.footer-social-links li {
    display: inline-block;
    margin-right: 15px;
}

.footer-social-links a {
    text-decoration: none;
    color: #185b81;
    font-size: 18px;
    transition: all .3s ease-in-out;
}

.footer-social-links a:hover,
.footer-social-links a:focus,
.footer-social-links a:active {
    text-decoration: none;
    color: #fff;
    transition: all .3s ease-in-out;
}

.copy-right-text p {
    text-align: center;
    color: #fff;
    font-weight: lighter;
    letter-spacing: 2px;
    font-size: 13px;
    padding: 0 10px;
}

.copy-right-text {
    float: left;
    margin-top: 30px;
    width: 100%;
}

.news-ovwelay-main {
    transition: all .3s ease-in;
}

.news-ovwelay-main:hover .news-tumb img {
    transform: scale(1.1);
    transition: all .3s ease-in;
}

.news-tumb img {
    transition: all .3s ease-in;
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}

.testinomial-slider .slick-prev,
.testinomial-slider .slick-next {
    display: none !important;
}

.partner-slider .slick-prev,
.partner-slider .slick-next {
    display: none !important;
}

.testinomial-slider .slick-dots li button:before {
    font-size: 60px;
    opacity: .55;
    color: #fff;
}

.testinomial-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.portfolio-bg {
    background-image: url(../images/consult-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    text-align: center;
    background-color: rgba(57, 57, 62, 0.79);
    background-blend-mode: multiply;
    background-attachment: fixed;
}

.portfolio-sec-main {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button {
    font-size: 18px;
    border: 2px solid #185b81;
    border-radius: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    background-color: #185b81;
    padding: 8px 20px;
}

.filter-button:hover,
.filter-button:focus,
.filter-button:active {
    border: 2px solid #fff;
    color: #ffffff;
    background-color: transparent;
    box-shadow: none;
    outline: none;
}

.gallery_product {
    margin-bottom: 30px;
}

.portfolio-image {
    background-color: #fff;
    padding: 4px;
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 186, 116, 0.95);
    padding: 20px;
}

.gallery-overlay:hover .overlay {
    opacity: 1;
}

.gallery-overlay-text {
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 2px;
}

.overlay-text-outer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 5px;
}

.gallery-overlay {
    position: relative;
}

.potfolio-overlay-des-text {
    color: #fff;
    font-weight: lighter;
    letter-spacing: 1px;
    font-size: 17px;
    margin-top: 8px;
}

.open-image-link {
    color: #fff;
    font-size: 30px;
    margin: 0 7px;
}

.open-image-link:hover,
.open-image-link:focus,
.open-image-link:active {
    color: #fff;
    font-size: 30px;
}

.single-page-header-bg {
    background-image: url(../images/about.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    text-align: center;
    background-color: rgba(57, 57, 62, 0.79);
    background-blend-mode: multiply;
    background-attachment: fixed;
}

.page-heading {
    color: #fff;
    font-family: YesevaOne-Regular;
}

.breadcrumb.page-breadcrumb {
    background-color: transparent;
    color: #fff;
}

.page-breadcrumb li {
    color: #fff;
    font-size: 15px;
}

.page-breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.single-page-header-bg .active-bread-menu {
    color: #185b81;
}

.services-page-main {
    background-color: #FFE;
}

.services-page-main .services-inner {
    padding: 20px 5px 0 5px;
    border: 1px solid #eee;
}

.single-service-page-outer {
    width: 100%;
    float: left;
    margin-top: 65px;
}

.servive-sec-heading {
    color: #09517c;
    font-size: 24px;
    letter-spacing: 1px;
    font-family: YesevaOne-Regular;
    line-height: 30px;
}

.single-service-heading-seprator {
    width: 50px;
    height: 2px;
    background-color: #185b81;
    margin-bottom: 20px;
    margin-top: 15px;
}

.servive-sec-des {
    line-height: 26px;
}

.section-sepration {
    margin-top: 30px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.single-service-list-des {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-service-list-des li {
    padding: 4px 0;
    color: #666666;
    font-size: 15px;
}

.single-service-list-des li::before {
    content: "\f00c";
    margin-right: 10px;
    font-family: FontAwesome;
    color: #185b81;
}

.border-box-outer {
    border: 1px solid #ededed;
    padding: 30px 20px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.border-box-outer:hover {
    border: 1px solid #185b81;
    background-color: #185b81;
}

.border-box-outer:hover .border-box-icon i,
.border-box-outer:hover .servive-sec-des {
    color: #fff;
}

.border-box-icon i {
    color: #185b81;
    font-size: 50px;
}

.border-box-icon {
    margin-bottom: 20px;
}

.service-image {
    border: 1px solid #ededed;
}

.all-services-links-list {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.all-services-links-list li {
    padding: 0 0;
}

.all-services-links-list li {
    margin-bottom: 10px;
}

.all-services-links-list li a {
    color: #09517c;
    text-decoration: none;
    padding: 15px 15px;
    display: block;
    background-color: #eeeeee;
}

.all-services-links-list li.active a {
    color: #fff;
    background-color: #185b81;
}

.all-services-links-list li a:hover,
.all-services-links-list li a:focus,
.all-services-links-list li a:active {
    color: #fff;
    background-color: #185b81;
}

.contact-icon {
    margin-right: 10px;
}

.contact-page-outer {
    margin-top: 30px;
    margin-bottom: 50px
}

.contact-sub-heading {
    font-size: 15px;
    letter-spacing: 1px;
    color: #09517c;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-form-inner {
    background-color: #185b81;
    float: left;
    width: 100%;
    padding: 15px 0;
}

.blog-grid {
    margin-bottom: 20px;
}

.grid-colum-align {
    display: flex;
    flex-wrap: wrap;
}

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

.pagination>li>a,
.pagination>li>span {
    color: #185b81;
    border: 1px solid #185b81;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #185b81;
    border-color: #185b81;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #185b81;
    border-color: #185b81;
}

.single-page-outer {
    margin-top: 60px;
}

.mg-default-input {
    border: 1px solid #a5a5a5;
    min-height: 50px;
    color: #666666;
    font-size: 15px;
    border-radius: 0;
}

.mg-default-input:focus {
    border: 1px solid #a5a5a5;
    outline: none;
    box-shadow: none;
}

.blog-categories-list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.blog-categories-list span {
    float: right;
    color: #185b81;
    font-family: YeseveOne-Regular;
}

.blog-categories-list a {
    padding: 12px 15px;
    background-color: #eeeeee;
    display: block;
    color: #09517c;
    text-decoration: none;
    font-size: 15px;
}

.blog-categories-list a:hover,
.blog-categories-list a:focus,
.blog-categories-list a:active {
    color: #185b81;
}

.blog-categories-list li {
    margin-bottom: 8px;
}

.recent-blog-thumb-image {
    float: left;
    margin-right: 15px;
}

.recent-blog-thumb-image img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
}

.post-by-details.recent-post-by-details {
    width: calc(100% - 110px);
    float: left;
    text-align: left;
}

.post-by-details.recent-post-by-details li {
    letter-spacing: 1px;
    font-size: 12px;
}

.post-by-details.recent-post-by-details {
    margin-bottom: 6px;
}

.recent-post-read-more {
    text-decoration: none;
    color: #185b81;
}

.recent-post-read-more:hover,
.recent-post-read-more:focus,
.recent-post-read-more:active {
    text-decoration: none;
    color: #185b81;
}

.recent-blog-main {
    margin-bottom: 22px;
    float: left;
    width: 100%;
}

.tags-list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.tags-list li {
    display: inline-block;
    margin-right: 10px;
}

.tags-list li a {
    text-decoration: none;
    color: #000;
    margin-bottom: 10px;
}

.tags-list li a {
    text-decoration: none;
    color: #09517c;
    background-color: #eee;
    padding: 15px 12px;
    display: inline-block;
}

.tags-list li a:hover,
.tags-list li a:focus,
.tags-list li a:active {
    color: #185b81;
}

.blog-detail-box {
    margin-top: 30px;
    border-left: 4px solid #185b81;
    transition: all .3s ease-in-out;
}

.blog-detail-box:hover {
    border-left: 4px solid #fff;
}

.blog-detail-list {
    margin-top: 40px;
}

.blog-share-pannel {
    margin-top: 70px;
}

.blog-share-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.blog-share-icons li {
    float: left;
    margin-right: 15px;
}

.blog-share-icons li a {
    color: #185b81;
    font-size: 25px;
}

.comments-main .news-heading h4,
.comments-main .news-heading {
    margin-top: 0;
}

.reply-btn {
    text-decoration: none;
    background-color: #eeeeee;
    padding: 15px 40px;
    color: #09517c;
    display: inline-block;
    font-size: 15px;
}

.reply-btn:hover,
.reply-btn:focus,
.reply-btn:active {
    background-color: #185b81;
    color: #fff;
    text-decoration: none;
}

.comment-children {
    margin-left: 40px;
}

.blog-comment-form-pannel {
    float: left;
    width: 100%;
    background-color: #185b81;
    padding: 30px 15px;
}

.blog-form-pannel-outer {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.our-team-des-text p {
    line-height: 28px;
}

.our-team-des-text {
    margin-top: 10px;
    margin-bottom: 25px;
}

.faq-accordion .panel-default>.panel-heading {
    padding: 0;
    background-color: #eeeeee;
    color: #09517c;
}

.faq-accordion .accordion-toggle {
    display: block;
}

.faq-accordion .accordiaon-icon {
    background-color: #185b81;
    padding: 12px 20px;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    font-size: 25px;
}

.faq-accordion .panel-default.panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.faq-accordion .accordion-toggle {
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    color: #09517c;
    padding: 15px;
}

.faq-accordion .accordion-toggle:hover,
.faq-accordion .accordion-toggle:focus,
.faq-accordion .accordion-toggle:active {
    text-decoration: none;
}

.faq-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #eee;
    border-top: 2px solid #185b81;
}

.faq-accordion .panel-group .panel+.panel {
    margin-top: 13px;
}

.faq-description p {
    line-height: 26px;
}

.faq-sub-heading h4 {
    color: #09517c;
    font-family: Yesevaone-Regular;
    font-size: 20px;
}

.gallery img {
    width: 24%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    padding: 2px 0;
}

.sl-overlay {
    opacity: 0.98;
    background-color: #185b81;
}

.sl-wrapper .sl-navigation button {
    color: #fff;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
    color: #fff;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-bottom: 30px;
}

.hovereffect .project-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%;
}

.project-four-column .hovereffect img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.project-three-column .hovereffect img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.project-two-column .hovereffect img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    font-family: YesevaOne-Regular;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
}

.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 50px 0 0;
    padding: 7px 14px;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .project-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.project-overlay-des {
    color: #fff;
}

.project-two-column .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #42b078;
}

.project-two-column .hovereffect .project-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
    background-color: rgba(0, 186, 116, 0.85);
}

.project-two-column .hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.project-two-column .hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.project-two-column .hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 25px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

.project-two-column .hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.project-two-column .hovereffect:hover h2:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.project-two-column .hovereffect a,
.project-two-column .hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.project-two-column .hovereffect:hover a,
.project-two-column .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.project-two-column .project-overlay-des {
    font-size: 20px;
}

.project-detail-small-heading {
    font-size: 20px;
    margin-bottom: 2px;
}

.project-information-outer {
    margin-top: 30px;
}

.post-share-social-icons {
    float: left;
    width: 100%;
}

.dobule-side-big-tittle {
    font-size: 34px;
    line-height: 43px;
}

.about-image-outer img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.about-image-des-inner {
    text-align: center;
    background-color: #185b81;
    padding: 20px 35px;
    width: 70%;
    top: -60px;
    margin: 0 auto;
    position: relative;
}

.about-image-des-inner p {
    color: #fff;
}

.about-two-side-des-pannel {
    margin-top: 45px;
    margin-bottom: 45px;
}

.our-mission-inner {
    margin-top: 20px;
}

.mission-fullwidth-des {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.mission-points-sec {
    margin-top: 40px;
}

.border-box-outer:hover .single-service-list-des li {
    color: #fff;
}

.border-box-outer:hover .single-service-list-des li::before {
    color: #fff;
}

.our-experience-sec {
    margin-top: 50px;
    background-color: #eee;
    padding: 50px 0;
    float: left;
    width: 100%;
}

.percentCount {
    font-weight: lighter;
    font-family: Raleway-Regular;
}

.pogress-bar-outer {
    padding-right: 30px;
}

.about-mission-sec-outer {
    margin-bottom: 45px;
}

.ace-responsive-menu>li.active>a {
    color: #185b81;
}

.ace-responsive-menu>li.active>a:hover {
    color: #fff;
}

.team-img img {
    min-height: 500px;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}

.project-page-outer {
    margin-top: 65px;
}

.single-project-page-outer {
    margin-top: 60px;
}

.gallery-page-outer {
    margin-top: 60px;
}

.faq-page-outer {
    margin-top: 60px;
}

.blog-grid-2 .news-tumb img {
    height: 340px;
}

.blog-grid-main .white-sec-outer {
    margin-bottom: 0;
}

.pagination {
    margin: 20px 0 0 0;
}

.blog-grid-sidebar .news-tumb img {
    height: auto;
}

.blog-details .news-tumb img {
    height: auto;
}

.review-image img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.review-image {
    float: left;
    width: 220px;
}

.review-des-pannel-outer {
    float: left;
    width: calc(100% - 220px);
}

.review-heading {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 0;
}

.review-des p {
    line-height: 22px;
}

.review-des {
    margin-top: 10px;
}

.review-rply-btn {
    color: #fff;
    background-color: #185b81;
    padding: 12px 18px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid #185b81;
    transition: all .3s ease-in-out;
}

.review-rply-btn:hover,
.review-rply-btn:focus,
.review-rply-btn:active {
    color: #185b81;
    background-color: transparent;
    text-decoration: none;
    border: 2px solid #185b81;
}

.review-page-outer {
    margin-top: 60px;
}

.review-pannel-outer {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 35px 0;
}

.review-rply-form-outer {
    background-color: #185b81;
    float: left;
    margin: 0 !important;
    margin-top: 3px !important;
    padding: 15px !important;
    width: 100% !important;
    opacity: 1 !important;
    display: none;
}

.review-rply-form-outer .call-back-submit-btn {
    padding: 8px 18px;
}

.rating-outer {
    text-align: right;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #185b81;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff9800;
    z-index: 9999;
}

.loader {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

@keyframes loader {
    0% {
        left: -100px
    }
    100% {
        left: 110%;
    }
}

.box {
    width: 50px;
    height: 50px;
    background: #fff;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        transform: translateY(0) rotate(90deg);
    }
}

.shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
}

@keyframes shadow {
    50% {
        transform: scale(1.2, 1);
    }
}

.back-to-top {
    background-color: #185b81;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 14px;
    opacity: 0.98;
    padding: 9px;
    position: fixed;
    right: 20px;
    text-decoration: none;
    z-index: 9;
    border: 1px solid #fff;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
    color: #fff;
    text-decoration: none;
    opacity: 0.85;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all .3s ease-in-out;
}

.homepage-2 .hicp-commom-bg {
    background: #09517c;
}

.homepage-2 .hicp-green-bg {
    background: #185b81;
}

.homepage-2 .about-sec-outer {
    background: #09517c;
}

.homepage-2 .portfolio-bg {
    background: #09517c;
}

.homepage-2 .testimonial-bg {
    background: #09517c;
}

.homepage-2 .counter-sec-outer {
    background: #185b81;
}

.homepage-2 .heading-seprator {
    width: 150px;
    height: 4px;
}

.homepage-2 .white-seprator {
    width: 150px;
    height: 4px;
}

.homepage-3 .hicp-commom-bg {
    background: #09517c;
}

.homepage-3 .hicp-green-bg {
    background: #185b81;
}

.homepage-3 .about-sec-outer {
    background: #09517c;
}

.homepage-3 .portfolio-bg {
    background: #09517c;
}

.homepage-3 .testimonial-bg {
    background: #09517c;
}

.homepage-3 .counter-sec-outer {
    background: #185b81;
}

.homepage-3 .heading-seprator {
    width: 150px;
    height: 4px;
}

.homepage-3 .white-seprator {
    width: 150px;
    height: 4px;
}

.three-block-inner {
    padding: 40px 20px;
    background-color: rgba(57, 57, 62, 0.98);
    text-align: center;
    color: #fff;
    transition: all .3s ease-in-out;
}

.three-block-inner:hover {
    background-color: #185b81;
}

.three-block-icon i {
    font-size: 40px;
}

.three-block-tittle h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.three-block-des p {
    color: #fff;
}

.three-block-sec-outer {
    margin-top: 60px;
}

.homepage-3 .our-services-outer .three-block-inner {
    margin-top: 30px;
}

.blocks-services {
    display: flex;
    flex-wrap: wrap;
}

.homepage-3 .testimonial-des {
    width: 60%;
    background-color: #185b81;
    padding: 15px 20px;
}

.partner-slider {
    margin-top: 45px;
}

@media screen and (max-width: 991px) and (min-width: 320px) {
    .ace-responsive-menu>li {
        display: block;
    }
    .ace-responsive-menu {
        float: left;
        width: 100%;
    }
    .ace-responsive-menu {
        background-color: #eee;
        text-align: left;
    }
    .ace-responsive-menu>li:first-child {
        border-top: 2px solid #185b81;
    }
    .ace-responsive-menu>li:last-child {
        border-bottom: none;
    }
    .ace-responsive-menu>li {
        border-bottom: 1px solid #09517c;
    }
    .ace-responsive-menu>li>a i {
        color: #185b81;
    }
    .ace-responsive-menu li a:hover {
        color: #fff;
    }
    nav {
        position: absolute;
        width: 100%;
        z-index: 99;
        right: 10px;
    }
    .top-header-social-icons ul {
        text-align: center;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .slider-big-tittle {
        font-size: 46px;
    }
    .bar-info-text {
        font-size: 24px;
    }
    .slider-contact-bar-inner {
        width: 85%;
        padding: 45px 15px;
    }
    .slider-bottom-contact-btn {
        padding: 12px 20px;
        font-size: 16px;
    }
    .small-white-text {
        font-size: 20px;
    }
    .portfolio-image {
        height: 200px;
    }
    .counter-des h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .team-img img {
        min-height: 350px;
        max-height: 300px;
    }
    .team-hover .desk {
        padding: 0 0;
    }
    .hover-tittle {
        letter-spacing: 1px;
        line-height: 20px;
        font-size: 14px;
    }
    .desk p {
        line-height: 20px;
        font-size: 12px;
    }
    .team-member .s-link a {
        margin: 0 2px;
    }
    .news-tumb img {
        height: 180px;
    }
    .news-heading h4 {
        font-size: 17px;
        line-height: 20px;
    }
    .post-by-details li {
        margin-right: 0px;
        font-size: 11px;
    }
    .post-des p {
        font-size: 14px;
    }
    .footer-heading {
        font-size: 20px;
    }
    .footer-des-text-outer {
        width: 80%;
    }
    .servive-sec-heading {
        font-size: 24px;
    }
    .dobule-side-big-tittle {
        font-size: 30px;
        line-height: 37px;
    }
    .about-image-des-inner {
        width: 80%;
    }
    .project-four-column .hovereffect img {
        height: 150px;
    }
    .project-four-column .hovereffect a.info {
        margin: 14px 0 0;
        padding: 3px 10px;
        font-size: 12px;
    }
    .project-three-column .hovereffect img {
        height: 230px;
    }
    .project-two-column .hovereffect img {
        height: 320px;
    }
    .gallery img {
        width: 33%;
    }
    .blog-grid-2 .news-tumb img {
        height: 295px;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .top-bar-info-list ul li {
        float: none;
        margin-left: 10px;
        color: #fff;
        font-size: 14px;
    }
    .top-bar-info-list ul {
        text-align: center;
    }
    .top-header-social-icons ul {
        text-align: center;
    }
    .menu-toggle {
        margin-top: -48px;
    }
    nav {
        width: 93%;
    }
    .slider-big-tittle {
        font-size: 22px;
        line-height: 26px;
    }
    .slider-description-text {
        width: 75%;
        margin-top: 20px;
        font-size: 16px;
    }
    .home-slider .slick-prev,
    .home-slider .slick-next {
        padding: 8px 5px;
    }
    .slider-btns a {
        padding: 9px 15px;
    }
    .slider-background {
        height: 500px;
    }
    .bar-info-text {
        font-size: 20px;
    }
    .slider-contact-bar-inner {
        width: 95%;
        padding: 25px 5px;
        text-align: center;
    }
    .slider-bottom-contact-btn {
        float: none;
        display: inline-block;
    }
    .tittles h2 {
        font-size: 30px;
    }
    .tittles p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .white-sec-outer {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .small-white-text {
        font-size: 20px;
    }
    .hicp-des-text p {
        color: #fff;
        width: 100%;
    }
    .white-heading-seprator {
        margin: 0 auto;
    }
    .hicp-commom-bg {
        height: auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .white-heading {
        font-size: 28px;
    }
    .filter-button {
        margin-bottom: 4px;
        padding: 4px 7px;
        font-size: 14px;
    }
    .gallery_product {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .white-big-heading {
        font-size: 30px;
    }
    .white-sub-heading {
        font-size: 15px;
    }
    .counter-sec-outer {
        text-align: center;
    }
    .counter-des h3 {
        font-size: 17px;
        margin-top: 0;
    }
    .counter-des {
        margin-bottom: 40px;
    }
    .team-img img {
        min-height: 100%;
        max-height: 100%;
    }
    .testimonial-des {
        width: 90%;
    }
    .post-by-details li {
        letter-spacing: 1px;
        font-size: 12px;
    }
    .news-ovwelay-main {
        margin-bottom: 20px;
    }
    .partner-sec-outer img {
        background-color: transparent;
    }
    .call-back-heading h2 {
        font-size: 30px;
    }
    .call-back-sub-text p {
        font-size: 18px;
    }
    .call-back-sub-text a {
        font-size: 30px;
    }
    .footer-main {
        padding: 30px 0 20px;
    }
    .footer-des-text-outer {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }
    .footer-des-text {
        margin-top: 20px;
        font-size: 15px;
        line-height: 20px;
    }
    .footer-serprator {
        margin: 0 auto;
    }
    .footer-heading {
        margin-bottom: 20px;
        text-align: center;
        font-size: 18px;
    }
    .footer-links {
        text-align: center;
        margin-top: 20px;
    }
    .dobule-side-big-tittle {
        font-size: 29px;
        line-height: 34px;
    }
    .servive-sec-heading {
        font-size: 20px;
        line-height: 24px;
    }
    .about-image-des-inner {
        text-align: center;
        padding: 20px 15px;
        width: 95%;
    }
    .mission-fullwidth-des {
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }
    .mission-points-sec .border-box-outer {
        margin-bottom: 20px;
    }
    .our-experience-sec {
        margin-top: 0;
    }
    .section-sepration {
        margin-top: 0;
        margin-bottom: 0;
    }
    .single-service-list-des {
        margin-bottom: 20px;
    }
    .single-service-page-outer .border-box-outer {
        margin-top: 20px;
    }
    .project-four-column .hovereffect img {
        height: auto;
        min-height: 280px;
        max-height: 100%;
    }
    .project-three-column .hovereffect img {
        height: auto;
        min-height: 230px;
        max-height: 100%;
    }
    .project-two-column .hovereffect img {
        height: auto;
        min-height: 300px;
        max-height: 100%;
    }
    .border-box-outer {
        margin-top: 20px;
    }
    .gallery img {
        width: 49%;
        height: 200px;
    }
    .faq-description {
        margin-top: 20px;
    }
    .faq-accordion .accordion-toggle {
        font-size: 15px;
    }
    .blog-grid-2 .news-tumb img {
        height: auto;
        min-height: 240px;
        max-height: 100%;
    }
    .comment-children {
        margin-left: 0;
        padding-left: 15px;
    }
    .form-inner {
        width: 100%;
        padding: 50px 0 40px 0;
    }
    .review-image {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .review-des-pannel-outer {
        float: none;
        width: 100%;
    }
    .review-des-pannel-outer {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .rating-outer {
        text-align: center;
    }
    .three-block-inner {
        margin-bottom: 10px;
    }
}