a.theme-btn {
    border-radius: 10px;
}
.section-title h2 {
    color: #505050 !important;
}
.col-md-12.head-line.text-center {
    margin-bottom: 60px;
}
.col-md-12.head-line.text-center h2 {
    color: #505050;
}
.col-md-12.head-line.text-center p {
    color: #006400;
    font-weight: 700;
}
.section-title span {
    font-weight: 700;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn-s3:focus, .theme-btn:active, .theme-btn-s2:active, .theme-btn-s3:active {
    color: #717276;
}
.fun-fact-section .fun-fact-grids .grid {
    background-color: #717276;
}
.section-title-s2 h2 {
    color: #505050;
}
.col-md-6.first-col {
    box-shadow: 2px 2px 10px gray;
    padding: 30px;
}
.service-section .service-grids .grid {
    width: calc(50% - 30px);
    min-height: 345px;
}
section.service-section.section-padding.mg-top {
    margin-top: 70px;
    margin-bottom: 40px;
}
.widget-title.cnt-num {
    margin-top: 25px;
}
.widget-title.cnt-num a {
    color: white;
}
.widget-title.cnt-num h3 {
    margin-bottom: 9px;
}
.widget-title.cnt-num img{
    width: 20px;
}
.copyrights {
    background-color: #505050;
    border-top: 2px solid #fff;
}
.header-style-1 .sticky-header, .header-style-2 .sticky-header, .header-style-3 .sticky-header {
    background: #505050;
}
.header-style-1 .navbar-brand img, .header-style-2 .navbar-brand img, .header-style-3 .navbar-brand img {
    max-width: 240px;
    margin-left: 18px;
}
.contact {
    margin-right: 18px;
    margin-top: 10px;
}
ul.nav.navbar-nav {
    margin-top: 10px;
}
.featured-project-section-s2 .grid:hover .overlay {
    background-color: rgb(80 80 80 / 69%);
}

@media (max-width:767px){
    .service-section .service-grids .grid {
        width: 100%;
    }
    .col-md-4.footer-mob {
        padding-top: 30px;
    }
    .service-section .service-grids .grid {
        margin: 0 0px 15px;
    }
    img.logo-res {
        transform: translateY(-5px);
    }    
    .col-md-12.head-line.text-center {
        margin-bottom: 30px;
    }
    .header-style-1 .navbar-brand img, .header-style-2 .navbar-brand img, .header-style-3 .navbar-brand img {
        margin-left: 1px;
    }
}

@media (min-width:767px) and (max-width:1024px){
    .col-md-4.footer-mob {
        padding-top: 50px;
    }
    img.logo-res {
        transform: translateY(-22px);
    }
}

p {
    color: #006400;
    line-height: 1.8em;
}
.details img {
    width: 17px;
}
.grid p {
    text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #505050;
}
.contact-pg-section .office-info {
    background-color: #6d6e72;
}
.contact-pg-section .office-info li i {
    color: #d63733;
    display: inline-block;
    padding-right: 5px;
}
section.about-us-section.section-padding.abt {
    margin-top: 20px;
}
h2.hd-heading {
    color: #505050;
    text-align: center;
    font-size: 45px;
}
h4.sub-heading {
    color: #505050;
}
h3.center {
    color: #505050;
    font-size: 22px;
}
h3.center.title {
    font-size: 20px;
}
p.prd-dis {
    color: #000;
    font-size: 17px;
    margin-top: 20px;
}
.section-title.production {
    margin-top: 30px;
}
h2.hd-heading.quality {
    margin-bottom: 50px;
}

/* client logo slider */

/* Slick Slider */

.slick-prev, .slick-next {
    position: absolute;
    top: 135%;
    font-size: 1.8rem;
  }
  
  .slick-prev {
    left: 0;
  }
  
  .slick-next {
    right: 0;
  }
  
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  
  .slick-list:focus {
    outline: none;
  }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  
  .slick-track:before,
  .slick-track:after {
      display: table;
      content: '';
  }
  
  .slick-track:after {
      clear: both;
  }
  
  .slick-loading .slick-track {
      visibility: hidden;
  }
  
  .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  
  [dir='rtl'] .slick-slide {
      float: right;
  }
  
  .slick-slide img {
      display: block;
  }
  
  .slick-slide.slick-loading img {
      display: none;
  }
  
  .slick-slide.dragging img {
      pointer-events: none;
  }
  .slick-initialized .slick-slide {
      display: block;
  }
  .slick-loading .slick-slide {
      visibility: hidden;
  }
  .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  
  .slick-arrow.slick-hidden {
      display: none;
  }
  
  .slide {
      transition: filter .4s;
      margin: 0px 40px;
  }
  
  .fas {
      color: #96bd0b;
  }
  .slick-prev {
      left: 0;
  }
  .slick-prev, .slick-next {
      position: absolute;
      top: 35%;
      font-size: 1.8rem;
  }
  
  .section {
    max-width: 1200px;
    margin: 0 auto;
  }



  /* why choose us */

  

  .chooseus-section {
    position: relative;
    background: #fff;
    padding: 20px 0px 30px 0px;
    min-height: 100vh;
}
  
  .chooseus-section .sec-title{
    margin-bottom: 60px;
  }
  
  #video_block_01 .video-inner{
    position: relative;
    width: 100%;
    padding: 175px 0px 130px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  }
  
  #video_block_01 .video-inner .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }
  
  #video_block_01 .video-inner .video-btn{
    position: relative;
    display: inline-block;
    width: 116px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    margin-left: 40px;
    border-radius: 50%;
  }
  
  #video_block_01 .video-inner .video-btn .btn-bg{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 116px;
    height: 115px;
    background-repeat: no-repeat;
  }
  
  #video_block_01 .video-inner .video-btn a{
    position: relative;
    display: inline-block;
    width: 116px;
    height: 115px;
    border-radius: 50%;
    font-size: 24px;
      z-index: 1;
  }
  #video_block_01 .video-inner .video-btn a i {
      background: -webkit-linear-gradient(-45deg, #00bb6e, #0156d5 100%);
  }
  #video_block_01 .video-inner .video-btn a i{
    position: relative;
    color: transparent;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
  
  #content_block_04 .content-box .single-item{
    position: relative;
  }
  
  #content_block_04 .content-box .single-item:first-child{
    padding-left: 190px;
    margin-bottom: 67px;
  }
  

  #content_block_04 .content-box .single-item .icon-box {
    position: absolute;
    top: -55px;
    width: 158px;
    height: 158px;
    line-height: 158px;
    text-align: center;
    font-size: 70px;
    border-radius: 10px;
}
  #content_block_04 .content-box .single-item .icon-box:before{
    position: absolute;
    content: '';
    width: 138px;
    height: 100%;
    left: 10px;
    border-radius: 10px;
  }
  
  #content_block_04 .content-box .single-item:first-child .icon-box:before{
    top: 10px;
  }
  
  #content_block_04 .content-box .single-item:last-child .icon-box:before{
    top: -10px;
  }
  
  #content_block_04 .content-box .single-item .icon-box i {
      background: -webkit-linear-gradient(-45deg, #e273ff, #504bff 100%);
      position: relative;
      color: transparent;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
  
  #content_block_04 .content-box .single-item .icon-box .bg-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 158px;
    height: 158px;
    background-repeat: no-repeat;
  }
  
  #content_block_04 .content-box .single-item:first-child .icon-box{
    left: 0px;
  }
  
  #content_block_04 .content-box .single-item:last-child .icon-box{
    right: 0px;
  }
  
  #content_block_04 .content-box .single-item .box h4{
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 27px;
  }
  
  #content_block_04 .content-box .single-item .box h4:before{
    position: absolute;
    content: '';
    width: 55px;
    height: 2px;
    bottom: 0px;
  }
  
  #content_block_04 .content-box .single-item:first-child .box h4:before{
    left: 0px;
  }
  
  #content_block_04 .content-box .single-item:last-child .box h4:before{
    right: 0px;
  }
  
  #content_block_04 .content-box .single-item .box p{
    margin-bottom: 20px;
    line-height: 28px;
  }
  
  #content_block_04 .content-box .single-item .box a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Josefin Sans', Sans-serif;
    font-weight: 600;
    color: #040535;
  }
  
  #content_block_04 .content-box .single-item .box a:hover{
      color: #5167f9;
  }
  
  #content_block_04 .content-box .single-item:first-child .box a i{
    margin-right: 10px;
  }
  
  #content_block_04 .content-box .single-item:last-child .box a i{
    margin-left: 10px;
  }
  .rotate-me {
      animation-name: rotateme;
      animation-duration: 30s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      -webkit-animation-name: rotateme;
      -webkit-animation-duration: 30s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      -moz-animation-name: rotateme;
      -moz-animation-duration: 30s;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
      -ms-animation-name: rotateme;
      -ms-animation-duration: 30s;
      -ms-animation-iteration-count: infinite;
      -ms-animation-timing-function: linear;
      -o-animation-name: rotateme;
      -o-animation-duration: 30s;
      -o-animation-iteration-count: infinite;
      -o-animation-timing-function: linear;
  }
  
  
  @keyframes rotateme {
      from {
          transform: rotate(0deg);
      }
      to { 
          transform: rotate(-360deg);
      }
  }
  @-webkit-keyframes rotateme {
      from {
          -webkit-transform: rotate(0deg);
      }
      to { 
          -webkit-transform: rotate(-360deg);
      }
  }
  @-moz-keyframes rotateme {
      from {
          -moz-transform: rotate(0deg);
      }
      to { 
          -moz-transform: rotate(-360deg);
      }
  }
  @-o-keyframes rotateme {
      from {
          -o-transform: rotate(0deg);
      }
      to { 
          -o-transform: rotate(-360deg);
      }
  }
  .modal-body {
      padding-bottom: 56.25%;
      position: relative;
      height: 0;
      padding-top: 0;
      overflow: hidden;
  }
  
  .modal-body iframe, .modal-body object, .modal-body embed, .modal-body video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  
  button.close {
      position: absolute;
      right: -20px;
      top: -30px;
      border-radius: 50px;
      background: white;
      line-height: 1 !important;
      padding: 0px 6px 5px !important;
      opacity: 1;
  }


section.trigger.section.gutter-horizontal.bg-gray.gutter-vertical--m.gutter-horizontal {
    margin-bottom: 50px;
    margin-top: -100px;
}
.section-title-s5 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 25px;
}
.personal-email {
    margin-top: 8px;
}   
img.abt-map-img {
    width: 450px !important;
}
.contact-pg-section .office-info {
    padding: 55px 46px;
}
table, th, td {
    border: 2px solid #fff;
    border-collapse: collapse;
  }
  th.bg-clr {
    background-color: #4f81bd;
    color: #fff;
}
th.bg-clr {
    text-align: center;
}
table.table.table-striped.table-dark {
    text-align: center;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}
tr:nth-child(odd) {
    background-color: #d0d8e8 !important;
}
tr:nth-child(even) {
    background-color: #e9edf4 !important;
}
td {
    color: #000 !important;
}
p.fnt-clr a {
    color: #fff;
}
