@font-face {
    font-family: "fty-skradjhuwn";
    src: url("../fonts/fty-skradjhuwn-ncv-1.ttf") format("truetype");
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    max-width: 1400px;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2a2833;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

button,
input,
button:hover,
button:focus,
input:focus {
    border: none;
    outline: none;
}

ul {
    list-style: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

.primary-color {
    color: #2a2833 !important;
}

.text-color {
    color: #226054 !important;
}

.text-orange {
    color: #ff864c !important;
}

.text-blue {
    color: #3f1474 !important;
}

.p-color {
    color: #546d87;
}

.section {
    padding: 80px 0px;
}


/* Section Title */

.sec-ttle-shape {
    width: 30px;
    height: 40px;
    margin: 5px 0px;
}

.sec-ttl h6 {
    color: #ee464b;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.sec-ttl h2 {
    font-size: 40px;
    font-weight: 500;
    color: #011a3e;
    position: relative;
    margin: 0px 0px 20px 0px;
    z-index: 2;
    display: inline-block;
}

.sec-ttl h2 span {
    font-weight: 700;
}

.sec-ttl p {
    color: #7a808d;
    font-weight: 400;
    font-size: 16px;
}


/* Section Title */

.main-ttl-pre {
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin: 0px 0px 5px 0px;
    color: #fc3549;
    font-weight: 600;
}

.main-ttl {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 15px 0px;
}

.main-ttl span {
    font-weight: 700;
}

.main-desc {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.getstarted-btn {
    color: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding: 8px 30px;
    line-height: 30px;
    font-size: 15px;
    margin: 15px 0px;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc430), to(#ff635c));
    background: -o-linear-gradient(top, #ffc430, #ff635c);
    background: linear-gradient(180deg, #ffc430, #ff635c);
    letter-spacing: 0.5px;
}

.getstarted-btn:hover {
    color: #fff;
}


/*---------All Css Start here-----------*/


/* Hero section Start */

.hero-section {
    width: 100%;
    min-height: 800px;
    background: url('assets/images/bg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 70px 0px !important;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    max-width: 100%;
    width: 100px;
    height: 100px;
    top: 17%;
    left: 2%;
    background: url('assets/images/Hshapetl1.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.hero-section::after {
    content: '';
    position: absolute;
    max-width: 100%;
    width: 70px;
    height: 70px;
    bottom: 22%;
    left: 2%;
    background: url('assets/images/Hshapebl1.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.hero-video {
    background: #fff;
    width: 100%;
    height: 320px;
    border: 10px solid transparent;
    -webkit-border-image: linear-gradient(60deg, #ff703e, #ffec4e);
    -o-border-image: -o-linear-gradient(30deg, #ff703e, #ffec4e);
    border-image: linear-gradient(60deg, #ff703e, #ffec4e);
    border-image-slice: 1;
    margin: 0px auto;
}

.hero-video iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}


/* Hero section End */


/* Service Section Start */

.service-section .sec-ttl h2 {
    font-size: 35px;
}


/* Service Box Css */

.service-box {
    padding: 20px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    margin: 20px 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height: 315px;
}

.service-box .sb-image {
    max-width: 100%;
    width: 80px;
    height: 60px;
    display: block;
    text-align: center;
    margin: 10px 0px 35px 0px;
}

.service-box .sb-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #3f1474;
    margin: 5px auto 20px auto;
}

.service-box .sb-content p {
    font-size: 14px;
    color: #8b7f9a;
    font-weight: 400;
}


/* Service Box Css */


/* Service Section End */


/* Why Hire Start  */

.why-hire-section {
    background: url('assets/images/bg2.png');
    background-size: 110% 100%;
    background-repeat: no-repeat;
    padding: 120px 0px;
    background-position-x: 20%;
}

.why-hire-section .getstarted-btn {
    background: #36bca1;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.why-hire-section .getstarted-btn:hover {
    -webkit-box-shadow: 7px 9px 13px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 9px 13px 1px rgba(0, 0, 0, 0.15);
    color: #fff !important;
}


/* Why Hire End  */


/* Achievment Section Start */

.achivement-section {
    position: relative;
    background: url('assets/images/bg3.png');
    background-size: 114% 107%;
    background-repeat: no-repeat;
    padding: 120px 0px;
    background-position-x: 80%;
}

.achivement-text .getstarted-btn {
    background: #36bca1;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.achivement-text .getstarted-btn:hover {
    -webkit-box-shadow: 7px 9px 13px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 9px 13px 1px rgba(0, 0, 0, 0.15);
    color: #fff !important;
}


/* Achievment Box Start */

.achivment-box {
    background: #fff;
    display: block;
    width: 165px;
    height: 165px;
    padding-top: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 7px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 7px 14px rgba(0, 0, 0, 0.1);
    margin: 25px 0px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.achiv-box-1 .achivment-box {
    margin: 25px 0px 25px auto;
}

.achiv-box-1 {
    margin-top: -40px;
}

.achivment-box .achivment-icon {
    width: 50px;
    height: 50px;
    display: block;
    margin: 5px auto 12px auto;
}


/* Achievment Box Start */


/* Achievment Section End */


/* Number Speaks Start */


/* Number Speaks Box */

.ns-box-wrap {
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 15px 10px
}

.nsb-bg-1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#1fe2f1), to(#1296ca));
    background: -o-linear-gradient(top, #1fe2f1, #1296ca);
    background: linear-gradient(180deg, #1fe2f1, #1296ca);
}

.nsb-bg-2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc330), to(#ff635c));
    background: -o-linear-gradient(top, #ffc330, #ff635c);
    background: linear-gradient(180deg, #ffc330, #ff635c);
}

.nsb-bg-3 {
    background: -webkit-gradient(linear, left top, left bottom, from(#e464fc), to(#7f25b3));
    background: -o-linear-gradient(top, #e464fc, #7f25b3);
    background: linear-gradient(180deg, #e464fc, #7f25b3);
}

.nsb-bg-4 {
    background: -webkit-gradient(linear, left top, left bottom, from(#b4e46c), to(#3d913e));
    background: -o-linear-gradient(top, #b4e46c, #3d913e);
    background: linear-gradient(180deg, #b4e46c, #3d913e);
}

.ns-box {
    width: 150px;
    height: 150px;
    margin: auto;
}

.ns-box h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
}

.ns-box p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}


/* Number Speaks Box */


/* Number Speaks End */


/* Portfolio Section Start */

.portfolio-section {
    width: 100%;
}

.portfolio-box {
    max-width: 100%;
    margin: 20px auto;
}

.portfolio-video {
    max-width: 100%;
    height: 220px;
    border: 5px solid transparent;
    background: #fff;
}

.portfolio-video.vc1 {
    -webkit-border-image: linear-gradient(60deg, #32b46a, #f0f247);
    -o-border-image: -o-linear-gradient(30deg, #32b46a, #f0f247);
    border-image: linear-gradient(60deg, #32b46a, #f0f247);
    border-image-slice: 1;
}

.portfolio-video.vc2 {
    -webkit-border-image: linear-gradient(60deg, #fdb046, #feee51);
    -o-border-image: -o-linear-gradient(30deg, #fdb046, #feee51);
    border-image: linear-gradient(60deg, #fdb046, #feee51);
    border-image-slice: 1;
}

.portfolio-video.vc3 {
    -webkit-border-image: linear-gradient(60deg, #4eaffe, #5df5ff);
    -o-border-image: -o-linear-gradient(30deg, #4eaffe, #5df5ff);
    border-image: linear-gradient(60deg, #4eaffe, #5df5ff);
    border-image-slice: 1;
}

.portfolio-video iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

.portfolio-meta h4 {
    font-size: 18px;
    color: #011a3e;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.portfolio-meta p {
    font-size: 16px;
}

.portfolio-box:hover .portfolio-meta h4 {
    color: #ffbc25;
}


/* Pricing Section Start */

.pricing-section {
    position: relative;
}


/* Portfolio Section End */

.pricing-box {
    max-width: 330px;
    margin: 20px auto;
    padding: 30px 20px 40px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    transition: .3s;
}

.pricing-box .pricing-icon {
    width: 100px;
    height: 90px;
    margin: 15px auto;
    position: relative;
}

.pricing-box .pricing-icon img {
    width: 80%;
}

.pricing-box .pricing-title {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3f1474;
    letter-spacing: 2px;
    position: relative;
    margin: 2px 0px 7px 0px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pricing-box .price {
    font-size: 55px;
    color: #ff864c;
    text-align: center;
    font-weight: 700;
    line-height: 55px;
    position: relative;
    padding: 0px 0px 20px 0px;
    border-bottom: 2px solid rgb(246, 246, 246, 1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pricing-box .package-feature {
    text-align: center;
    padding: 20px 0px;
}

.package-feature li {
    color: #7c7d8a;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
}

.package-feature li i {
    color: #ff864c;
    padding: 0px 1px;
    font-size: 12px;
}

.pricing-box:hover {
    background: #3f1474;
}

.pricing-box:hover .price {
    border-bottom: 2px solid rgb(246, 246, 246, 0.1);
}

.pricing-box:hover .price,
.pricing-box:hover .pricing-title,
.pricing-box:hover .package-feature li {
    color: #fff;
}


/* Pricing Box */


/* Pricing Section End */


/* Testimonails Start */

.testimonials-section {
    background: #242a38;
    position: relative;
}

.testimonials-section .sec-ttl h6 {
    color: #4caf50;
}

.testimonials-section .sec-ttl h2 {
    font-size: 35px;
}


/* Testimonails Box */

.testimonials-box {
    max-width: 320px;
    padding: 20px 15px;
    border: 2px solid #3a404c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 40px auto;
}

.testimonials-box .tesi-thumb {
    width: 80px;
    margin: -65px auto 15px auto;
}

.testimonials-box .tesi-thumb img {
    width: 100%;
}

.testimonials-box .testi-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.testimonials-box .testi-content .tc-details p {
    color: #6b7c93;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}


/* Testimonails Box */


/* Testimonails End */


/* Subscribe Section Start */

.subscribe-section {
    position: relative;
}

.subscribe-section::before {
    content: '';
    position: absolute;
    max-width: 100%;
    width: 400px;
    height: 400px;
    background: url('assets/images/bg11.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -10%;
    right: 0;
}

.subscribe-text p {
    color: #5f5f5f;
}

.download-box {
    max-width: 300px;
}

.download-box input {
    display: block;
    width: 100%;
    margin: 15px 0px;
    background: #f2f4f8;
    outline: none;
    border: none;
    padding: 12px;
    text-align: left;
    color: #8a909f;
    font-size: 14px;
    font-weight: 400;
}

.download-box input[type="submit"] {
    border: none;
    background: -o-linear-gradient(45deg, #e72253 27%, #fd963a);
    background: linear-gradient(45deg, #e72253 27%, #fd963a);
    color: #fff;
    padding: 14px 8px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16x;
    text-align: center;
}


/* Subscribe Section End */


/* Contact form */

.contact-section {
    position: relative;
}

.contact-section::before {
    content: '';
    position: absolute;
    max-width: 100%;
    width: 180px;
    height: 380px;
    background: url('assets/images/Cshape2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 30%;
    right: 0;
    z-index: -1;
}

.contact-section::after {
    content: '';
    position: absolute;
    max-width: 100%;
    width: 185px;
    height: 465px;
    background: url('assets/images/Cshape1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    bottom: -30%;
    left: 0;
    z-index: -1;
}

.contact-section .sec-ttl h2 {
    font-size: 33px;
    font-weight: 500;
    color: #272839;
    line-height: 43px;
}

.contact-section .sec-ttl h6 {
    color: #fb3c7f;
}


/* Contact info */

.ci-content {
    padding: 5px 10px;
}

.ci-icon {
    width: 50px;
    height: 50px;
    margin: 2px 10px 0px 0px;
}

.ci-content h4 {
    color: #272839;
    font-size: 16px;
    margin: 5px 0px;
}

.ci-content p {
    color: #818181;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.contact-info ul li {
    margin: 20px 10px 20px 0px;
}


/* Contact info */

.contact-form input,
.contact-form textarea {
    display: block;
    width: 100%;
    margin: 10px 0px;
    background: #f2f4f8;
    outline: none;
    border: none;
    padding: 12px;
    text-align: left;
    color: #8a909f;
    font-size: 14px;
    font-weight: 400;
}

.contact-form button {
    display: inline-block;
    border: none;
    margin: 4px auto;
    color: #fff;
    line-height: 30px;
    background: -o-linear-gradient(45deg, #e72253 27%, #fd963a);
    background: linear-gradient(45deg, #e72253 27%, #fd963a);
    border: none;
    position: relative;
    overflow: hidden;
    padding: 7px 25px;
    text-align: center;
    font-size: 14px;
}


/* Contact form */


/* Contact Section End  */


/* CTA Start */

.cta-section {
    background: url('assets/images/CTAbg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-content h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
}

.cta-content p {
    color: #c3afdd;
    font-size: 15px;
    line-height: 25px;
    margin: 15px 0px 10px 0px;
}


/* CTA End */


/* Footer Section Start*/

#footer {
    background: #fff;
    padding: 80px 0px 0px 0px;
    position: relative;
}

.footer-social a {
    color: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    font-size: 15px;
    display: block;
    width: 46px;
    height: 45px;
    text-align: center;
    margin: 5px 5px;
    padding-top: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.fs-facebook {
    background: -webkit-gradient(linear, left top, left bottom, from(#1fe1f0), to(#1398ca));
    background: -o-linear-gradient(top, #1fe1f0, #1398ca);
    background: linear-gradient(180deg, #1fe1f0, #1398ca);
}

.fs-twitter {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc131), to(#ff635c));
    background: -o-linear-gradient(top, #ffc131, #ff635c);
    background: linear-gradient(180deg, #ffc131, #ff635c);
}

.fs-instgram {
    background: -webkit-gradient(linear, left top, left bottom, from(#e464fc), to(#7f25b3));
    background: -o-linear-gradient(top, #e464fc, #7f25b3);
    background: linear-gradient(180deg, #e464fc, #7f25b3);
}

.fs-pinterest {
    background: -webkit-gradient(linear, left top, left bottom, from(#b1e36b), to(#3f933f));
    background: -o-linear-gradient(top, #b1e36b, #3f933f);
    background: linear-gradient(180deg, #b1e36b, #3f933f);
}


/* Footer Widget */

.footer-widget {
    margin: 20px 0px;
    position: relative;
    z-index: 1;
}

.footer-widget h4 {
    font-size: 22px;
    font-weight: 700;
    color: #3f1474;
}

.footer-widget .getstarted-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#1fe3f1), to(#1296c9));
    background: -o-linear-gradient(top, #1fe3f1, #1296c9);
    background: linear-gradient(180deg, #1fe3f1, #1296c9);
}

.footer-widget p {
    color: #8b7f9a;
}

.footer-link li {
    margin: 10px 0px;
    color: #8b7f9a;
}

.footer-link li a {
    color: #8b7f9a;
}

.footer-info {
    padding: 15px 0px 0px 0px;
}

.footer-info li div {
    padding: 0px 10px 0px 0px;
}

.footer-info li i {
    padding: 0px 5px;
    color: #FFBC25;
    font-size: 16px;
}

.footer-info li p {
    color: #8b7f9a;
}


/* Footer COpyright */

.footer-copy {
    width: 100%;
    border-top: 2px solid #f4f0f9;
    margin: 30px 0px 0px 0px;
    padding: 20px 5px;
    color: #8b7f9a;
    position: relative;
    z-index: 1;
}


/* Footer Section End*/


/* Menu Start */

#header {
    margin-top: 25px;
    width: 100%;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 999999999;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

#header::before {
    content: '';
    position: absolute;
    bottom: -23px;
    background: rgba(255, 255, 255, 0.05);
    max-width: 100%;
    width: 100%;
    height: 2px;
    left: 0;
}

.menu-main-logo img {
    width: 200px;
}

.nav-item {
    position: relative;
}

.navbar-nav .nav-link {
    padding: 10px 12px !important;
    color: #fff !important;
}

.nav-item.active>.nav-link,
.nav-item:hover .nav-link {
    color: #fff !important;
}

.nav-info {
    min-width: 350px;
}

.nav-info .nav-call-box .nav-call-icon {
    width: 36px;
}

.nav-info .nav-call-box .nav-call-details {
    padding: 0px 0px 0px 5px;
}

.nav-info .nav-call-box .nav-call-details h6,
.nav-info .nav-call-box .nav-call-details h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.nav-info .nav-call-box .nav-call-details h5 {
    font-size: 15px;
    margin: 5px 0px 0px 0px;
}

.nav-info .getstarted-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#1fe3f1), to(#1296c9));
    background: -o-linear-gradient(top, #1fe3f1, #1296c9);
    background: linear-gradient(180deg, #1fe3f1, #1296c9);
}