@import url("font_style/stylesheet.css");

html{
	scroll-behavior: smooth;
}

/*..................................*/

.MainHeader{
	font-family: sourcesanspro-regular;
	background-color: #FFFFFF;
	position:fixed;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	z-index: 9;
}


.HeaderHeight{
	height: 100px;
}

@media (min-width: 666px) and (max-width: 1280px) {
	


}

@media (min-width: 320px) and (max-width: 660px) {

.MainHeader .HeaderLogo{
	display: none;
}


}

/*..................................*/


.NavBarColor {
	font-family: sourcesanspro-semibold;
	border-radius: 0px;
	margin-top: 20px;
	float: right;
	}

.NavBarColor li .active {
	color: #201E1E;
	background-color:transparent;
	border:#04AF5F 2px dotted;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 6px;
	}

.NavBarColor li .active:hover {
	color: #FFFFFF;
	background-color:#04AF5F;
	}

.NavBarColor li .active:visited {
	color: #201E1E;
	}

.NavBarColor li a {
	color: #201E1E;
	font-size: 14px;
	transition: 1s ease all;
	text-transform: uppercase;
	}

.NavBarColor li a:visited {
	color: #201E1E;
}
.NavBarColor ul li a:hover {
	color: #FFFFFF;
	background-color:#04AF5F;
}
.NavBarColor li ul li a {
	color: #201E1E;
	text-transform: capitalize;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.NavBarColor li ul li a:visited {
	color: #201E1E;
}
.NavBarColor li ul li a:hover{
	color: #FFFFFF;
	background-color:#04AF5F;
}	

.NavBarColor .dropdown .dropdown-toggle{
    background-color: transparent;
	color: #201E1E;
	}

.NavBarColor .dropdown .dropdown-toggle:hover{
	background-color: transparent;
	}

.NavBarColor .navbar-inverse .navbar-header a{
	display: none;
	}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-left-color: #000000;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (min-width: 666px) and (max-width: 1280px) {


.NavBarColor {
	float: right;
	}
	
.NavBarColor li a {
	font-size: 10px;
	}
}


@media (min-width: 320px) and (max-width: 660px) {

.NavBarColor {
	margin-top: 15px;
	margin-bottom: 20px;
	float: none;
	}

.NavBarColor li ul li a {
	color: #6C6D70;
	}
	
.NavBarColor .navbar-inverse{
	background-color: #FFFFFF;
	border: #04AF5F 2px solid;
	border-radius: 5px;
	}
	
	
.NavBarColor .navbar-inverse .navbar-header{
	}
	
	
.NavBarColor .navbar-inverse .navbar-toggle{
	background-color: #04AF5F;
	border: #04AF5F 2px solid;
	margin-bottom: -40px;
	}
	
.NavBarColor .navbar-inverse .navbar-header img{
	width: 60%;
	margin-left: 0px;
	margin-top: -22px;
	}

.NavBarColor .navbar-inverse .navbar-header a{
	display: block;
	}

}

/*---------------------------------------------------*/

.SpacingBox{
	height: 40px;
}

.SpacingBox1{
	height: 20px;
}

.SpacingBox2{
	height: 10px;
}

/*---------------------------------------------------*/

/* Slider */

.WebsiteSlider{
	font-family: sourcesanspro-regular;
}


.WebsiteSlider .TopBG{
	background-repeat: no-repeat;
	background-size: contain;
	height:500px;
}

.WebsiteSlider .TopDetails{
	margin-top: 20px;
	padding: 40px;
	font-size: 18px;
}

.WebsiteSlider .TopDetails h1{
	font-family: sourcesanspro-bold;
	font-size: 45px;
}

.WebsiteSlider .TopDetails .Link{
	margin-top: 40px;
	margin-bottom: 40px;
}

.WebsiteSlider .TopDetails .Link a{
	background-color: #04AF5F;
	color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 5px;
	transition: 1s ease all;
}

.WebsiteSlider .TopDetails .Link a:hover{
	background-color: #000000;
	color:#FFFFFF;
	text-decoration: none;
}

@media (min-width: 666px) and (max-width: 1280px) {

	
}


@media (min-width: 320px) and (max-width: 660px) {


.WebsiteSlider .TopBG{
	height:300px;
}

.WebsiteSlider .TopDetails{
	margin-top: 0px;
	padding: 20px;
	font-size: 14px;
}

.WebsiteSlider .TopDetails h1{
	font-size: 25px;
}

}



.WebsiteSlider .slick-slide {
    margin: 0px 10px;
}


.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* --------------------Download Page------------------- */

.download-section {
  text-align: center;
  background-color: #FFFFFF;
  padding: 45px 0 1px 0;
}
.download-section a {
  text-decoration: none;
}
.download-section .card {
  padding: 20px 0;
  border-radius: 15px;
  border: none;
  margin: 10px 0;
  border-radius: 40px;
  /* background: #FBC212; */
  /* box-shadow: 20px 20px 60px #d5a50f, -20px -20px 60px #ffdf15; */
  height: 89%;
}
.download-section .card-img-top img {
  max-width: 150px;
  width: 100%;
}
.download-section .card-text {
  font-size: 22px;
  color: #231f20;
}
.download-section .btn.btn-primary {
  border: none;
  box-shadow: none;
  background-color: #fbc212;
}
.download-section .btn.btn-primary:focus {
  border: none;
  box-shadow: none;
  background-color: #005824;
}


/*---------------------------------------------------*/

.HomeAboutUs{
	font-family: sourcesanspro-regular;
	background-color: #FAFAFA;
}

.HomeAboutUs .HomeAboutBG{
	background-image: url("../_img/home-about.jpg");
	background-size: cover;
	height:730px;
}

.HomeAboutUs .HomeAboutDetails{
	background-color: #FFFFFF;
	box-shadow: #EEEEEE 5px 5px 10px 10px;
	padding: 40px;
	margin-left: -170px;
	margin-top: 130px;
}

.HomeAboutUs .HomeAboutDetails h2{
}

.HomeAboutUs .HomeAboutDetails h1{
	font-family: sourcesanspro-black;
	color:#04AF5F;
	margin-top: -10px;
}

.HomeAboutUs .HomeAboutDetails h4{
	color:#57585A;
}

.HomeAboutUs .HomeAboutDetails .Link{
	margin-top: 40px;
	margin-bottom: 40px;
}

.HomeAboutUs .HomeAboutDetails .Link a{
	background-color: #04AF5F;
	color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 5px;
	transition: 1s ease all;
}

.HomeAboutUs .HomeAboutDetails .Link a:hover{
	background-color: #000000;
	color:#FFFFFF;
	text-decoration: none;
}

@media (min-width: 666px) and (max-width: 1280px) {

.HomeAboutUs .HomeAboutDetails{
	margin-left: -70px;
	margin-top: 70px;
	font-size: 12px;
}

.HomeAboutUs .HomeAboutDetails h2{
	font-size: 18px;
}

.HomeAboutUs .HomeAboutDetails h1{
	font-size: 22px;
}

.HomeAboutUs .HomeAboutDetails h4{
	font-size: 16px;
}
	
}


@media (min-width: 320px) and (max-width: 660px) {

.HomeAboutUs .HomeAboutBG{
	background-size: cover;
	height:350px;
	background-repeat: no-repeat;
}

.HomeAboutUs .HomeAboutDetails{
	margin-left: 0px;
	margin-top: 40px;
	font-size: 12px;
}

.HomeAboutUs .HomeAboutDetails h2{
	font-size: 20px;
}

.HomeAboutUs .HomeAboutDetails h1{
	font-size: 25px;
}

.HomeAboutUs .HomeAboutDetails h4{
	font-size: 17px;
}

}

/*---------------------------------------------------*/

.HomeOurServices{
	font-family: sourcesanspro-regular;
	text-align: center;
}

.HomeOurServices h1{
	font-family: sourcesanspro-black;
	color:#04B261;
}

.HomeOurServices h3{
	font-size: 20px;
}

.HomeOurServices .Box{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	transition: 1s ease all;
	border-radius: 20px;
	margin-bottom: 20px;
}

.HomeOurServices .Box:hover{
	box-shadow: #EEEEEE 5px 5px 10px 10px;
	transform: translateY(-6px);
}

.HomeOurServices .Box .Details{
	height: 80px;
}

.HomeOurServices a{
	color:#000000;
}

.HomeOurServices a:hover{
	text-decoration: none;
	color:#000000;
}

.HomeOurServices a:focus{
	text-decoration: none;
	color:#000000;
}

.HomeOurServices .Link{
	padding-top: 10px;
}

.HomeOurServices .Link span{
	background-color:#04AF5F;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
	color:#FFFFFF;
	transition: 1s ease all;
}

.HomeOurServices .Link span:hover{
	background-color:#000000;
	color:#FFFFFF;
}

.HomeOurServices .Box:hover  span{
	background-color:#000000;
	color:#FFFFFF;
}

@media (min-width: 666px) and (max-width: 1280px) {

}


@media (min-width: 320px) and (max-width: 660px) {

.HomeOurServices .Box{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

.HomeOurServices h3{
	height: 35px;
	font-size: 17px;
}

.HomeOurServices .Box .Details{
	height: 130px;
}

.HomeOurServices .Link{
	padding-top: 10px;
}

.HomeOurServices .Link span{
	padding-top: 7px;
	padding-bottom: 7px;
}

}

/*---------------------------------------------------*/

.HomeSuccessStories{
	font-family: sourcesanspro-regular;
	background-image: url("../_img/background-terms.jpg");
	background-size: cover;
	color:#000000;
}

.HomeSuccessStories .StoryBG{
	background-size: cover;
	height: 400px;
}

.HomeSuccessStories h1{
	font-family: sourcesanspro-black;
}

.HomeSuccessStories .Bar{
	background-color: #04AF5F;
	width: 10%;
	height: 4px;
	margin-right: auto;
	border-radius: 10px;
}

.HomeSuccessStories .Box{
	padding-left:50px;
	padding-right: 40px;
}

.HomeSuccessStories .Box h3{
	font-family: sourcesanspro-regular;
	font-weight: lighter;
}

@media (min-width: 666px) and (max-width: 1280px) {

.HomeSuccessStories .Box{
	padding-left:20px;
	padding-right: 20px;
}

.HomeSuccessStories .Bar{
	width: 20%;
}
	
}


@media (min-width: 320px) and (max-width: 660px) {

.HomeSuccessStories{
	color:#FFFFFF;
}

.HomeSuccessStories .Bar{
	width: 25%;
}

.HomeSuccessStories .Box{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

}

/* Slider */

.HomeSuccessStories .slick-slide {
    margin: 0px 0px;
}

.HomeSuccessStories .slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*.................................*/

.PageBackgorundImage{
	font-family: sourcesanspro-black;
	height: 300px;
	color:#FFFFFF;
	text-align: center;
	text-transform: uppercase;
}

.PageBackgorundImage h2 span{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: -5px;
}

.PageBackgorundImage h4{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: -5px;
}

.PageBackgorundImage h2{
    padding-top: 150px;
    margin-left: 20px;
    font-size: 25px;
}

/*.................................*/


.PageHeader{
   font-family: sourcesanspro-black;	
	background: #04B261;
	text-align: center;
	color:#FFFFFF;
	padding: 15px;
	font-size: 40px;
}

/*----------------------------------*/

.PageTopLinks{
	background-color: #F0F0F0;
   font-family: montserrat-regular;	
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
}

.PageTopLinks a{
   color: #000000;
}

.PageTopLinks a:hover{
   color: #000000;
	text-decoration: none;
}

/*----------------------------------*/

.PageBackgorund{
	background-color: #F6F5F5;
	height: 250;
}

.PageBackgorundImage{
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 250px;
}
.PageBackgorund h2{
   font-family: montserrat-regular;	
   margin-top: 70px;
	color: #000000;
	font-size: 35px;
}

.BackgroundImage img{
	height: 250px;
	float:right;
}

@media (min-width: 666px) and (max-width: 1280px) {


	
}


@media (min-width: 320px) and (max-width: 660px) {
	

.PageBackgorund h2{
   margin-bottom: 50px;
}
	
.BackgroundImage img{
	float:none;
	margin-left: auto;
	margin-right: auto;
}


}

/*.................................*/

.PageContent{
   font-family: sourcesanspro-regular;
}

.PageContent .AboutText{
   font-family: sourcesanspro-black;
	color:#01448D;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.PageContent h3{
   font-family: sourcesanspro-black;
	color:#04B261;
}


/*.................................*/

.Vision{
	font-family: sourcesanspro-regular;
	background-image: url("../_img/vm_banner.jpg");
	background-size: cover;
}

.Vision .Box{
	background-color: #FFFFFF;
	opacity: 0.9;
	padding: 20px;
	height: 170px;
}

.Vision .Box h2{
	color:#04B261;
}

/*----------------------------------*/

.ServiceBG{
	font-family: sourcesanspro-regular;
}


.ServiceBG .TopBG{
	background-repeat: no-repeat;
	background-size: contain;
	height:400px;
}

.ServiceBG .TopDetails{
	margin-top: 20px;
	padding: 40px;
	font-size: 18px;
}

.ServiceBG .TopDetails h1{
	font-family: sourcesanspro-bold;
	font-size: 45px;
}

@media (min-width: 666px) and (max-width: 1280px) {

	
}


@media (min-width: 320px) and (max-width: 660px) {


.ServiceBG .TopBG{
	height:300px;
}

.ServiceBG .TopDetails{
	margin-top: 0px;
	padding: 20px;
	font-size: 14px;
}

.ServiceBG .TopDetails h1{
	font-size: 25px;
}

}

/*--------------------------------------*/

.Services{
	font-family: sourcesanspro-regular;
	font-size: 14px;
}

.Services h3{
	font-family: sourcesanspro-black;
}

.Services h4{
	font-family: sourcesanspro-black;
	color:#000000;
	font-size: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.Services .ShortIntroBox{
	box-shadow: 5px 5px 10px 10px #EEEEEE;
	padding: 30px;
	text-align: left;
}

.Services .ServicePicture{
	box-shadow: 5px 5px 10px 10px #EEEEEE;
	margin-top: 20px;
	border-radius: 10px;
}

.Services .BoxHeading{
	font-family: sourcesanspro-black;
	background-color: #04B261;
	font-size: 20px;
	padding: 20px;
	color:#FFFFFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.Services .BonxMenu{
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: #EEEEEE 1px solid;
}

.Services .BonxMenu a{
	color:#000000;
}

.Services .BonxMenu a:hover{
	color:#000000;
	text-decoration: none;
}

.Services .BonxMenu span{
  color: #04B261;
}


.Services .CategoryBox{
	margin-bottom: 30px;
	box-shadow: #EAEAEA 5px 5px 10px 10px;
	padding: 10px;
}

.Services .GreenServiceBox{
	background-color:#F2F3F4;
	padding: 30px;
}


.Services .GrayServiceBox{
	background-color:#F6F5F5;
	color:#000000;
	padding: 30px;
}


.Services .GrayServiceBox h4{
	color:#000000;
}

.Services .BlackServiceBox{
	background-color:#000000;
	color:#FFFFFF;
	padding: 30px;
}
.Services .BlackServiceBox h4{
	color:#FFFFFF;
}

.Services .panel-group {
    margin-bottom: 0px;
}

.Services .panel-group .panel-heading{
}

.Services .panel-group .panel-title{
	font-size: 14px;
}

.Services .panel-group .panel-title a:hover{
	text-decoration: none;
}

.Services .panel-group .panel-title a:focus{
	outline: none;
}

.Services .panel-group .collapse{
    border: 1px solid #FFF;
}

.Services .panel-group .ist-group-item{
    border: 1px solid #FFF;
    border-bottom: 1px solid #EEEEEE;
}


/*--------------------------------------*/

.ContactBody {
	font-family: sourcesanspro-regular;
}

.ContactBody .container{
}

.ContactBody .ContactDetails{
	background-color: #F8F8F8;
	color: #00000;
	height: 500px;
	text-align: center;
}

.ContactBody .DetailBox{
	background-color: #04B261;
	color: #000;
	height: 70px;
	width: 50%;
	margin-left: auto;
	text-align: center;
}

.ContactBody .DetailBox .fa{
	color: #FFFFFF;
    font-size: 30px;
	padding-top: 20px;
	padding-right: 10px;
 }

.ContactBody .ContactDetails .fa{
	padding-right: 5px;
	font-size: 35px;
	color: #04B261;
}

.ContactBody .ContactDetails h3{
	text-transform: uppercase;
	text-align: left;
	padding-left: 100px;
}


.ContactBody .Bar{
	background-color: #04B261;
	height: 4px;
	width: 15%;
	margin-left: 100px;
}

.ContactBody .ContactForm{
	padding-left: 30px;
	padding-right: 30px;
	height: 500px;
}

.ContactBody .ContactForm input[type="text"], [type="email"]{
	width: 100%;
	background-color: transparent;
	border:#EAEAEC 0px solid;
	border-bottom: #C2C2C4 2px solid;
	height: 55px;
}

.ContactBody .ContactForm input[type="email"]{
	width: 100%;
	background-color: transparent;
	border:#EAEAEC 0px solid;
	border-bottom: #C2C2C4 2px solid;
	height: 55px;
}

.ContactBody .ContactForm input:focus{
	outline:none;
}

.ContactBody .ContactForm textarea{
	width: 100%;
	background-color: transparent;
	border:#EAEAEC 0px solid;
	border-bottom: #C2C2C4 2px solid;
	padding-top: 20px;
}

.ContactBody .ContactForm textarea:focus{
	outline:none;
}

.ContactBody .ContactForm button{
	width: 250px;
	height: 45px;
	margin-top: 20px;
	background-color: #04B261;
	border:#04B261 2px solid;
	color:#FFFFFF;
	float: right;
	transition: 1s ease all;
}

.ContactBody .ContactForm button:hover{
	background-color: #000000;
	border:#000000 2px solid;
}

@media (min-width: 666px) and (max-width: 1280px) {

.ContactBody .ContactB{
	padding-left: 100px;
	height: 550px;
}
	
.ContactBody .ContactForm{
	padding-left: 30px;
	padding-right: 30px;
	height: 570px;
}
	
}


@media (min-width: 320px) and (max-width: 740px) {


.ContactBody .ContactBg{
	padding-left: 30px;
	height: 400px;
}
	
.ContactBody .ContactForm{
	height: 730px;
}
	
.ContactBody .Bar{
	width: 25%;
}
	
}
/*---------------------------------------------------*/


.HomeBlogs {
	background-color: #FAFAFA;
	font-family: sourcesanspro-regular;
	}

.HomeBlogs h1{
	font-family: sourcesanspro-black;
	text-align: center;
}

.HomeBlogs .Bar{
	background-color: #04AF5F;
	width: 5%;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	margin-top: -5px;
}

.HomeBlogs a{
	color: #6A6969;
	}

.HomeBlogs a:hover{
	color: #6A6969;
	text-decoration: none;
	}

.HomeBlogs .Box{
	box-shadow:
	-webkit-box-shadow: 2px 2px 10px 5px #E4E4E4;
	box-shadow: 2px 2px 10px 5px #E4E4E4;
	margin-bottom: 40px;
	}

.HomeBlogs .Details{
	padding: 20px;
	}

.HomeBlogs .Name{
	color: #04AF5F;
	font-size: 20px;
	height: 130px;
	}

.HomeBlogs .TimePosted span{
	float: right;
	color: #04AF5F;
	font-size: 17px;
	}

.HomeBlogs .TimePosted{
	font-size: 12px;
	color: #8A8A8A;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: #E7E7E7 1px solid;
	}

.HomeBlogs .TimePosted .fa{
	font-size: 20px;
	color: #04AF5F;
	padding-right: 5px;
	}

.HomeBlogs p{
	padding-top: 20px;
	height: 80px;
	}

.HomeBlogs .Link{
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: right;
	}


.HomeBlogs .Link span{
	background-color: #04AF5F;
	border:#04AF5F 2px solid;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	transition: 1s ease all;
	}


.HomeBlogs .Link span:hover{
	background-color: #000000;
	border:#000000 2px solid;
	color: #FFFFFF;
	}

@media (min-width: 666px) and (max-width: 1280px) {


	
}


@media (min-width: 320px) and (max-width: 740px) {


.HomeBlogs .Bar{
	width: 15%;
}
	
}


/*---------------------------------------------------*/

 .BlogsDetails{
	font-family: sourcesanspro-regular;
	color:#000000;
	 background-color: #FAFAFA;
}

 .BlogsDetails span{
	color:#000000;
	float: right;
	 font-size: 14px;
	 padding-top: 10px;
}

 .BlogsDetails .Box{
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: 1px 2px 10px 10px #EEEEEE;
    box-shadow: 1px 2px 10px 3px #EEEEEE;
	 font-size: 12px;
	 margin-bottom: 30px;
}

 .BlogsDetails .Box table{
    margin-top: 20px;
    margin-bottom: 20px;
}


 .BlogsDetails .Box table td{
    border-top:#000000 2px solid;
	 padding-top: 10px;
	 padding-bottom: 10px;
}


 .BlogsDetails .Box h3{
	color:#000000;
}

 .BlogsDetails  .Box .ShareButton a{
	color:#000000;
}

 .BlogsDetails .Box .Details{
	padding-left: 10px;
	 padding-top: 15px;
}


 .BlogsDetails .Box .Bar{
	background-color:#04AF5F;
	 height: 4px;
	 width: 15%;
}

 .BlogsDetails .Box a{
	color:#000000;
}

 .BlogsDetails .Box a:hover{
	color:#000000;
	 text-decoration: none;
}

/*---------------------------------------------------*/

.TopFooter {
	font-family: sourcesanspro-regular;
	background-color: #F2F3F4;
	text-align: center;
	padding-top: 20px;
}

.TopFooter .FooterService{
	background-color: #FFFFFF;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 40px;
}

.TopFooter p{
	font-size: 20px;
	margin-top: -10px;
}

.TopFooter p a{
	color:#000000;
}

.TopFooter p a:hover{
	color:#000000;
	text-decoration: none;
}

.TopFooter .Link{
	font-size: 18px;
	padding-top: 20px;
}

.TopFooter .Link a{
	margin-left: 3px;
	margin-right: 3px;
}

.TopFooter .Callto{
	background-color: #04B261;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	padding-right: 100px;
	transition: 1s ease all;
	color: #FFFFFF;
}

.TopFooter .Callto:hover{
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}


.TopFooter .Email{
	background-color: #000000;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	transition: 1s ease all;
}

.TopFooter .Email:hover{
	background-color: #04B261;
	color: #FFFFFF;
	text-decoration: none;
}
.TopFooter input[type="text"], [type="email"] {
	height: 45px;
	border: 1px solid #000000;
	color: #000000;
	width: 100%;
	margin-bottom: 20px;
}
.TopFooter input[type="text"]:hover {
	height: 45px;
	width: 100%;
}

.TopFooter select {
	background-color: #FFFFFF;
	height: 45px;
	border: 1px solid #000000;
	color: #000000;
	width: 100%;
	margin-bottom: 20px;
}
.TopFooter select:hover {
	height: 45px;
	width: 100%;
}

.TopFooter textarea {
	height: 150px;
	border: 1px solid #000000;
	padding: 10px;
	width: 100%;
}
.TopFooter textarea:hover {
}

.TopFooter .Button{
	background-color: #04B261;
	border: #000000 0px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	padding-right: 100px;
	transition: 1s ease all;
	color: #FFFFFF;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.TopFooter .Button:hover{
	background-color: #000000;
	border: #000000 0px solid;
	color: #ffffff;
	text-decoration: none;
}

.TopFooter .modal-foot{
	margin-bottom: 20px;
}



@media (min-width: 666px) and (max-width: 1280px) {


	
}


@media (min-width: 320px) and (max-width: 740px) {

.TopFooter {
	width: 100%;
	padding-bottom: 20px;
}

.TopFooter h1{
	font-size: 20px;
}
	
.TopFooter p{
	font-size: 13px;
}
.TopFooter .Link{
	font-size: 12px;
	padding-top: 10px;
}

.TopFooter .Link a{
	display:inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.TopFooter .Callto{
	padding-left: 80px;
	padding-right: 80px;
}

}

/*---------------------------------------------------*/

.Footer{
	font-family: sourcesanspro-regular;
	background-color: #F2F3F4;
	color:#000000;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.Footer .FooterHeading{
	text-align: center;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 20px;
	font-size: 25px;
}

.Footer .Box{
}

.Footer .CenterBox{
	border-left: #A8A9AD 2px solid;
	border-right: #A8A9AD 2px solid;
}

.Footer h3{
	font-family: sourcesanspro-regular;
	font-size: 20px;
}

.Footer a{
	color:#000000;
}

.Footer a:hover{
	color:#000000;
	text-decoration:none;
}

.Footer a:focus{
	color:#000000;
	text-decoration:none;
}

.Footer p{
	color:#04AF5F;
	font-size: 17px;
}

.Footer .SocialIcons{
	padding-top: 30px;
	padding-bottom: 30px;
}

.Footer .fa{
	font-size: 35px;
	padding-left: 10px;
	padding-right: 10px;
}

.Footer .FooterLinks{
   font-size: 14px;
	text-transform: uppercase;
}

.Footer .FooterLinks a{
	color:#808285;
}

.Footer .FooterLinks a:nth-child(1){
    border-right: #808285 2px solid;
	padding-left: 10px;
	padding-right: 10px;
}

.Footer .FooterLinks a:nth-child(2){
    border-right: #808285 2px solid;
	padding-left: 10px;
	padding-right: 10px;
}

.Footer .FooterLinks a:nth-child(3){
    border-right: #808285 2px solid;
	padding-left: 10px;
	padding-right: 10px;
}

.Footer .FooterLinks a:nth-child(4){
    border-right: #808285 2px solid;
	padding-left: 10px;
	padding-right: 10px;
}

.Footer .FooterLinks a:nth-child(5){
	padding-left: 10px;
	padding-right: 10px;
}

.Footer .CopyRights{
    color: #808285;
	margin-top: 20px;
}

.Footer .CopyRights a{
    color: #808285;
}

@media (min-width: 666px) and (max-width: 1280px) {

}


@media (min-width: 320px) and (max-width: 660px) {

.Footer .FooterHeading{
	padding: 20px;
	font-size:15px;
	font-family: sourcesanspro-black;
}

.Footer .CenterBox{
	border-left: #A8A9AD 0px solid;
	border-right: #A8A9AD 0px solid;
	border-top: #A8A9AD 1px solid;
	border-bottom: #A8A9AD 1px solid;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.Footer .FooterLinks{
   font-size: 12px;
	text-transform: uppercase;
}

.Footer .FooterLinks a{
	color:#808285;
}

.Footer .FooterLinks a:nth-child(1){
	padding-left: 5px;
	padding-right: 5px;
}

.Footer .FooterLinks a:nth-child(2){
	padding-left: 5px;
	padding-right: 5px;
}

.Footer .FooterLinks a:nth-child(3){
	padding-left: 5px;
	padding-right: 5px;
}

.Footer .FooterLinks a:nth-child(4){
	padding-left: 5px;
	padding-right: 5px;
}

.Footer .FooterLinks a:nth-child(5){
	padding-left: 5px;
	padding-right: 5px;
}

.Footer .FooterLinks a:nth-child(6){
	padding-left: 5px;
	padding-right: 5px;
}

.Footer .CopyRights{
	font-size: 12px;
}

}

/*---------------------------------------------------*/


/*all textfileds*/
label {
	color: #000000;
	font-family: sourcesanspro-regular;
	font-size: 12px;
}
select {
    height: 40px;
    background-color : #f6f6f6;
    border: 1px solid #E4E4E4;
    font-size: 14px;
    font-family: sourcesanspro-regular;
    padding: 0px 10px;
    color: #ACACAC;
    width: 100%;
}
input[type="number"] {
    height: 40px;
    background-color : #f6f6f6;
    border: 1px solid #E4E4E4;
    font-size: 14px;
    font-family: sourcesanspro-regular;
    padding: 0px 10px;
    color: #ACACAC;
    width: 100%;
}
input[type="radio"]{
    height: 15px;
    margin-right: 15px;	
}
/*----
input[type="submit"] {
	height: 45px;
	background-color : #000000;
	border: 0px solid #CCC;
	padding: 0px 10px;
	color: #FFFFFF;
	width: 100%;
	font-family: sourcesanspro-regular;
	font-size: 14px;
}
input[type="submit"]:hover {
	height: 45px;
	background-color : #FFFFFF;
	border: 0px solid #666;
	padding: 0px 10px;
	color: #FECA0A;
	font-family: sourcesanspro-regular;
	font-size: 14px;
	width: 100%;
}
---->
textarea {
	height: 150px;
	background-color : #f6f6f6;
	border: 1px solid #E4E4E4;
	padding: 10px;
	color: #ACACAC;
	width: 100%;
}
textarea:hover {
	background-color : #f6f6f6;
}














