/*Custom css*/

* {
    margin: 0;
    padding: 0;
    outline: none
}

ul,
ol {
    list-style: none;
    margin-bottom: 0;
}

button,
input[type='submit'],
input[type='reset'],
a,
.btn,
.btn-submit,
.tr4 {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.tr3,
.highlightBox,
figure img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.tr2,
.form-control {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

h2 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

b {
    font-weight: 700;
}

.btn-success {
    background-color: #80b435;
    border-color: transparent;
}

.btn-light:hover {
    color: #fff;
    background-color: #0062cc;
    border-color: transparent;
}

figure {
    margin-bottom: 0;
}


/*browser selection text and bg color*/

::-moz-selection {
    color: #fff;
    background: #4291ff;
}

::selection {
    color: #fff;
    background: #4291ff;
}

::-moz-selection {
    color: #fff;
    background: #4291ff;
}


/*place holder text color*/

::-webkit-input-placeholder {
    color: #aaa;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}


/*chrome input type file cursor pointer*/

::-webkit-file-upload-button {
    cursor: pointer;
}

a:hover {
    text-decoration: inherit;
    color: currentColor;
}

img {
    max-width: 100%;
}

body,
html {
    min-height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}


/*header*/

.headerTop {
    background: #5c5c5c;
    color: #fff;
    padding: 15px 0;
}

.topNav li {
    position: relative;
    padding-left: 10px;
}

.topNav li+li {
    margin-left: 15px;
}

.topNav li a {
    color: #fff;
}

.topNav li a:hover {
    color: #80b435;
}

.topNav li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #80b435;
}

.topSocial li a {
    color: #fff;
}

.topSocial li a:hover {
    color: #80b435;
}

.topSocial li+li {
    margin-left: 10px;
}

.headerBottom {
    background-color: #fff;
}

.headerBottom .navbar-nav li+li {
    margin-left: 30px;
}

.headerBottom .navbar-nav a {
    color: #4a4a4a;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.headerBottom .navbar-nav a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #0062cc;
    bottom: -4px;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.headerBottom .navbar-nav a:hover,
.headerBottom .navbar-nav li.active>a {
    color: #0062cc;
}

.headerBottom .navbar-nav a:hover::after,
.headerBottom .navbar-nav li.active>a:after {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.headerBottom.fixed-top {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.headerBottom.fixed-top .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.headerBottom.fixed-top .navbar-brand {
    max-width: 60px;
}

.headerBottom .dropdown-menu {
    padding: 10px;
}

.headerBottom .dropdown-item+.dropdown-item {
    margin-top: 10px;
}

.free-estimate {
    background-color: #80b435;
    position: absolute;
    top: -15px;
    bottom: -15px;
    line-height: 54px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.free-estimate:hover {
    background-color: #3c9108;
}

.mainHeading h2 {
    font-size: 36px;
    color: #37404d;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.mainHeading {
    margin-bottom: 36px;
}


/*banner*/

.bannerCaption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 4;
}

.bannerCaptionInn {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.bannerCaption h2,
.bannerCaption h1 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: normal;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

.bannerCaption p {
    color: #fff;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 300;
    opacity: 0.8;
    margin-bottom: 40px;
}

.bannerSec .item {
    position: relative;
}

.bannerSlider .item {
    overflow: hidden;
    max-height: 520px;
}

.bannerSlider .slick-arrow,
.bestDealSlider .slick-arrow,
.popertySlider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    text-align: center;
    background: #a5a5a5;
    border-radius: 5%;
    border-color: transparent;
    z-index: 1;
    font-size: 0;
    opacity: 0.5;
}

.bannerSlider .slick-arrow:hover {
    opacity: 1;
}

.bannerSlider .slick-arrow:after,
.bestDealSlider .slick-arrow:after,
.popertySlider .slick-arrow:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 21px;
    font-family: FontAwesome;
}

.bannerSlider .slick-next {
    right: 10px;
}

.bannerSlider .slick-next:after,
.bestDealSlider .slick-next:after,
.popertySlider .slick-next:after {
    content: "\f105";
}

.bannerSlider .slick-prev {
    left: 10px;
}

.bannerSlider .slick-prev:after,
.bestDealSlider .slick-prev:after,
.popertySlider .slick-prev:after {
    content: "\f104";
}

.bannerSlider .item figure img {
    width: 100%;
}


/*whyChooseUs*/

.whyChooseUs {
    padding: 60px 0;
}

.mainHeading h2 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.mainHeading h2 span {
    color: #80b435;
}

.ourExperience {
    max-width: 780px;
    margin-bottom: 42px;
}

.ourExperience p {
    color: #333;
    margin-bottom: 0;
}

.highlightBox {
    padding: 40px;
}

.highlightBox:hover {
    background: #f5f5f5;
}

.highlightBox:hover {
    position: relative;
    top: -5px;
}

.highlightBox figure {
    margin-bottom: 20px;
}

.highlightBox h4 {
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    color: #646464;
}


/*ourService*/

.ourService {
    padding: 80px 0;
}

.serviceBlock {
    position: relative;
    margin-bottom: 10px;
}

.serviceBlock .ourSeviceCaption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
    /* text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #80b435, 0 0 30px #80b435, 0 0 40px #80b435; */
}

.ourService .btn {
    margin-top: 30px;
    min-width: 210px;
    line-height: 38px;
}

.serviceBlock figure:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

.help-block-bg {
    background: url(../images/help-bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0px;
    position: relative;
    z-index: 1;
}

.help-block-bg::before {
    content: '';
    width: 100%;
    background: #2e375fb3;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.callUsSec {
    color: #fff;
}

.callUsSec .mailto {
    display: block;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.callUsSec a:hover {
    opacity: 0.8;
}

.callUsSec h2+h2 {
    padding-top: 10px;
}

.callUsSec a {
    margin-top: 20px;
    min-width: 130px;
    line-height: 30px;
}

.testiSec {
    padding: 80px 0;
    background: #fdfdfd;
    position: relative;
    background-attachment: fixed;
}

.testiSec .ourExperience p,
.testiSec .mainHeading h2 {
    color: #fff;
}

.testimonial-thumb .test-th:after {
    content: '';
    position: absolute;
    width: 44px;
    height: 34px;
    background-image: url(../images/test-arrow.png);
    background-repeat: no-repeat;
    bottom: -40px;
    left: 70px;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.testimonial-thumb .slick-center .test-th:after {
    opacity: 1;
}

.test-thumb-box figure img {
    cursor: pointer;
    opacity: 0.6;
}

.slick-center figure img {
    cursor: auto;
    opacity: 1;
}

.testimonial-thumb-col {
    margin-right: 8.33333333%;
}

.testimonial-text-wrap {
    height: 540px;
    display: table-cell;
    vertical-align: middle;
}

.feed_comment {
    padding: 49px 0 10px 45px;
    background: url(../images/inverted_coma.png) left top no-repeat;
    text-align: left;
}

.feed_comment p {
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.comment_bottom {
    padding: 7px 10px;
    border-left: 3px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
}

.comment_bottom span {
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.demo_cont_col h2 {
    font-size: 33px;
}

.testimonial-thumb figure img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 2px #ccc;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    margin: 0 auto;
    position: relative;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
}

.test-th {
    height: 170px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.test-th-wrap {
    display: table;
    width: 100%;
}

.slick-center figure img {
    transform: scale(3.15);
    -webkit-transform: scale(3.15);
    -moz-transform: scale(3.15);
    -ms-transform: scale(3.15);
    -o-transform: scale(3.15);
    border-color: #0062cc;
}

.gallarySec {
    padding: 60px 0;
}

.gallarySec .item figure {
    max-height: 180px;
    overflow: hidden;
    position: relative;
}

.gallarySec .item figure:after {
    background-color: rgba(3, 15, 27, 0.6);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    content: "";
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.gallarySec .item figure:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.gallarySec .item figure:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.footer {
    color: #fff;
}

.footerTop {
    background-color: #303030;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/bg-4.jpg);
    padding: 60px 0;
    font-size: 15px;
}

.footerTop h3 {
    margin-bottom: 20px;
}

.footerLogo {
    margin-bottom: 20px;
    display: block;
}

.footerLogo:hover {
    opacity: 0.8;
}

.info-block {
    position: relative;
    margin-bottom: 16px;
}

.info-block i,
.info-block span {
    display: inline-block;
    vertical-align: middle;
}

.info-block span {
    padding-left: 15px;
    max-width: 95%;
}

.info-block a {
    display: inline-block;
    color: #fff;
}

.info-block a:hover {
    color: #80b435;
}

.footerUsefulLinks li {
    margin-top: 8px;
    width: 50%;
    margin-bottom: 4px;
    float: left;
}

.footerUsefulLinks li a {
    color: #fff;
}

.footerUsefulLinks li a:hover {
    color: #80b435;
    padding-left: 5px;
}

.footerBottom {
    background: #262626;
    padding: 32px 0;
}

.social-icons li+li {
    padding-left: 10px;
}

.social-icons li a {
    font-size: 18px;
    color: #fff;
}

.social-icons li a:hover {
    color: #80b435;
}

.copyright {
    font-size: 12px;
}


/*aboutUsPage*/

.aboutBanner {
    padding: 60px 0;
    min-height: 190px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutBanner h1 {
    margin-bottom: 0;
    font-size: 50px;
    text-transform: uppercase;
}

.tallent {
    padding: 70px 0;
}

.tallentHead {
    max-width: 975px;
}

.tallentHead h2 {
    margin-bottom: 30px;
}

.tallentHead p+p {
    padding-top: 10px;
}

.tallentHead p {
    font-size: 20px;
}

.visionBox {
    background-image: url(../images/vision-map.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.visionBoxIn {
    max-width: 1000px;
}

.ourVision h3 {
    margin-bottom: 15px;
    min-height: 46px;
    color: #464646;
    font-weight: 400;
}

.ourVision p {
    color: #898989;
}

.question {
    padding: 70px 0;
    background-color: #fafafa;
}

.question-l {
    margin-top: 120px;
}

.qstion-contact li+li {
    margin-top: 10px;
}

.qstion-contact ul li a {
    font-weight: 700;
    font-size: 18px;
    color: #0062cc;
}

.qstion-contact ul li a:hover {
    padding-left: 5px;
    opacity: 0.9;
}

.floating {
    -webkit-animation: 2s infinite alternate floating;
    animation: 2s infinite alternate floating;
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        transform: translateY(-5px)
    }

    to {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        transform: translateY(5px)
    }
}

@keyframes floating {
    from {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        transform: translateY(-5px)
    }

    to {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        transform: translateY(5px)
    }
}

.contactBanner {
    min-height: 474px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contactBanner p {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    font-size: 21px;
}

.contactBanner .bannerCaptionInn {
    margin: 0;
}

.about-banner .captionInner {
    max-width: 615px;
}

.captionInner h2 {
    margin-bottom: 15px;
    color: #000;
}

.captionInner p {
    color: #000;
    font-size: 20px;
}

.contactInner {
    position: relative;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 100px;
}

.portfolio-bnr>img {
    width: 100%;
}

.frmLeft {
    padding: 50px 50px 13px;
}

.frmLeft .mainHeading h2 {
    font-size: 24px;
}

.input-box label {
    font-size: 16px;
    color: #424242;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.input-box label sup {
    color: red;
}

.input-box {
    margin-bottom: 35px;
}

.input-box .form-control {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
}

.input-box .form-control:focus {
    padding-left: 20px;
}

.input-box textarea.form-control {
    resize: none;
    height: 100px;
    width: 86%;
    display: inline-block;
    vertical-align: sub;
}

.btn-submit {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #0062cc;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    background-position: center center;
    border: none;
    background-image: url(../images/submit-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    top: 35px;
}

.btn-submit:hover {
    background-color: #409bfd;
    background-position: 25px center;
}

.contact-info {
    background: #409bfd;
    padding: 50px 40px;
    color: #fff;
}

.contact-info h3,
.follow h3 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 24px;
}

.info-book {
    margin-bottom: 20px;
}

.info-l {
    width: 20px;
    height: 20px;
    float: left;
    font-size: 21px;
}

.info-r {
    margin-left: 30px;
}

.info-r h4 {
    font-size: 18px;
}

.info-r a {
    color: #fff;
    font-size: 14px;
}

.info-r a:hover {
    color: #dadada;
}

.follow {
    background: #0062cc;
    padding: 40px;
}

.follow ul li {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.follow ul li a {
    background: #fff;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #0062cc;
    line-height: 44px;
    font-size: 18px;
    font-size: 21px;
}

.follow ul li a:hover {
    color: #fff;
    background: #464646;
}

.serviceBanner {
    min-height: 260px;
}

.ourServicesc {
    padding-top: 70px;
}

.ourSerAbout {
    padding-top: 20px;
}

.servicesItemCol {
    padding: 70px 0;
    background-color: #fafafa;
}

.servicesItem {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.servicesItem a {
    width: 20%;
    text-align: center;
    color: #80b435;
}

.servicesItemInfo {
    width: 80%;
}

.servicesColA .servicesItem a {
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.servicesColA .servicesItemInfo {
    text-align: right;
}

.servicesItemContent p {
    margin-bottom: 0;
}

.servicesItem+.servicesItem {
    margin-top: 30px;
}

.servicesItem:hover a {
    color: #0062cc
}

.servicesItem:hover .serviceIcon {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.pcRepair {
    padding: 70px 0;
}

.reapirImg {
    margin-bottom: 30px;
}

.repairInfo h4 {
    margin-bottom: 20px;
}

.listSucess li+li {
    margin-top: 10px;
}

.listSucess li {
    position: relative;
    padding-left: 25px;
}

.listSucess li:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f00c';
    font-family: FontAwesome;
    color: #0062cc;
}

.contactInfo {
    background: #3c4972;
    color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 2px;
    text-align: center;
}

.contactInfo>h4,
.contactInfoA>h4 {
    margin-bottom: 20px;
}

.contactInfoA {
    padding: 20px;
    background: #f2f2f2;
    border-radius: 2px;
    color: #222222;
}

.contactInfoA .info-r a {
    color: #000;
}

.contactInfoA .info-r a:hover {
    color: #0062cc;
}

.servicesItemContent p span {
    display: block;
}

.serviceBlock figure {
    height: 190px;
    overflow: hidden;
}

.serviceBlock figure img {
    width: 100%;
    height: 100%;
}

.captionInner h2 {
    text-shadow: none;
}

.mapIn {
    height: 400px;
    overflow: hidden;
}

.mapIn iframe {
    height: 100%;
    width: 100%;
    border: 0;
}

.captionInner {
    padding: 30px 0;
}

/* Text Logo Style */
.logo-text {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.logo-text span {
    color: #80b435;
    /* Theme green color */
}

.logo-text-footer {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    margin-bottom: 20px;
}

.logo-text-footer span {
    color: #80b435;
    /* Theme green color */
}

.logo-text-footer:hover {
    text-decoration: none;
    color: #ffffff;
}