/*---------------------------------------
CSS Index
----------------------------------------

1.  General section style.
2.  Style Section.
3.  Footer Left Section
4.  Header Section
5.  Home Section
6.  About Section
7.  Skill Section
8.  Service Section
9.  Portfolio Section
10. Clients Section
11. Testimonial Section
12. Blog Section
13. Contact Section
14. Footer Section
15. Preloader Section

----------------------------------------*/

@import"https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,900";
@import"https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700";
@import"https://fonts.googleapis.com/css?family=Montserrat:600,600i,700,700i,800,800i,900,900i|Poppins:300,300i,400,400i,500,500i,600,600i,700";

/*
-----------------------------------------
General Section
-----------------------------------------
*/
body {
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    font-family: 'Nunito Sans', sans-serif;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

img {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 28px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

/*
-----------------------------------------
Style Section
-----------------------------------------
*/
 .section-padding {
     padding: 100px 0;
 }
 .section-padding-60{
    padding: 60px 0;
 }
 .section-title {
     margin-bottom: 65px;
     text-align: center;
     position: relative;
     z-index: 1;
 }
 .section-title h2 {
     font-size: 45px;
     text-transform: uppercase;
     display: inline-block;
     margin-bottom: 5px;
     font-weight: 800;
 }
.title-bottom {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: -60px;
    left: 0;
    font-size: 100px;
    font-weight: 800;
    text-align: center;
    right: 0;
    color: #e9eaf7;
    text-transform: lowercase;
    z-index: -1;
    opacity: 0.9;
}


.section-title h2 span {}

.section-title h2 span {
    color: #505cfd;
}
/*
-----------------------------------------
Footer Left Section
-----------------------------------------
*/
.left-bar {
    width: 70px;
    height: 100%;
    position: fixed;
    left: 0;
    text-align:  center;
    background: #F7F7F7;
    z-index:  100;
    box-shadow:   0 1px 12px rgba(0,0,0,0.06);
}

.left-bar-title {
    width: 100%;
    font-size: 11px;
    position: absolute;
    bottom: 7%;
    left: -22px;
    transform: rotate(-180deg);
}

.left-bar-title p {
    writing-mode: vertical-lr;
    font-size: 12px;
    font-weight: 500;
}

.social_icon {
    position: absolute;
    width: auto;
    display:  flex;
    align-items:  center;
    padding: 10px;
}

.social_icon ul {
    background: #F7F7F7;
    display: flex;
    padding: 10px 10px;
    transition: .5s;
    transform: translateX(0px);
}

.social_icon ul li a {
    padding:   5px 15px;
    margin: 0px 5px;
}

.social_icon span {
    text-align: center;
    width: 50px;
    cursor: pointer;
    text-transform: uppercase;
}

.hide_icon{
    transform: translateX(-600px) !important;
}
ul.social-item {
    text-align: center;
    list-style: none;
}

ul.social-item li a i {
    background: #505cfd;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    transition: .3s;
}
ul.social-item li {
    display: inline;
}
ul.social-item li {
    margin-top: 10px;
}
/*
-----------------------------------------
Header Section
-----------------------------------------
*/
        .banner {
        height: 100vh;
        width: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
        z-index: 0; }
        .banner:after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background:transparent linear-gradient(to right bottom, #3f51b5, #ff4081);
        z-index: -1;
        opacity: .6; }
  .banner-div {
        top: 50%;
        position: absolute;
        color: #fff;
        z-index: 11;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

        .banner-div h1 {
        font-size: 85px;
        font-weight: 700;
        letter-spacing: 0px;
        color: #222;
        }
        .banner-div h1 span {
        color: #505CFD;
        font-weight: 800;
        }
        .banner-div p {
        font-family: "Raleway", san-serif;
        color: #222;
        font-size: 25px;
        font-weight: 500;
        text-transform: capitalize;
        letter-spacing: 6px;
            margin-left: 5px;
        margin-bottom: 20px;
        }
        .banner-div-center{
        text-align: center;
        width: 100%;
        left: 0px;
        }
.main-header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 60;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: 0;
}

.logo-theme {
    padding-top: 35px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo-theme p {
    font-size: 24px;
    font-weight: 700;
    color: #505cfd;
    text-transform: capitalize;
}

.top-menu .navbar-nav li {
    margin-right: 30px;
}

.top-menu .navbar-nav li a {
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.top-menu .navbar-nav li a:hover {
    background: none;
    color: #505CFD;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.menu-down {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    background: #fff;
    border: none;
        z-index: 10;
}

.menu-down .logo-theme {
    padding-top: 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-down .logo-theme a p {
    color: #505cfd;
}

.menu-down .top-menu .navbar-nav li a {
    color: #330f33;
    padding-top: 22px;
    -webkit-transition: .3s;
    transition: .3s;
    padding-bottom: 22px;
}

.menu-down .top-menu .navbar-nav li.active a {
    color: #505CFD;
}

.menu-down .top-menu .navbar-nav li a:hover {
    color: #505CFD;
}

/*
-----------------------------------------
Home Section
-----------------------------------------
*/
.home-section {
  height: 100%;
  background-image: url("../image/banner/dummy-image.jpg"); 
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative; 
  z-index: -1;
}

  .home-section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.8;
    z-index: -1;
}

.home-item {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  z-index: 1; }
  .home-item .home-inner {
    display: table-cell;
    vertical-align: middle; }
  .home-item h2 {
    color: #000;
    font-weight: 400;
    font-size: 80px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
    .home-item h2 span {
      font-weight: 700;
      color: #505CFD;


       }
  .home-item h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-left: 5px;

     }

span.cd-words-wrapper b {
    font-weight: 500;
}
.cd-headline.clip .cd-words-wrapper::after {
 background-color: #000000;
}
.banner-center{
top: 50%;
position: absolute;
left: 0px;
color: #fff;
text-align: center;
z-index: 11;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
/*
-----------------------------------------
About Section
-----------------------------------------
*/
h2.about-title {
    font-weight: 600;
    font-size: 35px;
}

h2.about-title span {
    color: #505cfd;
}
.about-img img {
    border-radius: 5px;
    box-shadow: 0 1px 27px -3px rgba(0,0,0,.2);
}
p.about-subtitle {
    font-weight: 600;
    font-size: 18px;
}
a.btn.btn-about {
    background: transparent;
    color: #fff;
    padding: 15px 25px 14px;
    border: 1px solid #505cfd;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font: 600 14px/1.2 "Poppins", sans-serif;
    text-decoration: none;
    vertical-align: middle;
    outline: none;
     background: #505cfd;  
    display: inline-block;
    text-align: center;
    transition: .3s;
     margin-top: 15px;
}
a.btn.btn-about:hover{
     background: transparent;   
     color: #505cfd;
}
/*
-----------------------------------------
Skill Section
-----------------------------------------
*/
section#skill {
    background: #F6F7FE;
    box-shadow: 0 20px 30px #ebeef9;
}
.proggress {
    height: 8px;
    width: 10px;
    border-radius: 5px !important;
    background-color: #505cfd!important;
}
.skill-item h5 {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
}
.percentCount {
    float: right;
    margin-top: -40px !important;
    clear: both;
    font-weight: 500;
    font-family: 'Nunito Sans', sans-serif;
}

.progressbar {
    border-radius: 5px !important;
}

/*
-----------------------------------------
Service Section
-----------------------------------------
*/
.service-item {
    background: #F6F7FE;
    text-align: center;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 0 1px 27px -3px rgba(0,0,0,.2);
}

.service-icon {
    margin-top: 15px;
}

.service-item h2 {
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 25px;
}

.service-icon i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #505cfd;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
}
/*
-----------------------------------------
Portfolio Section
-----------------------------------------
*/

.cbp-filter-counter {
    display: none;
}
.cbp-l-filters-buttonCenter .cbp-filter-item {
    background-color: #FFFFFF;
    border: 1px solid #505cfd;
    color: #505cfd;
    cursor: pointer;
    color: #505cfd;
    font-weight: 500;
    font: 600 14px/1.2 "Poppins", sans-serif;
    margin: 0 5px 10px 5px;
    overflow: visible;
    border-radius: 50px;
    padding: 15px 25px 14px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
    color: #505cfd;
}
.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
    color: #fff;
    border-color: #505cfd;
    cursor: default;
    background: #505cfd;
}
.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
    color: #FFFFFF;
    font-size: 18px;
     font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
}
.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background-color: #64C28E;
    background-color: rgba(80, 92, 253,.8);
}

/*
-----------------------------------------
Clients Section
-----------------------------------------
*/

section#clients {
    background: #F6F7FE;
    box-shadow: 0 20px 30px #ebeef9;
}

.counter-item.style-2 {
    text-align:  center;
}

.counter-item-inner {
    border: 1px dashed #505cfd;
    padding: 30px 10px;
    border-radius: 5px;
}

.counter-item-inner i {
    font-size: 40px;
    color: #505cfd;
}

.counter-item-inner h4 {
    font-size: 25px;
    margin-top: 15px;
}

.counter-item-inner span {
    font-size: 25px;
    font-weight: 500;
}

/*
-----------------------------------------
Testimonial Section
-----------------------------------------
*/

.testimonial{
    padding: 20px;
    margin: 20px 10px;
}
.testimonial .pic{
    width: 122px;
    height: 122px;
    float: left;
    margin-right: 50px;
    position: relative;
}
.testimonial .pic:before,
.testimonial .pic:after{
    content: "";
    display: block;
    height: 50%;
    width: 50%;
    position: absolute;
}
.testimonial .pic:before{
    bottom: -10%;
    left: -10%;
    border-bottom: 3px solid #505CFD;
    border-left: 3px solid #505CFD;
    border-bottom-left-radius: 5px;
}
.testimonial .pic:after{
    top: -10%;
    right: -10%;
    border-top: 3px solid #505CFD;
    border-right: 3px solid #505CFD;
    border-top-right-radius: 5px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-content{
    display: table;
    position: relative;
}
.testimonial .testimonial-content:before{
    content: "\f10d";
    font-family: 'Font Awesome\ 5 Free';
    position: absolute;
    top: -20px;
    left: -15px;
    font-weight: 900;
    font-size: 30px;
    color: #d8dad6;
    z-index: -1;
}
.testimonial .testimonial-title{
    font-size: 24px;
    color: #505CFD;
    font-weight: 500;
    text-transform: capitalize;
}
.testimonial .post{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 5px;
    padding-left: 5px;
}
.testimonial .description{
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-top: 12px;
    text-align: justify;
    font-style: normal
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background-color: #505CFD;
}
@media only screen and (max-width: 980px){
    .testimonial{
        padding: 20px 0;
        margin: 20px 15px;
    }
    .testimonial .pic{
        float: none;
    }
    .testimonial .testimonial-content{
        display: block;
        margin-top: 30px;
    }
    .testimonial .testimonial-content:before{
        z-index: 1;
        top: -200px;
    }
}
.owl-dots {
    text-align:  center;
}
.owl-dot{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0px;
}
.owl-dots .owl-dot {
    background: #D8DAD6;
    display: inline-block;
    padding-right: 0px;
    text-align: center;
    margin-right: 10px;
}

.owl-dot.active {
    background: #505CFD;
}

section#testimonial {
    background: #F6F7FE;
        box-shadow: 0 20px 30px #ebeef9;
}

/*
-----------------------------------------
Blog Section
-----------------------------------------
*/

.post-slide{
    padding: 0 0px;
    box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
}
.post-slide .post-img{
    overflow: hidden;
        border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    opacity: 0.9;
    transform: scale(1,1);
    transition:all 0.3s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.2,1.2);
    filter:none;
    opacity:1;
}
.post-slide .post-content{
    padding: 20px 30px;
    position: relative;
    background: #fdfdfd;
}
.post-slide .post-date{
    min-width:28px;
    min-height:28px;
    line-height: 28px;
    text-align: center;
    background: #556677;
    position: absolute;
    top: -33px;
    left: 30px;
}
.post-slide .month{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 2px 10px;
    background: #505CFD;
    text-transform: uppercase;
}
.post-slide .date{
    color: #fff;
    font-size: 16px;
}
.post-slide .post-title {
    margin: 25px 0 10px;
    font-weight: 500;
  }
.post-slide .post-title a{
        color:#333;

    font-size:22px;
    text-transform:capitalize;
    transition: all 0.50s ease 0s;
}
.post-slide .post-title a:hover{
    color:#505CFD;
    text-decoration: none;
}
.post-slide .post-description{
    color: #6f6e6e;
    font-size: 16px;
    line-height: 30px;
}
.post-slide .post-bar{
    padding: 10px 0;
    list-style: none;
    text-align: center;
   background:#505CFD;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.post-slide .post-bar li{
    display: inline-block;
    margin-right: 10px;
}
.post-slide .post-bar li a{
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    transition:0.2s ease;
}
.post-slide .post-bar li a:hover{
    text-decoration: none;
    color:#fff;
}
.post-slide .post-bar li i{
    color: #fff;
    margin-right: 5px;
    font-size: 18px;
}
.post-slide .read-more{
    color:#333;
    font-size:14px;
    font-weight: 500;
    text-transform:uppercase;
    position: relative;
    transition: color 0.20s linear;
}
.post-slide .read-more:hover{
    text-decoration:none;
    color:#505CFD;
}
.post-slide .read-more:after{
    content:"";
    position: absolute;
    width:50%;
    display: block;
    border:1px solid #505CFD;
    transition: all 0.30s ease;
}
.post-slide .read-more:hover:after{
    width:100%;
}

/*
-----------------------------------------
Contact Section
-----------------------------------------
*/

section#contact {
    background: #F6F7FE;
        box-shadow: 0 20px 30px #ebeef9;
}
.contact-item {
    text-align:  center;
}

.con-icon i {
    font-size: 50px;
    margin-bottom: 10px;
    color: #505cfd;
}

.contact-item h4 {
    font-size: 22px;
}

.contact-item p {
    line-height: 20px;
}
.contact-section {
    text-align:  center;
    margin-bottom: 65px;
}

.contact-section h2 {
    font-size: 35px;
    font-weight: 600;
    color: #505cfd;
}

.contact-section p {
    font-size: 18px;
}
.contact-form input {
    border-radius: 5px;
    height: 50px;
    box-shadow:  none;
    border-color: #444;
}

.contact-form textarea {
    height: 120px;
    border-radius: 5px;
    margin-top: 15px;
    box-shadow:  none;
    border-color: #444;
}
.contact-form textarea:hover,.contact-form textarea:focus{
    box-shadow: none;
    outline: none;
    border-color: #505cfd;
}
.contact-form input:hover,.contact-form input:focus{
    box-shadow: none;
    outline: none;
    border-color: #505cfd;
}
.btn-submit{
    background: transparent;
    color: #fff;
    padding: 15px 25px 14px;
    border: 1px solid #505cfd;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font: 600 14px/1.2 "Poppins", sans-serif;
    text-decoration: none;
    vertical-align: middle;
    outline: none;
    display: inline-block;
    text-align: center;
    transition: .3s;
    margin-top: 15px;
    background: #505cfd;
}
.btn-submit:hover{
    background: transparent;
    color: #505cfd;
    padding: 15px 25px 14px;

}
.btn-submit:focus{
    outline: none;
}
.success {
    text-align:  center;
    background: #505cfd;
    color:  #fff;
    font-size: 18px;
    padding: 20px 0px;
    border-radius: 5px;
    box-shadow: 0 1px 27px -3px rgba(0,0,0,.2);
}

/*
-----------------------------------------
Client Section
-----------------------------------------
*/

section#client {
    background: #F6F7FE;
            box-shadow: 0 20px 30px #ebeef9;
}


.owl-item .item img {
    padding: 0px;
    width: 150px;
}
/*
-----------------------------------------
Footer Section
-----------------------------------------
*/

footer {
    background: #f6f7fe;
    padding: 20px 0px;
}
footer p {
    padding:  0;
    margin:  0;
}
.footer-text p {
    margin-top: 15px;
}
.no-margin{
    margin-bottom: 0px !important;
}
/*
-----------------------------------------
Preloader Section
-----------------------------------------
*/

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 9999;
}
.sk-three-bounce {
    margin: 25% auto;
    width: 80px;
    text-align: center;
}
.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #505cfd;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*
* ----------------------------------------------------------------------------------------
* 06.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/

ul.portfolio {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
	
}

ul.portfolio li {
    display: inline-block;
    padding-bottom: 4px;
    margin: 0 5px;
    color: #505cfd;
    font: 600 14px/1.2 "Poppins", sans-serif;
    cursor: pointer;
    border: 1px solid #505cfd;
    padding: 12px 20px;
    border-radius: 25px;

}
ul.portfolio li.active {
    background: #505cfd;
    color: #fff;
}
ul.portfolio li:hover {
    color: #505cfd;
    -webkit-transition: .3s;
    transition: .3s;
}
ul.portfolio li.active {
    background: #505cfd;
    color: #fff;
}

.portfolio-section .port-item{
    padding: 0;
    margin: 0;
}

.portfolio-section .col-md-6 {
    padding: 0;
    margin: 0;
}

.portfolio-section figure.image-effect img {
    height: auto;
    width: 100%;
}

.portfolio-section .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin: 0;

}

 

.portfo-in .mix {
    display: none; 
}

.portfolio-section .grid figure:hover {
    background: #505cfd;
}

.work-areafigure.image-effect h2 {
    margin-top: 30%;
    opacity: 0;
    font-size: 30px;
}

.portfolio-section figure.image-effect e {
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    padding: 0;
    margin: 10px 5px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 170px;
    border: 2px solid #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    text-transform: capitalize;
	
}
.svg-img {
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: 3;
	
}
svg#Layer_1 {
    width: 100%;
    height: 100%;
}