/*
Theme Name: SEO - One Page Parallax Html5 Template
Version: 1.0
Description: SEO - One Page Parallax Html5 Template
Tags: SEO, one page, minimal, creative, html template, html5 template, site template, business template, parallax template, parallax
Text Domain: SEO
*/

/* -------------------------------
=>  Table of Content  <=

1 - Import Google Fonts
2 - Start Main Rules
3 - Start Loading Page
4 - Start Home Section
5 - Start Main Banner Section
6 - Start Services we provide Section
7 - Start About Us Section
8 - Start Case Study Section
9 - Start pricing Section
10 - team Section
11 - Start Clients  Section
12 - Start testimonial Section
13 - Start contact us Section
14 - Start Footer Section
----------------------------------*/

/* ---------------------------------------
    1 - Import Google Fonts
 ---------------------------------------*/
/* google font > Work sans */
@import url('https://fonts.googleapis.com/css?family=Work+Sans');

/*------------------------------
    2 - Start Main Rules 
------------------------------*/
body {
    color: #2a2a2a;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px; 
    font-weight: 400;
    line-height: 24px;
}
a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
h1, 
h2,
h3,
h4,
h5,
h6,
a {
    color: #323232;
    font-family: 'Montserrat', sans-serif;
}
button {
    border: none;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    background-color: transparent;
}
img {
    height: auto;
}

.section-bg-dark {
  background: #fcfcfc;
}
.section-padding {
    padding: 80px 0px;
}
.section-padding-50 {
    padding: 80px 0 50px 0px;
}
.section-title span {
    color: #777;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.section-title h4 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: capitalize;
}
.separator {
    background-color: #ed1c47;
    height: 1px;
    margin: 15px auto 0;
    width: 85px;
}
.section-title p {
    margin-top: 7px;
}

.overlay {
    background-color: #bd1717db;
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
}

.pt-50 {
  padding-top: 50px;
} 
.pt-100 {
  padding-top: 100px;
} 

.grid-wrapper {
  padding-top: 0!important;
}

.mt-35 {
  margin-top: 35px!important;
}
/* All Transitions */
.header-text a,
.services .single-service,
.portfolio-filter li,
.price .single-price,
.price .price-content a,
.contact .contact-form input[type=submit],
#footer .social-link a,
.copyright p a {
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}


/* Typed Cursor */
.typed-cursor {
	opacity: 1;
	-webkit-animation: blink 1.7s infinite;
	-moz-animation: blink 1.7s infinite;
	animation: blink 1.7s infinite;
}
@keyframes blink {
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink {
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink {
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* End of Main Rules */

/* ---------------------------------------
	3 - Start Loading Page
----------------------------------------- */
.preloader {
	background: #6384ffb5;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}
.preloader .item-list {
	height: 33px;
	left: 0;
    margin: 0 auto;
	position: relative;
	top: 50%;
    transform: translateY(-50%);
	width: 33px;
}
.preloader .item-list .item {
	background: #c8c8c8;
	border-radius: 50%;
    height: 100%;
	opacity: 0.6;
    position: absolute;
    width: 100%;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}
.preloader .item-list .item2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes bounce {
	0%, 100% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes bounce {
	0%, 100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

/* End of Loading Page */

/* ---------------------------------------
    4 - Start Home Section
----------------------------------------- */

.main_navbar{
  
   left: 0;
   width: 100%;
   z-index: 99;
   top: 0;
   -webkit-transition: all 400ms linear 0s;
 -o-transition: all 400ms linear 0s;
 transition: all 400ms linear 0s;
}

.navbar-brand img{
    height: 34px;
}

.main_navbar.sticky {
  background: #02d871 !important;
   box-shadow: 0 -1px 10px rgba(193, 174, 174, 0.1);
   -webkit-box-shadow: 0 -1px 10px rgba(193, 174, 174, 0.1);
   min-height: 72px;
   width: 100%;
   position: fixed;
   top: 0;
   margin-top: 0;
   z-index: 99;
   -webkit-transition: all 400ms linear 0s;
 -o-transition: all 400ms linear 0s;
 transition: all 400ms linear 0s;
}
.navbar-dark .navbar-nav .nav-link {
   color: #fff;
   padding: 10px;
   text-transform: uppercase;
   font-weight: 600;
   padding-right: 15px;
}

.navbar-dark .navbar-nav .nav-link:hover {
   color: rgba(255,255,255,.75);
   padding: 10px;
   padding-right: 15px;
}

.navbar-button a{
   background-color: transparent;
   border: 2px solid #fff;
   font-weight: 600;
   color: #fff!important;
   display: inline-block;
   padding: 8px 40px;
   margin-left: 10px;
   -webkit-transition: all 150ms linear 0s;
   -o-transition: all 150ms linear 0s;
   transition: all 150ms linear 0s;
   cursor: pointer;
}

.navbar-button:hover a {
   color: #6384ff !important;
   background: #fff;

}

.logo {
    font-size: 2.7em;
    font-weight: 900;
}
/* stcicky css */

.main-header{
   background: #0000007a  !important;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 0 4%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.main-header.sticky {
  background: #5477f7ed  !important;
    box-shadow: 0 4px 20px rgba(193, 174, 174, 0.1);
    -webkit-box-shadow: 0 4px 20px rgba(193, 174, 174, 0.1);
    min-height: 72px;
    width: 100%;
    position: fixed;
    top: 0;
    margin-top: 0;
    z-index: 99;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* --------------------------
5 : Main Banner Area CSS
-------------------------- */
.main_banner_area{
    background: #6384ff;
    position: relative;
    z-index: 1;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    padding: 190px 0 125px 0;
    text-align: center;
}
.main_banner_area h1 {
    text-align: left;
    font-size: 3.1em;
    color: #fff;
    font-weight: 800;
}

h1 .ityped-cursor {
  font-size: 1.5em;
  font-weight: 100;
  line-height: 4rem;
}
/* ---------------------------------------
    6 - Services we provide Section
----------------------------------------- */

p.larger-txt {
    font-size: 18px;
    line-height: 35px;
    margin: 30px 0 0 0;
}

.grid-wrapper {
    padding-top: 4rem;
}

.service-block {
    padding: 0 15px;
}

.service-block h4 {
    margin-bottom: 1.8rem;
    font-size: 30px;
    line-height: 2.8rem;
    font-family: "Catamaran", sans-serif;
    color: #32325c;
    font-weight: 700;
}

.service-block>img {
    margin: 0 1rem 3rem;
}
/* ---------------------------------------
   7 - Start About Us Section
----------------------------------------- */

.short-sbout-us {
}

.theme-title h2 {
    line-height: 55px;
    position: relative;
    padding-bottom: 22px;
    font-size: 44px;
    font-weight: 700;
}

.theme-title h2:before {
    content: '';
    width: 178px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #6384ff;
    background: -webkit-gradient(linear,left top, right top,color-stop(81%, #6384ff), color-stop(81%, #fff), color-stop(89%, #fff), color-stop(89%, #6384ff), to(#6384ff));
    background: linear-gradient(to right,#6384ff 81%, #fff 81%, #fff 89%, #6384ff 89%, #6384ff 100%);
}

.short-sbout-us p {
    font-size: 18px;
    line-height: 35px;
    margin: 30px 0 30px 0;
}

body .theme-button {
    width: 220px;
    line-height: 48px;
    border-width: 1px;
    text-align: center;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 600;
    border-style: solid;
    border-color: #6384ff;
    color: #6384ff;
    transition: all .3s ease-in-out;
}

body .theme-button:hover {
  color: #fff;
  background: #6384ff;
}

/* End of About Us Section */

/* ---------------------------------------
    8 - Case Study Section
----------------------------------------- */

.theme-title-c h2 {
    line-height: 55px;
    position: relative;
    padding-bottom: 22px;
    font-size: 44px;
    font-weight: 700;
}

.theme-title-c h2:before {
    content: '';
    width: 178px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #6384ff;
    background: -webkit-gradient(linear,left top, right top,color-stop(81%, #6384ff), color-stop(81%, #fff), color-stop(89%, #fff), color-stop(89%, #6384ff), to(#6384ff));
    background: linear-gradient(to right,#6384ff 81%, #fff 81%, #fff 89%, #6384ff 89%, #6384ff 100%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.theme-title-c {
    margin-bottom: 60px;
}

.case-study .single-case-study {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.case-study .single-case-study img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.case-study .single-case-study .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    background: rgba(0,0,0,0.8);
}

.case-study .single-case-study:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.case-study .single-case-study .overlay div {
    position: relative;
    top: 50%;
    text-align: center;
    padding: 27px 0 25px 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.case-study .single-case-study .overlay div:before, .case-study .single-case-study .overlay div:after {
    content: '';
    width: 102px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    z-index: 9;
    opacity: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.case-study .single-case-study:hover .overlay div:before {
    top: -0;
    opacity: 1;
}

.case-study .single-case-study .overlay div:before {
    top: -20px;
}

.case-study .single-case-study:hover .overlay div:after {
    bottom: 0;
    opacity: 1;
}

h5 {
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
}

.case-study .single-case-study .overlay div h5 a {
    color: #fff;
    margin-bottom: 15px;
}
.case-study .single-case-study .overlay div:after {
    bottom: -20px;
}

.case-study .single-case-study .overlay div p {
    font-size: 18px;
    text-transform: uppercase;
    color: #6384ff;
}
/* End of services Section */

/* ---------------------------------------
    9 - pricing Section
----------------------------------------- */
 .demo{ background:  }
.pricingTable{
    padding-bottom: 20px;
    background: #;
    border-radius:;
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .title{
    padding: 40px 20px 170px;
    margin: 0 0 30px 0;
    background: #fabc05;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}
.pricingTable .title:before,
.pricingTable .title:after{
    content: "";
    width: 280px;
    height: 200px;
    border-radius: 80px;
    background: #fff;
    position: absolute;
    bottom: -175px;
    left: -46px;
    transform: rotate(-85deg);
}
.pricingTable .title:after{
    border-radius: 100px;
    bottom: auto;
    top: 150px;
    left: auto;
    right: -70px;
    transform: rotate(-40deg);
}
.pricingTable .price-value{
    display: inline-block;
    width: 140px;
    height: 140px;
    line-height: 65px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 8px rgba(0,0,0,0.3);
    padding: 30px 0;
    font-size: 35px;
    font-weight: 600;
    color: #404040;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
}
.pricingTable:hover .price-value{
    background: #fabc05;
    color: #fff;
}
.pricingTable .month{
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 0;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricing-content li{
    padding: 7px 0 7px 50px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    position: relative;
}
.pricingTable .pricing-content li .Y {
  color: #fabc05!important;
}

.pricingTable .pricing-content li .G {
  color: #39a96f!important;
}

.pricingTable .pricing-content li .check{
    font-size: 25px;
    color: #6384ff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}
.pricingTable .pricing-content li.disable{ color: #707070; }
.pricingTable .pricing-content li.disable:before{ display: none; }
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 13px 45px;
    background: #fabc05;
    font-size: 22px;
    font-weight: 700;
    color: #404040;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{ color: #fff; }
.pricingTable .pricingTable-signup:before{
    content: "";
    width: 98%;
    height: 92%;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -1;
}
.pricingTable .pricingTable-signup:hover:before{ background: transparent; }
.pricingTable.blue .title{ background: #6384ff; }
.pricingTable.blue:hover .price-value{ background: #6384ff; }
.pricingTable.blue .pricing-content li:before{
    border-color: #6384ff;
    color: #6384ff;
}
.pricingTable.blue .pricingTable-signup{ background: #6384ff; }
.pricingTable.green .title{ background: #39a96f; }
.pricingTable.green:hover .price-value{ background: #39a96f; }
.pricingTable.green .pricing-content li:before{
    border-color: #39a96f;
    color: #39a96f;
}
.pricingTable.green .pricingTable-signup{ background: #39a96f; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .pricingTable .title:before{
        height: 400px;
        top: 100px;
        left: 55px;
    }
    .pricingTable .title:after{
        width: 550px;
        height: 550px;
        top: 150px;
        right: -100px;
        transform:rotate(-20deg);
    }
}
@media only screen and (max-width: 480px){

    .pricingTable .title:before,
    .pricingTable .title:after{
        width: 280px;
        height: 200px;
        top: 220px;
        left: -46px;
    }
    .pricingTable .title:after{
        top: 150px;
        left: auto;
        right: -70px;
    }
}

/* End of Feature Section */

/* ---------------------------------------
    10 - team Section
----------------------------------------- */

.img-card {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    margin: 15px auto;
    max-width: 40rem;
    background-color: #fff;
}

.img-card h4 {
    font-size: 1rem;
    line-height: 2.6rem;
    color: #546182;
    font-weight: 300;
    padding: 2.2rem 15px 2.1rem;
    margin-bottom: 0;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.img-card:hover {
    text-decoration: none;
    box-shadow: 0 5px 30px rgba(156, 185, 226, 0.3);
}

.img-card:hover h4 span {
    color: #0a8aff;
}

.img-card h4 span {
    display: block;
    font-size: 30px;
    line-height: 2.8rem;
    font-weight: 700;
    color: #32325c;
    margin-bottom: .3rem;
    transition: all .3s;
}

/* End of team Section */

/* ---------------------------------------
    11 - Start Clients Section
----------------------------------------- */

.owl-carousel {
    text-align: center;
    transition: height 1s !important;
}


/* End of Clients Section */

/* ==========================================================================
  :: 12. testimonial CSS
   ========================================================================== */

.testimonial{
    text-align: center;
    margin: 85px 20px 20px;
}
.testimonial .description{
    height: 205px;
    padding: 34px 40px 40px 40px;
    margin-bottom: 50px;
    background: #6384ff;
    border-top: none;
    border-radius: 120px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 1px;
    position: relative;
}
.testimonial .description.Y , .testimonial .description.Y:before{
  background: #fabc05;
}

.testimonial .description.G , .testimonial .description.G:before{
  background: #3ba96f;
}

.testimonial .description.R , .testimonial .description.R:before{
  background: #ff734f;
}


.testimonial .description:before{
    content: "\f10d";
    width: 200px;
    height: 200px;
    font-family: FontAwesome;
    font-weight: 900;
    line-height: 110px;
    border-radius: 50%;
    background: #6384ff;
    margin: 0 auto;
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    z-index: -1;
}
.testimonial .title{
    font-size: 20px;
    font-weight: 600;
    color: #6384ff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    position: relative;
}
.testimonial .title:before{
    content: "";
    width: 25px;
    border: 2px dashed #6384ff;
    margin: 0 auto;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #323232;
    text-transform: capitalize;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    opacity: 0.8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{ background: #6384ff; }
@media only screen and (max-width: 1199px){
    .testimonial .description:before{
        width: 200px;
        height: 200px;
    }
}
@media only screen and (max-width: 990px){
    .testimonial .description:before{
        width: 150px;
        height: 150px;
    }
}
@media only screen and (max-width: 479px){
    .testimonial .description:before{
        width: 100px;
        height: 100px;
        line-height: 50px;
        font-size: 26px;
        top: -40px;
    }
}

/* ---------------------------------------
	13 - Start contact  Section
----------------------------------------- */

.quote-form {
}
.quote-form [class*="col-"] {
    padding: 0 1rem;
}
.quote-form [class*="col-"] input,.quote-form [class*="col-"] textarea {
    margin: 1rem 0;
}
input, textarea {
    width: 100%;
    font-size: 1rem;
    line-height: 2.4rem;
    padding: 0.7rem 2rem;
    color: #546182;
    background: #fff;
    border: 2px solid #546182;
    border-radius: 5px;
    transition: all .5s;
}
.custom-btn.secondary-btn {
    background-color: transparent;
}
.custom-btn {
    position: relative;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #6384ff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;
    padding: 1.6rem 3rem 1.5rem;
    padding: 10px 15px 10px 15px;
    cursor: pointer;
    border: 2px solid #6384ff;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    z-index: 1;
    transition: all .5s;
}
.custom-btn:hover {
  background: #6384ff;
  color: #fff;
}
.social-icons-wrapper p {
    font-size: 1.2rem;
    line-height: 2.8rem;
    color: #6384ff;
    font-weight: 700;
    margin: 1.5rem 0 1rem;
}
.social-icons {
    padding-left: 2rem;
    margin: 1.5rem 0 .8rem;
}
.social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.fas {
  color: #6384ff!important;
}
.fas i {
  font-size: 1rem;
  padding-top: 15px;
}
.contact-info .info {
    margin-top: 1.5rem;
}
.c-h5 {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: bold;
}
.contact-info .info p, .contact-info .info a{
    font-size: 18px;
    line-height: 35px;
}
.ndry {
  border: 2px solid #6384ff;
  background: transparent;
  color: #6384ff;
  font-weight: 600;
  border-radius: 5px;
  padding: 10px 15px 10px 15px;
}
.ndry:hover {
  background: #6384ff;
  color: #fff
}

/* End of contact Section */

/* ---------------------------------------
    14 - Start Footer Section
----------------------------------------- */
.footer-padding {
  padding-top: 50px;
  padding-bottom: 30px;
}
.page-footer .social-icons {
    padding-left: 0;
    margin: 0 0 .6rem;
}

.page-footer .social-icons li a i {
  font-size: 2em;
}

.page-footer p {
  font-size: 1.2em;
}

.back-to-top {
    font-weight: 100;
    border: 1px solid #fff;
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    bottom: 10px;
    position: fixed;
    font-size: 21px;
    background: #6384ff;
    right: 10px;
    display: block !important;
    padding-top: 2px;
    padding-bottom: 2px;
}
.back-to-top:hover {
    background-color: #141414;
}
.back-to-top:hover i{
    color: #fff;
}