@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 {
    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: #74727a !important;
}

.section {
    padding: 80px 0px;
}


/* Section Title */

.sec-ttl img {
    width: 55px;
    height: 60px;
    margin: 10px 0px;
}

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

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

.sec-ttl p {
    color: #74727a;
    font-weight: 400;
    font-size: 17px;
}


/* Section Title */

.main-ttl {
    font-size: 60px;
    font-weight: 400;
    color: #2a2833;
}

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

.scnd-ttl {
    font-size: 22px;
    font-weight: 500;
    color: #2a2833;
}

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

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

.getstarted-btn {
    color: #2a2833;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 15px 0px;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    border: 2px solid transparent;
    -webkit-border-image: linear-gradient(120deg, #ff58b9, #ffc5a0);
    -o-border-image: -o-linear-gradient(330deg, #ff58b9, #ffc5a0);
    border-image: linear-gradient(120deg, #ff58b9, #ffc5a0);
    border-image-slice: 1;
}

.getstarted-btn:hover {
    color: #fff;
    background: -o-linear-gradient(45deg, #FF51B4, #FFBF07);
    background: linear-gradient(45deg, #FF51B4, #FFBF07);
    -webkit-border-image: linear-gradient(120deg, #FF51B4, #FFBF07);
    -o-border-image: -o-linear-gradient(330deg, #FF51B4, #FFBF07);
    border-image: linear-gradient(120deg, #FF51B4, #FFBF07);
    border-image-slice: 1;
}


/* Image Box Css */

.img-box {
    padding: 10px;
}

.img-box .image {
    max-width: 100%;
    width: 80px;
    height: 60px;
    display: block;
    text-align: center;
    margin: 10px auto 40px auto;
}

.img-box .img-box-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #011a3e;
}

.img-box .img-box-content p {
    font-size: 16px;
    color: #7f8693;
    font-weight: 400;
}


/* Image Box Css */


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


/* Hero section Start */

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

.hero-section::before {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    bottom: 15%;
    left: 0%;
    background: url('assets/images/hshape1.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.hero-video-bg {
    width: 100%;
    height: 470px;
    padding: 5px;
    background: url('assets/images/hvideo_bg.png');
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-position-x: center;
}

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

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


/* Hero section End */


/* Partner Logo Section Start*/

.partner-section .sec-ttl h2 {
    font-size: 30px;
}

.partner-content {
    border-bottom: 2px solid #f6f6f6;
    padding-bottom: 10px;
    background: #fff;
}

.partner-logo {
    margin: 0px auto;
    text-align: center;
    width: 100%;
    max-width: 200px;
    height: 120px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.partner-logo:hover {
    -webkit-box-shadow: 9px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 9px 10px 20px 0px rgba(0, 0, 0, 0.1);
}


/* Partner Logo Section End*/


/* Why Hire Start  */

.why-hire-section {
    position: relative;
}

.why-hire-section::before {
    content: '';
    position: absolute;
    max-width: 100%;
    width: 400px;
    height: 400px;
    background: url('assets/images/shapebg2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 10%;
    left: 5%;
    z-index: -1;
}

.why-hire-section::after {
    content: '';
    position: absolute;
    max-width: 100%;
    width: 500px;
    height: 900px;
    background: url('assets/images/shapebg1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -40%;
    right: 0;
    z-index: -1;
}


/* Why Hire End  */


/* Proven Record Start  */

.proven-record-section {
    background: #fefbf4;
}


/* Proven Record End  */


/* Achivement Start  */

.achivement-box {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 20px auto;
}

.achivement-box::before {
    content: '';
    position: absolute;
    top: 47.8%;
    left: 50%;
    width: 94%;
    height: 98%;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.achivement-box.projects::before {
    background: url(assets/images/ac1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.achivement-box.customers::before {
    top: 49.4%;
    background: url(assets/images/ac2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.achivement-box.success::before {
    top: 49.4%;
    background: url(assets/images/ac3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.achivement-box.awards::before {
    top: 51%;
    left: 51%;
    background: url(assets/images/ac4.png);
    background-repeat: no-repeat;
    background-size: 96% 96%;
}

.achivement-box h3 {
    color: #2a2833;
    margin: 0;
    font-weight: 500;
}

.achivement-box p {
    color: #a5a4a8;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
}


/* Achivement 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, #ff49ba, #ffa95c);
    -o-border-image: -o-linear-gradient(30deg, #ff49ba, #ffa95c);
    border-image: linear-gradient(60deg, #ff49ba, #ffa95c);
    border-image-slice: 1;
}

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

.portfolio-video.vc3 {
    -webkit-border-image: linear-gradient(60deg, #21acff, #f332ff);
    -o-border-image: -o-linear-gradient(30deg, #21acff, #f332ff);
    border-image: linear-gradient(60deg, #21acff, #f332ff);
    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 */


/* Portfolio Section End */

.pricing-box {
    max-width: 300px;
    margin: 20px auto;
    padding: 40px 60px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    -webkit-border-radius: 5px;
    background: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
}

.pricing-box::before {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: -o-linear-gradient(330deg, #ff78c6, #ffb180);
    background: linear-gradient(120deg, #ff78c6, #ffb180);
    z-index: -1;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pricing-box.pb::before {
    background: -o-linear-gradient(330deg, #ff78c6, #ffb180);
    background: linear-gradient(120deg, #ff78c6, #ffb180);
}

.pricing-box.pm::before {
    background: -o-linear-gradient(330deg, #73c7fe, #75fe86);
    background: linear-gradient(120deg, #73c7fe, #75fe86);
}

.pricing-box.pp::before {
    background: -o-linear-gradient(330deg, #39c5ff, #f363ff);
    background: linear-gradient(120deg, #39c5ff, #f363ff);
}

.pricing-box:hover::before {
    opacity: 1;
}

.pricing-box.pb::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: -13%;
    background: #f6f6f6;
}

.pricing-box.pm::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: -13%;
    background: #f6f6f6;
}

.pricing-box.pb .getstarted-btn {
    border: 2px solid transparent;
    -webkit-border-image: linear-gradient(120deg, #ff78c6, #ffb180);
    -o-border-image: -o-linear-gradient(330deg, #ff78c6, #ffb180);
    border-image: linear-gradient(120deg, #ff78c6, #ffb180);
    border-image-slice: 1;
}

.pricing-box.pm .getstarted-btn {
    border: 2px solid transparent;
    -webkit-border-image: linear-gradient(120deg, #73c7fe, #75fe86);
    -o-border-image: -o-linear-gradient(330deg, #73c7fe, #75fe86);
    border-image: linear-gradient(120deg, #73c7fe, #75fe86);
    border-image-slice: 1;
}

.pricing-box.pp .getstarted-btn {
    border: 2px solid transparent;
    -webkit-border-image: linear-gradient(120deg, #39c5ff, #f363ff);
    -o-border-image: -o-linear-gradient(330deg, #39c5ff, #f363ff);
    border-image: linear-gradient(120deg, #39c5ff, #f363ff);
    border-image-slice: 1;
}

.pricing-box .getstarted-btn:hover {
    color: #2a2833;
    background: none;
}

.pricing-box .price {
    font-size: 60px;
    color: #ff4eb5;
    text-align: center;
    font-weight: bold;
    line-height: 55px;
}

.pricing-box .pricing-title {
    font-size: 12px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    color: #74727a;
    letter-spacing: 2px;
    padding: 0px 0px 20px 0px;
    border-bottom: 2px solid #f6f6f6;
}

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

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

.pricing-box .getstarted-btn {
    margin: 4px auto;
}


/* Pricing Box */


/* Pricing Section End */


/* Testimonails Start */


/* Testimonials Slider box */

.testimonials-section {
    background: #fefbf4;
}

.testimonial-box {
    padding: 50px 40px;
    text-align: center;
    background: url(assets/images/ts_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.testimonial-box .testi-details p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.testimonial-box .testi-details h4 {
    font-size: 20px;
    padding-top: 20px;
}

.testimonial-box .testi-details h6 {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #b5b5b7;
}

.testimonial-box .testi-image {
    width: 100px;
    margin: 20px auto 50px auto;
}

#testimonial-slider .owl-nav .owl-prev,
#testimonial-slider .owl-nav .owl-next {
    margin-top: 10px;
    position: absolute;
    z-index: 1;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #2a2833;
}

#testimonial-slider .owl-nav .owl-prev:hover,
#testimonial-slider .owl-nav .owl-next:hover {
    background: -o-linear-gradient(250deg, #ff966f 30%, #ff56ad);
    background: linear-gradient(200deg, #ff966f 30%, #ff56ad);
    color: #fff;
}

#testimonial-slider .owl-nav .owl-prev {
    left: -80px;
}

#testimonial-slider .owl-nav .owl-next {
    right: -80px;
}


/* Testimonials Slider box */


/* Testimonails End */


/* Subscribe Section Start */

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

.download-box input {
    display: block;
    width: 100%;
    margin: 15px 0px;
    border: 2px solid #c4c8ce;
    outline: none;
    padding: 10px;
    text-align: center;
    color: #7c7d8a;
    font-size: 14px;
    font-weight: 400;
}

.download-box input[type="submit"] {
    border: none;
    background: #f76b1c;
    color: #fff;
    padding: 14px 8px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 170px;
    margin: 20px 0px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.download-box input[type="submit"]:hover {
    -webkit-box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.1);
}


/* Subscribe Section End */


/* Contact Section Start  */


/* Contact form */

.contact-section {
    background: url(assets/images/contact_bg.png);
    background-repeat: no-repeat;
    background-size: 90% 100%;
}

.contact-section .sec-ttl h2 {
    font-size: 28px;
}

.contact-section .sec-ttl p {
    font-size: 15px;
}

.contact-section .sec-ttl h2,
.contact-section .sec-ttl p {
    color: #fff;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #fff;
    padding: 10px 8px;
    margin: 15px 15px 15px 0px;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-indent: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #7c7d8a;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.contact-form textarea {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.contact-form button {
    background: #ff8a41;
    padding: 5px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    margin: 10px 0px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 2px solid #ff8a41;
}

.contact-form button i {
    padding-left: 3px;
}

.contact-form button:hover {
    /* box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.1); */
    background: transparent;
}


/* Contact form */


/* Contact Section End  */


/* Footer Section Start*/

#footer {
    padding: 80px 0px 0px 0px;
}

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

.footer-social a:hover {
    color: #2A2833;
    -webkit-box-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.15);
}

.fs-facebook {
    background: -o-linear-gradient(250deg, #ff966f 30%, #ff56ad);
    background: linear-gradient(200deg, #ff966f 30%, #ff56ad);
}

.fs-twitter {
    background: -o-linear-gradient(250deg, #cf47ff 30%, #3a9eff);
    background: linear-gradient(200deg, #cf47ff 30%, #3a9eff);
}

.fs-instgram {
    background: -o-linear-gradient(250deg, #3cf46b 30%, #3ac3d2);
    background: linear-gradient(200deg, #3cf46b 30%, #3ac3d2);
}

.fs-pinterest {
    background: -o-linear-gradient(250deg, #ffd14b 30%, #ff9042);
    background: linear-gradient(200deg, #ffd14b 30%, #ff9042);
}


/* Footer Widget */

.footer-widget {
    margin: 20px 0px;
}

.footer-widget h4 {
    font-size: 22px;
    font-weight: 700;
}

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

.footer-link li a {
    color: #b5b4b8;
    padding: 8px 0px;
    position: relative;
}

.footer-link li a::before {
    content: '';
    position: absolute;
    background: -o-linear-gradient(45deg, #FE825A, #FFB12A);
    background: linear-gradient(45deg, #FE825A, #FFB12A);
    width: 0px;
    height: 2px;
    left: 0;
    bottom: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.footer-link li a:hover::before {
    width: 100%;
}


/* Footer COpyright */

.footer-copy {
    width: 100%;
    background: #fff9ff;
    margin: 30px 0px 0px 0px;
    padding: 30px 5px;
}


/* 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;
}

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

.nav-item {
    position: relative;
}

.nav-item .nav-link.getstarted-btn {
    padding: 3px 20px !important;
    font-size: 14px;
    font-weight: 500;
    color: #2a2833 !important;
    margin: 0px 20px;
}

.nav-item .nav-link.getstarted-btn:hover {
    color: #fff !important;
}

.nav-item .nav-link.getstarted-btn::before {
    display: none;
}

.navbar-nav .nav-link {
    padding: 10px 0px !important;
    margin: 0px 12px;
    position: relative;
}

.nav-item>.nav-link::before {
    content: '';
    position: absolute;
    background: -o-linear-gradient(45deg, #FE825A, #FFB12A);
    background: linear-gradient(45deg, #FE825A, #FFB12A);
    width: 0px;
    height: 2px;
    left: 0;
    bottom: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.nav-item:hover .nav-link::before {
    width: 100%;
}

.nav-item.active>.nav-link::before {
    width: 100%;
}