/* import google fonts */
@import url("https://fonts.googleapis.com/css?family=Merriweather+Sans:300,300i,400,400i,700,700i,900|Poppins:300,400,500,600,700");
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700');
/*@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans');*/
body {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}
.reset-elem, header nav.nav-menu ul.menu-list, header .social-box ul.social-icons, section.team-section .team-box .team-box-side .team-post .hover-team .inner-team ul.social-team, ul.filter, .blog-page-section .blog-page-box .blog-post .post-content ul.post-meta, .pagination-box ul.page-list, .sidebar .category-widget ul, .sidebar .popular-widget ul.popular-list, .sidebar .tags-widget ul.tags-list, section.testimonial-section .testimonial-box ul.bxslider, section.clients-section .clients-box ul.client-list, section.single-post .share-tag-box ul, .comment-area-box > ul, section.single-project-section .single-content .project-content ul.social-icons, section.single-project-section .single-content .project-content ul.detail-list {
  margin: 0;
  padding: 0; }

.paragraph, p, section.team-section .team-box .team-box-side .team-post .hover-team .inner-team span, section.portfolio-section .portfolio-box .project-post .hover-box .inner-hover span, section.single-project-section .single-content .project-content ul.detail-list li {
  font-size: 14px;
  color: #656565;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin: 0 0 12px; }

.heading1, h1, h1 {
  color: #222222;
  font-size: 48px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 20px; }

.heading2, h2, h2 {
  color: #222222;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0 0 40px; }

.heading3, h3, h3 {
  color: #363636;
  font-size: 23px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0 0 4px; }

.back-cover, section.testimonial-section {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important; }

.anchor, a {
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

/*------------------------------------------------- */
/* =  Header
 *------------------------------------------------- */
header {
  width: 366px;
  position: fixed;
  top: 0;
  left: 0;
  background: #761818;
  min-height: 100%;
  z-index: 99999;
/*
  display: flex;
  flex-direction: column;
  justify-content: space-around; 
*/
}
  header .logo {
    padding: 0 40px; }
  header nav.nav-menu {
    padding: 30px 40px 120px;
    width: 100%; }
    header nav.nav-menu ul.menu-list li {
      display: block;
      position: relative; }
      header nav.nav-menu ul.menu-list li a {
        padding: 8px 0;
        color: #ffffff;
        font-size: 14px;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        font-weight: 500; }
      header nav.nav-menu ul.menu-list li a:before {
        display: inline-block;
        float: left;
        content: '';
        width: 0;
        height: 2px;
        margin-right: 0;
        margin-top: 8px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        background: #ff0c0e; }
      header nav.nav-menu ul.menu-list li a.active,
      header nav.nav-menu ul.menu-list li a:hover {
        color: #ff0c0e; }
header nav.nav-menu ul.menu-list li a.active ul{display: block;}
      header nav.nav-menu ul.menu-list li a.active:before,
      header nav.nav-menu ul.menu-list li a:hover:before {
        width: 60px;
        margin-right: 20px; }
  header nav.nav-menu ul.menu-list li ul li a.active:before,
      header nav.nav-menu ul.menu-list li ul li a:hover:before {
        width: 30px;
        margin-right: 20px; }
  header .social-box {
    text-align: left;
    padding: 0 40px; }
header .social-box p 
{
      	color: #c61717;
		font-size: 16px;
		position: fixed;
	bottom: 0px;
		
}
    header .social-box ul.social-icons {
      margin-bottom: 20px; }
      header .social-box ul.social-icons li {
        display: inline-block;
        margin-right: 5px; }
        header .social-box ul.social-icons li a {
          color: #555555;
          font-size: 14px;
          width: 40px;
          height: 40px;
          border: 2px solid #f0f0f0;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          line-height: 36px;
          text-align: center; }
        header .social-box ul.social-icons li a:hover {
          color: #fff;
          background: #c7ad88;
          border-color: transparent; }
      header .social-box ul.social-icons li:last-child {
        margin-right: 0; }

/*
header:after {
  content: '';
  position: absolute;
  top: 40px;
  left: 40px;
  width: 60px;
  height: 1px;
  background: #c7ad88; }
*/

a.elemadded {
  display: none;
  color: #666666;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #f1f1f1f1;
  border-top: 1px solid #f1f1f1f1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/*-------------------------------------------------- */
/* 1. Isotope filtering */
/*------------------------------------------------- */
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

/*-----------------------------------------------------------------------------
 *
 *KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 *
 *Screen Stylesheet
 *
 *version:    1.0
 *date:       07/27/11
 *author:     themepunch
 *email:      support@themepunch.com
 *website:    http://www.themepunch.com */
/*----------------------------------------------------------------------------- */
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px; }

/*********************************************
 *    -   SETTINGS FOR BANNER CONTAINERS  -
 ********************************************* */
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0; }

.tp-banner {
  width: 100%;
  position: relative; }

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0; }

/*------------------------------------------------- */
/* =  General */
/*------------------------------------------------- */
#content {
  margin-left: 366px;
  padding: 0px 0px 35px 0px; }

.container {
  max-width: 100%; }

#container {
  overflow: hidden; }

.title-section {
  text-align: center;
  margin-bottom: 90px;
  position: relative; }
  .title-section span {
    color: #999999;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    opacity: 0.5;
    margin: 0 0 10px; }
  .title-section p {
    font-size: 13px;
    color: #c7ad88;
    line-height: 24px;
    margin-bottom: 0; }

.title-section.white-style h1 {
  color: #ffffff; }

.slider-section {
  overflow: hidden; }
  .slider-section .tp-caption.NotGeneric-Title {
    font-size: 40px;
    font-weight: 700 !important;
    color: #fff;
    font-family: "Poppins", sans-serif;
    letter-spacing: inherit; }
  .slider-section .tp-caption.NotGeneric-SubTitle {
    font-size: 14px;
    font-family: "Merriweather", serif !important;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 2px; }

#full-fixer {
  height: 80px;
  position: absolute;
  right: -9999px; }

#content .tp-bullet {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5); }

#content .tp-bullet.selected {
  background: #fff;
  width: 16px;
  height: 16px;
  margin-left: -3px;
  margin-top: -2px; }

.fullscreen-container {
  padding-left: 330px !important; }

a.button-white {
  color: #c7ad88;
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 9px 50px;
  background: #fff;
  font-weight: 600;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

a.button-white:hover {
  color: #fff;
  background: #c7ad88; }

a.button-one {
  color: #000;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 12px 45px;
  background: #c7ad88;
  font-weight: 500;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0; }

a.button-one:hover {
  color: #fff;
  background: #999999; }

.center-button {
  text-align: center; }

a.button-two {
  color: #666666;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 13px 20px 10px;
  text-transform: uppercase;
  border: 2px solid #666666;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px; }

a.button-two:hover {
  background: #666666;
  color: #fff; }

button.mfp-close, button.mfp-arrow, a.zoom {
  outline: none; }

section.page-banner-section {
  padding: 0px;
 
  background: #111 url("../upload/banners/1.jpg") center center no-repeat;
  background-size: cover;
  }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    section.page-banner-section {
      background: #111 url("../upload/banners/1%402x.jpg") center center no-repeat;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    section.page-banner-section {
      background: #111 url("../upload/banners/1%402x.jpg") center center no-repeat;
      background-size: cover; } }
  section.page-banner-section .border-line-box {
    height: 300px;
    border: 2px solid #c7ad88;
    border-bottom: none; }
  section.page-banner-section .page-box-title {
    overflow: hidden;
     }
  section.page-banner-section h1 {
    display: inline-block;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    position: relative; 
	  margin-top: 47%;
}
/*
  section.page-banner-section h1:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 16px;
    width: 1000px;
    height: 0;
    border-top: 2px solid #c7ad88; }
  section.page-banner-section h1:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 16px;
    width: 2000px;
    border-top: 2px solid #c7ad88; }
*/
  section.page-banner-section p {
    color: #f9f9f9;
    font-size: 18px;
    font-family: "Merriweather", serif;
    line-height: 30px;
    margin-bottom: 0; }

section.page-banner-section.portfolio-ban {
  
  background:  url("../upload/banners/ultra_mech.jpg") center center no-repeat;
  background-size: cover;
	    min-height: 625px;
   }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    section.page-banner-section.portfolio-ban {
      background:  url("../upload/banners/ultra_mech.jpg") center center no-repeat;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    section.page-banner-section.portfolio-ban {
      background:  url("../upload/banners/ultra_mech.jpg") center center no-repeat;
      background-size: cover; } }

section.page-banner-section.engineering_section {
  
  background: url("../upload/banners/engineering-work.png") center center no-repeat;
  background-size: cover;
	    min-height: auto;
   }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    section.page-banner-section.engineering_section{
      background: url("../upload/banners/engineering-work.png") center center no-repeat;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    section.page-banner-section.engineering_section {
      background: url("../upload/banners/engineering-work.png") center center no-repeat;
      background-size: cover; } }


section.page-banner-section.blog-ban {
 
  background: url("../upload/banners/4.jpg") center center no-repeat;
  background-size: cover;
 }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    section.page-banner-section.blog-ban {
      background: url("../upload/banners/4%402x.jpg") center center no-repeat;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    section.page-banner-section.blog-ban {
      background: url("../upload/banners/4%402x.jpg") center center no-repeat;
      background-size: cover; } }

/*------------------------------------------------- */
/* =  Team Sections */
/*------------------------------------------------- */
section.team-section {
  padding: 100px 0 0;
  background: #f9f9f9; }
  section.team-section .team-box {
    overflow: hidden; }
    section.team-section .team-box .team-box-side {
      overflow: hidden; }
      section.team-section .team-box .team-box-side .team-post {
        width: 33.3333%;
        float: left;
        position: relative; }
        section.team-section .team-box .team-box-side .team-post img {
          width: 100%;
          height: auto; }
        section.team-section .team-box .team-box-side .team-post .hover-team {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          text-align: center;
          opacity: 0;
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out; }
          section.team-section .team-box .team-box-side .team-post .hover-team .inner-team {
            z-index: 2;
            position: absolute;
            width: 100%;
            top: 50%;
            left: 0;
            margin-top: -25px; }
            section.team-section .team-box .team-box-side .team-post .hover-team .inner-team h3 {
              margin-bottom: 0;
              color: #c7ad88; }
            section.team-section .team-box .team-box-side .team-post .hover-team .inner-team span {
              display: inline-block;
              font-size: 13px;
              font-style: italic;
              margin-bottom: 0px; }
            section.team-section .team-box .team-box-side .team-post .hover-team .inner-team ul.social-team li {
              display: inline-block;
              margin: 0 3px; }
              section.team-section .team-box .team-box-side .team-post .hover-team .inner-team ul.social-team li a {
                color: #666666;
                font-size: 15px; }
              section.team-section .team-box .team-box-side .team-post .hover-team .inner-team ul.social-team li a:hover {
                color: #c7ad88; }
        section.team-section .team-box .team-box-side .team-post .hover-team:after {
          content: '';
          position: absolute;
          top: 21px;
          left: 21px;
          bottom: 21px;
          right: 21px;
          border: 2px solid #c7ad88; }
      section.team-section .team-box .team-box-side .team-post:hover .hover-team {
        opacity: 1; }

/*------------------------------------------------- */
/* =  services page */
/*------------------------------------------------- */
section.services-section {
  padding: 50px 30px 0;
  background: #fff; }
  section.services-section .services-box {
    padding-bottom: 40px;
    min-height: 360px;
    border-bottom: 1px solid #e5e5e5; }
    section.services-section .services-box .services-post {
      padding: 50px 30px;
      border: 1px solid #dadada;
      background: transparent;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      text-align: center;
      min-height: 295px;
      margin-bottom: 30px; }
      section.services-section .services-box .services-post span, section.services-section .services-box .services-post i {
        color: #c7ad88;
        font-size: 26px;
        display: inline-block;
        margin-bottom: 25px; }
      section.services-section .services-box .services-post h2 {
        padding-bottom: 24px;
        position: relative;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out; }
      section.services-section .services-box .services-post h2:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -15px;
        width: 30px;
        height: 3px;
        background: #dadada;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out; }
      section.services-section .services-box .services-post p {
        line-height: 24px;
        max-height: 72px;
        overflow: hidden;
        margin-bottom: 0px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out; }
      section.services-section .services-box .services-post a {
        color: #fff;
        font-size: 12px;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        display: none; }
      section.services-section .services-box .services-post a:hover {
        opacity: 0.7; }
    section.services-section .services-box .services-post:hover {
      border: 1px solid #c7ad88;
      background: #c7ad88; }
      section.services-section .services-box .services-post:hover h2, section.services-section .services-box .services-post:hover p {
        color: #fff; }
      section.services-section .services-box .services-post:hover a {
        display: inline-block; }
      section.services-section .services-box .services-post:hover span, section.services-section .services-box .services-post:hover i {
        color: #fff; }
      section.services-section .services-box .services-post:hover h2:after {
        background: #fff; }

/*------------------------------------------------- */
/* =  Portfolio */
/*------------------------------------------------- */
section.portfolio-section {
  padding-top: 75px;
  overflow: hidden; }
  section.portfolio-section .title-section {
    margin-bottom: 36px; }
  section.portfolio-section .portfolio-box .project-post {
    width: 25%;
    position: relative;
    padding: 5px; }
    section.portfolio-section .portfolio-box .project-post img {
      width: 100%;
      height: auto; }
    section.portfolio-section .portfolio-box .project-post .hover-box {
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      background: rgba(118, 24, 24,0.5);
      text-align: center;
      opacity: 0;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }


      section.portfolio-section .portfolio-box .project-post .hover-box .inner-hover {
        z-index: 2;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -20px; }

        section.portfolio-section .portfolio-box .project-post .hover-box .inner-hover h2 {
          font-size: 18px;
          font-weight: 600;
          margin-bottom: 5px; }

          section.portfolio-section .portfolio-box .project-post .hover-box .inner-hover h2 a {
            color: #fff; }
          section.portfolio-section .portfolio-box .project-post .hover-box .inner-hover h2 a:hover {
            opacity: 0.7; }
        section.portfolio-section .portfolio-box .project-post .hover-box .inner-hover span {
          color: #fff;
          font-size: 12px;
          font-style: italic;
          margin-bottom: 0; }
    section.portfolio-section .portfolio-box .project-post .hover-box:after {
      content: '';
      position: absolute;
      top: 17px;
      left: 17px;
      bottom: 17px;
      right: 17px;
      border: 2px solid #fff; }
  section.portfolio-section .portfolio-box .project-post:hover .hover-box {
    opacity: 1; }
.gallery_img .hover-box {
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      background: rgba(118, 24, 24,0.5);
      text-align: center;
      opacity: 0;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; 
}
.gallery_img:hover .hover-box{
    opacity: 1; }

ul.filter {
  text-align: center;
  margin-bottom: 40px; }
  ul.filter li {
    display: inline-block;
    padding: 0 0 0 20px;
    margin-bottom: 20px; }
    ul.filter li a {
      color: #666666;
      font-size: 14px;
      font-family: "Poppins", sans-serif;
      padding: 0 10px 6px;
      border-bottom: 2px solid transparent;
      text-transform: capitalize; }
    ul.filter li a:hover,
    ul.filter li a.active {
      color: #c7ad88;
      border-bottom: 2px solid #c7ad88; }
  ul.filter li:after {
    content: '|';
    color: #999999;
    font-size: 8px;
    font-family: "Merriweather", serif;
    margin-left: 20px; }
  ul.filter li:last-child:after {
    display: none;
    margin-left: 0; }
  ul.filter li:first-child {
    margin-left: 0; }

/*------------------------------------------------- */
/* =  News section */
/*------------------------------------------------- */
.blog-page-section {
  padding: 40px 0 0;
  margin-left: -15px;
  margin-right: -15px; }
  .blog-page-section .blog-page-box {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px; }
    .blog-page-section .blog-page-box .blog-post {
      width: 50%;
      padding: 15px 15px 30px; }
      .blog-page-section .blog-page-box .blog-post .post-gallery img, .blog-page-section .blog-page-box .blog-post .post-gallery iframe {
        width: 100%; }
      .blog-page-section .blog-page-box .blog-post .post-gallery iframe {
        height: 200px; }
      .blog-page-section .blog-page-box .blog-post .post-content {
        padding: 25px 30px;
        border-bottom: 1px solid #eeeeee;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out; }
        .blog-page-section .blog-page-box .blog-post .post-content h2 {
          font-weight: 600;
          margin-bottom: 17px; }
          .blog-page-section .blog-page-box .blog-post .post-content h2 a {
            color: #222222; }
          .blog-page-section .blog-page-box .blog-post .post-content h2 a:hover {
            color: #c7ad88; }
        .blog-page-section .blog-page-box .blog-post .post-content p {
          font-size: 13px;
          line-height: 22px;
          margin-bottom: 0; }
        .blog-page-section .blog-page-box .blog-post .post-content ul.post-meta {
          margin-bottom: 17px; }
          .blog-page-section .blog-page-box .blog-post .post-content ul.post-meta li {
            display: inline-block;
            color: #aaaaaa;
            font-size: 12px;
            font-family: "Merriweather", serif;
            font-weight: 300;
            font-style: italic;
            margin-right: 2px; }
            .blog-page-section .blog-page-box .blog-post .post-content ul.post-meta li a {
              color: #aaaaaa; }
            .blog-page-section .blog-page-box .blog-post .post-content ul.post-meta li a:hover {
              color: #c7ad88; }
          .blog-page-section .blog-page-box .blog-post .post-content ul.post-meta li:before {
            content: '/';
            margin-right: 5px; }
          .blog-page-section .blog-page-box .blog-post .post-content ul.post-meta li:first-child:before {
            display: none;
            margin-right: 0; }
      .blog-page-section .blog-page-box .blog-post span {
        display: inline-block;
        color: #aaaaaa;
        font-size: 12px;
        font-family: "Merriweather", serif;
        font-weight: 300;
        padding: 20px 30px 0; }
    .blog-page-section .blog-page-box .blog-post.quote-post blockquote {
      padding: 60px 25px;
      border: none;
      /*
   * Set a counter and get the length of the image path.
   */
      /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
      /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
      /*
     * Set a base background for 1x environments.
     */
      background: url("../upload/blog/back.jpg") center center no-repeat;
      background-size: cover;
      /*
     * Create an @2x-ish media query.
     */
      /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
      /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        .blog-page-section .blog-page-box .blog-post.quote-post blockquote {
          background: #111 url("../upload/blog/back%402x.jpg") center center no-repeat;
          background-size: cover; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .blog-page-section .blog-page-box .blog-post.quote-post blockquote {
          background: #111 url("../upload/blog/back%402x.jpg") center center no-repeat;
          background-size: cover; } }
      .blog-page-section .blog-page-box .blog-post.quote-post blockquote p {
        color: #fff;
        font-size: 18px;
        font-style: italic;
        line-height: 30px;
        margin-bottom: 30px; }
      .blog-page-section .blog-page-box .blog-post.quote-post blockquote h2 {
        color: #fff;
        font-size: 20px;
        padding: 0 0 20px;
        border-bottom: 1px solid #999999; }
    .blog-page-section .blog-page-box .blog-post:hover .post-content {
      background: #f9f9f9;
      border-bottom: 1px solid #dddddd; }

.pagination-box {
  margin-bottom: 20px;
  overflow: hidden; }
  .pagination-box a.prev,
  .pagination-box a.next {
    color: #aaaaaa;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    margin-top: -22px; }
  .pagination-box a.prev:hover,
  .pagination-box a.next:hover {
    color: #c7ad88; }
  .pagination-box a.prev {
    float: left; }
    .pagination-box a.prev i {
      margin-right: 5px; }
  .pagination-box a.next {
    float: right; }
    .pagination-box a.next i {
      margin-left: 5px; }
  .pagination-box ul.page-list {
    text-align: center; }
    .pagination-box ul.page-list li {
      display: inline-block;
      color: #aaaaaa;
      font-size: 14px;
      font-family: "Poppins", sans-serif; }
      .pagination-box ul.page-list li a {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: center;
        font-size: 14px;
        line-height: 30px;
        font-family: "Poppins", sans-serif;
        color: #aaaaaa;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .pagination-box ul.page-list li a:hover,
      .pagination-box ul.page-list li a.active {
        color: #fff;
        background: #c7ad88; }

.flex-control-paging li a {
  width: 10px !important; }

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  width: 40px !important; }

/*------------------------------------------------- */
/* =  Sidebar */
/*------------------------------------------------- */
.sidebar {
  margin-bottom: 60px;
  padding: 35px;
  background: #f9f9f9; }
  .sidebar .widget {
    margin-bottom: 35px; }
  .sidebar h2 {
    font-size: 18px;
    margin-bottom: 20px; }
  .sidebar .search-widget input[type="search"] {
    margin: 0;
    padding: 12px 20px;
    border: 1px solid #eeeeee;
    width: 100%;
    outline: none;
    color: #999999;
    font-size: 12px;
    font-family: "Merriweather", serif;
    font-weight: 400;
    background: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
  .sidebar .search-widget button {
    background: transparent;
    border: none;
    float: right;
    margin-top: -32px;
    margin-right: 15px;
    position: relative;
    z-index: 2; }
  .sidebar .search-widget button i {
    color: #999999;
    font-size: 13px; }
  .sidebar .text-widget p {
    font-size: 13px;
    margin-bottom: 0; }
  .sidebar .category-widget ul li {
    list-style: none;
    margin-bottom: 10px; }
    .sidebar .category-widget ul li a {
      color: #999999;
      font-size: 13px;
      font-family: "Merriweather", serif;
      position: relative;
      font-weight: 300;
      padding-left: 14px; }
    .sidebar .category-widget ul li a:before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      width: 5px;
      height: 5px;
      background: #999999;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
    .sidebar .category-widget ul li a:hover {
      color: #c7ad88; }
    .sidebar .category-widget ul li a:hover:before {
      background: #c7ad88; }
  .sidebar .category-widget ul li:last-child {
    margin-bottom: 0px; }
  .sidebar .popular-widget ul.popular-list li {
    list-style: none;
    overflow-y: hidden;
    margin-bottom: 20px; }
    .sidebar .popular-widget ul.popular-list li img {
      float: left;
      max-width: 70px; }
    .sidebar .popular-widget ul.popular-list li .side-content {
      margin-left: 90px;
      padding-top: 4px; }
      .sidebar .popular-widget ul.popular-list li .side-content h2 {
        font-size: 13px;
        line-height: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        margin-bottom: 0px; }
        .sidebar .popular-widget ul.popular-list li .side-content h2 a {
          color: #999999; }
        .sidebar .popular-widget ul.popular-list li .side-content h2 a:hover {
          color: #666666; }
      .sidebar .popular-widget ul.popular-list li .side-content span {
        display: inline-block;
        margin: 0;
        color: #cccccc;
        font-size: 12px;
        font-family: "Merriweather", serif;
        font-style: italic; }
  .sidebar .popular-widget ul.popular-list li:last-child {
    margin-bottom: 0; }
  .sidebar .tags-widget ul.tags-list li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 5px; }
    .sidebar .tags-widget ul.tags-list li a {
      color: #999999;
      font-size: 12px;
      font-family: "Poppins", sans-serif;
      padding: 4px 6px;
      border: 2px solid #eeeeee; }
    .sidebar .tags-widget ul.tags-list li a:hover {
      color: #ffffff;
      border: 2px solid #222222;
      background: #222222; }

/*------------------------------------------------- */
/* =  About sections */
/*------------------------------------------------- */
section.about-section {
  padding: 50px 0 60px;
  position: relative; }
  section.about-section .about-box .about-post {
    margin-bottom: 30px; }

/*------------------------------------------------- */
/* =  Testimonials */
/*------------------------------------------------- */
section.testimonial-section {
  padding: 90px 0;
  background: url("../upload/banners/2.jpg") center fixed; }
  section.testimonial-section .testimonial-box {
    text-align: center; }
    section.testimonial-section .testimonial-box p {
      color: #ffffff;
      font-size: 14px;
      max-width: 800px;
      margin: 0 auto 30px; }
    section.testimonial-section .testimonial-box img {
      display: inline-block;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      margin-bottom: 14px; }
    section.testimonial-section .testimonial-box h3 {
      color: #ffffff;
      font-size: 14px;
      margin-bottom: 0; }

/*------------------------------------------------- */
/* =  Clients sections */
/*------------------------------------------------- */
section.clients-section {
  padding: 90px 0;
  background: #f9f9f9; }
  section.clients-section .clients-box {
    max-width: 1660px;
    margin: 0 auto; }
    section.clients-section .clients-box ul.client-list {
      overflow: hidden; }
      section.clients-section .clients-box ul.client-list li {
        float: left;
        width: 16.666666%;
        list-style: none;
        text-align: center; }
        section.clients-section .clients-box ul.client-list li a {
          padding: 10px 30px;
          text-align: center;
          opacity: 0.4;
          width: auto;
          max-width: 100%; }
          section.clients-section .clients-box ul.client-list li a img {
            max-width: 100%; }
        section.clients-section .clients-box ul.client-list li a:hover {
          opacity: 1; }

/*------------------------------------------------- */
/* =  Statistic sections*/
/*------------------------------------------------- */
section.statistic-section {
  padding: 100px 0;
  background: #333333; }
  section.statistic-section .statistic-box {
    overflow: hidden; }
  section.statistic-section .statistic-post {
    float: left;
    width: 20%;
    padding-left: 30px; }
    section.statistic-section .statistic-post i {
      color: #fff;
      font-size: 36px;
      margin-bottom: 15px; }
    section.statistic-section .statistic-post p {
      color: #fff;
      margin-bottom: 0; }
    section.statistic-section .statistic-post h2 {
      margin-bottom: 10px; }
    section.statistic-section .statistic-post span.timer {
      color: #c7ad88;
      font-size: 46px;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      margin: 0; }

/*------------------------------------------------- */
/* =  Single Post */
/*------------------------------------------------- */
section.single-post .single-image {
  margin-bottom: 40px; }
  section.single-post .single-image img {
    width: 100%; }

section.single-post h3 {
  color: #222222;
  margin-bottom: 30px; }

section.single-post .blog-page-box {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0; }

section.single-post .blog-page-box .blog-post {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0; }
  section.single-post .blog-page-box .blog-post img {
    width: 100%;
    margin-bottom: 40px; }
  section.single-post .blog-page-box .blog-post .post-content {
    padding: 0 0 20px;
    background: transparent !important;
    margin-bottom: 40px; }
    section.single-post .blog-page-box .blog-post .post-content p {
      margin-bottom: 30px; }

section.single-post .share-tag-box {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  max-width: 760px;
  margin: 0 auto 50px; }
  section.single-post .share-tag-box ul li {
    display: inline-block;
    margin-right: 1px; }
  section.single-post .share-tag-box div.share-box {
    float: left;
    margin-bottom: 30px; }
  section.single-post .share-tag-box div.tag-box {
    float: right;
    text-align: right;
    margin-bottom: 30px; }
  section.single-post .share-tag-box ul.share-list li {
    display: inline-block;
    margin: 0 2px; }
    section.single-post .share-tag-box ul.share-list li a {
      width: 40px;
      height: 40px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #f0f0f0;
      text-align: center;
      line-height: 36px;
      font-size: 14px;
      color: #c7ad88; }
    section.single-post .share-tag-box ul.share-list li a:hover {
      border-color: transparent;
      background: #c7ad88;
      color: #fff; }
  section.single-post .share-tag-box ul.tag-list li a {
    color: #999999;
    font-size: 12px;
    font-family: "Merriweather", serif;
    font-weight: 300; }
  section.single-post .share-tag-box ul.tag-list li a:hover {
    color: #c7ad88; }

.comment-area-box {
  max-width: 760px;
  margin: 0 auto 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee; }
  .comment-area-box > ul {
    padding-top: 10px; }
    .comment-area-box > ul li {
      list-style: none; }
      .comment-area-box > ul li .comment-box {
        overflow: hidden;
        margin-bottom: 55px; }
        .comment-area-box > ul li .comment-box img {
          max-width: 70px;
          float: left;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        .comment-area-box > ul li .comment-box .comment-content {
          margin-left: 100px; }
          .comment-area-box > ul li .comment-box .comment-content h4 {
            color: #666666;
            font-size: 14px;
            font-family: "Poppins", sans-serif;
            font-weight: 600;
            margin: 0; }
          .comment-area-box > ul li .comment-box .comment-content span, .comment-area-box > ul li .comment-box .comment-content a {
            font-size: 12px;
            color: #999999;
            font-family: "Merriweather", serif;
            display: inline-block;
            font-style: italic;
            margin: 0 0 16px; }
          .comment-area-box > ul li .comment-box .comment-content a {
            float: right;
            margin-top: -10px; }
          .comment-area-box > ul li .comment-box .comment-content a:hover {
            color: #c7ad88; }
          .comment-area-box > ul li .comment-box .comment-content p {
            margin-bottom: 0px; }
  .comment-area-box ul.depth .comment-box {
    padding-left: 100px; }

.contact-form-box {
  max-width: 760px;
  margin: 0 auto; }
  .contact-form-box h3 {
    margin-bottom: 2px !important; }
  .contact-form-box > span {
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: "Merriweather", serif;
    display: inline-block;
    font-style: italic;
    margin: 0 0 25px; }
  .contact-form-box #comment-form {
    margin: 0; }
    .contact-form-box #comment-form input[type="text"],
    .contact-form-box #comment-form textarea {
      display: block;
      width: 100%;
      padding: 12px 20px;
      background: transparent;
      color: #999999;
      font-size: 12px;
      font-family: "Merriweather", serif;
      outline: none;
      border: 1px solid #cccccc;
      margin: 0 0 30px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
    .contact-form-box #comment-form input[type="text"]:focus,
    .contact-form-box #comment-form textarea:focus {
      border: 1px solid #c7ad88;
      background: transparent; }
    .contact-form-box #comment-form textarea {
      height: 130px; }
    .contact-form-box #comment-form input[type="submit"] {
      color: #c7ad88;
      font-size: 12px;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      padding: 10px 22px 10px;
      text-transform: uppercase;
      border: 2px solid #c7ad88;
      background: transparent;
      outline: none;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
    .contact-form-box #comment-form input[type="submit"]:hover {
      background: #c7ad88;
      color: #ffffff; }

/*------------------------------------------------- */
/* =  Single Project */
/*------------------------------------------------- */
section.single-project-section img {
  width: 100%;
  margin-bottom: 10px; }

section.single-project-section .single-content {
  margin-left: -15px;
  margin-right: -15px; }
  section.single-project-section .single-content .project-content {
    padding: 35px;
    background: #f9f9f9;
    margin-bottom: 40px; }
    section.single-project-section .single-content .project-content h2 {
      font-size: 18px;
      margin-bottom: 30px; }
    section.single-project-section .single-content .project-content p {
      margin-bottom: 30px; }
    section.single-project-section .single-content .project-content ul.social-icons li {
      display: inline-block;
      margin-right: 6px; }
      section.single-project-section .single-content .project-content ul.social-icons li a {
        width: 40px;
        height: 40px;
        line-height: 36px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background: transparent;
        color: #c7ad88;
        font-size: 16px;
        text-align: center;
        border: 2px solid #efefef; }
      section.single-project-section .single-content .project-content ul.social-icons li a:hover {
        background: #c7ad88;
        color: #fff;
        border-color: transparent; }
    section.single-project-section .single-content .project-content ul.detail-list {
      margin-bottom: 40px; }
      section.single-project-section .single-content .project-content ul.detail-list li {
        display: block;
        margin-bottom: 5px; }
        section.single-project-section .single-content .project-content ul.detail-list li span {
          color: #222222; }

.pag-page {
  overflow: hidden;
  margin-bottom: 80px; }
  .pag-page a {
    color: #aaaaaa;
    font-size: 12px;
    font-family: "Merriweather", serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .pag-page a i {
      font-size: 15px;
      color: #aaa; }
  .pag-page a.prev-project {
    float: left; }
    .pag-page a.prev-project i {
      margin-right: 18px; }
  .pag-page a.next-project {
    float: right; }
    .pag-page a.next-project i {
      margin-left: 18px; }
  .pag-page a:hover {
    opacity: 0.7; }

/*------------------------------------------------- */
/* =  Contact */
/*------------------------------------------------- */
section.contact-form-section {
  padding: 50px 0 0;
  position: relative; }
  section.contact-form-section .contact-form-box {
    max-width: 100%; }
    section.contact-form-section .contact-form-box h1 {
      font-size: 24px;
      font-weight: 600; }
    section.contact-form-section .contact-form-box #contact-form {
      margin: 0; }
      section.contact-form-section .contact-form-box #contact-form input[type="text"],
      section.contact-form-section .contact-form-box #contact-form textarea {
        display: block;
        width: 100%;
        padding: 12px 20px;
        background: transparent;
        color: #333;
        font-size: 14px;
        font-family: "Poppins", sans-serif;
        outline: none;
        border: 1px solid #cccccc;
        margin: 0 0 30px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out; }
      section.contact-form-section .contact-form-box #contact-form input[type="text"]:focus,
      section.contact-form-section .contact-form-box #contact-form textarea:focus {
        border: 1px solid #b21818;
        background: transparent; }
      section.contact-form-section .contact-form-box #contact-form textarea {
        height: 130px; }
      section.contact-form-section .contact-form-box #contact-form input[type="submit"] {
        color: #fff;
        font-size: 18px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        padding: 5px 40px 5px;
        text-transform: uppercase;
        border: 2px solid #761818;
        background: transparent;
        outline: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
		  background-color: #761818;
		  margin-top: 30px;
}
      section.contact-form-section .contact-form-box #contact-form input[type="submit"]:hover {
        background-color: transparent;
		    border: 2px solid #761818;
        color: #761818; }
  section.contact-form-section .info-box {
    padding-top: 0px;padding-bottom: 30px; }
    section.contact-form-section .info-box h2 {
      font-size: 18px;
      margin-bottom: 25px; }
    section.contact-form-section .info-box p {
      font-size: 13px; }
      section.contact-form-section .info-box p span {
        color: #333333; }
  section.contact-form-section .info-box.address p {
    padding-left: 0px;
    margin-bottom: 0;
	  font-size: 16px;color: #666666;
}
    section.contact-form-section .info-box.address p span {
      display: inline-block;
      margin-left: -20px;
      margin-right: 4px; }
section.contact-form-section .info-box p a{color: #666666;}

#map {
  width: 100%;
  height: 500px; }



.contact_form{padding: 0px 5%;}
/*manicss*/
.common_section h3:first-child{margin-top: 0px;}
.common_section h3{margin-top: 40px;margin-bottom: 5px;}
.common_section p{color: #656565;margin-bottom: 30px;}
.common_header h1{font-size: 70px!important;font-weight: 500!important; font-family: "Poppins", sans-serif!important;}

.ultra_list {list-style: none;padding: 0px 0px 0px 30px;margin: 0px;}
.ultra_list li{line-height: 30px;font-size: 16px;color: #666666;}
.ultra_list li::before{position: absolute;content: '';background: url(../images/round.png) no-repeat center center;width: 10px;height: 10px;left: 21px;    margin-top: 9px;}

	.main_container{
    position: fixed;
    top: 50%;
    width: 100%;
    text-align: center;
		margin-top: -300px;
}
.main_logo_sec{
    display:inline-block;
    width: 90%;
    max-width: 900px;  
    min-height: 300px;  
}

.main_nav ul{padding: 0px;list-style: none;margin: 0px;}
.main_nav ul li{display: inline-block;float: none;text-align: center;padding: 0px 30px;}
.main_nav ul li a{font-size: 31px;color: #fff;font-family: 'Roboto', sans-serif;font-weight: 300;text-transform: uppercase;}
.main_nav ul li a:hover{color: #ff4950;transition: 0.25s all ease-in;}
#curved1 {
		position: absolute;
		top: 23%;
		left: 40%;
		transform: rotate(-60deg);
}

#curved2 {
     position: absolute;
    top: 55px;
    left: 50%;
}
#curved3 {
		position: absolute;
		top: 24%;
		left: 60%;
		transform: rotate(62deg);
}
.main_logo_sec img{width: 550px;}
.engineering_head{text-transform: uppercase;font-size: 30px;color: #363636;}

.list-group .thumbnail {
    display: block;
     padding:0px; 
    margin-bottom: 20px;
    line-height: 1.42857143;
     background-color: transparent; 
     border: none; 
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.list-group p{color: #000000;margin-top: 15px;font-weight: bold;font-size: 13px;}
.gallery_secion h3{margin: 20px 0px;}
.gallery_secion .engineering_head{margin: 0px 0px 30px;}
.gallery_common{margin-left: 5%;}
.gallery_secion{padding: 0px;}
.office_add{font-size: 20px;font-weight: bold;font-style: italic;color: #761818;}
/*
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}
.menu-list li:hover .submenu {
  display: block;
  max-height: 200px;
}
*/

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/

@media  (max-width: 1920px) and (min-width: 1900px){}
@media (max-width: 1680px) and (min-width: 1650px){}
@media (max-width: 1600px) and (min-width: 1500px){}
@media (max-width: 1440px) and (min-width: 1400px){}
@media (max-width: 1366px) and (min-width: 1362px){
	.main_logo_sec img{width: 470px;}
	#curved3 {
    position: absolute;
    top: 26%;
    left: 61%;
    transform: rotate(64deg);
}
	section.page-banner-section.portfolio-ban{min-height: auto;}
	.common_header h1{font-size: 55px!important;}
	.main_nav ul li a{font-size: 28px;}
	#curved1 {
    position: absolute;
    top: 26%;
    left: 39%;
    transform: rotate(-60deg);
}
}
@media (max-width: 1360px) and (min-width: 1300px){}
@media (max-width: 1280px) and (min-width: 1200px){}
@media (max-width: 1024px) and (min-width: 980px){}
@media (max-width: 1600px) {
  section.portfolio-section .portfolio-box .project-post {
    width: 25%; } }

@media (max-width: 1199px) {
  header {
    width: 260px; }
    header nav.nav-menu {
      padding: 30px; }
    header .social-box {
      padding: 0 30px; }
      header .social-box ul.social-icons li {
        margin-right: -4px; }
  section.page-banner-section {
    padding: 50px; }
    section.page-banner-section h1 {
      font-size: 40px; }
    section.page-banner-section p {
      font-size: 13px;
      line-height: 24px; }
    section.page-banner-section .border-line-box {
      height: 200px; }
  .fullscreen-container {
    padding-left: 260px !important; }
  #content {
    margin-left: 260px; }
  .blog-section .blog-box.iso-call .blog-post,
  section.portfolio-section .portfolio-box .project-post {
    width: 50%; }
  .sidebar {
    padding: 20px; }
  .sidebar .popular-widget ul.popular-list li img {
    max-width: 50px; }
  .sidebar .popular-widget ul.popular-list li .side-content {
    margin-left: 60px; }
  ul.depth {
    padding: 0; }
  .blog-page-section .blog-page-box .blog-post .post-content {
    padding: 20px 0; } }

@media (max-width: 991px) {
  header {
    position: relative;
    width: 100%;
    height: auto !important;
    display: block;
    padding-top: 20px;
    text-align: center; }
    header .logo {
      padding: 10px 5px;
      margin-bottom: 10px; }
    header nav.nav-menu {
      padding: 0;
      max-height: 250px;
      overflow-y: scroll;
      overflow-x: hidden;
      display: none;
      text-align: center;
      border-bottom: 1px solid #f1f1f1; }
      header nav.nav-menu > ul.menu-list {
        padding: 6px 0; }
        header nav.nav-menu > ul.menu-list li {
          border: none !important; }
          header nav.nav-menu > ul.menu-list li a {
            padding: 6px 10px; }
          header nav.nav-menu > ul.menu-list li a:after {
            display: none; }
    header .social-box {
      padding: 10px 0;
      text-align: center; }
      header .social-box ul.social-icons li {
        margin-right: 0px; }
      header .social-box p {
        display: none; }
  header:after {
    width: 0; }
  a.elemadded {
    display: block; }
  .fullscreen-container {
    padding-left: 0px !important; }
  #content {
    margin-left: 0; }
  #map {
    height: 400px; }
  .contact-section .contact-form-part form#contact-form {
    overflow: hidden;
    margin-bottom: 30px; }
  section.clients-section .clients-box ul.client-list li {
    width: 33.33333%; }
  .blog-page-section .blog-page-box .blog-post .post-content {
    padding: 25px; } }

@media (max-width: 767px) {
  section.page-banner-section {
    padding: 30px; }
    section.page-banner-section h1 {
      font-size: 36px;
      line-height: 40px; }
    section.page-banner-section p {
      font-size: 13px;
      line-height: 24px; }
    section.page-banner-section .border-line-box {
      display: none; }
    section.page-banner-section .page-box-title {
      margin-top: 0; }
  section.statistic-section .statistic-post {
    width: 33.3333%;
    margin-bottom: 30px; }
  .tp-thumbs {
    display: none; }
  #map {
    height: 300px; }
  section.team-section .team-box .team-box-side .team-post {
    width: 100%;
    margin-bottom: 20px; }
  .heading1, h1, h1 {
    font-size: 36px;
    line-height: 44px; }
  ul.filter li {
    padding-left: 0; }
  ul.filter li:after {
    margin-left: 0; }
  .comment-area-box ul.depth .comment-box {
    padding-left: 0; } 

/*mani*/
	
#curved1 {
    position: absolute;
    top: 23%;
    left: 27%;
    transform: rotate(-48deg);
}
#curved2 {
    position: absolute;
    top: 44px;
    left: 50%;
}
.main_nav ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
#curved3 {
    position: absolute;
    top: 22%;
    left: 75%;
    transform: rotate(53deg);
}
	.common_header h1{font-size: 24px!important;}
	.common_section p{text-align: justify;}
}
.contentone {
    display: block;
}

.loader{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;  
    background-color: #fff;
}


.indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(4);
 
}

.indicator svg polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.indicator svg polyline#back {
    stroke: rgba(69, 203, 227, 0.16);
}
.indicator svg polyline#front {
  stroke: #0786ed;
  stroke-dasharray: 12, 36;
  stroke-dashoffset: 48;
  animation: dash 1s linear infinite;
}
.cta {
  position: fixed;
  bottom: 20px;
  right: 30px;
  color:#45cce3;
  font-weight: bold;
}
@-moz-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 767px){
	.elemadded.responsive-link{color: #fff;}
	header nav.nav-menu{text-align: left;padding-left: 10px;max-height: 270px;}
	.common_section h3{font-size: 18px;line-height: 28px;}
	#content {padding: 0px;}
	.ultra_list li{font-size: 14px;}
}
@media (max-width: 600px) {
  .blog-page-section .blog-page-box .blog-post,
  section.portfolio-section .portfolio-box .project-post {
    width: 100%; }
  #content {
    padding: 0px; } }

@media (max-width: 460px) {
  section.statistic-section .statistic-post {
    width: 50%; }
  section.page-banner-section {
    padding: 20px; }
    section.page-banner-section h1 {
      font-size: 30px;
      line-height: 36px; }
    section.page-banner-section p {
      font-size: 12px; }
  #map {
    height: 200px; } }


