.head_part_right{
			text-align: right;
			padding-top: 8px;
		}

		.orange{
			background: #fe8127;
		}
		.yellow{
			background: #ff3;
		}
		.marquee{
			display: inline;
			float: left;
			padding-top: 8px;
		}
		.pb{
			padding-bottom: 10px;
		}
		body{
			/*background: url('img/Yellow-Website-Background.jpg') no-repeat;
			background-size: cover;
			width: 100%;
			height: 100%;*/
			color: #333;
    font-family: "MANGALReg",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
		}
		#top{
		/*background: #fe8127;*/
		height: 50px;
		/*margin: 0 9%;*/
		}
		#top .marq{
			margin-top: 10px;
		}
		#top2{
			height: 100px;
			/*margin: 10px 0;*/
		}
		.brand-title{
			font-size: 30px;
    font-weight: 900;
    display: inline;
		}
		.brand-logo {
   width: 112px;
    float: right;
    height: auto;
    z-index: 9999;
    position: relative;
    right: -15px;
    top: -40px;
}
		.brand-title{
			font-size: 40px;
    font-weight: 900;
    display: inline;
    margin-top: 10px;
    height: 100%;
    position: relative;
    top: 25px;
		}

		.banner-area.color-2{
			background: none;
		}

		.active-banner-carousel .item h1{
			font-size: 25px;
			line-height: 50px;
		}

		.brand-title{
			color: #333 !important;
		}
.default-header .navbar-nav .nav-link
{
	font-weight: 600;
}
.marquee-slider .marquee{
  display:block;
position:relative;
width:100%;
height:160px;
animation:scroll 10s linear infinite;
padding:3px;
}

.marquee-slider .marquee:hover {
    animation-play-state: paused
}

.sticky-header{
	/*background: #ff3 !important;
	border-top: 1px solid #fff;*/
}
.height{
	height: 100%;
}

.img1{
  width:100px;
  height:100px;
 margin: 10px 20px;
  float:left;
}

.img1 img{
	width: 80px;
}
.banner-area{
	padding: 0px;
}

.marquee-slider{
  padding:10px;
  width: 100%;
  border: 2px solid #fd8127;
  overflow:hidden;
  background: #fff;
}
.banner-area img {
    width: 500px;
    padding: 0 40px;
    width: 100%;
    height: 100%;
    background: transparent;
}

.break{
	display: none;
}

@media screen and (max-width: 600px){
.brand-title{
	font-size: 22px;
	}
	.banner-area img{
	width: 400px;
}
.active-banner-carousel .item h1 {
    font-size: 25px;
    line-height: 40px;
}
}

/*.navbar-nav .nav-item span{
border: 2px solid #fe8127;
padding: 10px;
}*/
.sticky-header{
	box-shadow: none;
}
/*.navbar-nav .nav-item span:hover{
	background: #fe8127;
}
*/
.default-header .navbar-nav .nav-item {
    margin: 0 25px;
}
.menu{
	font-weight: 400;
    top: 28%;
    left: 23%;
    background: url(../img/menu_bg2.png) repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 13px;
    position: relative;
}
.default-header .navbar-nav .nav-item
{
	line-height: 50px !important;
}

.dropdown-ct{
	top: auto !important;
	background: #7db641 !important;
	color: #fff;
}
.default-header .navbar-nav{
	color: #fff;
}
.default-header .navbar-nav .nav-link
{
	font-size: 16px;
	
}

.row100 {
    width: 100%;
}

.dropdown-ct{
	width: max-content !important;
}
.subtext{
	position: relative;
    top: 26px;
    color: #57b709;
}

.pt10{
	padding-top: 10px;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}
.dropdown-menu {
    border-radius: 0;
    background: #7db641 !important;
    margin: 0px;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #588826;
}

@keyframes scroll{
0% {left:500px;}
100% {left:-500px;}
}
marquee span { 
    margin-right: 100%; 
    }

    @media screen and (max-width: 600px){
    	body{
    		font-size: 14px;
    		line-height: 20px;
    	}
    	#top .marq{
			margin-top: 5px;
		}
		#top{
			height: 30px;
		}
		.brand-title {
			font-size: 18px !important;
			top:8px;
		}
		.brand-logo{
			width: 45px;
		}
		.subtext{
			top: 10px;
			font-size: 13px;
		}
		.brand-logo{
			top: -50px;
		} 
		.sticky-header{
			padding: 0;
		}
		.menu{
			width: 100% !important;
			left: 0;
		}
		.default-header .navbar{
			margin-top: -14px;
		}
		.banner-area img{
			padding: 0;
			width: 100%;
			height: 95%;
		}
		.active-banner-carousel .item h1{
			font-size: 20px;
           line-height: 32px;
           margin-top: 10px;
		}
		.default-header .navbar-nav .nav-item{
			margin: 0 15px;
			line-height: 40px !important;
            width: 100%;
		}
		.break{
			display: block;
		}
		
    } 	