



/*top to bottom*/
#scrollToTop{
  font-size:2em;
  color:#0072BC;
  position:fixed;
  right:40px;
  bottom:10%;
  transition:all 0.5s ease;	
  z-index:999;
}
#scrollToTop:hover{
  transform:scale(1.1,1.1);	
  transition:all 0.5s ease;	
}
.scroll-hide{
 transform:scale(0,0);
}
/*top to bottom*/




/*heading-section*/
.heading-innar {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 50px;
	padding: 0 100px;
}
.heading-innar h2 {
	font-family: "PT Sans";
	font-size: 30px;
	color: #273272;
	text-transform: uppercase;
	font-weight: 600;
}
.heading-innar hr {
	width: 5%;
	height: 3px;
	background: #878787;
	margin: auto;
	margin-bottom: 10px;
}
.heading-innar p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #262626;
	line-height: 22px;
}
/*heading-section*/
/*testimonial-Section*/
.testi-main {
	width: 100%;
	height: auto;
	background:url(../images/testimonial/testimonials-bg.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding: 80px 0;
	padding-top: 50px;
	margin-bottom: 0;
}
section {
	background: none;
}
#testimonial {
}
#testimonial .fa.fa-quote-right {
	color: #5db4c0;
	font-size: 30px;
}
#testimonial h2 {
	font-family: "PT Sans";
	font-size: 24px;
	color: #fff;
	margin: 0;
	font-weight: 600;
	letter-spacing:1px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#testimonial hr {
	width: 8%;
	height: 3px;
	margin-bottom: 15px;
	background: #fff;
	margin: auto;
	border: 0;
}
#testimonial p {
	font-family: 'Sarabun', sans-serif;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 30px;
	background: #fff;
	line-height: 22px;
	font-style: italic;
}
.testimonial-image {
	width: 100px;
	height: 100px !important;
	position: relative;
	margin: auto;
}
.testimonial-image img {
	width: 100px;
	height: 100px !important;
	margin: 0 auto;
	border-radius: 50%;
	border: 4px solid #aaaaaa;
	position: relative;
}
.testimonial-image:before {
	content: '';
	position: absolute;
	left: -180%;
	top: 25px;
	width: 100%;
	height: 67px;
	background-repeat: no-repeat;
	background-position: center;
	background: url(../images/testimonial/1.png);
}
.testimonial-image:after {
	content: '';
	position: absolute;
	right: -180%;
	top: 25px;
	width: 100%;
	height: 67px;
	background-repeat: no-repeat;
	background-position: center;
	background: url(../images/testimonial/2.png);
}
#testimonial h5 {
	font-family: 'Allerta', sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 0;
	margin-top: 10px;
}
#testimonial .carousel-indicators li {
	background-color: #003366;
	height: 13px;
	width: 13px;
	margin: 5px;
}
#testimonial .carousel-indicators li.active {
	background-color: #ff0000;
}
#testimonial .carousel-indicators {
	bottom: -50px;
}
/*testimonial-Section*/


/*two-and-three-box-section*/


#mixedSlider {
	position: relative;
}
#mixedSlider .MS-content {
	white-space: nowrap;
	overflow: hidden;
}
#mixedSlider .MS-content .item {
	display: inline-block;
	width: 33.1%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 100%;
	white-space: normal;
	margin-right: 1%;
}
@media (max-width: 991px) {
#mixedSlider .MS-content .item {
	width: 50%;
}
}
@media (max-width: 767px) {
#mixedSlider .MS-content .item {
	width: 100%;
}
}
#mixedSlider .MS-content .item .imgTitle {
	position: relative;
}
#mixedSlider .MS-controls button {
	width: 30px;
	height: 30px;
	position: absolute;
	border: none;
	background-color: #083d5f;
	outline: 0;
	font-size: 30px;
	top: -50px;
	color: #fff;
	transition: 0.15s linear;
}
#mixedSlider .MS-controls button .MS-left {
}
#mixedSlider .MS-controls button .MS-right {
}
#mixedSlider .MS-controls button:hover {
	color: #81b84d;
}
@media (max-width: 992px) {
#mixedSlider .MS-controls button {
	font-size: 30px;
}
}
@media (max-width: 767px) {
#mixedSlider .MS-controls button {
	font-size: 20px;
}
}
#mixedSlider .MS-controls .MS-left {
	right: 40px;
}
@media (max-width: 767px) {
#mixedSlider .MS-controls .MS-left {
	right: 40px;
}
}
#mixedSlider .MS-controls .MS-right {
	right: 0px;
}
@media (max-width: 767px) {
#mixedSlider .MS-controls .MS-right {
	right: -10px;
}
}
#basicSlider {
	position: relative;
}
#basicSlider .MS-content {
	white-space: nowrap;
	overflow: hidden;
	height: auto;
}
#basicSlider .MS-content .item {
	display: inline-block;
	width: 16.5%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 100%;
	white-space: normal;
	line-height: 50px;
	vertical-align: middle;
	margin-right: 1%;
}
@media (max-width: 991px) {
#basicSlider .MS-content .item {
	width: 25%;
}
}
@media (max-width: 767px) {
#basicSlider .MS-content .item {
	width: 35%;
}
}
@media (max-width: 500px) {
#basicSlider .MS-content .item {
	width: 50%;
}
}
#basicSlider .MS-content .item a {
	line-height: 50px;
	vertical-align: middle;
}
#basicSlider .MS-controls button {
	position: absolute;
}
#basicSlider .MS-controls .MS-left {
	top: 35px;
	left: 10px;
}
#basicSlider .MS-controls .MS-right {
	top: 35px;
	right: 10px;
}
/*two-and-three-box-section*/

   
     .testimonial{
    border: 10px solid #003366;
    padding: 40px 0 25px 0;
    margin: 50px 50px 20px 50px;
    text-align: center;
    position: relative;
}
.testimonial:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    margin: 0 auto;
    font-size: 48px;
    font-weight: 900;
    color: #e61937;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.testimonial .title{
    padding: 7px 0;
    margin: 0 -30px 20px;
    border: 7px solid #fff;
    background: #e61937;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}
.testimonial .title:before{
    content: "";
    border-top: 15px solid #662a66;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}
.testimonial .title:after{
    content: "";
    border-top: 15px solid #662a66;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.testimonial .description{
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 30px;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #f1971f;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1;
}
.owl-prev:before,
.owl-next:before{
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}
.owl-next:before{ content: "\f061"; }
@media only screen and (max-width: 990px){
    .testimonial{ margin: 30px; }
}


/*our-brand*/
.clearout {
	height: 20px;
	clear: both;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
	margin: auto;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 1200px;
	margin: auto;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width: 100%;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;

}
.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 150px;
	height: 75px;
	padding: 10px;

	filter: grayscale(0);
	border:1px solid #ccc;
}
.nbs-flexisel-item img:hover {
	filter: grayscale(1);
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}
.nbs-flexisel-nav-left {
	left: -40px;
	background: url(../images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right: -43px;
	background: url(../images/button-next.png) no-repeat;
}







/*our-brand*/




/*search button*/


.box-image
{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.box-image:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 170%;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.2);
	z-index: 1;
	transform: skewX(45deg);
	transition: .8s;
}
.box-image:hover:before
{
	left: -170%;
	transition-delay: 0.8s;
}
.box-image img
{
	width: 100%;
	filter: grayscale(60%);
	transition: 2s;
}
.box-image:hover img
{
	filter: grayscale(0%);
	transform: scale(1.2);
}
.box-image h1
{
	position: absolute;
	bottom: 0;
	margin: 0;
	font-size: 15px;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	background-color: #f2f2f2;
	color: #000;
	font-weight: 600;
	font-family: sans-serif;
	transform-origin: bottom;
	transition: .5s;
	
	transform: perspective(500px) rotateX(0deg);
}
.box-image h1 span
{
	color: #777;
	font-weight: normal !important;
	font-family: Arial;
}
.box-image:hover h1
{
	transform: perspective(500px) rotateX(90deg);
}
.box-image ul
{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.box-image ul li
{
	list-style: none;

}
.box-image ul li a
{
	background-color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	transform-origin: left;
	transition: .5s;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.1);
	transform: perspective(1000px) rotateY(90deg);
}
.box-image ul li a i
{
	color: #fff;
	line-height: 40px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.box-image:hover ul li a 
{
	transform: perspective(1000px) rotateY(0deg);
}
.box-image:hover ul li:nth-child(1) a 
{
	transition-delay: .4s;
	background-color: #3b5999;
}
.box-image:hover ul li:nth-child(2) a 
{
	transition-delay: .7s;
	background-color: #55acee;
}
.box-image:hover ul li:nth-child(3) a 
{
	transition-delay: 1s;
	background-color: #0077B5;
}
.box-image ul li a:hover i
{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}









@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');



body {
  font: 14px/1 'Open Sans', sans-serif;
  color: #555;
  background: #eee;
}


main {
  min-width: 320px;
  max-width: 1100px;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
}

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}


label {
  display: inline-block;
  margin: 0 0 -1px;

  font-weight: 100;
  
  color: #bbb;
  border: 1px solid transparent;
  padding: 3px 0px;
  font-size:12px;
  padding-bottom:5px;
}

/*label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before { content: '\f2bc'; }
label[for*='2']:before { content: '\f0ca'; }
label[for*='3']:before { content: '\f02f'; }
label[for*='4']:before { content: '\f1a9'; }*/

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #aa1e3e;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}






/*multicarousel*/



.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}

.block {
	width: 306px;
	height: 230px;
}

.red {background: red;}

.blue {background: blue;}

.green {background: green;}

.yellow {background: yellow;}



/*tabs css*/

.tabs {
	width:100%;
	height:auto;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;

  background:#eee;
  padding:5px 5px;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #eee;

  text-align: center;
  color: #000;
  text-decoration: none;
  font-size:14px;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}
.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #ddd;
}



.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
	padding-top:20px;
  }
}



.tabs {
	width:100%;
	height:auto;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;

  background:#eee;
  padding:5px 5px;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #eee;

  text-align: center;
  color: #000;
  text-decoration: none;
  font-size:14px;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}
.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #ddd;
}



.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
	padding-top:20px;
  }
}




#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	width: auto;
font-family: 'Roboto Condensed', sans-serif;
	line-height: 1;
	float: right;
}
#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	z-index: 2;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: center;
}
#cssmenu.align-right > ul > li {
	float: left;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu > ul > li > a {
	padding: 18px 25px;
	font-size: 13px;
	font-weight: lighter;
	text-decoration: none;
	text-transform: uppercase;
	color: #414856;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	margin-left: 1px;
	letter-spacing: 0.05em;
line-height: 1.6em;
font-weight:500;

}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
	color:#e6296a;
	background: #fff;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	right: 0;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
	height: 32px;
}
#cssmenu ul ul li a {
	padding: 10px 0px;
	width: 170px;
	font-size: 12px;
	background: #333333;
	text-decoration: none;
	color: #dddddd;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	text-align: left;
	padding-left: 10px;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #fff;
}
/*#cssmenu > ul > li.has-sub > a {
	padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
	display: block;
	content: "";
	background: #fff;
	height: 12px;
	width: 12px;
	position: absolute;
	border-radius: 13px;
	right: 14px;
	top: 22px;
}
#cssmenu > ul > li.has-sub > a:before {
	display: block;
	content: "";
	border: 4px solid transparent;
	border-top-color: #4cb6ea;
	z-index: 2;
	height: 0;
	width: 0;
	position: absolute;
	right: 16px;
	top: 26px;
}*/
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 #cssmenu {
 width: 100%;
}
 #cssmenu ul {
 width: 100%;
 display: none;
}
 #cssmenu.align-center > ul, #cssmenu.align-right ul ul {
 text-align: left;
}
 #cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
 width: 100%;
 height: auto;
 border-top: 1px solid rgba(120, 120, 120, 0.15);
}
 #cssmenu ul li a, #cssmenu ul ul li a {
 width: 100%;
}
 #cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
 float: none;
 display: block;
}
 #cssmenu ul ul li a {
 padding: 20px 20px 20px 30px;
 font-size: 12px;
 color: #000;
 background: none;
}
 #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
 color: #A30A03;
}
 #cssmenu ul ul ul li a {
 padding-left: 40px;
}
 #cssmenu ul ul, #cssmenu ul ul ul {
 position: relative;
 left: 0;
 right: auto;
 width: 100%;
 margin: 0;
}
 #cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
 display: none;
}
 #menu-line {
 display: none;
}
 #cssmenu #menu-button {
 display: block;
 padding: 20px;
 color: #000;
 cursor: pointer;
 font-size: 12px;
 text-transform: uppercase;
}
 #cssmenu #menu-button::after {
 content: '';
 position: absolute;
 top: 20px;
 right: 20px;
 display: block;
 width: 15px;
 height: 2px;
 background: #000;
}
 #cssmenu #menu-button::before {
 content: '';
 position: absolute;
 top: 25px;
 right: 20px;
 display: block;
 width: 15px;
 height: 3px;
 border-top: 2px solid #000;
 border-bottom: 2px solid #000;
 padding-top:3px;
s
}
 #cssmenu .submenu-button {
 position: absolute;
 z-index: 10;
 right: 0;
 top: 0;
 display: block;
 border-left: 1px solid rgba(120, 120, 120, 0.15);
 height: 52px;
 width: 52px;
 cursor: pointer;
}
 #cssmenu .submenu-button::after {
 content: '';
 position: absolute;
 top: 21px;
 left: 26px;
 display: block;
 width: 1px;
 height: 11px;
 background: #000;
 z-index: 99;
}
 #cssmenu .submenu-button::before {
 content: '';
 position: absolute;
 left: 21px;
 top: 26px;
 display: block;
 width: 11px;
 height: 1px;
 background: #000;
 z-index: 99;
}
 #cssmenu .submenu-button.submenu-opened:after {
 display: none;
}
}


.navbar-1 {
	overflow: hidden;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 18px;
	width: 100%;
}
.dropdown-1 {
	float: right;
	overflow: hidden;
}
.dropdown-1 .dropbtn-1 {
	font-size: 16px;
	border: none;
	border-left-width: medium;
	border-left-style: none;
	border-left-color: currentcolor;
	outline: none;
	color: #999;
	padding-top: 4px;
	padding-right: 10px;
	background-color: inherit;
	font-family: 'Mukta Mahee', sans-serif;
	margin: 0;
	padding-left: 10px;
}
.dropdown-1 .dropbtn-1 i {
	font-size: 12px;
	padding-left: 3px;
	color: #e61937;
}
.dropdown-1 img {
	width: 26px;
	height: 26px;
	border-radius: 20px;
	margin-top: -4px;
}
.navbar-1 a:hover, .dropdown-1:hover .dropbtn-1 {
	background-color: none;
}
.dropdown-content-1 {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	z-index: 1;

}
.dropdown-content-1 a {
	float: none;
	color: black;
	padding: 12px 18px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 12px;
}
.dropdown-content-1 a:hover {
	background-color: #ddd;
}
.dropdown-1:hover .dropdown-content-1 {
	display: block;
}



.more{
	line-height:24px;
	font-size:14px;
	margin:30px 0;
	}

p{
	line-height:24px;
	font-size:14px;

	}

ul li{
	line-height:25px;
	font-size:14px;	
}

















