/*
Theme Name:
Author: yaminncco

Colors:
	Body 		  : #696969
	Headers 	: #10161A
	Primary 	: #618685
	Dark      : #FCFCFF
	Grey 		  : #F4F4F4 #FAFAFA #EEE

Fonts: Montserrat Varela Round

Table OF Contents
------------------------------------
1 > General
2 > Logo
3 > Navigation
4 > Header
5 > About
6 > Portfolio
7 > Services
8 >  Why choose us
9 >  Numbers
10 > Pricing
11 > Testimonial
12 > Team
13 > Blog
14 > Blog post
15 > Blog sidebar
16 > Contact
17 > Footer
18 > Responsive
19 > Owl theme
20 > Back to top
21 > Preloader

------------------------------------*/

/*------------------------------------*\
	General
\*------------------------------------*/


/* -- typography -- */

body {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #696969;
	background-color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #10161A;
}



h1s {
    position: relative;
    text-align:center;
	opacity: 0;
	font-size: 54px;
	color:white; 
	font-family: 'Julius Sans One', sans-serif;
	font-weight: 100; 
	text-transform: none;
 	-webkit-animation: fadein 4s;
 	animation: fadein 4s;
 	-webkit-animation-delay: 1s;
 	animation-delay: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	overflow: auto;
}

h1s2 {
    position: relative;
    text-align:center;
	opacity: 0;
	font-size: 30px;
	color:white; 
	font-family: 'Julius Sans One', sans-serif;
	font-weight: 100; 
	text-transform: none;
 	-webkit-animation: fadein 4s;
 	animation: fadein 4s;
 	-webkit-animation-delay: 1.5s;
 	animation-delay: 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	overflow: auto;
}

h2s {
	position: relative;
   	text-align:center;
	opacity: 0;
	font-size: 24px;
	color:#E5E5E5; 
	font-family: 'Julius Sans One', sans-serif;
	font-weight: 100; 
	text-transform: none;
 	-webkit-animation: fadein 4s;
 	animation: fadein 4s;
 	-webkit-animation-delay: 2s;
 	animation-delay: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	overflow: auto;

}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


h1 {
    font-size: 54px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h7 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size: 21px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #10161A;

	}

a {
    color: #618685;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.75;
    color: #618685;
}

.main-color {
    color: #618685;
}

.white-text {
    color: #FFF;
}

::-moz-selection {
    background-color: #618685;
    color: #FFF;
}

::selection {
    background-color: #618685;
    color: #FFF;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

/* -- section  -- */

.section {
    position: relative;
}

.md-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.sm-padding {
    padding-top: 25px;
    padding-bottom: 25px;
}


/* --  background section  -- */

.bg-grey {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.bg-dark {
    background-color: #1C1D21;
}


/* --  background image section  -- */

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background: #1C1D21;
}

.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    #opacity: .8;
    #-webkit-opacity: .8;
	opacity: .75;
    -webkit-opacity: .75;
    background: #1C1D21;
}

/* --  section header  -- */

.section-header {
    position: relative;
    margin-bottom: 60px;
}

.section-header .title {
    text-transform: capitalize;
}

.title:after {
    content:"";
  	display:block;
  	height:4px;
  	width:80px;
  	background-color: #618685;
    margin-top: 20px;
}

.text-center .title:after {
    margin: 20px auto 0px;
}



/*------------------------------------*\
	Logo
\*------------------------------------*/

.navbar-brand {
    padding: 0;
}

.navbar-brand .logo, .navbar-brand .logo-alt {
    max-height: 50px;
    display: block;
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
	display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
	display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}

@media only screen and (max-width: 767px) {
    #nav.nav-transparent .navbar-brand .logo-alt {
        display: none !important;
    }
    #nav.nav-transparent .navbar-brand .logo {
        display: block !important;
    }
}


/*------------------------------------*\
	Navigation
\*------------------------------------*/

#nav {
    padding: 10px 0px;
    background: #FFF;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 4;
}

#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: #FFF !important;
    border-bottom: 1px solid #EEE;
}

#nav.nav-transparent {
    background: transparent;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
  z-index:999999;
}

/* -- default nav -- */

@media only screen and (min-width: 768px) {
    .main-nav li {
        padding: 0px 15px;
    }
    .main-nav li a {
        font-size: 14px;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }
    .main-nav>li>a {
        color: #10161A;
        padding: 15px 0px;
    }
    #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
        color: #fff;
    }
    .main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
        background: transparent;
        color: #618685;
    }
    .main-nav>li>a:after {
        content: "";
        display: block;
        background-color: #618685;
        height: 2px;
        width: 0%;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }
    .main-nav>li>a:hover:after, .main-nav>li.active>a:after {
        width: 100%;
    }
    /* dropdown */
    .has-dropdown {
        position: relative;
    }
    .has-dropdown>a:before {
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 6px;
        margin-left: 6px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s transform;
        transition: 0.2s transform;
    }
    .dropdown {
        position: absolute;
        right: -50%;
        top: 0;
        background-color: #618685;
        width: 200px;
        -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        -webkit-transform: translateY(15px) translateX(50%);
        -ms-transform: translateY(15px) translateX(50%);
        transform: translateY(15px) translateX(50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>.has-dropdown>.dropdown {
        top: 100%;
        right: 50%;
    }
    .main-nav>.has-dropdown>.dropdown .dropdown.dropdown-left {
        right: 150%;
    }
    .dropdown li a {
        display: block;
        color: #FFF;
        border-top: 1px solid rgba(250, 250, 250, 0.1);
        padding: 10px 0px;
    }
    .dropdown li:nth-child(1) a {
        border-top: none;
    }
    .has-dropdown:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px) translateX(50%);
        -ms-transform: translateY(0px) translateX(50%);
        transform: translateY(0px) translateX(50%);
    }
    .has-dropdown:hover>a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .nav-collapse {
        display: none;
    }
}


/* -- mobile nav -- */

@media only screen and (max-width: 767px) {
    #nav {
        padding: 0px 0px;
    }
    #nav.nav-transparent {
        background: #FFF;
    }
    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
        box-shadow: 0px 80px 0px 0px #1C1D21;
        max-width: 250px;
        width: 0%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #1C1D21;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    #nav.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }
    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, 0.1);
    }
    .main-nav li a {
        display: block;
        color: #FFF;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>li.active {
        border-left: 6px solid #618685;
    }
    .main-nav li a:hover, .main-nav li a:focus {
        background-color: #618685;
        color: #FFF;
        opacity: 1;
    }
    .has-dropdown>a:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }
    .dropdown {
        opacity: 0;
        visibility: hidden;
        height: 0;
        background: rgba(250, 250, 250, 0.1);
    }
    .dropdown li a {
        padding: 6px 10px;
    }
    .has-dropdown.open-drop>a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .has-dropdown.open-drop>.dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
}


/* -- nav btn collapse -- */

.nav-collapse {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 99999;
}

.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}

.nav-collapse span:before, .nav-collapse span:after {
    content: "";
    display: block;
}

.nav-collapse span, .nav-collapse span:before, .nav-collapse span:after {
    height: 4px;
    background: #10161A;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.nav-collapse span:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}

.nav-collapse span:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}

#nav.open .nav-collapse span {
    background: transparent;
}

#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}

#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}

/* --  Buttons  -- */

.main-btn, .white-btn, .outline-btn {
    display: inline-block;
    #padding: 10px 35px;
	padding: 5px 20px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.main-btn {
    background: #618685;
    color: #FFF;
}

.white-btn {
    background: #FFF;
    color: #10161A !important;
}

.outline-btn {
    background: transparent;
    color: #618685 !important;
    border-color: #618685;
}

.main-btn:hover, .white-btn:hover, .outline-btn:hover {
    opacity: 0.8;
	color: #FFF;
}


/*------------------------------------*\
	Header
\*------------------------------------*/

header {
    position: relative;
}

#home {
    min-height: 100vh;
	overflow:auto;
}

#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.home-content h1 {
  text-transform: uppercase;
}

.home-content h1s {
	overflow:auto;
}

.home-content h1s2 {
	overflow:auto;
}

.home-content h2s {
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 3%;
	overflow:auto;
}


.home-content button {
  margin-top: 20px;
}

.header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb {
    float: right;
    background: transparent;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
    color: #696969;
}

.breadcrumb>li+li:before {
    color: #696969;
}


/*------------------------------------*\
	About
\*------------------------------------*/

.about {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 3px solid #DEDEDE;
	-webkit-border-radius: 250px;
	border-radius: 250px;
    margin: 15px 0px;
}

.about i {
    font-size: 36px;
    color: #618685;
    margin-bottom: 20px;
}


/*------------------------------------*\
	Testimonial
\*------------------------------------*/

.testimonial {
    line-height: 1.2;
    position: relative;
    padding-left: 90px;
    height: 70px;
    margin-bottom: 20px;
    padding-top: 0px;
}

.testimonial img {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #999999;
	border-radius: 25px;
    width: 70px !important;
    height: 70px !important;
}

.testimonial h5 {
	color:#696969;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 0px;
}


.testimonial p {
	color:#999999;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 0px;
}

.testimonial span {
    line-height: 1.2;
    margin-top: 0px;
	margin-bottom: 0px;
    font-size: 14px;
    color: #618685;
    text-transform: uppercase;
}

.testimonial a {
    color: #618685;
    text-decoration: none;
}

.testimonial a:hover {
    text-decoration: none;
    outline: none;
    opacity: 1;
    color: #618685;
}
/*------------------------------------*\
	Team
\*------------------------------------*/

.team {
    position: relative;
	margin-bottom: 12px;
}


.team-img {
    position: relative;
    margin-bottom: 10px;
    z-index: 11;
}

.team-img>img {
  width: 100%;
  height:100%;
}


.team .team-content {
    text-align: center;
    position: relative;
    z-index: 11;
	margin-bottom: 12px;

}

.team .team-content h3 {
    margin-bottom: 5px;
	z-index: 11;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.team .team-content span {
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    margin-bottom: 10px;

}


.team a:hover {
    text-decoration: none;
    outline: none;
    opacity: 0.5;
}

.team i {
    display: inline-block;
	color: white;
}

/*------------------------------------*\
	Contact
\*------------------------------------*/

.contact {
    text-align: center;
}

.contact i {
    font-size: 36px;
    color: #618685;
    margin-bottom: 20px;
}


/*------------------------------------*\
	Footer
\*------------------------------------*/

#footer {
    position: relative;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo>a>img {
    max-height: 60px;
}

.footer-follow {
    text-align: center;
    margin-bottom: 20px;
}

.footer-follow li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
}

.footer-follow li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  background-color: #618685;
  color:#FFF;
}

.footer-copyright p {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}




/*------------------------------------*\
	Responsive
\*------------------------------------*/


@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
  .section-header h2.title {
  		font-size:31.5px;
	}

  .main-btn , .default-btn , .outline-btn , .white-btn  {
  		padding: 8px 22px;
  		font-size:14px;
	}

  .home-content h1 {
		font-size:36px;
	}

  .header-wrapper h2 {
      margin-bottom: 20px;
      text-align: center;
      display: block;
  }

  .header-wrapper .breadcrumb {
      float: none;
      text-align: center;
  }
	
	h1s {
  		font-size:4vw;
	}
	h1s2 {
  		font-size:2vw;
	}
	h2s {
  		font-size:1.5vw;
	}
}

@media only screen and (max-width: 480px) {
  #portfolio [class*='col-xs'] {
		  width:100%;
	}

  #numbers [class*='col-xs'] {
		  width:100%;
	}

  .contact-form .input:nth-child(1), .contact-form .input:nth-child(2) {
      width: 100%;
  }
  .contact-form .input:nth-child(2) {
      margin-left: 0px;
  }

  .reply-form form .input, .reply-form form .input {
      width: 100%;
  }
  .reply-form form .input:nth-child(2) {
      margin-left: 0px;
  }



  .blog-author .media .media-left {
      display: block;
      padding-right: 0;
      margin-bottom: 20px;
  }
  .blog-author .media {
      text-align: center;
  }
  .blog-author .media .media-heading .author-social {
      margin-top: 10px;
      float: none;
  }
  .blog-author .media .media-left img {
      margin: auto;
  }

  .blog-comments .media .media {
      margin:0px -15px;
  }
}



/*------------------------------------*\
	Owl theme
\*------------------------------------*/

/* -- dots -- */

.owl-theme .owl-dots .owl-dot span {
    border: none;
    #background: #EEE;
	background: #BFBFBF;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #618685;
}
.owl-theme .owl-dots .owl-dot.active span {
	  background: #618685;
	  width:20px;
}

/* -- nav -- */

.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #618685;
    color: #FFF;
  	padding: 0px;
  	width: 50px;
  	height: 50px;
  	border-radius:3px;
  	line-height: 50px;
  	margin: 0;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #618685;
}


/*------------------------------------*\
	Back to top
\*------------------------------------*/

#back-to-top {
  	display:none;
  	position: fixed;
  	bottom: 20px;
  	right: 20px;
  	width: 50px;
  	height: 50px;
  	line-height: 50px;
  	text-align: center;
  	background: #618685;
  	border-radius:3px;
  	color: #FFF;
  	z-index: 4;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  	cursor: pointer;
}

#back-to-top:hover {
    opacity: 0.8;
}


/*------------------------------------*\
	Preloader
\*------------------------------------*/

#preloader {
	position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	background: radial-gradient(#383838, #000000);
    z-index: 99999999;
}

.preloader *, *:before, *:after {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.preloader body {
  text-align: center;
  line-height: 100vh;
}

.preloader {
  display: inline-block;
  position: absolute;
  left: 47%;
  top: 50%;
}

.dots {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.dots:not(:last-child) {
  margin-right: 9px;
}
.dots:before, .dots:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
}
.dots:nth-child(1):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear reverse infinite;
  animation: animBefore 1s linear reverse infinite;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  background-color: #66CDAA;
}
.dots:nth-child(1):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear reverse infinite;
  animation: animAfter 1s linear reverse infinite;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  background-color: #FFF;
}
.dots:nth-child(2):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear reverse infinite;
  animation: animBefore 1s linear reverse infinite;
  -webkit-animation-delay: -1.8s;
  animation-delay: -1.8s;
  background-color: #66CDAA;
}
.dots:nth-child(2):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear reverse infinite;
  animation: animAfter 1s linear reverse infinite;
  -webkit-animation-delay: -1.8s;
  animation-delay: -1.8s;
  background-color: #FFF;
}
.dots:nth-child(3):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear reverse infinite;
  animation: animBefore 1s linear reverse infinite;
  -webkit-animation-delay: -2.7s;
  animation-delay: -2.7s;
  background-color: #66CDAA;
}
.dots:nth-child(3):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear reverse infinite;
  animation: animAfter 1s linear reverse infinite;
  -webkit-animation-delay: -2.7s;
  animation-delay: -2.7s;
  background-color: #FFF;
}
.dots:nth-child(4):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear reverse infinite;
  animation: animBefore 1s linear reverse infinite;
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
  background-color: #66CDAA;
}
.dots:nth-child(4):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear reverse infinite;
  animation: animAfter 1s linear reverse infinite;
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
  background-color: #FFF;
}
.dots:nth-child(5):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear reverse infinite;
  animation: animBefore 1s linear reverse infinite;
  -webkit-animation-delay: -4.5s;
  animation-delay: -4.5s;
  background-color: #66CDAA;
}
.dots:nth-child(5):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear reverse infinite;
  animation: animAfter 1s linear reverse infinite;
  -webkit-animation-delay: -4.5s;
  animation-delay: -4.5s;
  background-color: #FFF;
}
.dots:nth-child(6):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear reverse infinite;
  animation: animBefore 1s linear reverse infinite;
  -webkit-animation-delay: -5.4s;
  animation-delay: -5.4s;
  background-color: #66CDAA;
}
.dots:nth-child(6):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear reverse infinite;
  animation: animAfter 1s linear reverse infinite;
  -webkit-animation-delay: -5.4s;
  animation-delay: -5.4s;
  background-color: #FFF;
}
.dots:nth-child(7):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear reverse infinite;
  animation: animBefore 1s linear reverse infinite;
  -webkit-animation-delay: -6.3s;
  animation-delay: -6.3s;
  background-color: #66CDAA;
}
.dots:nth-child(7):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear reverse infinite;
  animation: animAfter 1s linear reverse infinite;
  -webkit-animation-delay: -6.3s;
  animation-delay: -6.3s;
  background-color: #FFF;
}
.dots:nth-child(8):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear reverse infinite;
  animation: animBefore 1s linear reverse infinite;
  -webkit-animation-delay: -7.2s;
  animation-delay: -7.2s;
  background-color: #66CDAA;
}
.dots:nth-child(8):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear reverse infinite;
  animation: animAfter 1s linear reverse infinite;
  -webkit-animation-delay: -7.2s;
  animation-delay: -7.2s;
  background-color: #FFF;
}
.dots:nth-child(9):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear reverse infinite;
  animation: animBefore 1s linear reverse infinite;
  -webkit-animation-delay: -8.1s;
  animation-delay: -8.1s;
  background-color: #66CDAA;
}
.dots:nth-child(9):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear reverse infinite;
  animation: animAfter 1s linear reverse infinite;
  -webkit-animation-delay: -8.1s;
  animation-delay: -8.1s;
  background-color: #FFF;
}
.dots:nth-child(10):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear reverse infinite;
  animation: animBefore 1s linear reverse infinite;
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
  background-color: #66CDAA;
}
.dots:nth-child(10):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear reverse infinite;
  animation: animAfter 1s linear reverse infinite;
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
  background-color: #FFF;
}

@-webkit-keyframes animBefore {
  0% {
    -webkit-transform: scale(1) translateY(-200%);
    z-index: 1;
  }
  25% {
    -webkit-transform: scale(1.3) translateY(0);
    z-index: 1;
  }
  50% {
    -webkit-transform: scale(1) translateY(200%);
    z-index: -1;
  }
  75% {
    -webkit-transform: scale(0.7) translateY(0);
    z-index: -1;
  }
  100% {
    -webkit-transform: scale(1) translateY(-200%);
    z-index: -1;
  }
}
@keyframes animBefore {
  0% {
    transform: scale(1) translateY(-200%);
    z-index: 1;
  }
  25% {
    transform: scale(1.3) translateY(0);
    z-index: 1;
  }
  50% {
    transform: scale(1) translateY(200%);
    z-index: -1;
  }
  75% {
    transform: scale(0.7) translateY(0);
    z-index: -1;
  }
  100% {
    transform: scale(1) translateY(-200%);
    z-index: -1;
  }
}
@-webkit-keyframes animAfter {
  0% {
    -webkit-transform: scale(1) translateY(200%);
    z-index: -1;
  }
  25% {
    -webkit-transform: scale(0.7) translateY(0);
    z-index: -1;
  }
  50% {
    -webkit-transform: scale(1) translateY(-200%);
    z-index: 1;
  }
  75% {
    -webkit-transform: scale(1.3) translateY(0);
    z-index: 1;
  }
  100% {
    -webkit-transform: scale(1) translateY(200%);
    z-index: 1;
  }
}
@keyframes animAfter {
  0% {
    transform: scale(1) translateY(200%);
    z-index: -1;
  }
  25% {
    transform: scale(0.7) translateY(0);
    z-index: -1;
  }
  50% {
    transform: scale(1) translateY(-200%);
    z-index: 1;
  }
  75% {
    transform: scale(1.3) translateY(0);
    z-index: 1;
  }
  100% {
    transform: scale(1) translateY(200%);
    z-index: 1;
  }
}



.our-team{
    border: 2px solid #696969;
    text-align: center;
	background-color: #FFF;
	border-radius: 5px;
	background: linear-gradient(180deg, #000 25%, rgba(0, 0, 0, 0) 25%), linear-gradient(180deg, #FFF 95%, #000 95%)
}
.pic img{
    border: 2px solid #FFF;
    width: 60%;
    height: 60%;
	border-radius: 25%;
	position: relative; 
	top: -50%;

}
.post-title{
    font-size: 15px;
    color:#000;
}
.post{
    display: block;
    margin-bottom: 10px;
    color:#666;
    text-transform: capitalize;
    font-size: 16px;
}
.team_social{
    list-style: none;
    padding: 0;
}
.team_social > li{
    display: inline-block;
}
.team_social > li > a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #666;
    color: white;
	background-color: #696969;
    display: block;
    font-size: 15px;
    transition: all 0.2s ease-out 0s;
}
.team_social > li > a:hover{
    background: #618685;
    color:#fff;
    border-color: #618685;
}
.description{
    padding: 20px;
    color:#666;
    font-size: 15px;
    border-bottom: 3px solid transparent;
    margin-bottom: 0;
}
@media screen and (max-width: 990px){
    .our-team{
        margin-bottom: 30px;
    }
}



/* Styles for the alternating / transition effect. */
.toggle-image {
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
	background-color: black;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
	transition: opacity 3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform: scale(1);
}

/* Styles for the specific images. */
.fixed-image {
	background-image: url('../img/BackgroundOrg.jpg');
	#background-image: url('../img/kansas-city-skyline.jpg');	
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
	background-color: black;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
	-webkit-transform: scale(1);
	opacity:0;
 	-webkit-animation: fadein 2s;
 	animation: fadein 2s;
 	-webkit-animation-delay: 0.25s;
 	animation-delay: 0.25s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;

}

.first-image {
	background-image: url('../img/kansas-city-skyline.jpg');	
	z-index: -3;
	opacity: 0;
	-webkit-opacity: 0;
}

.second-image {
	background-image: url('../img/buildingOriginal.jpg');
	z-index: -2;
	opacity: 0;
	-webkit-opacity: 0;
}

.third-image {
	background-image: url('../img/CMRI_DRONE-1.jpg');
	z-index: -1;
	opacity: 0;
	-webkit-opacity: 0;
}

.first-image.show {
	opacity: 1;
	-webkit-opacity: 1;
}

.second-image.show {
	opacity: 1;
	-webkit-opacity: 1;
}

.third-image.show {
	opacity: 1;
	-webkit-opacity: 1;
}



/*Profile Card 3*/
.profile-card-3 {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height:368px;
  border:none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.profile-card-3 .background-block {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.profile-card-3 .background-block .background {
  width:100%;
  vertical-align: top;
  opacity: 0.9;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
   -webkit-transform: scale(1.8);
  transform: scale(2.8);
}
.profile-card-3 .card-content {
  width: 100%;
  padding: 15px 25px;
  color:#232323;
  float:left;
  background:#efefef;
  height:50%;
  border-radius:0 0 5px 5px;
  position: relative;
  z-index: 1;
}
.profile-card-3 .card-content::before {
    content: '';
    background: #efefef;
    width: 120%;
    height: 100%;
    left: 11px;
    bottom: 51px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg);
}
.profile-card-3 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  max-width: 175px;
  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index:2;
}
.profile-card-3 h2 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size:18px;
}
.profile-card-3 h2 small {
  display: block;
  font-size: 15px;
  margin-top:10px;
}
.profile-card-3 i {
  display: inline-block;
    font-size: 16px;
    color: #232323;
    text-align: center;
    border: 1px solid #232323;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-3 .icon-block{
    float:left;
    width:100%;
    margin-top:15px;
}
.profile-card-3 .icon-block a{
    text-decoration:none;
}
.profile-card-3 i:hover {
  background-color:#232323;
  color:#fff;
  text-decoration:none;
}

/*------------------------------------*\
	Numbers
\*------------------------------------*/

.number {
    text-align: center;
    margin: 15px 0px;
}

.number i {
    #color: #66CDAA;
    color: #FFF;
    font-size: 36px;
    margin-bottom: 20px;
}

.number h3 {
    font-size: 36px;
    margin-bottom: 10px;
}

.bg-stat {
	background-image: url('../img/BackgroundOrg.jpg');	
	#background-image: url('../img/kansas-city-skyline.jpg');	
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
	background-color: black;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
