/* offline font */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap');
/* font-family: 'Nunito', sans-serif; */

/* --- Basic Css --- */
body {
    font-family: 'Nunito', sans-serif !important;
    font-size: 16px !important;
    color: #222;
    font-weight: normal;
    margin: 0;
}
table td{
    border: 1px solid #a5a5a6;
	padding:5px;
}
table{
	width:100%;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0rem !important;
    list-style: none;
}

.nopadding {
    margin: 0px !important;
    padding: 0px !important;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: #222;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Nunito', sans-serif;
}

p {
    font-family: 'Nunito', sans-serif;
}

:root {
    --orange: #fe4c1c !important;
    --blue: #e40046;
}

/* ----------- CSS START ----------- */

/* #region Header */
.marque{background: #5a9d03;
    color: #fff;
    font-weight: 700;
    padding-top: 5px;font-size: 18px !important;}
.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
	top: 55px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}
.loangif {
    position: fixed;
    z-index: 999999;
    left: 5px;
    bottom: 20px;
}
/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
.dropdown li a{
    transition: .6s ease-in-out;
}
.dropdown li a:hover{
    background-color: #70c009 !important;
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #010101 !important;
    font-weight: 600;
    font-size: 15px;
    padding: 18px 20px !important;
    border-right: 1px solid #e8e6e6 !important;
    margin: 0px !important;
    transition: .7s  ease-in-out;
}

.navbar {
    padding: 0 !important;
    margin: 0px !important;
}

.social-icons {
    font-size: 22px !important;
    transition: .5s linear;
    line-height: 0px;

}

.social-icons:hover {
    background-color: #70c009;
    color: #fff !important;
}

.social-set {
    padding: 0px !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
   background-color: #5a9d03;
   color: #fff !important;
}

/* #endregion Header */

/* #region Banner */
.bannersloder {
    position: relative;
}

.banner-text {
    z-index: 99;
    position: absolute;
    right: 0px;
    font-size: 14px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    background-color: #2f3f4f;
    height: 35px;
    padding-left: 44px;
    color: #fff;
}

.regis {
    background-color: #feda00;
    padding: 7px 20px;
    display: inline-block;
    color: #000 !important;
    font-weight: 700;
    font-size: 14px;
}

.regis img {
    padding-right: 5px;
    margin-top: -3px;
}

.text1 {
    color: #fff !important;
    margin-right: 10px;
}

.text1 i {
    background-color: #feda00;
    border-radius: 100px;
    color: #000;
    width: 20px;
    height: 20px;
    padding: 4px;
    /* margin-top: -4px; */
    margin-right: 2px;
    font-size: 13px;
}

.text2 {
    color: #fff !important;
    margin-right: 10px;
}

.text2 i {
    color: #feda00 !important;
    border-radius: 100px;
    color: #000;
    width: 20px;
    height: 20px;
    padding: 4px;
    /* margin-top: -4px; */
    margin-right: 2px;
    font-size: 13px;
}

.darkHeader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: #eee;
    transition: .5s ease-in-out;
	box-shadow: 0px 0px 37px -11px #888888;
}

/* #endregion Banner */


/* #region features */
.section-1 {
    background-position: left top;
    min-height: 581px;
}

.features span {
    display: block;
    text-align: center;
    padding-top: 40px;
    color: #3b3663;
    font-weight: 400;
}

.features h3 {
    text-align: center;
    display: block;
    color: #3b3663;
    font-size: 32px;
    font-weight: bold;
    line-height: 41px;
    padding-top: 5px;
}

.onepart {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 3px 13px 4px rgba(136, 136, 136, 0.29);
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: .4s linear;
}

.onepart img {
    border-radius: 15px;
    object-fit: cover;
    height: 250px;
    width: 100%;

}

.headingname5 {
    text-decoration: none !important;
    display: block;
    text-align: center;
    width: 100%;
    color: #252a3f !important;
    padding: 15px 10px;
    font-size: 20px;
    font-weight: bold;
}

.readmore a {
    background-color: #fff;
    box-shadow: 0px 3px 29px 9px rgba(136, 136, 136, 0.31);
    padding: 12px 14px 22px 32px 0px;
    border-radius: 100px;
    font-size: 16px;
    color: #fe4c1c;
    font-weight: 600;
    padding: 13px 5px 11px 26px;
    text-decoration: none;
    border: 1px solid #fff;
    transition: .4s linear;
}

.readmore {
    text-align: center;
    margin-top: 15px;
    margin-bottom: -30px;
}

.readmore i {
    background-color: var(--orange);
    color: #fff;
    padding: 8px 0px 0px 0px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 19px;
    margin-left: 6px;
    text-align: center;
}

.readmore a:hover {
    background-color: var(--orange);
    color: #fff;
}

.readmore a:hover i {
    background-color: #fff;
    color: var(--orange);
}

.owl-carousel .owl-item {
    float: left;
    /* margin: 10px 13px; */
    padding: 9px;
}

.owl-prev {
    position: absolute;
    top: 33%;
    font-size: 70px;
    left: -39px;
    transition: .4s ease-in-out;
}

.owl-next {
    position: absolute;
    top: 33%;
    font-size: 70px;
    right: -39px;
    transition: .4s ease-in-out;
}

.owl-next:hover {
    color: #fe4c1c;
}

.owl-prev:hover {
    color: #fe4c1c;
}

/* #endregion features */


/* #region section3 */

.section3 {
    margin-top: 40px;
    font-size: 17px;
    color: #333;
    line-height: 26px;
}

.aboutpart {
    padding: 20px 100px 20px 20px !important;
    display: block;
}

.aboutpart span {
    font-size: 50px;
    font-weight: bold;
    color: #111;
    display: block;
    margin-bottom: 15px;
}

.aboutpart h4 {
    font-size: 42px;
    font-weight: bold;
    color: var(--orange);
    padding: 9px 0px;
    padding-bottom: 10px;
}

.readmore2 a {
    background-color: #fff;
    box-shadow: 0px 3px 29px 9px rgba(136, 136, 136, 0.31);
    padding: 12px 14px 22px 32px 0px;
    border-radius: 100px;
    font-size: 16px;
    color: #fe4c1c;
    font-weight: 700;
    padding: 13px 5px 11px 26px;
    text-decoration: none;
    border: 1px solid #fff;
    transition: .4s linear;
}

.readmore2 {
    margin-top: 10px;
    margin-bottom: -30px;
    display: inline-block;
}

.readmore2 i {
    background-color: var(--orange);
    color: #fff;
    padding: 8px 0px 0px 0px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 19px;
    margin-left: 6px;
    text-align: center;
}

.readmore2 a:hover {
    background-color: var(--orange);
    color: #fff;
}

.readmore2 a:hover i {
    background-color: #fff;
    color: var(--orange);
}

.tywenty {
    font-size: 55px;
    font-weight: bold;
    color: #3b3663;
    border-right: 1px solid #c3cbc8;
}

.tywenty span {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    display: block;
    margin-top: 14px;
}

.there {
    padding: 5px 40px !important;
}

.tywenty small {
    position: absolute;
    font-size: 22px;
    color: #fe4c1c;
    margin-top: -17px;
    margin-left: 6px;
}

/* #endregion section3 */


/* #region Section-4 */
.section-4 {
    background-color: #02dcff;
    color: #0a0801;
    padding: 50px 0px 78px 0px;
}

.awesome h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
}

.awesome h3 {
    color: #fff;
    font-size: 74px;
    font-weight: 800;
    margin-top: -24px;
    margin-bottom: 31px;
}

.great h3 {
    font-size: 21px;
    font-weight: 800;
}

.great {
    font-size: 13px;
}

.setimageg {
    position: absolute;
    bottom: 0;
    bottom: -78px
}

/* #endregion Section-4 */

.homebg img {
    object-fit: cover;
    width: 100%;
}


/* #region footer */
.footer {
    text-align: center;
    padding: 40px 0px 10px 0px;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav li a {
    color: #5a5a5a;
    display: inline-block;
    padding: 22px;
    font-weight: 600;
    transition: .5s ease-in-out;
}

.footer-nav li a:hover {
    color: var(--orange);
}

.expert {
    padding: 36px 0px;
    border-right: 1px dashed #4c4b4b;
    padding-right: 32px;
    margin-top: 36px;
    color: #777;
}

.expert2 {
    border: none !important;
}

.expert h4 {
    font-weight: 700;
    color: #3f4144;
    margin-bottom: 19px;
}

.expert span {
    color: #4cbaea;
    font-weight: 300;
    font-size: 38px;
    margin-bottom: 10px;
    display: block;
}

.expert a {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 7px;
}

.contact2 {
    border: 2px solid #4cc9f2;
    display: block !important;
    border-radius: 6px;
    padding: 11px;
    margin-top: 28px !important;
    color: #08a8dc;
    font-weight: 600;
    margin-left: 15px;
    margin-right: 15px;
    transition: .6s ease-in-out;
}

.contact2:hover {
    background-color: var(--orange);
    color: #fff;
    border-radius: 6x;
    border: 2px solid #fff;
}

.footerbg {
    color: #555;
    font-size: 15x;
    font-weight: 600;
    margin-top: 36px !important;
    display: block;
}

.footer-icons li {
    display: inline-block;
}

.footer-icons li a {
    color: #5a5a5a;
    display: inline-block;
    padding: 22px 10px;
    font-weight: 600;
    transition: .5s ease-in-out;
}

.get-color {
    color: #5a5a5a !important;

}

.footer-icons li a:hover {
    color: var(--orange);
}

/* #endregion footer */

.mobile{
    display: none;
}


.mobilefixed {
	position: fixed;
	background-color: #fff;
	width: 100%;
	bottom: 0;
	color: #fff;
	display: flex;
	text-align: center;
	z-index: 99999 !important;
	box-shadow: -8px 2px 21px 0px rgba(136, 136, 136, 0.40);
	    border-radius: 10px 10px 0px 0px;
}
.mobilefixed ul {
	width: 100%;
}
.mobilefixed li {
	display: inline-block;
	width: 19%;/* border-right: 1px solid rgba(0, 0, 0, 0.1803921568627451); */
	    margin-bottom: -11px;
}
.mobilefixed li a {
	color: #000;
padding: 10px 15px 0px 15px;
	font-weight: 400;
	font-size: 13px;
	display: inline-block;
}
.google {
	padding-top: 20px;
}
.mobilefixed img {
	width: 22px;
	margin: 0 auto;
}

.home-cions{
  background-color: #ffffff;
    border-radius: 100px;
    padding: 15px!important;
    height: 53px!important;
    position: relative;
    top: -26px;
    box-shadow: 0px 0px 9px 0px #a0a0a0;
}
.home-cions img{
    width: 24px;
    margin-top: -3px;
}
.mobilefixed span{
    width: 100%;
    display: block;
       
    font-size: 12px;
}



.bread {
	background-size:cover;
	color: #fff;
	height: 130px;
	text-align: center;
	font-size: 14px;
	padding: 35px;
	   background-color: #0054ff;
}
.bread h5 {
	font-size: 33px;
	font-weight: 800;
	padding-bottom: 5px;
}
.bread a {
	color: #fff;
	text-decoration: none;
}
.bread i {
	padding-right: 6px;
	padding-left: 4px;
	font-size: 9px;
	color: #feda00;
    font-size: 11px;
}

.aboutus{
	font-size:15px;
	color:#555;
	line-height:25px;
	padding:30px 0px;
	border-bottom:1px solid #eee;
}
.about{ font-size:21px; font-weight:400; display:block; margin-top:10px;}
.line { width:50px; border-top:3px solid #f67758; margin:10px 0px;}
.about { font-size:15px; line-height:25px;}
.who {
    margin-bottom: 30px;
    display: block;
    margin-top: 25px;
    color: #2f3f4f;
    font-size: 36px;
    font-weight: bold;
}


.contact h5 {
	text-align: center!important;
	padding: 30px 0px !important;
	color: #969696;
	font-weight: 500;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
}
.border-set {
	border: 1px solid #c0bebe;
}

.contact h5 {
	text-align: center;
	padding: 30px 0px !important;
	color: #969696;
	font-weight: 500;
	font-size: 17px;
}
.border-set {
	border: 1px solid #c0bebe;
}
.contact-form {
	padding: 20px 20px 0px 0px;
}
.contact-form h4 {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 24px;
}
.contact-form label {
	display: block;
	font-weight: 400;
	margin-top: 10px;
	font-size: 16px;
	color: #000;
}
.form {
	outline: none;
	width: 100%;
	border-radius: 0px;
	padding: 5px 15px;
	margin-top: 8px;
	border: 1px solid #c0bebe;
}
.form:hover {
	background-color: #eee;
}
.form:focus {
	background-color: #eee !important;
	border: 1px solid red;
}
.buttonsbumit {
	background: var(--orange);
	color: #fff;
	padding: 10px 25px;
	outline: none;
	border: none;
	font-weight: 600;
	cursor: pointer;
	border-radius: 4px;
	margin: 25px auto;
	display: block;
	font-size: 17px;
}
.c-details h4 {
	font-size: 26px;
	color: var(--orange);
	font-weight: 700;
	margin-bottom: 20px;
}
.colmun2 {
	font-size: 17px;
	font-weight: 400;
	color: #000;
}
.colmun2 a {
	text-decoration: none;
	color: #000;
 transition: .5s ease-in-out;
}
.colmun2 a:hover {
	color: var(--orange);
}
.colmun2 strong {
	font-size: 20px;
	color: #000;
	font-weight: 800;
	display: block;
	text-align: left;
}
.c-details i {
	margin-right: 15px;
	border: 1px solid #5f5f69;
	padding: 9px;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-top: 0px;
	font-size: 21px;
	border-radius: 50%;
	float: left;
	margin-bottom: 36px;
 transition: .6s ease-in-out;
}
.oneffect:hover i {
	background-color: var(--orange) !important;
	color: #fff;
	border-color: #fff;
	transform: rotate(180deg);
}
.product {
	background: #eaedee !important;
	color: #000;
	font-size: 14px;
	text-align: center;
}
.productbg {
	background-color: var(--blue);
	color: #fff;
	border-radius: 15px;
	padding: 20px !important;
	margin: 15px 0px !important;
}
.productbg h6 {
	font-size: 43px;
	font-weight: 700;
}
.productbg a {
	color: #fff;
}
.p1 {
	background-color: #fff;
	padding: 20px !important;
	border-radius: 15px;
	box-shadow: 0px 16px 15px -3px rgba(136, 136, 136, 0.13) !important;
 transition: .5s linear;
}
.oneffect{
	clear: both;
}
.social img{
	margin-right: 8px;
}
.border-set img{
	height:100%;
}

.text-button {
	color: #000 !important;
	text-decoration: none !important;
	height: auto !important;
	background-color: transparent !important;
	display: block;
	padding: 15px 0px 0px 0px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.details {
	text-align: left;
}
.left-side img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 15px 15px 0px 0px;
}
.left-side {
	background: #fff;
	border-radius: 15px 15px 15px 15px !important;
}

.map iframe{ width:100%; height:450px; margin-top:30px; border:none;}
.regisration{ padding:20px;}

.formpage5{
   border-radius:7px;
  border:1px solid #e8e8e8;
  width: 100%;
 
  }
.innerform{
	 background: #eeebeb;
  color:#555;
  padding:0px !important;
  margin:10px;
   border-radius:7px;
   width: 100%;
}  
 .formpage5 strong{ font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 0px;
	background-color: #72ab19;
    padding: 8px;
    border-radius: 6px 6px 0px 0px;
} 
.innerform form{
	padding:5px 35px;
}
.regtr{ margin-bottom:5px !important;}
.forminner{ display:block; text-align:center; font-weight:700 font-size:14px !important; padding-top:0px;}	
.inputname{ border:1px solid #ccc; color:#333; padding:5px 10px; width:100%;}
.inputbutton{outline: none;
    margin: 0 auto;
    border: none;
    padding: 8px 27px;
    border-radius: 3px;
    color:#fff;
     font-weight:700;
	 background-color:#647a91;
	 display:block;
	 font-size:16px;
	 width:100%;
	 margin-bottom:20px;
}


/*------------- left-side -------------*/
.left-side img{ width:100%; height:400px; object-fit:cover;}
.details img{ object-fit:contain; width:100%; border-radius:15px;}
.left-side{ background:#fff; border-radius:15px;}
.DESCRIPTION{ padding:25px 0px !important; line-height:24px; color:#666; font-size:16px; border-radius:15px; }
.DESCRIPTION h6{ 
     color: #757575;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 7px;
}
.DESCRIPTION strong{ color:#333; font-size:20px; display:block; margin-bottom:14px;}
.fixed{
	position: -webkit-sticky !important; /* Safari */
  position: sticky !important;
  top: 85px !important;
  width:100% !important;
  min-height:100px;
}
.formpage5{
   border-radius:7px;
  border:1px solid #e8e8e8;
 
  }
.innerform2{
	 background: #eeebeb;
  color:#555;
  padding:0px !important;
  margin:10px;
   border-radius:7px;
}  
 .formpage5 strong{ font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 0px;
	background-color: #72ab19;
    padding: 8px;
    border-radius: 6px 6px 0px 0px;
} 
.innerform form{
	padding:5px 25px;
}
.forminner{ display:block; text-align:center; font-weight:700 font-size:14px !important; padding-top:0px;}	
.inputname{ border:1px solid #ccc; color:#333; padding:5px 10px; width:100%;}
.inputbutton{outline: none;
    margin: 0 auto;
    border: none;
    padding: 8px 27px;
    border-radius: 3px;
    color:#fff;
     font-weight:700;
	 background-color:#647a91;
	 display:block;
	 font-size:16px;
	 width:100%;
	 margin-bottom:20px;
}
.readmore3 a{
	display:inline-block;
	margin:50px auto;
    background-image: linear-gradient(#2f3f4f, #0054ff);
	color:#fff;
	padding:10px 30px;
	font-size:17px;
	border-radius:7px;
	font-weight:600;
	text-align:center;
	
} 

.readmore3 a:hover{
	background-image: linear-gradient(to right, #5747e4, #822bce);
	text-decoration:none;
}
.from-p{
	width:100%;
	padding: 8px 25px;
}













@media (max-width: 767.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 0px;
        /* Height of navbar */
        bottom: 0;
        
        padding-left: 1rem;
        overflow-y: auto;
        width: 250px;
        background-color: var(--gray-dark);
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 9999;
        border: none !important;
    }

    .offcanvas-collapse.open {
        -webkit-transform: translateX(-1rem);
        transform: translateX(-1rem);
        /* Account for horizontal padding on navbar */
    }
}

.navbar-light .navbar-nav .nav-link {
    border: none !important;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}




@media (min-width:1200px) {
    .logo img {
        position: absolute;
        z-index: 999;
        top: 0;
    }

}


@media (min-width: 150px) and (max-width: 767.98px) {
    .logo {
        margin: 0 auto !important;
    }

    .footer {
        text-align: center;
        padding: 40px 0px 65px 0px;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 19px;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
    }

    .menu {
        display: block;
        font-size: 12px;
        font-weight: 600;
    }

    .navbar-toggler {
        position: absolute;
        top: 9px;
        right: 0;
        border: none !important;
		outline:none !important;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 20px !important;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
    }

    .heraed-f {
        background-color: #ffffff;
    }

    .banner-text {
        position: relative;
        clip-path: none;
        height: auto;
        text-align: center;
        padding: 0px;
    }

    .text1 {
        display: none;
    }

    .banner-text strong {
        display: none;
    }

    .owl-prev {
        position: absolute;
        top: 33%;
        font-size: 30px;
        left: 0px;
    }

    .owl-next {
        position: absolute;
        top: 33%;
        font-size: 30px;
        right: 0px;
    }

    .aboutpart {
        padding: 55px 20px !important;
        display: block;
    }

    .mobileset {
        max-width: 100%;
    }

    .setimageg {
        position: relative;
        bottom: 0;
    }

    .awesome h2 {
        color: #49423a;
        font-size: 25px;
        font-weight: 800;
    }

    .awesome h3 {
        color: #49423a;
        font-size: 55px;
        font-weight: 800;
        margin-top: -13px;
        margin-bottom: 31px;
    }

    

    .expert {
        border: none;
        margin-top: 26px;
        padding: 0px;
    }

    .aboutpart h4 {
        font-size: 23px;
        font-weight: bold;
        color: var(--orange);
        padding: 0px 0px;
        padding-bottom: 20px;
    }

    .footer-nav li a {
        padding: 10px;
    }

    .features h3 {
        text-align: center;
        display: block;
        color: #3b3663;
        font-size: 24px;
        font-weight: bold;
        line-height: 33px;
        padding-top: 5px;
    }

    .social-set {

        display: none !important;
    }
    .mobile{
        display: block !important;
    }
    .d-lg{
        display: none;
    }
	.border-set img{
		display:none;
	}
	.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 20px !important;
    border-right: 1px solid #e8e6e6 !important;
    margin: 0px !important;
    transition: .7s ease-in-out;
    font-size: 14px;
   }
   .mobile-setlogo{
	   background-color: #fff;
    margin: 0 auto;
    text-align: center;
    object-fit: cover;
	}
	.mobile-setlogo img{
		object-fit: contain !important;
    /* width: 100%; */
    margin: 0 auto;
    padding: 11px;
	}
	.c-details h4 {
    	margin-top:15px;
	}
	.readmore3 a {
    
    margin: 8px auto;
	}
	.back-to-top{
		display:none !important;
	}

}



.back-to-top  {
	position: fixed;
	display:none;
	text-align: center;
	z-index: 99999999;
	background-color: #ffffff;
	color: var(--orange);
	width: 45px;
	height: 42px;
	line-height: 30px;
	right: 40px;
	bottom: 10px;
	padding-bottom: 2px;
	font-size: 25px;
	padding-top: 3px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: none;
	border: 2px solid var(--orange);
}
.back-to-top:hover {
	background-color: var(--orange) !important;
	color: #fff;
}
.payu img {
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 60px;
}
.productbg1{border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 3px 13px 4px rgba(136, 136, 136, 0.29);
    padding: 20px 10px !important;
    margin-top: 20px;
    transition: .4s linear; min-height:210px;width: 100%;}
.productbg1 img {
object-fit: cover;
    height: 280px;
    width: 100%;
}
.servicesbg{border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 3px 13px 4px rgba(136, 136, 136, 0.29);
    padding: 20px 10px !important;
    margin-top: 20px;
    transition: .4s linear; min-height:210px;}
.shineplantable h3{font-size: 20px;background: #01803b;	color: #fff; padding:5px 15px; display:table;}
.shineplantable strong{font-weight: 600;font-size: 20px;}

.bannerbgtext {
    background: #fff;
    padding: 30px;
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
    color: #222;
    border-radius: 20px;
    box-shadow: 0px 10px 27px 8px rgb(86 85 85 / 10%);
}
.projectbg{ background:#004a8c; border:4px solid #CCCCCC; padding:10px; text-align:center; display:block; margin-bottom:20px; font-size:18px; font-weight:500; border-radius:10px; color:#fff;}

