@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900|Ubuntu:300,400,500,700&subset=latin-ext");
/*
================================================
2. Common CSS
================================================
*/
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  line-height: 1.57143;
  font-weight: 400;
  color: #2d2e2e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  margin-top: 0;
}
a {
  color: #2d2e2e;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #242c42;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
.btn:hover,
.btn:focus {
  outline: none;
  text-decoration: none;
}
.btn,
.btn * {
  transition: all 0.3s ease 0s;
}
i {
  transition: all 0.4s ease-in-out 0s;
}
.transition3s {
  transition: all 0.3s ease-in-out 0s;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
li {
  list-style: outside none none;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb45 {
  margin-bottom: 45px;
}
.mrb-25 {
  margin-bottom: 25px;
}
.pdl45 {
  padding-left: 45px;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pl-20 {
  padding-left: 20px;
}
section {
  float: left;
  width: 100%;
  padding: 80px 0;
}
.section-title h3 {
  font-size: 32px;
  padding-bottom: 5px;
  font-weight: 700;
}
.section-title .underline span {
  width: 70px;
  height: 3px;
  background-color: #00bf63;
  border-radius: 5px;
  position: relative;
  margin: 0 13px;
  display: inline-block;
}
.section-title .underline span:nth-of-type(1)::before {
  right: -20px;
}
.section-title .underline span:nth-of-type(2)::before {
  left: -20px;
}
.section-title .underline span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #00bf63;
  top: -8px;
}
#scrollUp {
  border-radius: 50%;
  bottom: 100px;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 40px;
  z-index: 1000 !important;
  background: #00bf63;
}
#scrollUp:hover {
  background: #000;
  color: #fff;
}
#scrollUp i {
  display: block;
  padding-top: 10px;
}
.no-padding {
  padding: 0;
}
.section-title {
  text-align: center;
  margin: 0 0 40px;
}
.section-title h2 {
  margin: 0 0 10px;
}
.separator::after {
  background: #666;
  content: "";
  height: 5px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 30px;
}
.separator {
  background-color: #cccccc;
  border: 1px solid #cccccc;
  display: block;
  height: 5px;
  margin: 0 auto;
  position: relative;
  width: 60px;
}
.title-border-left::after {
  content: "";
  position: absolute;
  width: 50px;
  border: 1px solid #033d75;
}
.pad-b-10 {
  padding-top: 10px;
}
.bg-color2 {
  background: #f2f2f2;
}
.padding-20 {
  padding: 20px;
}
.border-left-four {
  border-left: 1px solid #e3e0e0;
}
.border-three {
  border: 1px solid #e3e0e0;
}
.margin-bottom3 {
  margin-bottom: 25px;
}
/* Button Effects */
.btn {
  -moz-user-select: none;
  user-select: none;
  background: #00bf63;
  border: none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 45px;
  text-align: center;
  text-transform: unset;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
  background: url(../images/loader.gif) no-repeat center center #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
}
/*
================================================
4. Header
================================================
*/
.header-top {
  padding-top: 40px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}
.innder-ht {
  padding: 10px 0;
}
.wellcome-text p {
  margin-bottom: 0;
  color: #8a8a8a;
}
.header-cta ul li {
  display: inline-block;
  margin-left: 35px;
}
.header-cta ul li:first-child {
  margin-left: 0;
}
.header-cta ul li i {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 0px;
}
.header-top-cta ul li {
  display: inline-block;
  width: 200px;
  margin-right: 80px;
}
.header-top-cta ul li:last-child {
  margin-right: 0;
}
.h-cta-icon {
  float: left;
  display: block;
  margin-right: 20px;
}
.h-cta-content {
  overflow: hidden;
}
.h-cta-content h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.h-cta-content p {
  margin-bottom: 0;
  line-height: 1.5;
}
.main-menu ul li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
.main-menu ul li.active a {
  color: #00bf63;
}
.main-menu ul li a {
  display: block;
  color: #6a6a6a;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 34px 0;
  position: relative;
  font-size: 14px;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.menu-area .menu-tigger {
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 40px;
  margin-top: 27px;
}
.menu-area .menu-tigger span {
  height: 2px;
  width: 30px;
  background: #2935bb;
  display: block;
  margin: 7px 0;
  transition: 0.3s;
}
.main-menu ul li:hover > a {
  color: #00bf63;
}
.main-menu ul li:hover > a::before {
  width: 100%;
}
.display-ib {
  display: inline-block;
}
.header-btn {
  margin-left: 40px;
}
.header-social a {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  height: 40px;
  width: 40px;
  background: #e9eaf8;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #1a237e;
}
.header-social a:hover {
  color: #fff;
  background: #1a237e;
}
.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  background: #fff;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.responsive {
  display: none;
}
#mobile-menu {
  display: block;
}
.second-header {
  border: none;
  padding-bottom: 50px;
  background: #f4f4fe;
  padding-top: 10px;
}
.second-menu {
  background: #fff;
  position: relative;
  z-index: 9;
  margin-bottom: -85px;
  box-shadow: 0px 10px 30px 0px rgba(36, 33, 106, 0.41);
  padding: 15px 50px;
  margin-top: -35px;
}
.second-menu::before {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: -10px;
  background: #c0bfd4;
  height: 10px;
  z-index: -1;
  box-shadow: 0px 10px 30px 0px rgba(36, 33, 106, 0.41);
}
.sticky-menu .second-menu {
  margin: 0;
  box-shadow: none;
  padding: 0;
}
.sticky-menu .second-menu::before {
  content: none;
}
.second-menu .main-menu ul li {
  margin-left: 18px;
}
.second-menu .main-menu ul li:first-child {
  margin-left: 0;
}
.second-menu .main-menu ul li a::before {
  content: none;
}
.second-header-btn .btn {
  background: transparent;
  border: 2px solid #00bf63;
  font-size: 16px;
  text-transform: uppercase;
  color: #00bf63;
}
.second-header-btn .btn:hover {
  color: #fff;
  background: #00bf63;
}
.second-header-btn .btn::before {
  content: none;
}
.offcanvas-menu {
  position: fixed;
  right: 0;
  height: 100%;
  width: 300px;
  z-index: 999;
  background: #00081b;
  top: 0;
  padding: 30px;
  transition: 0.5s;
  transform: translateX(100%);
}
.offcanvas-menu.active {
  transform: translateX(0);
}
.menu-close i {
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.menu-close:hover i {
  color: #46deb1;
}
.offcanvas-menu ul {
  margin-top: 30px;
}
.offcanvas-menu ul li {
  border-bottom: 1px solid #101c38;
}
.offcanvas-menu ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  padding: 6px 0;
  display: block;
}
.offcanvas-menu ul li:hover a {
  color: #46deb1;
}
.side-social a {
  color: #fff;
  margin-right: 10px;
}
.side-social {
  margin-top: 30px;
}
.side-social a:hover {
  color: #46deb1;
}
.offcanvas-menu form {
  position: relative;
  margin-top: 30px;
}
.offcanvas-menu form input {
  width: 100%;
  background: none;
  border: 1px solid #2d3547;
  padding: 7px 10px;
  color: #fff;
}
.offcanvas-menu form button {
  position: absolute;
  border: none;
  right: 0;
  background: #46deb1;
  padding: 8px 14px;
  top: 0;
  cursor: pointer;
}
.offcanvas-menu form button i {
  color: #fff;
}
.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.offcanvas-overly.active {
  opacity: 0.5;
  visibility: visible;
}
.off-logo {
  display: none;
}
/*
================================================
5. Slider Wrapper
================================================
*/
.slider-active {
  padding: 0;
}
.single-slider {
  height: 700px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-slider {
    height: 650px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-slider {
    height: 650px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .single-slider {
    height: 550px;
  }
}
.single-slider .slider-content h2 {
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 15px;
}
.single-slider .slider-content a:hover,
.single-slider .slider-content a:focus {
  color: #fff;
  background: #191d33;
}

@media (max-width: 767px) {
  .single-slider .slider-content h2 {
    font-size: 30px;
  }
}
.single-slider .slider-content h2 span {
  color: #00bf63;
}
.single-slider .slider-content p {
  font-size: 16px;
}
.slider-active .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-active .slick-arrow i {
  font-size: 24px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #e9e9e9;
  border-radius: 50%;
  color: #00bf63;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  cursor: pointer;
}
.slider-active .slick-arrow:hover i {
  color: #fff;
  background-color: #00bf63;
}
.slider-active .slick-arrow.next {
  left: auto;
  right: 0px;
}
.slider-active:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  left: 40px;
}
.slider-active:hover .slick-arrow.next {
  left: auto;
  right: 40px;
}
/*
================================================
6. Features Part
================================================
*/
.features-part {
  float: left;
  width: 100%;
  padding: 30px 0 60px;
  background: #f5f5f5;
}
/** Single features part **/
.singel-features {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  border: 1px solid #f0eef9;
  padding: 24px 28px 22px;
  border-radius: 5px;
  margin: 0 auto 40px;
  transition: all 700ms ease;
  background: #fff;
  margin: 30px 0 0;
  box-shadow: 0px 2px 10px 3px #f0eef9;
}
.singel-features:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.singel-features .icon i {
  font-size: 50px;
  color: #00bf63;
  line-height: 50px;
}
.singel-features .content h5 {
  font-weight: 700;
  font-size: 20px;
}
/*
================================================
7. About Wrapper
================================================
*/
.about-img {
  background-image: url(../images/about-img.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  top: 0;
  right: 0;
  position: relative;
}
.dots {
  position: absolute;
  left: 0px;
  top: -20px;
  width: 50%;
  height: 50%;
  background: url(../images/dots.png) 0 0 repeat;
  z-index: -1;
}
.year-content {
  position: absolute;
  width: auto;
  height: auto;
  left: 80px;
  top: 150px;
}
.year-content h2 {
  color: #191d33;
  font-size: 100px;
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
  font-family: "Ubuntu", sans-serif;
  display: inline-block;
  background: #fff;
}
.year-content h2::before {
  background-color: transparent;
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  border: 5px solid #00bf63;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.year-content span {
  color: #263a4f;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px;
  background: #fff;
  border: 1px solid #eee;
  display: block;
}
.text-under-line {
  position: relative;
  display: inline-block;
}
.text-under-line::before {
  content: "";
  background-color: #00bf63;
  height: 2px;
  width: 4.75rem;
  top: 15px;
  right: -90px;
  position: absolute;
}
.about-content h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #a4a4aa;
  margin: 0 0 15px;
}
.about-content h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  color: #3d3d68;
}
.about-content h2 span {
  color: #00bf63;
}
.about-content h4 {
  font-weight: 600;
  color: #494b51;
  line-height: 35px;
}
.about-content p {
  font-size: 18px;
  line-height: 24px;
  color: #7e7e7e;
  line-height: 28px;
}
/*
================================================
8. CTA Wrapper
================================================
*/
.cta-wrapper::before {
  background: rgba(82, 104, 64, 0.9) none repeat scroll 0 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.cta-wrapper {
  float: left;
  width: 100%;
  padding: 60px 0;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/cta-bg.jpg);
}
.call-action-cont h3 {
  font-weight: 600;
  font-size: 32px;
  color: #fff;
}
.cta-wrapper .btn {
  background: #fff;
  color: #001e57;
}
.cta-wrapper .btn:hover {
  color: #fff;
  background: #001e57;
}
/*
================================================
9. Services Wrapper
================================================
*/
.services-wrapper .section-title {
  margin: 0;
}
/** Single Services **/
.single_service {
  width: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 1px solid #571f9c;
  position: relative;
  z-index: 1;
  padding: 35px 24px;
  overflow: hidden;
  margin: 40px 0 0;
}
.single_service .icon {
  position: relative;
  z-index: 1;
  width: 74px;
  height: 83px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  line-height: 100px;
  margin-bottom: 10px;
}
.single_service:hover .icon:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.single_service .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/icon-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  z-index: -1;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.single_service .icon img {
  display: inline-block;
  vertical-align: middle;
}
.single_service .content h5 {
  text-transform: uppercase;
  font-weight: 500;
  color: #171717;
  font-size: 18px;
  line-height: 45px;
  padding-left: 60px;
  position: relative;
}
.single_service .content h5:after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 22px;
  background-color: #00bf63;
}
.single_service .content h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.single_service .content p {
  padding: 0;
  margin: 0;
  color: #888;
}
.single_service:hover {
  border-color: transparent;
  box-shadow: 0px 0px 15px 11px rgba(0, 0, 0, 0.15);
}
.single_service:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 14px solid #571f9c;
  position: absolute;
  right: -80px;
  top: -50px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.single_service:before {
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 14px solid #571f9c;
  position: absolute;
  right: -78px;
  top: -14px;
  opacity: 0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.single_service:hover:before {
  top: 14px;
  opacity: 0.07;
}
.single_service:hover:after {
  right: -60px;
  opacity: 0.07;
  width: 160px;
  height: 160px;
}
/*
================================================
10. Fact Counter
================================================
*/
.fact-counter:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.92);
}
.fact-counter {
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 0 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/cta-bg.jpg);
  z-index: 1;
}
.fact-counter .column {
  position: relative;
  margin-bottom: 30px;
}
.fact-counter .column .inner {
  position: relative;
}
.fact-counter .column .inner .content {
  position: relative;
  padding-left: 85px;
}
.fact-counter .column .inner .icon {
  position: absolute;
  left: 0px;
  top: 10px;
  color: #bbbbbb;
  font-size: 60px;
  text-align: center;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.fact-counter .count-outer .percentage {
  display: inline-block;
  font-weight: 600;
  color: #020e28;
  font-size: 48px;
  line-height: 1em;
}
.fact-counter .column .inner .count-outer {
  position: relative;
  font-weight: 400;
  color: #f3a103;
  font-size: 36px;
  line-height: 1em;
  display: inline-block;
}
.fact-counter .column .inner .counter-title {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
  color: #ffffff;
}
.fact-counter.style-two .column .inner .content {
  padding-left: 75px;
  text-align: left;
}
.fact-counter.style-two .column .inner .content {
  padding-left: 0px;
  text-align: center;
}
.fact-counter.style-two .column .inner .count-outer {
  font-size: 60px;
  color: #ffffff;
  display: block;
}
.fact-counter.style-two .column .inner .counter-title {
  color: #f9b000;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 5px 26px;
  margin-top: 30px;
  text-transform: uppercase;
  border: 3px solid rgba(255, 255, 255, 0.2);
}
.fact-counter.style-three .column .inner .content {
  padding-left: 75px;
  text-align: left;
}
.fact-counter.style-three .column .inner .content {
  padding-left: 0px;
  text-align: center;
}
.fact-counter.style-three .column .inner .count-outer {
  font-size: 60px;
  color: #00bf63;
  display: block;
  font-weight: 500;
}
.fact-counter.style-three .column .inner .counter-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding: 5px 10px;
  margin-top: 35px;
  line-height: 1.5em;
  text-transform: uppercase;
}
.fact-counter.style-three .column .inner .counter-title span {
  display: block;
  margin: 5px 0 0;
}
.fact-counter.style-three .column .inner .counter-title:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 32px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: 2px solid #00bf63;
}
.fact-counter.style-three .column .inner:hover .counter-title:before {
  top: -10px;
  bottom: -10px;
  border-color: #00bf63;
}
/*
================================================
11. Projects Sec
================================================
*/
.projects-wrapper {
  padding: 80px 0 50px;
}
.works-filter {
  margin-bottom: 40px;
}
.works-filter .btn-primary:focus,
.works-filter .btn-primary.focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.works-grid--3cols .work-item {
  width: calc(33.33% - 20px);
}
[class*="works-grid"] .work-item {
  height: auto;
  margin-bottom: 30px;
  border-radius: 0.5rem;
  overflow: hidden;
}
[class*="works-grid"] .work-item .work-container {
  overflow: hidden;
  display: block;
  position: relative;
}
[class*="works-grid"] .work-item .work-container img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  width: 100%;
  height: auto;
  position: relative;
}
[class*="works-grid"] .work-item .work-container .work-mask {
  margin: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 0.5rem;
  vertical-align: middle;
}
[class*="works-grid"] .work-item:hover .work-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
[class*="works-grid"] .work-item .work-container .work-mask .work-details {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -24px;
  top: 50%;
  left: 0;
  padding: 0 15px;
}
[class*="works-grid"] .work-item .work-container .work-mask .work-title {
  margin: 0 0 5px 0;
  font-weight: 600;
  color: #282828;
}
.works-filter .btn {
  outline: none !important;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  padding: 0.5rem 1.2rem;
  font-size: 1.1rem;
  line-height: 2rem;
  border-radius: 2rem;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.09);
  background: none;
  color: #7a7a7a;
  font-weight: 500;
}
.works-filter .btn.btn-primary {
  color: #ffffff;
  background-color: #00bf63;
}
.works-filter .btn:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.07), 0 15px 12px rgba(0, 0, 0, 0.1);
}
/*
================================================
12. Testimonials Sec
================================================
*/
.clients-section {
  position: relative;
  background-color: #f3f5f9;
  z-index: 1;
  text-align: Center;
}
.clients-section .sec-title {
  margin-bottom: 55px;
}
.clients-section .sec-title h2 {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 1.2em;
  color: #001e57;
  font-weight: 800;
  padding-bottom: 25px;
}
.clients-section.style-two {
  background: none;
  margin: 0;
  padding-bottom: 0px;
}
.clients-section.style-two .logo-icon {
  display: none;
}
.clients-section .owl-dots,
.clients-section .owl-nav {
  display: none;
}
.clients-section.style-two .owl-dots {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.clients-section.style-two .owl-dots .owl-dot {
  display: inline-block;
  margin: 0px 5px;
}
.clients-section.style-two .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
}
.clients-section.style-two .owl-dots .owl-dot.active span {
  background: #001e57;
  border-color: #001e57;
}
.clients-section .logo-icon {
  position: absolute;
  right: 0px;
  top: 90px;
  left: 0px;
  font-size: 500px;
  line-height: 1em;
  text-align: center;
  font-weight: 800;
  color: rgba(0, 30, 87, 0.03);
}
.clients-section .sec-title {
  margin-bottom: 55px;
}
.testimonial-block {
  position: relative;
}
.testimonial-block .inner-box {
  position: relative;
  text-align: center;
}
.testimonial-block .inner-box .image-outer {
  position: relative;
  width: 260px;
  height: 90px;
  margin: 0 auto;
}
.testimonial-block .inner-box .image-outer .quote {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  font-size: 28px;
  color: #00bf63;
}
.testimonial-block .inner-box .image-outer .quote.quote-left {
  left: 0px;
  right: auto;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.testimonial-block .inner-box .image-outer .quote.quote-right {
  right: 0px;
  left: auto;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.testimonial-block .inner-box .image-outer .image {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.testimonial-block .inner-box .text {
  position: relative;
  font-size: 22px;
  color: #222222;
  font-style: italic;
  line-height: 1.5em;
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
}
.testimonial-block .inner-box h3 {
  position: relative;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}
.testimonial-block .inner-box .location {
  position: relative;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}
/*
================================================
13. Our Team Sec
================================================
*/
.team .section-title {
  margin: 0;
}
.team .item-team {
  position: relative;
  display: flex;
  overflow: hidden;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
  width: 100%;
  margin-bottom: 0;
  box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: 40px;
}
.team .item-team:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team .item-team * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.team .item-team img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.team .item-team:hover img {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}
.team .item-team .grid-content {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.item-team:hover .grid-content {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.team .item-team .grid-content .social-team {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.team .item-team .grid-content .social-team li {
  float: left;
  margin: 0 10px;
}
.team .item-team .grid-content .social-team li i {
  color: #fff;
}
.team .item-team .grid-content .social-team li i:hover {
  color: #fff !important;
}
.grid-item:hover::after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}
.grid-item::after {
  background-color: #00bf63;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.h4-subheading {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.6px;
}
.h6-subheading {
  margin-bottom: 10px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
/*
================================================
14. Our Blog Wrapper
================================================
*/
.blog {
  background: #f6f7ff;
}
.blog .section-title {
  margin: 0;
}
.blog .featured-imagebox-post.style2 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  margin-top: 5px;
  transition: 0.4s ease-in-out;
}
.blog .featured-imagebox-post.style2:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.blog .featured-imagebox-post.style2 {
  margin-top: 40px;
}
.blog .box-shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.blog .featured-imagebox .featured-thumbnail {
  position: relative;
  overflow: hidden;
}
.blog .featured-imagebox .featured-thumbnail img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.blog .cmt-box-post-date {
  background-color: #00bf63;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.cmt-box-post-date {
  height: 58px;
  width: 56px;
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: 600;
  font-size: 24px;
  line-height: 18px;
  padding-top: 13px;
  padding-bottom: 7px;
  z-index: 1;
  text-align: center;
}
.cmt-box-post-date {
  font-weight: 600;
  font-size: 24px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
.cmt-entry-date .entry-month {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
}
.featured-imagebox-post.style2 .featured-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin-top: 40px;
  transform: translate(-50%, -50%);
  border-left: 4px solid;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  border-left-color: #00bf63 !important;
}
.featured-imagebox-post.style2 .featured-content {
  position: relative;
  padding: 25px 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
}
.featured-title h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.featured-title h5 a {
  color: #081528;
  font-weight: 700;
}
.featured-imagebox-post .post-meta {
  padding: 7px 0;
  border-bottom: 1px solid #efecec;
}
.post-meta .cmt-meta-line {
  padding-right: 20px;
  position: relative;
  font-size: 13px;
}
.post-meta .cmt-meta-line i {
  padding-right: 4px;
  color: #00bf63;
}
.cmt-btn.cmt-btn-size-sm.cmt-icon-btn-right {
  padding-right: 33px;
}
.cmt-btn.btn-inline {
  text-transform: uppercase;
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
  color: #081528;
  font-weight: 700;
}
.cmt-btn.cmt-btn-size-sm i {
  font-size: 11px;
  height: 11px;
  line-height: 12px;
  right: 15px;
}
.featured-imagebox-post:hover .featured-content::before {
  margin-top: 0;
  opacity: 1;
}
.featured-imagebox-post.style2 .featured-content::before {
  border-left-color: #00bf63 !important;
}
/*
================================================
15. Contact Wrapper
================================================
*/
.icon_box_05.ib5_left {
  padding-top: 0;
  padding-left: 59px;
  text-align: left;
  margin-bottom: 30px;
}
.icon_box_05.ib5_left i {
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto 0;
}
.icon_box_05 i {
  width: 120px;
  height: 120px;
  border: 1px solid #ecebff;
  color: #00bf63;
  text-align: center;
  line-height: 118px;
  border-radius: 50%;
  background: #fff;
  font-size: 36px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.ib5_inner {
  border: 1px solid #ecebff;
  padding: 100px 25px 32px;
  background: #fff;
}
.icon_box_05.ib5_left .ib5_inner {
  padding: 29px 20px 21px 90px;
}
.icon_box_05.ib5_left {
  text-align: left;
}
.ib5_inner h3 {
  font-size: 20px;
  line-height: 0.8;
  letter-spacing: -0.52px;
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #06163a;
  font-weight: 700;
}
.ib5_inner p {
  font-size: 14px;
  line-height: 26px;
  color: #959ba9;
  letter-spacing: 0;
  margin: 0 0 17px;
}
.ib5_inner p {
  font-size: 14px;
  line-height: 22px;
  color: #959ba9;
  letter-spacing: 0;
  margin: 0 0 17px;
}
.icon_box_05.ib5_left {
  padding-top: 0;
  padding-left: 59px;
  text-align: left;
  margin-bottom: 30px;
  position: relative;
}
.ib5_inner > a {
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  color: #00bf63;
  font-weight: 500;
  text-transform: capitalize;
}
.ib5_inner p span {
  color: #00bf63;
}
.sub_title.dark_sub_title {
  color: #00bf63;
}
.sec_title-head {
  font-weight: 700;
  font-size: 40px;
}
/** Contact Form **/
.cotactForm {
  position: relative;
}
.iconInput input:not([type="submit"]),
.iconInput textarea {
  padding: 0 0 0 50px;
  background: transparent;
  border: none;
  border-bottom: 2px solid #5b6c90;
  display: block;
  width: 100%;
  color: #8b97b1;
  font-weight: 600;
  letter-spacing: 0;
  height: 58px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}
.light_form .iconInput input:not([type="submit"]):focus,
.light_form .iconInput textarea:focus {
  color: #06163a;
  border-color: #06163a;
}
.light_form .iconInput input:not([type="submit"]),
.light_form .iconInput textarea {
  color: #959ba9;
  border-color: #ecebff;
  margin-bottom: 30px;
}
.iconInput {
  position: relative;
  margin-bottom: 20px;
}
.iconInput i {
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 14px;
  letter-spacing: -0.42px;
  color: #00bf63;
  height: 57px;
  line-height: 57px;
}
.iconInput textarea {
  padding: 15px 0 0 50px;
  resize: none;
  height: 156px;
}
.cotactForm .btn:hover,
.cotactForm .btn:focus {
  background: #191d33;
  color: #fff;
}
/** Copyrights **/
.copyright {
  padding: 15px 0;
  width: 100%;
  float: left;
  background: #191d33;
}
.copyright p {
  color: #fff;
  text-align: center;
  margin: 0;
}
.copyright .color {
  color: #eee;
  font-weight: 600;
}
/*
================================================
16. Responsive CSS
================================================
*/

@media (min-width: 768px) and (max-width: 991px) {
  /** Header **/
  .menu-area {
    padding: 20px 0;
  }
  .responsive {
    float: right;
    display: block;
    cursor: pointer;
    margin-top: -38px;
  }
  .responsive i {
    color: #000;
    font-size: 25px;
  }
  #mobile-menu {
    display: none;
    background: #fff;
    padding: 20px;
  }
  .main-menu {
    text-align: left !important;
  }
  .main-menu ul li {
    display: block;
    border-bottom: 1px solid #f7f7f7;
    margin-left: 0;
  }
  .main-menu ul li.active a,
  .main-menu ul li:hover a {
    color: #46deb1;
  }
  .main-menu ul > li > a::before {
    content: none;
  }
  .main-menu ul li a {
    color: #707692;
    padding: 12px 20px;
    display: block;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
  .second-menu {
    margin-bottom: 0;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
  }
  .second-menu::before {
    content: none;
  }
  .second-header {
    padding: 10px 0;
  }
  .second-menu .main-menu ul li {
    margin-left: 0;
  }
  /** Project Sec **/
  .works-grid--3cols .work-item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  /** Common Styles **/
  .pdl45 {
    padding-left: 30px;
  }
  /** Header **/
  .menu-area {
    padding: 10px 0;
  }
  .responsive {
    float: right;
    display: block;
    cursor: pointer;
    margin-top: -30px;
  }
  .responsive i {
    color: #000;
    font-size: 25px;
  }
  #mobile-menu {
    display: none;
    background: #fff;
    padding: 20px 0;
  }
  .main-menu {
    text-align: left !important;
  }
  .main-menu ul li {
    display: block;
    border-bottom: 1px solid #f7f7f7;
    margin-left: 0;
  }
  .main-menu ul li.active a,
  .main-menu ul li:hover a {
    color: #00bf63;
  }
  .main-menu ul > li > a::before {
    content: none;
  }
  .main-menu ul li a {
    color: #707692;
    padding: 12px 20px;
    display: block;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
  .second-menu {
    margin-bottom: 0;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
  }
  .second-menu::before {
    content: none;
  }
  .second-header {
    padding: 10px 0;
  }
  .second-menu .main-menu ul li {
    margin-left: 0;
  }
  /** Project Sec **/
  [class*="works-grid"] .work-item {
    height: auto;
    margin-bottom: 30px;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .works-grid--3cols .work-item {
    width: 100%;
  }
  /** Testimonials Sec **/
  .clients-section .logo-icon {
    font-size: 245px;
  }
}
