 * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    margin: 0px;
    padding: 0px;
    outline: none;
}
body,
html {
    font-family: 'Cera Pro';
}
ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
img {
    max-width: 100%;
    border: none;
}
.clear {
    clear: both;
}
a {
    cursor: pointer;
    text-decoration: none;
}
textarea {
    outline: none;
    font-family: 'Cera Pro';
}
select {
    outline: none;
    font-family: 'Cera Pro';
}
input {
    outline: none;
    font-family: 'Cera Pro';
}
button {
    outline: none;
    font-family: 'Cera Pro';
}
.ff-left {
    float: left;
}
.ff-right {
    float: right;
}
.bg-none {
    background: none;
}
::-webkit-input-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {
    opacity: 1;
}
:-moz-placeholder {
    opacity: 1;
}
.main {
    max-width: 1252px;
    width: 100%;
    margin: 0px auto;
}
.bg-top {
    float: left;
    width: 100%;
    background: #000;
}
.hdr {
    margin-top: 27px;
    float: left;
    width: 100%;
    text-align: center;
}
.bg-top .menu {
    float: right;
   position: relative;
}
.bg-top .menu .menu-collapser {
    box-sizing: border-box;
    display: inline-block;
    font-size: 19px;
    height: 48px;
    width: 100%;
    z-index: 600;
    position: relative;
    line-height: 48px;
    color: #fff;
    float: left;
    text-align: left;
    font-weight: 300;
    text-indent: 10px;
}
.bg-top .menu .collapsed {
    width: 100%;
}
.bg-top .menu .collapsed i {
    font-style: normal;
    margin-right: 0px;
}
.bg-top .menu .collapse-button {
    width: 39px;
    background: url(../images/box.png) no-repeat;
    height: 39px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}
.bg-top .menu ul.collapsed li {
    padding: 0 0px;
}
.bg-top .menu ul.slimmenu {
    display: inline-block;
    float: right;
}
.bg-top .menu ul.slimmenu > li {
    display: inline-block;
    float: left;
    position: relative;
}
.bg-top .menu ul.slimmenu > li:first-child:after {
    display: none;
}
.bg-top .menu ul.slimmenu li > a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: background-color 0.5s ease-out;
    padding: 4px 22px;
    transition-duration: 1s;
    transition-property: background, border-radius;
    transition-timing-function: linear;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    margin: 17px 0;
}
.bg-top .menu ul.slimmenu li:last-child a 
{
    border-right: none;
}
.bg-top .menu ul.slimmenu li.login a {
    padding: 5px 15px;
    color: #fff;
    margin: 20px 0 0 1px;
    background: #22639c;
    border: 0;
    transition: all .5s ease;
    float: left;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 8px 30px;
}
.bg-top .menu ul.slimmenu li.login a:after
{
  display: none;
}
.bg-top .menu ul.slimmenu li.login a:hover {
    background: #fe491b !important;
    color: #FFF;
    box-shadow: -2px 1px 12px 1px #fe491b9c;
}
.bg-top .menu ul.slimmenu li > a:hover,
.bg-top .menu ul.slimmenu li > a:hover,
.bg-top .menu ul.slimmenu li > a.active {
    color: #4abdac;
}
.bg-top .menu ul.slimmenu li li a:hover {
    color: #ffffff;
    background: #22639c;
}
.header_top .header_top_right .header_top_left_1 a {
    float: left;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0 0 0 10px;
    transition: 0.3s all ease;
    line-height: 32px;
}
.header_top .header_top_right .header_top_left_1 a:hover
{
    transform: scale(1.2);
}
.bg-top .menu ul.slimmenu li .sub-collapser {
    background: #282520;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}
.bg-top .menu ul.slimmenu li .sub-collapser:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}
.bg-top .menu ul.slimmenu li .sub-collapser > i {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.bg-top .menu ul.slimmenu li ul {
    margin: 0;
}
.bg-top .menu ul.slimmenu li ul li a {
    min-width: 333px;
    line-height: 22px;
    padding: 6px 10px;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    margin: 0;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff5c;
}
.f_btn_menu a {
    color: #fff !important;
    background: #4abdac;
    border-radius: 30px;
}
.f_btn_menu a:hover
{
    background: #fe491b !important;
}
.bg-top .menu ul.slimmenu li ul li a:after {
    display: none;
    width: 0;
    
}
.bg-top .menu ul.slimmenu li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: auto;
    background: #fe491bfc;
}
.bg-top .menu ul.slimmenu li ul li {
    float: left;
    background: none;
    padding: 0;
    position: relative;
}
.bg-top .menu ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
    border-left: 1px solid #2c2c2c;
}
.bg-top .menu ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bg-top .menu ul.slimmenu.collapsed li a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bg-top .menu ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
.bg-top .menu ul.slimmenu.collapsed li ul li .sub-collapser {
    height: 35px;
}
.bg-top .menu .slimmenu .sub-collapser {
    display: none;
}
.bg-top .menu .collapsed .sub-collapser {
    display: block;
}
.logo {
    float: left;
    width: 120px;
    padding: 5px 0;
}
.submenupart {
    width: 100%;
    float: left;
}
.index_main
{
  width: 100%;
  float: left;
}
.header_top {
    width: 100%;
    float: left;
    background: #4abdac;
}
.header_top .header_top_left {
    float: left;
}
.header_top .header_top_left .header_top_left_1 {
    float: left;
    margin: 0 20px 0 0;
    padding: 4px 0;
}
.header_top .header_top_left .header_top_left_1 img {
    width: 15px;
    margin: 2px 5px 0 0;
    float: left;
}
.header_top .header_top_left .header_top_left_1 p {
    float: left;
    color: #fff;
    font-size: 15px;
    margin: 0 10px 0 3px;
}
.header_top .header_top_right {
    float: right;
}
.header_top .header_top_right .header_top_left_1 {
    float: left;
}
.header_top .header_top_right .header_top_left_1 img {
    width: 18px;
    float: left;
    margin: 0 0 0 10px;
}
/*-------------------------- Nubers Index End-------------------------------------*/


.number_speek_main {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #191c1c;
}
.heading_main {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}
.heading_main h2 {
    width: 100%;
    float: left;
    font-size: 2rem;
    color: #4abdac;
    text-transform: uppercase;
    margin: 0;
}

.heading_main span {
    display: inline-block;
    margin: 0 auto;
    color: #fe491b;
}


.linker
{
  font-size : 20px;
  font-color: black;
}
.number_speek_main .numers_full {
    width: 100%;
    float: left;
}
.number_speek_main .numers_full #shiva {
    width: 25%;
    float: left;
    padding: 0 1.5%;
    text-align: center;
    border-right: 1px solid #666b6c;
}
.number_speek_main .numers_full #shiva:last-child{
    border-right:none;
}
.number_speek_main .numers_full #shiva img {
    width: 30px;
    display: inline-block;
}
.number_speek_main .numers_full #shiva .count {
    width: 100%;
    float: left;
    text-align: center;
    color: #fbfbfb;
    font-size: 90px;
    line-height: 100px;
}
.number_speek_main .numers_full #shiva p {
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
a.more-btn {
    padding: 10px 20px;
    color: #fff;
    margin: 20px 0 0 0;
    background: #4abdac;
    border: 0;
    transition: all .5s ease;
    font-weight: bold;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.my_mg_15 {
    margin-left: 15%;
}
#review .owl-item {
    padding: 30px;
    min-height: 180px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
}
p.testi_name_2 {
    font-size: 12px;
    font-weight: 500 !important;
}
.testi_full .item p {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 300;
}
.testi_full .item p.testi-text span.quote-start {
    color: #dfdfdf;
    margin: 0 6px 0 0;
    display: inline-block;
    font-size: 40px;
}
.testi_full p.testi_name {
    color: #4abdac;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0 0 5px 0;
}
span.testi_img {
    width: 100px;
    display: inline-block;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #00a3cb;
}
p.testi_name {
    color: #4abdac;
    font-size: 16px;
    width: 100%;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 10px 0;
}
.index_main.about_main .index_about_main {
    padding: 20px 0;
}
a.more-btn:hover {
    background: #fe491b;
    color: #FFF;
    box-shadow: -2px 1px 12px 1px #fe491b9c;
}

.about_avtf {
    width: 100%;
    float: left;
    background: url(../images/bg.jpg);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.heading_main p {
    color: #fff;
}
.about_avtf_left .about_avtf_left_text ul li span {
    width: 40%;
    float: left;
    font-weight: bold;
    color: #fe491b;
}
.about_avtf_left .about_avtf_left_text ul li {
    width: 100%;
    float: left;
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 300;
}
.about_avtf_left .about_avtf_left_text ul {
    width: 100%;
    float: left;
}
.about_avtf_left .about_avtf_left_text {
    width: 100%;
    float: left;
}
.about_avtf_full .about_avtf_left {
    width: 50%;
    float: left;
}
.about_avtf_full {
    width: 100%;
    margin: 20px 0 0 0;
    float: left;
}
.about_avtf_right {
    width: 50%;
    float: left;
    padding: 0 120px;
}
.about_avtf_right img{
    border-radius: 10px;
}
.btn_main {
    float: left;
    width: 100%;
}
.index_about_main .index_about_right p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    font-weight: 300;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.index_about_main .index_about_right {
    float: left;
    width: 50%;
    background: #fff;
}
.index_about_main .index_about_left {
    width: 47%;
    float: left;
    margin: 0 3% 0 0;
}
.index_about_main {
    width: 100%;
    float: left;
    padding: 50px 0;
    position: relative;
}
/*-------------------------- Nubers Index End-------------------------------------*/


.index_testimonial_main {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.index_testimonial_main .index_testimonial_full {
    width: 100%;
    float: left;
}
.index_testimonial_main .index_testimonial_full .index_testimonial_1 {
    width: 30%;
    float: left;
    padding: 20px 40px;
    background: #7bd8f0;
    margin: 0 1.5%;
    text-align: center;
}
.index_testimonial_main .index_testimonial_full .index_testimonial_1 p {
    float: left;
    margin: 0 0 30px 0;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    font-weight: 100;
}

.index_testimonial_main .index_testimonial_full .index_testimonial_1 h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    margin: 0 0 5px 0;
}
.index_testimonial_main .index_testimonial_full .index_testimonial_1 h4 {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 10px;
    color: #676767;
}
.sliderWrapper {
    height: 85vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sliderWrapper .slider
{
  background: #aaa;
  overflow: hidden;
  height: 100%;
  position: relative;
  width: 100%;
}

.sliderWrapper .slider .slide
{
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.sliderWrapper .slider .slide img { width: 100%; height: 100%; }

.sliderWrapper .slider-directions .slider-directions-next {
    cursor: pointer;
    background: none;
    position: absolute;
    top: 50%;
    z-index: 10;
    right: 39px;
    transition: 0.3s all ease;
    height: 40px;
    border-radius: 50%;
}
.sliderWrapper .slider-directions .slider-directions-prev {
    cursor: pointer;
    background: none;
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 0;
    transition: 0.3s all ease;
    height: 40px;
    border-radius: 50%;
}

.sliderWrapper .slider-directions .slider-directions-prev:after,
.sliderWrapper .slider-directions .slider-directions-next:after
{
  content: 'O';
  display: block;
  line-height: 48px;
}

.sliderWrapper .slider-directions .slider-directions-prev:after {  content: '';
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/arrow.png);
    position: absolute;
    top: 7px;
    left: 5px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform:rotate(180deg); 
}
.sliderWrapper .slider-directions .slider-directions-next:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/arrow.png);
    position: absolute;
    top: 7px;
    left: 5px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.sliderWrapper .slider-navigation
{
    display: none;
  bottom: -24px;
  color: #333;
  left: 2px;
  position: absolute;
  z-index: 10;

  transition-property: bottom;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.sliderWrapper:hover .slider-navigation { bottom: 2px; }

.sliderWrapper .slider-navigation .slider-navigation-item
{
  cursor: pointer;
  background: #eee;
  border-radius: 100%;
  box-shadow: 0;
  display: inline-block;
  float: left;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  text-indent: -9999px;
  width: 12px;

  transition-property: box-shadow;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.sliderWrapper:hover .slider-navigation .slider-navigation-item {
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.8);
}

.sliderWrapper .slider-navigation .slider-navigation-item.active {
  background: #333;
  color: #eee;
}
.banner_main
{
    width: 100%;
    float: left;
}

.page_banner .page_banner_ul p {
    float: left;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.journey_main {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.journey_full {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
}
.journey_left {
    width: 23%;
    float: left;
}
.journey_left .journey_1 {
    width: 100%;
    float: left;
    background: #ce66da;
    padding: 15px;
    border-radius: 10px;
    height: 80vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.journey_1_date {
    width: 100%;
    float: left;
}
.journey_1_date .journey_1_date_icon {
    float: left;
    /*width: 30px;*/
    width: 25px;
}
.journey_1_date p {
    float: left;
    margin: 6px 0 0 10px;
    font-size: 16px;
    color: #fff;
}
.journey_1 .journey_1_heading {
    width: 100%;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px 0 10px 0;
}
.journey_1 .journey_1_text {
    width: 100%;
    float: left;
    color: #fff;
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
}
.journey_right {
    width: 75%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}
.journey_right .journey_1 {
    width: 31.5%;
    float: left;
    background: #33a1f1;
    padding: 15px;
    border-radius: 10px;
    height: 50vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.footer {
    width: 100%;
    float: left;
    background: #202020;
    padding: 30px 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.testi_main {
    width: 100%;
    float: left;
    padding: 50px 0 90px 0;
    background: #dbb249;
}
.about_us_text_main {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    padding: 30px 0;
}
.about_us_text_main ul {
    width: 100%;
    float: left;
}
.about_us_text_main ul h4 {
    width: 100%;
    float: left;
    margin: 15px 0 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0 0 0;
    font-size: 18px;
    color: #fe491b;
}
.about_us_text_main ul li {
    width: 100%;
    float: left;
    font-size: 15px;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    position: relative;
}
.about_us_text_main ul li:after {
    content: "";
    height: 20px;
    width: 12px;
    background: url(../images/ft_07.png);
    background-repeat: no-repeat;
    top: 4px;
    left: 0;
    position: absolute;
}
.login_left {
    width: 100%;
    float: left;
}
.login_right {
    width: 30%;
    float: left;
    padding: 20px;
    position: absolute;
    background: #ffffffde;
    left: 35%;
    top: 12%;
}

.login_right .logo_login {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    border-bottom: 2px solid #fe491b;
}
.heading_main {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.why {
    width: 100%;
    float: left;
    background-color: #fff;
}

.why .fullwhy {
    width: 100%;
    float: left;
    padding: 60px 0;
}
.why .fullwhy .fore {
    width: 100%;
    float: left;
}
.why .fullwhy .fore .fore1 {
    width: 30%;
    margin: 0 1.5%;
    float: left;
}
.why .fullwhy .fore .fore1 .fore1_hedding {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 17px;
    font-weight: bold;
    color: #323232;
    padding: 30px 0 15px;
    letter-spacing: 1px;
}
.why .fullwhy .fore .fore1 .fore1_text {
    text-align: center;
    width: 100%;
    float: left;
    color: #9e9e9e;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 0 15%;
}

.index_inq_btn
{
    text-align: center;
    width: 100%;
    float: left;
}
.index_inq_btn button {
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    background: #4abdac;
    border: 0;
    transition: all .5s ease;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.fore1_images {
    width: 100%;
    float: left;
    text-align: center;
}
.fore1_images i {
    background: #4abdac;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 30px;
    color: #fff;
}


.google_map {
    width: 100%;
    float: left;
}
.google_map iframe
{
    float: left;
}
.inner_banner_main {
    width: 100%;
    float: left;
    background: url(../images/home-cleaning-1.jpeg);
    padding: 225px 0;
    text-align: center;
}
.inner_banner_main .breadcum {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}
.inner_banner_main p {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.inner_banner_main .breadcum a {
    display: inline-block;
    color: #fe491b;
    font-weight: 300;
}
.inner_banner_main .breadcum p {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
}
.service_detail_main {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.service_detail_main .service_detail_full {
    width: 100%;
    float: left;
}
/*.service_detail_main .service_detail_full .service_detail_left {
    width: 70%;
    float: left;
        background: linear-gradient(
-45deg, #4abdac, #208bc2, #44bb6d, #fe491b);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
    padding: 3px;
}*/
.service_detail_main .service_detail_full .service_detail_left {
    width: 70%;
    float: left;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.service_detail_left .service_detail_left_content {
    background: #fff;
    width: 100%;
    padding: 0 20px;
}
.service_detail_left_heading_main {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.service_detail_left_heading_main h1 {
    width: 100%;
    float: left;
    color: #4abdac;
    text-transform: uppercase;
}
.service_detail_left_text {
    width: 100%;
    display: inline-block;
}
.service_detail_left_text p {
    width: 100%;
    float: left;
    line-height: 25px;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-align: justify;
}
.service_detail_left_ul_1 p {
    width: 100%;
    float: left;
    line-height: 25px;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-align: justify;
}
.service_detail_left_heading_2 {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.service_detail_left_heading_2 h1 {
    width: 100%;
    float: left;
    color: #00a3cb;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.service_detail_left_ul_1 {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px 0;
}
.service_detail_left_ul_1 ul li {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    font-weight: 300;
    line-height: 22px;
    text-align: justify;
    list-style: disc;
}
.service_detail_left_ul_1 ul {
    width: 100%;
    float: left;
    padding: 0 0 0 16px;
}
.service_detail_left_ul_1 ol li {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    font-weight: 300;
    line-height: 22px;
    text-align: justify;
    list-style: disc;
}
.service_detail_left_ul_1 ol {
    width: 100%;
    float: left;
    padding: 0 0 0 16px;
}
.service_detail_left_img {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.service_detail_left_img img{
    float: left;
}
.service_detail_main .service_detail_full .service_detail_right {
    width: 27%;
    float: left;
    margin: 0 0 0 3%;
        background: linear-gradient(
-45deg, #4abdac, #208bc2, #44bb6d, #fe491b);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    padding: 3px;
    padding: 20px;
}
.service_detail_right .service_detail_right_heading {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.service_detail_right .service_detail_right_heading h1 {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #ffffff78;
}
.service_detail_right_ul {
    width: 100%;
    float: left;
}
.service_detail_right_ul ul {
    width: 100%;
    float: left;
    padding: 0 0 0 27px;
}
.service_detail_right_ul ul li {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    list-style: disc;
    color: #fff;
}
.service_detail_right_ul ul li a {
    width: 100%;
    float: left;
    color: #fff;
    font-weight: 300;
}
.service_detail_name_ul .service_detail_name_ul_full ul li a {
    width: 100%;
    float: left;
    color: #fff;
    font-weight: 300;
}
.service_detail_name_ul .service_detail_name_ul_full ul li {
    width: 47%;
    float: left;
    margin: 5px 1.5%;
    background: #4abdac;
    padding: 10px;
    border-radius: 5px;
    transition: 0.3s all ease;
}
.service_detail_name_ul .service_detail_name_ul_full ul li:hover
{
    background: #fe491b;
}
.service_detail_name_ul .service_detail_name_ul_full ul {
    width: 100%;
    float: left;
}
.service_detail_name_ul .service_detail_name_ul_full {
    width: 80%;
    float: left;
    margin: 0 10%;
}
.service_detail_name_ul {
    width: 100%;
    float: left;
    padding: 50px 0;
}



.service_area_name_ul .service_area_name_ul_full ul li a {
    width: 100%;
    float: left;
    color: #fff;
    font-weight: 300;
}
.service_area_name_ul .service_area_name_ul_full ul li {
    width: 30%;
    float: left;
    margin: 5px 1.5%;
    background: #4abdac;
    padding: 10px;
    border-radius: 5px;
    transition: 0.3s all ease;
}
.service_area_name_ul .service_area_name_ul_full ul li:hover
{
    background: #fe491b;
}
.service_area_name_ul .service_area_name_ul_full ul {
    width: 100%;
    float: left;
}
.service_area_name_ul .service_area_name_ul_full {
    width: 100%;
    float: left;
    margin: 0;
}
.service_area_name_ul {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.service_detail_main {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.login_main {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.login_main .login_full {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background: #edf4e0;
    border-radius: 5px;
}
.login_main .login_full .login_1 {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px 0;
}
.login_main .login_full .login_1 a {
    width: 100%;
    float: left;
    background: #4385f5;
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    transition: 0.3s all ease;
}
.login_main .login_full .login_1 a:hover
{
    background: #2061d0;
}
.login_main .login_full .login_1 p {
    width: 100%;
    float: left;
    text-align: center;
}
.login_main .login_full .login_1 a i {
    margin: 0 10px 0 0;
}
.login_main .login_full .login_2 a i {
    margin: 0 10px 0 0;
}
.login_main .login_full .login_2 {
    width: 100%;
    display: inline-block;
}
.login_main .login_full .login_2 a {
    width: 100%;
    float: left;
    background: #db4c3e;
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    transition: 0.3s all ease;
}
.login_main .login_full .login_2 a:hover
{
    background: #bd291b;
}
.login_main .login_full .login_2 a i {
    margin: 0 10px 0 0;
}
.book_form_main {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
}
.book_form_main .book_form_full {
    width: 100%;
    float: left;
}
.book_form_full .book_form_inp_1 {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
.book_form_full .book_form_inp_1 label {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 10px 0;
}
.book_form_full .book_form_inp_1 .country-code_full {
    width: 100%;
    float: left;
}
.book_form_full .book_form_inp_1 .country-code_full .country-code.en {
    float: left;
}
.book_form_full .book_form_inp_1 .country-code_full .country-code.en span {
    border: 1px solid #ccc;
    padding: 10px 10px;
    float: left;
    border-right: none;
    font-weight: 100;
    font-size: 15px;
}
.book_form_full .book_form_inp_1 input {
    float: left;
    width: 300px;
    border: 1px solid #ccc;
    padding: 12px 10px;
}


.book_form_full .book_form_inp_2 {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
.book_form_full .book_form_inp_2 label {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 10px 0;
}
.book_form_full .book_form_inp_2 .country-code_full {
    width: 100%;
    float: left;
}
.book_form_full .book_form_inp_2 .country-code_full .country-code.en {
    float: left;
}
.book_form_full .book_form_inp_2 .country-code_full .country-code.en span {
    border: 1px solid #ccc;
    padding: 10px 10px;
    float: left;
    border-right: none;
    font-weight: 100;
    font-size: 15px;
}
.book_form_full .book_form_inp_2 input {
    float: left;
    width: 350px;
    border: 1px solid #ccc;
    padding: 12px 10px;
}
.book_form_main .book_form_full .book_form_check_1 {
    width: 33%;
    float: left;
    padding: 0 20px 0 0;
}
.book_form_main .book_form_full .book_form_check_1 {
    width: 33%;
    float: left;
    padding: 0 20px 0 0;
    margin: 0 0 10px 0;
}
.book_form_main .book_form_full .book_form_check_1 input[type="checkbox"] {
    float: left;
    margin: 2px 10px 0 0;
}
.book_form_main .book_form_full .book_form_check_1 p {
    float: left;
    font-weight: 300;
}
.no_mg
{
    margin: 0 !important;
}
.mt-10
{
    margin-top: 10px;
}
.book_form_select_1 {
    width: 50%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0 80px 0 0;
}
.book_form_select_1 label {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 300;
}
.mb-10
{
    margin-bottom: 10px;
}
.book_form_select_1 select {
    width: 350px;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
}
.w-90
{
    width: 90% !important;
}
p.f_not_book {
    width: 60%;
    float: left;
    font-weight: 300;
    margin: 0 0 10px 0;
}
button.f_book_btn {
    width: 300px;
    float: left;
    background: #4abdac;
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s all ease;
}
button.f_book_btn:hover
{
    background: #fe491b;
}




.card {
    background: #fff;
    color: #333;
    width: 100%;
    max-width: 1200px;
}
.faq_main {
    width: 100%;
    display: inline-block;
}
.hero {
    display: flex;
    justify-content: center;
    transform: translateY(-55%);
}
.hero .img {
    filter: drop-shadow(0rem 1.5rem rgba(0,0,0,0.1));
    transition: 0.3s ease-out;
}
.card:hover .img {
    filter: drop-shadow(0rem 2.5rem rgba(0,0,0,0.1));
}

.title {
    text-align: center;
    font-size: 5rem;
    padding: 1rem;
}
.acc-btn {
    width: 100%;
    padding: 20px 0 10px 0;
    font-size: 16px;
    cursor: pointer;
    background: inherit;
    border: none;
    outline: none;
    text-align: left;
    transition: all 0.5s linear;
}
.acc-btn:after {
    content: "+";
    color: #fff;
    float: left;
    transition: all 0.3s linear;
    background: #00a3cb;
    font-size: 20px;
    border-radius: 50%;
    margin: -4px 10px 0 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.acc-btn.is-open:after {
    transform: rotate(45deg);
}
.acc-btn:hover, .acc-btn.is-open {
    color: #01a2cb;
}

.acc-content {
    max-height: 0;
    color: rgba(0,0,0,0.75);
    font-size: 16px;
    padding-left: 35px;
    overflow: hidden;
    font-weight: 300;
    transition: max-height 0.3s ease-in-out;
}

.credit {
    text-align: center;
    padding: 1rem;
}
.credit a {
    text-decoration: wavy underline;
    color: dodgerblue;
}


.inner_page_banner {
    width: 100%;
    float: left;
    background: url(../images/inner_banner.jpg);
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner_page_banner .inner_page_banner_heading ul {
    width: 100%;
    float: left;
}
.inner_page_banner .inner_page_banner_heading ul li {
    float: left;
    margin: 0 3px 0 0;
}
.inner_page_banner .inner_page_banner_heading ul a {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}
.inner_page_banner .inner_page_banner_heading {
    width: 100%;
    float: left;
}
.inner_page_banner .inner_page_banner_heading p {
    color: #fff;
    font-size: 30px;
    font-family: 'poppins';
    text-transform: uppercase;
}

.contact_main {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.contact_main .contact_left {
    width: 60%;
    float: left;
    background: #fff;
    box-shadow: 0 0 5px 5px #f1f1f1;
}
.contact_main .contact_left .contact_left_form {
    width: 100%;
    float: left;
}
.contact_main .contact_left h2 {
    background: #4abdac;
    width: 100%;
    float: left;
    color: #fff;
    padding: 20px;
}
.contact_main .contact_left .contact_left_form_full {
    width: 100%;
    float: left;
    padding: 30px 0 0 0;
}

.contact_main .contact_left .contact_left_form_full .form-group {
    width: 50%;
    float: left;
    padding: 0 20px;
}
.contact_main .contact_left .contact_left_form_full .form-group label {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
}
.contact_main .contact_left .contact_left_form_full .form-group input {
    width: 100%;
    float: left;
    background: #efefef;
    border: none;
    padding: 15px;
}
.contact_main .contact_left .contact_left_form_full .form-group textarea {
    width: 100%;
    float: left;
    background: #efefef;
    border: none;
    padding: 15px;
}
.contact_main .contact_left .contact_left_form_full button {
    float: left;
    margin: 0 0 40px 20px;
    padding: 10px 30px;
    background: #4abdac;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.contact_right {
    width: 35%;
    float: right;
    background: #fff;
    box-shadow: 0 0 5px 5px #f1f1f1;
}
.contact_main .contact_right h2 {
    background: #4abdac;
    width: 100%;
    float: left;
    color: #fff;
    padding: 20px;
}
.contact_main .contact_right .card-body {
    width: 100%;
    float: left;
    padding: 30px;
}
.contact_main .contact_right .card-body p {
    font-size: 18px;
    margin: 0 0 15px 0;
}
.map{
    width: 100%;
    float: left;
}
.map iframe{
    float: left;
}
.index_about_main.f_alt_abou .index_about_left {
    margin: 0 0 0 3%;
}
.product_avtf {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.product_avtf_full {
    width: 100%;
    float: left;
}
.product_avtf_full .product_avtf_right {
    width: 50%;
    float: left;
}
.product_avtf_full .product_avtf_left {
    width: 50%;
    float: left;
}
.product_avtf_left .product_avtf_left_text h1 {
    width: 100%;
    float: left;
    color: #4abdac;
    margin: 0 0 10px 0;
}
.product_avtf_left .product_avtf_left_text {
    width: 100%;
    float: left;
}
.product_avtf_left .product_avtf_left_text h4 {
    width: 100%;
    float: left;
    color: #274564;
    margin: 0 0 10px 0;

}
.product_avtf_left .product_avtf_left_text p {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    font-size: 16px;
}
.product_avtf_left_text ul li {
    width: 100%;
    float: left;
    list-style: disc;
    margin: 0 0 10px 0;
}
.product_avtf_left_text ul {
    width: 100%;
    float: left;
    padding: 0 0 0 20px;
}
.bg-gray{
    background: #f1f1f1;
}
.w-100{
    width: 100% !important;
}
.progress {
  padding:0;
  width:90%;
  height:30px;
  overflow:hidden;
  background:#e5e5e5;
  border-radius:6px;
}
.bar_1 {
    width: 100%;
    float: left;
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;
}
.bar_1 p.bar_p{
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.product_avtf_left .product_avtf_left_text a {
    float: left;
    background: #4abdac;
    padding: 15px 30px;
    color: #fff;
    margin: 20px 0 0 0;
}
.bar {
    position:relative;
  float:left;
  min-width:1%;
  height:100%;
  background:#254563;
}
.col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    float: left;
    max-width: 33.33333%;
}
section#services {
    width: 100%;
    padding: 50px 0;
    float: left;
    background: #f1f1f1;
}
.service-item {
    background: #ce66da;
    text-align: center;
    padding: 20px 20px;
    border-radius: 5px;
    box-shadow: 0 1px 20px 1px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.service-icon {
    margin-top: 15px;
    margin-bottom: 15px;
}
.service-icon i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #ffffff;
    color: #ce66da;
    border-radius: 5px;
    font-size: 30px;
}

.service-item h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}
.service-item p {
    color: #fff;
}



.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.percent {
    position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  margin:0;
  font-family:tahoma,arial,helvetica;
  font-size:12px;
  color:white;
}



#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  
  /* Styles for the content section */
  
  .content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
  }
  
  #button1 {
    display: inline-block;
    background-color: #daeaec;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: -20px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button1::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: rgb(22, 81, 209);
  }
  #button1:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button1:active {
    background-color: #555;
  }
  #button1.show {
    opacity: 1;
    visibility: visible;
  }

  .content1 {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
  }


  .float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:10px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:25px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
/*----------------- Media Screen Css Start ------------------*/


@media (min-width: 500px) {
    .content1 {
      width: 43%;
    }
    #button1 {
      margin: 30px;
    }
  }
  .content1 h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
  }
  .content1 h3 {
    font-style: italic;
    color: #96a2a7;
  }


@media (min-width: 500px) {
    .content {
      width: 43%;
    }
    #button {
      margin: 30px;
    }
  }
  .content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
  }
  .content h3 {
    font-style: italic;
    color: #96a2a7;
  }

@media only screen and (max-width: 1255px) {
    .mt-respo {
    margin: 510px 0 0 0;
}
    .main {
        width: 1000px;
    }
}
@media only screen and (max-width: 1024px) {
    .main {
        width: 800px;
    }
    .menu {
        width: auto;
    }
}
@media only screen and (max-width: 910px) {
    .menu .collapse-button {
        top: 28px;
    }
}
@media only screen and (max-width: 840px) {
    .main {
        width: 750px;
    }
    .mt-respo {
    margin: 650px 0 0 0;
}
}
@media only screen and (max-width: 784px) {

    .menu img {
        display: none;
    }
    .menu {
        width: 100%;
    }
    .menu {
        width: 100%;
        top: -51px;
        position: relative;
        height: auto;
    }
    .menu ul.slimmenu {
        margin: 43px 0 0 -5px;
        position: absolute;
        background: #fff;
        z-index: 9;
    }
    .bg-top .menu ul.slimmenu li > a {
        padding: 6px 16px;
        margin: 0;
        border-bottom: 1px solid #ccc;
    }
    .bg-top .menu ul.slimmenu li.login a {
        padding: 11px 19px;
        margin: 0;
        border-radius: 0;
        width: 100%;
    }
    .bg-top .menu {
        width: 100%;
    }
    .bg-top {
        height: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .bg-top .menu ul.slimmenu li > a{
        color: #000;
    }
    .journey_left {
    width: 100%;
    margin: 0 0 20px 0;
}
.journey_right {
    width: 100% !important;
}
.journey_right .journey_1 {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}
.journey_left .journey_1 {
    height: auto;
}
.journey_main {
    padding: 20px 0;
}
.testi_main {
    padding: 20px 0 70px 0;
}
.owl-theme .owl-nav {
    right: 35.8% !important;
}
.product_avtf {
    padding: 20px 0;
}
.product_avtf_full .product_avtf_left {
    width: 100%;
    margin: 20px 0 0 0;
}
.product_avtf_left .product_avtf_left_text a {
    padding: 15px 10px;
    font-size: 14px;
}
.bar_1 {
    padding: 0;
}
section#services {
    padding: 20px 0;
}
.col-md-4 {
    max-width: 100%;
}
.contact_main {
    padding: 20px 0;
}
.contact_main .contact_left {
    width: 100%;
}
.contact_main .contact_left .contact_left_form_full .form-group {
    width: 100%;
    padding: 0 20px 20px 20px;
}
.contact_main .contact_left .contact_left_form_full {
    padding: 0;
}
.contact_right {
    width: 100%;
    margin: 30px 0 0 0;
}
.product_avtf_full .product_avtf_right {
    width: 100%;
    margin: 20px 0 0 0;
}
.inner_page_banner {
    padding: 30px 0;
}
.header_top {
    padding: 0 0 5px 0;
}
.index_about_main {
    padding: 20px 0;
}
.about_avtf_full .about_avtf_left {
    width: 100%;
}
.about_avtf_right {
    width: 100%;
    padding: 0 0 20px 0;
}
.header_top .header_top_left .header_top_left_1 {
    padding: 4px 5px 0px 5px;
}
.header_top .header_top_left .header_top_left_1 img {
    width: 11px;
}
.header_top .header_top_left .header_top_left_1 p {
    font-size: 10px;
}
.header_top .header_top_right .header_top_left_1 a {
    font-size: 12px;
    margin: 5px 5px 0 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
}
.header_top .header_top_right {
    float: left;
}
.index_about_main .index_about_left {
    width: 100%;
}
.index_about_main .index_about_right {
    width: 100%;
    padding: 10px;
    position: relative;
    right: 0;
    top: 10px;
}
.index_website_main .index_website_full .index_website_1 {
    width: 100%;
    margin: 0 0 30px 0;
}
.index_about_right.about_page_part_2 {
    left: 0;
    top: -10px !important;
}
.heading_main h2 {
    font-size: 20px;
}
.sliderWrapper {
    height: 150px;
}
    .main {
        width: 600px;
    }
    .menu ul.slimmenu li ul li a {
        text-align: left;
        font-size: 12px;
        border-top: none;
        padding: 9px 20px;
    }
}
@media only screen and (max-width: 640px) {
    .main {
        width: 450px;
    }
}
@media only screen and (max-width: 479px) {
    .main {
        width: 300px;
    }
}