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

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}


img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
  color: #000000c9;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

ul.check-list li {
    list-style: circle;
    padding-left: 0;
}
.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.testi-by-img img {
    width: 10% !important;
    border: 1px solid gray !important;
}


.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  
        font-family: 'Rajdhani', sans-serif;


  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  
        font-family: 'Rajdhani', sans-serif;


  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  
        font-family: 'Rajdhani', sans-serif;


  font-size: 30px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  
        font-family: 'Rajdhani', sans-serif;


  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  
        font-family: 'Rajdhani', sans-serif;


  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  
        font-family: 'Rajdhani', sans-serif;


  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/* BEGIN: HEADER SEC CSS */

/* sidenav-css start */
.sidenav {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -500px;
  background: #6dc400;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 250px;
}
/* The navigation menu links */

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .sidenav a:focus {
  color: #000;
  text-decoration: none;
  padding-left: 40px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}
.mobilecontainer span {
  color: #6dc400;
  margin-right: 10px;
  margin: 0px 9px;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.mobilecontainer img {
  width: 63px;
  margin: -19px 0;
  position: relative;
  z-index: 1;
}
.mobilecontainer {
  background-color: #fff;
  padding-left: 20px;
  width: 70px;
	padding-top: 20px;

}
/* sidenav-css end */



/*navigation*/
header {
    margin: 0;
}

.main-navigate {
    margin: 0;
    background: #fff;
    padding: 15px 3%;
}

.nav-flex {
    display: flex;
    align-items: center;
}

.navigation {
    margin-top: 0px;
    text-align: center;
}

.navigation ul li a {
    color: #000;
    padding: 0px 12px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif;
}
.navigation ul li a:hover{
  color: #54A4DC;
}

.navigation ul li.active a {
    color: #6dc400;
}

.navigation ul li {
    display: inline-block;
    padding: 0px 0px;
}

/* END: HEADER SEC CSS */






/*banner css start */



.carousel-inner .carousel-item .slider-banner{
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/













.header-top {
    background: #6dc400;
    padding: 15px 0;
}

.location ul {
    display: flex;
    align-items: center;
    margin: 0;
    color: #fff;
    font-size: 12px;
}

.location ul li i {
    margin-right: 10px;
    font-size: 16px;
}

.socail-link ul {
    display: flex;
    justify-content: end;
    margin: 0;
}

.socail-link ul li {
    margin-right: 10px;
    background: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.socail-link ul li a {
    color: #54A4DC;
    font-size: 16px;
    animation: blinkin 3s ease infinite;
}
.location span {
    font-size: 17px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}
.socail-link li:hover {
    background: #46C6CE;
}
.head-con {
    text-align: end;
}

.head-con ul li i {
    color: #54a4dc;
    font-size: 30px;
    margin-right: 10px;
}

.head-con ul li a {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Overlock', cursive;
}

.head-con ul {
    margin: 0;
}
ul.navbar-set {
    margin: 0;
}

.header-top .row {
    align-items: center;
}
/*header end*/

/*banner start*/
section.banner-type-4.flex-center {
    background-image: url(../images/banner.jpg);
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    object-fit: cover;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #00b4e5;
    background-position-y: center;
}
.banner-type-4 {
    min-height: 500px;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.white {
    color: #fff;
}
.play-btn-white {
    height: 62px;
    width: 62px;
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    line-height: 62px;
    border-radius: 50%;
}
.fs-21 {
    font-size: 21px;
}
.banner-form-4 {
    background-color: rgba(19, 27, 35, .3);
    padding: 20px 20px;
    border-radius: 8px;
    max-width: 800px;
    margin: auto;
}
select.form-control:not([size]):not([multiple]) {
    height: 50px;
}
.banner-form-4 .form-control {
    padding: 7px 19px;
    font-weight: normal;
    margin-right: 10px;
}

.input-white.select-nice {
    width: 100%;
}
.input-white {
    border: none;
    position: relative;
    border-radius: 5px;
    height: 51px;
    padding: 0px 25px;
}
a.btn.btn-black.ml-15.ml-xs-00.mt-xs-15 {
    background: #6dc400;
    color: #fff;
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}
.btn-black:hover {
    color: #fff;
    border-radius: 6px;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.banner-form-4 .btn.btn-black {
    min-width: 80px;
}
.banner-content-4.white h4 {
    color: #fff;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
}
ul.banner-check-list.white.mt-25 {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.banner-check-list.white.mt-25 li {
    margin-right: 20px;
    font-weight: 700;
}

ul.banner-check-list.white.mt-25 i {
    margin-right: 10px;
}
.banner-content-4.white h1 {
    COLOR: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    font-size: 60px;
}
/*banner end*/

/*about start*/
section.about-3.pt-100.pb-100 {
    position: relative;
}
.pb-100 {
    padding-bottom: 50px;
}

.pt-100 {
    padding-top: 50px;
}
.play-btn {
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 50%;
}
.play-btn i {
    color: #fff;
    line-height: 75px;
}
.blob {
    box-shadow: 0 0 0 1px #6dc400;
    animation: pulse-blue 2s infinite;
    background: #6dc400;
    position: absolute;
    top: 40%;
    left: 40%;
}
.about-left-3.relative {
    position: relative;
}
.abt-brush {
    position: absolute;
    right: 70px;
    top: -41px;
    z-index: -1;
    max-width: 130px;
    opacity: .04;
    animation: rotat 70s linear infinite;
}
.about-left-3.relative > img {
    width: 90%;
}

p.sub-head {
    font-size: 18px;
    color: #54A4DC;
    margin: 0 !important;
}

.about-div h1 {
    color: #6dc400;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}

p.sub-head.blue.f-700.mb-5 {
}

.about-div.mt-md-45 p {
}

ul.check-list.half-list.mb-15.mt-20 {
    margin-top: 24px;
    margin-bottom: 21px;
}
.check-list.half-list li {
    width: 49%;
    vertical-align: top;
    display: inline-block;
}

.check-list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
    font-size: 17px;
}
.check-list li span {
    position: absolute;
    left: 0;
    width: 23px;
    height: 23px;
    border: 2px solid #54A4DC;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    top: 2px;
}
ul.check-list.half-list i {
    color: #6dc400;
}
a.btn.btn-blue.shine-btn {
    background: #6dc400;
    color: #111111;
    text-shadow: none;
    min-width: 185px;
    text-align: center;
    color: #fff;
    padding: 13px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.btn-blue {
    box-shadow: 0px 6px 10px -4px #54A4DC;
}
.shine-btn {
    transition: 0.6s;
    overflow: hidden;
    position: relative;
}
.btn-blue:hover {
    box-shadow: 0px 11px 20px -4px #54A4DC;
    color: #111111;
}
.shine-btn:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg);
}
.shine-btn:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg);
}
.shine-btn:hover:before {
    -webkit-transform: translateX(300px) skewX(-15deg);
    transform: translateX(300px) skewX(-15deg);
    opacity: 0.6;
    transition: 0.7s;
}
.shine-btn:hover:after {
    -webkit-transform: translateX(300px) skewX(-15deg);
    transform: translateX(300px) skewX(-15deg);
    opacity: 1;
    transition: 0.7s;
}
/*about end*/

/*servives start*/
section.service {
    background: #f9fafc;
}
.relative {
    position: relative;
}
.o-hidden {
    overflow: hidden;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-95 {
    padding-top: 50px;
}
section.blog.pt-95.pb-50 {
    padding-bottom: 95px;
    position: relative;
}
.mb-35 {
    margin-bottom: 35px;
}
.service-main p {text-align: start !important;font-size: 22px;margin-bottom: 12px !important;font-family: 'Rajdhani', sans-serif;font-weight: 500;}

.service-main h1 {
    text-align: start;
    color: #6dc400;
    font-size: 50px;
    font-weight: 700;
}
.service-each-3 {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 7px;
    margin-bottom: 30px;
    transition: all .4s;
    height: 300px;
}
.service-each-3:hover {
    background: #54A4DC;
}
.service-icon-3:before {
    position: absolute;
    content: close-quote;
    width: 15px;
    height: 15px;
    background-color: #eef4f8;
    border-radius: 50%;
    left: -9px;
    bottom: 0;
}
.service-icon-3:after {
    position: absolute;
    content: close-quote;
    width: 20px;
    height: 20px;
    background-color: #eef4f8;
    border-radius: 50%;
    right: -3px;
    top: 0;
}
.service-each-3:hover .service-icon-3 img {
    filter: none;
}
.service-each-3:hover .service-icon-3 {
    background-color: #fff;
}
.service-icon-3 {
    width: 141px;
    height: 119px;
    position: relative;
    margin: auto;
    border-top-left-radius: 115px;
    border-top-right-radius: 185px;
    border-bottom-left-radius: 125px;
    border-bottom-right-radius: 85px;
    background: #f9fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: blinkin 3s ease infinite;
}
.service-icon-3 img {
    /* -webkit-filter: grayscale(80%) contrast(90%) brightness(30%); */
    /* filter: grayscale(80%) contrast(90%) brightness(30%); */
    /* filter: invert(56%) sepia(98%) saturate(501%) hue-rotate(43deg) brightness(95%) contrast(101%); */
    width: 50%;
}
.service-text-3 h3 a {
    color: #6dc400;
    font-size: 25px;
    font-weight: 600;
}

.service-text-3 h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.btn-lg {
    min-width: 150px;
    font-size: 14px;
    padding: 10px 24px;
}
.btn-blue-border {
    min-width: 185px;
    text-align: center;
    padding: 13px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid;
}
a.btn.btn-blue-border.btn-lg {
    border-color: #6dc400;
}
.service-each-3:hover .service-text-3, .service-each-3:hover .service-text-3 h3 a {
    color: #fff;
}
.btn-blue, .btn-white-border:hover, .service-each-3:hover .btn-blue-border, .head-1-book-2, .head-1-book:hover, .btn-black, .btn-black:hover, .main-slider.owl-carousel .owl-nav button:hover, .btn-blue-border:hover {
    background: #6dc400;
    color: #111111;
    text-shadow: none;
}
.service-each-3:hover p {
    color: #fff;
}
a.link-line i {
    margin-left: 10px;
}
a.link-line {
    color: #000;
    align-items: center;
    justify-content: end;
    border-bottom: 1px solid #000;
    display: inline-block;
}
/*servives end*/


/*how its work start*/
section.hw-it-wrks {
    padding: 100px 0;
}
h1.mb-45 {
    color: #6dc400;
    margin: 15px 0;
    font-size: 47px;
    font-weight: 700;
}
.how-works-2 {
    padding: 0px 40px;
    margin-top: 40px;
}
.how-work-img img {filter: invert(56%) sepia(98%) saturate(501%) hue-rotate(43deg) brightness(95%) contrast(101%);}
.how-work-img {
    position: relative;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    border: 2px solid #6dc400;
    margin: auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.how-work-img .step-count {
    right: -7px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    width: 38px;
    height: 38px;
    position: absolute;
    border-radius: 50%;
    line-height: 38px;
    font-weight: bold;
    background: #54A4DC;
    top: 0;
    animation: blinkin 3s ease infinite;
}
.how-work-text h3 {
    color: #6dc400;
    margin-bottom: 10px;
    margin-top: 15px;
}
.how-work-img:after {
    position: absolute;
    content: close-quote;
    width: 450px;
    top: 50%;
    font-size: 17px;
    overflow: hidden;
    height: 1px;
    left: 0;
    background: #54A4DC;
    z-index: -1;
}
.how-work-img1:after {
   display: none;
}
/*how its work end*/


section.cta.bg-blue.shadow-blue.pt-100.pb-95 {
    background-image: url(../images/cta.jpg);
    padding: 140px 0;
    background-size: cover;
    width: 100%;
    background-blend-mode: overlay;
    background-color: #003a62;
    background-attachment: fixed;
    margin: 50px 0;
}
.cta-inline-btn a {
    background: #54A4DC;
    margin-bottom: 10px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
/*.cta-line-after:before {*/
/*    position: absolute;*/
/*    content: close-quote;*/
/*    width: 2px;*/
/*    bottom: 0;*/
/*    background-color: #fff;*/
/*    right: -117px;*/
/*    top: 0;*/
/*    opacity: .6;*/
/*}*/
.cta-line-after {
    position: relative;
}
.cta-line-after:after {
    width: 0px;
    position: absolute;
    content: close-quote;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -124px;
    opacity: .6;
    display:none;
}


section.why-choose-3 {
    padding: 0px 0;
}

h1.mb-10 {
    color: #6dc400;
    font-weight: 700;
    font-size: 70px;
}
.check-list2 li {
    position: relative;
    padding-left: 48px;
}
.check-list2 li img {
    position: absolute;
    left: 0;
    top: 6px;
}


ul.check-list2.mb-10 h5 {
    margin: 0;
    color: #000;
    font-weight: 600;
}


.why-brush {
    position: absolute;
    left: 0;
    top: 12%;
    z-index: -1;
    opacity: .04;
    max-width: 150px;
    animation: blinkin 3s ease infinite;
}
.why-bubble {
    position: absolute;
    bottom: 0;
    max-width: 160px;
    left: 29%;
    opacity: .04;
    animation: rotat 70s linear infinite;
}
.abt-bubble {
    position: absolute;
    left: 6px;
    bottom: -25px;
    z-index: -1;
    max-width: 150px;
    opacity: .04;
    animation: rotat 70s linear infinite;
}
.row.mt-75.mb-25 {
    margin-top: 8%;
    align-items: center;
    margin-bottom: 20px;
}

.row.mt-75.mb-25 h3 {
    color: #6dc400;
    font-size: 30px;
    text-transform: capitalize;
    margin: 0;
}
.accordion-item {
    margin-bottom: 20px;
    border: none;
}

button.accordion-button.collapsed {
    background: #8080801f;
    color: #000;
    font-weight: 500;
    padding: 5px 10px;
    color: #000;
    font-weight: 600;
}
.btn-view {
    text-align: end;
}

.btn-view a {
    color: #6dc400;
    font-size: 20px;
    border-bottom: 1px solid #000;
}

.btn-view i {
    margin-left: 13px;
}



img.team-bg-icon2 {
    position: absolute;
    top: 0;
    right: 30%;
    opacity: .04;
    width: 15%;
    animation: rotat 70s linear infinite;
}


.slick-active {
    opacity: 1.5;
}


section.cta-video.pt-100.pb-100 {
    background: #202020;
    margin: 0px 0;
}
.play-btn-big {
    width: 84px;
    text-align: center;
    height: 84px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background: #6dc400;
}
.play-btn-big:before {
    width: 175px !important;
    height: 175px !important;
    border: 2px dashed rgba(255, 255, 255, .2);
}
.play-btn-big:after, .play-btn-big:before {
    position: absolute;
    content: close-quote;
    width: 130px;
    height: 130px;
    border: 2px dashed rgba(255, 255, 255, .35);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.play-btn-big i {
    color: #fff;
    font-size: 20px;
    line-height: 84px;
}
.cta-line-after.text-lg-left h1 {
    color: #fff;
}
.testi-by-img img {
    width: auto;
}
section.testimonial-3-tp.pt-95.pb-95.pb-sm-45 {
    text-align: center;
}
.testi-by-img {
    display: flex;
    justify-content: center;
}
.each-quote-3 {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
}
section.testimonial-3-tp.pt-95.pb-95.pb-sm-45 h1 {
    color: #6dc400;
}
.each-quote-3 p {
    font-style: italic;
    color: #000;
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
}
li.text-center.lh-10 i {
    color: orange;
}
ul.stars-rate.fs-13.mb-5.mt-10 {
    margin: 0 !important;
}
.review-rate-each {
    margin-top: 10%;
}
.review-rate-each p {
    margin: 0 !important;
}
html{
  overflow-x: hidden;
}
section.testimonial-3-tp.Latest-wrap.relative {
    background: #f9fafc;
    padding: 100px 0;
}
.Latest-wrap h1 {
    color: #6dc400;
}
section.testimonial-3-tp.Latest-wrap.relative .container-fluid {
    padding: 0;
}
section.testimonial-3-tp.Latest-wrap.relative .slick-slide {
    margin: 0px !important;
}
.each-portfolio {
    position: relative;
}
.each-portfolio:before {
    position: absolute;
    content: close-quote;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #54A4DC;
}

.portfolio-text {
    text-align: center;
    width: 90%;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.transform-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.each-portfolio .portfolio-text h4 {
    margin-bottom: 4px;
    font-size: 25px;
}
.each-portfolio .portfolio-text p {
    margin-bottom: 12px;
}
.each-portfolio:after {
    position: absolute;
    content: close-quote;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    border: 1px solid #fff;
    opacity: 0;
    border-radius: 8px;
}

.each-portfolio:hover:before {
  opacity: .9;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.each-portfolio:hover .portfolio-text {
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.each-portfolio:hover:after {
  opacity: .3;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.each-portfolio:hover * {
    color: #fff;
}
.Latest-wrap {
    margin-top: 10%;
}
section.blog.pt-95.pb-50 h1 {
    color: #54A4DC;
}

.white {
    color: #fff;
}
.blog-image-info {
    position: absolute;
    left: 25px;
    bottom: -8px;
}
.blog-image-info {
    position: absolute;
    left: 25px;
    bottom: -8px;
}
.blog-imgs {
    position: relative;
}
.date-tag {
    color: #fff;
    padding: 4px 15px;
    border-radius: 50px;
    background: #6dc400;
}
.blog-content {
    padding: 30px 25px;
    padding-bottom: 30px;
    background: #f9fafc;
}
.blog-content.bg-light-white h4 {
    margin-bottom: 10px !important;
}
.blog-content.bg-light-white a {
    color: #6dc400;
}
.hr-1 {
    height: 1px;
    background: #11111166;
}
.read-blog {
    display: block;
    margin-top: 16px;
}
a.read-blog.f-500 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6dc400;
}
.slick-next:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 2px solid #54A4DC;
    border-radius: 50%;
    padding: 8px 12px;
    color: #6dc400;
    }
.slick-next {
    right: 5%;
    top: -12%;
}
.slick-prev {
    left: inherit;
    right: 10%;
    top: -12%;
}
.slick-prev:before {
  content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 2px solid #54A4DC;
    border-radius: 50%;
    padding: 8px 12px;
    color: #6dc400;
}
 footer.pt-30.pb-45.z-15.footer-1 {
    background-image: url(../images/footer.jpg);
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-color: #000000b3;
}
.footer-1 {
    padding-bottom: 10px;
}
.footer-1 p {
    color: #b3bec5;
}
.cta-footer {
  overflow: hidden;
}
ul li {
  /* position: relative; */
  /* font-size: 18px; */
  /* font-weight: bold; */
  /* color: #fff; */
  /* padding-left: 38px; */
}

.contact-footer ul li i {
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-1 {
  padding-bottom: 20px;
}

.footer-lines {
  width: 43px;
  height: 2px;
  display: inline-block;
  background-color: #b3bec5;
  margin-top: 22px;
  margin-bottom: 14px;
}

.footer-1 p {
  color: #b3bec5;
}

.footer-1 p {
  color: #fff;
}

.footer-links li a:hover i {
  margin-right: 15px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.footer-links li a:hover {
  color: #fff;
}

.nice-select .option {
  line-height: 30px;
  min-height: 30px;
}

.footer-links li a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 2px;
  text-transform: capitalize;
}

.footer-links li a i {
  margin-right: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
  color: #6dc400;
}

.footer-buttons .btn-white-border {
  border: 1px solid #fff;
  color: #fff;
}

.social-icons.footer a {
  color: #b3bec5;
}

.scroll-btn {
  width: 35px;
  height: 35px;
  position: fixed;
  right: 43px;
  bottom: 37px;
  border-radius: 50%;
  color: #fff;
  line-height: 36px;
  font-size: 12px;
  z-index: 50;
  background: #6dc400;
}
.contact-footer ul {
    margin: 0;
}

footer.pt-100.pb-45.z-15.footer-1 h3 {
    color: #000;
}

.footer-buttons a {
    margin-bottom: 10px;
}

ul.social-icons.footer.mt-50.white {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social-icons.footer.mt-50.white a {
    color: #6dc400;
    margin-right: 15px;
}
.hr-2 {
    height: 2px;
    background: gray;
    margin-bottom: 10px;
}
.logo-footer.mb-30 img {
    width: 55%;
    margin-bottom: 26px;
}
.contact-footer li {
    color: #fff;
}
.contact-footer li {
    position: relative;
}
section {
    overflow: hidden;
}
.contact-footer ul li a {
    margin-left: 30px;
    color: #fff;
}

/*inner start*/

/*about start*/
section.inner-banner {
    position: relative;
    /*background-image: url(../images/washingc.jpg);*/
    height: 40vh;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position-y: center;
    background-blend-mode: overlay;
    /*background-color: #00000054;*/
      background-color: #25BEE9;
}

.inner-text {
}

.inner-text h1 {
    font-size: 100px;
    font-weight: 700;
    color:#000;
}

section.inner-banner img {
    height: 60vh;
    width: 100%;
    object-fit: cover;
}
/*about end*/

/*services start*/
section.inner-service {
    padding: 100px 0;
}

.Services-main.text-center h1 {
    color: #6dc400;
    font-weight: 700;
}
.Services-box {
    margin-top: 40px;
}

.Services-box h4 {
    color: #000;
    font-size: 34px;
    font-weight: 600;
    line-height: 35px;
    text-transform: capitalize;
    margin-top: 10px;
}

.Services-box p {
    font-size: 15px;
    line-height: 27px;
    color: #000000c4;
}

.Services-box a {
    background: #6dc400;
    color: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
}
/*services end*/
 /* Contact Section Begin */

.contact-form form {
  position: relative;
}



.contact-form .form-group {
  position: relative;
}
.contact-form .form-group::after{
  content: '';
  height: 53px;
  width: 10px;
  position: absolute;
  left: 40px;
  top: 1px;
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}

.contact-form form input.form-control {
  height: 52px;
  border-radius: 5px;
  font-size: 15px;
  padding-left: 70px;
  border: 1px solid #c6c6c6;
  line-height: 0;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 20px;
  font-family: 'Roboto';
  display: flex;
  border-radius: 8px;
}
.contact-form form input.form-control::placeholder{
    color: #909091;
}
.contact-main-sec .them-btn-1:hover{
  background-color: #00006d;
  transition: 0.3s all;

}
.contact-form form textarea.form-control {
  font-size: 15px;
  border-radius: 0px;
  padding-left: 70px;
  padding-top: 13px;
  border: 1px solid #c6c6c6;
  letter-spacing: 0;
  box-shadow: none;
  border-radius: 8px;resize: none;
  background-color: transparent;
  margin-top: 20px;
  color: #000000;
}

.contact-form .email {
  padding: 0;
}

.contact-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}


.contact-form form textarea.form-control::placeholder{
    color: #909091;
}
.contact-form form .phone:before {
  position: absolute;
  content: '';
  width: 42px;
  height: 50px;
  background: url(../images/fom4.png);
  background-repeat: no-repeat;
  left: 16px;
  z-index: 1;
}

.footer_logo img {
    width: 30%;
}

.contact-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909091;
}

.contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(18, 28, 42, 0.55);
}

.contact-form :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(18, 28, 42, 0.55);
}

.contact-form :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #6dc400;
  border: 2px solid #6dc400;
  height: 70px;
  width: 70px;
  border-radius: 50px;
}

.cicle-icon img {
  margin: 0 auto;

}

.contact-info {
  background: transparent;
  width: 100%;
  display: inline-block;
  padding: 14px;
  margin-bottom: 10px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100px; */
  margin-bottom: 27px;
  border-radius: 8px;
  border: 1px solid #c6c6c6;
}
section.contact-main-sec iframe {
    width: 100%;
    margin-top: 50px;
}

.contact-main-sec h4 {
    margin: 0;
    font-size: 50px;
    color: #000000;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 2%;
}
.contact-main-sec p span {
    display: block;
}
.contact-main-sec p {
    font-size: 16px;
    color: #000;
    margin-bottom: -5%;
}
.contact-main-sec h2 {
  margin: 0;
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  line-height: 30px;
  font-family: 'Roboto';
  text-transform: uppercase;
}

.contact_text {
  padding-top: 0px;
}

.contact_text p {
  font-size: 16px;
  line-height: 25px;
  color: #8b8b8b;
  padding-top: 0px;
  font-weight: 400;
  font-family: 'Poppins';
  letter-spacing: 1px;
}

.contact_text p a {
  font-size: 16px;
  color: #8b8b8b;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  margin-top: 3px;
  display: block;
  font-family: 'Poppins';
}


.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
  color: #8b8b8b;
}

.contact_text p a.email-text {
  font-size: 15px;
  color: #8b8b8b;
}

.contact_text p a.email-text:hover {
  color: #8b8b8b;
}

.contact-us {
  padding: 6% 0;
}

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

.contact-head h2 {
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
.lg-btn {
    width: 100%;
}

.cp{
  font-size: 17px;
  line-height: 27px;
}
.contact_heading{
  margin-bottom: 30px;
}
.contact_heading h2{
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-side-bar {
  padding-top: 50px;
}

.contact-main-sec {
  padding: 100px 0;
  padding-bottom: 0;
}
.contact-main-sec .them-btn-1{
    margin-top: 20px;
border: none;padding: 12px 20px;background-color: #ff0000;color: white;border-radius: 25px;}
.contact-form .form-group i {
    position: absolute;
    top: 17px;
    left: 13px;
    color: #6dc400;
    font-size: 20px;
}
.contact-form{
  margin-top: 40px;
}
.contact-form button {
    background: #6dc400;
    color: #fff;
    padding: 12px 40px;
}
/*CONTACT END*/

/*services detail start*/
.Services-box.Services-detail img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
/*services detail end*/

/*APPLY */
.apply_form form {
    background: #6dc400d9;
    padding: 60px;
}
section.apply_form.py_8 ::placeholder {
    color: #fff;
}
.apply_form form input,.apply_form form textarea {
    width: 100%;
    height: 50px;
    background: #ffffff30;
    border: none;
    padding: 20px;
    color: #fff;
}

.apply_form form textarea {
    height: 300px;
}

.apply_form form p {
    color: #fff;
    margin: 30px 0px 10px 0px;
}
section.apply_form.py_8 h4 {
    color: #fff;
    font-size: 45px;
    text-transform: capitalize;
}
.menuSec ul li a:hover {
    color: #0a253e;
}
section.tab_sec.pb_8 .container-fluid {
    padding: 0;
}
.terms {
  display: flex;
  align-items: center;
  position: relative;
}

.apply_form input[type=file]{
    color: #fff !important;
    background: none;
}
.terms input {
  width: unset !important;

  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  bottom: -6px;
  left: -17px;
}

.terms p a {
  color: #54a4dc;
}
.apply_form form button {
  background: #54a4dc;
  padding: 15px 57px;
  color: #fff;
  border: none;
  font-size: 22px;
  margin-top: 24px;
}
section.apply_form.py_8 {
    padding: 100px 0;
}
/*APPLY*/

/*blog start*/
.each-blog.transition-4.mb-50.shadow-1 {
    margin-bottom: 10%;
}

.blog-imgs img {
    width: 100%;
}
.map iframe {
    width: 100%;
}
/*blog end*/


/*self start*/
section.Self-Service {
    background-image: url(../images/new.jpg);
    padding: 100px 0;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #000000ab;
    background-attachment: fixed;
    width: 100%;
    /* margin-bottom: 10%; */
    margin: 0px 0;
}
.self-main {
    text-align: center;
    margin-bottom: 20px;
}

.self-main h4 {
    color: yellowgreen;
    font-size: 66px;
    font-weight: 600;
}

.self-main p {
    color: #fff;
}

.Self-Service-text ul li {
    color: #fff;
    line-height: 35px;
    font-size: 16px;
    list-style: inside;
}

.Self-Service-text h3 {
    color: #fff;
    font-size: 30px;
}

section.Self-Service .row {
    display: flex;
    align-items: center;
}
section.Self-Service1 p {
    color: #000;
}
section.Self-Service1 {
    padding: 100px 0;
}
section.Self-Service1 .row {
    align-items: center;
}

section.Self-Service1 li {
    color: #000;
    font-weight: 500;
}

section.Self-Service1 h4 {
    font-size: 38px;
    color: #6dc400;
    font-weight: 600;
    text-transform: capitalize;
}

section.Self-Service1 p {
    color: #000;
    line-height: 32px;
}
/*self end*/
.family-video iframe {
    width: 100%;
    margin-bottom: 15px;
}

section.Family-wrap h4 {
    text-align: center;
    margin-bottom: 30px;
    color: #6dc400;
    font-size: 45px;
    font-weight: 600;
}

section.Family-wrap {
    padding: 50px 0;
}
/*inner end*/















@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 #54a4dc7a;
    }
    70% {
        box-shadow: 0 0 0 30px #54a4dc7a;
    }
    100% {
        box-shadow: 0 0 0 0 #54a4dc7a;
    }
}

@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

@keyframes rotat {
    from{transform: rotate(0deg);

    }
    to {
        transform: rotate(360deg);
    }
    
}

@keyframes blinkin{
  0%{
    transform:  scale(1);
    
  }
  50%{
    transform: scale(1.1);
    
  }
  100%{
    transition: scale(1);
    
  }
}

 .bubble {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    background-color: #54A4DC;
    bottom: -30px;
    opacity: 0.5;
    animation: bubble 15s ease-in-out infinite,
      sideWays 4s ease-in-out infinite alternate;
  }
  
  @keyframes bubble {
    0% {
      transform: translateY(0%);
      opacity: 0.06;
    }
    100% {
      transform: translateY(-120vh);
    }
  }
  
  @keyframes sideWays {
    0% {
      margin-left: 0px;
    }
    100% {
      margin-left: 200px;
    }
  }
  
  .bubble--1 {
    left: 10%;
    animation-delay: 0.5s;
    animation-duration: 16s;
    opacity: 0.3;
  }
  
  .bubble--2 {
    width: 15px;
    height: 15px;
    left: 40%;
    animation-delay: 1s;
    animation-duration: 10s;
    opacity: 0.2;
  }
  
  .bubble--3 {
    width: 10px;
    height: 10px;
    left: 30%;
    animation-delay: 5s;
    animation-duration: 20s;
    opacity: 0.4;
  }
  
  .bubble--4 {
    width: 25px;
    height: 25px;
    left: 40%;
    animation-delay: 8s;
    animation-duration: 17s;
    opacity: 0.3;
  }
  
  .bubble--5 {
    width: 30px;
    height: 30px;
    left: 60%;
    animation-delay: 10s;
    animation-duration: 15s;
    opacity: 0.2;
  }
  
  .bubble--6 {
    width: 10px;
    height: 10px;
    left: 80%;
    animation-delay: 3s;
    animation-duration: 30s;
    opacity: 0.5;
  }
  
  .bubble--7 {
    width: 15px;
    height: 15px;
    left: 90%;
    animation-delay: -7s;
    animation-duration: 25s;
    opacity: 0.4;
  }
  
  .bubble--9 {
    width: 20px;
    height: 20px;
    left: 50%;
    bottom: 30px;
    animation-delay: -5s;
    animation-duration: 19s;
    opacity: 0.3;
  }
  
  .bubble--10 {
    width: 40px;
    height: 40px;
    left: 30%;
    bottom: 30px;
    animation-delay: -21s;
    animation-duration: 16s;
    opacity: 0.4;
  }
  
  .bubble--11 {
    width: 30px;
    height: 30px;
    left: 60%;
    bottom: 30px;
    animation-delay: -13.75s;
    animation-duration: 20s;
    opacity: 0.4;
  }
  
  .bubble--11 {
    width: 25px;
    height: 25px;
    left: 90%;
    bottom: 30px;
    animation-delay: -10.5s;
    animation-duration: 19s;
    opacity: 0.4;
  }
.service-each-3 p {
    margin-top: 20px;
}
.footer-text {
    width: 80%;
}
.Services-box img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}



section.self-service-machines img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

section.self-service-machines .row {
    align-items: center;
}

section.self-service-machines {
    padding: 80px 0;
}
.nav-link.active {
  color: white;
}
section.service.relative.o-hidden.pt-95.pb-70.bg-light-white {
    display: none;
}

h1.f-900.mb-25.mainheading1 {
    font-size: 70px;
}
h3.mainbannerpara {
    color: #fff;
}
h4.fs-21.f-400.mainheading2 {
    font-size: 30px;
}
ul.banner-check-list.white.mt-25.bannerchecklist {
    font-size: 18px;
}



/*Cstm Css*/
p.sub-head.blue.f-700.mb-5.txt-center{
    text-align:center;
}


p.txt-center {
    text-align: center !important;
    padding: 0 10%;
}


.pt-30 {
    padding-top: 30px!important;
}


/*.Services-box abt-img{*/
/*    height: 30px;*/
/*    object-fit: cover;*/
/*    float: left;*/
/*    margin-right: 20px;*/
    
/*}*/

.abt-box.abut {
    border: solid 1px #00000052;
    padding: 20px;
    height: 246px;
    background-color: #00b4e5;
        border-radius: 6px;
}

.abt-box.abut h5 {
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.abt-box.abut p {
    color: #fff;
}

a.callbtn {
    background-color: #6dc400;
    color: #fff;
    padding: 15px;
    border-radius: 26px;
    font-size: 15px;
}

/*header css*/

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
}

.sticky + .content {
  padding-top: 102px;
}


a.cstm-head {
    margin-top: 10px;
}

a.btn.btn-blue.shine-btn.center{
    min-width: 100%;
}

p.txt-centr {
    text-align: center;
}

/*.slick-initialized .slick-slide {*/
/*    display: none;*/
/*}*/

/*.testi-slider.slick-initialized.slick-slider {*/
/*    display: none;*/
/*}*/


h3.sub-head.blue.f-700.mb-5.black {
    color: #000 !important;
}

/*Responsive CSS*/

@media(max-width: 768px){
    .col-lg-2.v2 {
    display: none;
}
ul.banner-check-list.white.mt-25.bannerchecklist {
    font-size: 14px;
}
h4.fs-21.f-400.mainheading2 {
    font-size: 26px;
}
h1.f-900.mb-25.mainheading1 {
    font-size: 52px;
}
.banner-type-4 {
    min-height: 400px;
}
.about-left-3.relative > img {
    width: 100%;
}
.about-div.mt-md-45.wow.fadeInRight {
    padding-top: 30px;
}
section.Self-Service {
    padding: 50px 0;
}
.self-main h4 {
    font-size: 50px;
    text-align: left;
}
.self-main p {
    text-align: left;
    margin-bottom: 0px;
}
.self-main {
    margin-bottom: 10px;
}
h1.mb-10 {
    font-size: 50px;
}
h3.fs-20.f-700.blue {
    margin: 28px 0 0px;
}
.inner-text h1 {
    font-size: 70px;
}
section.inner-banner{
    height: 25vh;
}
.about-div.mt-md-45{
    padding-top:30px;
}
p.txt-center {
    padding: 0;
}
p.sub-head.blue.f-700.mb-5 {
    text-align: left;
    padding: 0 0%;
}
section.about-3.pt-100.pb-100 {
    padding-bottom: 26px;
}
section.testimonial-3-tp.pt-95.pb-95.pb-sm-45 h1 {
    font-size: 44px;
    text-align: left;
}
.slick-prev {
    right: 12%;
    top: -17%;
}
.slick-next {
    right: 5%;
    top: -17%;
}
.each-quote-3 {
    width: 100%;
}
.testi-by-img {
    justify-content: left;
}
.testimonial-3-text.text-center {
    text-align: left !important;
}
ul.stars-rate.fs-13.mb-5.mt-10 li {
    text-align: left !important;
}
section.inner-service {
    padding: 50px 0;
}
.Services-box h4 {
    margin-top: 20px;
}
.contact-main-sec {
    padding: 50px 0;
}
.contact-form.wow.bounceIn {
    margin-top: 0px;
}
.col-lg-12.wow.fadeInRight.v2 h4 {
    margin-top: 40px;
}
.contact-side-bar {
    padding-top: 20px;
}
}
@media(max-width: 448px){
    .header-top {
    display: none;
}
h1.f-900.mb-25.mainheading1 {
    font-size: 40px;
    line-height: 49px;
}
h4.fs-21.f-400.mainheading2 {
    font-size: 18px;
}
section.banner-type-4.flex-center{
        height: 400px;
}
p.sub-head.blue.f-700.mb-5.txt-center {
    text-align: left !important;
}
p.txt-center {
    text-align: left !important;
}
.slick-prev {
    right: 18%;
    top: -29%;
}
.slick-next {
    right: 5%;
    top: -29%;
}
.Services-main.text-center {
    text-align: left !important;
}
p.sub-head.blue.text-center.f-700.mb-5 {
    text-align: left !important;
}
.Services-box {
    margin-top: 0px;
    margin-bottom: 25px;
}
section.inner-service {
    padding: 35px 0;
}
.contact-info{
    justify-content: left;
}
.contact_text {
    margin-left: 20px;
}
}