/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*underconstructionMsg*/

.underconstructionMsg {
  display: block;
  position: absolute;
  clear: both;
  width: 100%;
  height: auto;
  z-index: 20;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.underconstructionMsg>div {
  display: inline-block;
  position: relative;
  padding: 20px;
  background: #f7f7f7;
  margin: 30px auto;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
  color: #000;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
}

.underconstructionMsg>div h1 {
  font-weight: bold;
  font-style: italic;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
}

/*=====================================================================
  Helpar css
=======================================================================*/

.section_padding {
  padding: 100px 0;
}

/*=====================================================================
  css for header area
=======================================================================*/

.header_overlay {
  /*background:url(../img/slider-overlay.png) repeat scroll 0 0;*/
  /*background:url(../img/pattern2.png) repeat scroll 0 0 rgba(0,0,0,0.5);*/
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 14;
  padding-top: 40px;
}

.carousel .carousel-indicators {
  position: absolute;
  right: 5%;
  top: 48%;
  z-index: 15;
  text-align: right;
  padding: 0;
}

.carousel-indicators li {
  display: block;
  margin: 10px 0;
}

.carousel-indicators li:nth-child(2) {
  /* margin-bottom: 10px;
margin-top: 10px;*/
}

.header_top {
  margin-bottom: 26%;
}

.manu_div {
  position: fixed;
  right: 5%;
  text-align: right;
  /*top: 5%;*/
  top: 25px;
  z-index: 1600;
}

.menu-active {
  right: 20%;
}

.manu_div button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #999;
  font-size: 30px;
  line-height: 30px;
}

.manu_div button span {
  font-size: 14px;
  line-height: 30px;
  position: relative;
  top: -6px;
}

.manu_div button:hover {
  color: #737373;
}

.cbp-spmenu {
  /*background: #171717 none repeat scroll 0 0;*/
  background: #fff;
}

.cbp-spmenu img {
  padding-left: 25px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.cbp-spmenu-vertical a {
  /*border-bottom: medium none;*/
  border-bottom: dotted 1px #ccc;
  color: #999;
  font-family: "asapregular";
  font-size: 18px;
  padding: 15px 25px;
  text-transform: uppercase;
}

.cbp-spmenu-vertical a:hover {
  color: #333;
  font-family: "asapbold";
  text-decoration: none;
  background: none;
}

.header_text {
  margin-bottom: 250px;
}

.header_text h1 {
  color: #fff !important;
  font-family: "karlaregular";
  font-size: 40px;
  line-height: 45px;
  margin: 0;
}

.header_text h1 span {
  font-family: 'karlabold';
}

.header_promo {
  color: #fff;
  text-align: center;
}

.single_promo {
  padding-top: 60px;
}

.single_promo i {
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 30px;
  height: 60px;
  padding-top: 15px;
  width: 60px;
  margin-bottom: 30px;
}

.single_promo:hover i {
  border-color: #037100;
}

.single_promo h2 {
  font-family: "karlaregular";
  font-size: 24px;
  margin: 0 0 40px;
}

.single_promo a {
  font-family: "karlaregular";
  background: #037100;
  height: 50px;
  display: block;
  font-size: 18px;
  padding: 12px 0;
  color: #fff;
  display: none;
}

.single_promo a:hover {
  text-decoration: none;
  background: #037100;
}

.single_promo:hover {
  width: 100%;
  height: 187px;
  padding-top: 30px;
  color: #037100;
}

.single_promo:hover.single_promo a {
  display: block;
}

/*=====================================================================
  css for Hareme area
=======================================================================*/

.hireme_text {
  background: rgba(0, 0, 0, 0) url("../img/hire_bg.jpg") repeat scroll 0 0;
  display: block;
  height: 585px;
  padding-right: 0;
}

.hireme_inner {
  float: right;
  padding: 100px 20px 20px;
  width: 580px;
}

.hireme_inner h2 {
  color: #191919;
  font-family: "asapregular";
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}

.hireme_inner h2 span {
  font-family: 'asapbold';
}

.hireme_inner p {
  color: #404040;
  font-family: "karlaregular";
  font-size: 16px;
  line-height: 29px;
  text-align: justify;
}

.hireme_inner a {
  /*border: 2px solid #037100;*/
  border: 2px solid #037100;
  border-radius: 5px;
  color: #037100;
  display: inline-block;
  font-family: "asapregular";
  font-size: 18px;
  line-height: 29px;
  margin-top: 50px;
  padding: 20px 70px;
}

.hireme_inner a:hover {
  text-decoration: none;
  background: #037100;
  color: #fff;
  border-radius: 50px;
}

.my_work {
  margin-right: 10px;
}

.hair_me {
  margin-left: 10px;
  margin-right: 40px;
}

.hireme_slider {
  padding-left: 0;
}

#hireme_slide .item img {
  height: 584px;
  width: 100%;
}

.hireme_slider .owl-wrapper-outer {
  position: relative;
}

.hireme_slider .owl-controls {
  position: absolute;
  top: 45%;
  left: 5%;
}

.hireme_slider .owl-page {
  display: block !important;
}

.hireme_slider .owl-page span {
  background: #404040 none repeat scroll 0 0 !important;
  opacity: 1 !important;
}

.hireme_slider .owl-page.active span, .hireme_slider .owl-page:hover span {
  background: #037100 none repeat scroll 0 0 !important;
}

.hireme_slider .owl-buttons {
  display: none;
}

/*=====================================================================
  css for Sarvice area
=======================================================================*/

.service_area {
  padding-bottom: 50px;
}

.service {
  text-align: center;
}

.service_title h2 {
  color: #202020;
  font-family: "asapregular";
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}

.service_title h2 span {
  font-family: 'asapbold';
  color: #037100;
}

.service_title p {
  font-family: 'asapregular';
  color: #202020;
  font-size: 18px;
  line-height: 29px;
  margin: 0 15% 50px;
}

.single_servicr {
  margin-bottom: 50px;
}

.service_icon {
  float: left;
  width: 80px;
}

.service_icon i {
  color: #037100;
  font-size: 35px;
}

.service_text {
  float: right;
  padding-right: 50px;
  text-align: justify;
  width: 475px;
}

.service_text h3 {
  color: #202020;
  font-size: 20px;
  line-height: 29px;
  font-family: 'asapbold';
  margin-top: 0;
  margin-bottom: 15px;
}

.service_text p {
  color: #666666;
  font-size: 16px;
  line-height: 20px;
  font-family: 'karlaregular';
}

/*=====================================================================
  css for Sponsor area
=======================================================================*/

.sponsor_area {
  position: relative;
  text-align: center;
}

.sponsor_bg {
  background: rgba(0, 0, 0, 0) url("../img/sponsor_bg.html") no-repeat fixed center center / cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sponsor_overlay {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
}

.sponsor_area h3 {
  font-family: 'asapregular';
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 75px;
}

.sponsor_inner .owl-buttons {
  margin-top: -50px;
  padding-bottom: 50px;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.sponsor_inner .owl-prev {
  background: rgba(0, 0, 0, 0) url("../img/left_nav.png") no-repeat scroll 0 0;
  height: 20px;
  width: 20px;
  float: left;
}

.sponsor_inner .owl-prev:hover {
  background: rgba(0, 0, 0, 0) url("../img/left_nav_h.png") no-repeat scroll 0 0;
}

.sponsor_inner .owl-next {
  background: rgba(0, 0, 0, 0) url("../img/right_nav.png") no-repeat scroll 0 0;
  float: right;
  height: 20px;
  width: 20px;
  z-index: 16;
}

.sponsor_inner .owl-next:hover {
  background: rgba(0, 0, 0, 0) url("../img/right_nav_h.png") no-repeat scroll 0 0;
}

/*=====================================================================
  css for Project area
=======================================================================*/

.project_area {
  padding-bottom: 80px;
  text-align: center;
}

.prject_area_title {
  margin-bottom: 40px;
}

.prject_area_title h2 {
  color: #202020;
  font-size: 30px;
  line-height: 40px;
  font-family: 'asapregular';
  margin-top: 0;
  margin-bottom: 25px;
}

.prject_area_title h2 span {
  font-family: 'asapbold';
  color: #037100;
}

.prject_area_title p {
  color: #666666;
  font-family: "karlaregular";
  font-size: 16px;
  line-height: 29px;
  margin: 0 15% 15px;
}

.single_project {
  margin-bottom: 20px;
}

.work_img {
  position: relative;
}

.project_overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #037100 none repeat scroll 0 0;
  transform: scale(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  opacity: 0.9;
}

.project_overlay a {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-family: "asapregular";
  font-size: 16px;
  left: 27%;
  padding: 15px 40px;
  position: absolute;
  top: 40%;
}

.project_overlay .button {
  border: 3px solid #fff;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  left: 0;
  letter-spacing: 1px;
  outline: medium none;
  overflow: hidden;
  padding: 15px 40px;
  position: relative;
  text-transform: uppercase;
  top: 40%;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.project_overlay .button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  color: #fff;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.project_overlay .button:hover, .button:active {
  color: #037100;
  text-decoration: none;
}

.project_overlay .button:hover:after {
  height: 225%;
  opacity: 1;
}

.project_overlay .button:active:after {
  height: 225%;
  opacity: 1;
}

.single_project img {
  width: 100%;
  transition: all 1.2s linear;
}

.single_project h3 {
  background: #eeeeee none repeat scroll 0 0;
  border-radius: 0 0 10px 10px;
  color: #202020;
  font-family: "asapregular";
  font-size: 20px;
  margin: 0;
  padding: 25px 0;
}

.single_project:hover div.project_overlay {
  transform: scale(1);
}

/*=====================================================================
  css for Testmonial area
=======================================================================*/

.testmonial_area {
  position: relative;
  color: #fff;
  text-align: center;
}

.testmonial_bg {
  background: rgba(0, 0, 0, 0) url("../img/feedback_bg.html") no-repeat fixed center center / cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.testmonial_overlay {
  background: url(../img/feedback_ov.png) repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.testmonial i {
  color: #037100;
  font-size: 35px;
  margin-bottom: 30px;
}

.c_comment {
  font-family: 'asapregular';
  font-size: 18px;
  line-height: 29px;
  margin-top: 0;
  margin-bottom: 30px;
}

.c_name {
  font-family: 'asapbold';
  color: #037100;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 50px;
}

.c_name span {
  font-family: 'asapitalic';
  color: #fff;
  font-size: 16px;
}

.testmonial div.owl-page span {
  background: #b3b3b3 none repeat scroll 0 0 !important;
  opacity: 1 !important;
}

.testmonial .owl-page.active span, .testmonial .owl-page:hover span {
  background: #037100 none repeat scroll 0 0 !important;
}

/*=====================================================================
  css for Contact area
=======================================================================*/

.contact_area {
  /*padding-bottom: 171px;*/
  box-shadow: inset 0 15px 10px rgba(0, 0, 0, 0.1);
}

.contact_a_title {
  text-align: center;
  margin-bottom: 45px;
}

.contact_a_title h2 {
  font-family: 'asapregular';
  color: #202020;
  font-size: 30px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 25px;
}

.contact_a_title h2 span {
  font-family: 'asapbold';
  color: #037100;
}

.contact_a_title p {
  color: #666666;
  font-family: 'karlaregular';
  font-size: 16px;
  margin: 0 15% 15px;
}

.single_social a {
  border: 1px solid;
  border-radius: 5px;
  display: block;
  font-size: 60px;
  height: 180px;
  margin-bottom: 35px;
  padding-top: 25%;
  text-align: center;
}

.facebook {
  border-color: #3b5998;
  color: #3b5998;
}

.facebook:hover {
  color: #fff;
  border-color: #3b5998;
}

.fb_link .hvr-bounce-to-bottom:before {
  background: #3b5998 none repeat scroll 0 0;
}

.twitter {
  border-color: #00aced;
  color: #00aced;
}

.twitter:hover {
  border-color: #00aced;
  color: #fff;
}

.tw_link .hvr-bounce-to-bottom:before {
  background: #00aced none repeat scroll 0 0;
}

.instagram {
  border-color: #517fa4;
  color: #517fa4;
}

.instagram:hover {
  border-color: #517fa4;
  color: #fff;
}

.int_link .hvr-bounce-to-bottom:before {
  background: #517fa4 none repeat scroll 0 0;
}

.dribbble {
  border-color: #ff0084;
  color: #ff0084;
}

.dribbble:hover {
  border-color: #ff0084;
  color: #fff;
}

.dri_link .hvr-bounce-to-bottom:before {
  background: #ff0084 none repeat scroll 0 0;
}

.contact_box input[type="text"], .contact_box input[type="mail"], .contact_box input[type="numbar"], .contact_box textarea {
  color: #666666;
  font-family: "asapregular";
  font-size: 16px;
  margin-bottom: 20px;
  border-radius: 5px !important;
}

.contact_box input[type="text"], .contact_box input[type="mail"], .contact_box input[type="numbar"] {
  height: 45px;
}

.contact_box .form-control:focus {
  border-color: #037100;
  box-shadow: none;
  outline: 0 none;
}

.massage_a {
  position: relative;
}

.massage_s {
  /*background: #037100 none repeat scroll 0 0;*/
  border-radius: 0 5px 5px 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 100%;
  padding-left: 15px;
  padding-top: 0; /*padding-top: 102px;*/
  position: absolute;
  right: 31px;
  top: 0;
  width: 50px;
  z-index: 2;
}

.massage_s i {
  color: #fff;
}

/*=====================================================================
  css for Footer area
=======================================================================*/

.footer_area {
  background: #eeeeee none repeat scroll 0 0;
  margin: 0;
  padding: 15px;
  text-align: center;
}

.footer_area p {
  font-family: 'asapitalic';
  font-size: 16px;
  color: #2f2f2f;
  margin: 0;
}

.footer_area p a {
  font-family: 'asapbold';
  color: #037100;
}

.footer_area p a:hover {
  text-decoration: none;
}

.main-bg {}

.fa-paper-plane {}

/*=====================================================================
  css for oel helper
=======================================================================*/

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

.logo_div {
  display: inline-block;
  height: 120px;
  padding: 30px 40px;
  text-align: center;
  /*background: #fff;
  background: rgba(255,255,255,0.80);*/
  position: absolute;
  top: -40px;
  /*box-shadow: 0 3px 3px rgba(0,0,0,0.3);*/
}

.innerheader {
  display: block;
  padding: 30px 0;
  background: #eee;
  box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.1);
}

.logoinner {
  display: inline-block;
  position: relative;
  z-index: 100;
}

#myCarousel .carousel-inner .item .fill img {
  width: 100% !important;
}

/*main-header*/

.main-header {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

/*inner-banner*/

.inner-banner {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background: #f3f3f3;
}

.inner-banner h1 {
  display: inline-block;
  padding: 15px 50px;
  background: rgba(255, 255, 255, 0.75);
  color: #333;
  font-family: 'asapregular';
  position: absolute;
  top: 20%;
  font-size: 40px;
  right: 0;
  box-shadow: -5px 0 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.inner-banner h1 span {
  font-family: 'asapbold';
  color: #037100;
}

.inner-banner img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.inner-banner-pro-pic {
  height: 200px !important;
  width: auto !important;
  z-index: 1;
  left: 20px !important;
  box-shadow: 15px 0 20px rgba(0, 0, 0, 0.3);
}

.space5 {
  display: block;
  padding: 5px 0;
  clear: both;
}

.space10 {
  display: block;
  padding: 10px 0;
  clear: both;
}

.space15 {
  display: block;
  padding: 15px 0;
  clear: both;
}

.space20 {
  display: block;
  padding: 20px 0;
  clear: both;
}

.space30 {
  display: block;
  padding: 30px 0;
  clear: both;
}

.space50 {
  display: block;
  padding: 50px 0;
  clear: both;
}

.cbp-spmenu-vertical {
  overflow-y: auto !important;
}

.internal-pages h1, .internal-pages h2, .internal-pages h3, .internal-pages h4, .internal-pages h5, .internal-pages h6, .internal-pages p, .internal-pages ul, .internal-pages ul li, .internal-pages span {
  font-family: 'asapregular' !important;
}

.internal-pages img, .inner-col-box img {
  max-width: 100% !important;
}

.pull-right-image {
  float: right;
  margin: 0 0 0 15px;
}

.inner-col-box {
  display: block;
  padding: 15px;
  min-height: 420px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
}

.inner-col-box:hover, .partnersimg img:hover {
  border-radius: 0 50px 0 50px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.partnersimg {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.partnersimg img {
  display: block;
  padding: 0 15px;
  float: left;
  margin: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
}

.center {
  text-align: center;
}

.inner-col-box p {
  margin-top: 15px;
}

.headingh2 {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: dotted 1px #999;
  color: #222;
  position: relative;
}

.headingh2:after {
  display: inline-block;
  width: 200px;
  height: 4px;
  background: #047003;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
}

.headingh2 span {
  color: #047003;
  font-weight: 600;
}

.address-dtls {
  display: block;
  font-family: 'asapbold';
}

.address-dtls h3 {
  color: #037100;
}

/*servicebox*/

.servicebox {
  display: block;
  padding: 15px;
  background: #f9f9f9;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  text-align: left;
  position: relative;
  margin: 5px 0;
  font-family: 'asapregular';
  min-height: 400px;
  height: 500px;
  text-align: center;
}

.servicebox img {
  max-width: 100%;
}

.servicebox h1, .servicebox h2, .servicebox h3, .servicebox h4, .servicebox h5, .servicebox h6 {
  margin-bottom: 10px;
  display: block;
  padding-bottom: 10px;
  border-bottom: dotted 1px #ccc;
  font-weight: 600;
}

.servicebox ul {
  margin: 0;
  padding: 0px 20px 10px;
  text-align: left;
}

.servicebox ul li {
  list-style-type: disc;
  padding: 3px 0;
  font-family: 'asapregular';
  position: relative;
}

.servicebox ul li a {
  text-decoration: underline;
  color: #555;
}

.servicebox ul li a:hover {
  text-decoration: none;
  color: #000;
}

.servicebox ul li ul {
  position: absolute;
  top: 30px;
  width: 350px;
  left: -80px;
  height: auto;
  min-height: 200px;
  max-height: 350px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  border-top: solid 1px #ddd;
  z-index: 100;
  padding: 10px;
  color: #222;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}

.servicebox ul li ul:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: -5px;
  margin: 0 auto;
  left: 0%;
  right: 0%;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.servicebox ul li:hover ul {
  visibility: visible;
  opacity: 1;
  top: 30px;
}

.servicebox ul li ul li {
  position: relative;
  clear: both;
  margin-left: 20px;
  list-style-type: disc;
}

.servicebox ul li ul li a {
  display: block;
}

.servicebox .btn {
  position: absolute;
  margin: 10px auto;
  bottom: 15px;
  left: 10%;
  right: 10%;
  text-transform: uppercase;
}

.uls1 {
  margin: 10px 20px;
}

.uls1 li {
  list-style-type: square;
}

.space30 {
  display: block;
  clear: both;
  padding: 30px 0;
}

/*our-skills*/

.our-skills {
  display: block;
  width: 100%;
  clear: both;
  padding: 60px 0;
  background: url(../img/section2.jpg) no-repeat 50% 0 fixed;
  box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  color: #fff;
  font-family: 'asapregular';
}

/*.our-skills:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    content: "";
}*/

.our-skills .container {
  position: relative;
  z-index: 1000;
}

.skill-bar li .wrapper {
  margin-bottom: 30px;
  border-radius: 3px;
  background: #dddddd;
  font-family: 'asapregular';
}

.skill-bar li {
  list-style-type: none !important;
  color: #fff;
}

.skill-bar li p {
  font-size: 16px;
  font-weight: 600;
  font-family: 'asapregular';
  color: #fff;
}

.skill-bar li span {
  height: 35px;
  line-height: 35px;
  width: 0px;
  display: block;
  border-radius: 3px;
}

.skill-bar li span {
  overflow: visible!important;
  position: relative;
}

.skill-bar li span {
  background: #037100;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 35px;
}

.our-skills .skill-people img {
  height: 300px;
}

.our-skills .service_title {
  color: #fff !important;
  text-align: center;
}

.our-skills .service_title h2 {
  color: inherit;
}

.googlemap {
  display: block;
  position: relative;
}

.googlemap:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-event: none;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.1);
}

/**********scrollUp**********/

.scrollup {
  width: 32px;
  height: 32px;
  opacity: 0.9;
  position: fixed;
  bottom: 50px;
  right: 10px;
  display: none;
  background: url(../img/up.png) no-repeat;
}

.scrollup:hover {
  opacity: 1;
}

.cbp-spmenu-right.menu-open {
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.10);
}

.moduletable_menu h3 {
  display: none;
}

.aboutuspage, .partnerspage, .clientspage, .productsservicepage, .qhsepage {
  display: block;
}

.getintouch {
  display: block;
  width: 100%;
  padding: 30px 0;
  background: #037100;
  text-align: center;
  color: #fff;
  clear: both;
  font-family: "asapregular";
}

.getintouch h2, .getintouch a {
  display: inline-block;
  margin: 0 15px;
}

.getintouch h2 {
  position: relative;
  top: 7px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

/*bannerslider*/

.bannerslider ul li, .bannerslider {
  position: relative;
}

.flex-direction-nav {
  display: none !important;
}

.bannerslider .flex-control-nav {
  width: 5% !important;
  bottom: 50% !important;
  z-index: 200;
  right: 0 !important;
}

.bannerslider .flex-control-paging li {
  display: block !important;
  clear: both;
}

.bannerslider .flex-control-paging li a {
  width: 20px !important;
  height: 20px !important;
  clear: both !important;
  margin: 5px 0;
}

.breadcrumbs {
  display: block;
  margin: 15px 0 50px 0;
  text-align: right;
  border-bottom: dashed 1px #ccc;
}

.breadcrumbs ul, .breadcrumbs ul li {
  display: inline-block;
  padding: 0;
}

.breadcrumbs ul li {
  color: #ccc;
  font-size: 14px;
}

.breadcrumbs ul li a {
  font-size: inherit;
  color: #999;
  margin: 0;
}

.breadcrumbs ul li i {
  padding: 0 10px;
}

.servicesPageContainer {
  padding-top: 20px;
  padding-bottom: 70px;
}

/*custom-accordions*/

.custom-accordions {
  display: block;
  margin: 15px 0;
}

.post-title {
  color: #222;
  padding: 6px 10px;
  margin: 2px;
  border: solid 1px #ddd;
}

.post-title:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}

.post-title.active {
  background-color: #f4f4f4;
}

.post-title.toggle-trigger:after {
  content: "+";
  margin-left: 10px;
  color: #999;
}

.post-title.active.toggle-trigger:after {
  content: "-";
}

.toggle-content {
  padding: 10px;
}

.toggle-content p, .toggle-content h3, .toggle-content h4 {
  margin: 10px 0;
}

.toggle-content img {
  display: block;
  margin: 10px auto;
}


.partner-page .row {
  position: relative;
}
.partner-page .col-md-3 {
  position: initial;
}
.partner-image-block {
  display: block;
  padding: 15px;
  min-height: 220px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  text-align: center;
  margin: 0 0 30px 0;
}
.partner-image-block:hover {
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.partner-image-block span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.partner-image-block span:after {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background: #fff;
  position: absolute;
  bottom: -13px;
  box-shadow: -2px -3px 5px rgba(0,0,0,0.1);
  border-left: solid 1px #ddd;
  border-top: solid 1px #ddd;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  margin: 0 auto;
  left: 0%;
  right: 0%;
  z-index: 2600;
}
.partner-info-block {
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 97.5%;
  position: absolute;
  left: 15px;
  right: 15px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  border-top: solid 1px #eee;
  /*border-radius: 8px;*/
  z-index: 100;
  text-align: left;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
}
.partner-info-block h3 {
  display: block;
  padding-bottom: 8px;
  border-bottom: dotted 1px #ccc;
}
.partner-image-block:hover .partner-info-block {
  visibility: visible;
  opacity: 1;
}
.partner-image-block:hover span:after {
  visibility: visible;
  opacity: 1;
}


.clientsimg {
  text-align: center;
}
.partnersimg img,.clientsimg img {
  display: inline-block;
  padding: 15px;
  margin: 5px;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
}
.contact_box .contact-btn{
    background-color: #037100 !important;
    border-color: #037100 !important;
}