@import url('https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

html {
  scroll-behavior: smooth;
}
body {
    color: #4e5c79 !important;
    font-size: 16px;
    font-family: 'Cuprum', sans-serif !important;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    color: #2D3954;
    font-weight: 700 !important;
    text-transform: capitalize;
    font-family: 'Cuprum', sans-serif;
}
p, ul, ol, dl, dt, dd, blockquote, address {
    margin: 0 0 10px;
}
p {
    line-height: 1.8;
    font-family: 'Cuprum', sans-serif;
}

html body .font-normal {
    font-weight: 400;
}
html body .b-r {
    border-right: 1px solid #e0ecf5 !important;
}
img, svg {
    vertical-align: middle;
}
a {
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-family: 'Cuprum', sans-serif;
}
/*Global Css end*/

/*tab*/
.minx{
    min-height:415px;
}
.service .pc-tab > input,
.service .pc-tab section > div {
  display: none;
}
.service #tab1:checked ~ section .tab1,
.service #tab2:checked ~ section .tab2,
.service #tab3:checked ~ section .tab3 {
  display: block;
}
.service #tab1:checked ~ nav .tab1,
.service #tab2:checked ~ nav .tab2,
.service #tab3:checked ~ nav .tab3 {
  color: red;
}
.service .pc-tab {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.service .pc-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service .pc-tab ul li label {
  float: left;
  padding: 15px 25px;
  border-bottom: 0;
  background: #fff;
  color: #444;
  width: 200px;
    text-align: center;
	margin: 0 10px 20px 0;
}
.service .pc-tab ul li label:hover {
  background: #dddddd;
}
.service .pc-tab ul li label:active {
  background: #ffffff;
}
.service .pc-tab ul li:not(:last-child) label {
  border-right-width: 0;
}
.service .pc-tab section {
  font-family: "Droid Serif";
  clear: both;
}
.service .pc-tab section div {
  padding:15px 20px;
  width: 100%;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}
.service .pc-tab section div h2 {
    margin: 0 0 10px;
    letter-spacing: 1px;
    color: #34495e;
    text-transform: uppercase;
    font-size: 21px;
}
.service #tab1:checked ~ nav .tab1 label,
.service #tab2:checked ~ nav .tab2 label,
.service #tab3:checked ~ nav .tab3 label {
  background: #1d8600;
  color: #fff;
  position: relative;
  border: 0;
}
.service #tab1:checked ~ nav .tab1 label:after,
.service #tab2:checked ~ nav .tab2 label:after,
.service #tab3:checked ~ nav .tab3 label:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 85px;
	border-width: 15px 15px 0;
	border-style: solid;
	border-color: #1d8600 transparent;
	border-top-color: #1d8600;
	border-right-color: transparent;
	border-bottom-color: rgb(255, 255, 255);
	border-left-color: transparent;
	display: block;
	width: 0;
}
.service .info-box{
	padding:0 !important;
}
.service .info-box .btn.btn-primary i {
    line-height: 45px !important;
}
.service .info-box .btn.btn-primary {
    padding-top: 13px;
    padding-bottom: 13px;
}




/*Topbar section*/
.top-bar {
    background-color: #fff;
    background-repeat: repeat-x;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: contain;
    font-size: 15px;
    color: #6f6f6f;
    font-family: 'Cuprum', sans-serif;
}
.info-box i, .info-box span {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.icon-left, .icon-right {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.info-box i {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    text-align: center;
    color: #fff;
    background-color: #25a800;
}
.fa-phone::before {
    content: "\f095";
}
.icon-left::after {
    -moz-transform: skewY(2deg);
    -webkit-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
}
.icon-left::after, .icon-right::after {
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    bottom: -3px;
    width: 100%;
    background-color: #fff;
}
.info-box a {
    font-size: 18px;
    color: #6f6f6f;
    font-family: 'Cuprum', sans-serif;
}
.btn.btn-primary {
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 90px;
    padding-left: 30px;
    background: #222b2d;
    text-transform: uppercase;
    position: relative;
    font-family: 'Cuprum', sans-serif;
    font-weight: 501;
}
.btn.btn-primary i {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    line-height: 60px !important;
    color: #fff;
}
.fa-arrow-right::before {
    content: "\f061";
}
.btn-primary:hover {
    color: #fff;
    background-color: #344548 !important;
    border-color: #344548 !important;
}
/*Topbar section end*/
/*Stick header and menu */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
nav {
    display: block;
}
.menu {
    display: block;
    float: right;
    margin-bottom: 0;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.menu li:first-child {
    margin-left: 0;
}
.menu li a {
    font-weight: 600;
    text-decoration: none;
    padding:4px 30px 25px 25px;
    display: block;
    color: #2d3954;
    transition: all 0.2s ease-in-out 0s;
    font-family: 'Cuprum', sans-serif;
}
.menu li a:hover, .menu li:hover > a {
    color: #25a800;
    text-decoration: underline !important;
    text-underline-position: under;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
}
.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}
.menu ul li a {
    font-size: 16px;
    font-weight: normal;
    display: block;
    color: #2d3954;
    background: #fff;
}
.menu ul li a:hover, .menu ul li:hover > a {
    color: #25a800;
}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
.menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}
.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}
.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}
/*menu bg color
a.homer {
    background: #1d8600;
}*/

@media (max-width: 991px) {
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }
    .responsive-menu {
        display: block;
        color: #1d8600;
        font-size: 24px;
        text-align: right;
    }
    .menu {
        display: none;
    }
    .menu-sec nav {
        width: 100%;
        float: right;
        position: absolute;
        top: -9.99em;
        right: 0;
    }
    .menu {
      background: #fff;
      padding: 0;
      float: none;
    }
    .menu li {
        display: block;
    }
    .menu li a {
        background: #fff;
        color: #797979;
    }
    .menu li a:hover, .menu li:hover > a {
        background: #1d8600;
        color: #fff;
    }
    .menu ul li a:hover, .menu ul li:hover > a {
        color: #fff;
    }
    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }
    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }
    .menu ul ul {
        left: 0;
        transform: initial;
    }
    .menu li>ul ul:hover {
        transform: initial;
    }
    
    .logo {
        width: 70%;
        float: left;
    }
    .responsive-menu {
        background: none;
        color: #1d8600;
    }
    .responsive-menu:hover {
        background: none;
        color: #1d8600;
    }
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}
.menu-sec {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
    box-shadow: 0 3px 2px 1px rgba(0,0,0,.1);
}
/*Stick header and menu end*/
.sec-heading h2 {
    font-size: 2.5em;
    color: #1d8600;
}
.sec-heading p {
    font-size: 18px;
    padding-bottom: 2em;
    padding-top: .5em;
}
/*Banner design start*/
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .carousel-caption {
    position: absolute;
    top: 40%;
  }
  .carousel-caption h3 {
    font-size: 50px !important;
    color: #fff;
  }
/*Banner design end*/
/*Under banner*/
.un-bnr {
    padding: 40px 0;
}
.sec-head h5 {
    color: #fff;
    padding-bottom: 1em;
}
.miditem h4 {
    color: #fff;
}
/*Aboutus band*/
.bg-light {
    padding: 100px 0;
}
.text-blue {
    color: #2d3954;
    font-size: 18px;
    font-weight: 501;
    font-style: italic;
}
.more-botn {
    background: #1d8600;
    padding: 17px 35px;
    text-align: center;
    color: #fff;
    font-weight: 501;
    transition: ease .3s all;
}
.more-botn:hover {
    color: #fff;
    background: #25a800;
}
.con-botn {
    background: #404040;
    padding: 17px 35px;
    text-align: center;
    color: #fff;
    font-weight: 501;
    transition: ease .3s all;
}
.con-botn:hover {
    color: #fff;
    background: #575757;
}
.space {
    padding: .3em;
}
.text p {
    font-size: 18px;
}
/*Aboutus band*/
/*How It Works? second band start*/
.middle-icon-features-item {
    margin-top: 30px;
}
.icon-features-wrap {
    text-align: center;
    position: relative;
}
.middle-icon-large-features-box {
    background: #fff;
    width: 85px;
    height: 85px;
    line-height: 90px;
    text-align: center;
    transition: .25s ease-in-out;
    font-size: 30px;
    border-radius: 20px;
    color: #fd5332;
    margin: 15px auto;
    position: relative;
    border: 1px solid transparent;
}
.middle-icon-large-features-box.f-light-success::before {
    background: rgba(15,202,152,0);
    border-color: rgba(15,202,152,0.3);
    color: #29cf8d !important;
}
.middle-icon-large-features-box::before {
    content: "";
    position: absolute;
    border-radius: 40px;
    width: 118px;
    height: 95px;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    background: transparent;
}
.middle-icon-features-content {
    padding: 10px 30px 0;
    text-align: center;
}
.middle-icon-features-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.middle-icon-features-content p {
    margin-bottom: 0;
    font-size: 18px;
}
.middle-icon-large-features-box.f-light-warning::before {
    background: rgba(255,143,0,0);
    border-color: rgba(255,143,0,0.3);
    color: #ff8f00 !important;
}
.middle-icon-large-features-box.f-light-blue::before {
    color: #1d96ff !important;
    background: rgba(29,150,255,0);
    border-color: rgba(29,150,255,0.3);
}
/*How It Works? second band end*/
/*SErvices start*/
.service {
    padding: 100px 0;
    background-image: url(../images/srv-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.we-offer-area.text-center .items {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 67px 40px 64px;
}
.we-offer-area .items {
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid #00a01d;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
}
.items {
    background: #fff;
    text-align: center;
    padding: 85px 25px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.we-offer-area.text-center .items i {
    background: #00a01d none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    margin-bottom: 25px;
}
.items p {
    font-size: 18px;
    line-height: 26px;
}
.fa-tasks::before {
    content: "\f0ae";
    font-size: 80px;
    color: #2a3327;
}
.fa-recycle::before {
    content: "\f0ae";
    font-size: 80px;
    color: #2a3327;
}
.items h4 {
    color: #2D3954;
    padding: 1em 0;
}
.items p {
    padding-bottom: 2em;
}
/*SErvices start*/
/*Client says start*/
.smart-center {
    text-align: center;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.smart-textimonials .item {
    padding: 0 15px;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    top: 0;
    left: 0;
}
.slick-track::after {
    clear: both;
}
.slick-track::after, .slick-track::before {
    display: table;
    content: '';
}
.smart-textimonials .item-box {
    background: #fff;
    border-radius: 8px;
    padding: 2rem 1.2rem;
}
.smart-tes-author {
    text-align: left;
    padding: 0 0 1.2rem;
    display: inline-block;
    width: 100%;
}
.smart-center .st-author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.st-author-thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
}
.st-author-thumb img {
    border-radius: 50%;
}
.slick-slide img {
    display: block;
}
.img-fluid.mx-auto {
    transition: ease .5s all;
}
.img-fluid.mx-auto:hover {
    opacity: .7;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.smart-tes-content p {
    font-size: 15px;
}
.st-author-info {
    display: inline-block;
    margin-left: 0;
    margin-top: 2rem;
}
.st-author-info .st-author-title {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: #2D3954;
}
.st-author-info .st-author-subtitle {
    font-family: 'Lora',serif;
    font-style: italic;
    font-size: 12px;
}
.bg-orange {
    background-color: #e2eae3 !important;
    padding: 80px 0;
    border-bottom: 1px solid #2a3327;
}
/*Client says end*/
/*Save Money*/
.savemoney {
    padding: 80px 0;
    border-bottom: 1px solid #1d8600;
}

/*Save Money*/
hr:not([size]) {
    margin-top: 1.5em;
    width: 100%;
    border: 1px solid #1d8600;
}
/*Form start*/
.quote {
    padding: 80px 0;
}
.typo-heading {
    text-transform: uppercase;
    font-weight: 501;
    color: #2D3954;
    font-size: 14px;
    padding-top: 1em;
    font-family: 'Cuprum', sans-serif;
}
.form-control {
    border-radius: 0 !important ;
    padding: 0 .5rem !important ;
    font-family: 'Cuprum', sans-serif;
    color: #777 !important;
    background-color: #f1fff3 !important;
    border: 1px solid #1d8600 !important;
}
.contact-1 .button-theme {
    background-color: rgb(29, 134, 0) !important;
    color: #fff;
    /*line-height: 0;*/
    padding: 15px 25px;
    font-size: 16px;
    border: 0;
    outline: 0;
    margin-top: 1.5em;
    font-family: 'Cuprum', sans-serif;
}
.contact-1 .button-theme:hover {
    background-color: #25a800 !important;
    color: #fff;
}
.form-control:focus {
    box-shadow: none;
}
textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    font-family: 'Cuprum', sans-serif !important;
    padding: .5em .5em;
    border: 1px solid #ced4da;
    color: #686868;
    background-color: #f1fff3 !important;
    border: 1px solid #1d8600 !important;
}
#fulltextarea {
    height: 7rem;
    font-size: 16px;
    font-family: 'Cuprum', sans-serif;
    color: #686868;
    background-color: #f1fff3 !important;
    border: 1px solid #1d8600 !important;
}
.fulltextarea {
    height: 7rem;
    font-size: 16px;
    font-family: 'Cuprum', sans-serif;
    color: #686868;
    background-color: #f1fff3 !important;
    border: 1px solid #1d8600 !important;
}
.blank {
    margin-top: .5em;
}
.mar-30 {
    padding-top: 30px;
}
.mar-30 h5 {
    padding: 20px 0;
}
.right {
    text-align: right;
}
/*Form end*/
/*Before footer Subscribe now start*/
.call-to-act-wrap {
    padding: 50px 0;
    box-shadow: 1px 2px 16px #c6c6c6;
    background: url(../images/cal-ac-bg.jpg);
}
.call-to-act {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    align-items: center;
}
.call-to-act-head {
    flex: 1;
}
.call-to-act h3 {
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 35px;
    padding-right: 2em;
}
.call-to-act {
    color: #fff;
    font-family: 'Cuprum', sans-serif;
}
.btn.btn-call-to-act {
    background: #249f02;
    padding: 18px 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 0 0 5px rgba(66, 66, 66, 0.2);
    -webkit-box-shadow: 0 0 0 5px rgba(66, 66, 66, 0.2);
}
.btn {
    border: 2px solid transparent;
    cursor: pointer;
}
.call-to-act-head span {
    color: #fff;
    font-size: 18px;
}
/*Before footer Subscribe now end*/
/*Footer code start*/
footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a {
    color: #626262;
    transition: all ease .4s;
    font-size: 16px;
    text-decoration: none;
}
footer.skin-dark-footer a:hover {
    text-decoration: underline !important;
}
footer.skin-dark-footer ul.footer-bottom-social li a:hover, footer.skin-dark-footer ul.footer-bottom-social li a:focus {
    color: #fff;
}
footer.dark-footer {
    background: #eaffe4;
}
footer {
    z-index: 99;
    position: relative;
}
.footer-widget {
    padding: 70px 0;
}
img.img-footer {
    max-width: 180px;
    margin-bottom: 2rem;
}
.footer-add {
    color: #626262;
    font-size: 16px;
}
h4.widget-title {
    margin-top: 20px;
    /*margin-bottom: 20px;*/
    font-weight: 500;
    font-size: 17px;
}
footer.skin-dark-footer h4 {
    color: #1d8600;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    list-style: none;
    margin-top: 15px;
    display: block;
}
.text-success2 {
    color: #fb9529 !important;
}
.skin-dark-footer .footer-bottom {
    background: #176a00;
    border-top: none;
}
.footer-bottom p {
    color: #fff;
}
.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #e9edf3;
}
ul.footer-bottom-social {
    margin: 0;
    padding: 0;
}
ul.footer-bottom-social li {
    display: inline-block;
    list-style: none;
    margin-right: 17px;
    margin-top: 0;
}
footer.skin-dark-footer ul.footer-bottom-social li a {
    color: #c9f9bb;
    font-size: 20px;
}
/*Footer end*/
/*Back to top arrow start*/
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 6px;
    text-decoration: none;
    background: #249f02;
    color: #fff;
}
/*Back to top arrow end*/
/*About us code start*/
/*About us code end*/
/*Services code start*/
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url("../images/banner-srvc.jpg");
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
    text-align: center;
    color: white;
    position: relative;
    top: 8em;
}
.hero-text h1 {
    color: #fff;
}
/*tab buttons code*/
#wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.content {
  width: 100%;
  min-width: 260px;
  margin: 0 5%;
  margin-top: 4%;
  transition: 0.3s ease;
}
@media screen and (max-width: 512px) {
  .content {
    margin: 0 4%;
    margin-top: 5%;
  }
}
/* Tabs menu */
.tabs {
  margin: 0;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  border-radius: 2px 2px 0px 0px;
}
@media screen and (max-width: 512px) {
  .tabs {
    height: 40px;
  }
}
/* Tab Links */
.tablinks {
  background: transparent;
  background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
  border: none;
  outline: none;
  cursor: pointer;
  width: 30%;
  /*change depending on the number of tabs*/
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: 'Cuprum', sans-serif;
  overflow: hidden;
  transition: 0.3s ease;
}
@media screen and (max-width: 512px) {
  .tablinks {
    height: 40px;
    font-size: 12px;
  }
}
.tablinks:before {
  background: #1d8600;
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
/*tab buttons hover*/
.tablinks:hover::before {
  height: 100%;
  z-index: 2;
  bottom: 0;
}
@media screen and (max-width: 512px) {
  .tablinks:hover::before {
    height: 0;
  }
}
/* Tab active */
.tablinks.active {
  background-color: white;
  z-index: 0;
  border-right: 0px;
  border-left: 0px;
  height: 110px;
  bottom: 0px;
  overflow: hidden;
}
@media screen and (max-width: 512px) {
  .tablinks.active {
    height: 60px;
  }
}
.tablinks.active:before {
  content: "";
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
}
/* Tabs text */
.tablinks p {
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.5s ease;
    padding: 0;
    margin: 0;
    color: #2D3954;
    backface-visibility: hidden;
    font-weight: 600;
}
.tablinks:hover p {
  color: white;
  opacity: 1;
}
@media screen and (max-width: 512px) {
  .tablinks:hover p {
    color: #686868;
    opacity: 0.6;
  }
}
/* Tabs text bigger */
.tablinks p:before {
  content: attr(data-title);
  position: absolute;
  height: auto;
  width: auto;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
  font-size: 40px;
  transition: 1s ease-out;
  z-index: -1;
  font-weight: 600;
  top: 110%;
}
@media screen and (max-width: 512px) {
  .tablinks p:before {
    display: none;
  }
}
.tablinks:hover p:before {
  opacity: 0.1;
  font-size: 40px;
  top: -80%;
}
/* tab content */
.wrapper_tabcontent {
  background-color: white;
  margin-top: 0px;
  z-index: -3;
  position: relative;
  opacity: 1;
  padding: 40px 60px;
  overflow: hidden;
  transition: all 1s ease;
  top: 0;
  border: 1px solid #1d8600;
}
.tabcontent {
  display: none;
  min-height: 180px;
}
@keyframes tabEffect {
  from {
    top: -40px;
  }
  to {
    top: 0px;
  }
}
.tabcontent.active {
  transition: all 1s ease;
  display: block;
}
/* Tab content line */
.wrapper_tabcontent:after {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  transition: all 1s ease;
}
/* Title */
.tabcontent h3 {
  font-size: 40px;
  top: 75px;
  transform: rotate(90deg);
  position: absolute;
  left: -90px;
  opacity: 0.1;
  width: 200px;
  height: 60px;
  background: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0;
  animation: city 1s ease;
}
@media screen and (max-width: 512px) {
  .tabcontent h3 {
    top: 65px;
  }
}
@keyframes city {
  from {
    left: -150px;
  }
  to {
    left: -90px;
  }
}
/* Text*/
.tabcontent p {
  color: #686868;
  margin: 0;
  padding: 0;
  line-height: 28px;
  font-weight: 100;
  transition: all 1s ease;
  animation: fadeEffect 0.6s ease;
  width: 100%;
  font-size: 16px;
  font-family: 'Cuprum', sans-serif;
}
@media screen and (max-width: 512px) {
  .tabcontent p {
    font-size: 14px;
    line-height: 26px;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
button:focus {
    outline: none !important;
}
/*Services code end*/
/*Contact code start*/
.abt-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url("../images/abt-bg.jpg");
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.con-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url("../images/contact-bg.jpg");
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.sec-heading2 p {
    font-size: 18px;
    padding-top: .5em;
}
.pad-30 {
    padding-bottom: 30px;
}
.sec-heading2 i {
    font-size: 25px;
    color: #1d8600;
}
/*Contact code end*/
.form-group img.captcha-image {
    height: 35px;
}

.form-group img.refresh-captcha {
    height: 35px;
    padding: 3px;
    background-color: #fff;
    position: relative;
    top: -1px;
    left: -1px;
}

.form-group input#img_code {
    margin-top: 12px;
}

.form-group label.typo-heading.mb-2 {
    margin-right: 10px;
}
.form-group input#dis_code {
    margin-top: 12px;
}
.my_price_stracture {
    margin-top: 18px;
}
.my_price_stracture input:nth-child(2) {
    margin-left: 15px;
}
.valign_txt {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
._title_txt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

._title_txt h1 {}

._title_txt img {
    width: 59%;
    height: 250px;
    object-fit: cover;
}

.newsltr_body {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    padding: 15px 0px;
    margin-top: 15px;
}
.newsltr_logo {
    text-align: center;
    margin-bottom: 30px;
}
.newsltr_img_auto img{ height:auto !important;  }
.newsltr_logo img {
    width: 230px;
}
.newsltr_img {
    position: relative;
    margin-bottom: 15px;
}
 
.newsltr_img img {
    width:100%;
    height: 270px;
    object-fit: cover;
}
.text.newsltr_txt {
    margin-top: 15px;
    margin-bottom: 30px;
}
.btn_theme {
    border-radius: 4px;
    background-color: rgb(29, 134, 0) !important;
    color: #fff;
    line-height: 0;
    padding: 15px 25px;
    font-size: 16px;
    border: 0;
    display:inline-block;
    outline: 0;
    font-family: 'Cuprum', sans-serif;
}
.btn_theme:hover{ color:#fff; }
.newsltr_img_auto {
    text-align: center;
    width: 100%;
    margin: auto;
    /*margin-bottom:20px;*/
}
.newsltr_img_auto img{
  /* border-radius: 10px;*/
}
.img_row {
    background-image: url(../images/cal-ac-bg.jpg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom:0px;
}
.img_row .newsltr_img {
    width: 60%;
    margin-bottom: 0px;
}

.img_row .newsltr_txt {
    width: 40%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 13px;
}

.trd_row {
    padding: 20px 20px;
    border-bottom: solid 1px #f7efef;
}
.newsltr_bottom {
    padding: 0px 20px;
    margin-top: 20px;
}
.art_body {
    border: solid 1px #f3e9e9;
    padding: 20px;
    background-color: #fff;
}

@media (max-width: 993px) {
    ._title_txt {
        display: unset;
    }

    ._title_txt img {
        width: 100%;
    }
}

/*--------newsletter_responsive--------------*/
@media(max-width:900px){
.newsltr_img_auto {
    width: 90%;
}
.newsltr_img img {
    height: 220px;
}
.img_row .newsltr_img {
    width: 100%;
    margin-bottom: 0px;
}
.img_row .newsltr_txt {
    width: 100%;
    padding:20px;
}
.img_row .newsltr_txt p {
    margin-bottom: 0px;
    font-size: 16px;
}
.trd_row h3 {
    font-size: 25px;
}
.newsltr_img_auth {
    text-align: center;
}
.newsltr_bottom .newsltr_txt {
    padding: 0px 15px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.mob_row .newsltr_txt{ order:2;  }
.newsltr_bottom .newsltr_txt p {
    margin-bottom: 0px;
}
}

._title_txt_01 img {
    width: 100%;
    height: 178px;
    object-fit: cover;
}

.title_txtpage img {
    width: 100%;
}
._title_txt_01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
img.img-fluidthumb {
    width: 100% !important;
}

/*css for get quote*/

.top-bar {
  display: none;
}

.get-quote {
  display: inline-block;
  padding: 16px 48px;
  border-radius: 25px;
  background-color: #ffffff;
  color: #25a800;
  text-decoration: none;
}

.get-quote:hover {
  background-color: #e7e7e7;
  color: #25a800;
}



.basix-certificate-img img {
    width: 70%;
    height: 70%;
}

.boxes {
    padding-left: 10%;
    padding-right: 10%;
}

.line {
    padding-top: 5%;
}

.card {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.card-header {
    color: rgb(78, 92, 121) !important
}

.nav-link b {
    color: #25a800;
    font-size: 1000;
    font-size: 22px;
}



@media only screen and (min-width: 768px) {
  /* Styles for screens wider than 767px */
  .top-bar {
    display: block; /* Or any other appropriate display value */
  }
   .get-quote {
    display: none; /* Or any other appropriate display value */
  }
}

@media screen and (max-width: 900px) and (min-width: 400px) {
  .carousel-item{
    width: unset !important;   
  }
   .carousel-caption {
    right: 55% !important;
    bottom: 30px !important;
    left: 7% !important;
}
}

@media (min-width: 320px) and (max-width: 767px) {
    .carousel-item{
    width: unset !important;   
  }

    .carousel-caption h3 {
        font-size: 20px !important;
    }
    .carousel-caption {
        right: 58% !important;
        bottom: 30px !important;
        left: 7% !important;
        top: 27%;
    }
    
}
