@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
  .oswald-f14-w700 {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
  }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; 
}

@media(max-width:640px){
  .glightbox-clean .gnext {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 40px;
    height: 50px;
    transform: translateY(-50%);
}
.glightbox-clean .gprev {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 40px;
  height: 50px;
  transform: translateY(-50%);
}
}


/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #555555;
  line-height: 21px;
  letter-spacing: 0.2px;background-color: #fff; 
}
  @media screen and (max-width: 992px) {
    body {
      font-size: 15px;line-height: 19px; 
      letter-spacing: normal;  } }

a {
  color: #dadad8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #323232;
    outline: none;
    text-decoration: none !important; }

p {
  margin-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  color: #323232;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 0 30px 0; 
  text-transform: capitalize;
}
.social-link{
  padding-top: 30px;
}
.name h5 { 
    margin: 0px;
    margin-top: 15px; 
      }
.about-desc p {
   margin-bottom: 0px !important;
}
.about-desc ul{
  margin-top: 10px;
}
figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%; }
  figure figcaption {
    font-size: 16px;
    width: 80%;
    margin: 20px auto 0px auto;
    color: #b3b3b3;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;}
    @media screen and (max-width: 480px) {
      figure figcaption {
        width: 100%; } }

::-webkit-selection {
  color: #323232;
  background: #f79191; }

::-moz-selection {
  color: #323232;
  background: #f79191; }

::selection {
  color: #323232;
  background: #f79191;}

#colorlib-page {
  width: 100%;
  overflow: hidden;
  position: relative; }

#colorlib-aside {
  padding-top: 3em;
  padding-bottom: 40px;
  padding-left: 1.3em;
  padding-right: 3em;
  width: 18%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1001;
  background: #f6f6f6 !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 1200px) {
    #colorlib-aside {
      width: 27%; } }
  @media screen and (max-width: 768px) {
    #colorlib-aside {
      width: 270px;
      -moz-transform: translateX(-270px);
      -webkit-transform: translateX(-270px);
      -ms-transform: translateX(-270px);
      -o-transform: translateX(-270px);
      transform: translateX(-270px);
      padding-top: 4em;
     } }
  #colorlib-aside #colorlib-logo {
    text-align: right;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 3em;
    display: block;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #colorlib-aside #colorlib-logo {
        margin-bottom: 1em; } }
    #colorlib-aside #colorlib-logo a {
      display: block;
      text-align: left;
      color: #fff;
      letter-spacing: 1px;
      padding-right: .3em; }

  #colorlib-aside #colorlib-main-menu ul {
    /*font-family: "Roboto", sans-serif;
    letter-spacing: 0.9;
    text-align: left;*/
    margin: 0px;
    padding: 50px 0px 0px 0px;
      }
      #colorlib-aside #colorlib-main-menu ul li {
        /*font-family: "Roboto", sans-serif;
        letter-spacing: 0.9;
        text-align: left;*/
        margin: 0px 0px 12px 0px;
          }
    @media screen and (max-width: 768px) {
      #colorlib-aside #colorlib-main-menu ul {
        margin: 0 0 2em 0; } }
    #colorlib-aside #colorlib-main-menu ul li {
      /* margin: 0 0 10px 0; */
      padding: 0;
      list-style: none;
      font-size: 15px;
      font-weight: 300;
      text-transform: capitalize;
      line-height: 1.2; }
      #colorlib-aside #colorlib-main-menu ul li a {
        /* color: rgba(255, 255, 255, 0.5); */
        color: #323232;
        text-decoration: none;
        position: relative;
        padding: 10px 0;
        font-family: "Roboto", sans-serif;
        letter-spacing: 1px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        #colorlib-aside #colorlib-main-menu ul li a:after {
          content: "";
          position: absolute;
          height: 1px;
          bottom: 7px;
          left: 0;
          right: 0;
          background-color: #323232;
          visibility: hidden;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        #colorlib-aside #colorlib-main-menu ul li a:hover {
          text-decoration: none;
          color: #323232; }
          #colorlib-aside #colorlib-main-menu ul li a:hover:after {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1); }
      #colorlib-aside #colorlib-main-menu ul li.colorlib-active a {
        color: #323232;
        font-weight: 400;
      }
        #colorlib-aside #colorlib-main-menu ul li.colorlib-active a:after {
          visibility: visible;
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
  #colorlib-aside .colorlib-footer {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    line-height: 16px;;
    /* color: rgba(255, 255, 255, 0.3); */
    color: black;
    padding: 0 20px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #colorlib-aside .colorlib-footer {
        position: relative;
        bottom: 0;
        padding: 0;  } }
    #colorlib-aside .colorlib-footer span {
      display: block; }
    #colorlib-aside .colorlib-footer ul {
      padding: 0;
      margin: 0; }
      /* #colorlib-aside .colorlib-footer ul li {
        padding: 0;
        margin: 0;
        display: inline;
        list-style: none; } */
        /* #colorlib-aside .colorlib-footer ul li a {
        
          color: crimson;
          padding: 4px; } */
          #colorlib-aside .colorlib-footer ul li a:hover, #colorlib-aside .colorlib-footer ul li a:active, #colorlib-aside .colorlib-footer ul li a:focus {
            text-decoration: none;
            outline: none;
            color: #323232; }

#colorlib-main {
  width: 82%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; 
  background: #fff;
 }
  @media screen and (max-width: 1200px) {
    #colorlib-main {
      width: 73%; } }
  @media screen and (max-width: 768px) {
    #colorlib-main {
      width: 100%;
       }
    #colorlib-hero{
      margin-bottom: 0em !important ;
    }   }

  .vertically-img{
    height: 100%;
  } 
  .horizontal-img{
    margin-bottom: 25px !important;
  } 

 @media(max-width:1024px){
  .vertically-img {
    height: 100%;
}
 } 

#colorlib-hero {
  min-height: 500px;
  background: #dadad8;
  width: 100%;
  float: left;
  margin-bottom: 8em;
  clear: both; }
  #colorlib-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
    /* background: #dadad8 !important;  */
   }
    #colorlib-hero .flexslider .slides {
      position: relative;
      overflow: hidden;
      /* border-top-left-radius: 60px 60px; */
      }
      #colorlib-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        min-height: 400px;
        position: relative; }
    #colorlib-hero .flexslider .flex-control-nav {
      bottom: 20px;
      z-index: 1000;
      left: 20px;
      float: left;
      width: auto; }
      @media screen and (max-width: 768px) {
        #colorlib-hero .flexslider .flex-control-nav {
          right: 20px;
          top: 100px; 
          } }
      #colorlib-hero .flexslider .flex-control-nav li {
        display: block;
        margin-bottom: 10px; }
        #colorlib-hero .flexslider .flex-control-nav li a {
          background: #323232;
          -webkit-box-shadow: none;
          box-shadow: none;
          width: 12px;
          height: 12px;
          cursor: pointer; }
          #colorlib-hero .flexslider .flex-control-nav li a.flex-active {
            cursor: pointer;
            background: transparent;
            border: 2px solid #fcf8f8; 
            }  
    #colorlib-hero .flexslider .flex-direction-nav {
      display: none; }
    #colorlib-hero .flexslider .slider-text {
      display: table;
      opacity: 0;
      min-height: 500px;
      z-index: 9;
      font-size: 20px; }
      #colorlib-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        min-height: 700px;
        padding: 2.5em;
        position: relative; }

        .desc h3{
          color: #fff;
          margin: 0px !important;
        }
        .project .desc span{
          position: relative;
          z-index: 10;
        }
        .social-links{
          display: flex;
          list-style: none;
          padding: 0;
        }
        .copywrite{
          font-size: 12px !important;
          color: #666666;
        }
        .social-links li{
          margin-right: 15px !important;
        }
        .social-links li a i{
          color: #383131;
        }
        .social-links li a i:hover{
          color: #323232;
        }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc {
          position: absolute;
          bottom: 0;
          right: -15px;
          padding: 22px;
          /* background: #dadad8 !important; */
          border-top-left-radius: 40px 40px; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc {
              right: 0;
              left: 0; 
              border-top-right-radius: 40px 40px;} }
        @media screen and (max-width: 768px) {
          #colorlib-hero .flexslider .slider-text > .slider-text-inner {
            text-align: center; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1, #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: black;
          font-family: "Roboto", sans-serif;
          letter-spacing: 1px; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 20px;
  font-size: 25px;
  line-height: 29PX;
  font-weight: 400;}
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 28px; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 18px;
          line-height: 1.5;
          margin-bottom: 30px;
          font-weight: 400;
          font-family: "Titillium Web",sans-serif;}
          #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 a {
            color: rgba(0, 0, 0, 0.8); }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
              font-size: 30px; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner s
.colorlib-lead {
          font-size: 20px;
          color: #fff; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner p {
          margin-bottom: 0; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #323232;
          padding: 10px 15px !important;
          border: none;
          font-weight: 400; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
            color: #323232;
            border: 1px solid #fff;
            background: #fff !important; }
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn:hover {
              background: #e00c0c  !important;
              border: #e00c0c  !important; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
              width: 100%; } }

              .counter-grid {
                display: grid;
                grid-template-columns: repeat(4, 1fr); 
                padding-top: 25px;/* Default layout for desktop */
                /* gap: 10px; */
            }
        
            /* Media query for tablet and mobile */
            @media (max-width: 1024px) {
                .counter-grid {
                    grid-template-columns: repeat(2, 1fr); /* 2 columns for tablet and mobile */
                }
            }

body.offcanvas {
  overflow-x: hidden; }
  body.offcanvas #colorlib-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    background: #2C2C2C;
    z-index: 999;
    position: fixed; }
  body.offcanvas #colorlib-main, body.offcanvas .colorlib-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px); }

.colorlib-narrow-content {
  padding: 0 3.5em; }
  @media screen and (max-width: 768px) {
    .colorlib-narrow-content {
      padding: 0 1em; } }

.no-gutters {
  margin: 0;
  padding: 0; }
  .colorlib-blog{
    /* padding-top: 0.4em; */
  padding-bottom: 1em;
  padding-top: 2em;
  clear: both;
  width: 100%;
  display: block;
  border-top-left-radius: 60px 60px;
  background-color: #FFFFFF; }
  .colorlib-about{
    padding-top: 5em;
      padding-bottom: 2em; } 
      
  @media screen and (max-width: 768px) {
    .colorlib-blog,
    .colorlib-work,
    .colorlib-services,
    .colorlib-contact {
      padding-top: 5em;
      padding-bottom: 8em; } }
  
.colorlib-work,
.colorlib-services,
.colorlib-contact {
  padding-top: 2em;
  padding-bottom: 8em;
  clear: both;
  width: 100%;
  display: block;
  border-top-left-radius: 60px 60px;
  background-color: #FFFFFF; }
  @media screen and (max-width: 768px) {
    .colorlib-blog,
    .colorlib-work,
    .colorlib-about,
    .colorlib-services,
    .colorlib-contact {
      padding-top: 5em;
      padding-bottom: 4em; } }
.about-img{
  border: 2px solid gray;
  border-radius: 40px;
}
    
.about-img,
.about-img-2,
.services-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.colorlib-heading {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin-bottom:  0px !important;
  letter-spacing: 1px;
  line-height: 1.8;
  position: relative;
; }
  /* .colorlib-heading:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 60px;
    height: 4px;
    content: '';
    background: #dadad8; } */
  .colorlib-heading span {
    display: block; }
  @media screen and (max-width: 768px) {
    .colorlib-heading {
      margin-bottom: 3em; } }
.bg-light{
  background-color:  rgba(0, 0, 0, 0.2);

}
.heading-meta {
  margin-bottom: 10px;
  display: block;
  font-size: 23px;
  color: #54595f;
  font-weight: 400;
  margin-bottom: 2em;
  letter-spacing: 1px; }

.about-img {
  /* width: 100%;
  height: 500px; */
  margin-bottom: 30px; }

.about-desc h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
   }
 .contact{
  color: #323232;
 }
.padding {
  padding: 1em; }

.steps {
  display: block;
  position: relative; }
  .steps h3 {
    font-weight: 400;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase; }
  .steps:before {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    z-index: -1; }
  .steps .icon {
    display: block;
    margin-bottom: 20px;
    position: relative;
    z-index: 0; }
    .steps .icon span {
      display: table;
      width: 40px;
      height: 40px;
      border: 1px solid #e6e6e6;
      text-align: center;
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      z-index: 1; }
      .steps .icon span i {
        display: table-cell;
        vertical-align: middle;
        color: #323232; }
  .steps:hover i {
    color: #dadad8 !important; }
  .steps.active i {
    color: #dadad8 !important; }

.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0; }

.panel-heading a {
  padding: 15px 25px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #323232;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none; }

.panel-heading a:after {
  font-family: "poppins",sans-serif;
  content: "\ea0e";
  position: absolute;
  right: 20px;
  font-size: 20px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -10px; }

.panel-heading a.collapsed:after {
  content: "\ea1c"; }

.panel-heading a.collapsed {
  background: #fafafa;
  border: 1px solid #e6e6e6 !important;
  color: #333333; }

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important; }

.services-wrap {
  display: block;
  margin-bottom: 40px;
  z-index: 0; }
  .services-wrap .services-img {
    height: 170px;
    display: block;
    z-index: -1; }
  .services-wrap .desc {
    width: 90%;
    z-index: 1;
    margin-top: -20px;
    background: #fafafa;
    padding: .8em .5em; }
    .services-wrap .desc h3 {
      font-weight: 500;
      margin-bottom: 20px;
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 1.5;
      margin-bottom: 0;
      text-transform: uppercase; }

.move-bottom {
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    .move-bottom {
      margin-top: 0; } }
 .text{
  font-size: 20px;
  line-height: 24px;
 }

.colorlib-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative; }
  .colorlib-feature .colorlib-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    display: table;
    text-align: center;
    background: #dadad8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    .colorlib-feature .colorlib-icon i {
      display: table-cell;
      vertical-align: middle;
      color: #323232;
      font-size: 35px; }
      @media screen and (max-width: 1200px) {
        .colorlib-feature .colorlib-icon i {
          font-size: 40px; } }
  .colorlib-feature .colorlib-text {
    /* padding-left: 80px; */
    width: 100%; 
    text-align: justify;}
    .colorlib-feature .colorlib-text h2, .colorlib-feature .colorlib-text h3 {
      margin: 0;
      padding: 0; }
    .colorlib-feature .colorlib-text h3 {
      font-weight: 400;
      margin-bottom: 20px;
      font-size: 15px;
      letter-spacing: 1px;
      text-transform: capitalize; }
  .colorlib-feature.colorlib-feature-sm .colorlib-text {
    margin-top: 30px; }
  .colorlib-feature.colorlib-feature-sm .colorlib-icon i {
    color: #252323;
    font-size: 30px; }
    @media screen and (max-width: 1200px) {
      .colorlib-feature.colorlib-feature-sm .colorlib-icon i {
        font-size: 20px; } }

.colorlib-feature-lg .colorlib-text h2, .colorlib-feature-lg .colorlib-text h3 {
  margin: 0;
  padding: 0; }

.colorlib-feature-lg .colorlib-text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase; }

  .blog-entry_img img{
    margin-bottom: 2em;
  }
.blog-entry {
  width: 100%;
  float: left;
  margin-bottom: 30px; 
  /* border: 1px solid #dadad8; */
  /* border-radius: 40px 40px; */
}
  @media screen and (max-width: 768px) {
    .blog-entry {
      margin-bottom: 20px; } }
  .blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .blog-entry .blog-img img {
      position: relative;
      max-width: 100%;
      border: 3px solid #dadad8;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .blog-entry .desc h3 {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: auto;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
  text-align: center; }
    .blog-entry .desc h3 a {
      color: #3b3b3b;
      font-weight: 400;
      font-size: 14px;
      text-transform: capitalize;
      text-decoration: none; }
  .blog-entry .desc span {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400; }
    .blog-entry .desc span small i {
      color: #999999; }
  .blog-entry .desc .lead {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #323232; }
  .blog-entry:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.overlap {
  margin-top: 5em;
  background: #fff;
  padding: 30px; }
  @media screen and (max-width: 768px) {
    .overlap {
      margin-top: 2em; } }
 .gallery img{
  height: 48vh;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  object-fit: cover;
 }
   @media(max-width:1024px){
   .gallery img{
  height: 100%;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  object-fit: cover;
 }
 .blog-entry .desc h3 a{
  font-size: 12px;
 }
}
  @media(max-width:786px){
   .gallery img{
  height: 100%;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  object-fit: cover;
 }
  .blog-entry .desc h3 a{
  font-size: 14px;
 }
}
 @media(max-width:480px){
   .gallery img{
  height: 100%;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  object-fit: cover;
 }
 }
.designation{
  color: #6e5757;
  font-size: 12px;
}
.arrow {
  color: #fff;
  font-size: 1.5em; 
}

		.project::after{
			content: '';
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			background: #323232;			
			opacity: .2;
			z-index: 1;
		}
		.project .desc h3{
			position: relative;
			z-index: 10;
		}

.project {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 330px;
  width: 100%;
  display: block;
  margin-bottom: 30px; }
  @media only screen and (max-width: 600px) {
    .project {
      height: 420px;
    }
  }
    .project .desc .con {
      padding: 20px;
      display: block;
      position: relative;
      background-color: rgba(13, 9, 9, 0.17);
      height: 330px; }
      @media only screen and (max-width: 600px) {
        .project .desc .con {
          height: 420px;
        }
      }

    .project .desc .con .text {
        font-size: 30px;
        font-weight: 300 !important;
        margin-top: 215px;
        bottom: 0px;}
        @media only screen and (max-width: 600px) {
          .project .desc .con .text  {
            margin-top: 300px;
          }
        }
        .project  p {
          display: inline-block;
          transition: 0.9s ease-in;
        }
        .project:hover p {
          color: #fff;
          transform: translateX(50%);
        }
    .project .desc .con .text a {
          display: inline;
          padding-right: 5px; }

    .project .desc .con .text span a {
            color: #cccccc;
            padding: 5px;
            background: #333333;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px; }

    .publication{
          border: 1px solid #d2caca;
          }

    .project .desc .con .text i {
          font-size: 16px;
          color: #cccccc; }
    .project .desc h3 {
      font-size: 25px;
      font-weight: 500;
      text-transform: capitalize;
      letter-spacing: 1px;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      -o-transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
      /* margin-bottom: 15px; */
     }
    .project .desc h3 a {
        color: #fff; }

    .project .desc span {
      display: block;
      color: #fff;
      font-size: 16px;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      -o-transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translate3d(0, 15px, 0);
      transform: translate3d(0, 15px, 0); }

      .project .desc span a {
        color: #323232; }
    @media screen and (max-width: 768px) {
      .project .desc {
        opacity: 1;
        background: rgba(0, 0, 0, 0.4); }

     .project .desc h3 {
          font-style: 22px !important;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          color: #fff; }

     .project .desc span {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); } }

    .project .desc {
    opacity: 1; }

    .project .desc h3 {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .project .desc span {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.project-desc h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px; }

.project-desc span {
  display: block;
  color: #666666;
  font-size: 13px;
  margin-bottom: 15px; }
  .project-desc span a {
    color: #666666; }

.project-desc .icon span {
  display: inline;
  padding-right: 5px; }

.project-desc .btn-download {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: underline; }

#colorlib-counter {
  position: relative;
  clear: both;
  margin-bottom: 8em;
  margin-top: 1em; }

.colorlib-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .colorlib-counters .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.51); }
  .colorlib-counters .icon {
    width: 60px;
    height: 60px;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px; 
    margin-top: 20px;}
    .colorlib-counters .icon i {
      display: table-cell;
      vertical-align: middle;
      /* width: 100px;
      height: 100px; */
      font-size: 40px;
      background: white;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .colorlib-counters .counter-wrap {
    border: 1px solid red !important; }
  .colorlib-counters .colorlib-counter {
    font-size: 40px;
    display: block;
    color: white;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    width: 100%;
    font-weight: 700;
    margin-bottom: .5em; }
  .colorlib-counters .colorlib-counter-label {
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 1em;
    display: block; }

.colorlib-lead {
  font-size: 15px;
  line-height: 1.5; }
.dropdown{
  padding: 15px 0px 0px 15px !important;
}
.about-desc{
  text-align: justify;
}
#get-in-touch {
  padding: 3em 0;
 }
  /* #get-in-touch .btn-learn {
    padding: 15px 30px !important;
    font-size: 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; } */

.colorlib-social {
  padding: 0;
  margin: 0;
  text-align: center; }
  .colorlib-social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline; }
    .colorlib-social li a {
      font-size: 22px;
      color: #323232;
      padding: 10px;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      display: inline;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      border-radius: 7px; }
      @media screen and (max-width: 768px) {
        .colorlib-social li a {
          padding: 10px 8px; } }
      .colorlib-social li a:hover {
        color: #dadad8; }
      .colorlib-social li a:hover, .colorlib-social li a:active, .colorlib-social li a:focus {
        outline: none;
        text-decoration: none;
        color: #dadad8; }

.maps{
  border: 2px solid gray;
  /* border-radius: 40px;  */
}
#map {
  width: 100%;
  height: 520px;
 }
  @media screen and (max-width: 768px) {
    #map {
      height: 500px; } }

.colorlib-bg-color {
  background: #fafafa;
  position: relative;
  background: rgb(250,250,250);
  background: linear-gradient(180deg, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
 }


.pagination {
  padding: 0; }
  .pagination li {
    margin: 2px; }
    .pagination li a {
      color: #323232;
      background: transparent;
      color: #323232;
      margin: 2px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .pagination li a:first-child {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
      .pagination li a:hover, .pagination li a:focus {
        background: #dadad8;
        color: #fff;
        border: 1px solid #dadad8; }
      @media screen and (max-width: 768px) {
        .pagination li a {
          padding: 7px 15px; } }
    .pagination li.active a {
      background: #dadad8;
      border: 1px solid #dadad8 !important; }
      .pagination li.active a:hover, .pagination li.active a:focus {
        background: #dadad8;
        color: #fff;
        border: 1px solid #dadad8 !important; }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "poppins",sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 15px !important; }
  .btn.btn-sm {
    padding: 4px 15px !important; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #fff;
  color: #323232;
  border: 2px solid #dadad8; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #fff !important;
    border-color: #323232 !important;
    color: #323232;}
  .btn-primary.btn-outline {
    background: transparent;
    color: #dadad8;
    border: 2px solid #dadad8; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #dadad8;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  background: #fafafa;
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background: #f0f0f0; }

#message {
  height: 130px; }

.colorlib-nav-toggle {
  cursor: pointer;
  text-decoration: none;
 }
  .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #323232; }
  .colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after {
    background: #323232; }
  .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .colorlib-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
    width: 30px;
    height: 2px;
    color: #323232;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #323232;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
      content: '';
      width: 30px;
      height: 2px;
      background: #323232;
      position: absolute;
      left: 0;
      margin-top: 10px;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
  .colorlib-nav-toggle.dark i {
    position: relative;
    color: #323232;
    background: #323232;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
      background: #323232;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.colorlib-nav-toggle i::before {
  top: -5px; }

.colorlib-nav-toggle i::after {
  bottom: -18px; }

.colorlib-nav-toggle:hover i::before {
  top: -5px; }

.colorlib-nav-toggle:hover i::after {
  bottom: -18px; }

.colorlib-nav-toggle.active i {
  background: transparent; }

.colorlib-nav-toggle.active i::before {
  top: 10px;
  margin-top: 0px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.colorlib-nav-toggle.active i::after {
  bottom: -11px;
  margin-top: 0px;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

  /* .colorlib-logo{
    padding: 10px;
   
  } */

.colorlib-nav-toggle {
  position: fixed;
  /* left: -4px; */
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 10px 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  opacity: 0.5;
  width:100%;
}
.colorlib-nav-toggle img{ width:58.33px; margin-left: auto;
  margin-right: auto;display: block;}

  @media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
      opacity: 1;
      visibility: visible; } }

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; }
  #colorlib-main {
    margin-top: 5px!important;
  }
  }

.row-bottom-padded-lg {
  padding-bottom: 7em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
      padding-bottom: 1em; } }

.row-bottom-padded-md {
  padding-bottom: 3em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-md {
      padding-bottom: 1em; } }

.row-bottom-padded-sm {
  padding-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
      padding-bottom: 1em; } }

.col-padding {
  padding: 10px !important; }

.js .animate-box {
  opacity: 0; }

#sticky_item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  #sticky_item.is_stuck {
    margin-top: 10px; }

 .m-b-0{
  margin-bottom: 10px !important;
 }   
 .m-b-2{
  margin-bottom: 2rem !important;
 }

@media screen and (max-width: 992px) {
  .sticky-parent {
    clear: both;
    height: inherit !important;
    float: left;
    padding-top: 30px; } }

    .list-none{
      list-style: none;
      padding-left: 0px;
    }
    .list-none li{
      padding-top: 20px;
    }
    .list-none li:nth-child(1){
      padding-top: 0px;
    }

    .mb-10{
      margin-bottom:10px!important;
    }
    .text-danger{
      color:#FD0001 !important;
    }
    .mb-0{
      margin-bottom: 0px !important;
    }
    .text-center{
      text-align: center;
    }
    .work-img{
      width: 80px;
    }
    .m-t-3{
      margin-top: 60px;
    }
    .m-t-1{
      margin-top: 15px;
    }
    .p-b-20{
      padding-bottom: 20px;
    }
    .p-t-40{
      padding-top: 50px;
    }
    .m-b-15{
      margin-bottom: 15px !important;
    }
    .p-b-0{
      padding-bottom: 0px !important;
    }
    .m-b-35{
      margin-bottom: 35px !important;
    }
    .m-b-5{
      margin-bottom: 5px !important;
    }
    .m-t-10{
      margin-top: 10px !important;
    }
    .btn-book{
      color: #FD0001 !important;
      border: none;
      border-radius: none;
      padding-left: 0px !important;
    }
    .vertical-img{
      margin-bottom: 0px !important;
    }
    @media(max-width:480px){
      .vertical-img{
        margin-bottom: 30px !important;
      }
      .colorlib-heading{
        line-height: 28.6px !important;
      }
      .award-img{
        margin-bottom: 20px;
      }
      .project .desc h3 {
          font-size: 22px !important;
      }
      .project .desc span{
        font-size: 13px !important;
      }
    }
    .location-desc{
      font-weight: 300;
      color: #000;
      font-size: 15px !important;
    }
    .mt-15{
      margin-top: 15px !important;
    }