/*************************************

Template Name:
Author: Jonayed Islam
Author website: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoftbd
Website: http://bongosoftbd.com/

****************************************/
/*================================================
            Table of contents
==================================================
1. BASIC STYLE
2. HEADER SECTION
3. INTRO
4. HEADER SECTION
5. BANNER SECTION
6. SLIDER SECTION
7. VIDEO BACKGROUND SECTION
8. ABOUT SECTION
9. SERVICES SECTION
10. WORK SECTION
11. TESTIMONIALS SECTION
12. TEAM SECTION
13. COUNTER SECTION
14. GALLERY SECTION
15. BLOG SECTION
16. CONTACT SECTION
17. FOOTER SECTION

font-family: 'Julius Sans One', sans-serif;
font-family: 'Cabin', sans-serif;
font-family: 'Nunito Sans', sans-serif;
/*================================================
        1. BASIC STYLE
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Cabin:400,700|Julius+Sans+One|Nunito+Sans');

html, body {
  height: 100%;
  vertical-align: baseline;
}
body {
  overflow-x: hidden;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Cabin', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #222;
}
.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus {
  outline: 0 solid;
  color: #000;
  text-decoration: none;
}
img {
  height: auto;
}
a{
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
a,
textarea,
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  outline: none;
}
*, ::before, ::after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
html *, html *:before, html *:after {
  box-sizing: border-box;
}
/*================================================
             2. PRELOADER
==================================================*/

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999999;
}
.preloader .spinner {
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
.spinner {
    width: 40px;
    height: 40px;
    background-color: #0CBDA9;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}
@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: #0CBDA9  none repeat scroll 0 0;
  border: 1px solid #0CBDA9;
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99999;
}
.scrollup:hover {
  background: #ffffffff;
  color: #000000;
  border: 1px solid #0CBDA9;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.back-to-top span {
  padding-bottom: 10px;
}
.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top .3s ease-in;
  animation: back-to-top .3s ease-in;
  transition: width 2s;
}
/*================================================
     2.HEADER SECTION
==================================================*/
.header {
  /* border-top: 4px solid #0CBDA9; */
  border-top: 3px solid #242C41;
  width: 100%;
  overflow: hidden;
}
.head-top-social-area:after {
  /* background: #0CBDA9; */
  background: #242C41;
  content: "";
  position: absolute;
  left: 50px;
  right: -20000px;
  top: 0;
  bottom: 0;
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
  z-index: -200;
}
.head_top_social .top_socail_icon_text {
  float: left;
}
.head_top_social .top_socail_icon_text h5 {
  color: #ffffff;
  font-size: 16px;
  padding: 5px 0 3px 50px;
  font-weight: 400;
}
.head_top_social .top_socail_icon_area {
  float: right;
  position: relative;
}
.social-list {
  margin: 2px 0 3px;
  float: right;
  list-style: none;
}
.social-list li {
  float: left;
  list-style: none;
}
.social-list li a {
  float: left;
  margin-right: 5px;
  height: 28px;
  width: 28px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(255,255,255,.5);
}
.social-list li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  width: 20px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transform: skewX(-30deg);
  transition: 0.9s;
}
.social-list li:hover a:before {
  left: 45px;
}
/** SOCIAL MEDIA **/
.facebook {
    background: #3b5999;
}
.twitter {
    background: #55acee;
}
.google {
    background: #dd4b39;
}
.rss {
    background: #bd081c;
}
.instagram {
    background: #e4405f;
}
.pinterest {
  background: #bd081c;
}
/*================================================
            Header 2
==================================================*/
.header_top ul {
    padding-left: 0;
    margin-bottom: 0;
}
.header-right-info ul li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    list-style: none;
}
.logo {
  margin-top: -27px;
}
.header-right-info ul {
  padding: 0;
  margin: 10px 0;
  float: right;
}
.header-right-info ul li .single-header-right-info .icon-box {
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #0CBDA9;
  text-align: center;
  margin-right: 25px;
  margin-top: 6px;
  background: #0CBDA9;
  border-radius: 50%;
    /* -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); */
}
.header-right-info ul li .single-header-right-info .icon-box i {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    /* -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); */
}
.header-right-info {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-right-info ul li .single-header-right-info .text-box, .header-right-info ul li .single-header-right-info .icon-box {
    display: table-cell;
    vertical-align: top;
}
.text-box p {
  margin-bottom: 5px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.text-box a {
  color: #212529;
}
.text-box h5 {
  font-size: 15px;
}
/*----------- Nav Style ------------*/
.nav-wrapper {
  /* background: #010e2a; */
  /* background: #242C41; */
  background: #0CBDA9;
  position: relative;
  width: 100%;
  z-index: 9999;
}
#cssmenu {
  width: auto;
  line-height: 1;
  margin-top: 0px;
}
.mainnav{
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mainnav li{
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mainnav li a {
  letter-spacing: 1px;
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding: 22px 20px;
  text-decoration: none;
  color: #ffffff;
  border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  -webkit-transition: color .35s ease;
  -moz-transition: color .35s ease;
  -ms-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}
.mainnav li.hassubs a {
  padding-right: 25px;
}
#cssmenu > ul > li.active > a::before, #cssmenu > ul > li:hover > a::before {
  /* border-color: #0CBDA9; */
  /* border-color: #0089CE; */
  border-color: #fff;
  opacity: 1;
  transform: scale(1) translateZ(0);
}
#cssmenu > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-bottom: 2px solid transparent;
  transform: scale(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
  -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
  -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
  -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
  transition: transform 0.45s ease, opacity 0.55s ease;
}
#cssmenu > ul > li.hassubs > a::after {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.dropdown{
  position: absolute;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  transition: ease-out .35s;
  -moz-transition: ease-out .35s;
  -webkit-transition: ease-out .35s;
}
.mainnav li:hover {
  transition: ease-in .35s;
  -moz-transition: ease-in .35s;
  -webkit-transition: ease-in .35s;
}
.mainnav li:hover a {
  transition: ease-in .35s;
  -moz-transition: ease-in .35s;
  -webkit-transition: ease-in .35s;
  /* color: #0CBDA9; */
  color: #000;
}
/*First Level*/
.subs {
  background: #0CBDA9;
  left: -40px;
  position: relative;
  top: 0px;
  width: 230px;
 }
.hassubs:hover .dropdown,.hassubs .hassubs:hover .dropdown{
  opacity: 1;
  visibility: visible;
  transition: ease-in .35s;
  -moz-transition: ease-in .35s;
  -webkit-transition: ease-in .35s;
}
.mainnav li:hover ul a,.mainnav li:hover ul li ul li a{
  color: white;
}
.hassubs .hassubs .dropdown .subs a {
    font-size: 14px;
    /* font-weight: 400; */
    letter-spacing: 0;
}
.mainnav li ul li:hover,.mainnav li ul li ul li:hover{
  /* background: #fff; */
  transition: ease-in-out .35s;
  -moz-transition: ease-in-out .35s;
  -webkit-transition: ease-in-out .35s;
}
.mainnav li ul li:hover a,.mainnav li ul li ul li:hover a{
  color: #000;
  transition: ease-in-out .35s;
  -moz-transition: ease-in-out .35s;
  -webkit-transition: ease-in-out .35s;
}
/*Second Level*/
.hassubs .hassubs .dropdown .subs{
  left: 25px;
  position: relative;
  width: 250px;
  top: 0px;
}
.hassubs .hassubs .dropdown{
  position: absolute;
  width: 200px;
  left: 165px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transition: ease-out .35s;
  -moz-transition: ease-out .35s;
  -webkit-transition: ease-out .35s;
}

.dropdown li a {
  padding: 12px 20px;
  font-size: 14px;
  /* text-transform: capitalize; */
}
.has-sub-under .has-sub-a::after {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    content: "";
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu ul ul li a:hover {
    /* background: #4076ba; */
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    transition: all .5s ease-in-out;
}
/*================ ONLY FOR NAV SEARCH BOX =====================*/
.search .search-icon {
  display: block;
  padding: 22px 0;
  color: #101010;
}
.search-box {
  top: 100%;
  position: absolute;
  right: 14px;
  width: 100%;
  max-width: 1141px;
  z-index: 1;
}
.search-box input {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  height: 55px;
}
.search {
  position: relative;
}
.search .search-input-elm {
  position: absolute;
  right: 27px;
  top: 13px;
  width: 210px;
  display: none;
}
.search .search-btn {
  cursor: pointer;
  margin-top: 16px;
  float: right;
  margin-right: 5px;
}
.search .search-btn .fa {
  color: #ffffff;
  font-size: 18px;
}
.search .search-input {
  width: 100%;
  background: #fff;
  color: #222;
  border: 0;
  padding: 3px 10px;
  border-radius: 1px;
  text-transform: capitalize;
}
.search-submit {
  position: absolute;
  top: 3px;
  right: 10px;
}
/*================================================
      SLIDER STYLE
==================================================*/
.slider-section {
  position: relative;
  display: block;
}
.single-slider{
  background: url("../images/slider/slider-image-3.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
	height: 600px;
}
.single-slider2{
  background: url("../images/slider/slider-image-1.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
	height: 600px;
}
.single-slider3{
  background: url("../images/slider/slider-image-2.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
	height: 600px;
}
.slider-overlay {
  background-color: rgba(0,0,0,0.4);
  /* background-color: rgba(0, 169, 157, 0.1); */
  height: 600px;
  padding: 70px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.carousel-single-item .owl-controls {
  text-align: center;
}
.carousel-single-item .owl-dots {
  text-align: center;
  position: relative;
  margin-top: -50px;
}
.carousel-single-item .owl-dots div {
  border: 2px solid #0CBDA9;
}
.carousel-single-item .owl-dots div {
  background: none;
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  width: 40px;
  border: 2px solid #0CBDA9;
}
.carousel-single-item .owl-dots div.active {
  background: #0CBDA9 none repeat scroll 0 0;
}
.carousel-single-item .owl-nav div{
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 28px;
    height: 50px;
    left: 35px;
    line-height: 48px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 55%;
    visibility: hidden;
    width: 50px;
    transition: 0.3s;
}
.carousel-single-item .owl-nav div:hover{
    background-color: #0CBDA9;
    color: #fff;
}
.carousel-single-item .owl-nav div.owl-next {
    left: auto;
    right: 35px;
}
.carousel-single-item.owl-nav:hover {
    opacity: 0.6;
    visibility: visible;
}
.carousel-single-item:hover .owl-nav div{
    opacity: 1;
    visibility: visible;
}
/* .slider-overlay .title{
  background-color: rgba(0,0,0,0.2);
} */
.slider-overlay .title h3 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 1px;
}
.slider-overlay .title p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
.slider-overlay .title h1 {
  color: #fff;
  /* color: #0CBDA9; */
  font-size: 50px;
  font-family: 'Julius Sans One', sans-serif;
  letter-spacing: 0;
  /* font-weight: 400; */
}
/*slider text animation-delay */
.carousel-single-item .owl-stage .active .title h1, .carousel-single-item .owl-stage .active .title p, .carousel-single-item .owl-stage .active .title .btn {
  opacity: 1;
  transform: translateY(0)translateX(0);
}
.carousel-single-item .slider-overlay .title h1 {
  transform: translateY(60px);
  transition-delay: 0.1s;
  transition-duration: 1s;
  opacity: 0;
}
.carousel-single-item .slider-overlay .title p {
  transform: translateY(60px);
  transition-delay: 0.6s;
  transition-duration: 1s;
  opacity: 0;
}
.carousel-single-item .slider-overlay .title .btn {
  overflow: visible;
  background-image: none;
  transform: translateY(60px);
  transition-delay: 1s;
  transition-duration: 1s;
  opacity: 0;
  transition-property: transform, opacity;
}
/*================================================
     2. BEST SECTION
==================================================*/
.grey_section {
  /* background-color: #f5f7f7; */
  background-color: #eff3f4;
}
.best {
  padding-top: 70px;
  padding-bottom: 50px;
}
.feature {
  text-align: center;
  padding-bottom: 25px;
}
.feature h3 {
  font-size: 40px;
  padding-bottom: 10px;
  font-weight: 400;
}
.feature p {
  font-size: 18px;
  color: #615f5f;
}
.column-1_4-hover{
  text-align: center;
}
.column-1_4-hover p {
  font-size: 14px;
  color: #615f5f;
}
.column-1_4-hover h5 {
  margin-top: 10px;
  font-size: 22px;
  color: #222222;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-10 {
  margin-top: 10px;
}
.sc_image {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.sc_image .travel-image {
  position: relative;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.sc_image .travel-image-1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.column-1_4-hover a:hover .sc_image .travel-image {
  opacity: 0;
  filter: alpha(opacity=0);
}
.column-1_4-hover a:hover .sc_image .travel-image-1 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.column-1_4-hover:hover h5 {
  color: #03c7ac;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

/*================================================
     3. INTRO
==================================================*/
.btn {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.more-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    transition-duration: 0.50s !important;
    padding: 5px 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    border-color: #03c7ac;
    color: #03c7ac !important;
}
.more-btn::before {
    background: white;
    transition-duration: 0.50s;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.more-btn:hover {
    background: #03c7ac !important;
    color: #fff !important;
}
.more-btn:active::before, .more-btn:focus::before, .more-btn:hover::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
#intro{
	background:url(../images/slider/about-bg.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
	color: white;
	height: 400px;
	margin: 0 auto;
	padding: 0;
}
.overlay {
    background-color: rgba(0,0,0,0.3);
    height: 400px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.intro-text{
  text-align: center;
}
.intro-text h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}
.intro-text p {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
}
/*================================================
     4. fOOTER STYLE
==================================================*/
.footer_wrap {
  background-color: #000000;
  padding: 60px 0;
}
.widget_title {
  margin-top: 0;
  color: #fff;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.footer-about p {
  color: #dae1eb;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
.contact-input input {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
}
.contact-input textarea {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
}
.contact_btn {
  padding: 5px 20px;
}
.info-contact {
  margin: 0;
  padding: 0;
}
.info-contact li {
  list-style: none;
  padding-left: 0;
  line-height: 25px;
  padding-bottom: 5px;
  font-size: 15px;
}
.info-contact li .fa {
  font-size: 23px;
  padding-right: 5px;
}
.info-contact li .icon-footer {
  margin-right: 10px;
  font-size: 25px;
  line-height: 25px;
}
.footer_wrap {
    padding-bottom: 0;
}
.contact_btn {
  padding: 5px 20px;
  color: #fff;
  background: #03c7ac;
  border: 3px solid #03c7ac;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
}
.contact_btn:hover {
  color: #03c7ac;
  background: transparent;
}
.copy-right-wrapper{
  background: #000;
  padding-top: 10px;
}
.footer-logo {
  text-align: center;
}
.footer-logo h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 26px;
}
.sc_socials {
  overflow: hidden;
  display: inline-block;
  line-height: 20px;
  text-align: center;
}
.sc_socials_item {
  display: inline-block;
  margin: 0 10px 7px 0;
  outline: none;
}
.sc_socials_item a {
  height: 22px;
  line-height: 20px;
  width: 26px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}
.sc_socials_item a .fa {
  font-size: 22px;
}
.footer-social_facebook, .footer-social_facebook:hover {
  color: #3b5999;
}
.footer-social_google-plus, .footer-social_google-plus:hover {
  color: #dd4b39;
}
.footer-social_youtube, .footer-social_youtube:hover {
  color: #cd201f;
}
.footer-social_linkedin, .footer-social_linkedin:hover {
  color: #0077B5;
}
.footer-social_twitter, .footer-social_twitter:hover {
  color: #40bff5;
}
.sc_socials_item a > span {
  height: 22px;
  line-height: 22px;
  width: 22px;
  top: 0;
  position: relative;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}
.sc_socials_item a:hover > span {
  position: relative;
  top: -22px;
}
.sc_socials_item a:hover {
  line-height: 0;
}
.sc_socials_item .sc_socials_hover {
    color: #ffffff !important;
}
.footer-logo{
  padding-bottom: 40px;
}
.text-copy {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Cabin', sans-serif;
  margin-bottom: 0;
}
.link-text {
  color: #63cac5;
  letter-spacing: 1px;
}
.link-text:hover {
  color: #fff;
}
.blog-small-image {
  padding-right: 0;
}
.blog-small {
  margin-bottom: 10px;
}
.blog-small h4 {
  margin: 0 0 5px 0;
  font-size: 17px;
  line-height: 20px;
  color: #63cac5;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.blog-small p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
.blog-small a:hover h4{
  color: #0089ce;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}
/*================================================
     5. ABOUT SECTION
==================================================*/
.about-section {
  padding: 20px 0;
}
.about-us-main {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-us-left {
  padding: 30px;
}
.about-us-left p {
  font-size: 15px;
  color: #211e1e;
  font-weight: 400;
  text-align: justify;
}
.about-us-left h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
}
.about-us-right {
  padding: 30px;
}

.btn-about {
    display: inline-block;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-more-load {
    padding: 8px 30px;
    position: relative;
    z-index: 10;
    transform: translateX(7px);
    overflow: hidden;
    transition-duration: 0.50s;
    background: #03c7ac;
    color: white;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.btn-more-load::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-more-load:hover {
    color: #03c7ac;
}
.btn-more-load:active::before, .btn-more-load:focus::before, .btn-more-load:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*================================================
     6. SERVICES SECTION
==================================================*/
.service-section {
  padding: 50px 0;
}
.service-home {
    text-align: center;
}
.service-home h2 {
  font-family: 'Julius Sans One', sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0;
}
.home-service {
  position: relative;
  /* margin: 0 0 25px 0; */
  padding-bottom: 25px;
  display: inline-block;
}
.home-service-left {
  float: left;
  width: 45%;
}
.home-service-right {
  float: left;
  width: 55%;
}
.details-service {
  background-color: #ffff;
  color: #989ea1;
  padding: 15px;
}
.details-service h4 {
  margin: 0;
  font-size: 26px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.details-service p {
  margin-bottom: 9px;
  line-height: 20px;
}
.button-service {
  margin-left: 20px;
  border: none;
  padding: 5px 20px;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  z-index: 99;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
  margin-top: 5px;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
}
.button-service::before, .button-service::after {
    content: "";
    position: absolute;
    transform: skew(-30deg);
    transition: all 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    background: #03c7ac;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.button-service:hover {
    color: #000;
}
.button-service:hover::before, .button-service:hover::after {
    transform: skew(0deg);
}
/*================================================
      GALLERY PAGE STYLE
==================================================*/
.top_details {
  padding: 20px 0 19px;
  border-top: 15px solid #eeefef;
  border-bottom: 2px dashed #ccd0d1;
}
.top_details .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
.top_details .breadcrumb .breadcrumb-item a {
  color: #6c757d;
  font-size: 18px;
  line-height: 20px;
}
.top_details .breadcrumb .breadcrumb-item {
  color: #6c757d;
  font-size: 18px;
  line-height: 20px;
}
.top_details .breadcrumb .breadcrumb-item a:hover {
  color: #0CBDA9;
}
.top_details .breadcrumb .breadcrumb-item.active {
  color: #0CBDA9;
}
/*================================================
      SERVICE PAGE STYLE
==================================================*/
.service-section-page {
  padding-bottom: 30px;
  display: block;
  background: #f5f7f7;
}
.service-section-text {
    text-align: center;
    padding-top: 50px;
}
.service-section-text h2 {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 50px;
  padding-top: 10px;
  padding-bottom: 40px;
}
/*================================================
      CONTACT PAGE STYLE
==================================================*/
.contact-section {
  padding-bottom: 30px;
  display: block;
}
#map {
    width: 100%;
    height: 450px;
    border: none;
}
.page-title-contact {
  text-align: center;
}
.page-title-contact h2 {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 50px;
  padding-top: 20px;
  position: relative;
  letter-spacing: 1px;
}
.page-title-contact .line {
    position: relative;
    height: 8px;
    width: 70px;
    background-color: #0089ce;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    margin-bottom: 30px;
}
.page-title-contact .line {
    height: 5px;
}
.page-title-contact .line:after, .page-title-contact .line:before {
    position: absolute;
    height: 8px;
    width: 20px;
    content: "";
    background-color: #0089ce;
}
.page-title-contact .line:before {
    left: 80px;
}
.page-title-contact .line:after {
    right: 80px;
    height: 5px;
}
.page-title-contact.line:after, .page-title-contact .line:before {
    height: 5px;
}
.contact-info-section {
  text-align: center;
}
.contact-info-section h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.address {
  padding: 0 20px 0;
}
.contact-icon {
  font-size: 30px;
  color: #000;
}
.address h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #686a6b;
}
.address p {
  margin-bottom: 12px;
  color: #423e3e;
  /* line-height: 16px; */
}
.contact-form h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.btn-send {
    padding: 5px 30px;
    position: relative;
    z-index: 10;
    transform: translateX(7px);
    overflow: hidden;
    transition-duration: 0.50s;
    background: #03c7ac;
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-send::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-send:hover {
    color: #03c7ac;
}
.btn-send:active::before, .btn-send:focus::before, .btn-send:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*================================================
      ABOUT US PAGE STYLE
==================================================*/
.about-us-section {
  padding: 30px 0;
}
.about-us-text {
  text-align: center;
}
.about-us-text h2 {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 50px;
  padding-bottom: 20px;
  position: relative;
  letter-spacing: 1px;
}
.why-us {
  padding: 40px 0;
}
.why-we-text {
  text-align: center;
}
.why-we-text h3 {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 45px;
  color: #0CBDA9;
  padding-bottom: 15px;
  font-weight: 400;
}
.why-we-left {
  padding-bottom: 10px;
  padding-top: 10px;
}
.why-we-left .small_icon {
  color: #0CBDA9;
}
.why-we-left h5 {
  padding-left: 10px;
  color: #909090;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.about-us-page-top img {
  height: 397px;
}
.about-us-page-top p {
  font-size: 15px;
  font-weight: 400;
  padding-left: 10px;
  text-align: justify;
  line-height: 22px;
}
.about-us-page-top p span {
  font-weight: 700;
}
/*================================================
    12. TESTIMONIALS SECTION
==================================================*/
.testimonial-section {
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 100%;
  padding: 40px 0 40px 0;
}
.testimonial {
  padding: 10px;
  position: relative;
  margin-bottom: 50px;
}
.section-title h2 {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 50px;
  font-weight: 400;
}
.section-title h5 {
  color: #909090;
  font-size: 14px;
}
.testimonial.testimonial-style {
  background: none;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  background: #f5f7f7;
}
.testimonial-content {
  padding: 30px;
  border-radius: 10px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);
  box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);
}
.testimonial.testimonial-style .testimonial-content {
  background: none;
  color: #222021;
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 34px;
  padding: 0 30px;
}
.testimonial .testimonial-content p {
  margin-bottom: 0;
}
.testimonial .testimonial-content p {
  line-height: 24px;
  color: #909090;
  font-size: 16px;
}
.testimonial-avatar {
  /* margin-top: 30px; */
}
.testimonial.style-3 .testimonial-img {
  display: block;
  margin: 30px 0 20px;
}
.testimonial .testimonial-avatar img {
  margin: auto;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  padding: 5px;
  -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);
  box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);
  max-width: 100%;
}
.testimonial .testimonial-caption {
  display: inline-block;
  vertical-align: middle;
}
.testimonial h6 {
  margin-top: 15px;
  color: #000;
  text-transform: capitalize;
  font-size: 22px;
  font-style: normal;
  line-height: 24px;
}
.testimonial-slider .owl-nav div{
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 28px;
    height: 50px;
    left: 35px;
    line-height: 48px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    visibility: hidden;
    width: 50px;
    transition: 0.3s;
}
.testimonial-slider .owl-nav div:hover{
    background-color: #000;
    color: #fff;
}
.testimonial-slider .owl-nav div.owl-next {
    left: auto;
    right: 35px;
}
.testimonial-slider .owl-nav:hover {
    opacity: 0.9;
    visibility: visible;
}
.testimonial-slider:hover .owl-nav div{
    opacity: 1;
    visibility: visible;
}
/*================================================
   TEAM MEMBER SECTION
==================================================*/
.team-member-section {
  padding: 40px 0;
}
.team-member-section-text h2 {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 50px;
  padding-bottom: 20px;
  position: relative;
  letter-spacing: 1px;
}
/*-------------------
    Style2
---------------------*/
.tc-member-style2 {box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);-webkit-transform: translateY(0);transform: translateY(0);-webkit-transition: all .25s cubic-bezier(0.43, 0.44, 0.63, 0.61);transition: all .25s cubic-bezier(0.43, 0.44, 0.63, 0.61);}
.tc-member-style2 .member-photo {position: relative;}
.tc-member-style2 .member-icons {position: absolute;top: 0;background: #0CBDA9;text-align: center;width: 40px;padding: 10px 0;left: -7px;}
.tc-member-style2 .member-icons:before {content: '';position: absolute;left: -7px;bottom: -7px;border: 7px solid transparent;border-right-color: #0CBDA9;}
.tc-member-style2 .member-icon i {font-size: 13px;color: rgb(255, 255, 255);margin: 0 6px;}
.tc-member-style2 .member-info {padding: 20px 20px;}
.tc-member-style2 .member-name {font-size: 22px;margin: 0;position: relative;padding-bottom: 3px;}
.tc-member-style2 .member-name:before {content: '';position: absolute;right: 0;height: 1px;width: 30px;background: #000;bottom: 0;}
.tc-member-style2 span.member-role {font-size: 14px;color: #999;display: block;}
.tc-member-style2:hover {-webkit-transform: translateY(-10px);transform: translateY(-10px);}

/*================================================
    18. BOLG DETAILS
==================================================*/
.blog-details {
  padding-top: 30px;
  padding-bottom: 40px;
}

.single-blog-post {
    margin-bottom: 30px;
}
.single-post .post-thumbnail {
    margin-bottom: 25px;
}
.post-pin {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.post-thumbnail .slick-slide img {
  width: 100%;
}
.single-post-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.single-post-content h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 15px;
}
.single-post-content ul:not(.meta-info) {
    margin-bottom: 30px;
    padding-left: 15px;
}
.single-post-content ul:not(.meta-info) li {
    color: #757575;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 6px;
    padding-left: 18px;
    position: relative;
}
.single-post-content ul:not(.meta-info) li::before {
    background: #e1e1e1 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
}
.single-post-content blockquote p:first-child {
    font-size: 14px;
    margin-bottom: 8px;
}
.xboot-comment-area {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 20px;
}
.xboot-comment-area .media {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0 10px 25px;
}
.media-list li:last-child {
    border-bottom: medium none;
    margin: 0;
}
.xboot-comment-area {
    background: #fff none repeat scroll 0 0;
}
.xboot-comment-area .media-body > p span {
    color: #808080;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.comment-author-name {
    margin: 0;
}
.comment-author-name a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}
.media-list li {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 20px;
    transition: .3s;
    position: relative;
    list-style: none;
}
.media-replay {
    margin-left: 35px;
}
.xboot-comment-area .media-body {
    margin-top: 0;
    padding-right: 25px;
}
.media-left img {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
.media-left,
.media > .pull-left {
    padding-right: 20px;
}
.comment-form input {
    border: 1px solid #e5e5e5;
    height: auto;
    margin-bottom: 20px;
    padding: 10px 15px;
    width: 100%;
}
.comment-form form {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
}
.clear-fix textarea {
    border: 1px solid #e5e5e5;
    height: 150px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 15px;
    width: 100%;
}
.input-field-wrapper {
    margin: 0 -10px;
}
.input-field.col.s12 > label {
    left: 10px;
}
.my-comment-box.input-field.col.s12 > label {
    top: 30px;
}
.my-comment-box.input-field.col.s12 > label.active {
    top: 50px;
    color: #26A69A;
}
.sub-section-title {
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.input-field {
    float: left;
    padding: 0 10px;
    width: 33.3333%;
}
.media-body .button {
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
}
.media-body .button:hover {
  color: #0CBDA9;
}
.media-list > li:last-child .media-body .button {
    margin-bottom: 0;
}
.single-widget {
    margin-bottom: 20px;
}
.static-banner {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(221, 221, 221, 0.5);
    margin-bottom: 30px;
}
.tags > a {
    border: 1px solid #e5e5e5;
    color: #000;
    display: inline-block;
    font-size: 12px;
    height: 33px;
    letter-spacing: 1px;
    line-height: 33px;
    margin-bottom: 5px;
    margin-right: 3px;
    padding: 0 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
.tags > a:hover {
    background: #0CBDA9 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
}
.post-category-list {
  margin: 0;
  padding: 0;
}
.post-category-list > li {
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
}
.post-category-list > li:last-child {
    border-bottom: medium none;
}
.post-category-list > li a {
    color: #000;
    display: block;
    padding: 10px 0;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
}
.post-category-list > li a:hover {
    color: #0CBDA9;
}
.post-category-list a span {
    float: right;
}
.search-widget form {
    position: relative;
}
.search-widget input {
    border: 1px solid #e5e5e5;
    height: 40px;
    padding: 0 15px;
    width: 100%;
}
.search-widget button {
    background: #0CBDA9;
    border: 1px solid transparent;
    border-left: 1px solid transparent;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 30px;
    padding: 0 15px;
    transition: .3s;
    top: 0;
    position: absolute;
    right: 0;
}
.search-widget button:hover {
    background: #232323;
    border: 1px solid transparent;
    color: #fff;
}
.about-widget img {
    margin-bottom: 20px;
    width: 100%;
}
.about-widget {
    text-align: left;
}
.author-signature {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0 10px;
}
.author-signature p {
    color: #555;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.author-signature p.designation {
    font-size: 12px;
    font-style: italic;
    line-height: 1;
    margin: 0;
    text-transform: capitalize;
}
.instra-slider img {
    width: 100%;
}
.single-blog-post {
    margin-bottom: 30px;
}
.single-post-content .blog-post-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;
    text-transform: capitalize;
}
.search-widget {
  margin-top: -5px;
}
.single-post .post-thumbnail {
    margin-bottom: 25px;
}
.post-pin {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.post-thumbnail .slick-slide img {
  width: 100%;
}
.single-post-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.single-post-content h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 15px;
}
.single-post-content ul:not(.meta-info) {
    margin-bottom: 30px;
    padding-left: 15px;
}
.single-post-content ul:not(.meta-info) li {
    color: #757575;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 6px;
    padding-left: 18px;
    position: relative;
}
.single-post-content ul:not(.meta-info) li::before {
    background: #e1e1e1 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
}
.single-post-content blockquote p:first-child {
    font-size: 14px;
    margin-bottom: 8px;
}
.post-shearing ul li:first-child {
  color: #000;
  font-family: 'Cabin', sans-serif;
}
.button-black {
    background: #222 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 45px;
    letter-spacing: 2px;
    line-height: 46px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
    font-family: 'Cabin', sans-serif;
}
.button-black:hover {
  background: #16a085;
}
.post-grid {
    margin-bottom: 30px;
}
blockquote {
    border-left: medium none;
    font-style: italic;
    margin: 0 0 15px;
    padding: 15px 30px;
    position: relative;
}
.post-content-inner > blockquote::before,
.post-content-inner > blockquote::after {
    color: #999;
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.post-content-inner > blockquote::after {
    bottom: 0;
    content: "";
    left: auto;
    right: 5px;
    top: auto;
}
.post-content-inner p.quote-author {
    font-size: 13px;
    letter-spacing: 0;
    text-align: right;
    text-transform: uppercase;
}
.single-post-footer {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    overflow: hidden;
    padding-top: 30px;
}
.post-shearing {
    display: inline-block;
    float: left;
}
.post-tags {
    display: inline-block;
    float: right;
}
.single-post-footer .post-shearing ul,
.single-post-footer .post-tags ul {
    list-style: outside none none;
    margin: 0;
}
.post-shearing ul li::before,
.post-tags ul li::before {
    display: none;
}
.single-post-footer .post-shearing ul li,
.single-post-footer .post-tags ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
}
.single-post-footer .post-tags ul li {
    margin-left: 20px;
    margin-right: 0;
}
.post-tags a {
    color: #999;
    text-decoration: none;
}
.post-tags a:hover {
    color: #0CBDA9;
}
.single-post-footer .post-shearing > ul {
    margin: 0;
    padding: 0;
}
.single-post-footer .post-shearing ul li a {
    color: #999;
    transition: .3s;
}
.single-post-footer .post-shearing ul li a:hover {
    color: #000;
}
.meta-info {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.meta-info > li:first-child {
    padding: 0;
}
.meta-info > li {
    display: inline-block;
    margin-right: 10px;
    padding-left: 15px;
    position: relative;
    list-style: none;
}
.meta-info > li:first-child::before {
    content: "";
}
.meta-info > li::before {
    color: #888;
    content: "-";
    left: 0;
    position: absolute;
    top: 0;
}
.meta-info a {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
}
.text-black p {
  color: #000;
}
/*================================================
    13. All Packages
==================================================*/
.all-packages {
  padding: 30px 0;
}
.packge-row h2 {
  padding: 0 0 0 15px;
  margin: 0 0 25px;
  text-transform: uppercase;
  border-left: 2px solid #0CBDA9;
  position: relative;
  font-size: 35px;
}
.packge-row h2::after {
    content: "";
    height: 100%;
    left: 2px;
    position: absolute;
    top: 0;
    width: 6px;
    background: #0CBDA9;
}
.tour_slider_package .owl-nav div{
    background-color: #fff;
    color: #000;
    /* border-radius: 50%; */
    font-size: 20px;
    height: 40px;
    left: 35px;
    line-height: 40px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    visibility: hidden;
    width: 40px;
    transition: 0.3s;
}
.tour_slider_package .owl-nav div:hover{
    background-color: #0CBDA9;
    color: #fff;
}
.tour_slider_package .owl-nav div.owl-next {
    left: auto;
    right: 10px;
}
.tour_slider_package .owl-nav div.owl-prev {
    right: auto;
    left: 20px;
}
.tour_slider_package.owl-nav:hover {
    opacity: 0.6;
    visibility: visible;
}
.tour_slider_package:hover .owl-nav div{
    opacity: 1;
    visibility: visible;
}
.tour_slider_item_package {
  display: table-cell;
  background: #f7f7f7;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  border-bottom: 1px solid #dedddd;
}
.tour_slider_photo_package {
  overflow: hidden;
  position: relative;
  width: 350px;
  margin: 0 auto;
}
.tour_package_text {
  padding: 15px 10px;
  text-align: center;
}
.tour_package_text h3 {
  color: #0089ce;
  font-size: 26px;
  width: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.tour_package_text h4 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.desktop-m-t-30 {
  margin-top: 50px;
}
.tour_slider_photo_package a:hover h3{
  color: #222;
}
.tour_slider_photo_package a:hover h4{
  color: #0CBDA9;
}
/* .details-package {
  margin-top: 40px;
}
.details-package h3 {
  font-size: 34px;
  color: #0CBDA9;
}
.details-package h4 {
  font-size: 26px;
}
.details-package-image {
  text-align: center;
}
.details-package-image h3 {
  font-size: 35px;
  margin-bottom: 40px;
} */
.package-details {
  padding: 30px 0 0;
  text-align: center;
}
.package-details h3 {
  display: block;
  font-family: 'Julius Sans One', sans-serif;
  font-size: 40px;
  margin: 0;
}
.package-details h4 {
  display: block;
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #0CBDA9;
}
.footer-group {
  margin: 0;
  padding: 0;
}
.footer-group li {
  list-style: none;
  display: inline-block;
}
.footer-group li a {
  padding: 10px 0;
  display: block;
}
.group-member {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.group-member h3{
  font-size: 36px;
  padding: 0px 0 10px;
  text-align: center;
}
.group-member img {
  border: 1px solid #f5f5f5;
  box-shadow: 15px 15px 40px 20px rgba(0, 0, 0, 0.15);
}

/* BLOG PAGE STYLE */
.blog-details {
    background: #EFFBFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.blog-details .image {
    display: block;
    overflow: hidden;
}
.blog-details .image img {
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.blog-content {
    padding: 20px 20px 30px 20px;
}
.blog-details p.tag {
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
}
.blog-details p.tag i {
    font-size: 16px;
    color: #000000;
    padding-right: 5px;
}
.blog-details p.tag i {
    font-size: 16px;
    color: #000000;
    padding-right: 5px;
}
.blog-details p.tag span {
    padding-left: 15px;
}
.blog-details h4 {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    line-height: 30px;
}
.blog-details h5 {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  line-height: 25px;
}
.blog-details p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.blog-details a.read-more {
    font-size: 16px;
    color: #000000;
    padding: 10px 20px;
    font-weight: 700;
    border: 1px solid #03c7ac;
    margin-top: 20px;
    display: table;
    transition: 0.4s;
}
.blog-details a.read-more:hover {
    background: #03c7ac;
    transition: 0.6s;
    color: #fff;
}
.blog-details-another {
  padding-top: 0;
  padding-bottom: 0;
}
.blog-details a {
  color: #222;
}
.blog {
  padding-top: 25px;
  padding-bottom: 40px;
}
.address-font h5 {
  font-weight: 400;
}
/* new Top 10 Bangladesh */
.top-10-bangladesh {
  text-align: center;
}
.top-10-bangladesh h3 {
  margin: auto;
  padding: 10px 0;
  margin-bottom: 5px;
  font-size: 35px;
}
.top-10-bangladesh p {
  margin-bottom: 20px;
}
.top-place-bangladesh {
  margin-bottom: 30px;
}
.top-place-bangladesh .owl-nav div{
    background-color: #fff;
    color: #000;
    /* border-radius: 50%; */
    font-size: 20px;
    height: 40px;
    left: 35px;
    line-height: 40px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    visibility: hidden;
    width: 40px;
    transition: 0.3s;
}
.top-place-bangladesh .owl-nav div:hover{
    background-color: #0CBDA9;
    color: #fff;
}
.top-place-bangladesh .owl-nav div.owl-next {
    left: auto;
    right: 10px;
}
.top-place-bangladesh .owl-nav div.owl-prev {
    right: auto;
    left: 20px;
}
.top-place-bangladesh.owl-nav:hover {
    opacity: 0.6;
    visibility: visible;
}
.top-place-bangladesh:hover .owl-nav div{
    opacity: 1;
    visibility: visible;
}
.package-margin {
  margin-bottom: 30px;
}

/*==== BEAUTIFUL BANGLADESH SECTION =====*/
.beautiful-bangladesh {
  padding: 40px 0;
  text-align: center;
}
.beautiful-bangladesh h3 {
  padding: 0 0 5px 0;
  font-size: 35px;
}
.beautiful-bangladesh p {
  margin-top: 20px;
}
/*==== BEAUTIFUL BANGLADESH PACKAGE SECTION =====*/
.beautiful-bangladesh-package {
  padding: 30px 0;
}
.beautiful-row {
  text-align: center;
}
.beautiful-row h3 {
  margin: auto;
  padding-bottom: 15px;
  font-size: 35px;
}
.beautiful-row p {
  text-align: justify;
  margin-bottom: 7px;
}
.sub-heading-beautiful-bangladesh {

}
.sub-heading-beautiful-bangladesh h4 {
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 30px;
  text-transform: capitalize;
}
.beautyful-item {
  padding-top: 10px;
  padding-bottom: 15px;
}
.beautyful-item h5 {
  font-size: 25px;
  padding-bottom: 5px;
}
/*==== BEAUTIFUL BANGLADESH 2 SECTION =====*/
.beautiful-bangladesh-2 {
  padding: 40px 0;
  text-align: center;
}
.beautiful-bangladesh-2 h3 {
  margin: auto;
  padding-bottom: 20px;
  font-size: 35px;
}
.beautiful-bangladesh-2 p {
  text-align: justify;
}
.beautiful-row-2 {
  padding: 30px 0;
}
.beautiful-single-row {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  border: 1px solid #ccc;
}
.beautiful-single-row-left {
  float: left;
  width: 45%;
}
.beautiful-single-row-right {
  float: left;
  width: 55%;
}
.beautiful-single-row-right-details {
  /* background-color: #ffff; */
  padding: 15px 15px 0 15px;
}
.beautiful-single-row-right-details h4 {
  color: #0CBDA9;
  margin: 0;
  text-align: center;
  padding-bottom: 1px;
}
.beautiful-single-row-right-details p {
  text-align: justify;
  color: #000;
}
.beautiful-single-row:hover h4 {
  color: #000;
  transition: 0.5s;
}
.beautiful-logo {
  padding-bottom: 20px;
}
.blog-details-image h4{
  font-size: 26px;
}
.blog-details-image {
  margin-bottom: 20px;
}
.blog-details-image h6 {
  border-left: 3px solid #0CBDA9;
  line-height: 20px;
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 5px;
}
/*==== BEAUTIFUL BANGLADESH 2 SECTION =====*/
.tours-data {
  padding: 40px 0;
}
.tours-data h3 {
  font-size: 22px;
  padding-top: 15px;
  color: #0CBDA9;
  text-align: center;
  text-transform: capitalize;
}
.tours-btn {
  text-align: center;
}
.tours-data h4 {
  font-size: 19px;
  color: #48494c;
  text-align: center;
}
.tours-data span {
  color: #000;
  font-size: 20px;
}
/*================================================
        For sticky nav bar
==================================================*/
#undefined-sticky-wrapper {
  height: unset!important;
}
.sticky-wrapper {
  z-index: 9999;
}
.sticky-wrapper .logo-sticky {
  display: none;
}
.is-sticky .logo-sticky {
  display: block;
}
.logo-sticky a {
  padding-top: 7px!important;
  padding-bottom: 0!important;
  padding-left: 0!important;
}
#cssmenu > ul > .logo-sticky.active > a::before, #cssmenu > ul > .logo-sticky:hover > a::before {
  opacity: 0!important;
}
.is-sticky .mainnav li a {
  letter-spacing: 0;
}

/*================================================
        Service Details Section
==================================================*/
.service-details-page h2 {
  font-size: 40px;
}
.service-details-page .service-p {
  font-size: 18px;
}
.small-detiils {
  padding-top: 15px;
}
.small-detiils h4 {
  margin: 0;
  padding-bottom: 5px;
  color: #0CBDA9;
  font-size: 28px;
}
.service-details-gallery {
  padding-top: 20px;
}
.service-details-gallery h2 {
  font-size: 35px;
  margin: 0;
  padding-bottom: 20px;
}

/*================================================
        HAJJ PACKAGE DETAILS STYLE
==================================================*/
.table-hajj {

}
.hajj-details-section h2 {
  font-size: 45px;
  line-height: 45px;
  padding: 10px 0;
  color: #0CBDA9;
}
.hajj-details-section h3 {
  text-align: left;
  font-size: 35px;
  border-left: 5px solid #0CBDA9;
  line-height: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.hajj-details-section h6 {
  margin: 0;
  background: #0CBDA9;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  padding: 18px 0 10px 0;
}
.hajj-table-row {
  margin-top: 15px;
}
.table-hajj span {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.visa-processing-page {
  padding-top: 10px;
  font-size: 17px;
}

.visa-processing-spech h6 {
  color: #9e44c4;
  font-size: 25px;
  padding: 5px 0 10px;
}

.visa-processing-2 {
  font-size: 17px;
}


.blog-content-2 {
  padding-bottom: 22px;
}

.blog-m-b-content {
  padding-bottom: 18px;
  display: block;
}


/*================================================
             14. GALLERY SECTION
==================================================*/
.new-section-title{
  text-align: center;
  margin-bottom: 35px;
}
.new-section-title h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 45px;
  line-height: 41px;
}
.new-section-title h2::after, .new-section-title h2::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.new-section-title h2::before {
  bottom: 0;
  width: 100px;
  padding: 4px 0 5px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #0CBDA9;
}
.new-section-title h2::after {
  bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: #0CBDA9;
}
.gallery-section {
  padding: 50px 0 60px;
}
.gallery-heading h2{
  color: #000;
  text-align: center;
  font-size: 30px;
	 line-height:38px;
}
.filter-button-group ul {
  text-align: center;
  margin: 0px auto;
  margin-bottom: 35px;
  padding-left: 0;
}
.filter-button-group ul li {
  margin-right: 5px;
  border: 1px solid #ebebeb;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 20px 7px 20px;
  color: #6d6e6f;
  transition: 1s;
  font-weight: 700;
}
.filter-button-group ul li:hover {
  border-color: #0CBDA9;
  color: #0CBDA9;
  border-radius: 0px;
  cursor: pointer;
}
.filter-button-group li.active {
  border-color: #0CBDA9;
  color: #0CBDA9;
}
.gallery-wrapper .mix {
  display: none;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.gallery-items {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.gallery-items img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
.gallery-items .overly {
  width: 100%;
  height: 100%;
  /* background-color: rgba(242,88,34,0.7); */
  background-color: rgba(12,189,189,0.7);
  padding-top: 25%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
/* .gallery-items .overly */
.gallery-items .overly:before, .gallery-items .overly:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  opacity: 0;
  z-index: -1;
  transform: scale(1.5);
  transition: all 0.6s ease 0.2s;
}
.gallery-items .overly:before {
  border-top: none;
  border-bottom: none;
  left: 15px;
  right: 15px;
}
.gallery-items .overly:after {
  border-left: none;
  border-right: none;
  top: 15px;
  bottom: 15px;
}
.gallery-items:hover .overly:before, .gallery-items:hover .overly:after {
  opacity: 1;
  transform: scale(1);
}
/* .gallery-items .overly */
.gallery-items .buttons {
  position: absolute;
  top: -100%;
  left: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery-items .buttons:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.gallery-items .buttons:hover:before {
  transform: scale(1);
}
.gallery-items .buttons .fa {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  position: relative;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.gallery-items:hover .buttons {
  top: 50%;
}
.gallery-items:hover .overly {
  opacity: 1;
}
.gallery-items:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.gallery-items img {
  width: 100%;
  height: auto;
  transform: scale3d(1, 1, 1);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.gallery-items img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.gallery-items .buttons .fa:hover {
  color: #000;
  transition: .5s;
}

.gallery-text-heading h5 {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  /* font-family: Roboto-Medium; */
  text-transform: uppercase;
}
.gallery-items .gallery-text-heading {
  right: 0;
  bottom: 0;
  top: auto;
  opacity: 0;
  left: -20%;
  padding: 25px;
  position: absolute;
  float: left;
  width: 100%;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}
.gallery-items:hover .gallery-text-heading {
  left: 0;
  opacity: 1;
}
.view-all {
  padding-top: 40px;
  text-align: center;
}
.view-all li {
  list-style: none;
  position: relative;
  display: block;
}
.view-all li a {
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  color: #222;
  transition: all 0.5s ease-in-out;
  /* border: 1px solid #f25822; */
  border: 1px solid #0CBDA9;
  font-weight: 400;
  font-size: 20px;
  /* font-family: 'Lato', sans-serif; */
  font-weight: 700;
}
.view-all li a:before {
  /* background: #f25822; */
  background: #0CBDA9;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform-origin: 0 0;
}
.view-all li a:hover {
  color: #fff;
}
.view-all li a:hover:before {
  transform: scaleX(1);
  opacity: 1;
  z-index: -1;
}
/*================================================
             11. clients SECTION
==================================================*/
.clients-section {
  padding-top: 50px;
  padding-bottom: 20px;
}
.clients-sub {
  padding: 0 0 40px 0;
}
.clients-member {
  display: table-cell;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
  border: 1px solid #ececec;
  transition: all 0.4s ease 0s;
}
.clients-photo {
  overflow: hidden;
  position: relative;
  width: 260px;
  margin: 0 auto;
}
.clients-member:hover {
  border: 1px solid #0CBDA9;
}
.client-title {
  padding-bottom: 0;
}

.clients-slider .owl-nav div{
    background-color: #0CBDA9;
    color: #fff;
    /* border-radius: 50%; */
    font-size: 20px;
    height: 40px;
    left: 35px;
    line-height: 36px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    visibility: hidden;
    width: 40px;
    transition: 0.3s;
}
.clients-slider .owl-nav div:hover{
    /* background-color: #0CBDA9; */
    /* color: #000; */
    border-radius: 50%;
}
.clients-slider .owl-nav div.owl-next {
    left: auto;
    right: -37px;
}
.clients-slider .owl-nav div.owl-prev {
    right: auto;
    left: -30px;
}
.clients-slider.owl-nav:hover {
    opacity: 0.6;
    visibility: visible;
}
.clients-slider:hover .owl-nav div{
    opacity: 1;
    visibility: visible;
}
/*================================================
    PRODUCT SECTON
==================================================*/
.product-section {
  padding: 50px 0 60px;
}
.about-col {
  margin-bottom: 5px;
}
.about-title-box {
    position: relative;
}
/* .about-title-box:before {
    content: "";
    position: absolute;
    left: 60px;
    top: 0;
    z-index: -1;
    width: 250px;
    height: 120px;
    border: 5px solid #e9e7e7;
} */
.about-title-box h2 {
  font-size: 26px;
  text-transform: uppercase;
  padding-top: 20px;
  margin: 0;
  padding-bottom: 5px;
}
.about-title-box h2 span {
  font-size: 35px;
  color: #0CBDA9;
}
.about-title-box p {
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
}
.about-col p {
  padding-right: 20px;
}
.about-text-col {
  margin-top: 40px;
}
.second-product-row {
  margin-top: 80px;
}
.second-product-col {
  padding-left: 30px;
}
/*------START ABOUT SECTION animation-----------*/
.about-image-box {
    position: relative;
    width: 80%;
    float: right;
}
.about-image-box:before {
    content: "";
    position: absolute;
    left: -20%;
    bottom: -60px;
    z-index: -1;
    width: 90%;
    height: 100%;
    border: 10px solid #e9e7e7;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.about-image-title {
    position: absolute;
    left: -10%;
    bottom: 30px;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.about-image-title h3 {
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.about-col:hover .about-image-box:before {
    background: rgba(12, 189, 169, 0.7);
    left: -15%;
    bottom: -50px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.about-col:hover .about-image-title h3 {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.about-col:hover .about-image-title {
    bottom: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
/*------End ABOUT SECTION animation-----------*/
