.menu-full-width{margin:0px 0px;background-color:#009742;}
#t_menu, #t_menu ul, #t_menu ul li, #t_menu ul li a, #t_menu #menu-button{padding:0px;text-transform: uppercase;text-decoration:none;}
#t_menu {
	position: relative;
	top: 0px;
	z-index:9999999;
	background-color:#009742;
}

#t_menu,
#t_menu ul,
#t_menu ul li,
#t_menu ul li a,
#t_menu #menu-button {
  margin: 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;
}
#t_menu:after,
#t_menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#t_menu #menu-button {
  display: none;
}

#t_menu > ul > li {
  	color:#fff;
	font-size:16px;
	font-weight:bold;
	float:left;
}
#t_menu li:last-child{
	background:right none;
}
#t_menu.align-center > ul {
  font-size: 16px;
  font-weight:bold;
  text-align: center;
}
#t_menu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#t_menu.align-center ul ul {
  text-align: left;
}
#t_menu.align-right > ul > li {
  float: right;
}
#t_menu > ul > li > a {
 color:#fff;
	display:block;
	padding:15px 30px 15px 30px;
	font-size:16px;
	font-weight:bold;
	
}
#t_menu > ul > li:hover > a {
  color: #ffffff;
  background:#03622c;
}
#t_menu > ul > li a.active {
  color: #ffffff;
  background:#03622c;
}
#t_menu > ul > li.has-sub > a {
  padding-right: 31px;
  font-size:16px;
  font-weight:bold;
}
#t_menu > ul > li.has-sub > a:after {
  position: absolute;
  top: 21px;
  right: 12px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#t_menu > ul > li.has-sub > a:before {
  position: absolute;
  top: 18px;
  right: 15px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#t_menu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#t_menu ul ul {
  position: absolute;
  left: -9999px;
}
#t_menu.align-right ul ul {
  text-align: right;
}
#t_menu 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;
}
#t_menu li:hover > ul {
  left: auto;
}
#t_menu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#t_menu li:hover > ul > li {
  height: auto;
}
#t_menu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#t_menu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#t_menu ul ul li a {
  border-bottom: 1px solid #fff;
  padding: 13px 15px;
  width: 240px;
  font-size: 16px;
  line-height:15px;
  text-decoration: none;
  color: #fff;
  background: #009742;
  text-transform:none;
}
#t_menu ul ul li:last-child > a,
#t_menu ul ul li.last-item > a {
  border-bottom: 0;
}
#t_menu ul ul li:hover > a,
#t_menu ul ul li a:hover {
  color: #ffffff;
  background:#03622c;
}
#t_menu ul ul li.has-sub > a:after {
  position: absolute;
  top: 19px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#t_menu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#t_menu ul ul li.has-sub > a:before {
  position: absolute;
  top: 16px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#t_menu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#t_menu ul ul > li.has-sub:hover > a:before {
  top: 25px;
  height: 0;
}
#t_menu.small-screen {
  width: 100%;
  background:#009742;
}
#t_menu.small-screen ul {
  width: 100%;
  display: none;
}
#t_menu.small-screen.align-center > ul {
  text-align: left;
}
#t_menu.small-screen ul li {
  width: 100%;
   background:right none;
  border-top: 1px solid #fff;
}
#t_menu.small-screen ul ul li,
#t_menu.small-screen li:hover > ul > li {
  height: auto;
}
#t_menu.small-screen ul li a,
#t_menu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#t_menu.small-screen > ul > li {
  float: none;
}
#t_menu.small-screen ul ul li a {
  padding-left: 25px;
}
#t_menu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#t_menu.small-screen ul ul li a {
  color: #fff;
  background: none;
}
#t_menu.small-screen ul ul li:hover > a,
#t_menu.small-screen ul ul li.active > a {
  color: #ffffff;
  background:#03622c;
}
#t_menu.small-screen ul ul,
#t_menu.small-screen ul ul ul,
#t_menu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#t_menu.small-screen > ul > li.has-sub > a:after,
#t_menu.small-screen > ul > li.has-sub > a:before,
#t_menu.small-screen ul ul > li.has-sub > a:after,
#t_menu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#t_menu.small-screen #menu-button {
  display: block;
  padding: 15px 0px;;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  
}
#t_menu.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 0px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
#t_menu.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 0px;
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  content: '';
}
#t_menu.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);
}
#t_menu.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);
}
#t_menu.small-screen .submenu-button {  
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid #fff;
  height: 50px;
  width: 46px;
  cursor: pointer;
}
#t_menu.small-screen .submenu-button.submenu-opened {
  background: #03622c;
}
#t_menu.small-screen ul ul .submenu-button {
  height: 41px;
  width: 37px;
}
#t_menu.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#t_menu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#t_menu.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}
#t_menu.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
}
#t_menu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#t_menu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#t_menu.small-screen.select-list {
  padding: 5px;
}



.footer-about-us p {
  margin-top: 20px !important;
}
.footer-title {
  margin-bottom: 20px;
}




@media screen and (max-width: 768px) and (min-width: 320px) {

}

@media screen and (max-width: 640px) and (min-width: 320px) {
  .footer-about-us p {
    margin-top: 20px !important;
    margin-bottom: 26px;
  }
  .contact-style p {
    margin-bottom: 30px;
  }
  .contact-style .fa {
    margin-bottom: 10px;
  }
  .well {
    text-align: center;
  }
  .line-2 {
    float: none;
  }
}



/*index page*/
.index-compimg{
  padding-top:30px;
  padding-bottom: 20px;
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:100%;
}

/*index testimonial*/
.testmonial-full-width .container{
  padding-top:20px;
}

.owl-pagination{
  display: none;
}


/*.container{
  padding:40px;
}*/



@media screen and (max-width: 1024px) and (min-width:1024px){
  .contact-style{
    background-color:#009742; padding:40px 45px 50px 0px;
  }


  .pad20 p{
         text-align:center;
  }

  .index-compimg{
    width:70%;
  }


}
 

@media screen and (max-width: 768px){
  .index-compimg{
    width:80%;
  }
}


@media screen and (max-width: 520px) and (min-width: 320px) {
  
}

@media screen and (max-width: 425px) and (min-width: 320px) {

   .index-compimg {
    width:100%;
  }


  
}

@media screen and (max-width: 360px) and (min-width: 320px) {
  
}