/* general */
* { padding: 0px; margin: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html, body { padding-right: 0px !important; font-size: 15px; color: #000; font-weight: normal; background-image: url(../images/body-background.jpg); background-attachment: fixed; }
input, select, textarea { font-size: 15px; color: #000; font-family: 'Roboto Condensed', sans-serif; }
img { border: 0px; display: block; }
a,button,input,textarea,img,span,figure { outline: none!important; transition: .30s ease-in-out; -moz-transition: .30s ease-in-out; -webkit-transition: .30s ease-in-out; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
*:after, *:before { transition: .30s ease-in-out; -moz-transition: .30s ease-in-out; -webkit-transition: .30s ease-in-out; }

.popularArea .popular .sub .image { transition: .30s ease-in-out; -moz-transition: .30s ease-in-out; -webkit-transition: .30s ease-in-out; }

/* wrapper */
#wrapper { padding: 0 0 0 0;  margin: 0 auto; width: 100%; overflow: hidden; }
	
	/* mycontainer */
	.mycontainer { margin: 0px auto; max-width: 1170px; }
	
	/* header wrapper */
	#headerWrapper { width: 100%; float: left; position: absolute; }
	
		/* header middle */
		.headerTop { width: 100%; float: left; z-index: 1; }
		
		/* logo area */
		.logoArea { float: left; padding-top: 47px; }
		.logoArea img { max-width: 100%; }

		/* header bottom */
		.headerBottom { float: right; }
		
		.menuright { float: right; }
		
		/* menu area */
		.mobilemmenu { display: none; }
		.menuArea { padding: 58px 0 0 0; float: left; }
		.menuArea ul { margin: 0px; list-style: none; }
		.menuArea li { float: left; padding: 0 30px 0 0; }
		.menuArea li a { display: block; font-size: 15px; color: #afdaad; font-weight: 400; text-decoration: none; text-transform: uppercase; font-family: 'PoppinsRegular'; }
		.menuArea li a:hover { color: #fff; }
		
		.rightmenu { float: left; padding: 47px 0 0 0; }
		.rightmenu ul { margin: 0px; list-style: none; }
		.rightmenu li { float: left; }
		.rightmenu li a.loginbtn { padding: 8px 33px; margin-right: 20px; display: block; font-size: 18px; color: #044b01; font-weight: 400; text-decoration: none; font-family: 'PoppinsSemiBold'; background-color: #fff; text-transform: uppercase; border-radius: 30px; }
		.rightmenu li a.signupbtn { padding: 7px 27px; display: block; font-size: 18px; color: #044b01; font-weight: 400; text-decoration: none; font-family: 'PoppinsSemiBold'; background-color: #fff; text-transform: uppercase; border-radius: 30px; }
		.rightmenu li a:hover { color: #fff; background-color: #114002; }
		.mobilemenuBox { display: none; }
		
	/* banner wrapper */
	#bannerWrapper { width: 100%; float: left; }
			
		/* banner area */
		.bannerBox { background: url(../images/banner.jpg) no-repeat center; background-position: center top; background-repeat: no-repeat; background-size: cover; }
		.bannerBox .text { padding: 300px 0 80px 10px; width: 50%; float: left; }
		.bannerBox .text h1 { font-size: 36px; color: #fff; text-align: left; font-family: 'PoppinsLight'; text-transform: uppercase; }
		.bannerBox .text h1 span { font-family: 'PoppinsRegular'; }
		.bannerBox .text p { padding: 0 170px 0 5px; font-size: 17px; line-height: 26px; color: #fff; }
		.bannerBox .bannericon { padding: 80px 0 0px 0; text-align: center; }
		.bannerBox .bannericon img { margin: 0 auto; width: 120px; height: auto; }
		.bannerBox .bannericon h6 { padding-top: 8px; color: #fff; }
		.bannerBox .bannericon h6 a { text-decoration: none; color: #fff; font-family: 'PoppinsRegular'; font-size: 14.59px; }
		.bannerBox .bannericon p { color: #000; }
		.bannerBox .bannericon p a { color: #000; font-family: 'PoppinsRegular'; }
		
	/* middle wrapper */
	#middleWrapper { width: 100%; float: left; }
	
		/* place order */
		.placeorderBox { padding: 37px 112px 40px 112px; background-color: #19411b; }
		.placeorderBox .placeorder .text { width: 60%; float: left; }
		.placeorderBox .placeorder .text p { padding-top: 20px; margin: 0; font-family: 'PoppinsRegular'; font-size: 30px; text-align: right; color: #fff; } 
		.placeorderBox .placeorder .text p span { font-family: 'PoppinsBlack'; }
		.placeorderBox .placeorder .text2 { padding-left: 67px; width: 40%; float: left; }
		.placeorderBox .placeorder .text2 h2 a { padding: 10px 47px 10px 40px; margin: 0; color: #002c02;font-family: 'PoppinsSemiBold'; text-transform: uppercase; font-size: 20px; text-align: center; text-decoration: none; background-color: #fff; border-radius: 30px; }
		.placeorderBox .placeorder .text2 h2 a:after { padding-left: 5px; content: "\f101"; font-family: 'FontAwesome'; font-size: 20px;  }
		
		/* how it works */
		.howitworksArea { padding: 107px 0 155px 0; width: 100%; float: left; position: relative; }
		.howitworksArea h1 { font-size: 36px; color: #000; font-family: 'PoppinsSemiBold'; text-align: center; }
		.howitworksArea h1:after { content: " "; border-bottom: 2px solid #367402; position: absolute; left: 46.8%; top: 163px; width: 88px; }
		.howitworksArea p { padding-top: 31px; font-size: 16px; color: #6a6a6a; font-family: 'PoppinsRegular'; text-align: center; }
		.howitworksArea .howitworks { padding-top: 61px; }
		.howitworksArea .howitworks .item  { position: relative; }
		.howitworksArea .howitworks .item:after { content: " ";  background: url('../images/icon-arrow.png') no-repeat; position: absolute; bottom: 180px; left: 294px; width: 315px;  height: 120px; }
		.howitworksArea .howitworks .item:nth-child(3):after { content: none; }
		.howitworksArea .howitworks .item img { margin: 0 auto; }
		.howitworksArea .howitworks .item h2 { padding-top: 20px; font-family: 'PoppinsMedium'; font-size: 24px; text-align: center; }
		.howitworksArea .howitworks .item h2 a { text-decoration: none; color: #317002; }
		.howitworksArea .howitworks .item p { padding-top: 3px; font-family: 'RalewayRegular'; font-size: 17px; text-align: center; line-height: 26px; }
		.howitworksArea .howitworks .item p a { text-decoration: none; color: #6e6e6e; }
		.howitworksArea .howitworks .login { padding: 0px 95px 0px 44px; }
		.howitworksArea .howitworks .buy { padding: 0px 70px 0px 69px; }
		.howitworksArea .howitworks .payment { padding: 0px 44px 0px 95px; }
		
		/* exchange service */
		.exchangeBox { width: 100%; float: left; position: relative; }
		.exchangeBox .exchange { padding: 0 0 80px 0; }
		.exchangeBox .exchange .text { }
		.exchangeBox .exchange .text h2 { padding: 10px 0 28px 0; font-size: 36px; color: #000; font-family: 'PoppinsSemiBold'; text-align: left; }
		.exchangeBox .exchange .text h2:after { content: " "; border-bottom: 2px solid #367402; position: absolute; left: 0; top: 65px; width: 102px; }
		.exchangeBox .exchange .text p { margin: 0; font-size: 16px; color: #6a6a6a; font-family: 'PoppinsRegular'; text-align: left; line-height: 30px; }
		.exchangeBox .exchange .text h3 { margin-top: 36px; }
		.exchangeBox .exchange .text h3 a { padding: 13px 45px; border-radius: 30px; font-size: 18px; font-family: 'PoppinsSemiBold'; color: #fff; background-color: #044b01; text-decoration: none; }
		.exchangeBox .exchange .image { float: right; margin-top:5px; }
		.exchangeBox .exchange .image img { float: right; }
		
		/* why edollar */
		.whyedollarBox { width: 100%; position: relative; background: url(../images/dollar_background.jpg) no-repeat; background-repeat: no-repeat; background-size: cover; float: left; background-size: 100% 100%; }
		.whyedollarBox h1 { padding: 105px 0 30px 0; font-size: 25px; color: #000; font-family: 'PoppinsSemiBold'; text-align: center; }
		.whyedollarBox h1:after { content: " "; border-bottom: 2px solid #367402; position: absolute; left: 46.8%; top: 160px; width: 87px; }
		.whyedollarBox p { margin: 0; font-size: 16px; color: #6a6a6a; font-family: 'PoppinsRegular'; text-align: center; line-height: 30px; }		
		.whyedollarBox .edollar { float: left; padding: 20px 0 30px 0; }
		.whyedollarBox .edollar .item .item2 { padding: 25px 27px 25px 29px; background-color: #fff; border-radius: 15px; margin-bottom: 25px; }
		.whyedollarBox .edollar .item .image { margin-right: 30px; width: 50px; float: left; height: 100px; }
		.whyedollarBox .edollar .item .item2 .image span { background-color: #94cf78; font-size: 30px; padding: 4px 10px; font-family: 'PoppinsBlack'; color: #363740; }
		
		.whyedollarBox .edollar .item .item2 .text h2 { font-size: 18px; color: #317002; font-family: 'PoppinsMedium'; text-align: left; line-height: 10px; }
		.whyedollarBox .edollar .item .item2 .text p { padding-top: 5px;font-size: 14px; color: #6e6e6e; font-family: 'PoppinsRegular'; text-align: left; line-height: 20px; }	
		
		/* testimonial */
		#testimonial { margin: 0 auto; max-width: 1000px; }
		.testimonialBox { width: 100%; float: left; position: relative; padding-bottom: 100px; }
		.testimonial { padding: 0px 130px 20px 130px; }
		.testimonialBox h1 { padding: 50px 0 10px 0; font-size: 25px; color: #000; font-family: 'PoppinsSemiBold'; text-align: center; }
		.testimonialBox h1:after { content: " "; border-bottom: 2px solid #367402; position: absolute; left: 46.8%; top: 80px; width: 88px; }
		.testimonialBox .semicolon { width: 50px !important; height: 40px; margin: 0 auto; margin-top: 10px; }
		.testimonialBox .staricon { width: 75px !important; height: 13px; margin: 0 auto; margin-top: 9px; }
		.testimonialBox p { padding-top: 25px; line-height: 20px; color: #303030; text-align: center; font-size: 14px; font-family: 'OpenSansRegular'; }
		.testimonialBox .testimonialimage { height: 115px; width: 120px !important; margin: 0 auto; border-radius: 50%; border: 2px solid #cccccc; padding: 2px; margin-top: 40px; }
		.testimonialBox h3 { text-align: center; font-family: 'RobotoRegular'; }
		.testimonialBox h3 a { text-transform: uppercase; font-size: 15.36px; color: #343434; }
		.testimonialBox .carousel-indicators2 .active .img-responsive{ width: 120px !important; height: 120px !important; }		
		.testimonialBox .carousel-indicators2 .img-responsive { width: 120px !important; height: 120px !important; margin: 0 auto; border-radius: 50%; border: 2px solid #cccccc; padding: 2px; margin-top: 20px; }
		#testimonial .owl-nav { display: none; }
		
		/* fotter  */
		.fotterBox { width: 100%; float: left; background: url(../images/fotter_bg.png) no-repeat; background-repeat: no-repeat; background-size: cover; float: left; background-position: center; position: relative; }
		.scrolltotop { margin: 0 auto; margin-top: -35px; width: 75px; height: 75px; font-size: 18px; color: #fff !important; text-decoration: none; line-height: 52px; border-radius: 100%; background: #1d5d1a; text-align: center; border: 12px solid #fff; }
		.scrolltotop a:before { content: "\f077"; font-family: FontAwesome; color: #fff; }
		.fotterBox h2 { padding: 100px 0 0 0; text-transform: uppercase; color: #fff; font-size: 18px; font-family: 'MontserratRegular'; }
		.fotterBox p { color: #fff; font-size: 14px; font-family: 'MyriadProRegular'; }		
		.fotterBox .about { padding-bottom: 48px; }
		.fotterBox .about h2 { padding-left: 3px; }
		.fotterBox .about p { padding: 12px 91px 0px 2px; }
		.fotterBox .quick { padding-left: 41px; }
		.fotterBox .quick h2{  }
		.fotterBox .quick ul { padding-top: 10px; }
		.fotterBox .quick ul li { list-style-type: none; font-size: 14px; line-height: 25px; }
		.fotterBox .quick ul li:before { padding-right: 10px; content: "\f054"; font-size: 10px; font-family: 'Font Awesome'; color: #fff; }
		.fotterBox .quick ul a { text-decoration: none; color: #fff; font-size: 14px; font-family: 'MyriadProRegular'; }		
		.fotterBox .services { padding-left: 121px; }
		.fotterBox .services ul { padding-top: 10px; }
		.fotterBox .services ul li { list-style-type: none; font-size: 14px; line-height: 25px; }
		.fotterBox .services ul li:before { padding-right: 10px; content: "\f054"; font-size: 10px; font-family: 'Font Awesome'; color: #fff; }
		.fotterBox .services ul a { text-decoration: none; color: #fff; font-size: 14px; font-family: 'MyriadProRegular'; }		
		.fotterBox .contact { padding-left: 75px; padding-right: 5px; position: relative; }		
		.fotterBox .contact h3 { padding-top: 18px; padding-left: 14px; font-size: 16px; font-family: 'MyriadProRegular'; }
		.fotterBox .contact h3 a { font-size: 14px; text-decoration: none; color: #fff; }
		.fotterBox .contact h3:before { content: " "; float: left; background: url(../images/location.png) no-repeat; width: 20px; height: 30px; position: relative; left: -14px; }
		.fotterBox .contact h4 { padding-top: 21px; padding-left: 14px; font-size: 16px; font-family: 'MyriadProRegular'; }
		.fotterBox .contact h4 a { font-size: 14px; text-decoration: none; color: #fff; }
		.fotterBox .contact h4:before { content: " "; float: left; background: url(../images/call.png) no-repeat; width: 24px; height: 30px; position: relative; left: -14px; top: -10px; }
		.fotterBox .contact h5 { padding-top: 19px; padding-left: 11px; color: #fff; font-size: 16px; font-family: 'MyriadProRegular'; }
		.fotterBox .contact h5 a { font-size: 14px; text-decoration: none; color: #fff; }
		.fotterBox .contact h5:before { content: " "; float: left; background: url(../images/message.png) no-repeat; width: 28px; height: 30px; position: relative; left: -14px; top: -8px; }
		.fotterBox .contact ul { padding: 29px 0 3px 0; }
		.fotterBox .contact ul li { list-style-type: none; display: inline; padding-right: 8px; }
		.fotterBox .contact ul li a { padding: 9px 14px; text-decoration: none; color: green; background-color: #fff; border-radius: 50%; }
		
		/* copyright  */
		.copyrightBox {  width: 100%; float: left; background-color: #1d5d1a; color: #d6d6d6; }
		.copyrightBox .footerleft p { padding: 14px 0px; margin: 0; font-size: 14px;  font-family: 'RobotoRegular'; text-align: left; text-transform: uppercase; }
		.copyrightBox .footerleft p span { color: #fff;  }
		.copyrightBox .footerright p { padding: 14px 0px; margin: 0; font-size: 14px;  font-family: 'RobotoRegular'; text-align: right; }
		.copyrightBox .footerright p span { color: #fff; }		
		
		/* how it works page  */		
	
		.howitworksbannerBox { background: url(../images/banner_how_it_works.png) no-repeat center; background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: 300px; width: 100%; float: left; }
		.howitworksbannerBox h1 { padding-top: 170px; text-align: center; color: #fff; text-transform: uppercase; font-size: 30px; font-family: 'PoppinsSemiBold'; }		
		.breadcom { border-bottom: 1px solid #e8e8e8; }
		.breadcom ul { padding: 23px 0px; margin: 0px; }
		.breadcom ul li { display: inline; padding-right: 2px; }
		.breadcom ul li:after { padding-left: 8px; content: "\f054 "; font-family: Font Awesome; font-size: 10px;  color: #707070; }
		.breadcom ul li.active a{ color: #5b5b5b; }
		.breadcom ul li:nth-last-of-type(1):after { content: none; color: #5b5b5b; }
		.breadcom ul li a { text-decoration: none; font-size: 14px; color: #707070; font-family: 'PoppinsRegular'; }		
		.workprocessArea { width: 100%; float: left; padding: 110px 0 25px 0; position: relative; }
		.workprocessArea .workprocess { padding: 46px 0px; }
		.workprocessArea .workprocess:before { width: 4px; height: 38px; position: absolute; top: 108px; left: 180px; content: ""; background: #e2e2e2; }
		.workprocessArea .workprocess:after { width: 4px; height: 38px; position: absolute; bottom: 75px; left: 180px; content: ""; background: #e2e2e2; }
		.workprocessArea .workprocess .item { padding-bottom: 55px; position: relative; }
		.workprocessArea .workprocess .item:after { width: 4px; height: 35px; position: absolute; top: 191px; left: 103px; content: ""; background: #e2e2e2; }
		.workprocessArea .workprocess .item .icon { width: 17.5%; height: 100%; float: left; }
		.workprocessArea .workprocess .item .icon .defd	{ width: 180px; height: 180px; float: left; border-radius: 100%; overflow: hidden; background: #f3f3f3; position: relative; }
		.workprocessArea .workprocess .item .icon .defd img { position: absolute; top: 30%; left: 30%; }
		.workprocessArea .workprocess .item .text { float: right; width: 82.5%; }
		.workprocessArea .workprocess .item .text h3 { padding-bottom: 15px; font-size: 18px; font-family: 'PoppinsMedium'; color: #317002; position: relative; }
		.workprocessArea .workprocess .item .text h3:after { content: " "; border-bottom: 2px solid #367402; position: absolute; left: 0; top: 30px; width: 87px; }
		.workprocessArea .workprocess .item:last-of-type:after { content: none; }
		.workprocessArea .workprocess .item .text p { font-size: 14px; font-family: 'PoppinsRegular'; color: #848484; line-height: 20px; }		
		.contactbannerBox { background: url(../images/banner_how_it_works.png) no-repeat center; background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: 300px; width: 100%; float: left; }
		.contactbannerBox h1 { padding-top: 170px; text-align: center; color: #fff; text-transform: uppercase; font-size: 30px; font-family: 'PoppinsSemiBold'; }
		
		/* contact us page  */
		.formmapArea { width: 100%; float: left; padding: 50px 0px 50px 0; }
		.formmapArea .formmap .item h1 { padding: 0px 0px 10px 15px; font-size: 20px; color: #303030; font-family: 'PoppinsRegular'; }
		.formmapArea .formmap .item { padding: 0px 65px 0 35px; }
		.formmapArea .form-control { padding: 10px 0px 8px 22px; font-size: 14px; font-family: 'PoppinsRegular'; color: #909090; line-height: 31px; border-radius: 30px; border: 1px solid #e4e4e4; }
		.formmapArea .form-group { margin-bottom: 30px; }
		.formmapArea .formmap .item  textarea#postcode { height: 241px; border-radius: 10px; resize: none; }
		.formmapArea .formmap .map { padding: 11px 35px 0px 0px; }
		.formmapArea .formmap .map iframe { border: 2px solid #f1f1f1; }
		.submitbuttons .submitbtn { color: #fff; background: #044b01; font-size: 18px; text-transform: uppercase; border: none; font-family: 'PoppinsRegular';
		padding: 16px 40px 13px 40px; margin-left: 16px; border-radius: 35px; }
		.contactaddressArea { padding: 87px 0px 145px 0; width: 100%; float: left; background-color: #f1f1f1; position: relative;  }
		.contactaddressArea:after { content: " "; background-color: #f1f1f1; width: 100%; height: 350px; position: absolute; }
		.phone:hover { background-color: #fff; }
		.email:hover { background-color: #fff; }
		.address:hover { background-color: #fff; }
		.contactaddress { margin: 0px 20px; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; }
		.contactaddress img { margin: 0 auto; padding: 69px 0px 0px 18px; }
		.contactaddress h1 { padding: 5px 0px 0px 18px; text-align: center; }
		.contactaddress h1 a { font-size: 18px; color: #404040; font-family: 'PoppinsRegular'; text-decoration: none; }
		.contactaddress p { padding: 5px 48px 72px 48px; text-align: center; }
		.contactaddress p a { font-size: 18px; color: #909090; font-family: 'PoppinsRegular'; text-decoration: none; font-style: italic; }
		
		/* edl exchange page  */
		.exchangebannerBox { background: url(../images/banner_how_it_works.png) no-repeat center; background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: 300px; width: 100%; float: left; }
		.exchangebannerBox h1 { padding-top: 170px; text-align: center; color: #fff; text-transform: uppercase; font-size: 30px; font-family: 'PoppinsSemiBold'; }
		.exchangerateArea { padding: 50px 0 0 0; width: 100%; float: left; position: relative; }
		.exchangerateArea h1 { font-size: 25px; color: #000; font-family: 'PoppinsSemiBold'; text-align: center; text-transform: uppercase; }
		.exchangerateArea h1:after { content: " "; border-bottom: 2px solid #367402; position: absolute; left: 46.8%; top: 100px; width: 88px; }
		.exchangerateArea p { padding-top: 25px; font-size: 14px; color: #6a6a6a; font-family: 'PoppinsRegular'; text-align: center; }
		.exchangerateArea .exchangerate { padding: 25px 150px 0px 150px; }
		.exchangerateArea .exchangerate .item { border: 1px solid #efefef; }
		.exchangerateArea .exchangerate .col-lg-4 { padding: 10px 10px; }
		.exchangerateArea .exchangerate .item .image { min-height: 100px; background-color: #f3f3f3; position: relative; }
		.exchangerateArea .exchangerate .item img { position: absolute; top: 50%; transform: translate(0, -50%); left: 50%; margin-left: -33%; width: 200px;
		height: auto; }
		.exchangerateArea .exchangerate .item h4 { padding: 26px 0px 7px 0px; font-size: 20px; font-family: 'PoppinsLight'; text-align: center; color: #373737; }
		.exchangerateArea .exchangerate .item h2 { padding: 20px 30px 16px 30px; font-size: 14px; font-family: 'PoppinsRegular'; text-align: center; color: #747474; border-bottom: 1px solid #efefef; }
		.exchangerateArea .exchangerate .item h2 span { color: #1d5d1a; font-family: 'PoppinsSemiBold'; }
		.exchangerateArea .exchangerate .item h3 { padding: 10px 0px 25px 0px; font-size: 14px; font-family: 'PoppinsRegular'; text-align: center; color: #747474; }
		.exchangerateArea .exchangerate .item h3 span { color: #1d5d1a; font-family: 'PoppinsSemiBold'; }
		.placeexchangeBox { padding: 0px 142px 130px 141px; width: 100%; float: left; }
		.placeexchangeBox .placeexchange { background-color: #f3f3f3; border: 1px solid #efefef; }
		.placeexchangeBox .placeexchange .text { width: 60%; float: left; }
		.placeexchangeBox .placeexchange .text p { padding: 28px 0px 27px 57px; margin: 0; font-size: 14px; text-align: left; color: #5d5d5d; font-family: 'PoppinsRegular'; } 
		.placeexchangeBox .placeexchange .text p span { padding-right: 13px; vertical-align: middle; font-size: 25px; font-family: 'PoppinsSemiBold'; color: #1d5d1a; }
		.placeexchangeBox .placeexchange .text2 { padding-left: 67px; width: 40%; float: left; }
		.placeexchangeBox .placeexchange .text2 h2 { padding: 13px 30px 13px 30px; }
		.placeexchangeBox .placeexchange .text2 h2 a { padding: 22px 44px 13px 44px; color: #fff; background-color: #1d5d1a; font-size: 18px; font-family: 'PoppinsRegular'; float: right; position: relative; text-decoration: none; }
		.placeexchangeBox .placeexchange .text2 h2 a:after { content: ''; position: absolute; right: 0; top: 100%; width: 89px; height: 0; border-left: 110px solid transparent; border-right: 110px solid transparent; border-top: 9px solid #1d5d1a; clear: both; }
		.placeexchangeBox .placeexchange .text3 { width: 100%; padding: 20px; }
		.placeexchangeBox .placeexchange .text3 h3 { text-align: center; }
		.placeexchangeBox .placeexchange .text3 h3 a { text-align: center; color: #000; text-decoration: none; }
		
		/* modal pop up */
		.modal .modal-lg { max-width: 1115px; margin-top: 62px; }
		.modal .modal-content { position: relative; width: 100% !important; }
		.modal .modal-header { position: absolute; right: -6px; top: -3px; width: 50px; height: 50px; z-index:99999; padding: 0; border-bottom: 0px solid #e9ecef;}
		.modal .modal-body { padding-top: 0px; padding-bottom: 0px; }
		.modal .nav-tabs { border: none; }
		.modal .nav-tabs { margin-bottom: 15px; }
		.modal .sign-with { margin-top: 25px; padding: 20px; }		
		.modal .modal-body h1 { padding-bottom: 27px; font-size: 16px; color: #797979; }
		.modal .imagepopup { width: 100%; height: auto; }
		.modal .imagepopup img { width: 100%; height: auto; }
		.modal .modal-body .nav-tabs li a { font-size:22px; color: #878787; font-family: 'PoppinsRegular'; text-decoration: none; text-transform: uppercase; }
		.modal .modal-body .nav-tabs li a.active { color: #232323; }
		.modal .modal-body .nav-tabs { padding-top: 33px; }
		.modal .registerbtn { padding: 15px 0; width: 100%; text-align: center; font-size: 15px; color: #ffffff; text-decoration: none; font-family: 'PoppinsRegular'; background-color: #1d5d1a; text-transform: uppercase; border-radius: 30px; border: none; }
		.modal .loginbtn { padding: 15px 0; width: 100%; text-align: center; font-size: 15px; color: #ffffff; text-decoration: none; font-family: 'PoppinsRegular'; background-color: #292929; text-transform: uppercase; border-radius: 30px; border: none; }
		.modal .forgetbtn { padding: 15px 0; width: 100%; text-align: center; font-size: 15px; color: #ffffff !important; text-decoration: none; font-family: 'PoppinsRegular'; background-color: #1d5d1a; text-transform: uppercase; border-radius: 30px; border: none; }
		.modal .tab-pane .or p { margin: 0px; font-family: 'PoppinsMedium'; color: #676767; font-size: 16px; text-align: center; position: relative; }
		.modal .tab-pane .or p:after { content: " "; position: absolute; border-bottom: 1px solid #eaeaea; bottom: 11px; right: 10px; width: 45%; }
		.modal .tab-pane .or p:before { content: " "; position: absolute; border-bottom: 1px solid #eaeaea; bottom: 11px; left: 10px; width: 45%; }
		.modal .loginsignup { padding: 0px 31px; }
		.modal .form-control:focus { color: #1d5d1a; border-color: #1d5d1a;}
		.modal .close { opacity: 1; }
		.modal .marginleft { margin-left: 3% !important; }
		
		/* blog area */
		.blogArea { padding: 50px 0 0 0; width: 100%; float: left; }
		.blogArea .left { width: 70%; }
		.blogArea .left .blog { width: 100%; float: left; }
		.blogArea .left .item { padding: 0 25px 74px 0; width: 100%; float: left; position: relative; }
		.blogArea .left .item .date { width: 15%; float: left; position: relative; z-index: 1; background: #fff; }
		.blogArea .left .item .date .defd { width: 115px; height: 86px; float: left; border: 1px solid #efefef; overflow: hidden; background: #fff; border-radius: 5px; }
		.blogArea .left .item .date .defd span { font-family: 'MontserratLight'; width: 100%; height: 50%; float: left; text-align: center; color: #313131; line-height: 43px; font-weight: bold; }
		.blogArea .left .item .date .defd span:last-child { color: #000000; background: #efefef; font-family: 'MontserratRegular'; font-size: 22px; }
		.blogArea .left .item .bld { width: 85%; float: right; }
		.blogArea .left .item .image { width: 100%; float: left; position: relative; }
		.blogArea .left .item .image img { width: 100%; height: auto; max-height: 300px; }
		.blogArea .left .item .bld .text { padding: 30px 0 0 0; width: 100%; float: left; font-size: 16px; color: #565555; line-height: 26px; }
		.blogArea .left .item .bld .text .date { padding-right: 18px; width: 13.6%; float: left; position: relative; z-index: 1; background: #fff; }
		.blogArea .left .item .bld .text .date .postedon { margin: 0; text-align: right; font-family: 'PoppinsRegular'; color: #8c8c8c; font-size: 14px; line-height:1; font-style: italic; }
		.blogArea .left .item .bld .text .date .postedby { text-align: right; font-family: 'PoppinsRegular'; color: #0f0f0f; font-size: 14px;  }
		.blogArea .left .item .bld .text .textcontent { width: 86.4%; float: left; border-left: 1px solid #f5f5f5; padding-left: 24px; }		
		.blogArea .left .item .text .textcontent h3 { margin: 0; font-family: 'PoppinsRegular'; font-size: 18px; color: #212121; text-transform: uppercase; font-weight: 500; line-height: 20px; }
		.blogArea .left .item .text .textcontent p { padding-top: 15px; margin: 0px; color: #6b6b6b; font-size: 14px; font-family: 'PoppinsLight'; line-height: 20px; }		
		.blogArea .left .item .text .textcontent h5 { padding-top: 40px; float: left; width: 100%; }
		.blogArea .left .item .text .textcontent h5 a.readmorebtn { padding: 12px 42px; width: 100%; text-align: center; font-size: 16px; color: #ffffff !important; text-decoration: none; font-family: 'PoppinsRegular'; background-color: #044b01; text-transform: uppercase; border-radius: 30px; border: none; }	
		.blogArea .left .item .text strong { margin-bottom: 15px; display: block; text-transform: uppercase; font-weight: normal; font-size: 17px; color: #ff5a00; }
		.blogArea .left .item .text .mybtn { padding: 10px 30px; display: inline-block; font-size: 15px; color: #fff; font-weight: 500; text-decoration: none; text-transform: uppercase; box-shadow: 7px 0 23px rgba(0,0,0,0.27); background: #d8261c; }
		.blogArea .left .item .text .mybtn:hover { background: #363635; }
		.blogArea .left .item .text cite { margin: 0 0 0 20px; font-size: 15px; color: #8e8e8e; font-style: normal; }
		.blogArea .left .item .text ul { display: inline-block; list-style: none; }
		.blogArea .left .item .text li { margin: 0 0 0 20px; display: inline-block; }
		.blogArea .left .item .text li a { font-size: 17px; color: #8e8e8e; text-decoration: none; }
		.blogArea .left .item .text li a:hover { color: #000; }		
		.blogArea .right { padding-left: 15px; width: 30%;}
		.blogArea .right h2 { margin-bottom: 20px; font-size: 18px; color: #212121; font-family: 'PoppinsLight'; }
		.blogArea .right .under { padding: 27px 30px 10px 13px; width: 100%; float: left; border: 1px solid #f0f0f0; border-radius: 3px; background: #f6f6f6; }
		.blogArea .right .search { margin-bottom: 30px; width: 100%; float: left; position: relative; }
		.blogArea .right .search .mystyle { color: #727272; padding: 0 60px 0 27px; width: 100%; height: 50px; float: left; font-size: 14px; border: 1px solid #f0f0f0; font-family: 'PoppinsLight';  border-radius: 60px; }
		.blogArea .right .search .mybtn { width: 56px; height: 100%; position: absolute; top: 0px; right: 0px; font-size: 0px; border: none; cursor: pointer; background: url(../images/search_icons.png) no-repeat center center; }
		.blogArea .right .search i.fa.fa-search { position: absolute; color: #1d5d1a; right: 25px; top: 17px; font-size: 17px; }
		.blogArea .right .most { padding: 6px 10px 10px 10px; width: 100%; float: left;}
		.blogArea .right .most .item { margin-bottom: 30px; width: 100%; float: left; font-size: 15px; color: #535353; line-height: 21px; background: #fff; }
		.blogArea .right .most .item figure { width: 100%; float: left; }
		.blogArea .right .most .item img { width: 100%; height: auto; }
		.blogArea .right .most .item .text { padding: 12px 12px 18px 21px; width: 100%; float: left; }
		.blogArea .right .most .item h3 { margin-bottom: 8px; font-size: 18px; color: #212121; font-family: 'PoppinsRegular'; }
		.blogArea .right .most .item p { margin-bottom: 13px; font-size: 14px; color: #565555; font-family: 'PoppinsLight'; line-height: 27px; }
		.blogArea .right .most .item .mybtn { color: #1d5d1a; font-family: 'PoppinsRegular'; font-size: 16px; text-decoration: none; }
		.blogArea .right .most .item .mybtn:after { content: "\f0a9";  font-family: Font Awesome; font-size: 16px; padding-left: 13px;  }		
		.blogArea .right .latest { padding: 11px 0 0 8px; width: 100%; float: left;  }
		.blogArea .right .latest h2 { margin-bottom: 15px; font-size: 20px; color: #212121; font-family: 'PoppinsLight'; }
		.blogArea .right .latest .item { padding: 0 0 32px 0; margin-top: 10px; width: 100%; float: left; position: relative; }
		.blogArea .right .latest .item .date { width: 30%; float: left; position: relative; z-index: 1; background: #fff; }
		.blogArea .right .latest .item .date .defd { width: 100%; height: 86px; float: left; border: 1px solid #efefef; overflow: hidden; background: #1d5d1a; border-radius: 5px; }
		.blogArea .right .latest .item .date .defd span { font-family: 'MontserratLight'; width: 100%; height: 50%; float: left; text-align: center; color: #ffffff; line-height: 43px; font-weight: bold; }
		.blogArea .right .latest .item .date .defd span:last-child { color: #000000; background: #ffffff; font-family: 'MontserratRegular'; font-size: 22px; }
		.blogArea .right .latest .item .text { padding: 5px 0 0 0; width: 64%; float: right; font-size: 15px; color: #373737; line-height: 21px; }
		.blogArea .right .latest .item .text p { margin-bottom: 5px; color: #484848; font-size: 15px; font-family: 'PoppinsRegular'; line-height: 24px; }		
		.blogArea .right .latest .item .mybtn { color: #1d5d1a; font-family: 'PoppinsRegular'; font-size: 16px; text-decoration: none; }
		.blogArea .right .latest .item .mybtn:after { color: #1d5d1a; content: "\f0a9";  font-family: Font Awesome; font-size: 16px; padding-left: 13px;  }		
		.blogArea .right .list { padding: 0 0 15px 0; width: 100%; float: left;  }
		.blogArea .right .list h2 { padding-left: 13px; margin-top: 19px; font-size: 20px; color: #212121; font-family: 'PoppinsLight'; }
		.blogArea .right .list ul { margin: 0 -14px; list-style: none; }
		.blogArea .right .list li a { padding: 11px 15px 11px 38px; font-family: 'PoppinsRegular'; display: block; position: relative; font-size: 15px; color: #565555; text-decoration: none; }
		.blogArea .right .list li.active a:after { width: 4px; height: 100%; position: absolute; top: 0px; left: 0px; content: ""; background: #044b01; }
		.blogArea .right .list li.active a, .blogArea .right .list li a:hover { background: #ffffff; }		
		
		/* blog single area */
		.blogsingleArea { padding: 100px 0 0 0; width: 100%; float: left; }
		.blogsingleArea .center { width: 70%; margin: 0 auto; }
		.blogsingleArea .center .blog { width: 100%; float: left; }
		.blogsingleArea .center .item { padding: 0 25px 74px 0; width: 100%; float: left; position: relative; }
		.blogsingleArea .center .item .date { width: 15%; float: left; position: relative; z-index: 1; background: #fff; }
		.blogsingleArea .center .item .date .defd { width: 115px; height: 86px; float: left; border: 1px solid #efefef; overflow: hidden; background: #fff; border-radius: 5px; }
		.blogsingleArea .center .item .date .defd span { font-family: 'MontserratLight'; width: 100%; height: 50%; float: left; text-align: center; color: #313131; line-height: 43px; font-weight: bold; }
		.blogsingleArea .center .item .date .defd span:last-child { color: #000000; background: #efefef; font-family: 'MontserratRegular'; font-size: 22px; }
		.blogsingleArea .center .item .bld { width: 85%; float: right; }
		.blogsingleArea .center .item .image { width: 100%; float: left; position: relative; }
		.blogsingleArea .center .item .image img { width: 100%; height: auto; max-height: 350px; }
		.blogsingleArea .center .item .bld .text { padding: 30px 0 0 0; width: 100%; float: left; font-size: 16px; color: #565555; line-height: 26px; }
		.blogsingleArea .center .item .bld .text .date { padding-right: 18px; width: 13.6%; float: left; position: relative; z-index: 1; background: #fff; }
		.blogsingleArea .center .item .bld .text .date .postedon { margin: 0; text-align: right; font-family: 'PoppinsRegular'; color: #8c8c8c; font-size: 14px; line-height:1; font-style: italic; }
		.blogsingleArea .center .item .bld .text .date .postedby { text-align: right; font-family: 'PoppinsRegular'; color: #0f0f0f; font-size: 14px; }
		.blogsingleArea .center .item .bld .text .textcontent { width: 86.4%; float: left; border-left: 1px solid #f5f5f5; padding-left: 24px; }		
		.blogsingleArea .center .item .text .textcontent h3 { margin: 0; font-family: 'PoppinsRegular'; font-size: 18px; color: #212121; text-transform: uppercase; font-weight: 500; line-height: 20px; }
		.blogsingleArea .center .item .text .textcontent p { padding-top: 10px; margin: 0px; color: #6b6b6b; font-size: 14px; font-family: 'PoppinsLight';line-height: 20px; }		
		.blogsingleArea .center .item .text .textcontent h5 { padding-top: 40px; float: left; width: 100%; }
		.blogsingleArea .center .item .text .textcontent h5 a.readmorebtn { padding: 12px 42px; width: 100%; text-align: center; font-size: 16px; color: #ffffff !important; text-decoration: none; font-family: 'PoppinsRegular'; background-color: #044b01; text-transform: uppercase; border-radius: 30px; border: none; }	
		.blogsingleArea .center .item .text strong { margin-bottom: 15px; display: block; text-transform: uppercase; font-weight: normal; font-size: 17px; color: #ff5a00; }
		.blogsingleArea .left .item .text .mybtn { padding: 10px 30px; display: inline-block; font-size: 15px; color: #fff; font-weight: 500; text-decoration: none; text-transform: uppercase; box-shadow: 7px 0 23px rgba(0,0,0,0.27); background: #d8261c; }
		.blogsingleArea .center .item .text .mybtn:hover { background: #363635; }
		.blogsingleArea .center .item .text cite { margin: 0 0 0 20px; font-size: 15px; color: #8e8e8e; font-style: normal; }
		.blogsingleArea .center .item .text ul { display: inline-block; list-style: none; }
		.blogsingleArea .center .item .text li { margin: 0 0 0 20px; display: inline-block; }
		.blogsingleArea .center .item .text li a { font-size: 17px; color: #8e8e8e; text-decoration: none; }
		.blogsingleArea .center .item .text li a:hover { color: #000; }		
		
		.pageingArea { padding: 0px 0 120px 0; width: 100%; float: left; }
		.pageingArea .pageing { padding: 21px 0 0 0; width: 100%; float: left; text-align: center; }
		.pageingArea .pageing ul li { display: inline; }
		.pageingArea .pageing ul li a { margin: 0 3px; font-size: 17px; color: #353535;  text-decoration: none; }
		.pageingArea .pageing .prev { padding: 6px 45px; margin-right: 15px; font-size: 16px; color: #363636; font-weight: 500; text-decoration: none; border: 1px solid #ccc; border-radius: 30px; }
		.pageingArea .pageing .prev:hover { color: #fff; background: #1d5d1a; border: none; }
		.pageingArea .pageing .last { padding: 6px 45px; margin-right: 15px; font-size: 16px; font-weight: 500; text-decoration: none; border-radius: 30px; background-color: #1d5d1a; color: #fff; }
		.pageingArea .pageing .last:hover { color: #363636; background-color: #ffffff; border: 1px solid #ccc; }
		.pageingArea .pageing ul li a:hover { color: #363636; }
		
		
		.error { color: blue; position: absolute; }
		.formmapArea .reset_form { width: 50%; display: inline;	margin: 0 auto; }
		.formmapArea .submitbuttons { text-align: center; }
		.carousel-inner {  position: relative; min-width: 800px; }
		#login_form .error { position: static; }
		#forgot_form .error { position: static; }
		#register .error { position: static; }
		