/***** Design By Sagar 4.3 HTML 5 *****/
@charset "utf-8";
@import "bootstrap.min.css";
@import "responsive.css";
@import "banner.css";
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
/* CSS Document */
/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Nunito', sans-serif; */
/* font-family: 'Poppins', sans-serif; */
body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #1d1f23;
    font-size: 15px;
    overflow-x: hidden;
	letter-spacing: 0.5px;
}
.october-leaf {
position: fixed;
background-color: transparent;
background-image: url("../images/leaves1.png");
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
z-index:999999;
}
::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}
a:hover {
    color: #004ca4;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}


/*------------------ VARIABLE CSS ------------ */
#dyanmic .one{animation:fadeInUp 1s;}
#dyanmic .one:nth-child(2n+2){animation:fadeInUp 2s;}
#dyanmic .one:nth-child(2n+3){animation:fadeInUp 3s;}
#dyanmic .one:nth-child(2n+4){animation:fadeInUp 4s;}
#dyanmic .one:nth-child(2n+5){animation:fadeInUp 5s;}
#dyanmic .one:nth-child(2n+6){animation:fadeInUp 6s;}
#dyanmic .one:nth-child(2n+7){animation:fadeInUp 7s;}
#dyanmic .one:nth-child(2n+8){animation:fadeInUp 8s;}
#dyanmic .one:nth-child(2n+9){animation:fadeInUp 9s;}
#dyanmic .one:nth-child(2n+10){animation:fadeInUp 9.46s;}
#dyanmic .one:nth-child(2n+11){animation:fadeInUp 9.8s;}
#dyanmic .one:nth-child(2n+12){animation:fadeInUp 10s;}
#dyanmic .one:nth-child(2n+13){animation:fadeInUp 10.4s;}
#dyanmic .one:nth-child(2n+14){animation:fadeInUp 10.8s;}
#dyanmic .one:nth-child(2n+15){animation:fadeInUp 11.2s;}
#dyanmic .one:nth-child(2n+16){animation:fadeInUp 11.6s;}
#dyanmic .one:nth-child(2n+17){animation:fadeInUp 12s;}
#dyanmic .one:nth-child(2n+18){animation:fadeInUp 12.4s;}
#dyanmic .one:nth-child(2n+19){animation:fadeInUp 12.8s;}
#dyanmic .one:nth-child(2n+19){animation:fadeInUp 13s;}
:root {
    --primary: #004ca4;
    --secondary: #004ca4;
}

/*** header ***/
.header-new {
    background-color: #fff;
}

.header ul li {
    display: inline-block;
    float: none;

    margin: 0px;
}

.right-side {
    margin-top: 19px;
    margin-left: 50px;
}

.center-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header li a {
    padding: 22px 15px;
    display: block;
    text-decoration: none;
    color: #111;
    font-size: 15px;
    transition: .3s linear;
    font-weight: 400;
    border-radius: 0px;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.header li a:hover {

    color: #004ca4;
}

.carousel-inner {
    position: relative;
}

.hide {
    display: none;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeInLeft .5s forwards;
    z-index: 9999;
    background-color: #fff;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-left: 0px;
    margin-right: .1rem;
    margin-top: -39px;
    min-width: 160px;
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
}

.dropdoqwn {
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
}

.dropdoqwn li a {
    display: block !important;
    font-size: 14px;
    padding: 10px 15px;
    min-width: 150px;
    font-weight: 400;
    text-align: left;
    border-radius: 0px;
    color: #000;
    text-transform: capitalize !important;
}

.dropdoqwn li a:hover {
    background-color: #004ca4;
    color: #fff;
}

.meg:hover {
    background-color: #004ca4;
}

.catrgory span {
    margin-top: 28%;
    display: block;
}

.catrgory h3 {
    font-size: 24px;
    font-weight: 900;
}

.catrgory a {
    background-color: #084519;
    display: table !important;
    margin: 50px auto;
    padding: 10px 18px !important;
    color: #fff !important;
}

.headerlist {
    padding: 15px 00px;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px 0px;
    text-transform: capitalize;
    color: #222;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 0px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;

}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    border-radius: 0px;
    padding: 21px 22px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.logo-center img {
    position: absolute;
    margin: 0 auto;
    display: block;
    left: -25px;
    right: 0;
    top: 7px;
    z-index: 999999;
    width: 108px;
}

.logo-part {
    float: left;
    padding: 6px 20px 5px 0px;
    width: 300px;
    margin-right: 1rem;
}


.darkHeader {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999 !important;
    background-color: #fff;
    border-bottom: none;
    animation: fadeInDown 1s;
    box-shadow: 5px 5px 10px #dfdfdf;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.header {
    display: flex;
    align-items: center;
}

.form1 {
    flex-grow: 1;
    position: relative;
    margin-right: .5rem;
}

.button1 {
    position: absolute;
    right: 6px;
    background-color: #f30654;
    border: none;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0px;
    font-weight: 700;
    top: 4px;
}

.formset {
    padding: 12px 48px;
    border-radius: 100px;
    background-color: #efefef;
    border: none;
    transition: .5s ease-in-out;
    font-weight: 400;
}

.formset::placeholder {
    color: #99999b;
}

.formset:focus {
    box-shadow: 0 0 0 0.25rem rgba(243, 6, 84, .10);
}

.search {
    position: absolute;
    top: 0;
    background-color: transparent !important;
    color: #404040;
    border: none;
    font-weight: bold;
    width: 40px;
    outline: none;
    top: 5px;
    left: 9px;
}

.newgif {
    position: relative;
}

.newgif img {
    position: absolute;
    top: 10px;
    left: 50px;
}

.menu {
    font-size: 2rem;
    display: inline-flex;
    justify-content: end;
    color: #333;
    cursor: pointer;
    margin-left: .8rem;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background: url(../images/menu-clip.png) no-repeat;
    transition: 0.5s;
    padding-top: 80px;
    transform: translateX(254%);
    overflow: hidden;
}

.mystyle {
    width:300px;
    transform: translateX(0%);
	background:#fff;
	border-left:4px solid #e9e9e9;
}

.sidenav h3 {
    font-size: 36px;
    margin-top: 121px;
    font-weight: 300;
    color: #18820a;
    padding-bottom: 30px;
}

.sidenav:after {
    content: "";
    position: absolute;
    left: 107px;
    background: url(../images/menu-vector.png) no-repeat;
    height: 238px;
    background-size: contain;
    width: 301px;
    top: 0;
}

.side_menu {
    width: 100%;
    height: 100%;
    text-align: right;
}

.flex_social {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.flex_social a {
    margin-right: .6rem;
    padding: 2px !important;
}

.side_menu a i {
    font-size: 12px;
    padding-left: 1rem;
}

.sidenav a {
    text-decoration: none;
    font-size: 1rem;
    color: #000;
    display: block;
    transition: 0.3s;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    padding: 8px 6px;
}

.sidenav a:hover {
    color: #004ca4;
}

.sidenav {
    padding: 0px 30px;
}

.sidenav .closebtn {
    position: absolute;
    top: 23px;
    right: 27px;
    font-size: 24px;
    z-index: 9999;
    margin-left: 50px;
    color: #fff;
    background: #004ca4;
    border-radius: 100%;
    padding-top: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidenav .closebtn:hover {
    color: #fff;
}


.footertop{ background:#111111; color:#fff; padding:20px;}
.footertop h3{ color:#fff;} 
.myicons{ font-size:60px; line-height:10px;}
.footerenquiry a{ background:#004ca4; width:100%; padding:10px 20px; display:block; text-align:center; color:#fff; font-size:16px;    border-radius: 5px;    margin-top: 8px;}
.footerenquiry a:hover{ background:#fff; color:#000;}
.footerbottom{ padding:20px 0px; border-top:1px solid #CCCCCC;}
.footermidal{ padding:50px 0px;}
.footermidal p{ line-height:30px;}
.footermidal h3{ font-size:20px;}
.footermidal ul li{ background:url(../images/arrowright.png) no-repeat; padding-left:15px; background-position:0px 9px; line-height:30px;}
.aboutindex h1{ font-size:40px; font-weight:300;}
.aboutindex h2{ color:#333333; font-size:22px; margin-top:20px; margin-bottom:20px; line-height:30px;}
.aboutindex a{background:#004ca4; padding:10px 20px; display:table; text-align:center; color:#fff; font-size:16px;    border-radius: 5px;    margin-top: 8px;}

.indexcontent{ background:url(../images/flowers.jpg) no-repeat; background-size:100%; padding:40px 0px;}
.indexcontent h5{ font-size:30px; font-weight:300;}

.boxfigure {
    border: 15px solid #2e2e2e;
    border-bottom-color: #2e2e2e;
    border-top-color: #626262;
    border-left-color: #626262;
    border-right-color: #2e2e2e;
}
.boxfigure img{ width:100%; height:300px; object-fit:contain; border:10px solid #fff;
}
.products{ text-align:center; margin-bottom:40px;}
.products a{ font-weight:400; text-align:center; font-size:20px; color:#111111;}
.salepro{white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
    display: inline-block;}
p.capitalize{text-transform: capitalize;}
.viewmore{ margin-top:8px;}
.viewmore a{text-align:center; border-bottom:4px solid #cbcbcb; background:#004ca4; padding:4px 8px; display:table; margin:0 auto; font-size:12px; color:#fff; border-radius:3px;}
.viewmore a:hover{ background:#fddb08; color:#333;}
.soldproducts{ position:relative;}

.indexmarque{background:#004ca4; padding:15px 15px 10px;}
.indexmarque img{ width:150px; height:150px; object-fit:cover; border:4px solid #fff; margin-left:5px; margin-right:5px; }
.breaadbg{ background:#eaf0f5; padding:6px 0px; color:#000;}
.prodetails strong{ font-size:30px;}
.prodetails strike{font-size:20px; color:#999999;}
.prodetails img{ border-radius:20px; width:100%; height:480px; object-fit:contain; border:8px solid #fff;box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .20);}
.prodetails i{    color: #ffc600;}
.detailbuynow {
    text-align: center;
    border-bottom: 4px solid #cbcbcb;
    background: #004ca4;
    padding: 4px 10px;
    display: table;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
	float:left;
	margin-right:15px;
	cursor:pointer;
}
.detailbuynow:hover {
    background: #fddb08;
    color: #333;
}
.prodetails ul li{ background:url(../images/arrowright.png) no-repeat; background-position:0px 9px; line-height:28px; padding-left:15px;}
table td{
    border: 1px solid #a5a5a6;
	padding:5px;
}
table{
	width:100%;
}
.propageimg iframe{ width:100%; height:300px; margin-bottom:30px;}
.allpagecont{ line-height:26px; text-align:justify;}
.allpagecont p{ margin-bottom:15px;}
.allpagecont ul li{ background:url(../images/arrowright.png) no-repeat; background-position:0px 9px; line-height:28px; padding-left:15px;}
.exhibition ul li {
    display: block;
    border: 1px solid #95f6ff;
    background: #edfffa;
    padding: 8px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 700;
}
.teamtextbox {
    box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%);
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: #fff;
    font-size: 14px;
	    min-height: 270px;
}
.teamtextbox i{ color:#ffc600;}
.from_contact {
    background-color: #f2f2f2 !important;
    padding: 35px;
}
.from_contact i{ padding-top:5px !important;}

.from_contact h5 {
    font-size: 24px;
}
.icons_d{ font-size:24px; line-height:30px; margin-bottom:30px;}
.icons_d i{ width:50px;}
.socialmedia a{
	display: inline-block;
    background-color: #aeaeae;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    padding: 13px 15px;
    margin-right: 10px;
	color:#fff;
	margin-top: 35px;
}
.socialmedia a:hover{
	background-color:#dc3545;
	color:#fff;
}
.socialmedia i{ font-size:20px;}
.from-custom {
    border: 2px solid #fff;
    margin-top: 17px;
    padding: 12px 20px;
    font-size: 15px;
    color: #777 !important;
    transition: .4s linear;
}

.submit-c {
    outline: 0 !important;
    font-size: 14px;
    padding: 9px 21px 7px;
    border-radius: 4px;
    background: #333;
    border: 3px solid #333;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
    line-height: 23px;
    transition: all .3s ease;
}

.submit-c i {
    padding-left: 10px
}

.from-custom::placeholder {
    color: #777;
}

.from-custom:focus {
    border: 2px solid #00adef !important;
    box-shadow: none;
}
.indexbutton {
    color: #fff;
    background: #004ca4;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 5px;
    outline: none;
    border: none;
    margin-top: 20px;
	width:100%;
}
.prosubmit {
    color: #fff;
    background: #004ca4;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 5px;
    outline: none;
    border: none;
    margin-top: 20px;
}

.proinquiry{ border:1px solid #CCCCCC; padding:5px; color:#000000; font-size:14px; outline:none; margin-bottom:5px;width:100%;}
.proinquiryhide{ display:none;}




