@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('fonts/sign45/stylesheet.css');

* {

    margin: 0px;

    padding: 0px;

    box-sizing: border-box;

}

body {

    font-family: 'Poppins', sans-serif;
}

:root {

    --fnt-family: 'Poppins', sans-serif;

}
.wrapper {
    overflow-y: hidden;
}


.container {

    max-width: 1220px;

    width: 100%;

    padding: 18px 0px;

}
header a img.logo-safe {
    max-width: 300px;
}
header a {
    opacity: 1;
}
header a:hover {
    opacity: 1;
}


.row.hdr-row div:nth-child(1) img {

    width: 100%;

}



.row.hdr-row {

    width: 100%;

    display: flex;

    align-items: center;

}



.row.hdr-row div:nth-child(2) ul {

    width: 100%;

    list-style: none;

    display: flex;

    justify-content: end;

    padding-right: 0px;

    align-items: center;

    flex-wrap: wrap;

    margin-bottom: 0px;

}



.row.hdr-row div:nth-child(2) ul li a {

    display: block;

    color: #8c9299;

    padding: 10px 22px;

    font-size: 15px;

    font-family: var(--fnt-family);

    font-weight: 500;

}



.row.hdr-row div:nth-child(2) ul li a:hover {

    cursor: pointer;

    text-decoration: none !important;

    color: #000;

        opacity: 0.5;

}



.active {

    color: #000 !important;

}



.row.hdr-row div:nth-child(3) a {

    color: #fff;

    background-color: #0b8442;

    display: inline-block;

    width: 70%;

    text-align: center;

    padding: 10px 0px;

    border-radius: 6px;

    font-size: 14px;

    font-weight: 600;

    position: relative;

    transition: all 0.4s ease-in-out;

    font-family: var( --fnt-family);

}

.row.hdr-row .hdr1:nth-child(3) i {

    background-color: #f4f4f4;

    color: #797a80;

    padding: 10px;

    font-size: 16px;

    border-radius: 100px;

    margin-left: 6px;

}

.row.hdr-row .hdr1:nth-child(3) i:hover {

    cursor: pointer;

}

.row.hdr-row div:nth-child(3) a::after {

    content: "";

    position: absolute;

    top: 0px;

    left: 0px;

    width: 0px;

    height: 100%;

    background-color: rgba(0, 0, 0, .05);

    transition: all 0.4s ease-in-out;

}



.row.hdr-row div:nth-child(3) a:hover {

    cursor: pointer;

    text-decoration: none !important;

}



.row.hdr-row div:nth-child(3) a:hover::after {

    transition: all 0.4s ease-in-out;

    width: 100%;

}



.row.hdr-row .hdr1:nth-child(3) {

    width: 17.333333%;

}



footer {

    background-color: #303945;

    width: 100%;

    margin: 0 auto;

    padding: 100px 0px;

}



footer .container .row div h2 {

    color: #fff;

    font-size: 22px;

    line-height: 25px;

    font-weight: 600;

    margin-bottom: 20px;

    font-family: var( --fnt-family);

        margin-top: 0px;

}

footer .container .row address {
    color: #868d95;
    font-family: var( --fnt-family);
    font-size: 16px;
    display: block;
    margin-bottom: 11px;
    line-height: 2;
 }
 footer .container .row address a {
    text-decoration: none;
    color: #868d95;
 }
footer .container .row div:nth-child(4) i:hover {

    cursor: pointer;

}

footer .container .row div ul {

    list-style-type: none;

    margin: 0px;

    padding: 0px;

}



footer .container .row div ul li a {

    color: #868d95;

    font-family: var( --fnt-family);

    font-size: 16px;

    display: block;

    margin-bottom: 11px;

}



footer .container .row div:nth-child(4) a:nth-child(2) i {

    color: #fff;

    font-size: 20px;

    background: #3a5897;

    padding: 10px 15px;

    border-radius: 100px;

}



footer .container .row div:nth-child(4) a:nth-child(3) i {

    color: #fff;

    font-size: 20px;

    background: #0e76a8;

    padding: 10px 11px;

    border-radius: 100px;

}



footer .container .row div:nth-child(4) a:nth-child(4) i {

    color: #fff;

    font-size: 20px;

    background: #FF0000;

    padding: 10px 11px;

    border-radius: 100px;

}



footer .container .row div:nth-child(4) i {

    margin-right: 10px;

}



footer .container .row div:nth-child(5) i {

    font-size: 25px;

    color: #868d95;

    float: right;

    position: relative;

}



footer .container .row div:nth-child(5) i:after {

    position: absolute;

    content: "";

    top: 12px;

    left: -155px;

    width: 145px;

    height: 2px;

    background-color: #868d95;

}



footer .container .row div:nth-child(5) h3 {

    color: #fff;

    font-size: 14px;

    margin-top: 42px;

    font-family: var( --fnt-family);

}



footer .container .row div:nth-child(5) h3 {

    color: #fff;

    font-size: 15px;

    margin-top: 42px;

    font-weight: 600;

}



footer .container .row div ul li a:hover {

    cursor: pointer;

    text-decoration: none !important;

}



footer .container .row div:nth-child(5) h4 {

    color: #e34b50;

    font-weight: 600;

    font-size: 20px;

    font-family: var( --fnt-family);

}



footer .container .row div:nth-child(5) p {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}


footer .container .row a {
    transition: .3s;
}

footer .container .row div:nth-child(5) a {

    color: #868d95;

    font-size: 16px;

    font-family: var( --fnt-family);

}



footer .container .row div:nth-child(5) a:hover {

    text-decoration: none;

    cursor: pointer;

}



.fotter-bottom {

    width: 100%;

    margin: 0 auto;

    overflow: hidden;

    text-align: center;

    background-color: #303945;

    border-top: 1px solid rgba(255, 255, 255, .1);

    padding: 20px 0px 20px 0px;

}



section.fotter-bottom p {

    color: #868d95;

    font-size: 16px;

    font-weight: 600;

    margin: 0px;

    font-family: var( --fnt-family);

}

section.blg {
    width: 100%;
    margin: 10px auto;
    background-color: #eff2f7;
    padding: 0 15px;
}
section.blg .container {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    background-color: #fff;
    position: relative;
    padding: 20px 50px;
    top: -206px;
    margin-bottom: -100px;
    padding-bottom: 15px;
    padding-top: 10px;
}
.member-loop img {
     width: 100%;
}
.member-loop h2 {
     font-size: 13px;
     line-height: 28px;
     padding: 0px 15px;
     font-family: var( --fnt-family);
     text-align: center;
     margin-top: 0px;
}
.member-loop h5 {
     text-align: center;
     font-size: 14px;
     margin-top: 16px;
     color: #000;
     font-weight: 600;
     border-bottom: 1px dotted #a8a8a8;
     padding-bottom: 15px;
     margin-bottom: 2px;
    /*height: 38px;
    */
}
 .member-loop {
     margin-top: 10px;
}
.member-loop h5 > span {
     color: #a8a8a8;
}
.member-loop h6 {
     text-align: center;
     font-size: 20px;
     margin-top: 5px;
     color: #a8a8a8;
     font-weight: 600;
     padding-bottom: 10px;
}


.innr-blog {

    width: 70%;

    margin: 12px auto 0px auto;

    overflow: hidden;

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    align-items: center;

    /*background-color: #fafafa;*/

    /*padding: 10px 10px;*/

    position: relative;

}



.innr-blog p {

    color: #a8a8a8;

    font-size: 15px;

    margin: 0px;

    font-family: var( --fnt-family);

}



.innr-blog a {

           color: #ff5a60;

    font-size: 13px;

    /*margin: 0px;*/

    font-family: var( --fnt-family);

    display: block;

    width:50%;

    text-align: center;

    padding: 2px 0px;

    background-color: #fafafa;

    margin: 0 auto;

}

section.blg .row {

    display: flex;

    justify-content: center;

}

section.blg .row .col-md-2.col-sm-2.col-xs-12 {

    width: 19.666667%;

}

.innr-blog a:hover {

    cursor: pointer;

    text-decoration: none;

}



.innr-blog:after {

    position: absolute;

    content: "";

    left: 50%;

    height: 75%;

    width: 1px;

    transform: translateX(-50%);

    background-color: #a8a8a8;

    display:none;

}



.blg-title {
    width: 100%;
    margin: 35px auto 215px auto;
    overflow: hidden;
    text-align: center;
}



.blg-title h2 {
    color: #000;
    font-size: 31px;
    margin: 0px;
    font-family: var( --fnt-family);
    font-weight: 600;
    margin-bottom: 2px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.blg-title {
  text-align: center;
}
.blg-title h2:before {
  content: "";
  position: absolute;  
  left: 0;
  bottom: -10px;
  right: 0;
  border: 1px dashed #d5d5d5;

}



.blg-title p {

    color: #a9b2bf;

    font-size: 16px;

    margin: 0px;

    font-family: var( --fnt-family);

}



section.check {

    background-color: #303945;

    width: 100%;

    margin: 0 auto;

    /* overflow: hidden; */

    padding:260px 0px 0px 0px;

    position: relative;

}





/* section.check .container .row div:nth-child(2) {

    text-align: right;

} */



.scnd .row div h2 {

       color: #ff5a60;

    font-weight: 600;

    font-size: 28px;

    font-family: var( --fnt-family);

    line-height: 36px;

}

.scnd .row div h2 span {

    color: #fff;

}

section.check .container .r1 div h2 br{

    display:none;

}

section.check .container .row div h3 {

    color: #ff5a60;

    font-weight: 500;

    font-size: 28px;

    font-family: var( --fnt-family);

    margin-bottom: 0px;

}



section.check .container .row div:nth-child(2) h2 {

    margin-top: 4px;

}



.frst {
    position: absolute;
    top: -90px;
    width: 100%;
}



.frst .container {

      background-color: #fff;

    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);

    padding: 14px 40px 14px 40px;

}

.row.r3 div p:hover {

    cursor: pointer;

    opacity: 0.7;

}

.frst .r1 h2 {
    color: #3c4653 !important;
    font-size: 27px !important;
    margin-bottom: 5px;
    font-weight: 500 !important;
    margin-top: 5px;
    margin-bottom: -4px;
}

.frst .r1 h2 span {

    color: #3c4653;

    font-weight: 600;

}

.row.r2 div img {

    width: ;

}



.row.r2 div {

  border: 1px solid #f1f4f9;

    margin: 0px 5px;

    text-align: center;

    padding: 18px 0px;

        width: 15.666667%;

}
.frst .row.r2 div {
    padding: 10px 0px;
}


.row.r2 div h2 {

    font-weight: 600 !important;

    font-size: 12px !important;

    font-family: var( --fnt-family) !important;

    color: #3c4653 !important;

    margin-top: 20px !important;

}
.frst .row.r2 div h2 {
    margin-top: 10px !important;
}
.row.r3 {

    margin-top: 30px;

}

.frst .row.r3 {
    margin-top: 15px;
}

.row.r3 div p {
    color: #3c4653 !important;
    font-family: var( --fnt-family) !important;
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 600;
    margin-bottom: 5px !important;
}
.row.r3 div p i {

    color: #ff5a60;

}

section.main-blg2 {

    width: 100%;

    margin: 20px auto 0 auto;

}



section.main-blg2 .row div {

    position: relative;

}



.rt:nth-child(1) p {

    color: #868d95;

    font-family: var( --fnt-family);

    font-size: 15px;

    display: block;

    margin-bottom: 20px;

    line-height: 25px;

}



.rt:nth-child(1) a {

    color: #ff5a60;

    font-family: var( --fnt-family);

    font-size: 15px;

    display: block;

    margin-bottom: 0;

}



.rt:nth-child(1) a:hover {

    cursor: pointer;

    text-decoration: none;

}



.inr-blg2 {

    width: 100%;

    margin: 0 auto;

    overflow: hidden;

        position: relative !important;

}

.inr-blg2::after {

    content: "";

    position: absolute;

    height: 100%;

    width: 100%;

    background-color: #ff5a60f0;

    z-index: 1;

    left: 0px;

    top: 0px;

    opacity: 0;

    transition:all 0.4s ease-in-out;

}

.inr-blg2:hover {

cursor:pointer;

}

.inr-blg2:hover::after  {

 opacity:1;

 transition:all 0.4s ease-in-out;

}

.inr-blg2:hover p{

color:#fff !important;

}

.inr-blg2:hover a{

    color: #fff !important;

    background-color: #0b8442 !important;

}

img.img1 {

    width: 17% !important;

    position: absolute;

    right: 6%;

    bottom: 22%;

    opacity: 0;

}

.inr-blg2:hover img.img1{

    opacity:1;

}

.inr-blg2 img {

    width: 100%;

}



.inr-blgr1 {

    position: absolute !important;

    width: 100%;

    height: 100%;

    z-index: 9999;

    top: 0px;

    left: 0px;

    padding: 60px 50px;

}



.inr-blgr1 h2 {

    color: #fff;

    font-size: 24px;

    font-family: var( --fnt-family);

    font-weight: 500;

    line-height: 32px;

    margin-bottom: 25px;

}



.inr-blgr1 p {

    font-family: var( --fnt-family) !important;

    font-size: 18px !important;

    display: block !important;

    margin-bottom: 50px !important;

    line-height: 28px !important;

    color: #fff !important;

}



.inr-blgr1 a {

    color: #fff !important;

    background-color: #ff5a60;

    display: block !important;

    width: 30%;

    text-align: center;

    padding: 12px 0px;

    border-radius: 3px;

    font-size: 15px !important;

    font-weight: 600;

    position: relative;

    transition: all 0.4s ease-in-out;

    font-family: var( --fnt-family) !important;

}



.inr-blgr1 a::after {

    content: "";

    position: absolute;

    top: 0px;

    left: 0px;

    width: 0px;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.05);

    transition: all 0.4s ease-in-out 0s;

}



.inr-blgr1 a:hover {

    cursor: pointer;

    text-decoration: none !important;

}



.inr-blgr1 a:hover::after {

    transition: all 0.4s ease-in-out;

    width: 100%;

}



.col-md-3.col-sm-3.col-xs-12.rt:nth-child(2) {

    position: relative;

}



.col-md-3.col-sm-3.col-xs-12.rt:nth-child(3) {

    position: relative;

}



.innr-bl2-div {

width: 100%;

    margin: 0 auto 40px auto;

    border: 1px solid #80808038;

    position: relative !important;

    padding-bottom: 40px;

}
.innr-bl2-div.on-hover-special:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: url("images/georgetown/watering_hover.jpg");*/
    z-index: 999;
    transition: .3s;
    /*transform: scale(0);*/
    opacity: 0;
}
.innr-bl2-div.on-hover-special:hover:before {
    background: url("images/watering_hover.jpg");
    transform: scale(1);
    transition: .3s;
    opacity: 1;
}

.innr-bl2-div:hover::after {

    opacity: 1;

    transition: all 0.4s ease-in-out;

}

.innr-bl2-div:hover{

  cursor:pointer;

}

.innr-bl2-div::after {

    content: "";

    position: absolute;

    /*height: 37%;*/

    width: 100%;

    background-color: #ff5a60f0;

    z-index: 1;

    left: 0px;

    top: 280px;

    bottom: 0px;

    opacity: 0;

    transition: all 0.4s ease-in-out;

    

    

    /*content: "";

    position: absolute;

    height: 100%;

    width: 100%;

    background-color: #ff5a60f0;

    z-index: 1;

    left: 0px;

    top: 0px;

    opacity: 0;

    transition: all 0.4s ease-in-out;*/

}



.covid::after{

    /*height: 41% !important;*/

}



.gas::after{

    /*height: 45% !important;*/

}



.innr-bl2-div img {

    width: 100%;

}



.innr-bl2-div h2 {

    color: #3c4653 !important;

    font-size: 23px !important;

    margin-bottom: 27px;

    padding: 0px 20px;

    font-weight: 600;

    font-family: var( --fnt-family) !important;

        position: relative;

    z-index: 2;

}



.innr-bl2-div a {

    color: #ff5a60;

    font-family: var( --fnt-family);

    font-size: 17px;

    display: block;

    padding: 0px 22px 0px 22px;

    text-transform: uppercase;

        position: relative;

    z-index: 2;

}



.innr-bl2-div a:hover {

    cursor: pointer;

    text-decoration: none;

}

.innr-bl2-div:hover h2{

  color:#fff !important;

}

.innr-bl2-div:hover a{

  color:#fff;

}

.col-md-3.col-sm-3.col-xs-12.rt:nth-child(2) .innr-bl2-div:nth-child(1) {

    margin-top: -192px;

}



.container.scnd .row div:nth-child(2) {

    padding-left: 132px;

}



.sidenav {

    height: 100%;

    width: 0;

    position: fixed;

    z-index: 1;

    top: 0;

    left: 0;

    background-color: #303945;

    overflow-x: hidden;

    transition: 0.5s;

    padding-top: 60px;

}



.sidenav a {

    padding: 6px 4px 6px 20px !important;

    text-decoration: none;

    font-size: 20px !important;

    color: #ffffff !important;

    display: block !important;

    transition: 0.3s !important;

    background-color: transparent !important;

    width: auto !important;

    text-align: left !important;

    font-weight: 400 !important;

}



.sidenav a:hover {

    color: #f1f1f1;

}



.sidenav .closebtn {

    position: absolute !important;

    top: 0;

    right: 8px !important;

    font-size: 36px !important;

    margin-left: 0px;

    background-color: transparent !important;

    width: auto !important;

    padding: 0px !important;

}



.sp1 {

    font-size: 25px;

    cursor: pointer;

    float: right;

    display: none;

}

.mnt {

    width: 100%;

    margin: 0 auto 20px auto;

    overflow: hidden;

    display: flex;

    justify-content: space-between;

    /*align-items: center;*/

    flex-wrap: wrap;

}

.mnt div {

    width: 30%;

    text-align: center;

}

.mnt div img{

  /*width:80%;*/
  border-radius: 50%;
  margin-bottom: 15px;

}

.nn p {

 color: #3c4653 !important;

    font-family: var( --fnt-family) !important;

    font-size: 17px !important;

    line-height: 22px !important;

    font-weight: 600;

        margin-bottom: 12px !important;

}

.nn h6 {

    font-size: 15px;

    margin-bottom: 7px;

    color: grey;

    font-weight: 600;

    font-family: var( --fnt-family) !important;

}

.nn h5 {

    font-size: 13px;

    margin-bottom: 7px;

    color: grey;

    font-weight: 600;

    font-family: var( --fnt-family) !important;

}

.nn a {

    color: #ff5a60;

    font-family: var( --fnt-family);

    font-size: 15px;

    display: block;

    margin-bottom: 10px;

}

.nn a:hover {

   cursor:pointer;

}

a:hover {

    opacity: 0.7;

}

i:hover {

    opacity: 0.7;

}



.reduce-opacity:hover{

    opacity: 0.6;

    transition: all 0.4s ease-in-out;

}

.carousel-council.owl-theme {
    position: relative;
}
.carousel-council.owl-theme .owl-nav {
    top: 0;
}
.carousel-council.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -43px;
    top: 82px;
    background: transparent;
    color: #000;
}
.carousel-council.owl-theme .owl-nav .owl-prev i,
.carousel-council.owl-theme .owl-nav .owl-next i {
    color: #000;
    font-size: 52px;    
}
.carousel-council.owl-theme .owl-nav .owl-prev:hover ,
.carousel-council.owl-theme .owl-nav .owl-next:hover  {
    background: transparent;
}
.carousel-council.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -45px;
    top: 82px;
    background: transparent;
    color: #000;
}



@media (min-width: 769px) and (max-width: 1000.99px) {
    .carousel-council.owl-theme .owl-nav .owl-prev,
    .carousel-council.owl-theme .owl-nav .owl-next {
        
    }
}
@media (min-width: 1001px) and (max-width: 1024.99px) {
    .carousel-council.owl-theme .owl-nav .owl-prev,
    .carousel-council.owl-theme .owl-nav .owl-next {
        
    }
}

@media (min-width: 1025px) and (max-width: 1199.99px) {
    .carousel-council.owl-theme .owl-nav .owl-prev,
    .carousel-council.owl-theme .owl-nav .owl-next {
        
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .carousel-council.owl-theme .owl-nav .owl-prev,
    .carousel-council.owl-theme .owl-nav .owl-next {
        
    }
}

.padding-v1 {
        padding-bottom: 40px
    }
@media (max-width: 767px) {
    .padding-v1 {
        padding-bottom: 40px
    }
}
@media (max-width: 600px) {
    .carousel-council.owl-theme .owl-nav .owl-prev {
        
    }
    .carousel-council.owl-theme .owl-nav .owl-prev,
    .carousel-council.owl-theme .owl-nav .owl-next {
        
    }
}

 @media (max-width: 480px) {
    .carousel-council.owl-theme .owl-nav .owl-prev {
        
    }
    .carousel-council.owl-theme .owl-nav .owl-prev,
    .carousel-council.owl-theme .owl-nav .owl-next {
        
    }
}








/*cout-area*/
.cout-area {
  margin-top: -40px;
}
.cout-area h2 {
  position: relative;  
  display: inline-block;
  font-weight: 400;
  margin-bottom: 32px;
}
.count-title {
  text-align: center;
}
.cout-area h2:before {
  content: "";
  position: absolute;  
  left: 0;
  bottom: -10px;
  right: 0;
  border: 1px dashed #d5d5d5;

}
.cout-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cout-area ul li {
  text-align: center;
  margin-bottom: 15px;
}
.cout-area ul li strong {
    display: block;
    color: #377ac3;
    font-size: 52px;
    font-weight: 500;
    /* margin-bottom: 10px; */
    line-height: 1.2;
}
.cout-area ul li span {
  display: block;
  line-height: 1.1;
}

@media (max-width: 991px) {
  .cout-area ul li {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .cout-area ul li strong {
      font-size: 32px;
  }
}






.hightlight-tabs-area {
    margin-top: -70px;
    background: #e8e8e8;
}
.highlight-tab-list {
    margin-bottom: -15px;
}
.highlight-tab-list .nav-tabs {
    display: flex;
    border: 0;
    justify-content: center;
}
.highlight-tab-list .nav-tabs>li>a {
    border: 0;
    border-radius: 0;
    margin: 0;
    font-weight: 400;
    padding: 10px;
    color: #999999;
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
    transition: .3s;
}
.highlight-tab-list .nav-tabs>li>a:before {
    content: "";
    position: absolute;
    top: 14px;
    bottom: 14px;
    right: -1px;
    width: 1.71px;
    background: #0b8442;
}
.highlight-tab-list .nav-tabs>li:last-child>a:before {
    display: none;
}
.highlight-tab-list .nav-tabs>li.active>a, 
.highlight-tab-list .nav-tabs>li.active>a:focus, 
.highlight-tab-list .nav-tabs>li.active>a:hover {
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
    background: transparent;
    opacity: .8;
    color: #0b8442;
}

.highlight-tab-list .nav>li>a:focus, 
.highlight-tab-list .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    opacity: .8;
}
.highlight-tab-content .tab-content {
    text-align: center;
}
.highlight-tab-content .tab-content h3 {
    text-transform: uppercase;
    color: #0b8442;
    font-size: 26px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .highlight-tab-content .tab-content h3 {
        font-size: 20px;
    }
}


/*Serives*/
.services {

}
.service-top {
  text-align: center;
} 
.service-top img {
  display: block;
  width: 80%;
  margin: auto;
}
.service-top h2 {
    color: #0b8442;
    letter-spacing: 3px;
    font-size: 33px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 40px;
}
.service-item {
  display: flex;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align-last: left;
}
.service-item p {
    text-align: left;
}
.owl-carousel .owl-item .service-item img {
    width: auto;
}
.service-item .service-left {
    flex: 0 0 90px;
}
@media (max-width: 991px) {
  .service-item .service-left {
      flex: 0 0 60px;
      padding-right: 10px;
  }
  .service-top h2 {
      font-size: 24px;
      margin-top: 20px;
  }
}
