/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents
        
    01. Navbar
    02. Slider
    03. Clients
    04. Some Facts
    05. Services
    06. Get Started
    07. Portfolio
    08. Our Team
    09. Testimonials
    10. Pricing
    11. Want Work
    12. Blog
    13. Clients
    14. Contact
    15. Footer
    16. Page Loading
    17. Media Query
*/

body {
    font-family: 'Nunito', sans-serif;
    background: #fff;
}

/*--------------------------------------------------
[1. Start Navbar]
--------------------------------------------------*/
.navbar {
    padding: 10px 0;
    background: linear-gradient(135deg, rgba(248, 249, 250, 1) 0%, rgba(22, 37, 43, 0) 100%);
}

.logo img {
width: 300px;
height: 80px;
}

.logo img:hover{
width: 300px;
height: 80px;
}

.navbar .nav-item .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    padding: 0;
    margin-right: 40px;
    transition: all .4s ease-in-out;
}
.navbar .nav-item .nav-link:hover {
    color: #000000;
}
.navbar .btn-white {
    font-size: 15px;
    color: #46495c;
    background: #ffffff;
    padding: 10px 45px;
    border-radius: 65px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    z-index: 10000;
}

/*--------------------------------------------------
[2. Start Slider]
--------------------------------------------------*/
.slider {
    background: url('../img/bg/slider.png') left bottom no-repeat;
    background-size: cover;
    height: 100vh;
}
.slider {
    padding-top: 40px;
}
.slider .content h1 {
    font-size: 40px;
    color: #4b5260;
    font-weight: 300;
    line-height: 40px;
}
.slider .content h1 span {
    font-weight: 900;
}
.slider .content p {
    font-size: 16px;
    color: #888d99;
    font-weight: 400;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.slider .content .btn-green {
    background: linear-gradient(to right, #216fbe 0%,#216fbe 100%);
    box-shadow: 0px 15px 51px 0px rgba(0,0,0,0.24);
    color: #ffffff;
    padding: 10px 45px;
    font-weight: 600;
    border-radius: 45px;
    display: inline-block;
    text-decoration: none;
    transition: all .4s ease-in-out;
}
.slider .content .btn-green:hover {
    box-shadow: none;
    transform: translateY(-5px);
}
.slider img {
    animation: slider 2s infinite;
}
@keyframes slider {
    0%   {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-10px);
    }
  }

/*--------------------------------------------------
[3. Start Clients]
--------------------------------------------------*/
.clients {
    background: #f0ebf5;
    padding: 120px 0;
    margin-top: 120px;
}
.clients .item {
    cursor: pointer;
    filter: grayscale(.9);
    transition: all .4s ease-in-out;
}
.clients .item:hover {
    filter: grayscale(0);
}

/*--------------------------------------------------
[4. Start Features]
--------------------------------------------------*/
.features {
    padding: 120px 0;
}
.features .box {
    background: #ffffff;
    box-shadow: 1px 1px 25px 0px rgba(0,0,0,0.06);
    border-radius: 10px;
    padding: 40px;
}
.features .box h2 {
    font-size: 20px;
    font-weight: 600;
    color: #4b5260;
    margin-top: 20px;
    margin-bottom: 10px;
}
.features .box p {
    font-size: 16px;
    color: #888d99;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
.features .box:hover img {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1.02);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.01);
    }
}

/*--------------------------------------------------
[5. Start Easy]
--------------------------------------------------*/
.easy {
    padding-bottom: 120px;
}
.easy .right h2 {
    font-size: 25px;
    line-height: 32px;
    color: #3b566e;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}
.easy .right p {
    font-size: 16px;
    color: #888d99;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
}
.easy .right .btn-green {
    background: linear-gradient(to right, #216fbe 0%,#216fbe 100%);
    box-shadow: 0px 15px 51px 0px rgba(0,0,0,0.24);
    color: #ffffff;
    padding: 10px 45px;
    border-radius: 45px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all .4s ease-in-out;
}
.easy .right .btn-green:hover {
    box-shadow: none;
    transform: translateY(-5px);
}

/*--------------------------------------------------
[6. Start Get Started]
--------------------------------------------------*/
.started {
    background: url('../img/bg/get-started.png') center center no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.started span {
    font-size: 16px;
    font-weight: 400;
}
.started h2 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;   
    margin-bottom: 25px;
}
.started .btn-green {
    background: linear-gradient(to right, #67d690 0%,#00a99d 100%);
    box-shadow: 0px 15px 51px 0px rgba(0,0,0,0.24);
    color: #ffffff;
    padding: 10px 45px;
    font-weight: 600;
    border-radius: 45px;
    text-decoration: none;
    display: inline-block;
    transition: all .4s ease-in-out;
}
.started .btn-green:hover {
    box-shadow: none;
    transform: translateY(-5px);
}
/*--------------------------------------------------
[7. Start Normal]
--------------------------------------------------*/
.normal {
    padding: 120px 0;
}
.normal img.ismo {
    animation: slider 2s infinite;
}

/*--------------------------------------------------
[8. Start Testimonials]
--------------------------------------------------*/
.testimonials {
    background: url('../img/bg/testimonials.png') center center no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.testimonials .box {
    background: #ffffff;
    box-shadow: 1px 1px 25px 0px rgba(0,0,0,0.06);
    border-radius: 10px;
    padding: 50px 100px;
    margin: 0 15px;
    width: 30%;
}
.testimonials .box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #4b5260;
    margin: 0;
    margin-top: 20px;
}
.testimonials .box span {
    font-size: 14px;
    font-weight: 400;
    color: #9ea3ad;
}
.testimonials .box p {
    font-size: 15px;
    color: #888d99;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    margin-top: 20px;
}

/*--------------------------------------------------
[9. Start Services]
--------------------------------------------------*/
.services {
    padding: 120px 0 ;
}
.services .heading {
    margin-bottom: 50px;
}
.services .heading h2 {
    font-size: 25px;
    font-weight: 700;
    color: #444a57;
    margin-top: 15px;
    margin-bottom: 10px;
}
.services .heading p {
    font-size: 16px;
    color: #888d99;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
.services .m-b-40 {
    margin-bottom: 40px;
}
.services .box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #585f65;
    margin-top: 20px;
    margin-bottom: 8px;
}
.services .box p {
    font-size: 16px;
    color: #888d99;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

/*--------------------------------------------------
[10. Start Our Team]
--------------------------------------------------*/
.team {
    padding-bottom: 120px;
}
.team .heading {
    margin-bottom: 50px;
}
.team .heading h2 {
    font-size: 25px;
    font-weight: 700;
    color: #444a57;
    margin-top: 15px;
    margin-bottom: 10px;
}
.team .heading p {
    font-size: 16px;
    color: #888d99;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
.team .box {
    background: #ffffff;
    box-shadow: 1px 1px 25px 0px rgba(0,0,0,0.06);
    border-radius: 10px;
    padding-top: 40px;
    position: relative;
    box-sizing: border-box;
}
.team .box img {
    padding-bottom: 170px;
}
.team .box .info {
    background: linear-gradient(to right, #714091 0%,#3b2472 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-clip-path: polygon(0 48%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 48%, 100% 0, 100% 100%, 0% 100%);
    padding: 40px 0;
    padding-top: 90px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all .4s ease-in-out;
}
.team .box .info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}
.team .box .info span {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}
.team .box .info .social {
   margin-bottom: -60px;
   transition: all .6s ease-in-out;
   opacity: 0;
}

.team .box .info .social .icon {
    background: #ffffff;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 0 2px;
    border-radius: 50%;
    font-size: 20px;
    color: #604ae6;
    box-shadow: 0px 5px 21px 0px rgba(0,0,0,0.11);
    position: relative;
    transition: all .4s ease-in-out;
}
.team .box .info .social .icon:hover {
    transform: translateY(-7px);
}
.team .box .info .social .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.team .box:hover .social {
    margin-bottom: 0;
    margin-top: 25px;
    opacity: 1;
}
.team .box:hover .info {
    padding-top: 120px;
    opacity: .98;
}
.team .box img {
    transition: all .4s ease-in-out;
}
.team .box:hover img {
    transform: scale(1.03);
}

/*--------------------------------------------------
[11. Start Some Facts]
--------------------------------------------------*/
.some-fact {
    background: url('../img/bg/mountains.jpg') center center no-repeat;
    background-size: cover;
    padding: 120px 0 80px 0;
}
.some-fact .items {
    margin-bottom: 40px;
    color: #ffffff;
}
.some-fact .items h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 25px;
}
.some-fact .items h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

/*--------------------------------------------------
[12. Start Hard]
--------------------------------------------------*/
.hard {
    padding: 120px 0;
}
.hard .right h2 {
    font-size: 25px;
    line-height: 32px;
    color: #3b566e;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.hard .right p {
    font-size: 16px;
    color: #888d99;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}
.hard .right .p-main {
    margin-bottom: 40px;
}
.hard .right .icons-info .item {
    margin-top: 20px;
}
.hard .right .icons-info .item .icon {
    margin-right: 20px;
}
.hard .right .icons-info .item h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #444a57;
    margin-bottom: 10px;
}

/*--------------------------------------------------
[13. Start Price]
--------------------------------------------------*/
.price {
    padding-bottom: 120px;
}
.price .heading {
    margin-bottom: 50px;
}
.price .heading h2 {
    font-size: 25px;
    font-weight: 700;
    color: #444a57;
    margin-top: 15px;
    margin-bottom: 10px;
}
.price .heading p {
    font-size: 16px;
    color: #888d99;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
.price .box {
    background: #ffffff;
    box-shadow: 1px 1px 25px 0px rgba(0,0,0,0.06);
    border-radius: 10px;
    padding: 40px 40px;
}
.price .box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #475254;
    margin: 0;
    margin-bottom: 25px;
}
.price .box .number {
    background: #ffffff;
    width: 115px;
    height: 115px;
    box-shadow: 1px 1px 25px 0px rgba(143, 85, 85, 0.1);
    border-radius: 50%;
}
.price .box .number .red {
    font-size: 50px;
    font-weight: 700;
    color: #eb6d77;
    margin: 0;
}
.price .box .number  span {
    font-size: 16px;
    font-weight: 400;
}
.price .box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #475254;
    margin-top: 20px;
    margin-bottom: 20px;
}
.price .box .orange {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    color: #f39309;
}
.price .box .blue {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    color: #028ac8;
}
.price .box .options {
    background: #ffffff;
    padding: 30px 40px;
    box-shadow: 1px 1px 25px 0px rgba(0,0,0,0.06);
    border-radius: 5px;
    position: relative;
}
.price .box .options ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 28px;
    text-align-last: left;
}
.price .box .options ul li {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 400;
    color: #a0a097;
}
.price .box .options ul li span {
    font-size: 18px;
    color: #a0a097;
    margin-right: 10px;
}
.price .box .options .btn-red {
    background: linear-gradient(to right, #ff8790 0%,#da5761 100%);
    box-shadow: 0px 15px 51px 0px rgba(0,0,0,0.24);
    color: #ffffff;
    padding: 10px 45px;
    border-radius: 45px;
    text-decoration: none;
    width: 70%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    transition: all .4s ease-in-out;
}
.price .box .options .btn-red:hover {
    box-shadow: none;
    bottom: -10px;
}
/* Orange */
.price .box .options .btn-orange {
    background: linear-gradient(to right, #f3ba09 0%,#f39309 100%);
    box-shadow: 0px 15px 51px 0px rgba(0,0,0,0.24);
    color: #ffffff;
    padding: 10px 45px;
    border-radius: 45px;
    text-decoration: none;
    width: 70%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    transition: all .4s ease-in-out;
}
.price .box .options .btn-orange:hover {
    box-shadow: none;
    bottom: -10px;
}
/* Blue */
.price .box .options .btn-blue {
    background: linear-gradient(to right, #0bb2ff 0%,#0082be 100%);
    box-shadow: 0px 15px 51px 0px rgba(0,0,0,0.24);
    color: #ffffff;
    padding: 10px 45px;
    border-radius: 45px;
    text-decoration: none;
    width: 70%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    transition: all .4s ease-in-out;
}
.price .box .options .btn-blue:hover {
    box-shadow: none;
    bottom: -10px;
}
.price .box h6 {
    font-size: 15px;
    font-weight: 600;
    color: #475254;
    margin: 0;
    margin-top: 60px;
}


/*--------------------------------------------------
[14. Start Contact]
--------------------------------------------------*/
.contact {
    background: url('../img/bg/contact.png') center center no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.contact .heading {
    margin-bottom: 50px;
}
.contact .heading h2 {
    font-size: 25px;
    font-weight: 700;
    color: #444a57;
    margin-top: 15px;
    margin-bottom: 10px;
}
.contact .heading p {
    font-size: 16px;
    color: #888d99;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    box-shadow: 0px 15px 51px 0px rgba(0,0,0,0.24);
    padding: 10px 45px;
    border-radius: 45px;
    text-decoration: none;
    display: inline-block;
    transition: all .4s ease-in-out;
    padding: 10px;
    border-radius: 45px;
    font-size: 15px;
    background: linear-gradient(to right, #216fbe 0%,#216fbe 100%);
    color: #ffffff;
}

.contact button.btn:hover {
    background: #000000;
    box-shadow: none;
    transform: translateY(-5px);
}

/*--------------------------------------------------
[15. Start Footer]
--------------------------------------------------*/
.footer {
    background: linear-gradient(to right, #216fbe 0%,#216fbe 100%);
    padding: 40px 0;
}
.footer h2 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    margin-top: 20px;
}

/*--------------------------------------------------
[16. Start Media Query]
--------------------------------------------------*/
@media (max-width: 383.98px) {
    .navbar {
        background: linear-gradient(to right, #216fbe 0%,#216fbe 100%) !important;
        padding: 20px 30px;
    }
    .navbar .nav-item .nav-link {
        margin-top: 25px;
    }
    .navbar .btn-white {
        margin: 20px 0;
        display: inline-block;
    }
    .slider {
        height: auto;
        padding: 120px 0;
        background: linear-gradient(to right, #714091 0%,#3b2472 100%);
        text-align: center;
    }
    .slider .content h1 {
        color: #ffffff;
        font-size: 35px;
    }
    .slider .content p {
        color: #ffffff;
    }
    .slider .sd-img {
        margin-top: 50px;
    }
    .features {
        padding: 120px 0 90px 0;
    }
    .features .box {
        margin-bottom: 30px;
    }
    .easy img {
        margin: 0 !important;
    }
    .easy .image {
        margin-bottom: 40px;
    }
    .normal .right {
        margin-bottom: 40px;
    }
    .testimonials .box {
        padding: 20px;
    }
    .hard .hr-img {
        margin-bottom: 40px;
    }
    .services {
        padding: 120px 0 80px 0;
    }
    .services .box {
        margin-bottom: 40px;
    }
    .services .m-b-40 {
        margin-bottom: 0;
    }
    .team {
        padding: 0 0 90px 0;
    }
    .team .box {
        margin-bottom: 30px;
    }
    .price {
        padding-bottom: 90px;
    }
    .price .box {
        margin-bottom: 30px;
    }
    .slick-prev {
        display: none;
    }
    .slick-next {
        display: none;
    }
    .services {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .navbar {
        background: linear-gradient(to right, #216fbe 0%,##216fbe 100%) !important;
        padding: 20px 30px;
    }
    .navbar .nav-item .nav-link {
        margin-top: 25px;
    }
    .navbar .btn-white {
        margin: 20px 0;
        display: inline-block;
    }
    .slider {
        height: auto;
        padding: 120px 0;
        background: linear-gradient(to right, #714091 0%,#3b2472 100%);
        text-align: center;
    }
    .slider .content h1 {
        color: #ffffff;
        font-size: 35px;
    }
    .slider .content p {
        color: #ffffff;
    }
    .slider .sd-img {
        margin-top: 50px;
    }
    .features {
        padding: 120px 0 90px 0;
    }
    .features .box {
        margin-bottom: 30px;
    }
    .easy img {
        margin: 0 !important;
    }
    .easy .image {
        margin-bottom: 40px;
    }
    .normal .right {
        margin-bottom: 40px;
    }
    .testimonials .box {
        padding: 20px;
    }
    .hard .hr-img {
        margin-bottom: 40px;
    }
    .services {
        padding: 120px 0 80px 0;
    }
    .services .box {
        margin-bottom: 40px;
    }
    .services .m-b-40 {
        margin-bottom: 0;
    }
    .team {
        padding: 0 0 90px 0;
    }
    .team .box {
        margin-bottom: 30px;
    }
    .price {
        padding-bottom: 90px;
    }
    .price .box {
        margin-bottom: 30px;
    }
    .slick-prev {
        display: none;
    }
    .slick-next {
        display: none;
    }
    .services {
        text-align: center;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .navbar {
        background: linear-gradient(to right, #216fbe 0%,#216fbe 100%) !important;
        padding: 20px 30px;
    }
    .navbar .nav-item .nav-link {
        margin-top: 25px;
    }
    .navbar .btn-white {
        margin: 20px 0;
        display: inline-block;
    }
    .slider {
        height: auto;
        padding: 120px 0;
        background: linear-gradient(to right, #714091 0%,#3b2472 100%);
        text-align: center;
    }
    .slider .content {
        margin-bottom: 50px;
    }
    .slider .content h1 {
        color: #ffffff;
        font-size: 35px;
    }
    .slider .content p {
        color: #ffffff;
    }
    .slider .sd-img {
        margin-top: 50px;
    }
    .features {
        padding: 120px 0 90px 0;
    }
    .features .box {
        margin-bottom: 30px;
    }
    .easy img {
        margin: 0 !important;
    }
    .easy .image {
        margin-bottom: 40px;
    }
    .normal .right {
        margin-bottom: 40px;
    }
    .testimonials .box {
        padding: 20px;
    }
    .hard .hr-img {
        margin-bottom: 40px;
    }
    .services {
        padding: 120px 0 80px 0;
    }
    .services .box {
        margin-bottom: 40px;
    }
    .services .m-b-40 {
        margin-bottom: 0;
    }
    .team {
        padding: 0 0 90px 0;
    }
    .team .box {
        margin-bottom: 30px;
    }
    .price {
        padding-bottom: 90px;
    }
    .price .box {
        margin-bottom: 30px;
    }
    .slick-prev {
        display: none;
    }
    .slick-next {
        display: none;
    }
    .services {
        text-align: center;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .navbar {
        background: linear-gradient(to right, #216fbe 0%,#216fbe 100%) !important;
        padding: 20px 30px;
    }
    .navbar .nav-item .nav-link {
        margin-top: 25px;
    }
    .navbar .btn-white {
        margin: 20px 0;
        display: inline-block;
    }
    .slider {
        height: auto;
        padding: 170px 0 120px 0;
    }
    .easy {
        text-align: center;
    }
    .easy .right {
        margin-top: 40px;
    }
    .normal img {
        margin: 0;
        margin-top: 40px;
    }
    .price {
        padding-bottom: 90px;
    }
    .price .box {
        margin-bottom: 30px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .navbar {
        background: linear-gradient(to right, #216fbe 0%,#216fbe 100%) !important;
        padding: 10px 10px;
    }
    .slider {
        height: auto;
        padding: 150px 0 120px 0;
    }
    .price .box {
        padding: 40px 10px;
    }
}