.data-right li img {
  width: 200px;
}

.fab, .far {
  background: #bebebe;
  padding-right: 10px;
  border-radius: 4px;
  margin-top: 10px;
  color: #1d1d1d;
  padding-left: 10px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.fab:hover {
  color: #fe7600;
}

.col2 {
  margin-right: -100px;
  margin-left: -10px;
  background-color: transparent;
  font-size: 21px;
}

section.menu-style-one .section-center{
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 6;
  text-align: center;
  transform: translateY(-50%);
}

section.menu-style-one .main-menu{
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  width: 100%;
  padding: 0;
  padding-top: 0px;
  margin: 0;
  z-index: 6;
  text-align: left;
  transform: translateY(-50%);
  list-style: none;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-image: url('https://www.dchandal.com/wp-content/uploads/2023/09/menubg001.jpg');
  height: 100%;
  background-position: center;
    
}

section.menu-style-one .col a{
  font-family: poppins;
  font-weight: bold;
  font-size: 60px;
  color: #007a33;
  background-color: transparent;
  text-decoration: none;
}

section.menu-style-one .col a:hover{
  color: #ff7500;
  background-color: transparent;
  text-decoration: none;
}

section.menu-style-one .col a:active {
  color: #ff7500;
  background-color: transparent;
  text-decoration: none;
}

section.menu-style-one .col2 a{
  font-family: poppins;
  font-weight: 600;
  font-size: 21px;
  color: #414042;
  background-color: transparent;
  text-decoration: none;
}

section.menu-style-one .col2 a:hover{
  color: #ff7500;
  background-color: transparent;
  text-decoration: none;
}

section.menu-style-one #menu-menu-main-1 a {
	font-weight: bold;
}

section.menu-style-one #menu-menu-main-1 li{
	width: auto;
}


section.menu-style-one #menu-menu-main {
	margin-top: 5px;
	font-size: 20px;
	margin-right: 7%;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	align-items: stretch;
}

section.menu-style-one #menu-menu-main li{
	padding: 0px 20px;
}

section.menu-style-one .menu-left {
	width: 22%;
    margin-right: 70px;
    margin-top: 40px;
}

section.menu-style-one .menu-right {
	width: 22%;
	border-left: solid 3px #ff7500;
	padding-left: 20px;
	text-align: right;
	height: 70vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	align-items: end;
    margin-top: 40px;
}

.li{
    margin-top:-20px;
}
section.menu-style-one #menu-menu-inside-small a {
	font-size: 19px;
	font-weight: 200 !important;
	font-family: "Poppins",sans-serif;
}

section.menu-style-one .data-right a {
	font-size: 16px !important;
	font-weight: 200 !important;
	font-family: "Poppins",sans-serif !important;
}

section.menu-style-one #menu-menu-inside-small {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-top: 30px;
}

section.menu-style-one #menu-menu-inside-small li {
	width: auto;
	text-align: center;
	list-style: none;
	margin-right: 40px;
}

section.menu-style-one #menu-menu-inside-small li::after {
	content: "•";
	color: #036644;
	margin: -13px 0px 0px 15px;
	font-size: 30px;
	position: absolute;
}

section.menu-style-one #menu-menu-inside-small li:last-child::after {
	display: none;
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
}
.menu-icon:checked + label, .menu-icon:not(:checked) + label {
	position: fixed;
	top: 60px;
	right: 75px;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	z-index: 10;
}
.menu-icon:checked + label::before, .menu-icon:not(:checked) + label::before {
	position: absolute;
	content: '';
	display: block;
	width: 30px;
	height: 20px;
	z-index: 20;
	top: 0;
	left: 0;
	border-top: 2px solid #4d4d4d;
	border-bottom: 2px solid #4d4d4d;
	transition: border-width 100ms 1500ms ease, top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label::after, .menu-icon:not(:checked) + label::after {
	position: absolute;
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	z-index: 20;
	top: 10px;
	right: 4px;
	background-color: #ff7500;
	margin-top: -1px;
	transition: width 100ms 1750ms ease, right 100ms 1750ms ease, margin-top 100ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label::before {
	top: 10px;
	transform: rotate(45deg);
	height: 2px;
	background-color: #ff7500;
	border-width: 0;
	transition: border-width 100ms 340ms ease, top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:after{
  width: 30px;
  margin-top: 0;
  right: 0;
  transform: rotate(-45deg);
  transition: width 100ms ease,
              right 100ms ease,  
              margin-top 100ms 500ms ease, 
              transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

section.menu-style-one .nav {
	position: fixed;
	top: 33px;
	right: 50px;
	display: block;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	z-index: 9;
	overflow: hidden;
	/* box-shadow: 0 8px 30px 0 rgba(0,0,0,0.3); */
	/* background-color: #353746; */
	animation: border-transform 7s linear infinite;
	transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
@keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
  14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
  28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
  42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
  56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
  70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
  84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}

.menu-icon:checked ~ .nav {
  animation-play-state: paused;
  top: 51%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 200%;
  height: 200%;
  transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),  
              right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 250ms 700ms ease,
              width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
              height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}


section.menu-style-one .nav ul li{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  text-align: left;
  list-style: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 250ms linear;
}
section.menu-style-one .nav ul li:nth-child(1){
  transition-delay: 200ms;
}
section.menu-style-one .nav ul li:nth-child(2){
  transition-delay: 150ms;
}
section.menu-style-one .nav ul li:nth-child(3){
  transition-delay: 100ms;
}
section.menu-style-one .nav ul li:nth-child(4){
  transition-delay: 50ms;
}
section.menu-style-one .nav ul li a {
	font-family: poppins;
	line-height: 1.2;
	display: inline-block;
	position: relative;
	color: #007A33;
	transition: all 250ms linear;
	/* text-align: left; */
}
section.menu-style-one .nav ul li a:hover{
  text-decoration: none;
  color: #FF7500;
}
/*
section.menu-style-one .nav ul li a:after{
  display: block;
  position: absolute;
  top: 50%;
  content: '';
  height: 2vh;
  margin-top: -1vh;
  width: 0;
  left: 0;
  background-color: #353746;
  opacity: 0.8;
  transition: width 250ms linear;
}
section.menu-style-one .nav ul li a:hover:after{
  width: 100%;
}
*/

section.menu-style-one .menu-icon:checked ~ .nav  ul li {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 350ms ease,
              transform 250ms ease;
}
section.menu-style-one .menu-icon:checked ~ .nav ul li:nth-child(1){
  transition-delay: 1400ms;
}
section.menu-style-one .menu-icon:checked ~ .nav ul li:nth-child(2){
  transition-delay: 1480ms;
}
section.menu-style-one .menu-icon:checked ~ .nav ul li:nth-child(3){
  transition-delay: 1560ms;
}
section.menu-style-one .menu-icon:checked ~ .nav ul li:nth-child(4){
  transition-delay: 1640ms;
}



section.menu-style-one .logo {
	position: absolute;
	top: 60px;
	left: 50px;
	display: block;
	transition: all 250ms linear;
}
section.menu-style-one .logo img {
	width: 200px;
	display: block;
	margin-top: -40px;
	max-height: 200px;
}

section.menu-style-one .border-btm {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

section.menu-style-one .border-btm div {
	height: 30px;
	margin: 0 !important;
}

section.menu-style-one .border-btm div:nth-child(1){
    width: 50%;
    background-color: #101010;
}

section.menu-style-one .border-btm div:nth-child(2) {
	width: 10%;
	background-color: #036644;
}

section.menu-style-one .border-btm div:nth-child(3) {
	width: 20%;
	background-color: #c8ffe0;
}

section.menu-style-one .data-right {
	margin: 0px 40px 0px 100px;
    font-size: 18px;
    font-family: poppins;
}

section.menu-style-one .data-right li {
	text-align: right !important;
	margin: 40px !important;
}

section.menu-style-one #menu-menu-main .menu-item-has-children a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	display: inline-block;
	padding-left: 5px;
	vertical-align: middle;
	font-weight: 900;
	margin-top: 0;
	font-size: 20px;
	color: #036644;
}

section.menu-style-one #menu-menu-main-1 .menu-item-has-children a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	display: inline-block;
	padding-left: 5px;
	vertical-align: middle;
	font-weight: 900;
	margin-top: -20px;
	font-size: 30px;
	color: #036644;
}

.menu-item-has-children .sub-menu a::after{
    display: none !important;
}


@media screen and (max-width: 1400px) {
 .data-right li img {
  width: 120px;
 }
    
 section.menu-style-one .col a {
  font-size: 44px;
 }   
 section.menu-style-one .col2 a {
  font-size: 14px;
 }      
    
 section.menu-style-one .menu-icon:checked + label, .menu-icon:not(:checked) + label{
    right: 55px;
    top: 45px; 
 }
.fl-theme-builder-header-scrolled .menu-icon:not(:checked) + label {
	top: 29px;
	transition: 0.4s;
 }    
    
 section.menu-style-one .logo {
    left: 30px;
 }
 section.menu-style-one .nav{
    right: 30px;
 }
 .row{
    font-size: 16px;
 }
 .col{
    font-size: 24px; 
 }
 section.menu-style-one .data-right{
  font-size: 15px;      
 }
 section.menu-style-one .main-menu{
   top: 50%;
 }
    section.menu-style-one .menu-left{
        margin-top: 40px;
    }
    section.menu-style-one .menu-right{
        margin-top: 100px;
    }
    section.menu-style-one .main-menu {
    background-image: url("https://www.dchandal.com/wp-content/uploads/2023/10/menubglaptop007.jpg");
    background-repeat: no-repeat;
    width: 100%;
    }
}



/* Mobile screen size */
@media only screen and (max-width: 500px) and (min-width: 360px) {
    
    .fab, .far {
    padding-right: 9px;
    padding-left: 8px;
    padding-bottom: 6px;
    padding-top: 8px;
    font-size: 12px;
    }
    .address{
        display: none;
    }
    .companyname{
        display: none;
    }
    section.menu-style-one .col a{
        font-size: 30px;
    }
    
    .col2 {
  margin-right: 66px;
  margin-left: 0px;
  margin-top: -73px;
  background-color: transparent;
  font-size: 15px;
		padding-right: 63px;
    line-height: 1.6;
}
    section.menu-style-one .logo-mobile {
	position: relative;
	top: 20px;
	left: 20px;
    }
    
    section.menu-style-one .main-menu {
	height: 100vh;
    }
    
    section.menu-style-one .menu-icon:checked + label, .menu-icon:not(:checked) + label {
	right: 20px;
	top: 20px;
    }
    
    
    section.menu-style-one .nav ul li a {
	font-size: 30px;
    }
    
    section.menu-style-one .menu-right {
	width: 100%;
	border-left: transparent;
	padding-left: 0;
	text-align: center;
	height: auto;
	display: block;
	margin: 10px 0px 0px 10px;
    }
    
   section.menu-style-one .data-right {
	margin: 20px;
    } 
    
   section.menu-style-one .data-right li {
	text-align: left !important;
	margin: 15px auto !important;
    }
    
    section.menu-style-one .menu-left {
	width: 100%;
	margin-left: 20px;
	margin-top: 54px;
	line-height: 0.9;
    }
    
    .row{
    background-color: transparent; 
    margin-top: 61px;
    }

    
    section.menu-style-one .border-btm div {
	height: 35px;
    margin-bottom: 10px;
    }
    
    section.menu-style-one .main-menu {
	position: absolute;
	top: 22%;
	left: 0;
	display: block;
	width: 100%;
	padding: 0;
	padding-top: 0px;
	margin: 0;
	z-index: 6;
	text-align: left;
	transform: translateY(0%);
	transform: translateY(0%);
    }
    
    section.menu-style-one #menu-menu-inside-small {
	margin-top: 20px;
	width: 350px;
    }
    
    .data-right li img {
    width: 80px;
    margin: 0px 0px 0px -10px;
    }
    
    
    section.menu-style-one #menu-menu-inside-small li {
	margin-right: 15px;
    }
    
    section.menu-style-one #menu-menu-inside-small a {
	font-size: 18px;
    }
    
    section.menu-style-one #menu-menu-inside-small li::after {
	margin: -5px 0px 0px 2px;
	font-size: 20px;
    }
    
    .menu-icon:checked ~ .nav {
	animation-play-state: paused;
	top: 50%;
	right: 50%;
	transform: none;
	width: 100%;
	height: 200%;
	transition: none;
    }
    
    section.menu-style-one .nav {
	position: fixed;
	top: 0 !important;
	right: 0 !important;
	display: block;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	z-index: 9;
	overflow: hidden;
	/* box-shadow: 0 8px 30px 0 rgba(0,0,0,0.3); */
	/* background-color: #353746; */
	animation: none;
	transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
    height: 150vh !important;
	overflow: hidden !important;
	  
    }
    
    section.menu-style-one .main-menu {
	position: relative;
	top: -54px;
	left: 0;
	display: block;
	width: 100%;
	padding: 0;
	padding-top: 0px;
	margin: 0;
	z-index: 6;
	text-align: left;
	transform: translateY(0%);
	transform: translateY(0%);
    height: 100vh !important;
    background-image: url("https://www.dchandal.com/wp-content/uploads/2023/10/fullmenubg02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    }
    
    section.menu-style-one .data-right a {
	font-size: 14px !important;
	font-family: "Poppins",sans-serif !important;
	font-weight: normal !important;
    }
    
    section.menu-style-one .border-btm div:nth-child(2) {
	width: 30%;
    }
    
    section.menu-style-one #menu-menu-main-1 .menu-item-has-children a::after {
	margin-top: -10px;
	font-size: 20px;
    }
    
    #menu-menu-main-1 .menu-item-has-children:hover .sub-menu {
	padding: 10px !important;
	top: 10px;
	left: 20px;
	width: 300px;
    }
    
    
}

