/* ===============================================================================
    Template Name: MOONA - Responsive Portfolio HTML Template
    Template URI: http://upcomingforu.com/moona/
    Description: This is a one page html5 template for Portfolio Template
    Author: masraihan
    Author URI: http://upcomingforu.com/moona/
    Version: 1.0
==================================================================================*/
/*==================================================================================
    INDEX
    ------------------
    * Google Fonts
    * Base CSS
    * Title CSS
    * Button CSS
    * Owl nav CSS
    * Owl Dots CSS
    * Site Preloder CSS
    * Header area CSS
    * Responsive Menu CSS
    * About us CSS
    * Call to Action CSS
    * Our Service Area CSS
    * Portfolio  area CSS
    * Testmonial CSS
    * Our Team area CSS
    * Blog ares CSS
    * Contact area CSS
    * Footer area CSS
    * Scroll to Top CSS
==================================================================================*/
/*=================================
            Google Fonts
 ==================================*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
/*=================================
             Base CSS
 ==================================*/
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus, input:focus, textarea:focus, button:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    color: #333;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 24px;
}
a:hover { text-decoration: none }
.bg-gray{background: #f7f7f7;}
.padding-100{padding: 100px 0}
/*==========================================
          Title CSS
===========================================*/
.section-title{
    margin-bottom: 80px;
}
.section-border {
    display: inline-block;
    margin: 20px 0;
    position: relative;
    width: 40%;
}
.section-border::after, .section-border::before {
    background: #00aae9 none repeat scroll 0 0;
    content: "";
    height: 8px;
    left: 0;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 42%;
}
.section-border::before {
    left: auto;
    right: 0;
}
.block-icon {
    color: #00aae9;
    font-size: 40px;
}
.section-title.text-center h2 {
    margin: 0;
    text-transform: uppercase;
}
/*=====================================
        Button CSS
=====================================*/
.borderd-btn {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.borderd-btn:hover {
    background: #00aae9 none repeat scroll 0 0;
    border-color: #00aae9;
    color: #fff;
}
.inline-btn {
    color: #333;
    transition: 0.3s;
}
.inline-btn span {
    opacity: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.inline-btn.inline-btn:hover span {
    opacity: 1;
    visibility: visible;
}
/*=======================================
           Owl Nav CSS
=======================================*/
.owl-nav div {
    border: 1px solid #fff;
    color: #fff;
    font-size: 25px;
    height: 40px;
    left: 1%;
    line-height: 36px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.owl-nav div.owl-next {
    left: auto;
    right: 1%;
}
.owl-nav div:hover {
    background: #00aae9 none repeat scroll 0 0;
    border-color: #00aae9;
}
/*=======================================
           Owl Dots CSS
=======================================*/
.owl-dots div {
    background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 2px;
    width: 10px;
}
.owl-dots {
    margin-top: 10px;
    text-align: center;
}
.owl-dots div.active {
    background: #00a2de none repeat scroll 0 0;
}
/*=======================================
           Site Preloder CSS
=======================================*/
.site-preloder {
    background: #00a2de none repeat scroll 0 0;
    display: table;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.preloder-item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.spinner {
    width: 70px;
    text-align: center;
    display: inline-block;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/*=======================================
           Menu area CSS
=======================================*/
.single-slide-table{background-image: url(../img/slide/1.jpg);}
.slide-bg2{background-image: url(../img/slide/2.jpg);}
.slide-bg3{background-image: url(../img/slide/3.jpg);}
.single-slide-table {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    display: table;
    height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
}
.single-slide-table::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.slide-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.single-slide, .single-slide h2 {
    color: #fff;
}
.single-slide h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 50px;
}
/*=======================================
           Header area CSS
=======================================*/
.header-absulate {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.header-fixed {
    position: fixed;
    background: rgba(0,0,0,0.6);
}
.header-area a {
    color: #fff;
    transition: all 0.3s ease 0s;
}
.logo h1 {
    margin: 18px 0 0;
    text-transform: uppercase;
}
.logo a:hover {
    opacity: 0.8;
}
.mainmenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.mainmenu ul li {
    display: inline-block;
}
.mainmenu ul a {
    display: block;
    padding: 25px 0 25px 25px;
    text-transform: uppercase;
}
.mainmenu ul li:hover > a {
    color: #00aae9;
}
.mainmenu ul li a:hover,
.mainmenu ul li.current a,
.responsive-menu .slicknav_nav li a:hover,
.responsive-menu .slicknav_nav li.current a{
    color: #00aae9;
}
/*=======================================
           Responsive Menu CSS
=======================================*/
.responsive-menu {
    position: absolute;
    right: 1%;
    top: 16%;
    width: 200px;
    display: none;
}
.responsive-menu .slicknav_menu {
    background: transparent none repeat scroll 0 0;
}
.responsive-menu .slicknav_nav {
    background: #333 none repeat scroll 0 0;
    padding: 10px 0;
    text-transform: uppercase;
}
.responsive-menu .slicknav_nav li a{
  transition: 0.4s;
}
.responsive-menu .slicknav_nav li a:hover {
    background: transparent none repeat scroll 0 0;
}
/*=======================================
           About area CSS
=======================================*/
.single-progressbar {
    position: relative;
    margin:0 0 19px;
}
.single-progressbar .skill-text {
    position: relative;
    z-index: 1;
    margin:0 0 5px;
}
.single-progressbar .skill-text span {
    position: relative;
    top: 0;
    left: 0;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
    font-size: 14px;
    text-transform: uppercase;
}
.single-progressbar .skill-text .skill-per {
    position: absolute;
    top: 0;
    left: inherit;
    right: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height:18px;
}
.single-progressbar .progress {
    box-shadow: none;
    border-radius: 0px;
    height: 5px;
    position: relative;
    margin:0 0 15px;
    border:1px solid #00aae9;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.single-progressbar .progress .progress-bar {
    background-color: #00aae9;
    box-shadow: none;
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -moz-transition:all 1.5s ease-in-out;
    transition:all 1.5s ease-in-out;
}
.skill_per {
    position: absolute;
    right: 0;
}
.skill_text {
    float: left;
    height: auto;
    margin: 0 0 8px;
    position: relative;
    width: 100%;
}
.skill_text span{
    text-transform:capitalize;
}
.skills_area {
    display: block;
    margin: 0 0 50px;
}
.text-block a + a{
    margin-left:10px;
}
.skill {
    padding: 0 5px;
}
.skill > h2 {
    padding-bottom: 15px;
}
.skill.upcase > h4 {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 2px;
}
.skill span {
    float: right;
}
.progress {
    background-color: #ddd;
    border-radius: 0;
    box-shadow: none;
    height: 4px;
}
/*=======================================
           Call to Action area CSS
=======================================*/
.cta-area {
    background: #00aae9 none repeat scroll 0 0;
    padding: 50px 0;
}
.cta-area .borderd-btn {
    margin-top: 0;
}
.cta-area h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}
.cta-area .borderd-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #00aae9;
}
/*=======================================
           Our Service area CSS
=======================================*/
.single-service {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.service-icon {
    color: #00aae9;
    font-size: 40px;
    margin-bottom: 15px;
}
.single-service h4 {
    font-weight: 400;
    transition: all 0.3s ease 0s;
}
.single-service:hover {
    border-color: #00aae9;
}
.single-service.single-service:hover h4 {
    color: #00aae9;
}
/*=======================================
           Portfolio area CSS
=======================================*/
.our-portfolio {
  padding: 70px 0;
}
.portfolio-bg1{background-image: url(../img/portfolio/1.jpg);}
.portfolio-bg2{background-image: url(../img/portfolio/2.jpg);}
.portfolio-bg3{background-image: url(../img/portfolio/3.jpg);}
.portfolio-bg4{background-image: url(../img/portfolio/4.jpg);}
.portfolio-bg5{background-image: url(../img/portfolio/5.jpg);}
.portfolio-bg6{background-image: url(../img/portfolio/6.jpg);}
.portfolio-bg7{background-image: url(../img/portfolio/6.png);}
.single-portfolio {
    background-position: center center;
    background-size: 100% 100%;
    height: 300px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: 0.3s;
}
.single-portfolio::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    visibility: hidden;
    transition: 0.3s;
}
.single-portfolio:hover.single-portfolio:after{
    opacity: 0.5;
    visibility: visible;
}
.single-portfolio:hover{
    background-size: 120% 120%;
}
.single-portfolio-table {
    display: table;
    height: 100%;
    width: 100%;
}
.portfolio-tablecell {
    display: table-cell;
    vertical-align: middle;
    transition: 0.4s;
    transform: scaleX(0);
}
.single-portfolio:hover .portfolio-tablecell{
    transform: scaleX(1);
}
.single-portfolio a, .single-portfolio h4 {
    color: #fff;
}
.single-portfolio h4 {
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
}
.single-portfolio h4 span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}
.portfolio-icon a {
    border: 1px solid #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 5px;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.portfolio-icon a:hover {
    border-color: #00a6e3;
    color: #00a6e3;
}
/*=======================================
           Testmonial area CSS
=======================================*/
.single-testmonial h4 {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 35px;
    margin-top: 20px;
    text-transform: uppercase;
}
.single-testmonial h4 span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
.single-testmonial {
    margin-bottom: 30px;
    text-align: center;
}
.single-testmonial .owl-carousel .owl-item img {
    height: 100px;
    width: 100px;
}
.textmonial-active img {
    display: inline-block;
    height: 100px;
    width: 100px;
}
.testmonial-area .owl-carousel .owl-item img {
    border-radius: 50%;
    height: 100px;
    margin: 0 auto;
    width: 100px;
}
/*=======================================
           Our Team area CSS
=======================================*/
.team-bg-1{background-image: url(../img/team/1.jpg);}
.team-bg-2{background-image: url(../img/team/2.jpg);}
.team-bg-3{background-image: url(../img/team/3.jpg);}
.team-bg-4{background-image: url(../img/team/4.jpg);}
.team-bg-5{background-image: url(../img/team/5.jpg);}
.team-bg-6{background-image: url(../img/team/6.jpg);}
.single-team-member {
    margin-bottom: 75px;
    position: relative;
    text-align: center;
}
.team-member-image {
    background-position: center center;
    background-size: cover;
    display: table;
    height: 400px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.team-member-image::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    visibility: hidden;
    transition: 0.3s;
}
.single-team-member:hover .team-member-image::after{
    opacity: 0.6;
    visibility: visible;
}
.social-icon {
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.single-team-member:hover .social-icon{
    opacity: 1;
    visibility: visible; 
}
.social-icon a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 5px;
    transition: all 0.3s ease 0s;
    width: 40px;
    margin-top: 98%;
}
.single-team-member:hover .social-icon a{
   margin-top: 0%;
}
.social-icon a:hover {
    color: #00a6e3;
    border-color: #00a6e3;
}
.single-team-member h4 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    bottom: -17%;
    font-weight: 400;
    height: 100px;
    left: 50%;
    line-height: 52px;
    margin-left: -40%;
    padding: 10px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 80%;
    z-index: 2;
}
.single-team-member:hover.single-team-member h4 {
    border-color: #00a6e3;
}
.single-team-member h4 span {
    display: block;
    font-size: 14px;
    line-height: 0;
}
/*=======================================
           Blog area CSS
=======================================*/
.single-blog-bg{background-image: url(../img/blog/1.jpg);}
.blog-bg2{background-image: url(../img/blog/2.jpg);}
.blog-bg3{background-image: url(../img/blog/3.jpg);}
.single-blog-bg {
    background-position: center center;
    background-size: 100% 100%;
    height: 250px;
    transition: 0.5s;
    overflow: hidden;
}
.single-blog:hover .single-blog-bg{
    background-size: 120% 120%;
}
.single-blog:hover .inline-btn, .single-blog:hover.single-blog h4{
    color: #00a6e3;
}
.single-blog h4 {
    font-weight: 400;
    margin-top: 30px;
    text-transform: uppercase;
    transition: 0.3s;
}
/*=======================================
           Contact us area CSS
=======================================*/
.contact-us{
    padding-top: 100px;
}
input[type="text"], input[type="email"], input[type="search"], input[type="submit"], textarea {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
}
textarea {
    height: 150px;
}
input[type="submit"] {
    background: #00a6e3 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 50px;
    width: auto;
    transition: 0.3s;
    border-color: #00a6e3;
}
input[type="submit"]:hover{
    background: #333;
    border-color: #333;
}
.contact-form {
    margin-bottom: 60px;
}
.google-map{
    height: 400px;
}
/*=======================================
           Footer area CSS
=======================================*/
.footer-logo a {
    text-transform: uppercase;
}
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu a {
    display: block;
    padding: 10px;
    transition: all 0.3s ease 0s;
}
.footer-social a {
    border: 1px solid #fff;
    color: #333;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 5px;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.footer-logo h2 {
    color: #fff;
    margin: 0;
    transition: all 0.3s ease 0s;
}
.footer-area {
    background: #00a6e3 none repeat scroll 0 0;
    padding: 30px 0;
}
.footer-area a {
    color: #fff;
}
.footer-menu {
    margin: 10px 0;
}
.footer-social a:hover {
    background: #fff none repeat scroll 0 0;
    color: #00a6e3;
}
.footer-menu a:hover {
    opacity: 0.7;
}
.footer-logo h2:hover {
    opacity: 0.7;
}
/* =================================
      Scroll to Top CSS
 ==================================*/
.scroll-up-btn {
    background: #000;
    bottom: 1%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 1%;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 40px;
    z-index: 9;
}
.scroll-up-btn:hover {
    opacity: 0.7;
    color: #fff;
}