/* --------------------------
:: Template Name: BLAZZ - Business Landing Page 
:: Template Author: CodeGlamour
:: Template Author URI: https://www.codeglamour.com/
:: Description: BLAZZ 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: #09aba9;*/
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.img100 {
  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 #083669;
  background-color: #083669;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: #fff !important;
}
.btn-common:hover {
  color: #083669 !important;
  background-color: transparent;
  border: 2px solid #083669;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-common2 {
  border: 2px solid #09aba9;
  background-color: #09aba9;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: #fff !important;
}
.btn-common2: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-white {
  border: 2px solid #fff;

  border-radius: 4px;
}
.btn-white:hover {
  color: #09aba9 !important;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-radius: 4px;
}
.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: #09aba9;
}
.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;
}


.ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ul .li {
  position: relative;
  margin-left: 35px;
}
.ul .li:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #018df5;
  background: #018df5;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 3px #fff inset;
}


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: #09aba9;
}*/

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

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: 15px 0;
}

.section {
  padding: 80px 0;
}

.section-head {
  color: #fff;
  margin-bottom: 19px;
  text-align: left;
}
.section-head .section-title, .main-title {
  font-size: 36px;
  margin-top: 0;
  font-weight: 600;
  color: #083669;
  position: relative;
}
.main-title{
  margin-bottom: 15px;
}
.main-subtitle{
  font-size: 38px;
  margin-top: 0;
  font-weight: 600;
  color: #083669;
  position: relative;
  margin-bottom: 20px;
}

.section-head .section-title span {
  color: #09aba9;
}
.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;
      font-weight: 500;
}
.carousel-caption h5{
  margin-top: 20px;
}

/* ==========================================================================
  :: 2. Navbar Style
  ========================================================================== */
#main-navbar{
  height: 16px;
}
#logo {
  font-family: 'Lato', sans-serif;
  margin-top: 14px;
  line-height: 1px;
  font-size: 3em;
}
#logo:hover {
  color: #09aba9;
}
  .bg-faded {
  background-color: #fff;
}
.bg-light{
  background-color: #f2f2f2;
}

.menu-bg {
  background-color: #083669  !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: #09aba9;
}
.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: #182e41;
  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: #09aba9;
  -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: #09aba9;
  -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: #182e41;
}

.navbar{
	background-color: #fff !important;
  padding: 1rem 1rem !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

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



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

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

#main-slider{
position: relative;
    z-index: 1;
  }

.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_us-top-agency .name {
    color: #00324c;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}

.about_us-top-agency .icon {
    margin: 0 0 11px;
}

.about_us-top-agency .icon span i {
    color: #083669;
    font-size: 52px;
    line-height: 56px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.about_us-top-agency {
    margin: 2px 0 30px;
    padding: 25px 10px 22px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.about_us-top-agency::before {
    border: 1px solid #eaeaea;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.about_us-top-agency:hover {
    -webkit-box-shadow: 0px 0px 10px -2px rgba(125, 125, 125, 1);
    box-shadow: 0px 0px 10px -2px rgba(125, 125, 125, 1);
}

.wh0 {
  width: auto !important;
  height: auto !important;
}

/* ==========================================================================
  :: 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 !important;
}

.white1 {
  color: white !important;
}

.color {
    color: #083669;
}

.color1 {
  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: #083669;
    font-size: 50px;
    line-height: 72px;
    font-weight: 600;
}

.icon40 {
  font-size: 45px;
}

.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: 0px;
}
.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: #083669;
}
.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: 80px;
}
#services .item-box .icon{
  border:0;
}

/* ==========================================================================
  :: 6. Portfolio Section CSS
   ========================================================================== */
#portfolio {
  background: #f2f2f2;
}
.shot-item {
  margin-right: 15px;
  padding: 1px;
  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: #083669;
  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. how it works Section CSS
   ========================================================================== */
#how-it-works {
  padding-bottom: 40px;
}
.timeline-page {
padding: 10px 0;
position: relative;
margin-top: 35px;
}

.timeline-item {
    margin-bottom: 80px;
}

.timeline-page .timeline-item .date-label-left {
    text-align: center;
    margin-right: 20px;
    position: relative;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.images{
  margin-top: 66px;
}

.timeline-page .timeline-item .date-label-left::after,
.timeline-page .timeline-item .duration-right::after {
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    content: "";
    height: 20px;
    position: absolute;
    top: 20px;
    width: 20px;
    z-index: 1;
}

.timeline-page .timeline-item .date-label-left::after {
    right: -45px;
    background: #09aaa9 !important;
}

.basic-color {
  color: #083669; 
}

.timeline-page .timeline-item .works-description-right {
    text-align: left;
    margin-left: 15px;
    float: left;
    border-radius: 0;
    padding: 20px 0;
}

.timeline-page h4, .works-description-left h4 {
    font-size: 18px;
    margin-top: 0;
    text-transform: capitalize;
}

.timeline-subtitle {
    line-height: 26px;
    color: #666;
}

.timeline-page::after {
    content: "";
    height: 95%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background-color: #e8e8e8;
    z-index: -1;
}

.timeline-page .timeline-item .duration-right {
    text-align: center;
    margin-left: 20px;
    position: relative;
}

.timeline-page .timeline-item .works-description-left {
    text-align: right;
    margin-right: 15px;
    float: right;
    border-radius: 0;
    padding: 20px 0;
}

.timeline-page .timeline-item .duration-right::after {
    left: -45px;
    background: #09aaa9 !important;
}

@media (max-width: 1000px) and (min-width: 200px){ 
  .timeline-item .duration {
    float: left !important;
    margin: 0 0 30px 15px !important;
    text-align: left !important;
    position: relative;
  }
}

@media (max-width: 1000px) and (min-width: 200px){
  .timeline-item .duration::after {
      left: -24px !important;
  }
}

@media (max-width: 1000px) and (min-width: 200px){
.timeline-page::after {
    margin: 0;
}}

@media (max-width: 1000px) and (min-width: 200px){
.timeline-item .works {
    text-align: left !important;
    margin-left: 15px;
}}

@media (max-width: 600px){

  .images{
    margin-top: 10px;
  }
}

/* ==========================================================================
  :: 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: #083669 !important;
  border-color: #083669;
  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: #09aba9;
  border-color: #09aba9;
  color: #fff;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.73);
  opacity: 0.9;
  filter: alpha(opacity=90);
}


/* ==========================================================================
  :: 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: #083669;
}
.pricing-table .pricing-details span {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  color: #09aba9;
  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 {
}


/* ==========================================================================
  ::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: #09aaa9 !important;
}

.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: #083669;
    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: #09aba9;
    border-color: #09aba9;
}

.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
   ========================================================================== */

/* ==========================================================================
  ::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: #09aba9;
}
#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: #09aba9;
}
#blog .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
}


/* ==========================================================================
  ::15.  Contact Us
    ========================================================================== */
#contact{
  background: #f8f9fa;
}

.contact-left-area {
    background: #09aba9;
    color: #fff;
}

.single-cl {
    padding: 30px 50px;
    padding-right: 0;
}

.s-cl-2 {
    background: #083669;
}

.single-cl h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
}

.single-cl p {
    font-size: 14px;
}

.single-cl i.fa {
    margin-right: 10px;
    font-size: 16px;
}

.contact-form .section-head h3 {
    margin-bottom: 19px;
}

.contact-form .form-group {
    border: 1px solid #CCCCCC;
    margin-bottom: 30px;
}

.contact-form .form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #888;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
}

.contact-form #message {
    padding-top: 10px;
    height: 195px;
}
/* --------------------------
:: 16. company-info CSS
-------------------------- */





/* ==========================================================================
  ::17.  Footer Style
   ========================================================================== */
.footer-top-area {
    background-image: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #bfbfbf;
}

.section-big {
    /*padding: 90px 0px;*/
}

.footer-top-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(8, 54, 105, 0.84);
}

.footer-widget h3 {
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #fff;
    font-size: 2em;
}

.social-top {
    margin-top: 22px;
}

.social-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-top ul li {
    display: inline-block;
}

.footer-social ul li a {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100px;
    line-height: 35px;
    color: #fff;
    margin: 0 5px;
}

.footer-widget ul.q-link {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget ul.q-link li {
    float: left;
    width: 50%;
}

.footer-widget ul.q-link li a {
    color: #bfbfbf;
    margin-bottom: 20px;
    display: inline-block;
}

.footer-widget ul.q-link li a:hover {
    color: #09aba9;
}

.latest-news {
    margin-bottom: 20px;
}

.latest-news a {
    color: #bfbfbf;
    margin-bottom: 10px;
    display: inline-block;
}

.latest-news a:hover {
    color: #09aba9;
}

.latest-news span {
    color: #878787;
}

.s-contact .fa {
    color: #09aba9;
    margin-right: 15px;
}

.s-contact a {
    color: #bfbfbf;
}

.newsletter-form {
    margin: auto;
    margin-top: 30px;
}

.newsletter-form .form-control {
      color: #e5e5e5;
    border: 0px;
    border-radius: 3px 0px 0px 3px;
    border: 1px solid #09aba9;
    background: transparent;
}

.newsletter-form input {
    display: inline-block;
    height: 40px;
    width: 80%;
    padding: 5px 10px;
    background: #eeeeee;
    float: left;
    margin-bottom: 0px;
}

.newsletter-form .mc-submit {
    height: 40px;
    width: 20%;
    font-weight: bold;
    color: #fff;
    background-color: #09aba9;
    border: none;
    font-size: 18px;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    border-radius: 0px 3px 3px 0px;
}

.newsletter-form .mc-submit:hover {
    color: #000;
}

.footer-social ul li a:hover {
    background: #09aba9;
    color: #fff;
    border-color: #09aba9;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.footer-area {
    padding: 25px 0;
    background: #083669;
    color: #bfbfbf;
}

.footer-text {
    color: white;
    text-align: center;
}

.back-to-top {
  padding-top: 6px;
    padding-right: 6px;
    padding-left: 6px;
    bottom: 10px;
    position: fixed;
    font-size: 21px;
    border: 1px solid #ffffff00;
    background: #09aba9;
    border-radius: 4px;
    right: 10px;
}

.back-to-top i {
  color: white;
}

.blue {
  color: #083669;
}

.sky-blue {
  color: #09aba9;
}
/* ==========================================================================
  ::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);
  }
}


/* ==========================================================================
  ::19.  services
   ========================================================================== */

#services {
  background: url(../img/img1.jpg);
}

#services .service-bottom-box {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}

.service-bottom-box {
    padding: 20px;
    position: relative;
    z-index: 1;
    border: 1px solid #0F3661;
    margin-top: 30px;
    transition: all 0.4s;
}

.service-bottom-icon {
    float: left;
    padding-top: 15px;
    padding-right: 20px;
    margin-right: 18px;
    position: relative;
    height: 100px;
    transition: all 0.4s;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.service-bottom-box i {
    font-size: 25px;
    color: #09aba9;
    transition: all 0.4s;
}

#services .service-bottom-box:hover i {
    color: #fff;
}

.service-bottom-icon::before {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    bottom: 0;
    width: 2px;
    transition: all 0.4s;
    background: #09aba9;
}

.service-bottom-text {
    overflow: hidden;
    flex: 3;
}

.service-bottom2 .service-bottom-box h4 {
    margin: 12px 0 10px;
    color: #fff;
}

.service-bottom-box p {
    margin-bottom: 12px;
}

.service-bottom2 .service-bottom-box .theme-btn3 {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.theme-btn {
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 6px 22px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.theme-btn:hover , .theme-btn:active , .theme-btn:focus , .theme-btn:visited {
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 6px 22px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.service-bottom-box:hover::before {
    height: 100%;
    width: 100%;
}

.service-bottom-box:hover .service-bottom-icon {
    height: 70px;
}

.service-bottom-box:hover .service-bottom-icon::before {
    background: #fff;
}

.service-bottom-box::before {
    opacity: 0.5;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    bottom: 0;
    background: #09aba9;
    margin: auto;
    transition: all 0.4s;
}







