/* GLOBLE CSS STARTS */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Proxima Nova Rg';
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}

a, a:focus, a:hover {
  text-decoration: none;
}

ul,li,ol,h1,h2,h3,h4,h5,h6 {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.desktop { display:none; }
@media ( min-width: 1200px ) {
  .container-fluid {
    max-width: 1790px;
    margin: 0 auto;
  }
  .container {
    max-width: 1366px;
    margin: 0 auto;
  }
}

/* GLOBLE CSS ENDS */

/* FONTS */

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
      url('../fonts/ProximaNova-Bold.woff') format('woff'),
      url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
      url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
      url('../fonts/ProximaNova-Regular.woff') format('woff'),
      url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
      url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Medium.woff2') format('woff2'),
        url('../fonts/ProximaNova-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


@font-face {
  font-family: 'Proxima Nova Bl';
  src: url('../fonts/ProximaNova-Black.eot');
  src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Black.woff2') format('woff2'),
      url('../fonts/ProximaNova-Black.woff') format('woff'),
      url('../fonts/ProximaNova-Black.ttf') format('truetype'),
      url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
      url('../fonts/ProximaNova-Semibold.woff') format('woff'),
      url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
      url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
}

/* FONTS */


/* Header CSS starts */

.header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 22px 0;
}
.header .navbar {
  margin: 0;
  border-radius: 0;
  border: none;
}

.header .navbar .navbar-brand {
  height: auto;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  max-width: 460px;
}

.header .navbar .navbar-brand img {
  width: 400px;
}

.header .navbar .nav {
  padding-top: 15px;
}

.header .navbar .nav li {
  margin-left: 46px;
}
.header .navbar .nav li:first-child {
  margin-left: 0;
}

.header .navbar .nav li a {
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-transform: capitalize;
  transition: 0.2s all ease;
}

.header .navbar .nav li a:hover {
  color: #45b649;
  background: none;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    outline: none;
}
.nav li:focus{
    outline: none;
}
/* Header CSS ends */

/* Banner CSS starts */

.banner {
  position: relative;
  z-index: 99;
  background: rgba(0,0,0,0.8);
  height: 100vh;
}
.banner .carousel-caption {
  max-width: 750px;
}
.banner .carousel-caption h1 {
  font-size: 75px;
  line-height: 90px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.banner .carousel-caption p {
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 30px;
}
.banner .carousel-caption a.btn-read{
  display: block;
  max-width: 211px;
  line-height: 54px;
  border-radius: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #fff;
}
.banner .carousel-caption a.btn-read:hover{
    color: #45b649;
    border-color: #45b649;
    background-color: #fff;
    transition: 0.3s all ease;
}
.banner .carousel-default .carousel-indicators  {
  transform: translateY(50%);
  bottom: 50%;
  left: 8.8%;
  margin: 0;
  text-align: center;
  width: auto;
}

.banner .carousel-default .carousel-indicators li.active {
  height: 33px;
  width: 33px;
  background: #fff;
  border: 10px solid #c7c7c8; 
}

.banner .carousel-default .carousel-indicators li {
  display: block;
  height: 18px;
  width: 18px;
  margin: 14px auto;
  background: #c7c7c8;
  border: none;
  border-radius: 50%;
}

.banner .carousel-default .carousel-caption {
  bottom: 50%;
  transform: translateY(50%);
  padding: 0;
  text-align: left;
}

.banner .item img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.banner-strip {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(97,185,68,0.89);
  padding: 45px 0 60px;
}
.banner-strip ul {
  list-style-type: none;
  font-size: 0;
}
.banner-strip ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.banner-strip ul li a {
  display: block;
  padding: 0 50px 38px 8px;
  border-bottom: 2px solid #a0d58f;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #a0d58f;
  min-height: 96px;
  transition: 0.2s all ease;
}
.banner-strip ul li a.active, .banner-strip ul li a:hover {
  border-bottom: 2px solid #fff;
  color: #fff;
}

/* Banner CSS ends */

/* Content CSS Starts */

/* About CSS Starts */

.about-section {
  padding: 85px 0;
}
.about-section h2 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 900;
  font-family: 'Proxima Nova Bl';
  color: #45b649;
  text-transform: capitalize;
  max-width: 500px;
  margin-bottom: 32px;
}
.about-section .about-info .row > div {
  margin-bottom: 30px;
}
.about-info p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #636363;
  margin: 0;
}
.about-info a.btn-mission {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  background: url(../images/arrow-right.png) center right no-repeat;
  padding-right: 60px;
  font-family: 'Proxima Nova Lt';
  letter-spacing: 3px;
  margin-top: 80px;
}
/* About CSS Ends */

/* Services CSS Starts */

.services {
  position: relative;
  padding: 140px 0;
}
.services::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  background-image: linear-gradient(to left top, #45b649, #52c254, #5ece5f, #6bda6a, #77e675);
}
.serv-content {
  position: relative;
  z-index: 2;
  font-size: 0;
}
.serv-info {
  display: inline-block;
  vertical-align: top;
  width: 39.2%;
  text-align: left;
}
.serv-info .serv-info-inner {
  max-width: 320px;
  margin-left: auto;
  margin-right: 50px;
}
.serv-info h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Proxima Nova Lt';
  margin-bottom: 18px;
}
.serv-info p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 52px;
}
.serv-info a.btn-view {
  display: inline-block;
  min-width: 232px;
  line-height: 38px;
  padding: 8px 30px;
  text-align: center;
  border-radius: 26px;
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s all ease;
}
.serv-info a.btn-view:hover, .policy-info a.policy-read:hover{
    color: #45b649;
    background-color: #fff;
    transition: 0.3s all ease;
}
.services .owl-carousel {
  display: inline-block;
  vertical-align: top;
  width: 60.8%;
  padding-left: 38px;
}
.serv-blog .serv-img img{
  max-width: 100%;
}
.serv-blog h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
  margin: 20px 0 0;
  max-width: 175px;
}
.serv-blog h5::after {
  content: "";
  display: block;
  width: 83px;
  height: 3px;
  background: #45b649;
  margin-top: 8px;
}
.services .owl-carousel .owl-nav {
  font-size: initial;
  position: absolute;
  left: -370px;
}
.services .owl-carousel .owl-nav button { 
  height: 47px;
  width: 47px;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  transition: 0.3s all ease;
}
.services .owl-carousel .owl-nav button:focus {
  outline: none;
}
.services .owl-carousel .owl-nav button.owl-next {
  margin-left: 23px;
}
.services .owl-carousel .owl-nav button.owl-next::after {
  background: url(../images/serv-btn-right.png);
}
.services .owl-carousel .owl-nav button.owl-prev::after {
  background: url(../images/serv-btn-left.png);
}
.services .owl-carousel .owl-nav button::after {
  content: "";
  margin: 0 auto;
  display: block;
  width: 21px;
  height: 12px;
}
.services .owl-carousel .owl-nav button span {
  display: none;
}
/* Services CSS Ends */

/* division CSS Starts */
.division {
  padding: 70px 0 105px;
}
.division h3.division-title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 30px;
}
.division .div-tabs {
  max-width: 338px;
}
.div-tabs ul {
  list-style-type: none;
}
.div-tabs ul li {
  display: block;
  margin-bottom: 10px;
} 
.div-tabs ul li:last-child {
  margin-bottom: 0;
}
.div-tabs ul li a {
  display: block;
  line-height: 30px;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  padding: 16px 35px;
  background: #ececec;
  transition: 0.4s all ease;
} 
.div-tabs ul li a:hover, .div-tabs ul li a:focus, .div-tabs ul li a.active {
  background: #45b649;
  color: #fff;
  border-left: 18px solid #398c1d;
}
.division .div-tab-content {
  display: none;
}
.division .div-tab-content.active {
  display: block;
}
.div-tab-content .div-info {
  text-align: left;
  margin-bottom: 20px;
}
.div-info h2 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 900;
  color: #45b649;
  text-transform: capitalize;
  font-family: 'Proxima Nova Bl';
  margin: 0 0 18px;
}
.div-info p, .div-info h6, .div-info ul li, .division .all-catagories h6,  .division .all-catagories ul li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #636363;
  margin: 0;
}
.div-info ul li, .division .all-catagories ul li{
    line-height: 26px;
}
.div-info p, .div-info ul{
    margin-bottom: 12px;
}
.div-info h6, .division .all-catagories h6{
    font-weight: 700;
}
.all-catagories ul{
    display: flex;
    flex-wrap: wrap;
}
.all-catagories ul li{
    width: 50%;
}
.div-info ul li, .division .all-catagories ul li{
    padding-left: 20px;
    position: relative;
}
.div-info ul li::before, .division .all-catagories ul li::before{
    content: "\f105";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    line-height: 24px;
    color: #45b649;
    position: absolute;
    left: 0;
    top: 2px;
}
.experties-info h4 {  
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.experties-info ul {  
  font-size: 0;
  list-style-type: none;
}
.experties-info ul li {  
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin-bottom: 20px;
}
.experties-info ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 12px 8px;
  line-height: 18px;
  font-weight: 600;
  color: #45b649;
  text-align: center;
  box-shadow: 0 0 8px rgba(0,0,0,0.18);
  font-family: 'Proxima Nova Lt';
  min-height: 63px;
  max-width: 231px;
}
/* division CSS Ends */

/* Policy CSS Starts */

.policy {
  position: relative;
  padding: 300px 0;
}
.policy .policy-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
  background: url(../images/safety.png) center center no-repeat;
  background-size: cover;
}
.policy-info {
  position: relative;
  z-index: 3;
  text-align: left;
  max-width: 615px;
  margin-left: auto;
  margin-right: 55px;
}
.policy-info h3 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
  text-transform: capitalize;
  font-family: 'Proxima Nova Bl';
}
.policy-info p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 32px;
}
.policy-info a.policy-read {
  display: block;
  max-width: 211px;
  line-height: 54px;
  border-radius: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #fff;
}
.policy .policy-info-bg {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 60%;
  height: 715px;
  background-image: linear-gradient(to left top, #45b649, #52c254, #5ece5f, #6bda6a, #77e675);
}
/* Policy CSS Ends */

/* Projects Css Starts */
.projects {
  padding: 125px 0;
}
.projects-info {
  text-align: center;
  max-width: 615px;
  margin: 0 auto 40px;
}
.projects-info h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
  letter-spacing: 8px;
}
.projects-info p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #636363;
  margin-bottom: 41px;
}
.projects-blogs .projects-blog {
  position: relative;
}
.projects-blogs .projects-blog .blogs-btn{
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects-blogs .projects-blog .blogs-btn img{
  width: auto;
  margin: 0 auto;
}
.projects .project-blogs-info{
  background-image: linear-gradient(#74e473, #45b649);
  max-width: 440px;
  width: 100%;
  padding: 30px 0 30px 45px;   
  position: absolute;
  bottom: 34px;
  left: 0;

}
.projects .project-blogs-info h3{
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
} 
.projects .project-blogs-info span{
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  display: block;
  margin-bottom: 33px;
} 
.projects-blogs .owl-carousel .owl-nav {
  font-size: initial;
  display: block !important;
}
.projects-blogs .owl-carousel .owl-nav button { 
  line-height: 47px;
  text-align: center;
  transition: 0.3s all ease;
}
.projects-blogs .owl-carousel .owl-nav button:focus {
  outline: none;
}
.projects-blogs .owl-carousel .owl-nav button.owl-next{
  position: absolute;
  right: -116px;
  top: 50%;
  transform: translateY(-50%);
}
.projects-blogs .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  left: -116px;
  top: 50%;
  transform: translateY(-50%);
}
.projects-blogs .owl-carousel .owl-nav button.owl-next::after {
  background: url(../images/owl-arrow-right.png) no-repeat center center;
}
.projects-blogs .owl-carousel .owl-nav button.owl-prev::after {
  background: url(../images/owl-arrow-left.png)no-repeat center center;
}
.projects-blogs .owl-carousel .owl-nav button::after {
  content: "";
  margin: 0 auto;
  display: block;
  width: 45px;
  height: 27px;
}
.projects-blogs .owl-carousel .owl-nav button span {
  display: none;
}

/* Projects Css Ends */


/* Content CSS ends */

/*footer CSS starts */
footer{
  background: url(../images/footer-bg.png) no-repeat center center;
  background-size: cover;
  padding-top: 125px;
} 
footer .footer-career-wrap{
  border-bottom: 1px solid #7c7c7c;
}
footer .footer-career{
  text-align: center;
  max-width: 795px;
  width: 100%;
  margin: 0 auto;
}
footer .footer-career h5{
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 46px;
}
footer .footer-career h3{
  font-size: 42px;
  line-height: 48px;
  font-family: 'Proxima Nova Bl';
  font-weight: 900;
  color: #fff;
  margin-bottom: 33px;
}
footer .footer-career p{
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 55px;
}
footer .footer-career a{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #010101;
  padding: 17px 50px;
  border-radius: 27px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 114px;
}
footer .footer-career a:hover{
    color: #45b649;
    transition: 0.3s all ease;
}
footer .footer-links{
  padding: 80px 0;
}
footer .footer-links h4{
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 46px;
}
footer .footer-links a{
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 16px;
  display: inline-block;
}
footer .footer-links a:hover{
    color: #45b649;
    transition: 0.3s all ease;
}
footer .footer-links .quick-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-links .quick-links li{
  width: 50%;
}
footer .footer-links .email-btn{
    line-height: 25px;
    color: #fff;
    display: inline-block;
    max-width: 132px;
    width: 100%;
    padding: 8px 30px;
    text-align: center;
    border-radius: 26px;
    border: 1px solid #fff;
    background: transparent;
    font-weight: 400;
    transition: 0.3s all ease;
}

footer .footer-links .email-btn:hover{
  color: #010101;
  background-color: #fff;
}
/*footer bottom css starts*/
footer .footer-bottom{
  padding: 40px 0px;
  border-top: 1px solid #4e4e4e;
}
footer .footer-bottom p{
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
/*footer bottom css ends*/

/*footer CSS ends */

/*-------------------------------Contact Us Page CSS starts here--------------------------------------------------------*/

/*contact us section starts here*/
.contact-us-wrap{
    padding: 40px 0;
    border-top: 1px solid #7c7c7c;
}
.contact-us-wrap .contact-us-inner{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.contact-us-wrap h3{
    font-size: 30px;
    line-height: 46px;
    color: #45b649;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.contact-us-wrap p{
    font-size: 16px;
    line-height: 36px;
    color: #636363;
    font-weight: 400;
    margin-bottom: 55px;
}
/* .contact-us-wrap .contact-us-form{
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
}
.contact-us-wrap .contact-us-form input, .contact-us-wrap .contact-us-form textarea {
    font-size: 16px;
    line-height: 22px;
    background-color: #f7f7f7;
    resize: none;
}

.contact-us-wrap .contact-us-form input{
    padding-top: 25px;
    padding-bottom: 25px;
}
.contact-us-wrap .contact-us-form .form-group {
    margin-bottom: 20px;
}
.contact-us-wrap .form-control:focus {
    border-color: #45b649;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(69, 182, 73,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(69, 182, 73,.6);
}
 */
.contact-us-wrap .jotform-form{
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
}
.contact-us-wrap #input_2{
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    background-color: #45b649;
    text-transform: uppercase;
    padding: 18px 0 16px;
    outline: none;
    border: 1px solid #45b649;      
    transition: 0.3s all ease;  
}
.contact-us-wrap #input_2:focus{
    outline: none;
    text-decoration: none;
    border: none;
}
.contact-us-wrap #input_2:hover{
	color: #45b649;
	background-color: #fff;
}
.contact-us-wrap .form-buttons-wrapper{
    margin-left: 0 !important;
}
.contact-us-wrap span.form-sub-label-container{
    width: 100%;
}
.contact-us-wrap span.form-sub-label-container input, .contact-us-wrap .form-textarea{
    padding: 15px;
    border: 1px solid #ccc;
    width: 100%;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    resize: none;
    font-size: 16px;
    line-height: 22px;
    border-radius: 5px;
}
/*--------------------contact-block section starts----------------------------*/
.contact-blocks-wrap{
    display: flex;
    flex-wrap: wrap;
}
.contact-blocks-wrap .contact-block{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
}
.contact-blocks-wrap .contact-block h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #45b649;
    margin: 0;
    text-transform: uppercase;
}
.contact-blocks-wrap .contact-block a{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #666;
}
.contact-blocks-wrap .contact-block .block-btn{
    max-width: 140px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    padding: 15px 0;
    border: 1px solid #000;
    text-transform: capitalize;
    margin: 7px 0 0 0;
    text-align: center;
    transition: all 300ms;
}
.contact-blocks-wrap .contact-block .block-btn:hover{
    color: #fff;
    background-color: #45b649;
    border-color: transparent;
}
.contact-blocks-wrap .contact-block .contact-block-text{
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
}
.contact-blocks-wrap .contact-block ul{
    margin-bottom: 10px;
}
.contact-blocks-wrap .contact-block ul li{
    text-align: right;
    color: #636363;
    font-size: 18px;
    line-height: 30px;
}
.contact-blocks-wrap .contact-block .contact-address{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.contact-blocks-wrap .contact-block .contact-social-links li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
.contact-blocks-wrap .contact-block .contact-social-links li:last-child{
    margin-right: 0;
}
.contact-blocks-wrap .contact-block .contact-social-links li:first-child{
    margin-left: 0;
}
.contact-blocks-wrap .contact-block .contact-social-links li a{
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
}
/*--------------------contact-block section ends----------------------------*/

/*-------------------------------Contact us CSS ends here--------------------------------------------------------*/

/*-------------------------------Career Page CSS starts here--------------------------------------------------------*/

/*------------lifetime section starts---------------*/
.lifetime-wrap{
    text-align: center;
    padding: 90px 0 70px;
}
.lifetime-wrap .lifetime-inner{
    max-width: 720px;
    margin: 0 auto;
}
.lifetime-wrap h3{
    font-size: 30px;
    line-height: 36px;
    color: #45b649;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.lifetime-wrap p {
    font-size: 16px;
    line-height: 30px;
    color: #636363;
    font-weight: 300;
    max-width: 560px;
    margin: 0 auto;
}

/*------------lifetime section ends---------------*/

/*------------why work section starts---------------*/

.why-work-wrap{
    background: url(../images/career-work.png) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 90px 0 70px;
    background-attachment: fixed;
}
.why-work-wrap::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.9);
}
.why-work-wrap .why-work-inner{
    position: relative;
    z-index: 99;
    max-width: 592px;
    margin: 0 auto;
    text-align: center;
}
.why-work-wrap h3{
    font-size: 30px;
    line-height: 36px;
    color: #45b649;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.why-work-wrap h4{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 28px;
}
.why-work-wrap p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

/*------------why work section ends---------------*/

/*------------join us section starts---------------*/

.join-us-wrap{
    padding: 90px 0 70px;
}
.join-us-wrap .come-join-us{
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}
.join-us-wrap .come-join-us h3{
    font-size: 30px;
    line-height: 36px;
    color: #45b649;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.join-us-wrap p, .join-us-wrap ul li{
    font-size: 16px;
    line-height: 30px;
    color: #636363;
    font-weight: 300;
}
.join-us-wrap p{
    margin-bottom: 40px;
}
.join-us-wrap ul li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}
.join-us-wrap ul li::before{
    content: "\f105";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    line-height: 24px;
    color: #45b649;
    position: absolute;
    left: 0;
    top: 2.4px;
}

/*------------join us section ends---------------*/

/*-------------------HR section starts-----------------*/
.hr-wrap{
	padding-bottom: 50px;
}
.hr-wrap h3{
	font-size: 30px;
    line-height: 36px;
    color: #45b649;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.hr-wrap p{
    font-size: 16px;
    line-height: 30px;
    color: #636363;
    font-weight: 400;
    margin-bottom: 10px;
}
.hr-wrap span{
	font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    display: block;
}
/*-------------------HR section endz-----------------*/

/*-------------------------------Career Page CSS ends here--------------------------------------------------------*/

/*--------------------------------About us page starts here---------------------------------------------------------*/
.about-section.about-pd{
	padding-bottom: 0;
}
.about-us-wrap{
    padding-bottom: 30px;
}
.about-us-wrap .about-us-content h4{
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about-us-wrap .about-us-content p{
    font-size: 16px;
    line-height: 30px;
    color: #636363;
    font-weight: 400;
    margin-bottom: 20px;
}
.about-section .services-type li{
	font-size: 16px;
    line-height: 30px;
    color: #636363;
    font-weight: 300;
    position: relative;
    padding-left: 25px;
}
.about-section .services-type li::before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    color: #45b649;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.owner-wrap{
	padding-top: 20px;
}
.owner-wrap h3 {
    font-size: 30px;
    line-height: 36px;
    color: #45b649;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.owner-wrap p img{
	float: left;
	padding-right: 10px;
}
.owner-wrap p, .owner-wrap span{
	font-size: 16px;
    line-height: 30px;
    color: #636363;
    font-weight: 400;
    margin-bottom: 15px;
}
.owner-wrap h5{
	font-size: 24px;
    line-height: 30px;
	color: #000;
	font-weight: 700;
}
.owner-wrap h4{
	font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.owner-wrap span{
	display: inline-block;
	text-transform: uppercase;
	line-height: 22px;
}
.owner-wrap .vision-mission {
	padding: 30px 0 20px;
}
.owner-wrap .mgt-image{
	padding-top: 20px;
	text-align: center;
	padding-bottom: 50px;
}
.project-idea-wrap {
    background: url(../images/career-work.png) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 90px 0 70px;
    background-attachment: fixed;
}
.project-idea-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.9);
}
.project-idea-wrap .project-idea-inner {
    position: relative;
    z-index: 99;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.project-idea-wrap h4 {
    font-size: 36px;
    line-height: 42px;
    color: #45b649;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 55px;
}
.project-idea-wrap p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 50px;
}
.project-idea-wrap a{
    display: inline-block;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    background-color: #45b649;
    font-weight: 400;
    padding: 0 30px;
}
.project-idea-wrap a:hover{
    color: #45b649;
    background-color: #fff;
    transition: 0.3s all ease;

}
.about-para-wrap{
    padding: 60px 0 40px;
}
.about-para-wrap p{
    font-size: 16px;
    line-height: 36px;
    color: #636363;
    font-weight: 300;
    margin-bottom: 28px;
}

/*--------------------------------About us page ends here---------------------------------------------------------*/

/*--------------------------------project page starts here---------------------------------------------------------*/

.experience-phenomenal-wrap{
    padding: 90px 0 70px;
}
.experience-phenomenal-wrap .experience-phenomenal-inner{
    max-width: 815px;
    margin: 0 auto;
    text-align: center;
}
.experience-phenomenal-wrap h3{
    font-size: 36px;
    line-height: 42px;
    color: #45b649;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.experience-phenomenal-wrap p{
    font-size: 18px;
    line-height: 32px;
    color: #636363;
    font-weight: 400;
    max-width: 590px;
    margin: 0 auto;
}
.art-work-wrap .art-image-text h4{
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 18px;
}
.art-work-wrap .art-image-text p{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 26px 0;
    display: block;
    letter-spacing: -0.5px;
}
.art-work-wrap .art-image-text span {
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    font-weight: 400;
    background: url(../images/art-arrow-right.png) right center no-repeat;
    display: inline-block;
    padding-right: 50px;
}
.art-work-wrap .art-work-hover{
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.art-work-wrap .art-image-text{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.9);
    padding: 36px 10px 37px 24px;
    opacity: 0;
    transition: all 0.8s;
}
.art-work-wrap .art-image, .art-work-wrap .art-image img{
    width: 100%;
}
.art-work-wrap .art-work-hover:hover .art-image-text{
    transition: all 0.8s;
    opacity: 1;
}
/*--------------------------------project page ends here---------------------------------------------------------*/

/*--------------------------------company page starts here---------------------------------------------------------*/
.company-wrap{
    padding: 70px 0;
}
.company-wrap .company-title{
    text-align: center;
    max-width: 630px;
    margin: 0 auto;
    margin-bottom: 68px;
}
.company-wrap .company-title h3{
    font-size: 30px;
    line-height: 36px;
    color: #45b649;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.company-wrap .company-title p {
    font-size: 16px;
    line-height: 30px;
    color: #636363;
    font-weight: 300;
}
.company-wrap .company-goal-text {
    max-width: 406px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 43px;
}
.company-wrap .company-goal-text h5{
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.company-wrap .company-goal-text p {
    font-size: 16px;
    line-height: 30px;
    color: #636363;
    font-weight: 300;
}
.company-wrap .company-challenge{
    max-width: 1015px;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
}
.company-wrap .company-challenge h4{
    font-size: 30px;
    line-height: 45px;
    color: #45b649;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.company-wrap .company-challenge p{
    font-size: 16px;
    line-height: 36px;
    color: #636363;
    font-weight: 300;
}
/*--------------------------------company page ends here---------------------------------------------------------*/

/*--------------------------------policy page starts here---------------------------------------------------------*/
.policy-wrap{
    padding: 70px 0 40px;
}
.policy-wrap .policy-content h3 {
    font-size: 30px;
    line-height: 36px;
    color: #45b649;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.policy-wrap p {
    font-size: 16px;
    line-height: 30px;
    color: #636363;
    font-weight: 400;
    margin-bottom: 20px;
}
.policy-wrap .policy-content h4 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.policy-wrap ul{
	margin-bottom: 20px;
}
.policy-wrap ul li {
    font-size: 16px;
    line-height: 30px;
    color: #636363;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.policy-wrap ul li::before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    line-height: 24px;
    color: #45b649;
    position: absolute;
    left: 0;
    top: 3.2px;
}
.policy-wrap ul li a{
    color: #636363;
    display: inline-block;
}
.policy-wrap ul li a:hover{
    color: #45b649;
    transition: 0.3s all ease;
}
.policy-wrap .policy-links ul li {
    margin-bottom: 0;
    padding-left: 25px;
    position: relative;
}
.policy-wrap .policy-links ul li::before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    line-height: 24px;
    color: #45b649;
    position: absolute;
    left: 0;
    top: 4.6px;
}
/*--------------------------------policy page ends here---------------------------------------------------------*/

/*responsive section starts here*/

@media (max-width: 1440px) {
    .projects-blogs .owl-carousel .owl-nav button.owl-prev {
        left: -86px;
    }
    .projects-blogs .owl-carousel .owl-nav button.owl-next {
        right: -86px;
    }
}
@media (max-width: 1366px) {
    .header .navbar .nav li {
        margin-left: 36px;
    }
    .projects-blogs .owl-carousel .owl-nav button.owl-next, .projects-blogs .owl-carousel .owl-nav button.owl-prev {
        right: 0;
        background-color: rgba(106,218,106,0.8);
        padding: 10px !important;
    }
    .projects-blogs .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .projects-blogs .owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }
}
@media (max-width: 1199px) {
    .header .navbar .navbar-brand {
        max-width: 350px;
    }
    .header .navbar .nav li a {
        font-size: 16px;
        line-height: 22px;
    }
    .header .navbar .nav li {
        margin-left: 26px;
    }
    .header .navbar .nav {
        padding-top: 35px;
    }
    .banner .carousel-caption h1 {
        font-size: 60px;
        line-height: 75px;
        margin-bottom: 14px;
    }
    .banner-strip ul li a {
        padding: 0 50px 8px 8px;
        font-size: 16px;
        line-height: 26px;
    }
    .banner-strip {
        padding: 35px 0 40px;
    }
    .about-section h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 22px;
    }
    .about-info p {
        font-size: 16px;
        line-height: 30px;
    }
    .about-info a.btn-mission { 
        font-size: 16px;
        line-height: 22px;  
        margin-top: 55px;
    }
    .about-section .about-info .row > div {
        margin-bottom: 20px;
    }
    .about-section {
        padding: 45px 0;
    }
    .services {
        position: relative;
        padding: 70px 0;
    }
    .serv-info .serv-info-inner {
        margin-right: 0; 
    }
    .services .owl-carousel .owl-nav {
        left: -320px;
    }
    .serv-info h4 {
        font-size: 25px;
        line-height: 31px;
        margin-bottom: 14px;
    }
    .serv-info p {
        font-size: 15px;
        line-height: 29px;
        margin-bottom: 32px;
    }
    .serv-info a.btn-view {
        min-width: 202px;
        line-height: 36px;
        font-size: 16px;
    }
    .serv-blog h5 {
        font-size: 19px;
        line-height: 31px;
        margin: 10px 0 0;
    }
    .division {
        padding: 40px 0;
    }
    .div-info h2 {
        font-size: 37px;
        line-height: 43px;
        margin-bottom: 5px;
    }
    .div-tabs ul li a {
        line-height: 25px;
        font-size: 19px;
        padding: 11px 25px;
    }
    .div-info p {
        font-size: 15px;
        line-height: 29px;
    }
    .experties-info h4 {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 15px;
    }
    .experties-info ul li span {
        font-size: 15px;
        line-height: 17px;
        max-width: 190px;
    }
    .experties-info ul li {
        margin-bottom: 15px;
    }
    .policy-info {
        max-width: 445px;
    }
    .projects .project-blogs-info {
        max-width: 330px;
        padding: 20px 0 20px 25px;
    }

    /*----------------contact page starts here------------------*/

    .contact-blocks-wrap .contact-block h4 {
        font-size: 25px;
        line-height: 31px;
    }
    .contact-blocks-wrap .contact-block ul li{
        font-size: 16px;
        line-height: 26px;
    }
    .contact-blocks-wrap .contact-block ul {
        margin-bottom: 5px;
    }
    /*-------------------project page starts here----------------------------------*/
    .experience-phenomenal-wrap {
        padding: 60px 0 50px;
    }
    .experience-phenomenal-wrap h3 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 14px;
    }
    .experience-phenomenal-wrap p {
        font-size: 16px;
        line-height: 30px;
    }
    .art-work-wrap .art-image-text h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .art-work-wrap .art-image-text p {
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 10px 0;
    }

    /*-------------------company page starts here----------------------------------*/

    .company-wrap {
        padding: 40px 0;
    }
    .company-wrap .company-title {
        margin-bottom: 28px;
    }
    .company-wrap .company-title h3 {
        margin-bottom: 6px;
    }
    .company-wrap .company-goal-text {
        margin-bottom: 23px;
    }
    .company-wrap .company-challenge {
        padding-top: 30px;
    }
}   
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .header .navbar .navbar-brand {
        margin: 0 auto;
        display: block;
        width: 100%;
        float: none;
    }
    .header .navbar .nav {
        float: none !important;
        text-align: center;
    }
    .header .navbar .nav li {
        float: none;
        display: inline-block;
        margin-left: 36px;
    }
    .banner .carousel-caption h1 {
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 8px;
    }
    .banner .carousel-caption p {
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
        color: #fff;
        margin-bottom: 20px;
    }
    .banner .carousel-default .carousel-caption, .banner .carousel-default .carousel-indicators {
        bottom: 52%;
        transform: translateY(55%);
    }
    .banner-strip ul li a {
        padding: 0 50px 0px 8px;
        font-size: 15px;
        line-height: 21px;
    }
    .banner {
        height: auto;
    }
    .about-section {
        padding: 35px 0;
    }
    .about-info a.btn-mission {
        font-size: 15px;
        line-height: 21px;
        margin-top: 55px;
    }
    .about-info a.btn-mission {
        padding-right: 50px;
    }
    .services {
        padding: 30px 0;
    }
    .serv-info h4 {
        margin-bottom: 10px;
    }
    .serv-info p {
        line-height: 25px;
        margin-bottom: 20px;
    }
    .serv-info a.btn-view {
        min-width: 165px;
        line-height: 26px;
        font-size: 14px;
        padding: 8px 0px;
    }
    .services .owl-carousel .owl-nav {
        bottom: 0;
        left: -280px;
    }
    .serv-blog h5 {
        font-size: 16px;
        line-height: 28px;
    }
    .div-tabs ul li a {
        line-height: 22px;
        font-size: 16px;
        padding: 8px 16px;
    }
    .experties-info ul li span {
        font-size: 14px;
        line-height: 16px;
        max-width: 140px;
    }
    .division {
        padding: 30px 0;
    }
    .policy .policy-info-bg {
        width: 75%;
        height: 435px;
    }
    .policy .policy-bg {
        width: 80%;
    }
    .policy {
        padding: 150px 0;
    }
    .projects {
        padding: 55px 0;
    }
    .projects .project-blogs-info h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .projects .project-blogs-info span {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 13px;
    }
    .projects .project-blogs-info {
        max-width: 280px;
        bottom: 20px;
    }
    .projects-blogs .owl-carousel .owl-nav button.owl-next, .projects-blogs .owl-carousel .owl-nav button.owl-prev {
        padding: 5px !important;
    }
    footer {
        padding-top: 55px;
    }
    footer .footer-career h5 {
        margin-bottom: 16px;
    }
    footer .footer-career h3 {
        margin-bottom: 13px;
    }
    footer .footer-career p {
        margin-bottom: 35px;
    }
    footer .footer-career a {
        margin-bottom: 55px;
    }
    footer .footer-links h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 36px;
    }
    footer .footer-links {
        padding: 40px 0;
    }
    footer .footer-links a {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 14px;
    }
    footer .footer-bottom {
        padding: 20px 0px;
    }
    footer .footer-bottom p {
        font-size: 15px;
        line-height: 21px;
    }

/*--------------contact page section starts here--------------*/

    .contact-us-wrap p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    /* .contact-us-wrap .contact-us-form input {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .contact-us-wrap .contact-us-form input, .contact-us-wrap .contact-us-form textarea {
        font-size: 15px;
        line-height: 21px;
    } */
    .contact-us-wrap #input_2 {
        font-size: 16px;
        line-height: 22px;
        padding: 14px 0 12px;
    }
    .contact-blocks-wrap .contact-block {
        width: 100%;
        min-height: 440px;
    }
    .contact-blocks-wrap .contact-block:nth-child(3){
        order: 2;
    }

/*------------------------------about us page starts here-----------------------------------------------*/

    .about-us-wrap .about-us-content h4 {
        min-height: 52px;
    }
    .project-idea-wrap {
        padding: 70px 0 50px;
    }
    .project-idea-wrap h4 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 25px;
    }
    .about-para-wrap p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 18px;
    }
    .project-idea-wrap p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .about-para-wrap {
        padding: 40px 0 20px;
    }

/*------------------------------project page starts here-----------------------------------------------*/

    .art-work-wrap .art-work-content {
        display: flex;
        justify-content: center;
    }
    .art-work-wrap .art-work-hover {
        display: flex;
        justify-content: center;
    }

/*------------------------------company page starts here-----------------------------------------------*/
    .company-wrap .company-title h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .company-wrap .company-goal-text p {
        min-height: 112px;
    }
    .company-wrap .company-challenge p {
        line-height: 30px;
    }
    .company-wrap .company-challenge h4 {
        font-size: 24px;
        line-height: 39px;
    }

/*------------------------------policy page starts here-----------------------------------------------*/

    .policy-wrap {
        padding: 40px 0;
    }
    .policy-wrap .policy-content h3 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 5px;
    }
    .policy-wrap p {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .desktop { display:block; margin:10px 0px; }
    .mobile { display:none; }
    .navbar-header {
        position: relative;
    }
    .header .navbar .navbar-brand {
        float: left;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle {
        margin-top: 38px;
    }
    .header .navbar .nav li a:hover {
        color: #000;
        transition: 0.3s all ease;
    }
    .header .navbar .nav {
        text-align: left;
        background: rgba(97,185,68,0.89);
        padding-top: 0;
    }
    .header .navbar .nav li {
        display: block; 
        margin-left: 0;
        padding: 6px 0 6px 10px;
        border-bottom: 1px solid #fff;
    }
    .header .navbar .nav li:last-child {
        border-bottom: none;
    }
    .header .navbar .nav {
        text-align: left;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-collapse {
        border-top: none;
        padding: 0;
        position: absolute;
        width: 100%;
        top: 120%;
    }
    .banner .carousel-caption h1 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 4px;
    }
    .carousel-caption {
        left: 20%;
    }
    .banner .carousel-caption p {
        font-size: 18px;
        line-height: 28px;
        font-weight: normal;
        color: #fff;
        margin-bottom: 15px;
    }
    .banner .carousel-default .carousel-indicators li {
        height: 15px;
        width: 15px;
        margin: 12px auto;
    }
    .banner .carousel-default .carousel-indicators li.active {
        height: 30px;
        width: 30px;
    }
    .banner .carousel-caption a.btn-read {
        max-width: 171px;
        line-height: 50px;
    }
    .banner-strip ul li {
        width: 50%;
        margin-bottom: 15px;
    }
    .banner-strip{
        padding: 35px 0 20px;
    }
    .banner-strip ul li a {
        min-height: 76px;
    }
    .banner {
        height: auto;
    }
    .about-info a.btn-mission {
        margin-top: 35px;
    }
    .about-section h2 {
        margin-bottom: 10px;
    }
    .about-section .about-info .row > div {
        margin-bottom: 10px;
    }
    .serv-info .serv-info-inner {
        max-width: 100%;
        margin-left: 0;
    }
    .serv-info {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .services::before {
        width: 100%;
    }
    .services .owl-carousel {
        width: 100%;
        padding-left: 0;
    }
    .serv-blog h5::after {
        background: rgba(255,255,255,0.65);
    }
    .services {
        padding: 30px 0 90px;
    }
    .services .owl-carousel .owl-nav {
        left: 50%;
        bottom: -20%;
        transform: translateX(-50%);
    }
    .division .div-tabs {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .experties-info ul li span {
        max-width: 165px;
    }
    .policy-info {
        max-width: 385px;
        margin-right: 0px;
    }
    .policy-info a.policy-read {
        max-width: 151px;
        line-height: 44px;
    }
    .projects {
        padding: 35px 0;
    }
    footer .footer-career h3 {
        font-size: 35px;
        line-height: 41px;
        margin-bottom: 8px;
    }
    footer .footer-career p {
        margin-bottom: 25px;
    }
    footer .footer-career a {
        font-size: 16px;
        line-height: 22px;
        padding: 13px 30px;
        margin-bottom: 35px;
    }
    footer {
        padding-top: 35px;
    }
    .links-content {
        margin-bottom: 15px;
    }
    footer .footer-links {
        padding: 20px 0 0 0;
    }
    footer .footer-links h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 12px;
    }

/*---------------------------------------career page starts here--------------------------------------------------------------------*/
  
    .lifetime-wrap {
        text-align: center;
        padding: 50px 0 30px;
    }
    .lifetime-wrap h3 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 10px;
    }
    .lifetime-wrap p {
        font-size: 16px;
        line-height: 28px;
    }
    .why-work-wrap {
        padding: 50px 0 30px;
    }
    .why-work-wrap h3 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .why-work-wrap h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 18px;
    }
    .why-work-wrap p {
        font-size: 16px;
        line-height: 28px;
    }
    .join-us-wrap {
        padding: 50px 0 30px;
    }
    .join-us-wrap .come-join-us h3 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 10px;
    }
    .join-us-wrap p {
        margin-bottom: 10px;
    }
    .join-us-wrap p, .join-us-wrap ul li {
        font-size: 16px;
        line-height: 28px;
    }

/*--------------------------about us page starts here--------------------------------------*/

    .about-section {
        padding: 10px 0;
    }
    .about-us-wrap {
        padding-bottom: 20px;
    }
    .about-us-wrap .about-us-content h4 {
        min-height: auto;
        margin-bottom: 0px;
    }
    .about-us-wrap .about-us-content p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .project-idea-wrap {
        padding: 50px 0 40px;
    }
    .project-idea-wrap h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .project-idea-wrap p {
        font-size: 16px;
        line-height: 28px;
        color: #fff;
        margin-bottom: 30px;
    }
    .about-para-wrap {
        padding: 30px 0 10px;
    }
    .about-para-wrap p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 18px;
    }

    /*--------------------------project page starts here------------------------------------------------*/

    .experience-phenomenal-wrap {
        padding: 40px 0 30px;
    }
    .experience-phenomenal-wrap h3 {
        font-size: 27px;
        line-height: 33px;
        margin-bottom: 5px;
    }
    .art-work-wrap .art-work-hover {
        margin-bottom: 20px;
    }

    /*--------------------------company page starts here------------------------------------------------*/
    .company-wrap .company-title {
        margin-bottom: 18px;
    }
    .company-wrap .company-title h3 {
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 0;
    }
    .company-wrap .company-title p {
        font-size: 16px;
        line-height: 24px;
    }
    .company-wrap .company-goal-text {
        margin-bottom: 0px;
    }
    .company-wrap .company-goal-text h5 {
        margin-bottom: 0;
    }
    .company-wrap .company-goal-text p {
        font-size: 16px;
        line-height: 24px;
        min-height: auto;
    }
    .company-wrap .company-goal {
        margin-bottom: 20px;
        text-align: center;
    }
    .company-wrap .company-challenge {
        padding-top: 0;
    }
    .company-wrap .company-challenge p {
        font-size: 16px;
        line-height: 24px;
    }
    .company-wrap {
        padding: 30px 0;
    }
}
@media (max-width: 575px) {
    .header {
        padding: 12px 0;
    }
    .navbar-toggle {
        position: absolute;
        float: none; 
        right: -10px;
        top: 75px;
        margin: 0;
    }
    .navbar-collapse {
        top: 150%;
    }
    .banner .carousel-default .carousel-indicators {
        left: 1.8%;
    }
    .banner .item img {
        min-height: 860px;
    }
    .banner .carousel-caption h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .banner .carousel-default .carousel-caption, .banner .carousel-default .carousel-indicators {
        bottom: 65%;
        transform: translateY(55%);
    }
    .banner-strip ul li a {
        padding: 0 30px 0px 8px;
        min-height: 95px;
    }
    .banner-strip {
        padding: 25px 0 10px;
    }
    .about-section h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .about-info a.btn-mission {
        margin-top: 25px;
    }
    .about-section {
        padding: 25px 0;
    }
    .serv-info h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 0px;
    }
    .services .owl-carousel .owl-nav {
        bottom: -15%;
    }
    .services .owl-carousel .owl-nav button {
        height: 37px;
        width: 37px;
    }
    .services {
        padding: 30px 0 80px;
    }
    .div-info h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .all-catagories ul li {
        width: 100%;
    }
    .experties-info ul li {
        width: 50%;
    }
    .experties-info ul li span {
        min-height: 70px;
        max-width: 92%;
        margin: 0 auto;
    }
    .policy .policy-bg {
        position: static; 
        height: 200px;
        width: 100%;
    }
    .policy .policy-info-bg {
        position: static; 
        transform: none; 
        width: 100%;
        height: 450px;
        background-image: linear-gradient(to left top, #45b649, #52c254, #5ece5f, #6bda6a, #77e675);
    }
    .policy {
        padding: 0;
    }
    .policy-info {
        position: absolute;
        z-index: 3;
        text-align: left;
        max-width: 615px;
        margin-left: auto;
        margin-right: 55px;
    }
    .policy-info h3 {
        font-size: 25px;
        line-height: 31px;
        margin-bottom: 2px;
    }
    .policy-info p {
        margin-bottom: 22px;
    }
    .policy-info {
        position: absolute;
        top: 34%;
        margin-left: 0;
        margin-right: 12px;
    }
    .projects .project-blogs-info h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .projects .project-blogs-info span {
        margin-bottom: 10px;
    }
    .projects .project-blogs-info {
        max-width: 260px;
        bottom: 15px;
        padding: 15px 0 15px 15px;
    }
    footer .footer-career h5 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    footer .footer-career h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 4px;
    }

    /*----------------------contact page starts here-----------------------------*/

    .contact-us-wrap h3 {
        margin-bottom: 5px;
    }
    .contact-us-wrap p {
        margin-bottom: 15px;
    }
    .contact-us-wrap {
        padding: 20px 0;
    }
    .contact-blocks-wrap .contact-block {
        min-height: 380px;
    }

    /*----------------------project page starts here-----------------------------*/

    .experience-phenomenal-wrap h3 {
        font-size: 24px;
        line-height: 30px;
    }

    /*---------------------------------------career page starts here---------------------------------------------------------*/

    .lifetime-wrap h3, .why-work-wrap h3, .join-us-wrap .come-join-us h3{
        font-size: 24px;
        line-height: 30px;
    }
    .why-work-wrap h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .hr-wrap h3 {
	    font-size: 24px;
	    line-height: 30px;
	    margin-bottom: 12px;
	}
	.join-us-wrap p, .join-us-wrap ul li {
	    margin-bottom: 0;
	}
    /*---------------------------------------company page starts here---------------------------------------------------------*/    

    .company-wrap .company-title h3 {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0px;
    }
    .company-wrap .company-challenge h4 {
        font-size: 24px;
        line-height: 34px;
    }
    
    /*---------------------------------------policy page starts here---------------------------------------------------------*/    

    .policy-wrap .policy-content h3 {
        font-size: 27px;
        line-height: 33px;
    }  

    /*---------------------------------------about us page starts here---------------------------------------------------------*/    

    .owner-wrap h3 {
	    font-size: 24px;
	    line-height: 30px;
	    margin-bottom: 15px;
	}
}
