@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*font-family: "Inter", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
/*font-family: "Manrope", sans-serif;*/
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "Manrope", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

/*#### Comon css start ####*/
.common-btn1 {
  background: linear-gradient(89.97deg, #8EC73D 0.01%, #4A9922 99.96%);
  border: 0px solid #4A9922;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
  padding: 6px 20px;
}

.common-btn1 i {
  transform: rotate(0deg);
  margin-left: 5px;
}

.common-btn1:hover {
  background-color: #4A9922;
  color: #fff;
  transform: scale(1.1);
}

.btn-success {
  position: relative;
  padding: 8px 15px;
  background-color: #4A9922;
  border-color: #4A9922;
  border-radius: 10px;
  transition: all 0.5s;
}
.btn-success:hover {
  background-color: #4a9922;
  border-color: #4a9922;
  transition: all 0.5s;
}

.read-more-btn {
  position: relative;
  display: inline-block;
  color: #00233B;
  font-size: 16px;
}
.read-more-btn i {
  transform: rotate(-45deg);
  margin-left: 5px;
  color: #4A9922;
}

.common-gap {
  padding: 60px 0px;
}

.common-title {
  position: relative;
  width: 100%;
}
.common-title h5 {
  position: relative;
  width: 100%;
  color: #4A9922;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.common-title h4 {
  position: relative;
  width: 100%;
  color: #00233B;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 35px;
}
.common-title h4::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url(../images/title-icon.svg);
  background-repeat: no-repeat;
  left: 0;
  top: -6px;
}
.common-title h3 {
  position: relative;
  width: 100%;
  color: #00233B;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
.common-title h3 span {
  color: #4A9922;
}
.common-title p {
  position: relative;
  width: 100%;
  color: #485863;
  font-size: 16px;
  margin-bottom: 10px;
}

/*#### Comon css end ####*/
/*=========================================================
                    PREMIUM HEADER
=========================================================*/

/*top header css*/
.top-header {
  position: relative;
  width: 100%;
  background-color: #4fa127;
  padding: 5px 0px;
}
.top-header .left-content {
  position: relative;
  width: 100%;
}
.top-header .left-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0px;
}
.top-header .left-content p .btn-info {
  padding: 2px 6px;
}

.top-header .social-icon {
  justify-content: flex-end;
}

.social-icon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  margin-bottom: 0px;
}
.social-icon ul li {
  position: relative;
  margin-left: 10px;
}
.social-icon ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
}
.social-icon ul li a:hover {
  color: #0C1929;
  transition: 0.5s;
}

.head-cont-info {
  position: relative;
  width: 100%;
}

.head-cont-info ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.head-cont-info ul li {
  position: relative;
  display: inline-block;
  margin-right: 14px;
}

.head-cont-info ul li p {
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}

.head-cont-info ul li p .icon {
  display: inline-flex;
  flex-wrap: wrap;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.head-cont-info ul li a {
  font-size: 14px;
  color: #fff;
}

.head-cont-info ul li .fa {
  padding-right: 5px;
  color: #0C1929;
  font-size: 16px;
}

/*top header css end*/


.header-wrapper{
    position:relative;
    width:100%;
    z-index:999;
    background:#111827;
    box-shadow:0 10px 35px rgba(0,0,0,.12);
}

.header-wrapper .container{
    max-width:1400px;
}

.header-wrapper .navbar{
    min-height:95px;
    padding:18px 0;
    display:flex;
    align-items:center;
}

/*=========================================================
                        LOGO
=========================================================*/

.logo-wrap{
    flex-shrink:0;
}

.logo-wrap img{
    width:auto !important;
    max-height:62px;
    transition:.35s ease;
}

/*=========================================================
                    MENU WRAPPER
=========================================================*/

.menu-wrap{
    flex:1;
    display:flex;
    justify-content:center;
}

/*=========================================================
                    MAIN MENU
=========================================================*/

.main-menu{
    display:flex;
    align-items:center;
    gap:35px;
    margin:0;
    padding:0;
    list-style:none;
}

.main-menu>li{
    position:relative;
    list-style:none;
}

.main-menu>li>a{
    position:relative;
    color:#ffffff;
    font-size:16px;
    font-weight:600;
    text-decoration:none;
    transition:.35s;
    padding:10px 0;
    letter-spacing:.3px;
}

/* Underline Animation */

.main-menu>li>a::after{
    content:"";
    position:absolute;
    bottom:-6px;
    left:50%;
    transform:translateX(-50%);
    width:0;
    height:3px;
    border-radius:30px;
    background:#4A9922;
    transition:.35s;
}

.main-menu>li:hover>a,
.main-menu>li.current-menu-item>a,
.main-menu>li.current-menu-parent>a{
    color:#7BE241;
}

.main-menu>li:hover>a::after,
.main-menu>li.current-menu-item>a::after,
.main-menu>li.current-menu-parent>a::after{
    width:100%;
}

/*=========================================================
                DROPDOWN ICON
=========================================================*/

.main-menu>li.menu-item-has-children>a{
    padding-right:0px;
}

.main-menu>li.menu-item-has-children>a::before{
    content:"\f107";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    right:-20px;
    top:50%;
    transform:translateY(-50%);
    font-size:12px;
    color:#7BE241;
}

/*=========================================================
                    DROPDOWN
=========================================================*/

.main-menu .sub-menu{
        position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    margin: 0;
    padding: 12px;
    background: #4A9922;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: .35s;
    list-style: none;
    text-align: left;
    z-index: 999;
}

.main-menu li:hover>.sub-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.main-menu .sub-menu li{
    width:100%;
    margin:0;
    padding:0;
}

.main-menu .sub-menu li a{
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 10px;
    transition: .3s;
    text-decoration: none;
}

.main-menu .sub-menu li a:hover{
    background:#4A9922;
    color:#fff;
}

/*=========================================================
                    BUTTON
=========================================================*/

.get-quote-wrap{
    margin-left:30px;
}

.common-btn1{
    display:inline-flex;
    align-items:center;
    gap:10px;

    background:linear-gradient(135deg,#4A9922,#67C53B);

    color:#fff;
    padding:15px 28px;
    border-radius:50px;
    text-decoration:none;

    font-weight:700;
    font-size:15px;

    box-shadow:0 12px 30px rgba(74,153,34,.35);

    transition:.35s;
}

.common-btn1 i{
    transition:.35s;
}

.common-btn1:hover{
    transform:translateY(-3px);
    color:#fff;
    box-shadow:0 20px 40px rgba(74,153,34,.45);
}

.common-btn1:hover i{
    transform:translateX(5px);
}

/*=========================================================
                    MOBILE TOGGLE
=========================================================*/

.toggle-menu{
    display:none;
    color:#fff;
    font-size:28px;
}

.toggle-menu:hover{
    color:#7BE241;
}

/*=========================================================
                    RESPONSIVE
=========================================================*/

@media(max-width:1199px){

.main-menu{
    gap:22px;
}

.main-menu>li>a{
    font-size:15px;
}

.common-btn1{
    padding:12px 20px;
}

}

@media(max-width:991px){

.header-wrapper{
    background:#111827;
}

.header-wrapper .navbar{
    min-height:80px;
}

.responsive-menu{
    justify-content:space-between;
}

.toggle-menu{
    display:block;
}

.menu-wrap{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
}

.main-menu{
    display:none;
    flex-direction:column;
    gap:0;
    width:100%;
    background:#111827;
    padding:20px;
    border-top:1px solid rgba(255,255,255,.08);
}

.main-menu.active{
    display:flex;
}

.main-menu li{
    width:100%;
}

.main-menu li a{
    display:block;
    width:100%;
    padding:15px 0;
}

.main-menu .sub-menu{
    position:static;
    opacity:1;
    visibility:visible;
    transform:none;
    display:none;
    margin-top:10px;
    box-shadow:none;
    border-radius:10px;
}

.main-menu .sub-menu li a{
    color:#222;
}

.get-quote-wrap{
    display:none;
}

}

@media(max-width:576px){

.logo-wrap img{
    max-height:50px;
}

.header-wrapper .navbar{
    min-height:75px;
    padding:15px 0;
}

}
/*##### Banner section css start #####*/
.banner-wrapper {
  position: relative;
  width: 100%;
}
.banner-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 23, 38, 0.9) 17.93%, rgba(0, 23, 38, 0.26) 75.13%);
  z-index: 1;
}

.banner-wrapper > img {
  position: relative;
  width: 100%;
}

.banner-wrapper .banner-content-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.banner-content-wrap .banner-content {
  position: relative;
  width: 100%;
}

.banner-content-wrap .banner-content h6 {
    position: relative;
    width: 100%;
    color: #fff;
}

.banner-content-wrap .banner-content h6 span {
  position: relative;
  display: inline-flex;
  padding: 8px 8px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  padding-left: 25px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
}

.banner-content-wrap .banner-content h6 span::before {
  content: "\f111";
  position: absolute;
  left: 8px;
  font-size: 10px;
  font-family: "fontawesome";
  color: #4A9922;
  top: 50%;
  transform: translateY(-50%);
}

.banner-content-wrap .banner-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.banner-content-wrap .banner-content p {
  position: relative;
  width: 100%;
  color: #DBEAFE;
  font-size: 14px;
  margin-bottom: 15px;
}

.banner-content-wrap .banner-content .banner-btn-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.banner-content-wrap .banner-content .banner-btn-wrap .btn {
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}
.banner-content-wrap .banner-content .banner-btn-wrap .banner-btn {
  display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #4A9922, #67C53B);
    color: #fff;
    padding: 13px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 12px 30px rgba(74, 153, 34, .35);
    transition: .35s;
}
.banner-content-wrap .banner-content .banner-btn-wrap .banner-btn i {
  margin-left: 5px;
}

.banner-content-wrap .banner-content ul {
  position: relative;
  display: block;
  width: 100%;
}
.banner-content-wrap .banner-content ul li {
  position: relative;
  display: block;
  padding-left: 24px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8980392157);
  font-weight: 600;
  font-size: 16px;
}
.banner-content-wrap .banner-content ul li:before {
  content: "";
  background-image: url(../images/check-icon.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
  color: #4A9922;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.banner-form-wrap {
  position: relative;
  width: 100%;
  background-color: rgba(0, 17, 28, 0.6705882353);
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  padding: 20px 20px;
  border-radius: 20px;
}

.banner-form-wrap .form-title {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.banner-form-wrap .form-title .title {
  position: relative;
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.banner-form-wrap .form-title .available-text {
  position: relative;
  background-color: #DCFCE7;
  padding: 5px 10px;
  color: #008236;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
}

.banner-form-wrap .bnr-form-wrap {
  position: relative;
  width: 100%;
}

.bnr-form-wrap .form-group {
  position: relative;
  width: 100%;
}

.bnr-form-wrap .form-group p {
  position: relative;
  width: 100%;
  margin: 0;
}

.bnr-form-wrap .form-group label {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.bnr-form-wrap .form-group .form-control, .bnr-form-wrap .form-group .form-select {
  position: relative;
  width: 100%;
  background-color: rgba(0, 17, 28, 0.3019607843);
  padding: 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
}
.bnr-form-wrap .form-group .form-control::placeholder{
    color: #fff;
}
.bnr-form-wrap .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #4A9922;
}
.bnr-form-wrap .form-group .btnNext{
    display: inline-flex;
    align-items: center;
    border: 0px solid;
    background: linear-gradient(135deg, #4A9922, #67C53B);
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 12px 30px rgba(74, 153, 34, .35);
    transition: .35s;
}
.bnr-form-wrap .btnPrev{
    display: inline-flex;
    align-items: center;
    border: 0px solid;
    background-color: #006ec8;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 12px 30px rgba(74, 153, 34, .35);
    transition: .35s;
}
.bnr-form-wrap .btnNext, .bnr-form-wrap .submit{
    display: inline-flex;
    align-items: center;
    border: 0px solid;
    background: linear-gradient(135deg, #4A9922, #67C53B);
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 12px 30px rgba(74, 153, 34, .35);
    transition: .35s;
}
.bnr-form-wrap .form-group .common-btn1 {
  position: relative;
  width: 100%;
}
.banner-form-wrap .bnr-form-wrap fieldset.hidden {
    display: none;
}
.mobile-banner-form {
  position: relative;
  width: 100%;
  background-color: #000;
  padding: 20px 20px;
}

.bnr-form-wrap .wpcf7 form .wpcf7-response-output{
    color: #fff;
}
/*##### Banner section css end #####*/
.about-wrap{
    color: #fff;
    position: relative;
    overflow: hidden;
    background: url(../images/wave.webp) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 60px 0 140px 0;
    z-index: 0;
}

.about-wrap .container {
  position: relative;
  z-index: 1;
}

.about-wrap__title{
    font-size: 55px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

.about-wrap__title span {
  display: inline-block;
}
.about-wrap__intro{
    position: relative;
}
.about-wrap__intro img{
    position: absolute;
    clear: both;
    content: "";
    bottom: 10px;
    right: 22%;
}
.about-wrap__text {
  font-size: 1rem;
  line-height: 1.85;
  max-width: 680px;
  opacity: 0.95;
  margin-bottom: 1rem;
}

.about-wrap__callcard {
    background: #4a9922d4;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.13);
}

.about-wrap__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.about-wrap__call-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-wrap__call-label {
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 0.4rem;
}

.about-wrap__phone {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.about-wrap__phone a {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 991.98px) {
  .about-wrap__callcard {
    min-height: auto;
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .about-wrap__title {
    font-size: 2rem;
  }

  .about-wrap__callcard {
    flex-direction: row;
    justify-content: flex-start;
  }
}

/*##### banner bottom ticker section css start ####*/
.banner-bottom-ticker-wrapper {
  position: relative;
  width: 100%;
  padding: 5px 0px;
  background: linear-gradient(89.97deg, #8EC73D 0.01%, #4A9922 99.96%);
}

#header-ticker-slider .header-ticker-sld-items {
  position: relative;
  padding: 5px 25px;
}

#header-ticker-slider .header-ticker-sld-items::before {
  content: "\f621";
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "fontawesome";
  font-size: 12px;
  color: #fff;
}

.header-ticker-list {
  position: relative;
  width: 100%;
  text-align: center;
}

.header-ticker-list p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 0px;
}

/*##### banner bottom ticker section css end ####*/
/*#### About us section css start #####*/
.about-section {
  position: relative;
  width: 100%;
}
.about-section::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 60%;
  background-image: url(../images/map-img.png);
}
.about-section .about-right-content .logo{
    width: 50%;
}
.about-left-img-wrap {
  position: relative;
  width: 100%;
}
.inner-about-wrap2 .about-left-img-wrap .img-box{
    padding-right: 0%;
}
.about-left-img-wrap .img-box {
    position: relative;
    width: 100%;
    padding-right: 10%;
}
.about-left-img-wrap .img-box img{
        width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 50px;
}
.about-left-img-wrap .exprence-text {
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    background: linear-gradient(89.97deg, #8EC73D 0.01%, #4A9922 99.96%);
    border-radius: 50%;
    border: 5px solid #fff;
    padding: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
}
.about-left-img-wrap .exprence-text h6 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}
.about-left-img-wrap .exprence-text p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.call-btn-wrap {
  position: relative;
  width: 80%;
  background-color: #fff;
  border: 1px solid #E5E8E8;
  border-radius: 15px;
  padding: 20px 15px;
}
.call-btn-wrap .about-call-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.call-btn-wrap .about-call-wrap .icon {
  position: relative;
  width: 50px;
  height: 50px;
  background: linear-gradient(89.97deg, #8EC73D 0.01%, #4A9922 99.96%);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.call-btn-wrap .about-call-wrap .call-number {
  position: relative;
  width: calc(100% - 50px);
  padding-left: 8px;
}
.call-btn-wrap .about-call-wrap .call-number h6 {
  position: relative;
  width: 100%;
  color: #485863;
  font-size: 14px;
  margin-bottom: 5px;
}
.call-btn-wrap .about-call-wrap .call-number h5 {
  position: relative;
  width: 100%;
  color: #00233B;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
}
.call-btn-wrap .about-call-wrap .call-number h5 a {
  color: inherit;
}
.call-btn-wrap .common-btn1 {
  position: relative;
  width: 100%;
  justify-content: center;
}

/*#### About us section css end #####*/
/*#### services section css start ####*/
.services-wrapper {
    position: relative;
    width: 100%;
    background-size: cover;
    margin-top: -150px;
    padding-top: 10px;
}
/*.services-wrapper::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: rgba(250, 250, 250, 0.9);*/
/*}*/
.services-wrapper .common-btn1 {
    position: relative;
    background-color: transparent !important;
    background: transparent;
    box-shadow: none;
    color: #006ec8 !important;
    padding: 0;
}

#services-slider .services-sld-items {
  position: relative;
  padding: 0px 10px;
}
#blog-slider .services-sld-items {
  position: relative;
  padding: 0px 10px;
}

/*######*/
.services-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}
.services-wrap .services-img {
  position: relative;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  overflow: hidden;
}
.services-wrap .services-img img {
  position: relative;
  width: 100%;
}
.services-wrap .services-content {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  padding-top: 20px;
}
.services-wrap .services-content h3 {
    position: relative;
    width: 100%;
    color: #4A9922;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 10px;
}
.services-wrap .services-content h3 a {
  color: inherit;
}
.services-wrap .services-content p {
  position: relative;
  width: 100%;
  color: #485863;
  font-size: 14px;
  margin-bottom: 15px;
}
.services-wrap .services-content .services-btn-wrap {
  position: relative;
  top: 0px;
  right: 0px;
}
/*.services-wrap .services-content .services-btn-wrap::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: -16px;*/
/*  top: -6px;*/
/*  width: 70px;*/
/*  height: 60px;*/
/*  background-image: url(../images/services-btn-bg.png);*/
/*  background-repeat: no-repeat;*/
/*  background-size: 100%;*/
/*}*/
.services-wrap .services-content .services-btn {
  position: relative;
  width: auto;
  height: auto;
  background: linear-gradient(89.97deg, #8EC73D 0.01%, #4A9922 99.96%);
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/**/
/**/
.services-slider .slick-arrow {
  position: absolute;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 3px solid #fff;
  color: #4A9922;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.26);
  z-index: 9;
}
.services-slider .slick-arrow:hover {
  color: #4A9922;
  transition: 0.5s;
}

.services-slider .slick-arrow:before {
  display: none;
}

.services-slider .slick-arrow.slick-prev {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}

.services-slider .slick-arrow.slick-next {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
}

/**/
/*#### services section css end ####*/
/*#### what-we-do section css start ####*/
.what-we-do-section {
  position: relative;
  width: 100%;
  background-image: url(../images/whatBg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

/* ===== LEFT CONTENT ===== */
.content-wrapper {
  position: relative;
}

.what-we-do-section .common-title h4 {
  color: #fff;
}
.what-we-do-section .common-title h3 {
  color: #fff;
}
.what-we-do-section .common-title p {
  color: #D9D9D9;
}

/* Feature List */
.feature-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 15px;
    margin-bottom: 30px;
    border: 1px solid rgba(229, 232, 232, 0.4901960784);
    background-color: rgb(0 0 0 / 84%);
    padding: 15px 15px;
    border-radius: 10px;
}

.feature-item {
  position: relative;
  font-size: 0.88rem;
  font-weight: 500;
  color: #d4e5f5;
  display: flex;
  gap: 10px;
  padding-left: 25px;
}
.feature-item:before {
  content: "\f0a9";
  font-family: fontawesome;
  position: absolute;
  top: 0px;
  left: 0;
  color: #4A9922;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
  .content-wrapper {
    position: relative;
  }
  .feature-list {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content-wrapper {
    position: relative;
  }
}
/*#### what-we-do section css end ####*/
/* ==========================================================================
   HOW IT WORKS WRAPPER — Section
========================================================================== */
.how-it-works-wrapper {
  background-color: #f8f8f8;
  padding: 80px 0 90px;
}

.how-it-works-wrapper .header-row {
  align-items: center;
  margin-bottom: 48px;
}

/* ==========================================================================
   HOW IT WORKS WRAPPER — Cards Row
========================================================================== */
.how-it-works-wrapper .cards-row {
  row-gap: 28px;
}

/* ==========================================================================
   HOW IT WORKS WRAPPER — Step Card
========================================================================== */
.how-it-works-wrapper .step-card {
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.how-it-works-wrapper .step-card .step-card__img {
  position: relative;
  width: 100%;
  border-radius: 15px;
}

.how-it-works-wrapper .step-card:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.how-it-works-wrapper .step-card .step-card__img {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.how-it-works-wrapper .step-card .step-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.35s ease;
}

.how-it-works-wrapper .step-card:hover .step-card__img img {
  transform: scale(1.05);
}

/* ==========================================================================
   HOW IT WORKS WRAPPER — Step Card Body
========================================================================== */
.how-it-works-wrapper .step-card .step-card__body {
  padding: 20px 18px 24px;
  position: relative;
  text-align: center;
}

.how-it-works-wrapper .step-card .step-card__body .count {
  position: absolute;
  top: 10px;
  text-align: center;
  width: 100%;
  font-size: 80px;
  line-height: 60px;
  color: #D4D4D4;
  -webkit-text-fill-color: #f8f8f8; /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px #D4D4D4;
}

.how-it-works-wrapper .step-card .step-card__body h5 {
  font-size: 20px;
  font-weight: 700;
  color: #00233B;
  margin-bottom: 8px;
  z-index: 1;
  position: relative;
}

.how-it-works-wrapper .step-card .step-card__body p {
  font-size: 16px;
  color: #485863;
  line-height: 1.65;
  z-index: 1;
  position: relative;
}

/* ==========================================================================
   HOW IT WORKS WRAPPER — Responsive: Tablet (max 991px)
========================================================================== */
@media (max-width: 991px) {
  .how-it-works-wrapper {
    padding: 60px 0 70px;
  }
  .how-it-works-wrapper .header-row {
    margin-bottom: 36px;
  }
  .how-it-works-wrapper .header-desc {
    padding-top: 20px;
  }
}
/* ==========================================================================
   HOW IT WORKS WRAPPER — Responsive: Mobile (max 767px)
========================================================================== */
@media (max-width: 767px) {
  .how-it-works-wrapper {
    padding: 48px 0 56px;
  }
  .how-it-works-wrapper .step-card .step-card__img {
    height: 200px;
  }
}
/* ==========================================================================
   WHY CHOOSE US WRAPPER — Feature Item Icon
========================================================================== */
.why-choose-us-wrapper {
  position: relative;
  width: 100%;
  background-image: url(../images/why-choose-us-section-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.why-choose-us-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.86);
}

.why-choose-us-wrapper__image {
  position: relative;
  width: 100%;
  height: 100%;
}

.why-choose-us-wrapper__image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.why-choose-us-wrapper__content {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: center;
  padding: 50px 0px;
}

.why-choose-us-wrapper .why-choose-list {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 15px;
}

.why-choose-us-wrapper .why-choose-list .why-choose-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(89.97deg, #8EC73D 0.01%, #4A9922 99.96%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 18px;
}

.why-choose-us-wrapper .why-choose-list .why-choose-text h5 {
  font-size: 20px;
  font-weight: 700;
  color: #00233B;
  margin-bottom: 6px;
}

.why-choose-us-wrapper .why-choose-list .why-choose-text p {
  font-size: 15px;
  color: #485863;
  line-height: 1.65;
}

/*#########################################*/
/* ==========================================================================
   OUR FACTS WRAPPER — Section
========================================================================== */
.our-facts-wrapper {
  position: relative;
  width: 100%;
  background-image: url(../images/our-facts-section-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 80px;
}

.our-facts-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.27deg, #00233B 24.02%, rgba(0, 35, 59, 0.86) 99.81%);
}

.our-facts-wrapper .our-facts-wrapper__content {
  padding-right: 40px;
  padding-bottom: 40px;
  position: relative;
}

.our-facts-wrapper .common-title h4 {
  color: #fff;
}

.our-facts-wrapper .common-title h3 {
  color: #ffffff;
  font-size: 35px;
}

.our-facts-wrapper .common-title p {
  color: #fff;
  line-height: 1.8;
}

/* ==========================================================================
   OUR FACTS WRAPPER — Badges
========================================================================== */
.our-facts-wrapper .our-facts-wrapper__badges {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
  margin-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* ==========================================================================
   OUR FACTS WRAPPER — Stats Row
========================================================================== */
.our-facts-wrapper .our-facts-wrapper__stats {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

/* ==========================================================================
   OUR FACTS WRAPPER — Single Stat Item
========================================================================== */
.our-facts-wrapper .stat-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.our-facts-wrapper .stat-item:first-child {
  padding-left: 0;
  border-left: 0px;
}

/* ==========================================================================
   OUR FACTS WRAPPER — Stat Item Icon
========================================================================== */
.our-facts-wrapper .stat-item .stat-item__icon {
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.our-facts-wrapper .stat-item .stat-item__icon i {
  font-size: 1rem;
  color: #3ab54a;
}

/* ==========================================================================
   OUR FACTS WRAPPER — Stat Item Info
========================================================================== */
.our-facts-wrapper .stat-item .stat-item__info h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 4px;
}

.our-facts-wrapper .stat-item .stat-item__info p {
  font-size: 0.83rem;
  color: #90a8bc;
}

/* ==========================================================================
   OUR FACTS WRAPPER — Right Image
========================================================================== */
.our-facts-wrapper .our-facts-wrapper__image {
  position: relative;
  height: 100%;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.our-facts-wrapper .our-facts-wrapper__image img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
  border-radius: 12px;
}

/* ==========================================================================
   OUR FACTS WRAPPER — Responsive: Tablet (max 991px)
========================================================================== */
@media (max-width: 991px) {
  .our-facts-wrapper .our-facts-wrapper__content {
    padding-right: 0;
  }
  .our-facts-wrapper .common-title h3 {
    font-size: 1.4rem;
  }
  .our-facts-wrapper .our-facts-wrapper__image {
    margin-top: 30px;
    min-height: auto;
  }
}
/* ==========================================================================
   OUR FACTS WRAPPER — Responsive: Mobile (max 767px)
========================================================================== */
@media (max-width: 767px) {
  .our-facts-wrapper .our-facts-wrapper__stats {
    gap: 5px;
  }
  .our-facts-wrapper .stat-item .stat-item__info h3 {
    font-size: 1.4rem;
  }
  .our-facts-wrapper .stat-item .stat-item__info p {
    font-size: 0.8rem;
  }
}
/*###########################################*/
/*#### FAQ section css start ####*/
.faq-wrapper {
  position: relative;
  width: 100%;
  background-image: url(../images/faq-section-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.faq-wrapper .common-btn1 {
  position: relative;
}

.faq-left-img {
  position: sticky;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
	top: 0;
	left: 0;
}

.faq-left-img img {
  position: relative;
  width: 100%;
}

/*#####*/
.faq-inner-wrap {
  position: relative;
  width: 100%;
}

.faq-inner-wrap .accordion-item {
  position: relative;
  border: 0px;
  background-color: #fff;
  border: 1px solid #E5E8E8;
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.faq-inner-wrap .accordion-item .accordion-header {
  position: relative;
}

.faq-inner-wrap .accordion-item .accordion-header .accordion-button {
  background-color: #FFFFFF;
  color: #00233B;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #E5E8E8;
  margin-bottom: -1px;
}

.faq-inner-wrap .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq-inner-wrap .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f105";
  transform: rotate(0deg);
}

.faq-inner-wrap .accordion-item .accordion-button::after {
  content: "\f107";
  font-family: "fontawesome";
  background-image: none;
  position: relative;
  width: 35px;
  height: 35px;
  background: linear-gradient(89.97deg, #8EC73D 0.01%, #4A9922 99.96%);
  color: #fff;
  font-size: 15px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.faq-inner-wrap .accordion-item .accordion-body {
  position: relative;
}

.faq-inner-wrap .accordion-item .accordion-body p {
  position: relative;
  width: 100%;
  color: #474747;
  font-size: 15px;
  margin-bottom: 10px;
}

/**/
/*#### FAQ section css end ####*/
/*#### testimonials section css start ####*/
.testimonials-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-image: url(../images/testimonials-section-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00233B;
}

.testimonials-wrapper .common-title {
  position: relative;
}

.testimonials-wrapper .common-title h4 {
  color: #fff;
}

.testimonials-wrapper .common-title h3 {
  color: #fff;
}

.testimonials-left-img {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.testimonials-left-img img {
  position: relative;
  width: 100%;
}

.testimonials-wrap {
  position: relative;
  width: 100%;
}
.testimonials-wrap .testimonials-head {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 15px;
}
.testimonials-wrap p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}
.testimonials-wrap .testimonials-top {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.testimonials-wrap .testimonials-top .auth-left {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-wrap .testimonials-top .title-wrap {
  position: relative;
  width: calc(100% - 50px);
  padding-left: 10px;
}
.testimonials-wrap .testimonials-top .title-wrap h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.testimonials-wrap .testimonials-top .title-wrap h5 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

/*####*/
#testimonials-slider {
  margin-bottom: 0px;
}

#testimonials-slider .slick-dots {
  position: absolute;
  right: 0%;
  bottom: 0px;
  z-index: 9;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#testimonials-slider .slick-dots li {
  position: relative;
  margin: 0px 5px;
}

#testimonials-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#testimonials-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
}

#testimonials-slider .slick-dots li.slick-active button:before {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/**/
/*#### testimonials section css end ####*/
/*#### Blog section css start ######*/
.blog-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.blog-list {
  position: relative;
  width: 100%;
  border: 1px solid #E5E8E8;
  border-radius: 15px;
  overflow: hidden;
}
.blog-list .blog-img {
  position: relative;
  width: 100%;
}
.blog-list .blog-img img {
  position: relative;
  width: 100%;
}
.blog-list .blog-content {
  position: relative;
  width: 100%;
  padding: 15px 15px;
}
.blog-list .blog-content h3 {
  position: relative;
  width: 100%;
  color: #00233B;
  font-size: 20px;
  margin-bottom: 15px;
}
.blog-list .blog-content h3 a {
  color: inherit;
}
.blog-list .blog-content p {
  position: relative;
  width: 100%;
  color: #485863;
  font-size: 15px;
  margin-bottom: 15px;
}
.blog-list .blog-content .blog-btn {
  position: relative;
  color: #4A9922;
  font-size: 15px;
}
.blog-list .blog-content .blog-btn i {
  position: relative;
  margin-left: 5px;
}

.blog-list.right-blg-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.blog-list.right-blg-list .blog-img {
  position: relative;
  width: 40%;
}

.blog-list.right-blg-list .blog-img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-list.right-blg-list .blog-content {
  position: relative;
  width: 60%;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
}

/*#### Blog section css end ######*/
/*#### footer css start ######*/
.footer-wrapper {
  position: relative;
  width: 100%;
  padding-top: 80px;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 35, 59, 0.82);
}

.footer-logo {
  position: relative;
  width: 100%;
}

.footer-contact-info {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer-contact-info .icon {
  position: relative;
  width: 50px;
  height: 50px;
  background: linear-gradient(89.97deg, #8EC73D 0.01%, #4A9922 99.96%);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer-contact-info .info {
  position: relative;
  width: calc(100% - 50px);
  padding-left: 8px;
}
.footer-contact-info .info h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.footer-contact-info .info p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  word-break: break-all;
  margin-bottom: 0px;
}
.footer-contact-info .info p a {
  color: #fff;
}

.footer-top-line {
  position: relative;
  width: 100%;
}
.footer-top-line hr {
  color: #fff;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}
.footer-inner-wrap h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-inner-wrap p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
}

.footer-social {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.footer-social h4 {
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}
.footer-social ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
.footer-social ul li {
  position: relative;
}
.footer-social ul li a {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: linear-gradient(89.97deg, #8EC73D 0.01%, #4A9922 99.96%);
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.5s;
}
.footer-social ul li a:hover {
  background-color: #4A9922;
  border-color: #4A9922;
  color: #fff;
}

.footer-menu ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.footer-menu ul li {
  position: relative;
  width: 100%;
  padding: 5px 0px;
}

.footer-menu ul li a {
  position: relative;
  color: #fff;
  font-size: 14px;
}

.footer-menu.column2 ul li {
  position: relative;
  width: 50%;
}

/**/
/**/
.newsletter-wrap {
  position: relative;
  width: 100%;
}

.newsletter-wrap p {
  position: relative;
  width: 100%;
  color: #B1B1B1;
  font-size: 14px;
}

.newsletter-wrap .newsletter-frm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0px 0px;
  border-radius: 5px;
}

.newsletter-wrap .newsletter-frm .input-text {
  position: relative;
  width: calc(100% - 70px);
  padding-right: 0px;
}

.newsletter-wrap .newsletter-frm .input-text .form-control {
  padding: 10px 10px;
  border-radius: 5px 0px 0px 5px;
  height: 45px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  border: 0px solid #dddddd;
}

.newsletter-wrap .newsletter-frm .input-text .form-control:focus {
  outline: none;
  box-shadow: none;
}

.newsletter-wrap .newsletter-frm .input-text .form-control::-moz-placeholder {
  color: #fff;
}

.newsletter-wrap .newsletter-frm .input-text .form-control::placeholder {
  color: #fff;
}

.newsletter-wrap .newsletter-frm .submit {
  position: relative;
  width: 90px;
  margin-left: -20px;
}

.newsletter-wrap .newsletter-frm .submit .btn-success {
  position: relative;
  width: 100%;
  height: 45px;
  color: #fff;
  background: linear-gradient(89.97deg, #8EC73D 0.01%, #4A9922 99.96%);
  border-color: #000000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px 5px 5px 5px;
}

/**/
.footer-copyright-wrap {
  position: relative;
  width: 100%;
  padding: 15px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.footer-copyright-wrap p {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

/*#### footer css end ######*/

.site-footer {
    position: relative;
    margin-top: 0;
    background: #000;
    background-position: center;
}
.site-footer .footer-sec{
    position: relative;
    padding: 40px 0 20px 0;
}
.site-footer .container{
    position: relative;
    z-index: 9;
}
.site-footer .logo {
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 10px;
}
.site-footer .heading {
    text-align: left;
    margin-bottom: 60px;
    color: #fff;
}
.site-footer .heading h2 {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}
.site-footer .footer-location {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .site-footer .footer-location li {
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 13px;
  }
  .site-footer .footer-location li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.site-footer .footer-location li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #fff;
}
.site-footer .footer-social {
    /* padding-left: 88px; */
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
}
  .site-footer .footer-social li {
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 15px;
  }
  .site-footer .footer-social li a{
    color: #fff;
  }
  .site-footer .footer-social li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #fff;
  }
.site-footer .footer-social i {
    color: #7eb842;
    padding-right: 10px;
    font-size: 20px;
}
.site-footer .footer-social a {
    color: #fff;
}
.site-footer .footer-social {
    color: #fff;
    font-size: 14px;
    padding-top: 0;
}
.site-footer .footer-nav {
    position: relative;
    padding-left: 0;
}

.site-footer .footer-nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 13px;
    padding-left: 20px;
}
.site-footer h4 {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}
.site-footer .footer-nav li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0a9";
    left: 0;
    top: 0px;
    color: #fff;
    font-size: 13px;
    z-index: 9;
}

.site-footer .footer-nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-left: 0px;
}
.site-footer .footer-location .footer-social {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
}
.site-footer .footer-location .footer-social i {
    color: #D33327;
    font-size: 20px;
    padding-left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}
.site-footer .footer-location .footer-social i:hover{
    border: 2px solid #D33327;
    color: #D33327;
}
.site-footer .footer-blog {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.site-footer .footer-blog img {
    border-radius: 0px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.site-footer .footer-blog .content {
    margin-left: 15px;
}
.site-footer .footer-info .num{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.site-footer .footer-info .online{
    font-size: 14px;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 20px;
}
.site-footer .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.site-footer .submit {
    background: #D33327;
    border: none;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    transition: 0.4s;
    width: 100%;
    z-index: 1;
}
.site-footer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}

            
.copyright {
    font-size: 13px;
    text-align: center;
    position: relative;
    padding: 20px 0 0 0;
    background-color: transparent;
    border-top: 1px solid #434343;
    margin-top: 15px;
}
.copyright p.special{
    float: none;
}
.copyright p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}
.copyright p a {
    color: #fff;
    margin: 0 5px;
    font-size: 15px;
}

/*### Inner banner css start ####*/
.inner-bannerwrapper {
  position: relative;
  width: 100%;
  padding: 0px 0px;
  z-index: 1;
}

.inner-bannerwrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 44, 75, 0.8) 1%, rgba(0, 44, 75, 0.4) 1%);
    z-index: 1;
}

.inner-bannerwrapper img {
  position: relative;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.inner-bannerwrapper .inner-banner-cont {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  z-index: 2;
}

.inner-bannerwrapper .inner-banner-cont h1 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: center;
}

.main-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.cms-content {
  position: relative;
  width: 100%;
}

.cms-content h3 {
  position: relative;
  width: 100%;
  color: #00233B;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h4 {
  position: relative;
  width: 100%;
  color: #4A9922;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h5 {
  position: relative;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content p {
  position: relative;
  width: 100%;
  color: #485863;
  font-size: 15px;
  margin-bottom: 10px;
}

.cms-content ul {
  position: relative;
  width: 100%;
  display: block;
}

.cms-content ul li {
  position: relative;
  display: block;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #210026;
  font-size: 16px;
}

.cms-content ul li:before {
  content: "\f0a9";
  font-family: fontawesome;
  position: absolute;
  top: 2px;
  left: 0;
  color: #94C83E;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/*### Inner banner css end ####*/
/*####### contact us page css start #######*/
.contact-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.form-sec {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}

.form-sec .comon-title h3 {
  font-size: 35px;
}

.form-sec .form-control {
  color: #000;
  border: 1px solid #b1b1b1;
  height: auto;
  padding: 12px 15px;
  border-radius: 0px;
  transition: 0.5s;
}

.form-sec .form-control:focus {
  border: 1px solid #000;
  transition: 0.5s;
  box-shadow: none;
  outline: none;
}

.form-sec .btn-outline-dark {
  width: 100%;
  padding: 12px 10px;
  font-size: 18px;
}

.contact-info-right {
  position: relative;
  width: 100%;
}

.contact-info-details-wrap {
  position: relative;
  width: 100%;
}

.contact-info-details-wrap .contactpg-info-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.contact-info-details-wrap .contactpg-info-list .icon {
  margin-right: 10px;
  width: 30px;
  font-size: 20px;
  color: #4A9922;
}

.contact-info-details-wrap .contactpg-info-list .contact-info-cont {
  width: calc(100% - 40px);
}

.contact-info-details-wrap .contactpg-info-list .contact-info-cont p {
  position: relative;
  width: 100%;
  color: #2e2e2e;
  font-size: 18px;
  margin-bottom: 5px;
}

.contact-info-details-wrap .contactpg-info-list .contact-info-cont p a {
  color: #2e2e2e;
}

.contact-us-wrapper .contact-map {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.contact-us-wrapper .contact-map iframe {
  position: relative;
  width: 100%;
  height: 300px;
  border: 2px solid #4A9922;
}

/*####### contact us page css end #######*/
/*####### Services page css start #####*/
.services-main-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.services-category-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.services-cat-list {
  position: relative;
  width: 100%;
  padding: 25px 25px;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.services-cat-list h4 {
  position: relative;
  width: 100%;
  color: #00233B;
  font-size: 24px;
  margin-bottom: 10px;
}

.services-cat-list p {
  position: relative;
  width: 100%;
  color: #485863;
  font-size: 15px;
  margin-bottom: 0px;
}

/*### services details css start ###*/
.services-details-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.services-left-img img {
  position: relative;
  width: 100%;
}

.float-services-img {
  position: relative;
  width: 30%;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.services-details-content.cms-content ul li {
  display: table;
}

@media (max-width: 767px) {
  .float-services-img {
    width: 100%;
    margin-right: 0px;
  }
}
.services-details-top {
  position: relative;
  width: 100%;
}

.services-details-left-img {
  position: sticky;
  width: 100%;
  top: 0;
  border-radius: 10px;
  overflow: hidden;
}

/*#### Easy steps css css start ####*/
.easy-steps-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.easy-steps-left-img {
  position: sticky;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  top: 0;
  left: 0;
}

.easy-steps-right-wrap {
  position: relative;
  width: 100%;
}

.easy-steps-right-wrap h3 {
  position: relative;
  width: 100%;
  color: #00233B;
  font-size: 30px;
  margin-bottom: 15px;
}

.easy-steps-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px;
  box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.07);
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  margin-bottom: 20px;
}

.easy-steps-list .count {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #4A9922;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.easy-steps-list .content {
  position: relative;
  width: calc(100% - 50px);
  padding-left: 10px;
}

.easy-steps-list .content h3 {
  position: relative;
  width: 100%;
  color: #00233B;
  font-size: 22px;
  margin-bottom: 10px;
}

.easy-steps-list .content p {
  position: relative;
  width: 100%;
  color: #485863;
  font-size: 16px;
  margin-bottom: 0px;
}

/*#### Easy steps css css end ####*/
.trust-property-wrapper {
  position: relative;
  width: 100%;
}

.property-list {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  background-color: #f8f8f8;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
}

.property-list .icon {
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #4A9922;
  border-radius: 50px;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.property-list h3 {
  position: relative;
  width: 100%;
  color: #00233B;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.property-list p {
  position: relative;
  width: 100%;
  color: #485863;
  font-size: 14px;
  margin-bottom: 10px;
}

/*### services details css end ###*/
/*####### Services page css end #####*/
/*#### Blog page css start ####*/
.blog-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.blog-wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 15px #BBBBBB;
  border-radius: 10px;
  overflow: hidden;
}
.blog-wrap .blog-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.blog-wrap .blog-img img {
  width: 100%;
  transition: all 0.5s;
}
.blog-wrap .blog-contant {
  position: relative;
  width: 100%;
  padding: 15px 15px;
}
.blog-wrap .blog-contant h4 {
  position: relative;
  width: 100%;
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}
.blog-wrap .blog-contant p {
  position: relative;
  width: 100%;
  color: #485863;
  margin-bottom: 10px;
}
.blog-wrap .blog-contant .read-more-date {
  position: relative;
  width: 100%;
}
.blog-wrap .blog-contant .read-more-date ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}
.blog-wrap .blog-contant .read-more-date ul li {
  position: inherit;
  color: #485863;
  font-size: 14px;
}
.blog-wrap .blog-contant .read-more-date ul li .read-btn {
  position: relative;
  color: #4A9922;
  font-size: 15px;
}
.blog-wrap .blog-contant .read-more-date ul li .read-btn span {
  margin-left: 5px;
}
.blog-wrap:hover .blog-img img {
  transform: scale(1.1);
}

/*### blog details css start ####*/
.blog-details-wraper {
  position: relative;
  width: 100%;
  padding: 40px 0px;
}

.blog-single-wraper {
  position: relative;
  width: 100%;
}

.blog-single-wraper h1 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.blog-single-wraper .entry-meta {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  color: #0d1d31;
}

.blog-single-wraper .entry-meta a {
  color: #3f56d6;
}

.blog-single-wraper .blog-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

.blog-single-wraper .blog-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}

.blog-single-wraper .blog-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.blog-single-wraper .blog-img .blog-date {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 5px 15px;
  background-color: #4A9922;
  text-align: center;
}

.blog-single-wraper .blog-img .blog-date p {
  position: relative;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.blog-single-wraper p {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #0d1d31;
  margin-bottom: 10px;
}

.social-icon.blog-social {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.social-icon.blog-social:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}

.social-icon.blog-social ul li a {
  color: #13253b;
  transition: 0.5s;
}

.social-icon.blog-social ul li a:hover {
  color: #3f56d6;
  transition: 0.5s;
}

.blog-prev-next-wraper {
  position: relative;
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 20px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.blog-prev-next-wraper a {
  color: #666666;
  font-size: 14px;
}

.blog-prev-next-wraper a .fa {
  padding: 0px 5px;
}

.comment-respond {
  position: relative;
  width: 100%;
  background-color: #ddd;
  padding: 20px 20px;
  border-radius: 5px;
}

.comment-respond > h3 {
  position: relative;
  width: 100%;
  color: #666666;
  font-size: 22px;
  margin-bottom: 15px;
}

.comment-respond .comment-form label {
  position: relative;
  color: #000;
  font-size: 16px;
}

.comment-respond .comment-form .form-control {
  background-color: #fff;
  border: 1px solid #ced4da;
  transition: 0.5s;
}

.comment-respond .comment-form .form-control:focus {
  box-shadow: none;
  border-color: #0d1d31;
  transition: 0.5s;
}

.comment-respond .comment-form .btn-danger {
  background-color: #4A9922;
  padding: 10px 15px;
  border-radius: 30px;
}

/*###### blog sidebar css start #######*/
.blog-sidebar {
  position: relative;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ededed;
  padding: 0px 15px;
}

.blog-sidebar-title {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-sidebar-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 30px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}

.recent-posts {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.recent-posts .recent-posts-list {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 0px;
}

.recent-posts .recent-posts-list li {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 5px 0px;
  border-bottom: 1px solid #ededed;
}

.recent-posts .recent-posts-list li:last-child {
  border-bottom: 0px;
}

.recent-posts .blog-posts-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.recent-posts .blog-posts-wrap .blog-img {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

.recent-posts .blog-posts-wrap .blog-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-posts .blog-posts-wrap .blog-right-text {
  position: relative;
  width: calc(100% - 55px);
}

.recent-posts .blog-posts-wrap .blog-right-text h5 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 600;
  text-transform: uppercase;
}

.recent-posts .blog-posts-wrap .blog-right-text h5 a {
  color: #000000;
}

.recent-posts .blog-posts-wrap .blog-right-text p {
  position: relative;
  color: #000;
  font-size: 14px;
}

.recent-posts .blog-posts-wrap .blog-right-text p a {
  color: #666666;
}

.recent-comment {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.recent-comment ul {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0px;
}

.recent-comment ul li {
  position: relative;
  width: 100%;
  display: block;
  padding: 5px 0px;
  padding-left: 12px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

.recent-comment ul li a {
  color: #666666;
}

.recent-comment ul li:after {
  content: "\f105";
  font-size: 15px;
  font-family: "Fontawesome";
  position: absolute;
  top: 5px;
  left: 0px;
}

.recent-comment ul li:last-child {
  border-bottom: 0px;
}

/*### blog details css end ####*/
/*### Area We Serve css start ####*/
.services-area-top-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #f8f8f8;
}

.area-we-serve-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
}

.services-area-map-img {
  position: relative;
  width: 100%;
}

.services-area-right-form {
  position: relative;
  width: 100%;
  padding: 15px 15px;
  background-color: #fff;
  border: 1px solid #E5E8E8;
}

.services-area-right-form > h3 {
  position: relative;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.services-area-right-form .form-group {
  position: relative;
  width: 100%;
}

.services-area-right-form .form-group p {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.area-we-serve-wrap {
  position: relative;
  width: 100%;
}
.area-we-serve-wrap h3 {
  position: relative;
  width: 100%;
  color: #4A9922;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.area-we-serve-wrap ul {
  position: relative;
}
.area-we-serve-wrap ul li {
  position: relative;
}
.area-we-serve-wrap ul li h4 {
  position: relative;
  width: 100%;
  height: 100%;
}
.area-we-serve-wrap ul li h4 a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent;
  border: 1px solid #4A9922;
  padding: 10px 10px;
  font-size: 15px;
  color: #00233B;
  margin-bottom: 0px;
  text-align: left;
  border-radius: 5px;
}
.area-we-serve-wrap ul li h4 i {
  color: #4A9922;
  margin-right: 5px;
}

.area-wrapper {
  position: relative;
  width: 100%;
}

.area-content {
  position: relative;
  width: 100%;
}
.area-content h2 {
  position: relative;
  width: 100%;
  color: #00233B;
  font-size: 35px;
  margin-bottom: 15px;
}
.area-content h3 {
  position: relative;
  width: 100%;
  color: #00233B;
  font-size: 30px;
  margin-bottom: 15px;
}
.area-content h4 {
  position: relative;
  width: 100%;
  color: #4A9922;
  font-size: 22px;
  margin-bottom: 15px;
}
.area-content p {
  position: relative;
  width: 100%;
  color: #485863;
  font-size: 15px;
  margin-bottom: 15px;
}
.area-content iframe {
  position: relative;
  width: 100%;
  height: 300px;
  border: 2px solid #55a026 !important;
}
.area-content ul {
  position: relative;
  width: 100%;
  display: block;
}
.area-content ul li {
  position: relative;
  display: block;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #210026;
  font-size: 16px;
}
.area-content ul li:before {
  content: "\f0a9";
  font-family: fontawesome;
  position: absolute;
  top: 2px;
  left: 0;
  color: #94C83E;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.single-services-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #f8f8f8;
}

.area-pg-srv-list {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 10px;
  padding-left: 45px;
  background-color: #fff;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.area-pg-srv-list::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url(../images/title-icon.svg);
  background-repeat: no-repeat;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/*### Area We Serve css end ####*/
/*##### quick css start ###*/
.quick-quote-wraper .close {
  position: absolute;
  right: 6px;
  top: 0px;
  z-index: 9;
  color: #4A9922;
  font-size: 22px;
  background-color: transparent;
  border: 0px;
  opacity: 1;
}

.quick-quote-wraper .quick-quote-form {
  position: relative;
  padding: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.quick-quote-wraper .quick-quote-form .title {
  position: relative;
  width: 100%;
}

.quick-quote-wraper .quick-quote-form .title h3 {
  position: relative;
  font-size: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #00233B;
  font-weight: 600;
}

.quick-quote-wraper .quick-quote-form .title h3:after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #374B5C;
}

.quick-quote-wraper .quick-quote-form .form-group {
  position: relative;
  width: 100%;
}

.quick-quote-wraper .quick-quote-form .form-group p {
  position: relative;
  width: 100%;
  margin: 0;
}

.quick-quote-wraper .quick-quote-form .common-btn1 {
  padding: 12px 20px;
}

/*##### quick css end ###*/
/*#### Area *//*# sourceMappingURL=style.css.map */

/*==================================================
STEP SECTION
==================================================*/

.step-wrap{
    position:relative;
    padding:120px 0 90px;
    background:#fff;
    overflow:hidden;
}

.step-wrap *,
.step-wrap *::before,
.step-wrap *::after{
    box-sizing:border-box;
}

.step-wrap__wrapper{
    position:relative;
}

/*--------------------------------------------------
ROW
--------------------------------------------------*/

.step-wrap .row{
    position:relative;
    z-index:3;
}

.step-wrap .col-lg-3{
    position:relative;
}

/*--------------------------------------------------
TIMELINE
--------------------------------------------------*/

.step-wrap__timeline{
    position:absolute;
    top:324px;
    left:0;
    width:100%;
    height:10px;
    z-index:1;
}

.step-wrap__bar{
    position:absolute;
    height:10px;
    border-radius:50px;
}

/* Blue line */

.step-wrap__bar--blue{
    left:12%;
    width:33%;
    background:#123f8b;
}

/* Green line */

.step-wrap__bar--green{
    left:45%;
    width:43%;
    background:#78b93d;
}

/*--------------------------------------------------
CARD
--------------------------------------------------*/

.step-wrap__item{
    position:relative;
    text-align:center;
    transition:.45s ease;
}

.step-wrap__item:hover{
    transform:translateY(-12px);
}

/*--------------------------------------------------
IMAGE
--------------------------------------------------*/

.step-wrap__image{
    position:relative;
    overflow:hidden;
    border-radius:26px;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
    background:#f5f5f5;
}

.step-wrap__image::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
        rgba(0,0,0,.22),
        rgba(0,0,0,0));
    z-index:2;
    opacity:0;
    transition:.4s;
}

.step-wrap__image img{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
    transition:all .7s ease;
}

.step-wrap__item:hover .step-wrap__image img{
    transform:scale(1.08);
}

.step-wrap__item:hover .step-wrap__image::before{
    opacity:1;
}

/*--------------------------------------------------
NUMBER CIRCLE
--------------------------------------------------*/

.step-wrap__number{
    position:relative;
    width:90px;
    height:90px;
    border-radius:50%;
    background:#123f8b;
    margin:-45px auto 0;
    display:flex;
    align-items:center;
    justify-content:center;
    border:8px solid #fff;
    box-shadow:0 12px 35px rgba(0,0,0,.18);
    z-index:10;
    transition:.4s;
}

.step-wrap__item:nth-child(2) .step-wrap__number,
.step-wrap__item:nth-child(3) .step-wrap__number{
    background:#6eb338;
}

.step-wrap__number span{
    color:#fff;
    font-size:30px;
    font-weight:800;
    letter-spacing:1px;
}

.step-wrap__item:hover .step-wrap__number{
    transform:scale(1.08) rotate(5deg);
}

/* White ring */

.step-wrap__number::before{
    content:"";
    position:absolute;
    inset:-10px;
    border-radius:50%;
    border:2px dashed rgba(255,255,255,.65);
    animation:stepRotate 16s linear infinite;
}

/* Pulse */

.step-wrap__number::after{
    content:"";
    position:absolute;
    inset:-18px;
    border-radius:50%;
    border:2px solid rgba(18,63,139,.15);
    animation:stepPulse 2.8s infinite;
}

.step-wrap__item:nth-child(2) .step-wrap__number::after,
.step-wrap__item:nth-child(3) .step-wrap__number::after{
    border-color:rgba(110,179,56,.18);
}

/*--------------------------------------------------
ANIMATIONS
--------------------------------------------------*/

@keyframes stepRotate{

    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }

}

@keyframes stepPulse{

    0%{
        transform:scale(.9);
        opacity:.7;
    }

    70%{
        transform:scale(1.15);
        opacity:0;
    }

    100%{
        transform:scale(1.15);
        opacity:0;
    }

}

/* Decorative dots */

.step-wrap::before{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    border-radius:50%;
    background:rgba(18,63,139,.05);
    top:-120px;
    left:-120px;
}

.step-wrap::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(110,179,56,.05);
    right:-100px;
    bottom:-100px;
}
/*==================================================
CONTENT
==================================================*/

.step-wrap__content{
    position:relative;
    padding:65px 18px 0;
    z-index:5;
}

.step-wrap__icon{
    width:96px;
    height:96px;
    margin:0 auto 28px;
    border-radius:50%;
    background:#fff;
    border:2px solid #123f8b;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
    color:#123f8b;
    transition:all .45s ease;
    position:relative;
}

.step-wrap__icon::before{
    content:"";
    position:absolute;
    inset:8px;
    border-radius:50%;
    border:1px dashed rgba(18,63,139,.25);
    transition:.4s;
}

.step-wrap__icon--green{
    border-color:#78b93d;
    color:#78b93d;
}

.step-wrap__icon--green::before{
    border-color:rgba(120,185,61,.3);
}

.step-wrap__item:hover .step-wrap__icon{
    transform:translateY(-8px) rotate(8deg);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.step-wrap__item:hover .step-wrap__icon::before{
    transform:rotate(180deg);
}

/*==================================================
HEADING
==================================================*/

.step-wrap h3{
    margin:0;
    font-size:30px;
    font-weight:800;
    line-height:1.2;
    color:#123f8b;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.step-wrap__line{
    display:block;
    width:60px;
    height:4px;
    border-radius:20px;
    background:#78b93d;
    margin:18px auto 22px;
}

/*==================================================
PARAGRAPH
==================================================*/

.step-wrap p{
    max-width:290px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.85;
    font-weight:400;
}

/*==================================================
HOVER EFFECT
==================================================*/

.step-wrap__item:hover h3{
    color:#78b93d;
    transition:.35s;
}

.step-wrap__item:hover .step-wrap__line{
    width:90px;
    transition:.35s;
}

/*==================================================
ENTRANCE ANIMATION
==================================================*/

.step-wrap__item{
    animation:stepFade .8s ease both;
}

.step-wrap__item:nth-child(2){
    animation-delay:.15s;
}

.step-wrap__item:nth-child(3){
    animation-delay:.3s;
}

.step-wrap__item:nth-child(4){
    animation-delay:.45s;
}

@keyframes stepFade{

    from{
        opacity:0;
        transform:translateY(70px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/*==================================================
TABLET
==================================================*/

@media (max-width:991px){

.step-wrap{
    padding:90px 0;
}

.step-wrap__timeline{
    display:none;
}

.step-wrap .row{
    row-gap:60px;
}

.step-wrap__image img{
    height:360px;
}

.step-wrap__content{
    padding-top:55px;
}

}

/*==================================================
MOBILE
==================================================*/

@media (max-width:767px){

.step-wrap{
    padding:70px 0;
}

.step-wrap .row{
    row-gap:50px;
}

.step-wrap__image{
    border-radius:20px;
}

.step-wrap__image img{
    height:280px;
}

.step-wrap__number{
    width:74px;
    height:74px;
    margin-top:-37px;
}

.step-wrap__number span{
    font-size:24px;
}

.step-wrap__icon{
    width:80px;
    height:80px;
    font-size:34px;
}

.step-wrap h3{
    font-size:22px;
}

.step-wrap p{
    max-width:100%;
    font-size:15px;
    line-height:1.8;
}

.step-wrap__line{
    margin:16px auto 18px;
}

}

/*==================================================
LARGE SCREEN
==================================================*/

@media (min-width:1400px){

.step-wrap .container{
    max-width:1380px;
}

.step-wrap__image img{
    height:300px;
}

.step-wrap h3{
    font-size:34px;
}

.step-wrap p{
    font-size:18px;
}

}