/********************************************************** */
/********************  Cogency Landing ******************** */
/********************************************************* */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,500i,600,700,800,900');
body {
    background: #F6F8FA;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #727B9A;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0px;
    font-style: normal;
    color: #000000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #191C3C;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 17px;
    line-height: 28px;
}

h6 {
    font-size: 14px;
}

a {
    color: #191C3C;
}

a:hover {
    color: inherit;
}

ul,
li {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
}


/* global social media */
@media (min-width: 1260px) {
    .container {
        max-width: 1170px;
    }
}


/*Social Icon one*/

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.social-icon-one li a {
    position: relative;
    width: 30px;
    height: 30px;
    color: #FF8AAC;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #E0E0F2;
}

.social-icon-one li a:hover {
    color: #ffffff;
    background-color: #FF8AAC;
    border: 2px solid #FF8AAC;
}


/*Social Icon two*/

.social-icon-two {
    padding: 0;
    margin: 0;
    margin-bottom: 35px;
    margin-left: -15px;
}

.social-icon-two li {
    display: inline-block;
}

.social-icon-two li a {
    font-size: 20px;
    width: 22px;
    height: 22px;
    margin: 0 18px;
    line-height: 23px;
    display: inline-block;
    text-align: center;
    background: transparent;
    color: #1D2063;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
}

.social-icon-two li a:hover {
    color: #F82462;
}


/*========== Common Css ==========*/

.section-title {
    margin-bottom: 60px;
    position: relative;
}


.section-title h2 {
    margin-bottom: 15px;
}
.section-title h5 {
    position: relative;
    color: #000000;
}
/*btn style*/

.btn {
    background: #ffffff;
    border: 1px solid #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #FE5D89;
    z-index: 9;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16.5px 40px;
    border-radius: 5px;
    position: relative;
}

.btn:hover {
    color: #fff;
    background: #FE5D89;
    border: 1px solid #FE5D89;
}

.btn-bg {
    background: #FE5D89;
    border: 1px solid #FE5D89;
    transition: .5s;
    color: #FFFFFF;
    z-index: 9;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 25px;
    position: relative;
}

.btn-bg:hover {
    color: #fff;
    background: #FE5D89;
    border: 1px solid #FE5D89;
}

.read-more-btn {}

.white-bg {
    background: #ffffff;
}

.gray-bg {
    background: #F6F8FA;
}


/*----------------------------------------------------------------
                    End Default Settings
----------------------------------------------------------------*/


/*** 
====================================================================
    Hero area start
====================================================================
 ***/

.hero-section {
    overflow: hidden;
    position: relative;
    height: 100vh;
    min-height: 700px;
}

.hero-section.bg-img {
    background-color: #F6F8FA;
    background-image: url(../img/hero/hero-bg.png);
    background-position: center;
    background-size: cover;
}
.hero-text {
    position: relative;
    z-index: 99;
    padding: 170px 0 130px;
}



.hero-text h1 {
    padding-bottom: 30px;
    line-height: 1.35;
}
.hero-text h5 {
    margin-bottom: 35px;
    margin-right: 206px;
}

.right-shap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-animation: animPulse 20s infinite linear;
    animation: animPulse 20s infinite linear;
    animation-delay: 0s;
}

.bubble1,
.bubble2,
.bubble3,
.bubble4,
.bubble5,
.bubble6,
.bubble7 {
    position: absolute;
}

.bubble1 {
    left: 55%;
    top: 25%;
    animation: shapeAnimationThree 30s infinite;
    animation-delay: 0s;
}

.bubble2 {
    left: 52%;
    top: 22%;
    animation: shapeAnimationFive 20s infinite;
    animation-delay: 0.5s;
}

.bubble3 {
    left: 60%;
    top: 20%;
    animation: shapeAnimationOne 15s infinite;
    animation-delay: 1s;
}

.bubble4 {
    left: 47%;
    top: 71%;
    animation: shapeAnimationTwo 25s infinite;
    animation-delay: 0s;
}

.bubble5 {
    left: 45%;
    top: 72%;
    animation: shapeAnimationThree 20s infinite;
    animation-delay: 0.3s;
}

.bubble6 {
    left: 49%;
    top: 66%;
    animation: shapeAnimationFour 30s infinite;
    animation-delay: 0.5s;
}

.bubble7 {
    left: 48%;
    top: 63%;
    animation: shapeAnimationFive 20s infinite;
    animation-delay: 0.2s;
}

.hero-img-two,
.hero-img-three,
.hero-images {
    position: absolute;
}

.hero-images {
    width: 42%;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-img-one {
    width: 120%;
    padding-bottom: 10%;
}

.hero-img-two {
    width: 60%;
    left: 15% !important;
    bottom: -15%;
    top: auto !important;
}

.hero-img-three {
    width: 30%;
    left: 63% !important;
    bottom: 13%;
    top: auto !important;
}

/*** 
====================================================================
    Hero area End
====================================================================
 ***/



/*** 
====================================================================
    Demo section Start
====================================================================
 ***/
@media (min-width: 1660px) {
    .main-header .container,
    .main-demo .container,
    .feature-icon .container{
        max-width: 1570px;
    }
}

@media (min-width: 1100px) {
    .custom-row {
        margin-right: -30px;
        margin-left: -30px;
    }
    .custom-row > div {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.custom-row .grid-item {
    margin-bottom: 60px;
}

.main-demo .red {
    color: #FE5D89;
    font-size: 138px;
}

.main-demo .light {
    color: #E2E2E2;
    font-size: 45px;
}
.main-demo .blue {
    color: #635AF2;
    font-size: 71px;
}

/*** 
====================================================================
    Demo section Start
====================================================================
 ***/
.main-demo {
    position: relative;
    padding: 100px 0 20px;
    background-image: url(../img/demo-bg.png);
}

.main-demo .image {
    position: relative;
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius:15px 15px 0 0;
}
.main-demo .image:hover {
    background-position: bottom center
}

.main-demo .image a {
    position: relative;
    height: 445px;
    display: block;
    top: -36px;
}

.main-demo h3 {
    position: relative;
    font-size: 18px;
    padding: 35px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 100px;
    transition: .5s ease;
    background: #635af2;
    border-radius: 0 0 10px 10px;
}

.main-demo .pagelink {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 24px;
    color: #fff;
}

.tran-4 {
    transition: 4s ease
}



.feature-icon {
    position: relative;
    background-color: #f7f8f9;
    background-position: center;
    padding: 120px 0 90px
}

.feature-icon .shape {
    position: absolute;
    top: -100px;
    left: 150px
}

.feature-block-two {
    position: relative;
    text-align: center;
    border: 1px solid #f4f4f9;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    padding: 50px 40px;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin-bottom: 60px;
    min-height: 333px;
    border-radius: 15px;
}

.feature-block-two .image {
    min-height: 80px
}

.feature-block-two span {
    font-size: 65px;
    background-image: -webkit-linear-gradient( 0deg, rgb(254, 93, 137) 0%, rgb(99, 90, 242) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-block-two h4 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #222
}


.footer {
    position: relative;
    text-align: center;
    padding: 90px 0;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #fff;
}

.footer .overlay {
    position: absolute;
    top: 60px;
    left: 100px
}

.footer h2 {
    color: #FF8AAC;
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.footer .link-btn .btn-style-one {
}

.footer .link-btn .btn-style-one:hover {
}

.footer .text {
    color: #fff;
    margin-bottom: 35px;
    font-size: 32px
}

.footer a.project-btn {
    background: #635AF2;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 11px 25px;
    margin-left: 15px;
    margin-right: 0;
    display: inline-block;
    margin-top: 19px;
    margin-right: 0;
    border: 1px solid transparent;
    transition: .5s;
}
/*** 
====================================================================
     End portfolio/Project section
====================================================================
***/

/*featurs*/

.featurs{
    padding: 150px 0px 20px;
    background: #fff;
}
.feature-item {
    margin-bottom: 40px;
    text-align: center;
}
.feature-item .icon-box img{
    width: 200px;
    border-radius: 50%;
    box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.15);
}
.feature-item h3{
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    margin-top: 28px;
    text-align: center;
}


.elementor-ss{

max-width: 1020px;

margin: 0 auto;

margin-bottom: 100px;
}

.elementor-ss img{
    margin: 0 auto;
}