/***************** TABLE OF CONTENTS **********

1.  Reset
2.  Global Settings
3.  Preeloader
4.  Back To Top
5.  Header Section
6.  Slider Section
7.  Video Section
8.  Particles
9.  Animations
10. Banner Section
11. What we do Section
12. About Us Section
13. Service Section
14. Count Down Area
15. Our Projects
16. Testimonials
17. Our Team Member Sections
18. Subscribe Section
19. Blog Section
20. Contact Us Section
21. Address Section
22. Footer Section
23. Inner Pages

**************************************/

/*================================================
             1. RESET
==================================================*/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*================================================
             2. GLOBAL SETTINGS
==================================================*/
body {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: Calibri, 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  color: #000;
  position: relative;
}
a {
  text-decoration: none;
  cursor: pointer;
  /* color: #2fc071; */
}
a, button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
a, a:hover, a:focus, button:hover, button:focus {
  outline: 0 none !important;
  text-decoration: none;
}
blockquote {
  font-style: normal;
  font-weight: 400;
}
blockquote p {
  font-weight: 400;
}
::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}
::selection {
  background-color: #191b1d;
  color: #fff;
}
h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Raleway', sans-serif;
  font-weight:normal;
  margin-bottom: 10px;
  background:none;
}
h1, h2, h3 {
  margin-top: 0;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  font-weight: 300;
}
h3 {
  font-weight: 600;
}
.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-110 {
  margin-bottom: 110px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.clearfix {
  *display: inline-block;
  height: 1%;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}
.btn-dark {
  background: #3a5371;
}
.btn-dark:hover {
  background: #222;
  color: #fff;
}
.btn-primary, .btn-sm {
  font-family: 'Raleway', sans-serif;
  padding: 10px 28px;
  border: 2px solid transparent;
  border-radius: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.no-btn-bg {
  background: none !important;
  border: 2px solid #2fc071;
  color: #000 !important;
}
.no-btn-bg:hover, .no-btn-bg:focus {
  background: #2fc071 !important;
  border: 2px solid #2fc071 !important;
  color: #ffffff !important;
}
.no-btn-bg:focus {
  color: #fff;
}
.sm-title {
  display: block;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
}
.sec-title h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2c2c2c;
  margin-bottom: 20px;
}
.sec-title p {
  font-weight: 300;
  color: #000;
}
/*================================================
             3. PREELOADER
==================================================*/
#pree-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
#ploader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  z-index: 11;
}
#ploader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #061a67;
  /*border-top-color: #fff;*/
  -webkit-animation: spin-reverse .6s linear infinite;
  animation: spin-reverse .6s linear infinite;
}
#ploader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #061a67;
  border-top-color: #fff;
  -webkit-animation: spin .6s linear infinite;
  animation: spin .6s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#pree-wrap .ploader-section {
  background: #102884 !important;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#pree-wrap .ploader-section.section-top {
  top: 0;
}
#pree-wrap .ploader-section.section-bottom {
  bottom: 0;
}
.loaded #pree-wrap .ploader-section.section-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #pree-wrap .ploader-section.section-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #ploader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.loaded #pree-wrap {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
/*================================================
             4. BACK TO TOP
==================================================*/
.scrollToTop {
  position: fixed;
  display: none;
  bottom: 10px;
  right: 10px;
  z-index: 999999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scrollToTop i {
  font-size: 16px;
  line-height: 26px;
  width: 30px;
  height: 30px;
  background: #16cd62;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffffff;
}
.scrollToTop.show {
  display: block;
}
.scrollToTop:hover i {
  background: #1ef778;
}

/*================================================
             5. HEADER SECTION
==================================================*/
.top-area {
  background: #2fc071;
  padding: 15px 0;
}
.top-area .social-icons {
  margin-top: 0;
  text-align: right;
}
.top-area .ico-area i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
}
.top-area .social-icons li i {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.top-area .social-icons li i:hover {
  background: #ffffff;
  color: #2fc071;
}
.top-area .ico-area a {
  color: #ffffff;
}
.fixedHeader {
  box-shadow: 0 0 6px #000;
  -webkit-box-shadow: box-shadow: 0 0 6px #000;
  -moz-box-shadow: box-shadow: 0 0 6px #000;
}
#main-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
  background: #ffffff;
}
.logo {
  float: left;
  margin-top: 15px;
  width: 20%;
  margin-right: 2%;
}
.right-area {
  float: right;
  width: 75%;
}
.header-nav {
  float: right;
}
.header-nav ul li {
  list-style: none;
  display: inline-block;
  margin-right: 0px;
  position: relative;
}
.header-nav ul li:last-child {
  margin-right: 0;
}
#navigation {
  margin-bottom: 0;
}
.header-nav ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #2c2c2c;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 38px 10px;
  display: block;
}
.header-nav li a i {
  padding-left: 5px;
}
.header-nav li ul {
  background: #ffffff;
  left: 0;
  right: auto;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 120px;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 250px;
  z-index: -1;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.header-nav li:hover > ul {
  opacity: 1;
  top: 99px;
  visibility: visible;
  z-index: 99;
}
.header-nav li ul li {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  margin-right: 0;
}
.header-nav li ul li:last-child {
  border-bottom: 0;
}
.header-nav li ul li > a {
  color: #2c2c2c;
  display: block;
  font-size: 12px;
  padding: 10px 20px;
  transition: 0.3s;
  background: #ffffff;
}
.header-nav ul > li.active > a, .header-nav ul > li > a:hover {
  color: #ffffff;
  background: #2fc071;
}
.header-nav li > ul > li:hover > a, .header-nav li > ul > li.active > a {
  background: inherit;
  color: #2fc071;
}
.header-nav li > ul > li > a i {
  float: right;
  margin-top: 7px;
}
.header-nav li > ul > li > ul {
  top: 0;
  left: 120%;
  opacity: 0;
}
.header-nav ul li:nth-child(6) > ul > li > ul, .header-nav ul li:last-child > ul > li > ul {
  left: -120% !important;
  opacity: 0;
}
.header-nav ul li:nth-child(6) > ul > li:hover > ul, .header-nav ul li:last-child > ul > li:hover > ul {
  left: -100% !important;
  opacity: 1;
}
.header-nav li > ul > li:hover > ul, .header-2.header-nav li > ul > li:hover > ul {
  top: 0;
  left: 100%;
  opacity: 1;
}
.header-2 {
  margin-top: 22px;
  margin-bottom: 22px;
}
.header-2 ul li a {
  font-size: 14px;
  line-height: 20px;
  padding: 16px 11px;
}
.header-2.header-nav li:hover > ul {
  top: 51px;
}
.header-3 {
  /*background: none !important;*/
  background: #ffffffe6 !important;
  border-bottom: 1px solid #ffffff;
}
.header-3.fixedHeader {
  border-bottom: 0;
}
/*.header-3 .header-nav ul > li > a {
  color: #ffffff;
}*/
.header-3 .header-nav ul > li > ul li  a {
  color: #2c2c2c;
}
.header-3 .header-nav ul > li > ul li  a:hover, .header-3 .header-nav ul > li.active > ul li.active > ul li.active > a, .header-3 .header-nav ul > li.active > ul li.active > a {
  color: #2fc071;
}
.header-3.fixedHeader {
  background: #ffffff !important;
}
.header-3.fixedHeader .header-nav ul > li > a {
  color: #2c2c2c;
}
.header-3.fixedHeader .header-nav ul > li.active > a, .header-3.fixedHeader .header-nav ul > li > a:hover {
  color: #ffffff;
}
.header-3.fixedHeader .header-nav ul > li > ul > li > a:hover {
  color: #2fc071;
}
/*================================================
             6. SLIDER SECTION
==================================================*/
.slider-item {
  height:900px;
  background-size:cover !important;
  -webkit-background-size: cover !important;
  position: relative;
}
.slider-item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(255,255,255,0.6);
  display: block;
  width: 100%;
  height: 100%;
}
#slider-sections .owl-item.active .animated1 {
  -webkit-animation: bounceInDown 0.5s ease-in 400ms both;
  animation: bounceInDown 0.5s ease-in 400ms both;
}
#slider-sections .owl-item.active .animated2 {
  -webkit-animation: bounceInLeft 1.5s ease-in 800ms both;
  animation: bounceInLeft 1.5s ease-in 800ms both;
}
#slider-sections .owl-item.active .animated3 {
  -webkit-animation: bounceInUp 3.5s ease-in 200ms both;
  animation: bounceInUp 3.5s ease-in 200ms both;
}
.carousel-single-slide .owl-nav div {
  left: 35px;
  line-height: 48px;
  margin-top: -25px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 55%;
  visibility: hidden;
  transition: 0.3s;
}
.slider-2 .carousel-single-slide .owl-nav div {
  top: 58%;
}
.slider-3 .carousel-single-slide .owl-nav div {
  top: 55%;
}
.carousel-single-slide .owl-nav i {
  border: 1px solid #2fc071;
  padding: 15px 10px;
  color: #2fc071;
  font-size:24px;
}
.carousel-single-slide .owl-nav i:hover {
  background-color: #2fc071;
  color: #ffffff;
}
.carousel-single-slide .owl-nav div.owl-next {
  left: auto;
  right: 35px;
}
.carousel-single-slide.owl-nav:hover {
  opacity: 0.6;
  visibility: visible;
}
.carousel-single-slide:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.owl-dot {
  display: inline-block;
  margin-right: 5px;
}
.owl-dot span {
  background: none;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
}
.owl-dot.active span {
  background: #2fc071;
}
.owl-controls {
  text-align: center;
  margin-top: 20px;
}
/*================================================
             7. VIDEO SECTION
==================================================*/
.youtube-video-overlay {
  position: relative;
}
#video-bg {
  height: 900px;
  z-index: 10;
}
.video-2 .banner-content {
  margin-top: 340px;
}
.youtube-video-overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0,0,0,0.5);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.youtube-video-overlay .banner-content, .particles-view .banner-content {
  z-index: 10;
  position: relative;
}
.youtube-video-overlay .banner-content h1, .youtube-video-overlay .banner-content p, .particles-view .banner-content h1, .particles-view .banner-content p  {
  color: #ffffff;
}
.youtube-video-overlay .banner-btn:hover, .particles-view .banner-btn:hover {
  color: #ffffff;
}
/* variation 2 */

/*================================================
             8. PARTICLES
==================================================*/
#particles-js {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.particles-view:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0,0,0,0.4) !important;
  display: block;
  width: 100%;
  height: 100%;
}
/*================================================
             9. ANIMATIONS
==================================================*/
.animations-banner .banner-content {
  margin-top: 350px;
}
.animations-banner .btn-com {
  margin-top: 50px;
}
.site-theme {
  text-transform: uppercase;
}
/*================================================
             10. BANNER SECTION
==================================================*/
#hBanner {
  height: 900px;
  color: #fff;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  -webkit-backface-visibility: hidden;
}
#hBanner:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(255,255,255,0.6);
  display: block;
  width: 100%;
  height: 100%;
}
.logo a {
  color: #fff;
  font-size: 27px;
}
.banner-content {
  text-align: left;
}
.banner-content h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 32px;
  line-height: 45px;
  text-transform: capitalize;
}
#video-bg .banner-content {
  margin-top: 235px;
}
.banner-content {
  margin-top: 285px;
}
.b-desc {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
}
.btn-com {
  color: #ffffff;
  background: #2fc071;
}
.btn-com:hover, .btn-com:focus {
  color: #2fc071;
  background: inherit;
  border: 2px solid #2fc071;
}
a.banner-btn:focus {
  outline: 0;
}
/* variation 2 */

.fixedHeader .top-area {
  display: none;
}
.banner-2 {
  margin-top: 60px;
}
.banner-2 h2 {
  color: #ffffff;
}
.banner-2:before, .banner-3:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(44,44,44,0.5)!important;
  display: block;
  width: 100%;
  height: 100%;
}
.banner-2 .banner-content h1, .banner-2 .banner-content .b-desc, .banner-3 .banner-content h1, .banner-3 .banner-content .b-desc {
  color: #ffffff;
}
/*variation 3 */
.banner-3 .sec-title h2 {
  color: #ffffff;
  font-weight: 400;
}
.banner-3 .sec-title h2 .bolder {
  font-weight: 700;
}
.banner-3 .btn-com:hover {
  color: #ffffff;
}

/*================================================
             11. WHAT WE DO SECTION
==================================================*/
/* variation 1 */
.we-icons i {
  background: #2fc071;
  font-size: 24px;
  color: #ffffff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
  text-align: center;
}
.doBox h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 25px;
}
.doBox {
  text-align: center;
  margin-bottom: 30px;
}
.doBox p {
  color: #000;
  font-weight: 300;
  margin-bottom: 0;
}
.doBox p a {
  color: #000;
}
.we-seperator {
  display: block;
  text-align: center;
  height: 1px;
  background: #2fc071;
  width: 80px;
  margin: 0 auto;
  margin-bottom: 25px;
}
/* variation 2 */
.we-do-2 .we-icons i {
  background: none;
  color: #2fc071;
}
.we-do-2 .ico-sep-h, .s-list-2 .service-ico {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-bottom: 30px;
}
.ico-sep-h:before, .ico-sep-h:after, .s-list-2 .service-ico:before, .s-list-2 .service-ico:after {
  position: absolute;
  width: 25px;
  height: 2px;
  background: #2fc071;
  content: "";
  display: block;
}
.ico-sep-h:before, .s-list-2 .service-ico:before {
  right: 0;
  top: 0;
}
.ico-sep-h:after, .s-list-2 .service-ico:after {
  left: 0;
  bottom: 0;
}
.ico-sep-v:before, .ico-sep-v:after {
  position: absolute;
  width: 1px;
  height: 35px;
  background: #2fc071;
  content: "";
  display: block;
}
.ico-sep-v:before {
  right: 0;
  top: 0;
}
.ico-sep-v:after {
  left: 0;
  bottom: 0;
}
.dop-3 {
  padding: 75px 0 85px;
}
/*================================================
             12. ABOUT US SECTION
==================================================*/

.ab-sep {
  display: block;
  width: 30px;
  background: #2fc071;
  height: 5px;
}
#about-us .sec-title p {
  margin: 55px 0 30px 0;
}
.about-content {
  margin-top: 50px;
}
.about-content p {
  margin-bottom: 20px;
}
#about-us figure {
  margin-bottom: 0;
}
/*variation 2 */
.sec-title.sec-2 {
  position: relative;
  margin-left: 15px;
}
.sec-title.sec-2:before {
  width: 5px;
  height: 30px;
  background: #2fc071;
  content: "";
  left: -15px;
  top: 15px;
  position: absolute;
  display: block;
}
.about-us-2 .about-content {
  margin-top: 38px;
}
.about-content p {
  color: #000;
}
.about-us-2 .about-content p {
  margin-bottom: 22px;
}
.about-us-2 .img-container {
  margin: 0 auto;
  padding: 0 35px;
}
.about-us-2 .about-img-area {
  position: relative;
}
/*.about-us-2 .about-img-area:before, .about-us-2 .about-img-area:after {
  position: absolute;
  width: 5px;
  height: 100%;
  background: #2fc071;
  display: block;
  content: "";
}*/
/*.about-us-2 .about-img-area:before {
  left: 0;
  top: 0;
}
.about-us-2 .about-img-area:after {
  right: 0;
  top: 0;
}*/
/*.h-img-border:before, .h-img-border:after, .l-img-border:before, .l-img-border:after {
  position: absolute;
  width: 70px;
  height: 5px;
  background: #2fc071;
  content: "";
  display: block;
}*/
.h-img-border:before {
  top: 0;
  left: 0;
}
.h-img-border:after {
  bottom: 0;
  left: 0;
}
.l-img-border:before {
  top: 0;
  right: 5px;
}
.l-img-border:after {
  bottom: 0;
  right: 5px;
}
/* variation 3 */
.sec3-title, .sec4-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  position: relative;
  color: #2c2c2c;
  font-weight: 600;
}
.sec3-title:before, .sec3-title:after {
  height: 15px;
  width: 15px;
  background: #2fc071;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  display: block;
  position: absolute;
  content: "";
}
.sec3-title:before {
  left: 0;
  top: 60px;
}
.sec3-title:after {
  right: 0;
  top: 60px;
}
.sec-sep {
  display: block;
  height: 2px;
  width: 50px;
  background: #ffffff;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
.sec-sep:after {
  width: 13px;
  height: 13px;
  border: 1px solid #eaeaea;
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background: #2fc071;
  margin: auto;
}
.we-do-3 .we-icons i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 36px;
  color: #2c2c2c;
  background: transparent;
  border: 1px solid #2fc071;
}
.we-do-3 .doBox i, .we-do-3 .doBox h3 {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.we-do-3 .doBox:hover i {
  background: #2fc071;
  color: #ffffff;
}
.we-do-3 .doBox:hover h3 {
  color: #2fc071;
}
.we-do-3 .doBox {
  margin-bottom: 0;
}
.about-us-3 h3, .skill-3-content h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 27px;
  margin-bottom: 22px;
  color: #2c2c2c;
}
.about-3-content p {
  margin-bottom: 27px;
  color: #000;
}
.about-us-3 .img-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
/*.about-us-3 .img-container:before {
  position: absolute;
  left: -50%;
  width: 50%;
  height: 100%;
  content: "";
  background: rgba(47,192,113,0.6);
  top: 0;
  display: block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.about-us-3 .img-container:after {
  position: absolute;
  right: -50%;
  width: 50%;
  height: 100%;
  content: "";
  background: rgba(44,44,44,0.6);
  top: 0;
  display: block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.about-us-3:hover .img-container:after {
  right: 0;
}
.about-us-3:hover .img-container:before {
  left: 0;
}*/
/*================================================
             13. SERVICE SECTION
==================================================*/
#services {
  padding: 80px 0 55px;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#services:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  background: rgba(216, 216, 216, 0.17);
  /*background: rgba(197, 197, 197, 0.17);*/
  top: 0;
  left: 0;
}
.service-list {
  margin-top: 55px;
}
span.service-ico {
  display: block;
  text-align: center;
}
.service-ico i {
  text-align: center;
  width: 50px;
  height: 50px;
  background: #2fc071;
  font-size: 24px;
  color: #fff;
  line-height: 50px;
  border-radius: 50%;
  margin-bottom: 30px;
}
.s-sep {
  display: block;
  width: 50px;
  height: 1px;
  background: #2fc071;
  margin: 0 auto;
  margin-bottom: 30px;
}
.service-item {
  text-align: center;
  margin-bottom: 0;
  border: 1px solid #2fc071;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.service-item:hover {
  background: #2fc071;
}
.service-item:hover i {
  background: #ffffff;
  color: #2fc071;
}
.service-item:hover h3, .service-item:hover p {
  color: #ffffff !important;
}
.service-item:hover .s-sep {
  background: #ffffff;
}
.service-item:hover .btn-sm, .service-item .btn-sm:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
}
#services h3 {
  font-size: 18px;
  color: #2c2c2c;
  margin-bottom: 30px;
}
#services p {
  color: #2c2c2c;
  margin-bottom: 30px;
}

/*variation 2 */
.s-list-2 {
  margin-top: 25px;
}
.s-list-2 .service-ico i {
  background: none;
  color: #2fc071;
}
.s-list-2 .service-item:hover .service-ico i {
  color: #ffffff;
}
.s-list-2 .service-item:hover .service-ico:before, .s-list-2 .service-item:hover .service-ico:after, .s-list-2 .service-item:hover .ico-sep-v:before, .s-list-2 .service-item:hover .ico-sep-v:after {
  background: #ffffff;
}
/* variation 3 */
.services-3 {
  margin-top: 0;
}
.services3-bg {
  background: #f6f6f6 !important;
  padding: 75px 0 55px!important;
}
.services3-bg:before {
  content: "" !important;
  position: static !important;
}
.services-3 .service-item {
  border: 1px solid #ffffff;
}
.services-3 .service-item i {
  background: none;
  border: 1px solid #2fc071;
  color: #2c2c2c;
  font-size: 18px;
}
.services-3 .service-item:hover {
  box-shadow: 0 3px 10px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.4);
  border: 0;
}
.services-3 .service-item:hover i {
  color: #ffffff;
  border: 1px solid #ffffff;
}

/*================================================
             14. COUNT DOWN AREA
==================================================*/
/*#countdown-area {
  background: #2fc071;
}*/
.count-down-list {
  text-align: center;
}
.down-ico {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 30px;
  display: block;
}
.count-down-list {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}
.count-down-list p {
  color: #ffffff;
}
.count-down-list h5 {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
.count-down-list {
  /*border: 1px solid #ffffff;*/
  padding: 10px;
}

/*variation 2 */
.countdown-2 {
  position: relative;
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  position: relative;
}
.countdown-2:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(44,44,44,0.6);
  display: block;
  content: "";
}
.countdown-2 .count-down-list {
  border: 1px solid #2fc071;
}
.countdown-2 .down-ico i {
  color: #2fc071;
}
/*================================================
             15. OUR PROJECTS
==================================================*/
/*.filter-btn-wrap {
  margin-top: 54px;
}*/
.filter-btn-wrap ul {
  text-align: center;
  margin-bottom: 30px;
}
.filter-btn-wrap ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.filter-btn-wrap ul li:last-child {
  margin-right: 0;
}
.filter-btn-wrap ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid #2fc071;
  padding: 10px 30px;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.filter-btn-wrap ul li:hover, .filter-btn-wrap ul li.active {
  background: #2fc071;
  color: #ffffff;
}
.project-items {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.project-items img {
  width: 100%;
}
.project-items .ovrly {
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  display: block;
  background: rgba(47,192,113,0.6);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
}
.project-items:hover .ovrly {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.project-items .buttons {
  position: absolute;
  left: 50%;
  bottom: -50%;
  text-align: center;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.project-items:hover .buttons {
  bottom: 50%;
  visibility: visible;
  opacity: 1;
}
.project-items .buttons span {
  color: #ffffff;
  font-size: 30px;
}
.project-items .buttons span {
  color: #ffffff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  background: #061a67;
  line-height: 45px;
  border-radius: 100%;
  display: inline-block;
}
.lightbox {
  margin-top: 10%;
}
.mix {
  display: none;
}
.view-more-area {
  text-align: center;
}
.project-style-2 .filter-btn-wrap {
  margin-top: 27px;
}
.project-style-2 .project-items .buttons a {
  background: none;
}
.project-style-2 .project-items .buttons a {
  width: 100%;
  height: 100%;
}
.project-style-2 .project-caps {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
}
.project-style-2 .project-ico i {
  font-size: 30px;
  line-height: 60px;
}
.project-style-2 .project-items .ovrly {
  background: #061a67cc !important;
}
/* variation 2 */
.project-style-3 .filter-btn-wrap {
  margin-top: 17px;
}
.portfolio-3 .filter-btn-wrap {
  margin-top: 0;
}
/*================================================
             16. TESTIMONIALS
==================================================*/
#testimonials {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 0 65px;
}
#testimonials:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.6);
  top: 0;
  left: 0;
}
#testimonials .sec-title {
  text-align: center;
}
#testimonials span.ab-sep {
  margin: 0 auto;
}
.t-content-area p {
  color: #2c2c2c;
  font-weight: 300;
}
.t-content-area {
  text-align: center;
}
div#testimonial-area .item .item-image {
  display: block;
}
#testimonials .t-title h2 {
  color: #ffffff;
}
.item-image {
  margin-top: 50px;
}
.item-image img {
  width: 106px !important;
  height: 106px;
  border-radius: 50%;
  margin: 0 auto;
}
#testimonials .t-content-area p {
  margin: 30px 0;
  color: #2c2c2c;
}
.t-content-area h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #2fc071;
  font-weight: 600;
  margin-bottom: 10px;
}
#testimonials span.position, #testimonials span.skill {
  display: block;
  margin-top: 5px;
}
#testimonials span.position {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
#testimonials .owl-controls {
  margin-top: 15px;
}
#testimonials .owl-prev {
  background: inherit;
  position: absolute;
  top: 30%;
  left: 0;
}
#testimonials .owl-prev:before, #testimonials .owl-next:before {
  background: none;
  font-family: 'FontAwesome';
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  line-height: 55px;
  background: #2fc071;
  padding: 5px 10px;
}
#testimonials .owl-prev:before {
  content: "\f104";
}
#testimonials .owl-next:before {
  content: "\f105";
}
#testimonials .owl-next {
  background: inherit;
  position: absolute;
  top: 30%;
  right: 0;
}
#testimonials .owl-prev:hover:before, #testimonials .owl-next:hover:before {
  opacity: 0.7;
}
#testimonials .item {
  width: 70%;
  margin: 0 auto;
}
.testimonial-1 .owl-dots {
  display: none !important;
}
/* variation 2 */
.sec-title.sec-2 {
  text-align: left !important;
}
.testimonial-2 .item-image {
  margin-top: 27px;
}
.testimonial-2 .item-image img {
  margin: inherit;
}
.testimonial-2 .item {
  width: inherit !important;
}
.testimonial-2 .t-content-area {
  text-align: left;
  width: 70%;
}
.testimonial-2 .owl-dots {
  display: block !important;
  position: absolute;
  top: 40%;
  right: 10%;
}
.testimonial-2 .owl-dot {
  display: block;
  margin-bottom: 10px;
}
.testimonial-2 .owl-dot {
  border: 1px solid #2fc071;
  border-radius: 50%;
}
.testimonial-2 .owl-prev:before, .testimonial-2 .owl-next:before {
  border: 1px solid #eaeaea !important;
  color: #ffffff !important;
}
.testimonial-2 .owl-prev {
  left: 20px !important;
}
.testimonial-2 .owl-next {
  right: 50px !important;
}
/* testimonial 3 */
.testimonial-3 {
  padding: 77px 0 55px !important;
}
.testimonial-3:before {
  background: rgba(44,44,44,0.6) !important;
}
.testimonial-3 .sec3-title {
  color: #ffffff;
}
.testimonial-3 .sec3-title:before, .testimonial-3 .sec3-title:after {
  background: #ffffff;
}
.testimonial-3 .t-content-area p, .testimonial-3 .t-content-area h3, .testimonial-3 .t-content-area span {
  color: #ffffff !important;
}
.testimonial-3 .owl-prev:before, .testimonial-3 .owl-next:before {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.testimonial-3 .owl-dot {
  border: 1px solid #ffffff;
}
.testimonial-3 .owl-dot:hover span, .testimonial-3 .owl-dot.active span {
  background: #ffffff !important;
  border: 1px solid transparent !important;
}
.testimonial-3 .owl-prev:hover:before, .testimonial-3 .owl-next:hover:before {
  background: #ffffff !important;
  color: #2fc071 !important;
  opacity: 1 !important;
}
.rect-style, .rect-style div {
  margin: 0 auto;
  transform-origin: 50% 50%;
  overflow: hidden;
  width: 250px;
  height: 250px;
  display: inline-block;
}
.testimonial-3 .item .item-image {
  display: inline-block !important;
  margin-top: 50px;
}
.testimonial-3 .sec-sep {
  background: #f6f6f6;
}
.testimonial-3 .sec4-title {
  color: #ffffff;
}
.rect-style {
  transform: rotate(45deg) translateY(10px);
}
.rect-style .rect1 {
  width: 355px;
  height: 355px;
  transform: rotate(-45deg) translateY(-74px);
}
.rect-style .rect1 img {
  width: 100% !important;
  height: auto;
  border-radius: 0 !important;
}
.testimonial-3 .t-content-area {
  width: 68%;
  display: inline-block;
  margin-left: 7%;
}
.testimonial-3 .item {
  min-height: 380px;
}
.testimonial-3 .owl-dots {
  display: inline-block !important;
  position: absolute;
  top: initial;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.testimonial-3 .owl-dot {
  display: inline-block;
  border: 0 !important;
}
.testimonial-3 .owl-dot.active span, .testimonial-3 .owl-dot:hover span {
  width: 20px;
  height: 3px;
  background: #2fc071 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.testimonial-3 .owl-dot span {
  width: 20px;
  height: 3px;
  background: #969497 !important;
}
/*================================================
             17. OUR TEAM MEMBER SECTION
==================================================*/
.team-list {
  margin-top: 54px;
}
.team-list h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}
.team-items {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ttabs {
  cursor: pointer;
}
.team-items ul li {
  list-style: none;
}
.team-items .overly-content p, .team-items .overly-content h3 {
  color: #2c2c2c;
}
.team-items .overly-content p {
  font-weight: 500;
}
.overly-content ul li {
  display: inline-block;
  margin-right: 8px;
  list-style: none;
}
.overly-content ul li:last-child {
  margin-right: 0;
}
.overly-content ul li a {
  width: 30px;
  height: 30px;
  background: #2fc071;
  display: inline-block;
  line-height: 30px;
  border-radius: 50%;
  color: #ffffff;
}
.overly-content ul li a:hover {
  opacity: 0.6;
}
.team-items .overly {
  position: absolute;
  bottom: -100%;
  left: 0;
  background: rgba(255,255,255,0.7);
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.overly-content {
  position: absolute;
  padding: 15px;
  z-index: 90;
  right: -55%;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.team-items:hover .overly-content {
  right: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
}
.team-items:hover .overly {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
#team-area {
  padding: 80px 0 85px;
}
#team-area .owl-dot span {
  border: 1px solid #2fc071 !important;
}
/* variation 2 */
.team-2.team-list, .team-list.team-3 {
  margin-top: 27px;
}
.team-2 .team-items .overly {
  background: #2fc071;
}
.team-2 .team-items .overly-content p, .team-2 .team-items .overly-content h3 {
  color: #ffffff;
}
.team-2 .overly-content ul li a {
  background: #ffffff
}
.team-2 .overly-content ul li a i {
  color: #2fc071;
}
/* variation 3 */
.team3 {
  padding: 75px 0 85px !important;
}
.team-3 .non-overly-content {
  background: #f6f6f6;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.team-3 ul li {
  display: inline-block;
  margin-right: 10px;
}
.team-list.team-3 .team-items {
  margin-bottom: 30px;
}
.team-3 .team-items h3 {
  padding: 15px 10px 5px;
}
.team-3 .team-items ul {
  padding: 0px 10px 30px;
  margin-bottom: 0;
}
.team-3 ul li:last-child {
  margin-right: 0;
}
.team-3 ul li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #2fc071;
  color: #2fc071;
}
.team-3 ul li i:hover {
  background: #ffffff;
  color: #2fc071;
}
.team-3 .team-items:hover .non-overly-content {
  background: #2fc071;
}
.team-3 .team-items:hover .non-overly-content h3, .team-3 .team-items:hover .non-overly-content p, .team-3 .team-items:hover .non-overly-content i {
  color: #ffffff;
}
.team-3 .team-items:hover .non-overly-content i {
  border: 1px solid #ffffff;
}
.team-3 .team-items:hover .non-overly-content i:hover {
  background: #ffffff;
  color: #2fc071;
}
.team-list.team-3 {
  margin-top: 0;
}
.team-3 .team-items {
  margin-bottom: 0 !important;
}
.t-inner .team-items {
  margin-bottom: 30px !important;
}
.t-inner {
  padding-bottom: 55px !important;
}
/*================================================
             18. SUBSCRIBE SECTION
==================================================*/
#subscribe-area {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 0 65px;
}
#subscribe-area:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(47,192,113,0.9);
  top: 0;
  left: 0;
}
#subscribe-form label.error {
  display: none !important;
}
#subscribe-form .subs-input.error {
  border: 1px solid red;
}
.subs-msg {
  color: #ffffff;
  margin-top: 5px;
  display: block;
}
.subs-text h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
}
.subs-text p {
  color: #ffffff;
}
.subs-form .subs-input {
  width: 100%;
  padding: 15px 140px 15px 20px;
  background: inherit;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-top: 7px;
  position: relative;
  font-family: 'Raleway', sans-serif;
}
.subs-form .subs-input:foucs {
  outline: 0;
}
.subs-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff !important;
  opacity: 1; /* Firefox */
}
.subs-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff !important;
}
.subs-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff !important;
}
.subs-button {
  position: absolute;
  top: 17px;
  right: 22px;
  padding: 5px 15px;
  font-family: 'raleway', sans-serif;
  color: #ffffff;
  background: #2fc071;
  border: 1px solid #ffffff;
  cursor: pointer;
}
/* variation 2 */
.subscribe-3 {
  background: #2fc071;
}
.subscribe-3:before {
  position: static !important;
  content: inherit !important;
}
.subscribe-3 .subs-button {
  background: transparent !important;
}
/*================================================
          19.  BLOG SECTION
==================================================*/
.blog-item-list {
  margin-top: 54px;
}
.blog-content h3 {
  font-size: 24px;
  font-weight: 600;
}
.blog-content {
  border: 1px solid #eaeaea;
  padding: 20px;
  margin-top: 20px;
}
.blog-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c2c2c;
}
.blog-content p {
  margin-top: 25px;
  margin-bottom: 7px;
}
.author-name i, .post-date i {
  margin-right: 7px;
  color: #2fc071;
}
.blog-content .author-name {
  float: left;
}
.blog-content {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.blog-content .btn-primary, .blog-content .btn-sm {
  background: none !important;
}
.blog-content .post-date {
  float: right;
}
.blog-content .post-meta {
  overflow: hidden;
}
.blog-content .btn-com.btn-sm {
  padding: 5px 15px;
  font-size: 14px;
  margin-top: 20px;
}
.blog-content .btn-com {
  border: 2px solid #2fc071;
  color: #2fc071;
  background: inherit;
}
.blog-items {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.blog-items:hover .blog-content {
  background: #2fc071
}
.blog-items:hover i, .blog-items:hover h3, .blog-items:hover p, .blog-items:hover span {
  color: #ffffff;
}
.blog-items:hover .btn-com {
  border: 2px solid #ffffff;
  color: #ffffff;
}
#blog-area {
  padding: 80px 0 55px;
}
#blog-area .blog-items {
  margin-bottom: 30px;
}
#blog-area .owl-dot span {
  border: 1px solid #2fc071 !important;
}
/* variation 2 */
.blog-2 {
  margin-top: 25px;
}
.blog-area-3 {
  background: #f6f6f6;
  padding: 75px 0 85px !important;
}
.blog-area-3 .blog-item-list {
  margin-top: 0;
}
/*================================================
             20. CONTACT US SECTION
==================================================*/
#contact-area {
  background: #f6f6f6;
  padding: 80px 0 85px;
}
.contact-us {
  margin-top: 50px;
}
#contact-form input,#careerform input {
  width: 100%;
  padding: 15px;
  color: #000;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  border-radius: 0;
}
#contact-form textarea ,#careerform textarea { border-radius: 0; }

.form-value label {
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #ff0000;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}
#contact-form .form-value, #careerform .form-value {
  margin-bottom: 30px;
}
#contact-form ::placeholder, #careerform ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1; /* Firefox */
}
#contact-form :-ms-input-placeholder, #careerform :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000 !important;
}
#contact-form ::-ms-input-placeholder, #careerform ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000 !important;
}
#contact-form #message, #careerform #message {
  width: 100%;
  padding: 15px;
  min-height: 100px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  resize: none;
}
#contact-form .error_found , #careerform .error_found {
  border: 1px solid #ff0000 !important;
}
#contact-form .has-btn-bg, #careerform .has-btn-bg {
  background: #061a67;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  padding: 13px 40px;
  font-family: 'Raleway', sans-serif;
}
#contact-form .has-btn-bg i ,#careerform .has-btn-bg i {
  margin-left: 15px;
}
#contact-form .has-btn-bg:focus, #careerform .has-btn-bg:focus {
  outline: 0;
  box-shadow: inherit;
  -moz-box-shadow: inherit;
  -moz-box-shadow: inherit;
}
#contact-form .has-btn-bg:hover , #careerform .has-btn-bg:hover {
  opacity: 0.7;
}
.form-submit {
  text-align: center;
}
.contact-way {
  text-align: center;
}
#contact-form .message-success, #careerform .message-success {
  position: relative;
  top: 30px;
  border: 1px solid #2fc071;
  display: none;
}
#contact-form .message-success i , #careerform .message-success i {
  margin-right: 10px;
  color: #2fc071;
}
#contact-form .message-success p, #careerform .message-success p {
  margin-bottom: 0 !important;
  padding: 5px 10px;
  color: #2fc071;
}
/*variation 2 */
.contact-page {
  padding-bottom: 0 !important;
}
.contact-2 {
  margin-top: 25px;
}
.contact3 {
  padding: 75px 0 85px;
}
.contact3 .contact-us {
  margin-top: 0;
}
#map-id {
  height: 400px;
}
.gmap-wrap {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}
/*================================================
             21. ADDRESS SECTION
==================================================*/
#address-area {
  background: #2fc071;
  padding: 85px 0 80px;
}
.add-content {
  color: #ffffff;
  text-align: center;
}
.add-content i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: block;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
}
.add-content span {
  display: block;
  margin-top: 30px;
  font-weight: 300;
}
/*variation 2 */
.address-area-2 {
  background: #ffffff !important;
}
.address-area-2 .add-content i {
  background: #2fc071;
  color: #ffffff;
  font-size: 18px;
}
.address-area-2 .add-content {
  color: #2c2c2c;
}
/*================================================
             22. FOOTER SECTION
==================================================*/
.footer-2 {
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  position: relative;
}
.footer-2:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(44,44,44,0.6);
  display: block;
  width: 100%;
  height: 100%;
}
#footer-area h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer-content p {
  font-weight: 300;
  color: #000;
  line-height: 26px;
}
.social-icons li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.social-icons li:last-child {
  margin-right: 0;
}
.social-icons li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 15px;
  color: #2fc071;
  border: 1px solid #2fc071;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.social-icons {
  margin: 25px 0 0 0;
}
.social-icons li:hover i {
  background: #2fc071;
  color: #ffffff;
}
.usefull-link li {
  list-style: none;
}
.usefull-link li a {
  font-weight: 300;
  color: #000;
  display: inline-block;
  line-height: 30px;
}
.usefull-link li a:hover {
  color: #2fc071;
}
.footer-content.link {
  padding-left: 27%;
}
.recent-widget {
  margin-top: 19px;
}
.recent-items {
  margin-bottom: 20px;
}
.recent-img-contianer {
  display: inline-block;
  width: 81px;
}
.recent-items a {
  color: #000;
  display: block;
}
.recent-items a:hover {
  color: #2fc071;
}
.recent-items p {
  display: inline-block;
  margin-left: 10px;
  width: 72%;
  vertical-align: top;
}
.recent-items:last-child {
  margin-bottom: 0;
}
.recent-img-contianer {
  position: relative;
  overflow: hidden;
}
.recent-img-contianer .b-overly {
  position: absolute;
  top: 0;
  right: -100%;
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.recent-img-contianer i {
  position: absolute;
  bottom: -40%;
  left: 0;
  right: 0;
  margin: auto;
  background: #2fc071;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.recent-items:hover .b-overly {
  visibility: visible;
  right: 0;
  opacity: 1;
}
.recent-items:hover .recent-img-contianer i {
  visibility: visible;
  opacity: 1;
  bottom: 30%;
}
#footer-area {
  border-bottom: 1px solid #2fc071;
  padding: 80px 0 85px;
}
.copyright-text {
  color: #000;
}
.back-container {
  text-align: right;
}
.angle {
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-bottom-color: #2fc071;
  position: relative;
  top: -5px;
  display: inline-block;
  margin-left: 15px;
}
.angle:after {
  content: '';
  position: absolute;
  left: -18px;
  top: 17px;
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-top-color: #2fc071;
}
.angle i {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #ffffff;
  position: absolute;
  left: -9px;
  top: 7px;
  z-index: 999;
  font-size: 21px;
}
p.copyright-text {
  color: #000;
  margin-top: 18px;
}
.back-to-top {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.back-to-top:hover {
  opacity: 0.8;
}
/* variation 2 */
.footer-2 {
  background: rgba(44,44,44,0.6);
}
.footer-2 h3, .footer-2 p, .footer-2 .usefull-link li a , .footer-2 li, .footer-2 .footer-content.link {
  color: #ffffff;
}
.footer-2 li, .footer-2 li p { word-wrap: break-word; }
.footer-2 .recent-items a {
  color: #ffffff;
}
.footer-2 .social-icons li i {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.footer-2 .social-icons li i:hover {
  background: #ffffff;
  color: #2fc071;
}
.footer-2 .footer-content.link {
  padding-left: 0;
}
.footer-2 .usefull-link li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.footer-2 .usefull-link li a {
  border: 1px solid #fff;
  padding: 3px 10px;
  margin-bottom: 15px;
  display: inline-block;
}
.footer-2 .usefull-link li a:hover {
  background: #2fc071;
  color: #ffffff;
  border: 1px solid #2fc071;
}
.footer-2 {
  border-bottom: none !important;
}
.footer-copy-2 {
  background: #000;
}
.footer-copy-2 .copyright-text {
  color: #ffffff;
}
.footer-copy-2 .back-to-top {
  color: #ffffff;
}
/* variation 3 */
.footer-3 {
  background: #2fc071 !important
}
.footer-3:before {
  position: static !important;
  content: inherit !important;
}
.footer-3 .usefull-link li a:hover {
  background: #ffffff;
  color: #2fc071;
}
.footer-copy-3 {
  background: #2fc071;
  border-top: 1px solid #ffffff;
}
.footer-copy-3 .angle:after {
  border-top-color: #ffffff;
}
.footer-copy-3 .angle {
  border-bottom-color: #ffffff
}
.footer-copy-3 .angle i {
  color: #2fc071;
}
/*================================================
             23. Inner Pages
==================================================*/
/* about us pages*/

#inner-banner {
  /*height: 380px;*/
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  -webkit-backface-visibility: hidden;
}
#inner-banner:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(255,255,255,0.6);
  display: block;
  width: 100%;
  height: 100%;
}
#inner-banner .banner-content {
  margin-top: 222px;
  text-align: center;
}
.colorize {
  color: #2fc071;
}
#missions h2 {
  margin-bottom: 25px;
}
#missions p {
  line-height: 26px;
}
.cico-area {
  display: inline-block;
  width: 9%;
  margin-right: 20px;
}
.clist-items p {
  display: inline-block;
  width: 84%;
}
.cico-area {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 10px;
}
.cico-area i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 10px;
  background: #2fc071;
}
/* variation 2 */


/* services pages*/
.white-bg .sec-sep {
  background: #eaeaea;
}
.s-white:before {
  background: #ffffff !important;
}
#price-section {
  background: #f6f6f6;
}
#price-section .price-item-list {
  margin-top: 68px;
}
.price-content {
  padding: 30px 0;
  background: #fff;
  box-shadow: 1px 1px 10px 1px rgba(4,4,4,0.22);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(4,4,4,0.22);
  -moz-box-shadow: 1px 1px 10px 1px rgba(4,4,4,0.22);
  text-align: center;
}
.price-head h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 5px;
}
.price-rate {
  margin-bottom: 25px;
  background: #f7f8f4;
  padding: 30px 0;
}
.price-rate .p-currency, .price-rate .price, .price-rate .price-cap {
  font-weight: 600;
  color: #2fc071;
}
.price-rate .p-currency {
  font-size: 18px;
}
.price-rate .price {
  font-size: 24px;
}
.price-rate .price-cap {
  font-size: 14px;
}
ul.pack-list li {
  list-style: none;
  padding: 15px 0;
}
ul.pack-list li:nth-child(odd) {
  background: #f7f8f4
}
.price-rate {
  margin-bottom: 25px;
  background: #f7f8f4;
  padding: 30px 0;
  margin-top: 25px;
}
.price-footer {
  margin-top: 30px;
}
.price-a {
  margin-top: -45px;
}
.pm-gap {
  margin-bottom: 135px;
}
/* variation */
.service-2 {
  background: #ffffff !important;
}
.service-2 .price-content {
  background: #f6f6f6;
}
.service-2 .price-head h3 {
  text-transform: capitalize;
  font-size: 30px;
  line-height: 40px;
  color: #2fc071;
}
.service-2 .price-rate {
  padding: 0;
  background: none;
}
.service-2 .price-rate .price-cap {
  text-transform: capitalize;
}
.service-2 .price-sep {
  display: block;
  width: 50px;
  height: 1px;
  background: #2fc071;
  margin: 0 auto 20px;
}
.service-2 .pack-list li {
  background: none !important;
  padding: 10px 0 !important;
  color: #000 !important;
  text-transform: capitalize;
}
.service-2 .pack-list li i {
  margin-right: 5px;
  font-size: 14px;
}
.service-2 .price-footer {
  margin-bottom: 20px;
  margin-top: 20px;
}
.service-2 .btn-com {
  background: none !important;
  border: 1px solid #2fc071;
  color: #2fc071;
  font-size: 14px;
}
.service-2 .btn-com:hover, .service-2 .btn-com:focus {
  background: #2fc071 !important;
  color: #ffffff;
}
.service-2 .btn-com:hover i, .service-2 .btn-com:focus i {
  color: #ffffff;
}
.service-2 .cart-ico i {
  margin-right: 5px;
}
.service-2 .no-pad-left {
  padding-left: 0;
}
.service-2 .no-pad-right {
  padding-right: 0;
}
.service-2 .price-content {
  box-shadow: inherit !important;
  -webkit-box-shadow: inherit !important;
  -moz-box-shadow: inherit !important;
}
.service-2 .price-content.price-a {
  box-shadow: 1px 1px 10px 1px rgba(4,4,4,0.22) !important;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(4,4,4,0.22) !important;
  -moz-box-shadow: 1px 1px 10px 1px rgba(4,4,4,0.22) !important;
  background: #2fc071;
  position: relative;
  z-index: 99;
}
.service-2 .price-content.price-a .price-head h3, .service-2 .price-content.price-a .price-rate span, .service-2 .price-content.price-a .pack-list li {
  color: #ffffff !important;
}
.service-2 .price-content.price-a .price-sep {
  background: #ffffff;
}
.service-2 .price-content.price-a .btn-com {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.service-2 .price-content.price-a .btn-com:hover {
  background: #ffffff !important;
  color: #2fc071 !important;
}
.service-2 .price-content.price-a .btn-com:hover i {
  color: #2fc071;
}
/*Portfolio Pages */
#portfolio-area {
  padding: 80px 0 85px;
}
.project-items.port-list {
  position: static;
}
.p-item-list {
  position: relative;
  overflow: hidden;
}
.project-items.port-list h3 {
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  margin-bottom: 20px;
}
.project-items.port-list p {
  text-align: center;
  margin-bottom: 0;
}

/*variation 2 */
.project-style-2.folio-col-4 h3, .project-style-2.folio-col-2 h3, .project-style-2.folio-col-2 h3 {
  font-size: 24px;
  line-height: 30px;
}
.project-style-2.folio-col-4 p, .project-style-2.folio-col-3 p, .project-style-2.folio-col-2 p {
  font-size: 14px;
  line-height: 22px;
}
.project-style-2.folio-col-2 h3, .project-style-2.folio-col-2 p {
  text-align: left;
}
.project-style-2.folio-col-4 .buttons, .project-style-2.folio-col-3 .buttons {
  padding: 0 15px;
}
.project-style-2.pcol-2 .buttons {
  padding: 0 30px;
}
/* variation 3 */
.portfolio-3 {
  padding: 75px 0 85px !important;
}
.p-inner-1 {
  padding: 80px 0 55px !important;
}
.p-inner {
  padding: 75px 0 50px !important;
}
.portfolio-3 .filter-btn-wrap ul li {
  margin-right: -5px;
  border-top: 3px solid #2fc071;
  border-bottom: 3px solid #2fc071;
  border-right: 0;
  border-left: 0;
}
.portfolio-3 .filter-btn-wrap ul li:first-child {
  border-left: 3px solid #2fc071;
}
.portfolio-3 .filter-btn-wrap ul li:last-child {
  border-right: 3px solid #2fc071;
}

/* Team Pages */
.skill-area.mobile-view {
  display: none;
}
.team-items.active .overly {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.overlay-container {
  position: relative;
  overflow: hidden;
}
.team-items.active .overly-content {
  right: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
}
.auto-m {
  margin: 0 auto;
}
.team-details {
  display: none;
}
.team-details.active {
  display: block;
}
.item-img {
  text-align: center;
}
.team-details.active {
  margin-top: 30px;
}
.skill-list {
  width: 100%;
  position: relative;
}
.skill-item {
  position: relative;
}
.skill-item .skill-percentage {
  background: #eaeaea;
  height: 32px;
  position: relative;
}
.skill-item .parcent {
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 100;
}
.skill-item .skill-lavel {
  background: #2fc071;
  height: 32px;
  position: relative;
  width: 0;
}
span.skill-name {
  position: absolute;
  top: 5px;
  z-index: 100;
  color: #ffffff;
  left: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
.skill-area {
  margin-top: 30px;
}
/*variation 3 */
.skill-3 {
  background: #f6f6f6;
  padding: 75px 0 55px;
}
.skill-3-content h3 {
  text-align: center;
  margin-top: 0;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #2c2c2c;
}
.skill-3-content p {
  text-align: center;
  color: #000;
}
.skill-3-content .skill-name {
  font-size: 18px;
  font-weight: 600;
  font-family: 'raleway';
  margin-bottom: 25px;
  color: #000;
}
.skill-3-content .skill-percentage {
  margin-bottom: 30px;
  position: relative;
  height: 15px;
  background: #ffffff;
  margin-left: 100px;
}
.skill-3-content .skill-lavel {
  height: 15px;
  width: 0;
}

/*video */
#reward-video {
  padding: 80px 0 80px;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  -webkit-backface-visibility: hidden;
  position: relative;
}
#reward-video:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  background: rgba(44,44,44,0.6);
  width: 100%;
  height: 100%;
}
.reward-content h3 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.reward-content p {
  color: #ffffff;
  line-height: 24px;
}
.video-tour {
  text-align: right;
}
.video-tour .popup-link {
  width: 100px;
  height: 100px;
  display: inline-block;
  border: 2px solid #ffffff;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  margin-top: 6px;
}
.reward-content p {
  margin-bottom: 0;
}
.video-tour .popup-link:hover, .video-tour .popup-link:focus {
  background: #ffffff;
  color: #2fc071;
}
.video-tour .popup-link i {
  font-size: 45px;
  font-weight: 700;
  line-height: 100px;
  margin-left: 10px;
}
/**video modal**/
.modal-dialog {
  margin-top: 12%;
  max-width: 700px;
}
.modal-header, .modal-body {
  padding: 0px;
}
.modal {
  z-index: 99999;
}
.modal-header {
  min-height: 100%;
  border: 0px;
}
.modal-header .close {
  margin-top: -2px;
  position: absolute;
  top: -22px;
  right: 0px;
  opacity: 1;
  color: #aeaeae;
}

.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* 404 pages */

.content-404 {
  text-align: center;
}
.head-404 {
  font-size: 200px;
  font-weight: 900;
  line-height: 225px;
  color: #2c2c2c;
}
.not-found-404 {
  text-transform: uppercase;
  font-weight: 900;
  margin: 20px 0 12px;
}
.not-found-404 {
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
}
.btn-area-404 {
  margin-top: 35px;
}
.btn-area-404 .btn-com {
  padding: 7px 25px;
  text-transform: capitalize;
}
.btn-area-404 a {
  margin-right: 15px;
}
.btn-area-404 a:last-child {
  margin-right: 0;
}

/* blog pages */

.blog-zone .blog-items:hover .blog-content {
  background: inherit;
}
.blog-items .blog-content h3 a {
  color: #000;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-family: 'Raleway', sans-serif;
}
.blog-items .blog-content h3 a:hover {
  color: #2fc071;
}
.blog-zone .blog-items:hover .blog-content h3, .blog-zone .blog-items:hover .blog-content p, .blog-zone .blog-items:hover .blog-content .post-meta span, .blog-zone .blog-items .blog-content h3, .blog-zone .blog-items .blog-content p, .blog-zone .blog-items .blog-content .post-meta span {
  color: #000;
}
.blog-zone .post-meta span i {
  color: #000;
}
.blog-zone .blog-items:hover .blog-content .social-icons i, .blog-zone .post-meta span i:hover {
  color: #2fc071;
}
.blog-zone .blog-items:hover .blog-content .social-icons i:hover {
  color: #ffffff;
}
.blog-zone .blog-items:hover .blog-content .btn-com {
  color: #2fc071;
  border: 2px solid #2fc071;
}
.blog-zone .blog-items:hover .blog-content .btn-com:hover {
  background: #2fc071;
  color: #ffffff;
}
.blog-zone .social-icons {
  float: right;
}
.blog-zone .blog-content {
  border: 0;
  padding: 0;
  margin-bottom: 50px;
}
.paginations {
  margin: 30px auto 20px;
}
ul.pagi-number li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
ul.pagi-number li:last-child {
  margin-right: 0;
}
ul.pagi-number li a {
  display: block;
  background: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  color: #2fc071;
  border: 1px solid #2fc071;
}
ul.pagi-number li a:hover {
  background: #2fc071;
  color: #ffffff;
}
/*widget design */
.search-widget {
  margin-bottom: 50px;
}
#search-box {
  width: 100%;
  border: 1px solid #2fc071;
  padding: 15px 30px 15px 15px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: capitalize;
  color: #000;
}
.search-btn {
  background: inherit;
  position: absolute;
  top: 16px;
  right: 25px;
}
.categories-widget h3 {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 30px;
}
.categories-list {
  list-style: none;
}
.categories-list li a {
  list-style: none;
  border: 1px solid #2fc071;
  padding: 10px 15px;
  margin-bottom: 20px;
  display: block;
}
.categories-list .cat-name {
  display: inline-block;
  width: 80%;
  margin-right: 2%;
}
.categories-list .counter {
  display: inline-block;
  width: 18%;
  text-align: right;
  vertical-align: top;
}
.categories-list li:hover {
  background: #2fc071;
}
.categories-list li:hover a {
  color: #ffffff;
  cursor: pointer;
}
.tags-widget h3 {
  margin-top: 45px;
}
ul.tags-inline-item {
  margin-top: 30px;
}
.tags-inline-item li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: top;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.tags-inline-item li:last-child {
  margin-right: 0;
}
.tags-inline-item {
  border: 1px solid #2fc071;
  padding: 30px 15px;
}
.tags-inline-item li a {
  border: 1px solid #2fc071;
  text-align: center;
  display: block;
}
.tags-inline-item li:hover {
  background: #2fc071;
}
.tags-inline-item li:hover a {
  color: #ffffff;
}
ul.tags-inline-item li:nth-child(3n) {
  margin-right: 0;
}
.tags-inline-item li a {
  padding: 5px 15px;
  display: block;
  width: 96px;
}
.latest-post {
  margin-top: 50px;
}
.latest-post h3 {
  margin-bottom: 30px;
}
.post-widget-area li {
  list-style: none;
}
.post-block {
  width: 68px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.post-widget-content {
  display: inline-block;
  width: 69%;
}
.post-widget-area li {
  list-style: none;
  margin-bottom: 50px;
}
.post-widget-content a {
  margin-bottom: 3px;
  display: block;
  color: #2c2c2c;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Raleway', sans-serif;
}
.post-widget-content .post-date {
  color: #000;
}
.post-widget-area li {
  list-style: none;
  margin-bottom: 30px;
  border: 1px solid #2fc071;
  padding: 30px 20px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.post-widget-area li:hover {
  background: #2fc071;
}
.post-widget-area li:hover a {
  color: #ffffff;
}
.post-widget-area li:hover p, .post-widget-area li:hover .post-date {
  color: #ffffff;
}

/* single blog */
#single-post-details h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #2c2c2c;
}
#single-post-details h2, #single-post-details h4, #single-post-details h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
#single-post-details h3 {
  font-size: 18px;
  line-height: 45px;
  font-weight: 600;
  color: #2c2c2c;
  margin: 0;
  padding: 0;
}
#single-post-details h4 {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
#single-post-details h5 {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
#single-post-details .post-meta {
  margin-bottom: 20px;
}
#single-post-details .post-author {
  float: right;
}
#single-post-details blockquote {
  padding: 20px 150px;
  background: #2fc071;
  color: #ffffff;
  text-align: center;
  position: relative;
  margin-bottom: 12px;
}
#single-post-details blockquote:before {
  display: block;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 25px;
  position: absolute;
  left: 20px;
  top: 15px;
  color: #ffffff;
}
#single-post-details blockquote cite {
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  font-weight: 600;
}
#single-post-details .post-content p {
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
#single-post-details .tag-list {
  list-style: none;
}
#single-post-details .tag-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #2fc071;
}
#single-post-details .tag-list li a {
  padding: 4px 15px;
  display: block;
}
#single-post-details .tag-list li:hover {
  background: #2fc071;
}
#single-post-details .tag-list li:hover a {
  color: #ffffff;
}
#single-post-details .post-tag {
  width: 84%;
  display: inline-block;
  margin-right: 2%;
}
#single-post-details div.post-share {
  float: right;
}
#single-post-details .post-share li {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #2fc071;
  border-radius: 50%;
  text-align: center;
}
#single-post-details .post-share li:hover {
  background: #2fc071;
}
#single-post-details .post-share li:hover a {
  color: #ffffff;
  display: block;
}
#single-post-details .post-share li:last-child {
  margin-right: 0;
}
#single-post-details .author-details {
  margin: 20px 0 80px;
}
#single-post-details .author-d-container {
  margin: 0 auto;
}
#single-post-details .author-details {
  background: #2fc071;
  padding: 30px 30px;
  width: 80%;
  margin: 10px auto 80px;
}
.author-flag {
  width: 120px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.author-flag img {
  border-radius: 50%;
}
.author-content {
  display: inline-block;
  width: 80%;
}
.author-content h4 {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 8px;
}
#single-post-details .author-details p {
  color: #ffffff !important;
}
.blog-comment-area h3 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #2fc071;
  padding-bottom: 15px;
}
.author-fig {
  width: 120px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.comment-content {
  display: inline-block;
  width: 80%;
}
.author-fig img {
  border-radius: 50%;
}
.comment-content h4 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.author-1, .author-2 {
  margin-bottom: 30px;
}
.comment-content p {
  margin-bottom: 10px;
}
.comment-date {
  display: inline-block;
  margin-right: 40px;
  color: #000;
  font-weight: 500;
}
.comment-replay i {
  color: #000;
  margin-right: 7px;
}
.comment-replay {
  color: #000;
}
.comment-replay a i, .comment-replay a {
  color: #000;
}
.comment-replay a:hover i, .comment-replay a:hover {
  color: #2fc071;
}
.blog-comment-area.sidebar-yes .author-2 .comment-content {
  width: 77%;
}
.sidebar-yes .post-tag {
  width: 77% !important;
}
.sidebar-yes .author-content {
  width: 68% !important;
}
.sidebar-yes .comment-content {
  width: 81%;
}
.sidebar-yes .blog-comment-area.sidebar-yes .author-2 .comment-content {
  width: 77%;
}
.author-2 {
  margin-left: 140px;
}
.blog-comment-area {
  border-bottom: 1px solid #2fc071;
}
.comment-form h3 {
  margin-bottom: 15px!important;
}
.comment-box {
  margin-top: 25px;
}
.comment-box input, .comment-box textarea {
  border: 2px solid #eaeaea;
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
}
.comment-box textarea {
  resize: none;
  min-height: 150px;
}
.comment-box ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.comment-box ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.comment-box :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.comment-box :-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.comment-box .form-submit {
  text-align: left;
}
.comment-box .form-submit button {
  padding: 10px 40px;
  background: #2fc071;
  color: #ffffff;
  cursor: pointer;
}
.comment-box .form-submit button:hover {
  background: inherit;
  color: #000;
  border: 2px solid #2fc071;
}

.opening-block {
  width: 100%;
  height: 100vh;
  position: absolute;
  color: #fff;
}
.opening-block .opening-media {
  width: 100%;
  height: 100vh;
  object-position: 50% 50%;
  object-fit: cover;
  position: relative;
}
.opening-block .opening-media .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
#homevideo {
  width: 100%;
}

/* FAQ */
.card {
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  background-color: #fff;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom:5px;
  border:none;
}
.card-header:first-child {
  border-radius: 0;
}
.card-header {
  background-color: #f7f7f9;
  margin-bottom: 0;
  padding: 5px 15px;
  border: none;
}
.card-header a i{
  float:left;
  font-size:25px;
  padding:5px 0;
  margin:0 25px 0 0px;
  color:#195C9D;
}
.card-header i{
  float:right;
  font-size:30px;
  width:1%;
  margin-top:8px;
  margin-right:10px;
}
.card-header a{
  width:97%;
  float:left;
  color:#000;
}
.card-header p{
  margin:0;
}

.card-header h3{
  margin:0 0 0px;
  font-size:20px;
  font-weight:bold;
  color:#3fc199;
}
.card-block {
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 20px;
  color:#232323;
  box-shadow:inset 0px 4px 5px rgba(0,0,0,0.1);
  /*border-top:1px solid #000;*/
  border-radius:0;
}
/* FAQ */


/* Timeline */
/* Styling */
.timeline {
  position: relative;
}
.timeline:before {
  background-color: black;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 2em;
  width: 2px;
  height: 100%;
}

.timeline-event {
  position: relative;
}
.timeline-event:hover .timeline-event-icon {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #d7b56d;
}
.timeline-event:hover .timeline-event-thumbnail {
  -moz-box-shadow: inset 40em 0 0 0 #d7b56d;
  -webkit-box-shadow: inset 40em 0 0 0 #d7b56d;
  box-shadow: inset 40em 0 0 0 #d7b56d;
}

.timeline-event-copy {
  padding: 2em;
  position: relative;
  top: -1.875em;
  left: 4em;
  width: 100%;
}
.timeline-event-copy h3 {
  font-size: 1.75em;
}
.timeline-event-copy h4 {
  font-size: 1.2em;
  margin-bottom: 1.2em;
}
.timeline-event-copy strong {
  font-weight: 700;
}
/*.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom: 1.2em;
}*/

.timeline-event-icon {
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #061a67;
  outline: 10px solid white;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1em;
  height: 1em;
}

.timeline-event-thumbnail {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: white;
  font-size: 14px;
  font-weight: bold;
  background-color: #061a67;
  -moz-box-shadow: inset 0 0 0 0em #d7b56d;
  -webkit-box-shadow: inset 0 0 0 0em #d7b56d;
  box-shadow: inset 0 0 0 0em #d7b56d;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.25em 1em 0.2em 1em;
}
.timeline-event { list-style: none; }
/* Timeline */


/* Members */

#accordion .panel{
  border: none;
  border-radius: 0;
  box-shadow: none;
  /*margin: 0 0px 10px 0px;*/
  overflow: hidden;
  position: relative;
}
#accordion .panel-heading{
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
}
#accordion .panel-title a{
  display: block;
  padding: 15px 20px;
  margin: 0;
  background: #d7b56d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 0;
  position: relative;
}
/*#accordion .panel-title a.collapsed{ background: #1c2336;}*/
#accordion .panel-title a.collapsed{ background: #0a174c; }

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
  content: "\f068";
  font-family: fontawesome;
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 50%;
  background: #d7b56d;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  border: 3px solid #fff;
  position: absolute;
  top: 10px;
  right: 14px;
}
#accordion .panel-title a.collapsed:before{
  content: "\f067";
  background: #d7b56d;
  border: 4px solid #ffffff;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
  content: "";
  width: 17px;
  height: 7px;
  background: #fff;
  position: absolute;
  top: 22px;
  right: 0;
}
#accordion .panel-title a.collapsed:after{
  width: 19px;
  background: #fff;
}
#accordion .panel-body{
  border-left: 3px solid #d7b56d;
  border-top: none;
  background: #fff;
  /*font-size: 15px;*/
  color: #1c2336;
  line-height: 27px;
  position: relative;
}
#accordion .panel-body:before{
  content: "";
  height: 3px;
  width: 50%;
  background: #d7b56d;
  position: absolute;
  bottom: 0;
  left: 0;
}
#accordion .panel-body p{
  padding: 10px;
}

#service #accordion .panel-body {
  margin-bottom: 10px;
}

/* Members */

.counter-area {
  background: rgba(0, 0, 0, 0) url(../images/sdb_images/counter-bg.jpg) no-repeat fixed 0 0 / cover;
  padding: 78px 0 52px;
}
.bg-with-black {
  position: relative;
}

.counter-area::before {
  opacity: 0.7;
}

.bg-with-black::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.single-counter {
  margin: 0 0 30px;
  text-align: center;
}
.single-counter .icon {
  margin: 0 0 11px;
}

.single-counter .icon span {
  background: linear-gradient(to right, rgb(255, 255, 215) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  font-size: 64px;
  line-height: 78px;
  -webkit-text-fill-color: transparent;
}

.single-counter .content .counter {
  color: #ffffff;
  font-size: 40px;
  line-height: 44px;
}

.single-counter .content .name {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.header-3 {
  /*background-color: rgba(34,34,34,.5) !important;*/
  border-bottom: none;
}

/* Home Sidebar */
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0 !important;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}

/* ----- v CAN BE DELETED v ----- */
/*body {
  background-color: #78909C;
}*/

.demo {
  padding-top: 60px;
  padding-bottom: 110px;
}

.btn-demo {
  margin: 15px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 16px;
  background-color: #FFFFFF;
}

.btn-demo:focus {
  outline: 0;
}

.demo-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #212121;
  text-align: center;
}

.demo-footer > a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
#myModal2 .modal-header {
  min-height: unset;
}
#myModal2 .modal-header .close{
  margin-top: 0;
  top: 0;
  right: 0;
  background: #081545;
  padding: 13px 18px;
  z-index: 10;
  color: #fff;
}
.home-header .right-area > a > i {
  padding: 38px 14px;
  float: right;
}
/* Home Sidebar */

#enter-btn {
  position: fixed;
  bottom: 100px;
  left: 5%;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

#map {
  margin-bottom: -8px;
}

/*.home-header { background: none !important; }*/
/*.home-header .logo a img { height: 130px; }*/
#enter-btn { background: #102884;  color: #fff; }
.home-header .right-area > a > i  {  padding: 35px 14px; font-size: 30px; color: #d5b364; padding-right: 0; }
.home-header .logo { margin-top: 10px; }

.mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 70px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 1s;
  animation: intro 1s;
}

.scroll {
  width: 0;
  height: 0;
  display: block;
  border-radius: 4px;
  background: #888;
}

.scroll {
  margin: 2px 5px;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}
.scroll i {
  color: #fff;
  font-size: 20px;
}
@-webkit-keyframes intro{
  0%{
    opacity:0;
    -webkit-transform:translateY(40px);
    transform:translateY(40px)
  }
  100%{
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
@keyframes intro{
  0%{
    opacity:0;
    -webkit-transform:translateY(40px);
    transform:translateY(40px)
  }
  100%{
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}

@-webkit-keyframes finger{
  0%{
    opacity:1
  }
  100%{
    opacity:0;
    -webkit-transform:translateY(20px);
    transform:translateY(20px)
  }
}
@keyframes finger{
  0%{
    opacity:1
  }
  100%{
    opacity:0;
    -webkit-transform:translateY(20px);
    transform:translateY(20px)
  }
}

.card-block p { margin-bottom: 0; }
.home-header .logo { width: 15%; }
.contact-list li a { color: #FFFFFF; }
.contact-list li span { color: #ffffffb0; margin-right: 5px; }
#myModal2 .address li a { color: #000;}
#myModal2 .address li span{margin-right: 5px;   }
#footer-area { padding: 80px 0 30px; }
.pt-40 {
  padding-top: 40px;
}

#footer-area #particles-js {
  background: #000 url(../images/sdb_images/diamond-footer.png);
  background-repeat: no-repeat;
  background-position: 98% 80%;
  background-size: 8%;
}

#footer-copyright {
  font-size: 14px;
}
#footer-copyright a { color: #ffffff; }
.left-sticky {
  position: fixed;
  bottom: 70px;
  left: 40px;
  width: 35px;
  height: 35px;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #061a67;
  line-height: 24px;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  display: none;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  padding: 7px;
  background: #061a67;
}
.left-sticky .fa-download { color: #fff; font-size: 20px;  }

/*.header-3.header-new .header-nav ul > li > a { color: #2c2c2c; }
.header-3.header-new .header-nav > ul#navigation > li.active > a, .header-3.header-new .header-nav > ul#navigation > li:hover > a {
  color: #fff;
}*/

.white-header .header-3 .header-nav ul > li > a { color: #2c2c2c; }
.white-header .header-3 .header-nav > ul#navigation > li.active > a, .white-header .header-3 .header-nav > ul#navigation > li:hover > a {
  color: #fff;
}

.white-header #main-header { background: #ffffffe6 !important;  }

.white-header .section-content {  padding-top: 300px; padding-bottom: 200px; }

.grid__toggle { z-index: 1000; position: static }
#main-header.header-new { z-index: 100; background: #ffffffe6 !important; }
.nofixedHeader {  position: static !important; }

.tooltip-inner { background-color: #061a67; }



.hexagon {
  position: relative;
  width: 35px;
  height: 20.21px;
  background-color: #fff;
  margin: 10.10px 0;
  display: inline-block;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 17.5px solid transparent;
  border-right: 17.5px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 10.10px solid #fff;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 10.10px solid #fff;
}

.hexagon i{
  position: absolute;
  top: 2px;
  left: 12px;
  color: #000;
}

.link a {
  color: #fff;
}

.link ul { list-style: none; }
.link ul li a i { margin-right: 8px; }

/* Modal */
.overlay {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
}
.overlay.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modal {
  background: white;
  text-align: center;
  padding: 40px 80px;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
}
.overlay .modal.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modal.open .content {
  transform: translate(0, 0px);
  opacity: 1;
}
.overlay .modal .content {
  transform: translate(0, -10px);
  opacity: 0;
  transition: 0.35s ease-in-out;
}
.overlay .modal .title {
  margin-top: 0;
}

.fullview__item-titlewrap {
  background: #ffffffe6;
  padding: 20px;
}
.sec-title h4 { font-size: 15px; }
.sec-title a { color: #fff; }

.team-gallery
{
  display: inline-block;
  margin-top: 20px;
}



.mt40 { margin-top: 40px; }

.panel { position: relative; overflow: hidden; display: block; border-radius: 0 !important;  }
.panel-default { border-color: #ebedef !important; }
.panel .panel-body { position: relative; padding: 0 !important; overflow: hidden; height: auto; }
.panel .panel-body a { overflow: hidden; }
.panel .panel-body a img { display: block; margin: 0; width: 100%; height: auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.panel .panel-body a.zoom:hover img {
  /*transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);*/
  filter: grayscale(100%);
}
.panel .panel-body a.zoom span.overlay { position: absolute; top: 0; left: 0; visibility: hidden; height: 100%; width: 100%; opacity: 0;
  transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
}
.panel .panel-body a.zoom:hover span.overlay { display: block; visibility: visible; opacity: 0.55; -moz-opacity: 0.55; -webkit-opacity: 0.55; filter: alpha(opacity=65); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }
.panel .panel-body a.zoom:hover span.overlay i { position: absolute; top: 45%; left: 0%; width: 100%; font-size: 2.25em; color: #fff !important; text-align: center;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
.panel .panel-footer { padding: 8px !important; border-top: 1px solid #ebedef; border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; text-align: center; }
.panel .panel-footer i.glyphicon { display: inline; font-size: 1.125em; cursor: pointer; }
.panel .panel-footer i.glyphicon-thumbs-up { color: #1abc9c; }
.panel .panel-footer i.glyphicon-thumbs-down { color: #e74c3c; padding-left: 5px; }
.panel .panel-footer div { width: 15px; display: inline; font: 300 normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #34495e; text-align: center; background-color: transparent !important; border: none !important; }
.team-list .panel .panel-footer span { font-size: 15px; }
.about-3-content p { text-align: justify; }
#dream-city h5{  text-transform: uppercase; }

#surat-city #about-us-block {
  background: #f9f9f9 url(../images/sdb_images/surat-city.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#dream-city #about-us-block {
  background: #f9f9f9 url(../images/sdb_images/map.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.green-building-img {
  background: #f9f9f9 url(../images/sdb_images/green-building.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#green-building {
  background: url(../images/sdb_images/bg-building.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#surat-city #about-us-block .description-block , #green-building #about-us-block .description-block {
  background: #ffffffe6;
  padding: 50px;
}

#dream-city #about-us-block .description-block {
  background: #ffffffe6;
  padding: 50px;
}
.count-down-list h3, .count-down-list p {
  font-size: 22px;
}

.count-down-list h5 { margin-top: 12px; }
.team-items p { padding-bottom: 15px; }
.design-team h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
/*.design-team .overlay {
  background: none;
}*/
.design-team .panel-default{ border: 1px solid #ccc; }
.design-team .team-list article { margin-bottom: 15px; }
.design-team  .panel .panel-footer  {  min-height: 100px; }


.page-title-small {
  padding: 20px 0 16px;
}

.page-title {
  border-bottom: 1px solid #EEEEEE;
}

.page-title h1 {
  letter-spacing: 4px;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  /* text-shadow: 0 1px 2px rgba(31, 29, 29, 0.4); */
  text-transform: uppercase;
  line-height: 1.9;
}
#breadcrumbs .breadcrumb-list {
  /* float: left; */
  list-style: outside none none;
  margin: 10px 0;
  padding: 0;
  text-align: right;
  width: 100%;
}
#breadcrumbs .breadcrumb-list > li {
  display: inline-block;
  float: none;
  /* padding: 0 10px; */
  color: #5b595a;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
}
#breadcrumbs .breadcrumb-list > li::before {
  color: #898989;
  content: "|";
  font-size: 14px;
  padding: 0 8px 0px;
  position: relative;
  /* top: -1px; */
}
#breadcrumbs .breadcrumb-list > li a {
  color: #5b595a;
  text-transform: capitalize;
}
#breadcrumbs .breadcrumb-list > li:first-child {
  padding-left: 0;
}
#breadcrumbs .breadcrumb-list > li:first-child::before {
  content: "";
}

.heading-new {
  color: #061a67;
  font-weight: 500;
}

.green-building h1 { text-transform: uppercase; }
.about-3-content ul { text-align: justify; padding-left: 15px; }
#modal-popup .close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  background: #727271 !important;
  color: #fff;
  text-align: center;
  opacity: 1;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
#modal-rera .modal-body, #modal-rera .modal-header, #modal-rera .modal-footer { padding: 25px; }
#modal-rera .modal-body { text-align: justify; }
#modal-rera .modal-header { text-align: center; }
#modal-rera .modal-header h4 { color: #061a67  }
#modal-rera .modal-header {  background-color: #fff; border-bottom: 1px solid #ccc; }
#modal-rera .modal-footer #rera_agree  {
  background: #061a67;
  color: #fff;
}
#modal-rera .modal-body {
  max-height: 300px;
  overflow-y: scroll;
}

/* Contact Us */
.single_text .description_text h4 {
  font-size: 36px;
  line-height: 48px;
  font-family: Poppins,sans-serif;
  color: #888890;
  max-width: 800px;
}
.single_text .description_text h4 .ita_f {
  font-family: "Playfair Display",serif;
  font-style: italic;
  color: #1a1a26;
  font-weight: 500;
}
.single_text .description_text h4 .black_t {
  color: #1a1a26;
  font-style: normal;
  font-family: Poppins,sans-serif;
  font-weight: 500;
}
.single_text .description_text h4 .ita_b {
  color: #1a1a26;
  font-family: "Playfair Display",serif;
  font-style: italic;
  font-weight: 700;
}
/*.no-padding, section.no-padding {
  padding: 0;
}
.office_c_area {
  overflow: hidden;
  clear: both;
  background: #f8f8f8!important;
}*/

/* Contact Us */

/*.chairman-img {
  float: right;
  margin-left: 15px;
}*/
.map-div { height: 100%; }

.left_office_text { background: #f5f5f5; }
.left_office_text a { color: #000; }
#section-side-2 h1,.office_c_area h1 { margin-bottom: 30px; }
.about-slider .slider-item:before { content: none; }
#services .service-item {  min-height: 364px; }
.chairman-title { color: #caa65b;  font-weight: 600; text-transform: uppercase; }
#slider-sections a.banner-btn:hover {  background: #fff; color: #061a67; border: 2px solid #fff; }
.main-team-desc { text-align: justify; }
.team-list .main-team-desc h3 { padding-left: 0; }
#countdown-area.bg-with-black::before { opacity: 0.7; }
#countdown-area .btn-com { background: #fff; color: #000; }
#countdown-area .btn-com:hover { border: 2px solid #fff; }
.sitemap { margin-left: 15px;  }
.sub-sitemap { margin-left: 25px;  }
.sitemap a , .blog-item-list a { color: #000; }
.project-wrapper.project-style-2 .project-ico i { font-size: 20px; line-height: 42px; }
.gallery-image-div .filter-btn-wrap ul li { margin-right: 15px !important; }

/*.filter-btn-wrap ul li:hover, .filter-btn-wrap ul li.active*/

.gallery-image-div .filter-btn-wrap ul li:hover, .gallery-image-div .filter-btn-wrap ul li.active2 { background: #061a67; }
.gallery-image-div .filter-btn-wrap ul li a {  color: #000; }
.gallery-image-div .filter-btn-wrap ul li.active2 a , .gallery-image-div .filter-btn-wrap ul li:hover a { color: #fff; }
#team-area .filter-btn-wrap ul li { margin-bottom: 20px; }
#team-area .team-3 .team-items h3, #team-area .team-3 .team-items p { color: #000; }
#team-area  .team-3 .team-items:hover .non-overly-content h3, #team-area  .team-3 .team-items:hover .non-overly-content p, #team-area .team-3 .team-items:hover .non-overly-content i
{ color: #fff; }
.panWrapper a.controls { opacity: 1; }
.gallery-image-div .filter-btn-wrap ul li { padding: 0; }
.gallery-image-div .filter-btn-wrap ul li a {  padding: 12px 40px; line-height: 45px;  }
.gallery-image-div .filter-btn-wrap ul li { margin-bottom: 20px; }
.theme-color { color: #061a67; }

.gallery-zoom-img, .gallery-video-btn, #blog-area #pressvideo-gallery a , #gallery-pdf a  { padding: 7px; background: #d7b56d; color: #fff !important; }
.u-userLauncherColor:not([disabled]) { background-color: #061a67 !important;  color: #fff !important; fill: #fff !important; }
.testimonial .card { margin-bottom: 20px; }
.card-block { text-align: justify; }

@media (min-width: 1200px) {
  .home-header .container-fluid { padding: 0 5%; }
  .slider-item { height: 100vh; }
  .padding15 { padding: 0 15%; }
  .grid--outer .title-wrap { padding: 0 4% }
  .ab-banner { margin-top: 100px; }
  .mtminus50  { margin-top: -50px; }
  .right_office_slider { padding: 70px; }
  .office_text_inner {
    padding: 70px 70px;
  }
  .amenities .row .col-md-4 { padding-right: 0px;  padding-left: 5px; }
  .home #main-header { background: none !important; }
  .home #main-header.fixedHeader { background: #fff !important; }
  .home #main-header .logo {
    margin-right: 7px;
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    padding: 10px 20px 25px 20px;
    border-radius: 0 0 10px 10px;
    margin-top: 0;
    width: 24%;
  }
  .home  .header-nav ul li a { color: #fff; }
  .count-down-list h3, .count-down-list p {
    font-size: 30px;
  }
  .count-down-list h5 { margin-top: 25px; font-size: 19px;  }
  .left_office_text { padding: 0; }
  #pree-wrap { background: #fff; }
  #pree-wrap .fa-spin {
    width: 70px;
    height: 200px;
    margin-left: 125px;
  }

  #pree-wrap .loader-logo { width: 75%;}

  #pree-wrap .loading-space {
    position: absolute;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  ::-webkit-scrollbar {
    display: none;
  }
  ::-webkit-scrollbar {display:none;} /* Safari */
  ::-moz-scrollbars {display:none;}
  ::-o-scrollbar {display:none;} /* opera */
  ::-google-ms-scrollbar {display:none;}
  ::-khtml-scrollbar {display:none;}

  .not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
  }

}
@media (max-width: 767px) {
  .right_office_slider { padding: 40px 15px; }
  .office_text_inner {  padding: 40px 0; }
  .mouse { display: none; }
  .pb-85{ padding-bottom: 40px; }
  .pt-85 { padding-top: 40px;  }
  .about-us-2 .img-container { padding: 0 !important; }
  #services { padding-top: 40px; padding-bottom: 40px;  }
  .chairman-img { width: 100%; margin-top:20px; margin-bottom: 20px }
  .timeline-event-copy { left: 2em; }
  .white-header .section-content { padding-top: 50px;  padding-bottom: 0; }
  #green-building #about-us-block .description-block { padding: 50px 15px; }
  .fullview__item {  margin: 0; }
  .landscape .sec-title, .facility .sec-title { padding-top: 15px; }
  .security img, .amenities img { width: 100%; margin-bottom:15px;  }
  .single_text .description_text h4 { font-size: 24px; line-height: 40px; }
  .pb-60, #blog-area, .team3{  padding-bottom: 40px !important; }
  .pt-60, #blog-area, .team3, .pt-100 {  padding-top: 40px !important; }
  #section-side-2 h1, #section-side-2 h3, .office_c_area h1, .green-building h1, .chairman-title { font-size: 24px; line-height: normal;}
  .timeline-event { word-wrap: break-word; }
  .timeline-event-copy h3 { font-size: 20px; }
  .panchtatva-div { margin-top: 22px; }
  .sec-title h2, .green-building h4 { font-size: 18px !important; line-height: normal; }
  .landscape img, .facility img { width: 100%; }
}

@media  (min-width: 768px) and (max-width: 992px) {
  .logo { width: 15%; }
  .right-area { width: 80%;  }
  .header-nav ul > li > a { padding: 25px 3px !important; }
  .ab-banner { margin-top: 66px; }
  .loader-logo { padding: 0 70px; }
}

@media (max-width: 1199px){
  #pree-wrap { background: #fff; }
  #pree-wrap .fa-spin {
    width: 100%;
    height: 80px;
  }
  #pree-wrap .loading-space {
    position: absolute;
    left: 48%;
    top: 46%;
    transform: translate(-50%, -50%);
  }
}
.timline-copy-event-1{
    padding: 2em 0em !important;
    left: 0em !important;
}
.gallery-cust-only{
    padding: 4px 22px;
    background: #d7b56d;
    color: #fff !important;
    position: absolute;
    bottom: -2%;
    right: 0;
}
.cust-blog-heading{
    margin-top:15px !important;
    font-size:25px !important;
    font-weight: bold !important;
}
.time-custom-1{
    left: 0em !important;
    border-bottom: solid 1px #ddd !important;
    margin-bottom: 40px !important;
}

li{
    list-style: none !important;
}
#blogside{
    height:100% !important;
    /*background: #f5f5f5 !important;*/
    /*padding: 30px 15px !important;*/
}
.pt-cust-top{
    padding: 0px 0 40px !important;
}
.sidebar h2{
    margin-bottom: 10px !important;
    font-size: 25px;
}
.archive-list li{
    line-height: normal !important;
    display: flex !important;
    align-items: baseline !important;
    margin-bottom: 12px !important;
    font-size: 18px;
}
#time-cust-detail-2 p{
    font-family: inherit !important;
    font-size: 18px !important;
    background-color: unset !important;
}
.time-custom-1 h2{
    font-family: inherit !important;
    font-size: 24px !important;
}
.time-cust-detail-2{
    padding: 1em 0em !important;
    border-bottom: unset !important;
    margin-bottom: unset !important;
}
.section-design-css{
    background: #f5f5f5 !important;
    padding:20px !important;
}
.margin-bottom-20{
    margin-bottom:20px !important;
    margin-top: 20px !important;
    margin: 0px 0px;
}
/*Blog page custom css for social links*/

.hexagon-1 {
  position: relative !important;
  width: 35px !important;
  height: 20.21px !important;
  background-color: #000 !important;
  margin: 10.10px 0;
  display: inline-block;
}

.hexagon-1:before,
.hexagon-1:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 17.5px solid transparent;
  border-right: 17.5px solid transparent;
}

.hexagon-1:before {
  bottom: 100%;
  border-bottom: 10.10px solid #000 !important;
}

.hexagon-1:after {
  top: 100%;
  width: 0;
  border-top: 10.10px solid #000 !important;
}

.hexagon-1 i{
  position: absolute !important;
  top: 2px;
  left: 12px;
  color: #fff;
}
.socials-1{
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: center;
}
.socials-1 a{
    display: flex !important;
    margin-right: 10px;
    margin-left: 10px;
}
.head-social{
    border-right: 4px solid #000;
    margin-right: 15px;
}
.head-social h2{
    padding: 0px 15px 0px 0px;
    margin-top: 10px;
    font-size: 35px;
    font-weight: bold;
}
.hexagon-11{
    padding: 5px;
    width: 80px;
    height: 40px;
    color: #fff;
    background: #3b5999;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.hexagon-12{
    padding: 5px;
    width: 80px !important;
    height: 40px !important;
    color: #fff;
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 40px); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 40px); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 40px); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
   border-radius: 5px;
}
.hexagon-13{
    padding: 5px;
    width: 80px;
    height: 40px;
    color: #fff;
    background: #bd081c;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.hexagon-14{
    padding: 5px;
    width: 80px;
    height: 40px;
    color: #fff;
    background: #55acee;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.ul-css{
    /*border-bottom: 2px solid #ccc;*/
}
.display-css{
    /*border-top: 2px solid #ccc;*/
    display:flex;
    /*justify-content: center;*/
}
.st-btn{
    margin:10px !important;
}

.c_office_text_item p {
    font-size: 15px;
}

.footer-content p {
    word-break: break-word;
}

.careerform .error {
    color: red;
}

.career-sidebar .panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.career-sidebar .panel:last-child {
  border-bottom: none;
}

.career-sidebar .panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.career-sidebar .panel-group .panel {
  border-radius: 0;
}

.career-sidebar .panel-group .panel + .panel {
  margin-top: 0;
}

.career-sidebar .panel-heading {
  background-color: #061a67;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.career-sidebar .panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.career-sidebar .panel-body {
  background: #fff;
}

.career-sidebar .panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.career-sidebar .panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.career-sidebar .panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.career-sidebar .panel-heading a:before {
  content: '\f067';
  position: absolute;
  font-family: 'FontAwesome';
  right: 15px;
  top: 16px;
  font-size: 16px;
  transition: all 0.5s;
  transform: scale(1);
}

.career-sidebar .panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

.career-sidebar #bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 16px;
  position: absolute;
  font-family: 'FontAwesome';
  right: 15px;
  top: 16px;
  transform: scale(0);
  transition: all 0.5s;
}

.career-sidebar  #bs-collapse .panel-heading.active a:after {
  content: '\f068';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

.career-sidebar #accordion .panel-heading a:before {
  content: '\f067';
  font-size: 16px;
  position: absolute;
  font-family: 'FontAwesome';
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

.career-sidebar  #accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.career-sidebar .panel .panel-body {
    padding: 5px 18px 20px 18px !important;
}



@media (min-width: 992px) and (max-width: 1199px) { 
    .header-nav ul>li>a {
        padding: 36px 5px;
        font-size: 12px;
    }
}