/* --------------------------
:: Template Name: Bizzone - Business Landing Page 
:: Template Author: CodeGlamour
:: Template Author URI: https://www.codeglamour.com/
:: Description: Bizzone is a One Page Business Landing Template. It's very clean, creative & beautiful. It's super responsive & ultra light.
:: Version: v1.0
:: Created: 04/15/2018  MM/DD/YYYY
-------------------------- */


/* ----------------------
[Table of contents]
 
01.Base CSS
02.Navbar CSS
03.Main Banner CSS
04.Welcome CSS
05.About Section CSS
06.Portfolio Section CSS
07.Why-us Section CSS
08.Portfolios Section CSS
09.Pricing Table CSS
11.Counter Section Style
12.Testimonial Section Style
13.Download  CSS
14.Blog CSS 
16.Contact Us
17.Company Info CSS
18.Footer CSS
19.Proloader CSS
 --------------------------*/


/* -----------------------------------
:: 1. Base CSS Start
------------------------------------ */

body {
  font-family: 'Lato', sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  overflow-x: hidden;
}
p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 10px;
}
a:hover,
a:focus {
  /*color: #2a3855;*/
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
img{
  width: 100%;
  height: 100%;
}
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  font-family: 'Lato', sans-serif;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn-common {
  border: 2px solid #09aba9;
  background-color: #09aba9;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: #fff !important;
}
.btn-common:hover {
  color: #09aba9 !important;
  background-color: transparent;
  border: 2px solid #09aba9;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}
.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #2a3855;
}
.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}
.clear {
  clear: both;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
}
h1{
   font-size: 40px;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
/*a:not([href]):not([tabindex]) {
  color: #fff;
}*/
/*a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #2a3855;
}*/

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):active {
  color: #09aba9ad;
}

iframe{
  width: 100%;
  border: 0;
  height: 540px;
}
.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}




.pt-15 {
    padding-top: 15px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-100 {
    padding-right: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-100 {
    padding-left: 100px;
}

section {
  padding: 80px 0;
}

.section {
  padding: 80px 0;
}

.section-head {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.section-head .section-title, .main-title {
  font-size: 42px;
  margin-top: 0;
  font-weight: 600;
  color: #09aba9;
  position: relative;
}
.main-title{
  margin-bottom: 15px;
}
.main-subtitle{
  font-size: 38px;
  margin-top: 0;
  font-weight: 600;
  color: #09aba9;
  position: relative;
  margin-bottom: 20px;
}

.section-head .section-title span {
  color: #2a3855;
}
.section-head .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}
.section-head .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #0e365a;
  margin-top: 15px;
}
.section-head .line-left {
  width: 70px;
  position: relative;
  border-top: 2px solid #0e365a;
  margin-top: 15px;
}
.carousel-caption {
  padding-bottom: 110px !important;
}
.carousel-caption h1{
  font-size: 55px !important;
}
.carousel-caption h5{
  margin-top: 20px;
}

/* ==========================================================================
  :: 2. Navbar Style
  ========================================================================== */
#main-navbar{
      height: 16px;
}
  .bg-faded {
  background-color: #fff;
}
.bg-light{
  background-color: #f2f2f2;
}

.menu-bg {
  background-color: #09aba9  !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  padding: 10px 0;
}
.menu-bg .menu-button {
  top: 0;
}
.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #2a3855;
}
.menu-bg .logo-menu a {
  color: #fff;
}
.menu-button:hover {
  cursor: pointer;
  opacity: #eee;
}
.close-button {
  cursor: pointer;
}
.navbar-light .navbar-nav .nav-item {
  margin-left: 15px;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding: 7px 0px;
  margin-left: 5px;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.3px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover:before {
  color: #2a3855;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:before,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
  color: #2a3855;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navbar-light .navbar-toggler {
  border-color: #333;
  border-radius: 0px;
}
.navbar-light .navbar-toggler {
  float: right;
}
.navbar-light .navbar-toggler i {
  color: #333!important;
}
.navbar a{
	font-size: 20px;
	color: #fff;
}

.navbar{
	background-color: #09aba9ad !important;
  padding: 1rem 1rem !important;
}

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}



/*-------------------------------------------------------------------------------------
    Image Banner
---------------------------------------------------------------------------------------*/

#main-banner {
    background-image: url('../img/slider/slider-1.jpg');
    background-position: top;
}

.caption-content {
    padding: 15% 10% 15%;
  }

.caption-content p{
    margin: auto;
    max-width: 700px;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.8;
}

.banner-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.color-white {
    color: #fff;
}
.tbl-cell h1 {
    font-size: 55px;
}


/* ==========================================================================
  :: 3. Our About CSS
   ========================================================================== */

.about-title .btn {
    margin-top: 20px;
}

.btn-dark {
    background-color: #0f263a;
    border: 1px solid #0f263a;
    color: #fff !important;
}

.btn-light {
    background-color: #09aba9ad;
    border: 1px solid #fff;
    color: #fff;
}

.btn-light:hover {
    color: #09aba9ad;
    border: 1px solid #09aba9ad;
}

.btn-white {
  color: #f8f9fa;
  border: 1px solid #f8f9fa;
}
.btn-white:hover {
  border: 1px solid #09aba9ad;
  color: #09aba9ad;
  background-color: #f8f9fa;
}

.btn-dark:hover {
    color: #0f263a;
    border: 1px solid #0f263a;
    background-color: transparent;
}

.about-video {
    position: relative;
}

.video-content {
  background-image: url('../img/bg-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 123px 0px;
  margin: auto;
  max-height: 355px;
  width: 100%;
}

.video-content .video-item-content {
  color: #fff;
}
.video-content .video-item-content h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}
.video-content .video-item-content p {
  margin-bottom: 30px;
}
.video-content .video-item-content .video-popup {
  min-width: 100px;
  min-height: 100px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 6rem;
  color: #fff;
  display: inline-block;
  font-size: 38px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.video-content .video-item-content .video-popup:hover {
  background: #2a3855;
  border-color: #2a3855;
  color: #fff;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #2a3855;
  opacity: 0.5;
  filter: alpha(opacity=70);
}

.profile {
    position: absolute;
    top: -60px;
    right: 00px;
}

.profile img {
    border-radius: 100%;
    width: 125px;
    height: 125px;
}

/* ==========================================================================
  :: 4. exper Section CSS
   ========================================================================== */

.fun-facts-area {
    background-image: url(http://via.placeholder.com/550x367);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 160px;
}

.fun-facts-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(15, 38, 58, 0.95);
}

.fun-fact-text h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
}

.white {
    color: #fff;
}

.color {
    color: #09aba9;
}

.fun-bottom {
    position: absolute;
    bottom: -140px;
    width: 100%;
}

.fun-facts {
    background: #f6f6f6;
    padding: 30px 0px;
    box-shadow: 0px 1px 1px #E1E1E1;
}

.fun-fact {
    padding: 30px 28px;
    display: inline-block;
    text-align: center;
}

.fun-fact h3 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #09aba9;
    font-size: 65px;
    line-height: 72px;
    font-weight: 600;
}

.fun-fact p {
    font-size: 24px;
    color: #0f263a;
    margin-bottom: 0px;
    line-height: 36px;
    font-weight: 500;
}

/* ==========================================================================
  :: 5. About Section CSS
   ========================================================================== */
#about {
  position: relative;
  background: #f2f2f2;
  margin-top: 220px;
}
.item-box {
  text-align: center;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #09aba9;
}
.item-box .icon {
  width: 75px;
  height: 75px;
  text-align: center;
  border: 1px solid #3b65bb;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 15px;
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item-box .icon i {
  font-size: 30px;
  line-height: 75px;
  color: #fff;
}
.item-box h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.item-box p {
  color: #fff;
}
.item-box:hover {
  background: #0f263a;
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
}
#services {
  position: relative;
  background: #f2f2f2;
  padding-bottom: 50px;
}
#services .item-box .icon{
  border:0;
}

/* ==========================================================================
  :: 6. Portfolio Section CSS
   ========================================================================== */
#portfolio {
  background: #f2f2f2;
}
.shot-item {
  margin-right: 15px;
  padding: 8px;
  border-radius: 4px;
  background: #fff;
}
.shot-item img {
  width: 100%;
}
.shot-item .overlay {
  display: block;
  position: relative;
}
.shot-item .overlay:before,
.shot-item .overlay:after {
  position: absolute;
  content: "";
  height: 30%;
  width: 30%;
  background: #09aba9;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.shot-item .overlay:before {
  top: 0;
  left: 0;
  z-index: 1;
}
.shot-item .overlay:after {
  bottom: 0;
  right: 0;
  z-index: 1;
}
.shot-item:hover .overlay:before {
  height: 50%;
  width: 100%;
  opacity: 0.8;
}
.shot-item:hover .overlay:after {
  height: 50%;
  width: 100%;
  opacity: 0.8;
}
.overlay .item-icon {
  /*height: 48px;*/
  width: 48px;
  line-height: 48px;
  color: #fff;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.shot-item:hover .item-icon {
  visibility: visible;
  opacity: 1;
}


/* ==========================================================================
  :: 7. Why-us Section CSS
   ========================================================================== */

 .why-us-single{
    margin-top: 30px;
    margin-bottom: 30px;
}

 .why-us-single h4{
    color: #0e365a;
    font-size: 20px;
    font-weight: 600;
}

 .why-us-icon {
    float: left;
    }

 .why-us-icon {
    width: 5rem;
    height: 6rem;
    text-align: center;
    margin-bottom: 1rem;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

 .why-us-icon i {
    font-size: 30px;
    line-height: 2rem;
    color: #09aba9;
}



/* ==========================================================================
  :: 8.  Portfolios Section CSS
   ========================================================================== */
#portfolios {
  background: #f2f2f2;
}
#portfolios .mix {
  padding: 10px;
}
#portfolios .portfolio-item .shot-item {
  margin: 0px;
}
#portfolio-list .mix {
  display: none;
}
.controls {
  text-align: center;
  padding: 0px 0px 20px;
}
.controls .mixitup-control-active {
  color: #09aba9 !important;
  border-color: #09aba9;
  background: transparent;
}
.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}
.controls:hover {
  cursor: pointer;
}
.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio-img img {
  width: 100%;
}
.portfoli-content {
  width: 100%;
  position: absolute;
  height: 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.portfoli-content:before {
  background-color: rgba(1, 3, 7, 0.8);
  top: 0px;
  left: 0px;
  bottom: 15px;
  right: 30px;
  content: '';
  position: absolute;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.sup-desc-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.sup-desc-wrap .sup-desc-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 35px;
}
.sup-desc-wrap .sup-meta-wrap .sup-title {
  display: block;
  outline: none;
  margin-bottom: 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sup-desc-wrap .sup-meta-wrap .sup-title h4 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 5px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 100;
}
.sup-desc-wrap .sup-meta-wrap .sup-description {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio-item:hover .portfoli-content,
.portfolio-item:hover .portfoli-content:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-item:hover .sup-title {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.portfolio-item:hover .sup-description {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}


/* ==========================================================================
  :: 9. Video Style CSS
   ========================================================================== */
.video-item {
  background: url(../img/bg-2.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.video-item .video-item-content {
  color: #fff;
  padding: 180px 0;
}
.video-item .video-item-content h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}
.video-item .video-item-content p {
  margin-bottom: 30px;
}
.video-item .video-item-content .video-popup {
    min-width: 100px;
  min-height: 100px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 6rem;
  color: #fff;
  display: inline-block;
  font-size: 38px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.video-item .video-item-content .video-popup:hover {
  background: #2a3855;
  border-color: #2a3855;
  color: #fff;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.73);
  opacity: 0.7;
  filter: alpha(opacity=70);
}


/* ==========================================================================
  :: 10.   Pricing Table
    ========================================================================== */
#pricing{
      padding-bottom: 50px;
}
.pricing-table {
  padding: 0 0 25px;
  margin: 0 auto;
  margin-bottom: 30px;
  border: transparent;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.pricing-table:hover {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.pricing-table .pricing-details h2 {
      font-size: 22px;
    padding: 20px;
    color: #fff;
    margin-bottom: 10px;
    background-color: #09aba9;
}
.pricing-table .pricing-details span {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  color: #2a3855;
  margin-bottom: 20px;
}
.pricing-table .pricing-details ul {
  margin-bottom: 35px;
}
.pricing-table .pricing-details ul li {
  padding: 10px;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}
.table-left {
  margin-top: 20px;
}


/* ==========================================================================
  ::11.  Counter Section Style
   ========================================================================== */
.counters {
  background: url(../img/bg1.jpg) no-repeat fixed;
  background-position: center;
  position: relative;
}
.counters .facts-item {
  text-align: center;
  color: #fff;
}
.counters .facts-item .icon {
  margin-bottom: 20px;
}
.counters .facts-item .icon i {
  font-size: 50px;
  color: #fff;
}
.counters .facts-item .count-fact h3 {
  font-size: 35px;
  color: #09aba9;
  margin-bottom: 15px;
  font-weight: 700;
}
.counters .facts-item .count-fact h4 {
  font-size: 20px;
  color: #fff;
}


/* ==========================================================================
  ::12.  Testimonial Section Style
   ========================================================================== */
  .clients_testimonial_area .client-name > h5 {
    font-size: 22px;
    color: #343434;
    margin-bottom: 0px;
}

.clients_testimonial_area .star-icon > i {
    font-size: 18px;
    color: #f1b922;
}

.clients_testimonial_area .client-description > p {
    max-width: 1010px;
    margin: auto;
    margin-bottom: 15px;
    font-size: 15px;
}

.clients_testimonial_area .client > i {
    font-size: 30px;
    color: #09aba9;
    margin-bottom: 20px;
}

.clients_testimonial_area .client-name > p {
    color: #b5aec4;
}

.clients_testimonial_area ul>li{
    color: #f8f9fa;
}

.clients_testimonial_area .slick-dots {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clients_testimonial_area .slick-dots li button {
    width: 12px;
    height: 12px;
    text-indent: -999999999999999999999999px;
    border: 1px solid #a49fba;
    background-color: #fff;
    border-radius: 50%;
    margin: 5.5px;
    outline: none;
}

.clients_testimonial_area .slick-dots li.slick-active button {
    background-color: #2a3855;
    border-color: #2a3855;
}

.clients_testimonial_area .slick-slide.client-thumbnail {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 129px;
}


.clients_testimonial_area .slick-slide img {
    display: block;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.clients_testimonial_area .slick-slide.slick-current img {
    width: 100px !important;
    height: 100px !important;
}

.clients_testimonial_area .slick-arrow {
    position: absolute;
    width: 30px;
    background-color: #f8f9fa;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #b5aec4;
    display: block;
    line-height: 550%;
    left: 0;
    z-index: 90;
    cursor: pointer;
}

.clients_testimonial_area .slick-arrow.fa-angle-right {
    left: auto;
    right: 0;
    top: 0;
}


/* ==========================================================================
  :: 13. Download  CSS
   ========================================================================== */
#download {
  background-image: linear-gradient(120deg, #89f7fe 0%, #2a3855 100%);
  width: 100%;
}
#download .section-title {
  color: #fff;
}

.btn i {
  margin-right: 5px;
}


/* ==========================================================================
  ::14. Blog CSS 
   ========================================================================== */
#blog {
  padding-bottom: 50px;
}
#blog .blog-item-area {
  background: #fff;
  border-radius: 0px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}
#blog .blog-item-area:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
#blog .blog-item-area:hover .blog-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}
#blog .blog-item-img {
  position: relative;
}
#blog .blog-item-img img {
  width: 100%;
}
#blog .blog-item-img:before {
  width: 50%;
  height: 50%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(9, 171, 169, 0.58);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#blog .blog-item-text {
  border: 1px solid #f1f1f1;
  padding: 20px;
}
#blog .blog-item-text .meta-tags {
  margin-bottom: 10px;
}
#blog .blog-item-text .meta-tags span {
  color: #999;
  margin-right: 10px;
}
#blog .blog-item-text .meta-tags span i {
  margin-right: 5px;
}
#blog .blog-item-text .meta-tags span a {
  color: #999;
}
#blog .blog-item-text .meta-tags span a:hover {
  color: #2a3855;
}
#blog .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#blog .blog-item-text h3 a {
  color: #333;
}
#blog .blog-item-text h3 a:hover {
  color: #2a3855;
}
#blog .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
}


/* ==========================================================================
  ::15.  Contact Us
    ========================================================================== */
.my-form .form-group {
    position: relative;
}

.my-form label {
    position: absolute;
    top: 14%;
    font-size: 25px;
    margin-left: 14px;
}

.my-form .form-group label i {
    color: #09aba9;
    font-size: 24px;
}

.my-form .form-control {
    height: 50px;
    background-color: transparent;
    padding: 0 20px 0 50px;
    font-size: 15px;
    box-shadow: none;
}


/* --------------------------
:: 16. company-info CSS
-------------------------- */

#company-info{
    background-color: #09aba9;
    padding-bottom: 50px;
}
.company-info_box{
  margin-bottom: 30px;
}
.company-info_box i{
    font-size: 20px;
    color: #fff;
}

.company-info_box i span{
    color: white !important;
    font-weight: bold;
}

.company-info_box p{
    color: #fff;
}

.company-info-social-icons {
    margin-top: 5px;
}

.company-info-social-icons li a i{
    color: #5d5757;
    font-size: 17px;
}



/* ==========================================================================
  ::17.  Footer Style
   ========================================================================== */
footer {
  background: #182e41!important;
  padding: 60px 0px 30px;
  text-align: center;
}
#subscribe .section-title{
  color: #fff;
}

#subscribe .section-head .section-subtitle{
  color: #fff;
}

#subscribe .section-head .lines{
  border-top: 2px solid #fefefe;
}

#subscribe form input {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  color: #999999;
  height: 50px;
  padding: 0 20px;
  width: 100%;
}
#subscribe form input:focus {
  border: 1px solid #2a3855;
}
#subscribe .sub_btn {
  border: none;
  line-height: 44px;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  min-width: 150px;
  color: #fff;
  top: 0;
  height: 50px;
  background: #09aba9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
}
.site-info p {
  line-height: 34px;
  color: #fff;
}
.site-info p a {
  color: #09aba9;
  font-weight: 600;
}
.site-info p a:hover {
  color: #d4d4d4;
}
.social-icons {
  margin-bottom: 20px;
}
.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons ul li {
  display: inline;
}
.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 25px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}
.social-icons ul li a:hover {
  color: #ffffff;
}
.facebook a {
  color: #fff;
}
.facebook a:hover {
  background: #4867aa;
}
.twitter a {
  color: #fff;
}
.twitter a:hover {
  background: #1da1f2;
}
.google-plus a {
  color: #fff;
}
.google-plus a:hover {
  background: #dd4d42;
}
.youtube a {
  color: #fff;
}
.youtube a:hover {
  background: #df2926;
}
.linkedin a {
  color: #fff;
}
.linkedin a:hover {
  background: #007bb6;
}


.subscribe-box {
  margin-top: 18px;
}
.subscribe-box input[type="text"] {
  color: #444;
  font-size: 12px;
  padding: 6px 12px;
  border: none;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  outline: none;
}
.subscribe-box input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  background: #2a3855;
  text-transform: uppercase;
  border: none;
  padding: 7px 16px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
}
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}
.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #09aba9;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}


/* ==========================================================================
  ::18.  Preloader
   ========================================================================== */

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}
.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3b65bb;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
