/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}
/* header section start */
.header_section2 {
    width: 100%;
    float: left;
    background-image: linear-gradient(90deg, #ffe3d7 29.5%, #01573d 20%);
    position: relative;
    overflow-x: hidden; 
}
.header_section2::after {
    content: '';
    background-color: #ffe3d7;
    position: absolute;
    width: 320px;
    right: initial;
    top: 0px;
    margin: 0 auto;
    display: flex;
    height: 500px;
    left: 0;
}

.header_section2.header_bg::after {
    height: 100%;
}
.header_section {
    width: 100%;
    float: left;
    background-image: linear-gradient(-13deg, #ffe3d7 30%, #01573d 20%);
    position: relative;
    overflow-x: hidden; 
}

.header_bg {
    width: 100%;
    float: left;
}

.header_section::after {
    content: '';
    background-color: #ffe3d7;
    position: absolute;
    width: 420px;
    right: initial;
    top: 0px;
    margin: 0 auto;
    display: flex;
    height: 500px;
    left: 0;
}

.header_section.header_bg::after {
    height: 100%;
}


.bg-light {
    background-color: transparent !important;
}

.navbar-expand-lg, .navbar-expand-md {
    position: relative;
    z-index: 9;
} {
    position: relative;
    z-index: 9;
}

.logo {
    width: 218px;
    height:100px;
    float: left;
   
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    color: #fff !important;
    display: flex;
    font-size: 18px;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffe3d7 !important;
    background: #04704f;
}

.login_menu{
    width: 100%;
    display: flex;
}
.login_menu ul{
    margin: 0px; 
    padding: 0px;
}
.login_menu li{
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}
.login_menu li a{

    color: #ffffff;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    width: 9%;
    float: right;
    text-align: right;
    display:none;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
    .arun_section {
    
    padding-top: 60px;
   
}
    
}

/* header section end */
/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
   
}
.banner_section_inner {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
   height:300px;
   
}
.best_text {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    background-color: #8aa191;
    color: #325662;
    font-size: 20px;
    font-weight: bold;
    border-radius: 100px;
    padding: 14px 0px;
    text-transform: uppercase;
    left: -52px;
    position: relative;
}
.best_text img{width:60px;
height:60px;}
.image_1 {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}
.banner_taital {
    width: 90%;
    float: left;
    font-size: 38px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Raleway ExtraBold', sans-serif;
    padding-top: 40px;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    margin: 0px;
}

.contact_bt {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.contact_bt a {
    width: 180px;
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background-color: #da9f87;
    padding: 8px 0px;
}

.contact_bt a:hover {
    color: #000;
    background-color: #ffe3d7;
}


#main_slider a.carousel-control-prev {
    left: 88%;
    top: 70%;
    background-color: #201c27;
    color: #ffffff;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: 20px;
    top: 70%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 68px;
    height: 68px;
    background: #201c27;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background-color: #8aa191;
    color: #ffffff;
}
/* banner section end */


/* cycle section start */

.cycle_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.cycle_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #01573d;
    text-align: center;
    font-weight: bold;
}

.cycle_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #242424;
    text-align: center;
    margin: 0px;
}
.cycle_section_2{
    width: 100%;
    float: left;
}

.box_main{
    width: 100%;
    float: left;
    position: relative;
}
.box_main:before{
    content: '';
    background-color: #8aa191;
    position: absolute;
    width: 400px;
    right: 0px;
    top: 0px;
    margin: 0 auto;
    display: flex;
    height: 370px;
    left: 0;
    z-index: 1;
clip-path: polygon(0 0, 75% 12%, 75% 82%, 0% 95%);

}
.number_text {
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    background-color: #325662;
    border-radius: 100px;
    text-align: center;
    padding: 10px 0px;
    float: right;
    margin-right: 140px;
    margin-top: 60px;
}
.image_2 {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding-left: 100px;
    z-index: 1 !important;
}

.cycles_text{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #8aa191;
    font-weight: bold;
    text-align: right;
    padding-top: 40px;
    text-shadow: -2px 2px 2px rgba(0,0,0,0.43);
}
.cycles_text:after {
    content: '';
    position: absolute;
    width: 180px;
    height: 1px;
    background-color: #325662;
    left: 0px;
    right: initial;
    margin: 0 auto;
    top: 70px;
}
.lorem_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1c1c1c;
    margin: 0px; 
    padding-top: 40px;   
}

.btn_main{
    width: 100%;
    display: flex;
    padding-top: 50px;
}
.buy_bt{
    width: 170px;
    float: left;
}
.buy_bt a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #201c27;
    padding: 8px 5px;
    text-align: center;
    
}
.buy_bt a:hover{
    color: #ffffff;
    background-color: #da9f87;
}

.price_text {
    width: 100%;
    float: right;
    text-align: right;
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    padding-top: 8px;
}
.cycle_section_3{
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.box_main_3{
    width: 100%;
    float: left;
    position: relative;
}
.box_main_3:after {
    content: '';
    background-color: #f7c17b;
    position: absolute;
    width: 420px;
    right: 0px;
    top: 0px;
    margin: 0 auto;
    display: flex;
    height: 530px;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 65% 8%, 64% 80%, 0% 100%);
}
.number_text_2 {
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    background-color: #325662;
    border-radius: 100px;
    text-align: center;
    padding: 10px 0px;
    float: right;
    margin-right: 185px;
    margin-top: 60px;
}
.read_btn_main {
    width: 100%;
    float: left;
    margin-top: 200px;

}
.read_bt{
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.read_bt a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #f7c17b;
    padding: 8px 5px;
    text-align: center;
}
.read_bt a:hover{
    color: #ffffff;
    background-color: #325662;
}

/* cycle section end */

/* about section start */
.about_section {
    width: 100%;
    float: left;
    background-image: url(../images/spa-bg.jpg);
    background-position: center center;
    background-size: cover;
    /*background-color: #000;
    height: auto;*/
    padding: 90px 0px;
    
    background-repeat: no-repeat;

}
.about_taital{
    width: 100%;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.about_text{
    width: 70%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
.about_main {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 60px;

} .image_5{ width: 50%; margin: 0 auto; text-align: center; padding-top:
60px; position: relative; z-index: 1; } 

.about_main::before {

    content: '';
    position: absolute;
    width: 400px;
    right: 0px;
    top: 67px;
    margin: 0 auto;
    display: flex;
    height: 355px;
    left: -180px;
    box-shadow: 0 35px 25px -20px 

    rgba(0,0,0,0.2);
    transform: rotate(-13deg) skewx(-1.2deg);

}

.about_main::after {

    content: '';
    background-color: #8aa191;

position: absolute;

width: 500px;

right: 0px;

top: 30px;

margin: 0 auto;

display: flex;

height: 440px;

left: 0;

clip-path: polygon(0 0px, 80% 15%, 80% 78%, 0% 100%);

-webkit-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31);

-moz-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31);

box-shadow: 0px 8px 7px 3px

    rgba(0,0,0,0.31);

}

.read_bt_1{
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.read_bt_1 a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #da9f87;
    padding: 8px 5px;
    text-align: center;
    margin-top: 60px;
}
.read_bt_1 a:hover{
    color: #000;
    background-color: #ffe3d7;
}


/* about section end */
/* client section start */
.client_section {
    width: 100%;
    float: left;
    padding-bottom: 100px;

}

.client_main {
    width: 100%;
    float: left;
    border: 1px solid #e4e4e4;
    border-style: dotted;
    padding: 40px 30px 100px 30px;
}

.client_taital{
   width: 100%;
    font-size: 40px;
    color: #303030;
    text-align: center;
    font-weight: bold;
}
.client_section_2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31);
    box-shadow: 0px 1px 8px 3px

    rgba(0,0,0,0.31);
    padding: 10px;
    margin-top: 30px;
    display: flex;

}
.client_left{
    width: 30%;
}
.client_right {
    width: 70%;
    padding: 50px 0px 50px 40px;
}
.client_img{
    width: 100%;
}
.quote_icon{
    width: 100%;
}
.client_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333233;
    margin: 0px;
    padding-top: 20px;
}
.client_name{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #1d1f1e;
    font-weight: bold;
    padding-top: 20px;
}



#my_slider a.carousel-control-prev {
    left: 640px;
    top: 93%;
    background-color: #f7c17b;
    color: #ffffff;
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: 640px;
    top: 93%;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 68px;
    height: 68px;
    background: #191616;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
    background-color: #f7c17b;
    color: #ffffff;
}

/* client section end */

/* news section start*/
.news_section{
    width: 100%;
    float: left;
    background-color: #fff;
    height: auto;
    padding: 70px 0px 90px;
}
.news_taital{
   width: 100%;
    font-size: 40px;
    color: #01573d;
    text-align: center;
    font-weight: bold;
    line-height:40px;
}

.news_text {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #000;
    padding-top: 20px;
    text-align: center;

}
.news_section_2{
    width: 100%;
    float: left;
}
.box_main_1 {
    width: 100%;
    float: left;
    background-color: #ffe3d7;
    height: auto;
    border-radius: 5px;
    height:100%;
}
.box_main_1:hover {
    box-shadow: 0px 1px 9px 1px #fff;
}

.frame {
     
      width: 100%;
      overflow: hidden;
    }
    .zoomout img {
      transition: 0.5s all ease-in-out;
      width: 100%;
      -webkit-transition: all 2s ease;
      -moz-transition: all 2s ease;
      -ms-transition: all 2s ease;
        transition: all 2s ease;
    }
    .zoomout img:hover {
     
      transform: scale(1.2);
    }

.box_main_1:hover {
    box-shadow: 0px 1px 9px 1px #fff;
}
.box_main_1:hover .post_text{
    color: #000;
}
.padding_15 {
    width: 100%;
    float: left;
    padding: 20px 15px 40px 15px;
}
.speed_text{
    width: 100%;
    float: left;
    font-size: 22px;
    color: #161616;
    line-height: 26px;
}
.post_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #dcdcd9;
}
.long_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2a2929;
    margin: 0px;
    padding-top: 10px;
}

/* news section start*/

/* contact section start*/
.contact_section {
    width: 100%;
    float: left;
    background-color: #355764;
    height: auto;
    padding-bottom: 90px;
}

.contact_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.request_text {
    width: 100%;
    float: left;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #01573d;
    padding-bottom: 10px;
}

.form-group {
    margin-bottom: 30px;
}

.email-bt {
    color: #292929;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 20px;
    background-color: #fefeff;
    border: 0px;
    border-radius: 30px;
}

input.email-bt::placeholder {
    color: #292929;
}

.massage-bt {
    color: #292929;
    width: 100%;
    height: 130px;
    font-size: 18px;
    padding: 20px 20px 10px;
    background-color: #fefeff;
    border: 0px;
    border-radius: 30px;
    resize:none;
}

textarea#comment::placeholder {
    color: #292929;
}

.send_btn {
    width: 170px;
    text-align: center;
    margin: 0px auto;
}

.send_btn a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 0px;
    background-color: #f7c17b;
    border-radius: 10px;
}

.send_btn a:hover {
    color: #000;
    background-color: #ffffff;
}
/* contact section end*/
/* footer section start*/

.footer_section {
    width: 100%;
    float: left;
    background-color: #01573d;
    height: auto;
    background-size: cover;
}
.map_main{
    width: 100%;
    float: left;
}
.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #dfdfdf;
    padding-top: 10px;
}

.email_text {
    width: 70%;
    float: left;
    font-size: 16px;
    color: #9e9c9c;
    background-color: #ffffff;
    padding: 8px 15px;
    margin-top: 40px;
    border: 0px;
}

.subscribe_bt {
    width: 180px;
    float: left;
    margin-top: 15px;
}
.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #f7c17b;
    padding: 8px;
    margin-top: 20px;
}
.subscribe_bt a:hover{
    color: #9e9c9c;
    background-color: #ffffff;
}




.call_text a{
    color: #fff;
}
.call_text a:hover{
    color: #ffe3d7;
}
.padding_left_0{
    padding-left: 15px;
}

.social_icon {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
}

.social_icon li {
    float: left;
    padding-right: 25px;
    padding-top: 10px;
    font-size:30px;
}
.social_icon li a{color:#fff;}
.social_icon li a:hover{color:#ffe3d7;}
.copyright_section {
    width: 100%;
    float: left;
    background-color: #8aa191;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-left: 0px;
    margin-right: 0px;
}

.copyright_text a {
    color: #151515;
}

.copyright_text a:hover {
    color: #f7c17b;
}

.margin_top_90 {
    margin-top: 90px;
}

.margin_90 {
    margin: 90px 0px;
}

#navbarSupportedContent{
    /*transform: translateX(100vw);*/
}

#navbarSupportedContent.nav-normal{
    transform: none;
}

/* contact section end*/
/* This class is added on scroll */
 
.fixed-menu {
                position: fixed;
                top: 0;
                width:100%;
                z-index: 100;
     background-image: linear-gradient(90deg, #ffe3d7 29.5%, #01573d 20%);
 -webkit-box-shadow: 0px 13px 11px -11px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 13px 11px -11px rgba(0,0,0,0.21);
box-shadow: 0px 13px 11px -11px rgba(0,0,0,0.21);
}
.my-bg{background: #fffef4;
   
}
.arun_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    background: #ffe3d7;
}

.arun_padding{padding:50px 0px 0px;}

.address p{color:#fff;
font-size:17px;
margin:0px;
line-height:1.5em;}
.address h3{color:#fff;
font-weight:600;
    font-size:22px;
margin-bottom:15px;}

.quicklinks ul li{
font-size:17px;
margin-bottom:10px;}
.quicklinks ul li a{color:#fff;}
.quicklinks ul li a:hover{color:#ffe3d7;}

.inner_page_section {
    width: 100%;
    float: left;
    
    /*background-color: #000;
    height: auto;*/
    padding: 90px 0px;
    
    background-repeat: no-repeat;

}

.about_title{
    width: 100%;
    font-size: 40px;
    color: #01573d;
    text-align: center;
    font-weight: bold;
    line-height:45px;
}
.inner_page_text{
   text-align: center;
    font-size: 16px;
    color: #000;
   width:90%;
    margin: 0 auto;
    padding-top: 30px;
}
.inner_about_main {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 50px;
margin-bottom: 50px;
}

.inner_about_main::before {

    content: '';
    position: absolute;
    width: 400px;
    right: 0px;
    top: 67px;
    margin: 0 auto;
    display: flex;
    height: 355px;
    left: -180px;
    box-shadow: 0 35px 25px -20px 

    rgba(0,0,0,0.2);
    transform: rotate(-13deg) skewx(-1.2deg);

}

.inner_about_main::after {

    content: '';
    background-color: #8aa191;

position: absolute;

width: 500px;

right: 0px;

top: 30px;

margin: 0 auto;

display: flex;

height: 440px;

left: 0;

clip-path: polygon(0 0px, 80% 15%, 80% 78%, 0% 100%);

-webkit-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31);

-moz-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31);

box-shadow: 0px 8px 7px 3px

    rgba(0,0,0,0.31);

}
/*Custom breadcrumb*/
.breadcrumb {
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 padding:0rem 1rem;
 margin-bottom:1rem;
 list-style:none;
 background-color:transparent;
 border-radius:.25rem;
    font-size:18px;
}
.mybread h1{color:#fff;
font-size:24px;
    font-weight:bold;
padding-bottom:0px;}
.breadcrumb-item+.breadcrumb-item {
 padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item::before {
 display:inline-block;
 padding-right:.5rem;
 color:#ffe3d7;
 content:"/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
 text-decoration:underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
 text-decoration:none
}
.breadcrumb-item.active {
 color:#fff
}
.breadcrumb-item a{color:#ffe3d7;}
.breadcrumb-item a:hover{color:#fff;}

.service_title{
   font-style: italic;
    font-size: 25px;
    color: #da9f87;
    border-bottom: 1px solid #000;
    font-weight: bold;
    margin-bottom:10px;
}

.bg-1100 {
  background-color: #313839 !important;
}
.p-3 {
  padding: 1rem !important;
}
.shadow-icon{width:80px;}
.arun_service ul li{font-size: 18px;

margin-left:30px;}

.arun_service ul li:before {    
    font-family: 'FontAwesome';
    content: '\f061';
    margin:0 10px 0 -15px;
    color: #f00;
    font-size:14px;
}

.box_arun{
    width: 100%;
    float: left;
    position: relative;
}
.box_arun:before{
    content: '';
    background-color: #8aa191;
    position: absolute;
    width: 450px;
    right: 0px;
    top: 0px;
    margin: 0 auto;
    display: flex;
    height: 430px;
    left: 0;
    z-index: 1;
clip-path: polygon(0 0, 75% 12%, 75% 82%, 0% 95%);

}
html .mychat{position:fixed;bottom:10px;left:10px;z-index:1100;}
.error{}