
















.container-fluid {
    width: 90%;}

p{font-size:18px;font-family: 'Assistant', sans-serif;}
h1{font-size:60;font-family: 'Assistant', sans-serif;}
h2{font-size:34;font-family: 'Assistant', sans-serif;}

body{background: linear-gradient(to bottom, #e5e5e5 0%, #fff 30%);}


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {float:right;
    padding: 10px 30px;
    border: solid 1px #ff6600;
    cursor: pointer;
}

input[type=submit]:hover {
  background-color: #ff6600;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}



@font-face {
      font-family: 'fontello';
      src: url('../font/fontello.eot?80254284');
      src: url('../font/fontello.eot?80254284#iefix') format('embedded-opentype'),
           url('../font/fontello.woff?80254284') format('woff'),
           url('../font/fontello.ttf?80254284') format('truetype'),
           url('../font/fontello.svg?80254284#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
     
     
    .demo-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }
	
	
	

	.carousel-inner .active{border-bottom:0px solid;}
	
	#social{position:absolute;z-index:9;width:100%;}
	#social .container-fluid{width:80%;}
	#social{padding-top:10px; padding-bottom:10px;}
	#social i{float:right;margin-right:20px;background:#f47c5e;width:25px;height:25px;border-radius:30px; padding:6px; color:#9ac3c1;}
	
	
	#header{z-index: 9;
    width: 100%;}
	
	#header img{margin-top:10px;margin-bottom:5px;width: 75%;}
		
	.topnav {    overflow: hidden;
    margin-top: 50px;
   float: right;
	}

	.topnav a {float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Assistant', sans-serif;
	}

	.topnav a:hover {
		border-bottom:3px solid #f47c5e;
	
	}

	.active {
	border-bottom:3px solid #18b105; 
	}

	.topnav .icon {
	  display: none;
	}

	@media screen and (max-width: 600px) {
	  .topnav a:not(:first-child) {display: none;}
	  .topnav a.icon {
		float: right;
		display: block;
	  }
	}

	@media screen and (max-width: 600px) {
	  .topnav.responsive {position: relative;}
	  .topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	  }
	  .topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	  }
	}
		
	
	
	
	
	@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
#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 {    z-index: 9;
  font-family: 'Assistant', sans-serif;float: right;
    top: 60px;
 
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {padding: 10px;
    font-size: 25px;
    letter-spacing: 0px;
    text-decoration: none;
    color: #000000;
    /* font-weight: 700; */
    text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ff6600;
}
#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;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  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;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#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 {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 300px;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    background: #26543a;
}
#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: #ff6600;
}
#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;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  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;
}
#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;
}
@media all and (max-width: 768px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ccc;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
        height: 8px;
    width: 20px;
    border-top: 2px solid #0f7c4f;
    border-bottom: 2px solid #0f7c4f;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #0f7c4f;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #077548;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #077548;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .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 .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
	
	
	.carousel-caption h3{     color:#000000;font-size:40px;font-family: "Nyala", Arial; text-transform:uppercase;}
	.carousel-caption p{color:#000000;line-height:24px;}
	.carousel-caption .top{padding:10px;background:#18b105;border-radius:7px;width:29%;text-align: center;}
	.carousel-caption .top:hover{background:#908e8e; cursor:pointer;}
	.carousel-caption .top:hover a{color:#fff; }
	.carousel-caption .top a{color:#fff;text-decoration:none!important;}
	.carousel-caption {right: 12%;left: 71%;padding-bottom: 290px;text-align: left;}
	.carousel-control.left{background:none;}
	.carousel-control.right{background:none;}
	
	.carousel-indicators .active{background:#18b105;width:13px;height:13px;}
	.carousel-indicators li{background:#908e8e; width:12px;height:12px;}
	
	#banner .carousel-caption{    text-shadow: none;}
	
	











	
	#header .bg{background: #fff; margin-top: 1%;}

	#footer .container-fluid{width:90%;}
	#footer .bg{background: #ced0cf;padding: 30px; padding-top: }
	#footer{padding-bottom:40px;     margin-top: -1%; width: 100%;}
	#footer h2{font-size:24px; color: #000; margin-bottom:30px;font-family: 'Assistant', sans-serif;    }
	#footer h2.ce{   text-align: center;        margin-right: 50%; }
	#footer p{color:#767575;font-family:font-family: 'Assistant', sans-serif;     text-align: left;
    font-size: 20px;}
	#footer i{background:#fff;padding:5px;width: 25px;border-radius: 15px;}
	#footer p:hover{color:#f47c5e;font-weight:600; cursor:pointer;text-decoration: none}
	#footer i:hover{background:#f47c5e;font-weight:600; cursor:pointer;}
	
	
	#footer #rated .container-fluid{width:90%;}
	#footer #rated {  }
	#footer #rated .bg{background:#ff6600; padding: 5px; padding-left: 22px; }
	#footer #rated  small{color:#fff; font-size:1em;letter-spacing: 2px}
	#footer #rated .color{text-align:right;}
	#footer #rated .color span{color:#f47c5e;}
	#footer .box{    border: solid 1px #ff6600;
    padding: 15px;
    min-height: 335px;}
	#footer .pic img{    width: 10%;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
@media only screen and (min-width : 1920px) and (max-width : 2560px){}
@media only screen and (min-width : 1600px) and (max-width : 1919px){
  #cssmenu > ul > li > a {
    padding: 10px;
    font-size: 23px;}
	.topnav a {
    float: left;
    display: block;
    color: #262323;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 26px;
    text-transform: uppercase;
}
.topnav {
    overflow: hidden;
    margin-top: 40px;
    margin-left: 0px;
}

	#header .box i {margin-left: 5px;}
	.carousel-caption{  left: 70%;padding-bottom: 193px;}
	.carousel-caption .top{    width: 32%;}
	
	
#header .box p{    margin-top: 3px;
    margin-bottom: -1px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 3px;}
	
	#header .box {
    padding: 7px;
    background: #47a4ae;
    border-radius: 5px;
    margin-top: 10.6%;}
	
}
@media only screen and (min-width : 1440px) and (max-width : 1599px){
  #cssmenu > ul > li > a {
    font-size: 22px;}
	.topnav {
    overflow: hidden;
       margin-top: 40px;
    margin-left: 0px;
}
	.topnav a{font-size: 22px;padding: 10px 10px;}
	#header .box i {margin-left: 3px;}
	#header .box p {font-size:12px; margin-top: 6px;
    margin-bottom: 3px;
   
    color: #fff;
    text-transform: uppercase;
    margin-left: 4px;
}

#cssmenu {
    font-family: 'Assistant', sans-serif;
    float: right;
    top: 46px;
}

	.carousel-caption{    left: 63%;padding-bottom: 200px;}
	#welcome .box{    margin-top: -7%;}
	
	
	
	
	
}
@media only screen and (min-width : 1366px) and (max-width : 1439px){
	
	#social .container-fluid {width: 90%;}
	#header .container-fluid {width: 90%;}
	.topnav a{   padding: 10px 12px;
    font-size: 22px;}
	
	#header .box p{font-size:14px;    margin-top: 3px;margin-bottom: 3px;    margin-left: -12px;}
	#header .box i {    margin-left: 10px;margin-right: 8px;}
	#header .box{    margin-top: 7%;}
	.topnav{margin-top: 35px;}
	.carousel-caption{    left: 66%;  right:8%;  padding-bottom: 174px;}
	.carousel-caption h3{font-size:35px;margin-bottom:0px;}
	
	#footer .container-fluid {width: 90%;}
	#footer{padding-bottom:30px;}
	#footer h2 {font-size: 22px;margin-top:22px;    margin-bottom: 15px;}
	.carousel-control{width:8%;}
	.carousel-caption .top {padding: 7px;}
	
	
	#cssmenu {
    font-family: 'Assistant', sans-serif;
    float: right;
    top: 40px;
}
#cssmenu > ul > li > a {font-size: 21px;}	
}

@media only screen and (min-width : 1200px) and (max-width : 1365px){
	
	#social .container-fluid {width: 90%;}
	#header .container-fluid {width: 90%;}
	.topnav a{padding: 8px 5px;font-size:22px;}
	#header .box p{    font-size: 11px;
    margin-top: 2px;
    margin-bottom: 0px;
    margin-left: 9px;
}
	#header .box i {margin-left: 1px;margin-right: 2px;}
	.topnav{    margin-top: 31px;}
	.carousel-control{width:6%;}
	.carousel-caption h3{font-size:33px;margin-bottom:0px;}
	.carousel-caption{ left: 66%;      right: 6%;  padding-bottom: 155px;}
	.carousel-caption .top {padding: 7px;}
	
	#footer h2{font-size:20px;margin-top:0px;margin-bottom:15px;}
	
	#footer .container-fluid {width: 90%;}
#cssmenu > ul > li > a {font-size: 18px;}
#cssmenu {
    font-family: 'Assistant', sans-serif;
    float: right;
    top: 35px;
}	
	#footer p { font-size: 18px;}
}
@media only screen and (min-width : 1024px) and (max-width : 1199px){
	
	#cssmenu > ul > li > a {
    padding: 9px;
    top: -25px;
    font-size: 14px;
    letter-spacing: 0px;
    text-decoration: none;
    color: #000000;
    /* font-weight: 700; */
    text-transform: uppercase;
}
		
	#social .container-fluid {width: 90%;}
	#header .container-fluid {width: 90%;}
	
	.topnav a{     font-size: 16px;padding: 7px 5px;}
	#header .box i{    margin-left: 0px;margin-right: 3px;}
	#header .box p{font-size: 12px;
    margin-top: 2px;
    margin-bottom: -1px;
    margin-left: 0px;}
	.topnav{    margin-top: 30px;}
	#social i{width:17px;height:17px;padding:2px;}
	#header{    margin-top: 36px;}
	.carousel-control{width:4%;}
	.carousel-caption h3{font-size:30px;margin-bottom:0px;margin-top:0px;}
	.carousel-caption{    right: 8%;left: 64%;    padding-bottom: 90px;}
	.carousel-caption p{line-height:22px;}
	.carousel-caption .top{width:40%;    padding: 5px;}
	#footer .container-fluid {width: 90%;}
	
	#footer h2 {font-size: 19px;margin-top:0px;margin-bottom:12px;}
	
	#header .col-md-6{padding:4px;}
	#header .box{    margin-top: 6%;}
	
	#footer p { font-size: 14px;}
	#cssmenu > ul > li.has-sub > a:before {top: 12px;}#cssmenu > ul > li.has-sub > a:after {top: 15px;}
	
}
@media only screen and (min-width : 768px) and (max-width :1023px){
	
	
	#cssmenu {
    font-family: 'Assistant', sans-serif;
    float: right;
    top: 2px;
    width:75%;
    position: absolute;
    z-index:100;
}
.open{ background: #077548;}
#cssmenu > ul > li > a {
    padding: 10px;
    font-size: 16px;
    letter-spacing: 0px;
    text-decoration: none;
    color: #ffffff;
    /* font-weight: 700; */
    text-transform: uppercase;
}

.item{ z-index: -10px;}
	#header .topnav img{    margin-top: 20px;width: 95%;}
	#social .container-fluid {width: 90%;}
	#header .container-fluid {width: 90%;}
	.carousel-control{width:5%;}
	
	
	
	#footer .container-fluid {width: 90%;}
	#footer .top{height:255px;}
	#footer h2 {font-size: 20px;margin-top:0px;}
	#footer #rated .container-fluid {width: 90%;}
	.carousel-caption h3{margin-left: 50%;font-size: 19px;margin-bottom:0px;margin-top:0px;}
	.carousel-caption p{    line-height: 18px;font-size: 13px;margin-left: 50%;}
	.carousel-caption{left: 40%;    padding-bottom: 42px;}
	.carousel-caption .top{    padding: 5px;    width: 24%;    margin-left: 50%;}
	
	
	#footer h2.ce {
    text-align: center;
    margin-right: 0%;
}
	
	#footer p {text-align: center;}
	
	
	


#cssmenu {
    font-family: 'Assistant', sans-serif;
    float: right;
    top: 12px;
    
        width: 95%
}

#cssmenu > ul > li > a {
    padding: 10px;
    font-size: 16px;
    letter-spacing: 0px;
    text-decoration: none;
    color: #ffffff;
    /* font-weight: 700; */
    text-transform: uppercase;
}


}
@media only screen and (min-width : 150px) and (max-width : 767px){
		
	#header .box{display:none;}
	#header .container-fluid {width: 90%;}
	
	
	#header{margin-top:33px;}
	.topnav a{display:none;}
	.topnav{margin-top:0px;    margin-left: 85px;}
	.carousel-control{width:7%;}
	.topnav a:hover{background:none!important;}
	#footer .container-fluid {
    width: 95%;
}
	#footer h2{font-size:20px;margin-top:25px;    margin-bottom: 10px;     text-align: center;}
	#footer #rated .container-fluid {width: 95%}
	#footer #rated h4{text-align:center;font-size:14px;}
	#footer p {
    line-height: 23px;
    text-align: center;
}
	.carousel{height:300px;}
	.carousel-inner{height:300px;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{height:300px;}
.carousel-caption h3{font-size:20px;margin-bottom:12px;margin-top:0px;    text-align: center;}
.carousel-caption{padding-bottom:24px;    right: 2%;left: 9%;}
.carousel-caption p{line-height:20px;font-size:14px;margin-bottom:0px;display: none;}
.carousel-caption .top{margin: auto;      padding: 6px;width: 32%;margin-bottom: 36px;}
.carousel-caption .top a{font-size:12px;}
	
.topnav a {    padding: 7px 0px;     font-size: 12px;}	
#footer .centr{text-align:center;}


#cssmenu {
    font-family: 'Assistant', sans-serif;
    float: right;
    top: 2px;
        width: 90%;
    position: absolute;
    z-index:100;
}
.open{ background: #077548;}
#cssmenu > ul > li > a {
    padding: 10px;
    font-size: 16px;
    letter-spacing: 0px;
    text-decoration: none;
    color: #ffffff;
    /* font-weight: 700; */
    text-transform: uppercase;
}

.item{ z-index: -10px;}


#footer .pic{text-align: center;    margin-top: 15px;}

#footer h2.ce {
    text-align: center;
    margin-right: 0;
    margin-top: 70px;
}
}


@media only screen and (max-width : 375px){
	
	.carousel-caption{left: 6%;}
	
	.carousel-indicators .active{width:8px;height:8px;}
	.carousel-indicators li{width:8px;height:8px;}
	.topnav {
    margin-top: 0px;
    margin-left: 45px;}	
}

@media only screen and (max-width : 320px){
	
	.carousel-caption .top{    width: 25%;}
	.carousel-caption {  padding-bottom: 23px;}
	.carousel-caption p {line-height: 17px;}
	#header .topnav img{margin-top:0px;}
	.topnav {
    margin-top: 0px;
    margin-left: 50px;
}
	
}
	
.news-and-events .news-box-1{background:#fff; box-shadow:4px 4px 0 #c7c7c7; height:432px; padding:25px; position:relative}
.news-and-events .news-box-1.two{ height:201px;}

.news-and-events .quality-policy h4{margin:0}

.quality-policy h4{margin:0; font-size:18px; text-transform:uppercase; color:#000}
.quality-policy {text-align:center;}
.quality-policy .data{width: 70%; margin: auto; text-align: left;}
.quality-policy .data p{width: 100%; }
.quality-policy .info{ text-align: left}
.quality-policy .owl-carousel .owl-item{padding:0}
.quality-policy .owl-carousel .owl-pagination{display:none;}

#footlinks p:hover{

text-decoration: overline;
}
#footlinks a:hover{

  text-decoration: none;
  }

.phead{
  text-align:left;color:green;padding-bottom:10px; font-family: 'Assistant', sans-serif;
}  

#in2-banner .vv{  background: url(../images/in2.jpg) center top;height: 380px;}

#in3-banner .vv{  background: url(../images/in3.jpg) center top;height: 380px;}
	