					.dropdown-toggle::after
			   		{
					   transition: transform 0.15s linear;
					}

					.show.dropdown .dropdown-toggle::after {
					  transform: translateY(3px);
					}

					.dropdown-menu {
					  margin-top: 0;
					}
					.navbar
					{
						background-color:#3e7b17;

					}
					.ab
					{
						color: #F1C40F;
						margin-right: 8px;
					}
					#ab
					{
						color: #fff;
						font-size: 13px;
					}
					.ac
					{
						color: white;
					}
					.ac:hover
					{
						color: white;
						opacity: 1;
					}
					.dropdown-menu
					{
						background-color: #E8F6F3;
					}
					.container
					{
						margin-top: 50px;
						margin-bottom: 10px;
					}
					.ad
					{
						color: #E74C3C;
					}
					.nav-pills .pill-1 .nav-link:not(.active) {
					   font-size: 20px;
					   color: skyblue;
					   background-color: white;
					  font-weight: bold;
					  font-family: monospace;


					}

					.nav-pills .pill-2 .nav-link:not(.active) {
					   font-size: 20px;
					   color: #2ECC71;
					   background-color:white ;
					   font-weight: bold;
					   font-family: monospace;
					}

					.nav-pills .pill-3 .nav-link:not(.active) {
					   font-size: 20px;
					   color: red;
					   background-color:white ;
					   font-weight: bold;
					   font-family: monospace;

					}


					/* active (faded) */
					.nav-pills .pill-1 .nav-link {
					    font-size: 20px;
					    color: white;
					    background-color: skyblue;
					    font-weight: bold;
					    font-family: monospace;
					    padding: 5px;


					}

					.nav-pills .pill-2 .nav-link {
					   font-size: 20px;
					    color: white;
					    background-color: #2ECC71;
					    font-weight: bold;
					    font-family: monospace;
					    padding: 5px;


					}

					.nav-pills .pill-3 .nav-link {
					  font-size: 20px;
					    color: white;
					    background-color: red;
					    font-weight: bold;
					    font-family: monospace;
					    padding: 5px;

					}
					.af
					{
						color: red;
					}
					h4
					{
						font-family: 'Roboto Slab', serif;
					}
					.ag
					{
						border:2px solid #1D8348;
					}
					h1,h2,h3
					{
						font-family: 'Roboto', sans-serif;
						word-break: break-word;
					}
					.ah
					{
						border:2px solid #F7DC6F;
					}
					.ai
					{
						color: skyblue;
					}
					.aj
					{
						background-color: black;
					}
					.ak
					{
						color: white;
					}
					.al
					{
						background-color: black;
						border:1px solid grey;
					}
					.al:hover
					{
						border:1px solid red;
						cursor: pointer;
					}
					.am
					{
						font-size: 40px;
						font-weight: bold;
						color: white;
					}
					.card-link
					{
						color: #2471A3;
					}
					.an
					{
						background-color: white;
					}
					.container1 {
					  position: relative;
					  width: 100%;
					  margin:10px 0px;
					}

					.image1 {
					  display: block;
					  width: 100%;
					  height: auto;
					}

					.overlay1 {
					  position: absolute;
					  top: 0;
					  bottom: 0;
					  left: 0;
					  right: 0;
					  height: 100%;
					  width: 100%;
					  opacity: 0;
					  transition: .5s ease;
					  background-color: #008CBA;
					}


					.container1:hover .overlay1 {
					  opacity: 1;
					}

					.text1 {
					  color: white;
					  font-size: 20px;
					  position: absolute;
					  top: 50%;
					  left: 50%;
					  -webkit-transform: translate(-50%, -50%);
					  -ms-transform: translate(-50%, -50%);
					  transform: translate(-50%, -50%);
					  text-align: center;
					}
					.container2 {
					  position: relative;
					  width: 100%;
					  margin: 10px;
					}

					.image2 {
					  display: block;
					  width: 100%;
					  height: auto;
					}

					.overlay2 {
					  position: absolute;
					  top: 0;
					  bottom: 0;
					  left: 0;
					  right: 0;
					  height: 100%;
					  width: 100%;
					  opacity: 0;
					  transition: .5s ease;
					  background-color: #008CBA;
					}


					.container2:hover .overlay2 {
					  opacity: 1;
					}

					.text2 {
					  color: white;
					  font-size: 20px;
					  position: absolute;
					  top: 50%;
					  left: 50%;
					  -webkit-transform: translate(-50%, -50%);
					  -ms-transform: translate(-50%, -50%);
					  transform: translate(-50%, -50%);
					  text-align: center;
					}
					.container3 {
					  position: relative;
					  width: 100%;
					  margin: 10px;
					}

					.image3 {
					  display: block;
					  width: 100%;
					  height: auto;
					}

					.overlay3 {
					  position: absolute;
					  top: 0;
					  bottom: 0;
					  left: 0;
					  right: 0;
					  height: 100%;
					  width: 100%;
					  opacity: 0;
					  transition: .5s ease;
					  background-color: #008CBA;
					}


					.container3:hover .overlay3 {
					  opacity: 1;
					}

					.text3 {
					  color: white;
					  font-size: 20px;
					  position: absolute;
					  top: 50%;
					  left: 50%;
					  -webkit-transform: translate(-50%, -50%);
					  -ms-transform: translate(-50%, -50%);
					  transform: translate(-50%, -50%);
					  text-align: center;
					}
					.o
					{
						background-color: skyblue;
						color: white;
						padding: 10px;
					}
					.p
					{
						background-color: #229954;
						color: white;
						padding: 10px;
					}
					.q
					{
						background-color: red;
						color: white;
						padding: 10px;
					}
					.card
					{
						margin: 10px;
					}
					.ar
					{
						background-color: #273746;
					}
					.as
					{
						color: #BFC9CA;

					}
					.as:hover
					{
						color: white;
						text-decoration: none;
					}

					.ba
					{
						font-family: 'Montserrat', sans-serif;
						color: #A93226;
					}
					.nav-pills .pill-4 .nav-link:not(.active) {
					    background-color: #AF7AC5;

					}

					.nav-pills .pill-5 .nav-link:not(.active) {
					    background-color:#AF7AC5;
					}

					.nav-pills .pill-6 .nav-link:not(.active) {
					    background-color: #AF7AC5;

					}


					/* active (faded) */
					.nav-pills .pill-4 .nav-link {
					    background-color: #A3E4D7;
					    font-size: 20px;
					    color: white;


					}

					.nav-pills .pill-5 .nav-link {
					    background-color: #A3E4D7;
					    font-size: 20px;
					    color: white;
					}

					.nav-pills .pill-6 .nav-link {
					    background-color:  #A3E4D7;
					    font-size: 20px;
					    color: white;

					}
					.bb
					{
						background-color: #F4F6F6;
						margin-top: 70px;
					}
					/* Style inputs */
					  input[type=text],input[type=email], select {
					  width: 100%;
					  padding: 12px 20px;
					  margin: 3px 0;
					  margin-bottom: 5px;
					  display: inline-block;
					  border: 1px solid #ccc;
					  border-radius: 4px;
					  box-sizing: border-box;
					}

					/* Style the submit button */
					input[type=submit] {
					  width: 100%;
					  background-color: #4CAF50;
					  color: white;
					  padding: 14px 20px;
					  margin: 8px 0;
					  border: none;
					  border-radius: 4px;
					  cursor: pointer;
					}

					/* Add a background color to the submit button on mouse-over */
					input[type=submit]:hover {
					  background-color: #45a049;
					}
					.c1
					{

						background-color: #F8F9F9;

					}
					.d1
					{
						background-color: #EAFAF1;
					}
					.e1
					{
						background-color: #F4F6F6;
					}



					.card {
					  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
					}


					.f1
					{
						background-color: #FDEDEC;
						color: black;
					}
					.g1
					{
						background-color: #E8F8F5;
					}
					.g2
					{
						color: orange;
					}
					.fa-instagram
					{
						color: pink;
						margin: 10px;
					}
					.fa-youtube
					{
						color: red;
						margin: 10px;
					}
					.fa-facebook
					{
						color: blue;
						margin: 10px;

					}
					.fa-google
					{
						color: orange;
						margin: 10px;
					}
					.g3
					{
					   width: 100%;
					   height: 3px;
					   border: 0 none;
					   background-color: white;
					}
					.baguetteBox-button
					{
						margin-top: 80px;

					}
					.g4
					{
						background-color: #F4F6F6;
					}
					.g5
					{
						border:0px white;
					}
					.g6
					{
						background-color: #FDEDEC;
						color: black;
					}
					.g7
					{
						background-color: orange;
						color: white;
						padding: 5px;
					}
					.g8
					{
						float: right;

					}
					.fa-bars
					{
						color: white;
					}
					.g9
					{
						background-color: #EAFAF1;
					}
					.gx
					{
						background-color: #3e7a16;
					}


					@media (min-width: 992px){
						.navbar-expand-lg .navbar-nav {
						    -ms-flex-direction: row;
						    flex-direction: row;
						    flex-wrap: wrap;
						    justify-content: center;
						}
					}
					/* hp custom properties */
					#hp_custom div.hp-option:nth-of-type(1n) .col-content{
					  background-color: #4886ff;
					}
					#hp_custom div.hp-option:nth-of-type(2n) .col-content{
					  background-color: orange;
					}
					#hp_custom div.hp-option:nth-of-type(3n) .col-content{
					  background-color: #2ECC71;
					}

					#hp_custom .hp-option .col-content{

					  border-radius: 25px;
					  display: flex;
					  align-items: center;
					  height: 100%;
					  justify-content: center;
					  padding: 20px 10px;
					}

					#hp_custom .hp-option img{
					  width: 45%;
					  margin-right: 10px;
					}

					#hp_custom .hp-option h3{
					  text-align: left;
					}
					#hp_custom .hp-option a{
					  color: #fff;
					  font-size: 21px;
					  text-transform: capitalize;
					  text-align: left;
					}
					/* hp custom properties */

					/* custom button properties */
					.custm_btn {
						background-color: #F1C40F;
						color: #fff;
						font-size: 14px;
						font-family: 'Roboto', sans-serif;
						padding: 5px 10px;
						margin: 8px 10px;
						border-radius: 5px;
					}
					/* custom button properties */


/* navigation menu properties */
#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 {
  font-family: Montserrat, sans-serif;
  background: #fff;
}
#cssmenu > ul > li {
  display: inline-block;
}
#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: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
/* #cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
} */
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  right: 14px;
  display: block;
  font-family: FontAwesome;
  content: "\f107";
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
/* #cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
} */
#cssmenu ul ul {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: auto;
  opacity: 0;
  visibility: hidden;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  background: #fff;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a
/* #cssmenu ul ul li a:hover {
  color: #ffffff;
} */
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
li.sub_menu_option > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  /* width: 2px;
  height: 8px; */
  /* background: #dddddd; */
  font-family: 'FontAwesome';
	content: "\f105";
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
/* #cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
} */
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen ul {
  width: 100%;
  display: none;
}
#cssmenu.small-screen.align-center > ul {
  text-align: left;
}
#cssmenu.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
  height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#cssmenu.small-screen > ul > li {
  float: none;
}
#cssmenu.small-screen ul ul li a {
  padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
  color: #000;
  background: none;
}
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li.active > a {
  color: #000;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul > li.has-sub > a:after,
#cssmenu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #000;
}
#cssmenu.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
}
#cssmenu.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  /* border-left: 1px solid rgba(120, 120, 120, 0.2); */
  height: 46px;
  width: 46px;
  cursor: pointer;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
  background: #262626;
}
#cssmenu.small-screen ul ul .submenu-button {
  height: 34px;
  width: 46px;
}
#cssmenu.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 19px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}
#cssmenu.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 22px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#cssmenu.small-screen.select-list {
  padding: 5px;
}

.align_m_right{
	text-align: right;
}

li.align_m_right>a::after{
	content: "";

}
li.align_m_right>a::before{
	content: "\f104";
  right: auto;
  left: 14px;
	font-family: 'FontAwesome';
}

/* Navigation menu properties */
