/*--

Author: W3layouts

Author URL: http://w3layouts.com

License: Creative Commons Attribution 3.0 Unported

License URL: http://creativecommons.org/licenses/by/3.0/

--*/

html,
body {
  margin: 0;

  font-size: 100%;

  font-family: "Lato", sans-serif;

  background: #fff;
}

body a {
  text-decoration: none;

  transition: 0.5s all;

  -webkit-transition: 0.5s all;

  -moz-transition: 0.5s all;

  -o-transition: 0.5s all;

  -ms-transition: 0.5s all;
}

a:hover {
  text-decoration: none;
}

input[type="button"],
input[type="submit"] {
  transition: 0.5s all;

  -webkit-transition: 0.5s all;

  -moz-transition: 0.5s all;

  -o-transition: 0.5s all;

  -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;

  font-family: "Raleway", sans-serif;

  font-weight: 600;
}

p {
  margin: 0;

  text-align: justify;
}

ul {
  margin: 0;

  padding: 0;
}

label {
  margin: 0;
}

/*-- header --*/

/*-- Index-Page-Styling --*/

/*-- top-bar-w3layouts --*/

.header {
  position: relative;
}

.header-nav {
  position: relative;
}

.top-bar-w3layouts {
  width: 100%;

  z-index: 99999;

  background: #fff;
}

/*-- Logo --*/

.logo {
  width: 60%;

  float: left;
}

.logo a {
  font-size: 40px;

  font-weight: bolder;

  color: #eee;
}

.logo a:hover {
  color: #fff;
}

/*-- //Logo --*/

/*-- Info --*/

.info {
  width: 40%;

  float: left;

  padding-top: 20px;
}

.info .email,
.info .phone {
  width: 50%;

  float: left;
}

.info p {
  color: #eee;

  font-size: 13px;
}

.info a {
  color: #fff;
}

.info a:hover {
  color: #009688;
}

.info span.glyphicon {
  margin-right: 5px;
}

.navbar-brand {
  line-height: 0px !important;
}

.navbar-brand {
  float: none;
}

nav.linkEffects.linkHoverEffect_12 ul {
  margin-top: 6px;
}

/*-- //Info --*/

/*-- //top-bar-w3layouts --*/

/*--banner-slider--*/

#slider2,
#slider3 {
  box-shadow: none;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  margin: 0 auto;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, 0.1);

  color: #fff;

  font-weight: bold;
}

.events {
  list-style: none;
}

.callbacks_container {
  position: relative;

  float: left;

  width: 100%;
}

.callbacks {
  position: relative;

  list-style: none;

  overflow: hidden;

  width: 100%;

  padding: 0;

  margin: 0;
}

.callbacks li {
  position: absolute;

  width: 100%;
}

.callbacks img {
  position: relative;

  z-index: 1;

  height: auto;

  border: 0;
}

.callbacks .caption {
  display: block;

  position: absolute;

  z-index: 2;

  font-size: 20px;

  text-shadow: none;

  color: #fff;

  left: 0;

  right: 0;

  padding: 10px 20px;

  margin: 0;

  max-width: none;

  top: 10%;

  text-align: center;
}

.callbacks_nav {
  position: absolute;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  bottom: 45%;

  left: 0;

  z-index: 3;

  text-indent: -9999px;

  overflow: hidden;

  text-decoration: none;

  width: 32px;

  height: 32px;
}

.callbacks_nav:hover {
  opacity: 0.5;
}

.callbacks_nav.next {
  left: auto;

  left: 51%;
}

.callbacks_nav.prev {
  background: transparent url(../images/left11.png) no-repeat;

  left: 6%;
}

.callbacks_nav.next {
  background: transparent url(../images/right11.png) no-repeat;

  left: 92%;
}

#slider3-pager a {
  display: inline-block;
}

#slider3-pager span {
  float: left;
}

#slider3-pager span {
  width: 100px;

  height: 15px;

  background: #fff;

  display: inline-block;

  border-radius: 30em;

  opacity: 0.6;
}

#slider3-pager .rslides_here a {
  background: #fff;

  border-radius: 30em;

  opacity: 1;
}

#slider3-pager a {
  padding: 0;
}

#slider3-pager li {
  display: inline-block;
}

.rslides {
  position: relative;

  list-style: none;

  overflow: hidden;

  width: 100%;

  padding: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;

  position: absolute;

  display: none;

  width: 100%;

  left: 0;

  top: 0;
}

.rslides li {
  position: relative;

  display: block;

  float: left;
}

.rslides img {
  height: auto;

  border: 0;
}

.callbacks_tabs {
  list-style: none;

  position: absolute;

  bottom: 21%;

  left: 68.5%;

  padding: 0;

  margin: 0;

  z-index: 990;

  display: block;

  text-align: center;
}

.slider-top span {
  font-weight: 600;
}

.callbacks_tabs li {
  display: inline-block;

  margin: 0 5px;
}

.animated {
  z-index: 99;
}

/*----*/

.callbacks_tabs a {
  visibility: hidden;
}

.callbacks_tabs a:after {
  content: "\f111";

  font-size: 0;

  font-family: FontAwesome;

  visibility: visible;

  display: block;

  height: 14px;

  width: 14px;

  display: inline-block;

  background: #fff;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -o-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  box-shadow: 2px 2px 5px #000000;

  -webkit-box-shadow: 2px 2px 5px #000000;

  -o-box-shadow: 2px 2px 5px #000000;

  -moz-box-shadow: 2px 2px 5px #000000;

  -ms-box-shadow: 2px 2px 5px #000000;
}

.callbacks_here a:after {
  background: #93c83f;
}

/*----*/

.slider_banner_info_w3ls {
  margin-top: 23%;
}

.slider_banner_info_w3ls h4 {
  font-size: 5em;

  line-height: 1.5em;

  text-align: center;

  color: #fff;

  font-weight: 700;

  letter-spacing: 4px;
}

.slider_banner_info_w3ls h4 span {
  color: #93c83f;

  display: block;
}

img.img-responsive {
  width: 100%;
}

.plant-img {
  position: relative;
  overflow: hidden;
}

.plant-img img {
  width: 100%;
  transition: 300ms;
}

.plant-img img:hover {
  transform: scale(1.1);
}

/*.slider-img1 {

	background: url(../images/slider/1.jpg) no-repeat 0px 0px;

}



.slider-img2 {

	background: url(../images/slider/2.jpg) no-repeat 0px 0px;

}



.slider-img3 {

	background: url(../images/slider/3.jpg) no-repeat 0px 0px;

}

.slider-img4 {

	background: url(../images/slider/4.jpg) no-repeat 0px 0px;

}

.slider-img5 {

	background: url(../images/slider/5.jpg) no-repeat 0px 0px;

}

.slider-img6 {

	background: url(../images/slider/6.jpg) no-repeat 0px 0px;

}

.slider-img7 {

	background: url(../images/slider/7.jpg) no-repeat 0px 0px;

}

.slider-img8{

	background: url(../images/slider/8.jpg) no-repeat 0px 0px;

}

.slider-img9{

	background: url(../images/slider/h1.jpg) no-repeat 0px 0px;

}

.slider-img10{

	background: url(../images/slider/h2.jpg) no-repeat 0px 0px;

}*/

.slider-img1,
.slider-img2,
.slider-img3,
.slider-img4,
.slider-img5,
.slider-img6,
.slider-img7,
.slider-img8,
.slider-img9,
.slider-img10 {
  background-size: 100% auto !important;
  -webkit-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -ms-background-size: 100% auto !important;
  min-height: 705px;
}

/*.slider-img9,.slider-img10 {*/

/*	background-size: cover;*/

/*	-webkit-background-size: cover;*/

/*	-o-background-size: cover;*/

/*	-moz-background-size: cover;*/

/*	-ms-background-size: cover;*/

/*	min-height: 420px;*/

/*}*/

/*-- //Slider --*/

/* -- TOP HEADER */

.top-middle li {
  display: inline-block;
}

.top .top-middle,
.top .top-right {
  padding: 0px;
}

footer .top-left {
  padding: 4px 0 0;

  text-align: left;
}

footer .top-right {
  text-align: right;
}

footer .top-left li {
  display: inline-block;

  color: #fff;

  margin-right: 2em;

  letter-spacing: 1px;
}

footer .top-left li a {
  color: #fff;
}

.top {
  padding: 10px 0;

  background: #eb540a;
}

.top-middle {
  text-align: right;

  float: right;

  margin-top: 20px;
}

.top-left p {
  color: #fff;

  font-size: 16px;

  margin-top: 3px;
}

.top-left i.fa {
  margin-right: 2px;

  color: #fff;

  font-size: 20px;
}

.top-middle li {
  margin-left: 15px;
}

.top-middle .fa-facebook {
  font-size: 16px;

  text-align: center;

  line-height: 29px;

  width: 30px;

  height: 30px;
}

.top-middle .fa-facebook:hover {
  background: #ed1c24;

  color: #ececec;

  border: 1px solid #ed1c24;
}

.top-middle .fa-instagram {
  font-size: 16px;

  text-align: center;

  line-height: 29px;

  width: 30px;

  height: 30px;
}

.top-middle .fa-instagram:hover {
  background: #ed1c24;

  color: #ececec;

  border: 1px solid #ed1c24;
}

.top-middle .fa-youtube {
  font-size: 16px;

  text-align: center;

  line-height: 29px;

  width: 30px;

  height: 30px;
}

.top-middle .fa-youtube:hover {
  background: #ed1c24;

  color: #ececec;

  border: 1px solid #ed1c24;
}

.top-middle .fa-linkedin {
  font-size: 16px;

  text-align: center;

  line-height: 29px;

  width: 30px;

  height: 30px;
}

.top-middle .fa-linkedin:hover {
  background: #0077b5;

  color: #ececec;

  border: 1px solid #0077b5;
}

.top-middle i.fa {
  border: 1px solid #eb540a;

  color: #eb540a;

  transition: 0.5s all;

  -webkit-transition: 0.5s all;

  -moz-transition: 0.5s all;

  -o-transition: 0.5s all;

  -ms-transition: 0.5s all;
}

/* -- //TOP HEADER */

/*-- Navbar --*/

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-default .navbar-brand {
  font-size: 3em;

  color: #fff;

  text-shadow: 3px 3px #000000;

  text-decoration: none;

  font-weight: bold;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-nav > li {
  float: left;

  margin: 0px 8px;
}

.navbar-default .navbar-nav > li > a {
  color: #000000;

  letter-spacing: 0px;

  text-transform: capitalize;

  padding: 15px 0px;

  font-weight: 400;

  font-size: 16px;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #fff;

  background: none !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #303841;

  border-color: #000;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #ed1c24;

  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #000;

  background-color: transparent;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #93c83f;

  background-color: #f5f5f5;
}

.navbar-default .navbar-nav > li > a.active {
  color: #ed1c24;
}

.navbar-default {
  border-color: #e7e7e7;

  border: none !important;

  background: none !important;
}

.navbar {
  border-radius: 0 !important;
}

.navbar-brand {
  float: left;

  height: 50px;

  padding: 15px 15px;

  line-height: 45px;
}

ul.dropdown-menu {
  top: 134%;

  background: rgba(21, 29, 37, 0.77);

  border: none;
}

.dropdown-menu > li > a {
  padding: 7px 20px;

  color: #fff;

  font-weight: 300;

  letter-spacing: 2px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a.active {
  text-decoration: none;

  background: none;
}

/*-- nav-effect --*/

/* Effect 13: three circles */

.cl-effect-13 ul li a {
  -webkit-transition: color 0.3s;

  -moz-transition: color 0.3s;

  transition: color 0.3s;
}

.cl-effect-13 ul li a::before {
  position: absolute;

  top: 50%;

  left: 50%;

  color: transparent;

  content: ".";

  text-shadow: 0 0 transparent;

  font-size: 2em;

  -webkit-transition: text-shadow 0.3s, color 0.3s;

  -moz-transition: text-shadow 0.3s, color 0.3s;

  transition: text-shadow 0.3s, color 0.3s;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  transform: translateX(-50%);
}

.cl-effect-13 ul li a:hover::before,
.cl-effect-13 ul li a:focus::before,
ul.nav.navbar-nav li.active a::before {
  color: #fff;

  text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.navbar-default {
  background: rgba(0, 0, 0, 0.72);

  border: none;

  border-radius: 0;
}

.navbar-nav,
.header-top {
  padding-right: 0em;

  margin-top: 1.5em;
}

.header-nav {
  position: relative;
}

.cl-effect-13 ul li a:hover::before,
.cl-effect-13 ul li a:focus::before,
ul.nav.navbar-nav li a.active::before {
  color: #fff;

  text-shadow: 10px 0 #fff, -10px 0 #fff;
}

/*-- //nav-effect --*/

.navbar-header h1 a {
  font-size: 1.4em;

  color: #1e3953;

  text-decoration: none;

  font-weight: 700;

  margin: 0.3em 0;

  display: inline-block;
}

.navbar-header h1 a img {
  width: 200px;

  float: left;
}

.navbar-brand {
  float: left;

  padding: 0 !important;

  line-height: 45px;
}

/*-- /Navbar --*/

/*-- search --*/

.search-bar-agileits {
  position: relative;
}

.cd-main-header {
  /* Force Hardware Acceleration in WebKit */

  -webkit-transform: translateZ(0);

  -moz-transform: translateZ(0);

  -ms-transform: translateZ(0);

  -o-transform: translateZ(0);

  transform: translateZ(0);

  will-change: transform;
}

.cd-main-header {
  -webkit-transition: -webkit-transform 0.3s;

  -moz-transition: -moz-transform 0.3s;

  transition: transform 0.3s;
}

.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
  -webkit-transform: translateX(-260px);

  -moz-transform: translateX(-260px);

  -ms-transform: translateX(-260px);

  -o-transform: translateX(-260px);

  transform: translateX(-260px);
}

.nav-on-left .cd-main-content.nav-is-visible,
.nav-on-left .cd-main-header.nav-is-visible {
  -webkit-transform: translateX(260px);

  -moz-transform: translateX(260px);

  -ms-transform: translateX(260px);

  -o-transform: translateX(260px);

  transform: translateX(260px);
}

.cd-header-buttons {
  position: absolute;

  display: inline-block;

  top: -64px;

  right: 1px;
}

.cd-header-buttons li {
  display: inline-block;
}

.cd-search-trigger,
.cd-nav-trigger {
  position: relative;

  display: block;

  width: 44px;

  height: 44px;

  overflow: hidden;

  white-space: nowrap;

  color: transparent;

  z-index: 3;

  background: none;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
  /* search icon */

  content: "";

  position: absolute;

  -webkit-transition: opacity 0.3s;

  -moz-transition: opacity 0.3s;

  transition: opacity 0.3s;

  /* Force Hardware Acceleration in WebKit */

  -webkit-transform: translateZ(0);

  -moz-transform: translateZ(0);

  -ms-transform: translateZ(0);

  -o-transform: translateZ(0);

  transform: translateZ(0);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

.cd-search-trigger::before {
  top: 11px;

  left: 11px;

  width: 18px;

  height: 18px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  border: 3px solid #000;
}

.cd-search-trigger::after {
  /* handle */

  height: 3px;

  width: 8px;

  background: #000;

  bottom: 14px;

  right: 11px;

  -webkit-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  transform: rotate(45deg);
}

.cd-search-trigger span {
  /* container for the X icon */

  position: absolute;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
  /* close icon */

  content: "";

  position: absolute;

  display: inline-block;

  height: 3px;

  width: 22px;

  top: 50%;

  margin-top: -2px;

  left: 50%;

  margin-left: -11px;

  background: #000;

  opacity: 0;

  /* Force Hardware Acceleration in WebKit */

  -webkit-transform: translateZ(0);

  -moz-transform: translateZ(0);

  -ms-transform: translateZ(0);

  -o-transform: translateZ(0);

  transform: translateZ(0);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;

  -moz-transition: opacity 0.3s, -moz-transform 0.3s;

  transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  transform: rotate(45deg);
}

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
  /* hide search icon */

  -moz-opacity: 0;

  opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
  /* show close icon */

  -moz-opacity: 1;

  opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);

  -moz-transform: rotate(135deg);

  -ms-transform: rotate(135deg);

  -o-transform: rotate(135deg);

  transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  transform: rotate(45deg);
}

.cd-search {
  position: absolute;

  width: 100%;

  top: 0em;

  left: 0;

  z-index: 3;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;

  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;

  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-search input {
  border-radius: 0;

  border: none;

  background: rgba(0, 0, 0, 0.75);

  width: 100%;

  padding: 0 5%;

  -webkit-box-shadow: inset 0 3px 0 #93c83f, 0 3px 6px rgba(0, 0, 0, 0.05);

  -moz-box-shadow: inset 0 3px 0 #93c83f, 0 3px 6px rgba(0, 0, 0, 0.05);

  box-shadow: inset 0 3px 0 #93c83f, 0 3px 6px rgba(0, 0, 0, 0.05);

  -webkit-appearance: none;

  -moz-appearance: none;

  -ms-appearance: none;

  -o-appearance: none;

  appearance: none;

  font-size: 1em;

  padding: 1em 2em;

  color: #fff;

  letter-spacing: 1px;
}

.cd-search input::-webkit-input-placeholder {
  color: #fff;
}

.cd-search input::-moz-placeholder {
  color: #fff;
}

.cd-search input:-moz-placeholder {
  color: #fff;
}

.cd-search input:-ms-input-placeholder {
  color: #fff;
}

.cd-search input:focus {
  outline: none;
}

.cd-search.is-visible {
  -moz-opacity: 1;

  opacity: 1;

  visibility: visible;

  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;

  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;

  transition: opacity 0.3s 0s, visibility 0s 0s;
}

/*-- //search --*/

/*-- //Banner-Slider --*/

/*-- Events --*/

.register-left {
  background: url(../images/about.png) no-repeat 0px 0px;

  background-size: cover;

  -webkit-background-size: cover;

  -o-background-size: cover;

  -moz-background-size: cover;

  -ms-background-size: cover;

  min-height: 500px;

  padding: 0;
}

.events-section {
  background: url(../images/bann1.jpg) no-repeat 0px 0px;

  background-size: cover;

  -webkit-background-size: cover;

  -o-background-size: cover;

  -moz-background-size: cover;

  -ms-background-size: cover;

  background-attachment: fixed;

  padding: 5em 0;
}

.live-info {
  padding: 1.5em 1.5em 3em;

  background: #fff;

  box-shadow: 1px 1px 17px #ffffff;
}

.live-info h4 {
  font-size: 24px;

  letter-spacing: 1px;

  color: #93c83f;

  text-transform: uppercase;

  font-weight: 700;

  text-align: center;
}

p.para-1 {
  font-size: 16px;

  letter-spacing: 1px;

  color: #9f9f9f;

  text-align: center;

  line-height: 28px;

  margin-top: 1em;
}

.live-info ul {
  margin-bottom: 1em;

  text-align: center;
}

.live-info ul li {
  display: inline-block;

  list-style: none;

  color: #00030a;

  letter-spacing: 1px;

  font-size: 15px;

  font-weight: 700;
}

.live-info ul li span {
  display: inline-block;

  color: #93c83f;

  margin-right: 10px;

  font-size: 18px;
}

/*-- // Events --*/

/*--Blog--*/

.testimonials-main img {
  margin: 0 auto;

  width: 50%;

  float: right;
}

.testimonials-main {
  float: right;

  width: 100%;
}

.inner-testimonials-w3ls {
  position: relative;
}

.testimonial-info-wthree {
  padding: 6em 2em 0em 1em;

  width: 50%;

  float: left;
}

.testimonial-info-wthree h5 {
  font-size: 20px;

  letter-spacing: 1px;

  text-transform: capitalize;

  color: #93c83f;
}

.testimonial-info-wthree span {
  display: block;

  margin: 0.8em 0;

  font-size: 16px;

  letter-spacing: 1px;

  font-style: italic;

  color: #000;
}

/*-//Blog-*/

/*-- Experience--*/

.edu-right,
.exp-left {
  margin-bottom: 30px;

  border: 1px solid #d7d7d7;
}

.edu-right h6,
.exp-left h6 {
  font-size: 15px;

  color: #fff;
}

.edu-right h5,
.exp-left h5 {
  font-size: 20px;

  padding: 8px 0px;

  text-transform: capitalize;

  letter-spacing: 1px;

  color: #000;
}

.edu-right p,
.exp-left p {
  font-size: 14px;

  color: #93c83f;
}

.education-info h4,
.exp-info-right h4 {
  font-size: 26px;

  text-transform: uppercase;

  text-align: center;

  letter-spacing: 1px;

  margin-bottom: 2em;

  color: #93c83f;
}

.education-info,
.exp-info-right {
  padding: 0em;
}

.ex-top li {
  display: block;

  line-height: 2em;

  font-size: 16px;

  color: #fff;

  letter-spacing: 1px;
}

.ex-top {
  background: #1e3953;

  padding: 3em 3em 3em;
}

span.fa.fa-check {
  padding-right: 20px;

  color: #93c83f;
}

.back-shadow {
  -webkit-box-shadow: -3px 7px 39px -5px rgba(0, 0, 0, 0);

  -moz-box-shadow: -3px 7px 39px -5px rgba(0, 0, 0, 0);

  box-shadow: -3px 7px 39px -5px rgb(0, 0, 0);
}

.edu-right:nth-child(4),
.exp-left:nth-child(4) {
  margin-bottom: 0em;
}

.experience {
  padding: 0 0;
}

.ex-lt {
  float: left;

  background: #93c83f;

  width: 17%;

  padding: 13px 0;
}

.ex-lt span {
  display: block;
}

.ex-rt {
  float: left;

  width: 83%;

  padding: 24px 27px 18px;
}

.ex-lt h6 {
  font-size: 25px;

  text-align: center;

  line-height: 1.5em;

  font-weight: 600;

  letter-spacing: 2px;
}

/*--//Experience--*/

/*-- Main Css --*/

/*-- Main --*/

h3.tittle-w3ls {
  color: #000000;

  font-size: 3.5em;

  text-align: left;

  text-transform: capitalize;

  letter-spacing: 2px;

  font-weight: 400;

  margin-bottom: 0.9em;
}

h5.sub-title {
  font-size: 20px;

  color: #fff;

  letter-spacing: 2px;

  font-weight: 500;
}

p.para-w3-agileits {
  font-size: 16px;

  letter-spacing: 1px;

  color: #fff;

  line-height: 30px;

  margin-bottom: 2em;
}

h3.title-txt {
  text-align: center;

  text-transform: capitalize;

  font-size: 3em;

  color: #000;

  margin-bottom: 1em;

  letter-spacing: 2px;
}

h3.title-txt span {
  color: #eb540a;
}

h3.title-txt.two,
p.two {
  color: #ffffff;
}

.testimonials {
  padding: 5em 0;
}

/*--// Main Css --*/

p.para-w3ls {
  font-size: 16px;

  letter-spacing: 1px;

  color: #9f9f9f;

  line-height: 30px;

  margin-bottom: 2em;
}

/*-- services --*/

.w3-agile-services {
  padding: 5em 0;
}

.w3l-heading h3,
.w3l-heading h2 {
  text-align: center;
}

.w3l-services-heading h3 {
  color: #ffffff;
}

.services-right-grid {
  text-align: center;
}

.services-icon i.fa {
  color: #93c83f;

  font-size: 3em;
}

.modal-title {
  text-align: center;

  font-size: 2em;

  text-transform: uppercase;

  font-weight: 600;

  margin: 0.5em 0;

  color: #00bcd4;

  letter-spacing: 1px;
}

.span1 {
  color: #000;
}

.agileits-w3layouts-info p {
  font-size: 1em;

  line-height: 1.8em;

  color: #999;
}

.modal-content {
  border-radius: 0px;
}

.agileits-w3layouts-info img {
  width: 100%;
}

.services-right-grid:hover i.fa {
  color: #2f679e;

  transition: 0.5s all;

  -webkit-transition: 0.5s all;

  -o-transition: 0.5s all;

  -moz-transition: 0.5s all;

  -ms-transition: 0.5s all;
}

.services-icon-info h5 {
  color: #00030a;

  font-size: 20px;

  font-weight: 700;

  margin: 2em 0 0 0;

  letter-spacing: 1px;
}

.services-right-grids:nth-child(2) {
  margin: 3em 0 0 0;
}

.services-icon-info p {
  color: #231f20;

  font-size: 1em;

  margin: 0em 4px 8px 6px;

  line-height: 1.8em;
  text-align: justify;
}

.services-icon-info h4 {
  margin: 1em 0 0 0;

  padding: 1em;

  background: #93c83f;

  width: 42%;

  margin: 1em auto;

  border-radius: 6%;
}

.services-icon-info h4:hover {
  background: #03a9f4;
}

.services-icon-info h4 a {
  text-decoration: none;

  color: #fff;
}

.se-top {
  border: 1px solid #e5e7e9;

  padding: 40px 20px;
}

/*-- //services --*/

/*-- stats --*/

.about {
  background: url(../images/bann3.jpg) no-repeat 0px 0px;

  background-size: cover;

  -webkit-background-size: cover;

  -o-background-size: cover;

  -moz-background-size: cover;

  -ms-background-size: cover;

  background-attachment: fixed;

  background-position: bottom-right;

  padding: 5em 0;
}

h3.subheading-w3-agile {
  font-size: 40px;

  margin-bottom: 1em;

  color: #fff;
}

.about-main {
  background: #1e3953;

  padding: 4em 4em;

  width: 50%;
}

.stat-grids p {
  font-size: 2.3em;

  font-weight: 700;

  letter-spacing: 3px;

  color: #fff;
}

.stat-grids h3 {
  font-size: 1.2em;

  color: #93c83f;

  letter-spacing: 1px;

  font-weight: 700;

  margin-top: 5px;
}

.stat-grids:nth-child(1),
.stat-grids:nth-child(2) {
  margin-bottom: 1.5em;
}

/*--//stats --*/

/*-- Gallery --*/

/*-- img-hover-effect --*/

.gallery {
  padding: 0em 0 5em 0;
  margin-top: -150px;
}

.adipoli-wrapper {
  margin: auto;

  position: relative;

  display: inline-block;
}

.adipoli-wrapper > img {
  position: absolute;

  z-index: 1;
}

.adipoli-before {
  position: absolute;

  z-index: 5;
}

.adipoli-after {
  position: absolute;

  z-index: 10;
}

.adipoli-slice {
  display: block;

  position: absolute;

  z-index: 15;

  height: 100%;

  background-size: cover !important;
}

.gallery-grids img {
  width: 100% !important;
}

.gallery-grids {
  padding-left: 5px !important;

  padding-right: 5px !important;

  margin-bottom: 4px;
}

#gallery {
  background: #f4f4f4;
}

/*-- //img-hover-effect --*/

/*--// Gallery --*/
.partnerlogo-main {
  width: 100%;
  float: left;
  margin: 30px 0px 30px 0px;
  padding: 0px;
}

.p-2 {
  padding: 10px !important;
}

.p-3 {
  padding: 16px !important;
}

.gallery-main {
  width: 100%;
  float: left;
  margin: 30px 0px 30px 0px;
  padding: 0px;
}

.gallery-main ul {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.gallery-main ul li,
section.coman-page .left-part .gallery-main ul li {
  width: 20%;
  max-width: 250px;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 20px 1.5% 10px 1.5%;
  padding: 0px;
  background: none;
  float: none;
  box-shadow:0px 3px 8px rgb(0 0 0 / 40%);
}

.gallery-main.awardgrid ul li {
  width: 33%;
  max-width: 340px;
  position: relative;
    overflow: hidden;
  min-height: 360px;
}
.gallery-main.certificategrid ul li {
  width: 33%;
  max-width: 340px;
  position: relative;
    overflow: hidden;
}
/* .gallery-main.awardgrid ul li .gallery-thumb */
.gallery-main ul li .gallery-thumb {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}
.gallery-main.certificategrid ul li .gallery-thumb {
  height: auto !important;
}
.gallery-main.awardgrid ul li .gallery-thumb img
{
  margin: 8px 0 0px 0;
}
.gallery-main.certificategrid ul li .gallery-thumb img {
  height: 450px
}
.gallery-main ul li .gallery-thumb img {
  width: 100%;
  height: 170px;
  display: block;
  margin:0;
}

.gallery-main ul li .gallery-thumb img:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.gallery-main .awerd_description{ max-height:160px; overflow:auto;}

.gallery-main ul li iframe {
  width: 100%;
  float: left;
  height: 191px;
  margin: 0px;
  padding: 0px;
}
.gallery-main ul li.galleryimg, .gallery-main ul li.video
{
	position: relative;
    overflow: hidden;
}
.gallery-main ul li.galleryimg .gallery-thumb img, .gallery-main ul li.video .gallery-thumb img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gallery-main ul li.galleryimg .gallery-thumb img:hover, .gallery-main ul li.video .gallery-thumb img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*--// Product --*/

.product-main {
  width: 100%;
  float: left;
  margin: 30px 0px 30px 0px;
  padding: 0px;
}

.product-main ul {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.product-main ul li,
section.coman-page .left-part .product-main ul li {
  width: 33%;
  max-width: 340px;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 20px 1.5% 10px 1.5%;
  padding: 20px;
  background: none;
  float: none;
  position: relative;
    overflow: hidden;
	box-shadow:0px 1px 5px rgb(0 0 0 / 40%);
	
	
}

.product-main ul li .product-thumb {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  
}

.product-main ul li .video
{
  height: 330px;
}
.product-main ul li .desc p
{
  text-align: center;
}
.product-main ul li .product-thumb img {
  width: 100%;
  height: 350px;
  display: block;
}
.product-main ul li img{transition:all ease-in-out 0.4s;}
.product-main ul li img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.product-main ul li iframe {
  width: 100%;
  float: left;
  height: 191px;
  margin: 0px;
  padding: 0px;
}
/*-- team --*/

.filter-button {
  font-size: 18px;
  border: 1px solid #42b32f;
  border-radius: 5px;
  text-align: center;
  color: #42b32f;
  margin-bottom: 30px;
}
.filter-button:hover {
  font-size: 18px;
  border: 1px solid #42b32f;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #42b32f;
}
.filter-button:active {
  background-color: #42b32f;
  color: white;
}

.thumbnail.team-w3agile img {
  margin: 0 auto;

  width: inherit;

  width: 100%;
}

.team-grids {
  padding: 0 !important;
}

.team-grids:nth-child(2),
.team-grids:nth-child(4) {
  padding-top: 5em !important;
}

.thumbnail.team-w3agile {
  position: relative;

  overflow: hidden;
}

.thumbnail {
  padding: 0px;

  border: none;

  border-radius: 0;

  margin-bottom: 0;
}

.thumbnail.team-w3agile h4 {
  font-size: 1.5em;

  font-weight: 500;

  color: #fff;

  text-transform: capitalize;

  letter-spacing: 1px;
}

.caption p {
  font-size: 15px;

  color: #93c83f;

  letter-spacing: 0.6px;

  margin: 4px 0 11px;
}

.team-info {
  position: absolute;

  bottom: -227px;

  margin: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.59);

  border-top: 5px solid #93c83f;

  padding: 1em;

  -webkit-transition: 0.5s all;

  transition: 0.5s all;

  -moz-transition: 0.5s all;

  width: 100%;

  text-align: center;
}

.thumbnail.team-w3agile:hover div.team-info {
  bottom: 0px;
}

.thumbnail.team-w3agile:hover {
  border-color: #fdbd10;
}

.thumbnail .caption {
  padding: 0px;
}

.team {
  padding: 0 0;
}

/*-- //team --*/

/*-- social-icons --*/

.w3ls-social-icons a {
  background: #93c83f;

  width: 30px;

  height: 30px;

  margin-left: 1em;

  color: #fff;

  border: 1px solid rgba(51, 51, 51, 0);

  display: inline-block;

  text-align: center;

  transition: 0.5s all;

  -webkit-transition: 0.5s all;

  -o-transition: 0.5s all;

  -ms-transition: 0.5s all;

  -moz-transition: 0.5s all;
}

.bottom-social-w3ls .w3ls-social-icons a,
.team-info .w3ls-social-icons a {
  margin: 0em 0.5em;
}

.w3ls-social-icons span {
  font-size: 15px;

  color: #fff;

  line-height: 28px;

  transition: 0.5s all;

  -webkit-transition: 0.5s all;

  -o-transition: 0.5s all;

  -ms-transition: 0.5s all;

  -moz-transition: 0.5s all;
}

.w3ls-social-icons a:hover span {
  color: #ffffff;
}

.w3ls-social-icons a:hover {
  background: transparent;

  border: 1px solid #ffffff;

  color: #ffffff;
}

.top-header-main {
  padding: 1em 0em;
}

.header-address h6 {
  font-size: 0.9em;

  color: #fff;

  display: inline-block;
}

.logo h1 {
  font-size: 2.5em;
}

/*-- //social-icons --*/

/*-- footer --*/

.footer h6 {
  font-size: 16px;

  color: #bfbfbf;

  text-align: left;

  line-height: 36px;
}

span.eme {
  float: right;
}

.footer {
  background: #0b0c11;

  padding: 5em 0em;
}

.w3layouts_footer_grid.hpft {
  padding: 0 3em;
}

.w3layouts_footer_grid h2,
.w3layouts_footer_grid h3 {
  font-size: 24px;

  color: #fff;

  position: relative;

  margin-bottom: 1.5em;

  letter-spacing: 2px;
}

h3.heading-agileinfo.white-w3ls {
  color: #f8b239;

  font-size: 35px;

  line-height: 48px;
}

.more-button a {
  font-size: 15px;

  background: #f8b239;

  color: #fff;

  padding: 8px 25px;

  display: inline-block;

  margin-top: 2em;
}

.more-button a:hover {
  background: #000;
}

ul.links li {
  list-style: none;

  color: #fff;

  margin-bottom: 10px;
}

.w3layouts_footer_grid h2 span,
.w3layouts_footer_grid h3 span {
  color: #efb14f;
}

ul.links li a {
  color: #fff;
}

.social_agileinfo li {
  display: inline-block;
}

.social_agileinfo li a {
  width: 40px;

  height: 40px;

  display: block;

  border: 1px solid #fff;

  text-align: center;

  color: #fff;
}

.social_agileinfo li a i {
  font-size: 18px;

  line-height: 2em;
}

.w3_facebook:hover {
  border: 1px solid #3b5998;

  background: #3b5998;
}

.w3_twitter:hover {
  border: 1px solid #1da1f2;

  background: #1da1f2;
}

.w3_instagram:hover {
  border: 1px solid #833ab4;

  background: #833ab4;
}

.w3_google:hover {
  border: 1px solid #dd4b39;

  background: #dd4b39;
}

.w3l_footer_nav {
  margin: 3em 0 3em;
}

.w3l_footer_nav li {
  display: inline-block;

  margin-right: 4em;
}

.w3l_footer_nav li a {
  color: #fff;

  font-weight: 400;

  text-decoration: none;

  font-family: "Raleway", sans-serif;

  letter-spacing: 2px;
}

.w3l_footer_nav li a:hover,
.w3l_footer_nav li a.active {
  color: #ff4c4c;
}

.w3layouts_footer_grid p {
  font-size: 15px;

  line-height: 1.8em;

  margin-bottom: 2em;

  color: #bfbfbf;

  letter-spacing: 1px;
}

footer {
  width: 100%;
  float: left;
  background: #eb540a;
  padding: 10px 0;
}

p.copyright {
  color: #fff;

  line-height: 1.8em;

  letter-spacing: 2px;

  text-align: right;

  margin-top: 0em;
}

p.copyright a {
  color: #fff;

  text-decoration: underline;
}

p.copyright a:hover {
  color: #93c83f;
}

.w3layouts_footer_grid form {
  border: 1px solid #fff;

  width: 100%;
}

.w3layouts_footer_grid input[type="email"] {
  outline: none;

  padding: 15px 15px;

  color: #fff;

  font-size: 14px;

  width: 86%;

  border: none;

  background: rgba(0, 0, 0, 0.22);

  letter-spacing: 2px;
}

button.btn1 {
  color: #fff;

  border: none;

  padding: 15px 0;

  text-align: center;

  text-decoration: none;

  background: #93c83f;

  -webkit-transition: 0.5s all;

  -moz-transition: 0.5s all;

  -o-transition: 0.5s all;

  -ms-transition: 0.5s all;

  transition: 0.5s all;

  float: right;

  width: 14%;
}

ul.con_inner_text li {
  list-style-type: none;

  color: #bfbfbf;

  line-height: 1.8em;

  font-size: 15px;

  margin-bottom: 17px;

  letter-spacing: 1px;
}

ul.con_inner_text li label {
  display: block;

  margin-left: 1.7em;
}

ul.con_inner_text span {
  margin-right: 13px;

  color: #93c83f;
}

ul.con_inner_text li a {
  color: #bfbfbf;
}

ul.con_inner_text li label {
  color: #bfbfbf;

  margin-right: 1em;

  font-weight: 400 !important;
}

ul.con_inner_text.midimg li {
  display: inline-block;

  float: left;

  width: 22%;
}

/*-- //footer --*/

.ab-agile h3 {
  text-transform: uppercase;

  font-size: 30px;

  font-weight: 600;

  color: #93c83f;

  letter-spacing: 1px;

  margin-bottom: 1em;
}

.ab-agile p {
  font-size: 15px;

  line-height: 28px;

  color: #3e3e3e;

  margin-bottom: 1em;
}

.ab-agile p.para1 {
  margin-bottom: 2em;
}

.ab-agile i.fa.fa-check {
  color: #93c83f;

  padding-right: 1em;

  font-size: 1.2em;
}

.about-1 {
  padding: 5em 0;
}
.team-row {
  width: 100%;
  float: left;
}
.team-row .col-md-6 {
  margin: 80px 0px 20px 0px;
}

/*-- icons --*/

.codes a {
  color: #999;
}

.icon-box {
  padding: 8px 15px;

  background: rgba(149, 149, 149, 0.18);

  margin: 1em 0 1em 0;

  border: 5px solid #ffffff;

  text-align: left;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  font-size: 13px;

  transition: 0.5s all;

  -webkit-transition: 0.5s all;

  -o-transition: 0.5s all;

  -ms-transition: 0.5s all;

  -moz-transition: 0.5s all;

  cursor: pointer;
}

.icon-box:hover {
  background: #000;

  transition: 0.5s all;

  -webkit-transition: 0.5s all;

  -o-transition: 0.5s all;

  -ms-transition: 0.5s all;

  -moz-transition: 0.5s all;
}

.icon-box:hover i.fa {
  color: #fff !important;
}

.icon-box:hover a.agile-icon {
  color: #fff !important;
}

.codes .bs-glyphicons li {
  float: left;

  width: 12.5%;

  height: 115px;

  padding: 10px;

  line-height: 1.4;

  text-align: center;

  font-size: 12px;

  list-style-type: none;
}

.codes .bs-glyphicons .glyphicon {
  margin-top: 5px;

  margin-bottom: 10px;

  font-size: 24px;
}

.codes .glyphicon {
  position: relative;

  top: 1px;

  display: inline-block;

  font-family: "Glyphicons Halflings";

  font-style: normal;

  font-weight: 400;

  line-height: 1;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  color: #777;
}

.codes .bs-glyphicons .glyphicon-class {
  display: block;

  text-align: center;

  word-wrap: break-word;
}

h3.icon-subheading {
  font-size: 28px;

  color: #93c83f !important;

  margin: 30px 0 15px;

  font-weight: 700;

  letter-spacing: 2px;
}

h3.agileits-icons-title {
  text-align: center;

  font-size: 33px;

  color: #222222;

  font-weight: 700;

  letter-spacing: 2px;
}

.icons a {
  color: #999;
}

.icon-box i {
  margin-right: 10px !important;

  font-size: 20px !important;

  color: #282a2b !important;
}

.bs-glyphicons li {
  float: left;

  width: 18%;

  height: 115px;

  padding: 10px;

  line-height: 1.4;

  text-align: center;

  font-size: 12px;

  list-style-type: none;

  background: rgba(149, 149, 149, 0.18);

  margin: 1%;
}

.bs-glyphicons .glyphicon {
  margin-top: 5px;

  margin-bottom: 10px;

  font-size: 24px;

  color: #282a2b;
}

.glyphicon {
  position: relative;

  top: 1px;

  display: inline-block;

  font-family: "Glyphicons Halflings";

  font-style: normal;

  font-weight: 400;

  line-height: 1;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  color: #777;
}

.bs-glyphicons .glyphicon-class {
  display: block;

  text-align: center;

  word-wrap: break-word;

  color: #777;
}

@media (max-width: 991px) {
  h3.agileits-icons-title {
    font-size: 28px;
  }

  h3.icon-subheading {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  h3.agileits-icons-title {
    font-size: 28px;
  }

  h3.icon-subheading {
    font-size: 25px;
  }

  .row {
    margin-right: 0;

    margin-left: 0;
  }

  .icon-box {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .icon-box {
    float: left;

    width: 50%;
  }
}

@media (max-width: 480px) {
  .bs-glyphicons li {
    width: 31%;
  }
}

@media (max-width: 414px) {
  h3.agileits-icons-title {
    font-size: 23px;
  }

  h3.icon-subheading {
    font-size: 22px;
  }

  .bs-glyphicons li {
    width: 31.33%;
  }
}

@media (max-width: 384px) {
  .icon-box {
    float: none;

    width: 100%;
  }
}

/*-- //icons --*/

.w3_wthree_agileits_icons.main-grid-border {
  padding: 5em 0;
}

/*--Typography--*/

.well {
  font-weight: 300;

  font-size: 14px;
}

.list-group-item {
  font-weight: 300;

  font-size: 14px;
}

li.list-group-item1 {
  font-size: 14px;

  font-weight: 300;
}

.typo p {
  font-size: 14px;

  font-weight: 300;
}

.show-grid [class^="col-"] {
  background: #fff;

  text-align: center;

  margin-bottom: 10px;

  line-height: 2em;

  border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}

.grid_3 {
  margin-bottom: 2em;
}

.xs h3,
h3.m_1 {
  color: #000;

  font-size: 1.7em;

  font-weight: 300;

  margin-bottom: 1em;
}

.grid_3 p {
  color: #999;

  font-size: 0.85em;

  margin-bottom: 1em;

  font-weight: 300;
}

.grid_4 {
  background: none;

  margin-top: 50px;
}

.label {
  font-weight: 300 !important;

  border-radius: 4px;
}

.grid_5 {
  background: none;

  padding: 2em 0;
}

.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg,
h3.bars {
  margin-bottom: 1em;

  color: #93c83f;

  font-weight: 700;

  font-size: 30px;

  letter-spacing: 2px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: none !important;
}

.tab-content > .active {
  display: block;

  visibility: visible;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 0;
}

.badge-primary {
  background-color: #03a9f4;
}

.badge-success {
  background-color: #fb5710;
}

.badge-warning {
  background-color: #ffc107;
}

.badge-danger {
  background-color: #e51c23;
}

.grid_3 p {
  line-height: 2em;

  color: #888;

  font-size: 0.9em;

  margin-bottom: 1em;

  font-weight: 300;
}

.bs-docs-example {
  margin: 1em 0;
}

section#tables p {
  margin-top: 1em;
}

.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;

  border: 1px solid #e0e0e0;

  padding: 16px;

  background-color: #ffffff;
}

.table td,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 15px !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  font-size: 0.9em;

  color: #999;

  border-top: none !important;
}

.tab-content > .active {
  display: block;

  visibility: visible;
}

.label {
  font-weight: 300 !important;
}

.label {
  padding: 4px 6px;

  border: none;

  text-shadow: none;
}

.alert {
  font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
  line-height: 2em;

  margin-top: 0.5em;

  margin-bottom: 0.5em;
}

li.list-group-item1 {
  line-height: 2.5em;
}

.input-group {
  margin-bottom: 20px;
}

.in-gp-tl {
  padding: 0;
}

.in-gp-tb {
  padding-right: 0;
}

.list-group {
  margin-bottom: 48px;
}

ol {
  margin-bottom: 44px;
}

h2.typoh2 {
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .grid_5 {
    padding: 0 0 1em;
  }

  .grid_3 {
    margin-bottom: 0em;
  }
}

@media (max-width: 640px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 0px;

    margin-bottom: 0px;
  }

  .grid_5 h3,
  .grid_5 h2,
  .grid_5 h1,
  .grid_5 h4,
  .grid_5 h5,
  h3.hdg,
  h3.bars {
    margin-bottom: 0.5em;
  }

  .progress {
    height: 10px;

    margin-bottom: 10px;
  }

  ol.breadcrumb li,
  .grid_3 p,
  ul.list-group li,
  li.list-group-item1 {
    font-size: 14px;
  }

  .breadcrumb {
    margin-bottom: 25px;
  }

  .well {
    font-size: 14px;

    margin-bottom: 10px;
  }

  h2.typoh2 {
    font-size: 1.5em;
  }

  .label {
    font-size: 60%;
  }

  .in-gp-tl {
    padding: 0 1em;
  }

  .in-gp-tb {
    padding-right: 1em;
  }
}

@media (max-width: 480px) {
  .grid_5 h3,
  .grid_5 h2,
  .grid_5 h1,
  .grid_5 h4,
  .grid_5 h5,
  h3.hdg,
  h3.bars {
    font-size: 1.2em;
  }

  .table h1 {
    font-size: 26px;
  }

  .table h2 {
    font-size: 23px;
  }

  .table h3 {
    font-size: 20px;
  }

  .label {
    font-size: 53%;
  }

  .alert,
  p {
    font-size: 14px;
  }

  .pagination {
    margin: 20px 0 0px;
  }

  .grid_3.grid_4.w3layouts {
    margin-top: 25px;
  }
}

@media (max-width: 320px) {
  .grid_4 {
    margin-top: 18px;
  }

  h3.title {
    font-size: 1.6em;
  }

  .alert {
    padding: 10px;

    margin-bottom: 10px;
  }

  ul.pagination li a {
    font-size: 14px;

    padding: 5px 11px;
  }

  .list-group {
    margin-bottom: 10px;
  }

  .well {
    padding: 10px;
  }

  .nav > li > a {
    font-size: 14px;
  }

  table.table.table-striped,
  .table-bordered,
  .bs-docs-example {
    display: none;
  }
}

/*-- //typography --*/

.typo {
  padding: 5em 0;
}

/* contact */

.contact {
  padding: 5em 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
textarea,
select {
  margin: 0.5em 0;

  padding: 0.7em 1em;

  font-size: 0.9em;

  width: 100%;

  /*background: transparent;*/

  border: 1px solid #fff;

  letter-spacing: 2px;
}

textarea {
  height: 150px;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  box-shadow: none;

  border: 1px solid transparent;
}

.contact-form ::-webkit-input-placeholder {
  color: #999 !important;
}

.contact-form input[type="submit"] {
  background: #93c83f;

  border: 1px solid #93c83f;

  padding: 0.5em 2em;

  text-transform: uppercase;

  color: #fff;

  font-size: 0.9em;

  letter-spacing: 2px;
}

.contact-form input[type="submit"]:hover {
  background: none;

  border: 1px solid #93c83f;

  color: #93c83f;
}

.map iframe {
  border: 5px solid rgb(147, 200, 63);

  width: 100%;

  height: 400px;

  margin-bottom: 1.5em;
}

.contact-form {
  padding: 4em 3em;

  background: #1e3953;
}

.contact-form h4.heading {
  text-align: left;

  font-size: 35px;

  margin-bottom: 20px;

  font-weight: 600;

  text-transform: capitalize;

  color: #93c83f;

  letter-spacing: 1px;
}

.contact-grid1 i {
  font-size: 25px;

  color: #93c83f;

  margin-bottom: 15px;
}

.contact-right p {
  font-weight: 600;

  font-size: 18px;

  color: #444;

  margin-bottom: 5px;
}

.contact-right span,
.contact-right a {
  font-size: 15px;

  color: #464646;

  letter-spacing: 1px;

  line-height: 26px;
}

/* contact */

/*-- to-top --*/

#toTop {
  display: none;

  text-decoration: none;

  position: fixed;

  bottom: 35px;

  right: 2%;

  overflow: hidden;

  z-index: 999;

  width: 32px;

  height: 32px;

  border: none;

  text-indent: 100%;

  background: url(../images/arr.png) no-repeat 0px 0px;
}

#toTopHover {
  width: 32px;

  height: 32px;

  display: block;

  overflow: hidden;

  float: right;

  opacity: 0;

  -moz-opacity: 0;

  filter: alpha(opacity=0);
}

/*-- //to-top --*/

/*--responsive--*/

@media (max-width: 1900px) {
  .slider-img1,
  .slider-img2,
  .slider-img3,
  .slider-img4,
  .slider-img5,
  .slider-img6,
  .slider-img7,
  .slider-img8,
  .slider-img9,
  .slider-img10 {
    min-height: 670px;
  }
}

@media (max-width: 1590px) {
  .slider-img1,
  .slider-img2,
  .slider-img3,
  .slider-img4,
  .slider-img5,
  .slider-img6,
  .slider-img7,
  .slider-img8,
  .slider-img9,
  .slider-img10 {
    min-height: 565px;
  }
}

@media (max-width: 1280px) {
  .slider_banner_info_w3ls h4 {
    padding: 0 1em;

    font-size: 4.5em;

    line-height: 1.3em;
  }

  .slider-img1,
  .slider-img2,
  .slider-img3,
  .slider-img4,
  .slider-img5,
  .slider-img6,
  .slider-img7,
  .slider-img8,
  .slider-img9,
  .slider-img10 {
    min-height: 530px;
  }

  .slider_banner_info_w3ls {
    margin-top: 19%;
  }

  h3.tittle-w3ls {
    font-size: 3.3em;

    margin-bottom: 0.7em;
  }
}

@media (max-width: 1080px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
  .navbar-nav,
  .header-top {
    margin-top: 0;
  }
  .navbar-nav > li {
    margin: 0px 9px;
  }

  .slider_banner_info_w3ls h4 {
    font-size: 4em;
  }

  .slider-img1,
  .slider-img2,
  .slider-img3,
  .slider-img4,
  .slider-img5,
  .slider-img6,
  .slider-img7,
  .slider-img8,
  .slider-img9,
  .slider-img10 {
    min-height: 430px;
  }

  .stat-grids h3 {
    font-size: 1.1em;
  }

  .testimonial-info-wthree {
    padding: 3em 2em 0em 1em;
  }

  .banner {
    min-height: 270px;
  }

  .about-main {
    width: 56%;
  }
}

@media (max-width: 1050px) {
}

@media (max-width: 1024px) {
  .slider_banner_info_w3ls h4 {
    font-size: 3.5em;

    padding: 0 0em;
  }
}

@media (max-width: 991px) {
  .navbar-header h1 a {
    font-size: 1.2em;

    margin: 0.3em 0;
  }

  .navbar-header h1 a img {
    width: 120px;
  }

  .navbar-nav > li {
    margin: 0px 10px;
  }

  .navbar-default .navbar-nav > li > a {
    font-size: 16px;

    padding: 10px 7px;
  }

  .navbar-nav,
  .header-top {
    margin-top: 0em;
  }

  .cd-header-buttons {
    top: -58px;

    right: 0px;
  }

  .slider-img1,
  .slider-img2,
  .slider-img3,
  .slider-img4,
  .slider-img5,
  .slider-img6,
  .slider-img7,
  .slider-img8,
  .slider-img9,
  .slider-img10 {
    min-height: 450px;
  }

  .slider_banner_info_w3ls {
    margin-top: 22%;
  }

  .live-info h5 {
    font-size: 17.5px;
  }

  .gallery-grids {
    padding-left: 5px !important;

    padding-right: 5px !important;

    margin-bottom: 4px;

    float: left;

    width: 50%;
  }

  h3.tittle-w3ls {
    font-size: 3.2em;

    margin-bottom: 0.6em;
  }

  .testimonials-main img {
    width: 69.5%;

    float: none;
  }

  .testimonial-info-wthree {
    padding: 0;

    width: 70%;

    float: none;

    margin: 1.5em auto 0;

    box-sizing: border-box;
  }

  .stats {
    margin-top: 1em;
  }

  .contact-form {
    margin-bottom: 2em;
  }

  .map {
    padding: 0;
  }

  .contact-grid1 {
    float: left;

    width: 33.33%;
  }

  .w3layouts_footer_grid.hpft {
    padding: 1em 1em;
  }

  .top-left li {
    margin-right: 1em;

    letter-spacing: 0px;
  }

  .top .top-left {
    float: left;
  }

  .top-middle {
    float: right;
  }

  .top-middle li {
    margin-left: 6px;
  }

  .banner {
    min-height: 230px;
  }

  .about-main {
    padding: 3em 3em;

    width: 66%;
  }

  h3.subheading-w3-agile {
    font-size: 36px;
  }

  .se-top {
    padding: 40px 20px;
  }

  .exp-info-right {
    margin-top: 2em;
  }

  .exp-matter {
    padding: 0;
  }
}

@media (max-width: 800px) {
  .slider_banner_info_w3ls h4 {
    font-size: 3em;

    padding: 0 1em;

    letter-spacing: 3px;
  }

  .slider-img1,
  .slider-img2,
  .slider-img3,
  .slider-img4,
  .slider-img5,
  .slider-img6,
  .slider-img7,
  .slider-img8,
  .slider-img9,
  .slider-img10 {
    min-height: 322px;
  }

  .reserve-form {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .contact {
    padding: 3em 0;
  }

  h3.title-txt {
    font-size: 2.7em;

    margin-bottom: 1em;
  }

  .footer {
    padding: 3em 0em;
  }

  .w3_wthree_agileits_icons.main-grid-border {
    padding: 3em 0;
  }

  .typo {
    padding: 3em 0;
  }

  .gallery {
    padding:0em 0;
  }

  .ab-agile h3 {
    font-size: 26px;
  }

  .about-1 {
    padding: 3em 0;
  }

  .team {
    padding: 3em 0;
  }

  .w3-agile-services {
    padding: 3em 0;
  }

  .testimonials {
    padding: 3em 0;
  }

  .events-section {
    padding: 3em 0;
  }

  .experience {
    padding: 3em 0;
  }
}

@media (max-width: 767px) {
  .navbar-collapse.in {
    overflow-y: hidden;

    width: 100%;
  }

  .navbar-default .navbar-brand {
    margin-top: 27px;
  }

  .navbar-header {
    margin: 0px;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 253, 253, 0.42);
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #f00;
  }

  .navbar-default .navbar-toggle {
    border-color: #f00;
  }

  .navbar-toggle {
    position: relative;

    float: right;

    padding: 9px 10px;

    margin-top: 20px;

    margin-right: 50px;

    margin-bottom: 0px;

    background-color: transparent;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 4px;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    margin-top: 0em;

    margin-left: 0;

    float: none;
  }

  nav#nav-effect ul li {
    padding: 9px 7px;

    width: 100%;

    text-align: center;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
  }

  .cd-header-buttons {
    top: -54px;
  }

  .navbar-nav > li {
    float: none;

    display: block;

    text-align: center;

    margin: 0px 0px;
  }

  .navbar-nav,
  .header-top {
    padding-right: 0em;

    margin-top: 0em;
  }

  .navbar-default .navbar-nav > li > a {
    display: inline-block;
  }

  ul.dropdown-menu {
    text-align: center;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;

    display: inline-block;

    position: relative;

    padding: 0.5em 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background: none;
  }
}

@media (max-width: 736px) {
  .slider_banner_info_w3ls h4 {
    padding: 0 0.5em;
  }

  .callbacks_nav.prev {
    left: 3%;
  }

  .callbacks_nav.next {
    left: 93%;
  }

  h3.tittle-w3ls {
    font-size: 3.05em;

    margin-bottom: 0.5em;
  }

  .thumbnail.team-w3agile {
    float: left;

    width: 50%;
  }

  .services-right-grid:nth-child(2) {
    margin: 1.5em 0;
  }

  .live-grids-w3ls:nth-child(3) {
    margin: 1.5em 0;
  }
}

@media (max-width: 667px) {
  .slider_banner_info_w3ls h4 {
    font-size: 2.5em;

    line-height: 1.5em;
  }

  .slider-img1,
  .slider-img2,
  .slider-img3,
  .slider-img4,
  .slider-img5,
  .slider-img6,
  .slider-img7,
  .slider-img8,
  .slider-img9,
  .slider-img10 {
    min-height: 280px;
  }

  .top-left li {
    font-size: 14px;

    margin-right: 0.8em;
  }
}

@media (max-width: 640px) {
  .flex-direction-nav a {
    width: 28px;

    height: 41px;
  }

  /*.flex-direction-nav a {
    background: #3be8b0 url(../images/right.png) no-repeat 2px 9px;
  }

  .flex-direction-nav .flex-next {
    background: #3be8b0 url(../images/left.png) no-repeat 1px 9px;

    right: 96%;
  }*/

  .flex-direction-nav .flex-prev {
    left: 4.1%;
  }

  .testimonials-main img {
    width: 82%;

    float: none;
  }

  .testimonial-info-wthree {
    width: 82%;
  }

  .banner {
    min-height: 200px;
  }

  .top-left li {
    font-size: 16px;
  }

  .top-middle {
    float: right;

    width: 100%;

    text-align: center;

    margin-top: 0em;
    margin-bottom: 1em;
  }

  .top .top-left {
    float: left;

    width: 100%;

    text-align: center;
  }

  .contact-form h4.heading {
    font-size: 30px;
  }

  .contact-form {
    padding: 2em 2em;
  }
}

@media (max-width: 600px) {
  .slider_banner_info_w3ls h4 {
    font-size: 2.3em;

    line-height: 1.3em;
  }

  .slider-img1,
  .slider-img2,
  .slider-img3,
  .slider-img4,
  .slider-img5,
  .slider-img6,
  .slider-img7,
  .slider-img8,
  .slider-img9,
  .slider-img10 {
    min-height: 250px;
  }

  .mid-fields {
    margin-bottom: 0em;
  }
}

@media (max-width: 568px) {
  .testimonials-main img {
    width: 80.5%;
  }

  h3.tittle-w3ls {
    font-size: 2.8em;

    letter-spacing: 1px;
  }

  .live-info h4 {
    line-height: 28px;
  }

  .callbacks_nav.next {
    left: 92%;
  }

  .top-left li {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .slider_banner_info_w3ls h4 {
    font-size: 2em;

    line-height: 1.4em;

    letter-spacing: 2px;
  }

  .slider-img1,
  .slider-img2,
  .slider-img3,
  .slider-img4,
  .slider-img5,
  .slider-img6,
  .slider-img7,
  .slider-img8,
  .slider-img9,
  .slider-img10 {
    min-height: 200px;
  }

  h3.subheading-w3-agile {
    font-size: 23px;

    line-height: 30px;
  }

  h3.tittle-w3ls {
    line-height: 50px;
  }

  .flex-direction-nav .flex-prev {
    left: 4%;
  }

  .testimonials-main img {
    width: 78%;
  }

  .callbacks_nav.next {
    left: 91%;
  }

  .banner {
    min-height: 180px;
  }

  .contact-grid1 {
    float: left;

    width: 54%;
  }

  .contact-grid1:nth-child(2) {
    margin: 2em 0;
  }

  .bottom-social-w3ls .w3ls-social-icons a,
  .team-info .w3ls-social-icons a {
    margin: 0em 0.2em;
  }

  .about-main {
    width: 100%;
  }

  .stat-grids h3 {
    font-size: 0.9em;
  }

  .thumbnail.team-w3agile h4 {
    font-size: 1.2em;
  }

  .edu-right h5,
  .exp-left h5 {
    font-size: 15px;
  }

  .ex-lt h6 {
    font-size: 23px;
  }

  footer .top-right {
    padding: 0;
  }
  p.copyright {
    text-align: left;
  }
}

@media (max-width: 440px) {
  .callbacks_nav.prev,
  .callbacks_nav.next {
    background-size: 20px;

    width: 20px;

    height: 20px;
  }

  .slider_banner_info_w3ls {
    margin-top: 25%;
  }

  .slider_banner_info_w3ls h4 {
    padding: 0 0em;
  }

  .callbacks_nav {
    bottom: 40%;
  }

  .stat-grids {
    width: 100%;
  }

  .stat-grids:nth-child(1),
  .stat-grids:nth-child(2),
  .stat-grids:nth-child(3) {
    margin-bottom: 1em;
  }

  .testimonials-main img {
    width: 100%;
  }

  .flex-direction-nav .flex-next {
    right: 93%;
  }

  .flex-direction-nav .flex-prev {
    left: 7.2%;
  }

  .testimonial-info-wthree {
    width: 100%;
  }

  .testimonials-main {
    float: none;

    width: 100%;

    padding: 0;
  }

  .map iframe {
    height: 250px;
  }

  .ex-rt {
    padding: 13px 27px 13px;
  }
}

@media (max-width: 384px) {
  .navbar-header h1 a {
    font-size: 1.1em;
  }

  .slider_banner_info_w3ls h4 {
    font-size: 1.8em;
  }

  .slider-img1,
  .slider-img2,
  .slider-img3,
  .slider-img4,
  .slider-img5,
  .slider-img6,
  .slider-img7,
  .slider-img8,
  .slider-img9,
  .slider-img10 {
    min-height: 160px;
  }

  .flex-direction-nav .flex-next {
    right: 91.8%;
  }

  .flex-direction-nav .flex-prev {
    left: 8.4%;
  }

  .contact-grid1 {
    width: 65%;
  }

  .banner {
    min-height: 150px;
  }

  .gallery-grids {
    padding-left: 0px !important;

    padding-right: 0px !important;

    margin-bottom: 4px;

    float: left;

    width: 100%;
  }

  .ab-agile h3 {
    font-size: 21px;
  }

  .thumbnail.team-w3agile {
    width: 100%;
  }

  .w3layouts_footer_grid h2,
  .w3layouts_footer_grid h3 {
    margin-bottom: 1em;
  }

  .ex-rt {
    width: 74%;
  }

  .ex-lt {
    width: 25%;
  }

  .education-info h4,
  .exp-info-right h4 {
    font-size: 21px;

    margin-bottom: 1em;
  }
}

@media (max-width: 375px) {
  .slider_banner_info_w3ls h4 {
    letter-spacing: 1px;
  }

  .flex-direction-nav .flex-next {
    right: 91.5%;
  }

  .education-info h4,
  .exp-info-right h4 {
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  .navbar-header h1 a img {
    width: 120px;
  }

  .navbar-toggle .icon-bar {
    width: 20px;

    height: 2px;
  }

  .navbar-toggle {
    padding: 7px 7px;

    margin-top: 20px;

    margin-right: 44px;
  }

  .navbar-header h1 a {
    font-size: 0.87em;

    margin: 0.5em 0;
  }

  .cd-search-trigger,
  .cd-nav-trigger {
    width: 40px;

    height: 40px;
  }

  .cd-search-trigger::before {
    top: 8px;

    left: 9px;
  }

  .cd-search-trigger::after {
    bottom: 12px;

    right: 9px;
  }

  .cd-header-buttons {
    top: -49px;
  }

  .slider_banner_info_w3ls {
    margin-top: 34%;
  }

  .stat-grids {
    padding: 0;
  }

  .flex-direction-nav .flex-next {
    right: 89.6%;
  }

  .flex-direction-nav .flex-prev {
    left: 10.4%;
  }

  .footer-section h2 a {
    font-size: 1.2em;

    letter-spacing: 1px;
  }

  button.btn1 {
    width: 18%;
  }

  .w3layouts_footer_grid input[type="email"] {
    width: 82%;
  }

  .contact-grid1 {
    width: 86%;
  }

  h3.title-txt {
    font-size: 2.3em;

    margin-bottom: 0.8em;
  }

  .banner {
    min-height: 120px;
  }

  .top-left li {
    margin-right: 0;
  }

  .top-left li:nth-child(2) {
    margin: 10px 0;
  }

  .contact {
    padding: 2.5em 0;
  }

  .contact-form h4.heading {
    font-size: 26px;
  }

  .w3_wthree_agileits_icons.main-grid-border {
    padding: 2.5em 0;
  }

  .typo {
    padding: 2.5em 0;
  }

  .gallery {
    padding: 2.5em 0;
  }

  .team {
    padding: 2.5em 0;
  }

  .about {
    padding: 3em 0;
  }

  .about-1 {
    padding: 2.5em 0;
  }

  .services-icon-info h5 {
    font-size: 18px;

    letter-spacing: 0px;
  }

  .w3-agile-services {
    padding: 2.5em 0px;
  }

  .testimonials {
    padding: 2.5em 0px;
  }

  .live-info h4 {
    font-size: 20px;
  }

  .ex-rt {
    padding: 13px 20px 13px;
  }

  .ex-top {
    padding: 2em 2em 2em;
  }

  .experience {
    padding: 2.5em 0px;
  }

  .education-info h4,
  .exp-info-right h4 {
    font-size: 20px;

    letter-spacing: 0px;
  }
}

/*--responsive--*/

/********   yusuf css  *********/

.col-sm-4.yf_FUTURE {
  position: relative;

  top: 91px;

  font-size: 14px;

  color: #fff;
}

.yf_FUTURE p {
  text-align: justify;
}

.col-sm-4.yf_GOAL {
  position: relative;

  top: 91px;
}

.yf_GOAL li {
  font-size: 14px;
}

.yf_GOAL h3 {
  font-size: 21px;

  font-weight: bold;

  padding-left: 18px;
}

.yf_FUTURE h3 {
  font-size: 21px;

  font-weight: bold;
}

.col-sm-4.yf_FUTURE {
  padding-right: 46px;
}

section.yf_mission {
  position: relative;
  top: -182px;
}

section.yf_mission .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.yf_mission .row .col-sm-4.yf_FUTURE {
  width: calc(33.33333333% - 15px);
  padding: 25px;
  margin-right: 15px;
  background: #c50021;
}
section.yf_mission .row .col-sm-4.yf_GOAL {
  width: calc(33.33333333% - 15px);
  padding: 25px;
  margin-left: 15px;
  background: #ffffff;
}
section.yf_mission .row .yf_GOAL h3 {
  padding-left: 0;
}
section.yf_mission .row .yf_GOAL ul {
  padding-left: 0;
  list-style-position: inside;
}

section.yf_mission_img {
  position: absolute;

  top: 259px;

  left: 50px;

  z-index: 1;

  display: none;
}

section.yf_mission_img img {
  width: 447px;

  height: 355px;
}

section.yf_our_Mission h1 {
  text-align: center;
}

section.yf_our_Mission {
  position: relative;

  z-index: 2;

  top: 8px;
}

.header.yf_header {
  z-index: 1;
}

.yf_GOAL ul {
  padding-left: 36px;

  padding-top: 6px;
}

.yf_FUTURE p {
  padding-top: 6px;
}

.team {
  position: relative;

  top: -151px;
}

@media only screen and (max-width: 767px) {
  section.yf_mission {
    background: #f9c605 !important;
  }

  section.yf_mission_img {
    display: none;
  }

  section.yf_our_Mission {
    position: relative;

    top: 27px;

    z-index: 1;

    color: #ffff;
  }

  section.yf_mission {
    padding: 141px 0px !important;
  }

  .col-sm-4.yf_FUTURE {
    background: #c50021;

    padding: 25px;
  }

  .col-sm-4.yf_GOAL {
    background: #ffffff;

    padding: 20px 0;
  }

  section.yf_mission .row .col-sm-4.yf_FUTURE {
    width: 100%;
    padding: 15px;
    margin-right: 0px;
  }
  section.yf_mission .row .col-sm-4.yf_GOAL {
    width: 100%;
    padding: 15px;
    margin-left: 0px;
  }
}

.col-sm-5.yf_FUTURE {
  position: relative;

  top: 108px;

  left: 71px;
}

.yf_GOAL img {
  width: 350px;

  height: 240px;
}

.col-sm-5.yf_FUTURE {
  padding-right: 46px;
}

.col-sm-5.yf_FUTURE {
  position: relative;

  top: 91px;

  font-size: 14px;

  color: #fff;
}

.col-sm-5.yf_GOAL {
  position: relative;

  top: 91px;

  left: 89px;
}

section.yf_gl_img {
  position: absolute;

  top: 308px;

  left: 45px;

  z-index: 1;
}

.yf_gl_img img {
  width: 300px !important;

  height: 296px !important;
}

.experience {
  position: relative;

  top: -50px;
}

nav.navbar.navbar-default.yf_gallery_index {
  z-index: 1;
}

@media screen and (max-width: 1166px) {
  .gallery-main ul li {
    margin: 20px 1.3% 10px 1.3%;
	width:22%;
  }
  .product-main ul li {
    margin: 20px 1.3% 10px 1.3%;
  }
  .col-sm-5.yf_FUTURE {
    left: 18px;
    z-index: 1;
  }
  .col-sm-5.yf_FUTURE iframe {
    max-width: 100%;
  }
  .col-sm-5.yf_GOAL {
    left: 20px;
  }
  .navbar-collapse{ padding:0;}
  .gallery {
  padding: 0em 0 5em 0;
  margin-top: -250px;}
}
@media (max-width: 991px) {
  .col-sm-4.yf_FUTURE {
    padding-right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .gallery-main ul li {
    width: 46%;
    max-width: 100%;
    margin-top: 10px;
  }
  .product-main ul li {
    width: 46%;
    max-width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .gallery-main ul li {
    width: 48%;
    margin: 5px 1% 5px 1%;
    float: left;
  }
  .product-main ul li {
    width: 48%;
    margin: 5px 1% 5px 1%;
    float: left;
  }

  .gallery-main ul li .gallery-thumb img {
    height: 150px;
  }
  .product-main ul li .product-thumb img {
    height: 150px;
  }
  .col-sm-5.yf_FUTURE {
    left: 0px;
    z-index: 1;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .col-sm-5.yf_GOAL {
    left: 0px;
  }
}

/*.error{color:red}*/

.success {
  color: green;
}
