@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
button:focus,
button:focus {
    outline: none;
	box-shadow: none;
}

@font-face {
    font-family: theme-font;
    #src: url(../font/TT-Norms-Fonts/TTNorms-Regular.otf);
}

.theme-font {
	font-family: 'Roboto', sans-serif;
    #font-family: "theme-font";
}

body {
    font-family: "theme-font";
}

.hero .price_card .card_img img {
    height: 30px;
}

.center_div {
  margin: auto;
  width: 100%;
  border: 0px solid green;
  padding: 0px;
}

.price_card {
    border: 0px;
    height: 340px;
    transition: all 0.2s ease-in-out;
    background-color: white;
}

.center_card {
    transform: scale(1.18);
    z-index: 1;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 25%);
}

.card_detail p {
    margin-bottom: 0px;
}

.card_detail span {
    font-size: 12px;
}

.rounded-container {
    display: flex;
    flex-direction: column;
	padding-top: 15px;
    background-color: white;
    border-radius: 25px;
	max-width: 800px;
	margin: auto;
}

.btn_select {
    font-size: 18px;
    font-weight: 500;
    background: #7622ce1c;
    border-radius: 50px;
    padding: 5px 25px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.btn_select_center {
    font-size: 18px;
    font-weight: 500;
    background: #7622ce4f;
    border-radius: 50px;
    padding: 5px 25px;
    text-decoration: none;
    color: #3122bb;
}

.btn_select:hover,
.btn_select_center:hover {
    color: #3122bb;
    background: #7622ce85;
}

section {
    overflow: hidden;
}

@font-face {
    font-family: theme-font-bold;
    #src: url(../font/TT-Norms-Fonts/TTNorms-Bold.otf);
}

.theme-font-bold {
    font-family: "theme-font-bold" !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-150 {
    padding-top: 150px !important;
}

.padding-top-200 {
    padding-top: 200px !important;
}

.padding-top-250 {
    padding-top: 250px !important;
}

.padding-top-300 {
    padding-top: 300px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-bottom-150 {
    padding-bottom: 150px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-150 {
    margin-top: 150px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-150 {
    margin-bottom: 150px !important;
}

.font-bold {
    font-weight: 600;
}

/* ---- reset ---- */

.btn-theme {
    font-size: 19px;
    font-weight: 500;
    border: 0;
    border-radius: 6px 6px 6px 6px;
    padding: 12px 24px 12px 24px;
    color: #000;
    background-color: #edeef2;
    transition: all 0.2s ease-in-out;
}
.btn-theme:hover {
    color: #000;
    background-color: #acafbf;
}

.btn-theme-alt {
    font-size: 19px;
    font-weight: 500;
    border: 0;
    border-radius: 6px 6px 6px 6px;
    padding: 12px 24px 12px 24px;
    color: white;
    background: linear-gradient(135deg, rgba(139, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    transition: all 0.2s ease-in-out;
}
.btn-theme-alt:hover {
    color: white;
    background: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(139, 0, 0, 1) 100%);
}
.navbar {
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 5%);
    background-color: #fff !important;
    position: fixed;
    top: 0;
    padding: 15px 0px;
    left: 0;
    z-index: 99;
    right: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0px 30px;
    font-size: 16px;
    font-family: 'theme-font';
    font-weight: 800;
    color: #181818;
}

.navbar-brand img {
    width: 230px;
}
.hero-main {
    padding-top: 170px;
}

.hero-content .hero-logo img {
    width: 280px;
    height: auto;
    object-fit: cover;
}

.hero-content h1 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.hero-content h3 {
    font-size: 18px;
    color: #5a5e73;
    line-height: 27px;
}

.service-main {
    padding-top: 150px;
    padding-bottom: 60px;
}

.service-header h1 {
    color: black;
    font-size: 33px;
    font-weight: 700;
}

.service-header h4 {
    font-size: 18px;
    color: #5a5e73;
    line-height: 27px;
}

.service-content svg {
    width: 50px;
}

.service-content {
    padding: 20px 30px;
}

.service-content h5 {
    font-size: 23px;
    margin-top: 30px;
}

.service-content p {
    font-size: 19px;
    color: #5a5e73;
    line-height: 27px;
}

.share-main {
    padding-top: 150px;
    padding-bottom: 50px;
}

.share-main h1 {
    color: black;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 50px;
}

.share-main ul li img {
    width: 80px;
}

.share-main ul li {
    padding: 0 10px;
}

#full-faq {
    padding: 120px 0;
}

#full-faq .faq-area .card {
    border: 0;
    overflow: visible;
}

#full-faq .faq-area .card .card-header {
    border: 0;
    padding: 0;
    border: solid 1px #e3e8ec;
    border-radius: 0;
}

.faq-area .card .card-body {
    border: 1px solid #e3e8ec;
    padding: 32px;
    font-size: 19px;
    color: #5a5e73;
}

#full-faq .faq-area .card .card-header h2 button {
    padding: 26px;
    font-size: 24px;
    text-align: left;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    text-decoration: none;
}

#full-faq .faq-area .card .card-header h2 button:focus {
    box-shadow: none;
}

#full-faq .faq-area .card .card-header h2 button span {
    color: #96a9b8;
}

#full-faq .faq-area .card .card-header.active {
    background-color: #fffef8;
}

#full-faq .faq-area .card .card-header.active span {
    color: #96a9b8;
}

.faq-header h1 {
    color: black;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 30px;
}

.subscribe-content h1 {
    background: -webkit-linear-gradient(-45deg, rgba(209, 71, 94, 1) 0%, rgba(94, 110, 186, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
    font-weight: 700;
}
.subscribe-content {
    padding-bottom: 100px;
    padding-top: 30px;
}
.footer-a ul li a {
    font-size: 13px;
    color: black;
}
.footer-a ul li {
    margin-bottom: 15px;
}

.footer-a p {
    font-size: 13px;
}
footer {
    background-color: #edeef2;
    padding: 90px 20px;
}
.icon-list li {
    margin: 0 5px;
}
.icon-list li a i {
    color: black;
    transition: all 0.2s ease-in-out;
}
.icon-list li a:hover i {
    color: #5e6eba;
}

@media screen and (max-width: 520px) {
    .navbar-brand img {
        width: 120px !important;
    }
    .btn-theme-alt {
        line-height: 16px;
        font-size: 13px;
    }
    .btn-theme {
        line-height: 16px;
        font-size: 13px;
    }

    .hero-main {
        padding-top: 130px !important;
    }
    .hero-content .hero-logo img {
        width: 200px;
    }
    .hero-content h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .hero-content h3 {
        font-size: 16px;
    }
    .service-main {
        padding-top: 115px;
    }
    .service-header h1 {
        font-size: 28px;
    }
    .service-content h5 {
        font-size: 19px;
    }
    .service-content p {
        font-size: 16px;
    }
    .service-content {
        padding: 20px 10px;
    }
    .share-main {
        padding-top: 110px;
    }
    .share-main ul li {
        padding: 10px 0px;
    }
    .share-main ul li img {
        width: 50px;
    }
    #full-faq .faq-area .card .card-header h2 button {
        font-size: 19px;
        padding: 16px;
    }
    .share-main h1 {
        font-size: 28px;
    }
    .faq-header h1 {
        font-size: 28px;
    }
    #full-faq {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .faq-area .card .card-body {
        font-size: 16px;
        padding: 17px;
    }
    .subscribe-content h1 {
        font-size: 28px;
    }
    .contact-main .contact-form .form .form-group-item {
        width: 100% !important;
    }
}

section {
    overflow: hidden;
}

.contact_bg {
    background: linear-gradient(to top, #07070796, #000000ad), url(../imgs/shield_background.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 80px;
}

.contact-main .contact-img {
    display: flex;
    height: 100%;
    background-color: #f2bda5;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.contact-main .contact-img img {
    max-width: 100%;
}
 
.contact-main .contact-form {
    display: flex;
    flex-direction: column;
	padding: 30px 40px;
    background-color: white;
    border-radius: 25px;
}

.contact-main .contact-form .form .form-group-item i {
    position: absolute;
    left: 7%;
    top: 60%;
    color: #646cb6;
}

.contact-main .contact-form h1 {
    color: #000;
}

.contact-main .contact-form .form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
}

.contact-main .contact-form .form .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.contact-main .contact-form .form .form-group-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-left: 10px;
    position: relative;
    padding-right: 10px;
    margin-bottom: 18px;
}

.contact-main .contact-form .form .form-group-item label {
    font-size: 14px;
    font-weight: bold;
    color: #2f302b;
    margin-bottom: 7px;
    margin-left: 18px;
}

.contact-main .contact-form .form .form-group-item:focus-within label {
    color: #646cb6;
}

.contact-main .contact-form .form .form-group-item input {
    height: 40px;
    border-bottom: 1.5px solid #e8e8e8;
    padding-left: 40px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-right: 20px;
    background: transparent;
    /* border: 0; */
    border-radius: 6px;
    outline: 0;
    transition: ease-out 200ms;
}

.contact-main .contact-form .form .form-group-item input::-webkit-input-placeholder {
    color: #2f302b;
    font-size: 13px;
}

.contact-main .contact-form .form .form-group-item input:focus {
    border: 2px solid#646cb6;
    color: #646cb6;
}

.contact-main .contact-form .form .form-group-item input:focus::-webkit-input-placeholder {
    color: #646cb6;
}

.contact-main .contact-form .form .terms {
    width: 100%;
}

.contact-main .contact-form .form .terms input {
    display: none;
}

.contact-main .contact-form .form .terms input + *::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 2px solid #2f302b;
    transition: ease-out 200ms;
    cursor: pointer;
    margin-right: 10px;
    font-style: normal;
}

.contact-main .contact-form .form .terms input:checked + * {
    color: #646cb6;
}

.contact-main .contact-form .form .terms input:checked + *::before {
    content: "✓";
    color: #646cb6;
    text-align: center;
    border-color: #646cb6;
}

.contact-main .contact-form .form .terms label {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #2f302b;
}

.contact-main .contact-form .form .terms label a {
    color: #646cb6;
    margin-left: 4px;
    margin-right: 4px;
}

.welcome-area {
    min-height: 637px;
    height: auto;
    position: relative;
}

.welcome-area .welcome-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.welcome-area .welcome-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background-image: linear-gradient(135deg, rgba(139, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 75%);
    z-index: 3;
}

.welcome-area .welcome-bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: none;
    z-index: 6;
}

.welcome-area .welcome-bg img {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0px;
    right: 0px;
    z-index: 5;
}

.welcome-area .welcome-content {
    position: relative;
    z-index: 11;
}

.welcome-area .welcome-content h1 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px !important;
}

.welcome-area .welcome-content p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.welcome-area .welcome-content h3 {
    font-size: 17px;
    color: #fff;
    font-weight: 800;
}

.about-main {
    padding: 70px 0px;
}

.about-main h1 {
    font-size: 50px;
    color: #333;
    margin-bottom: 30px;
}

.about-list li {
    list-style: disc;
    color: #5a5e73;
    margin-left: 1rem;
}

.about-list li p {
    color: #787878;
    font-size: 18px;
}

.service-card .card {
    position: relative;
    -webkit-box-shadow: 0 3px 10px 0px #0000001f;
    box-shadow: 0 3px 10px 0px #0000001f;
    border-radius: 1.5rem;
    padding: 30px 20px;
    border: 0;
    transition: all 0.3s ease 0s;
}

.service-card .card:hover {
    transform: translateY(-30px);
    -webkit-box-shadow: 0 3px 20px 0px #0000001f;
    box-shadow: 0 3px 20px 0px #0000001f;
}

.service-card .card img {
    width: 80px;
    object-fit: cover;
    margin-bottom: 30px;
}

.service-card .card p {
    color: #787878;
}

.service-header h1 {
    font-size: 50px;
    margin-bottom: 50px;
}

.particle-img img {
    position: absolute;
    right: 0;
    bottom: 0%;
    z-index: -1;
}

.career-particle-img img {
    position: absolute;
    left: 0;
    bottom: 0%;
    top: 0;
    height: 100%;
    transform: rotateY( 180deg);
    z-index: -1;
}

@keyframes bounceHero {
    0% {
        top: 0px;
    }
    50% {
        top: 25px;
    }
    100% {
        top: 0px;
    }
}

.about-img {
    animation: bounceHero 3s infinite;
}

.newsletter_bg {
    background-image: linear-gradient(135deg, rgba(139, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 75%);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat;
    padding: 100px 0px;
}

.btn-andriod {
    padding: 5px 20px;
    margin-right: 10px;
    background-color: #282828;
    color: #fff;
    transition: all 0.3s ease 0s;
    border: 0;
    border-radius: 50px;
}

.btn-andriod i {
    float: left;
    font-size: 30px;
    margin-top: 4px;
    padding: 0;
}

.btn-andriod .normal-txt {
    display: block;
    font-size: 11px;
    font-weight: 300;
    margin-top: 2px;
    padding-left: 34px;
    padding-right: 15px;
    text-transform: capitalize;
}

.btn-andriod .big-txt {
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-top: -3px;
    padding-left: 34px;
    text-align: left;
}

.newsletter-main h1 {
    font-size: 50px;
    margin-bottom: 30px;
    text-align: center;
    color: white;
}

.newsletter-main h3 {
    font-size: 22px;
    margin-bottom: 50px;
    font-weight: 600;
    text-align: center;
    color: white;
}

.screenshots-main {
    padding: 70px 0px;
}

.screenshots-main .screenshots-header p {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 400;
}

.section-padding {
    max-width: 1170px;
    margin: 0 auto;
    padding: 4px 0 0 0;
}

.owl-item .item {
    transform: translate3d(0, 0, 0);
    /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
    margin: 5px 0;
    /* OVERWRITE PLUGIN MARGIN */
}

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    height: 430px;
    transition: 0.3s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.screenshot_slider .owl-nav {
    text-align: center;
}

.screenshot_slider .owl-nav button {
    font-size: 25px !important;
    margin: 10px;
    font-weight: bold !important;
    font-family: fantasy !important;
    color: #666bb3 !important;
}

.screenshot_slider .owl-nav button:focus {
    outline: none;
    box-shadow: none;
}

/* .screenshot_slider .owl-item.active.center {
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://res.cloudinary.com/di5yipnns/image/upload/v1482236588/apple-iphone_aivldo.png);
    background-size: cover;
    background-position: center center;
} */

.screenshot_slider .owl-stage-outer {
    /*background: url(https://thewebions.com/deangelo/assets/imgs/mobile_2.png) no-repeat;*/
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 105%;
}

.device {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://res.cloudinary.com/di5yipnns/image/upload/v1482236588/apple-iphone_aivldo.png);
    background-size: cover;
    background-position: center center;
}

.breadcrumb-area {
    height: 450px;
    z-index: 1;
}

.bg-overlay::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #0000001f;
    opacity: 0.94;
    z-index: -1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white !important;
}

.breadcrumb {
    background: transparent !important;
}

.breadcrumb-content h1 {
    font-size: 46px;
}

.app-main .app-inner ul li span {
    height: 54px;
    width: 54px;
    display: inline-block;
    text-align: center;
    line-height: 54px;
    color: #676bb2;
    font-size: 1.5rem;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #0909091f;
    -webkit-box-shadow: 0 1px 3px #0909091f;
    box-shadow: 0 1px 3px #0909091f;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 15px;
}

.app-main .app-inner ul li {
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.app-main .app-inner ul li:hover span {
    height: 54px;
    width: 54px;
    display: inline-block;
    text-align: center;
    line-height: 54px;
    color: white;
    font-size: 1.5rem;
    border-radius: 4px;
    background-color: #676bb2;
    border: 1px solid #0909091f;
    -webkit-box-shadow: 0 1px 3px #0909091f;
    box-shadow: 0 1px 3px #0909091f;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 15px;
}

/* }
.app-main .app-inner ul li span i{
    font-size: 30px;
    color: #676bb2;
} */

.app-main .app-inner ul li p {
    font-size: 17px;
    color: #919191;
}

.app-main .app-header h1 {
    font-size: 40px;
    color: #333;
    margin-bottom: 20px;
}

.app-main .app-header h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px
}

.app-list li {
    margin-bottom: 10px;
}

.app-list li span i {
    color: #676bb2;
    font-size: 17px;
}

.app-list li P {
    font-size: 17px;
    color: #919191;
}

/* career start */

.main-career {
    padding-top: 100px;
    background: url(../imgs/career-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.career-p p {
    color: gray;
    font-weight: 500;
    font-size: 17px;
}

.career-menu {
    height: 70px;
}

.career-menu-icon {}

.career-menu-icon i {
    font-size: 30px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    background-color: #f7f7f7;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 4px -1px black;
}

.career-menu-icon i:hover {
    background: linear-gradient(135deg, rgba(139, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 75%);
    color: white;
    /* background: -webkit-linear-gradient(135deg, rgba(209, 71, 94, 1) 0%, rgba(94, 110, 186, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.career-menu-icon span {
    margin-left: 25px;
    font-size: 15px;
    color: gray;
    line-height: 60px;
}

.career-menu-icon span a {
    color: gray;
    text-decoration: underline;
}

.career-menu-icon span a:hover {
    background: -webkit-linear-gradient(135deg, rgba(139, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* .section-2 {
    position: relative;
} */

.career-h1 {
    color: #212529 !important;
    margin-bottom: 5px;
}

.main-career-2 {
    padding-top: 19px;
    position: absolute;
    top: 30%;
    left: -45%;
    width: 459px;
    color: gray;
    font-size: 17px;
    padding: 20px 30px;
    background-color: white;
    box-shadow: 0px 0px 13px #e2e2e2;
}

.main-career-2-img {
    position: relative;
}

.career-img {
    padding: 20px;
}

.career-img img {
    box-shadow: 0 0 10px 3px #0000001f;
}

@media screen and (max-width: 425px) and (min-width:320px) {
    .responsice-text {
        font-size: 14px;
    }
    .responsice-heading {
        font-size: 24px;
    }
    .responsice-height {
        margin-top: -50px !important;
        margin-bottom: -113px !important;
    }
}

.career-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width:900px) {
    .navbar .navbar-nav .nav-item .nav-link {
        margin: 20px 0px !important;
    }

}

/* @media screen and (width:768px) {
    .career-2 {
        height: 234px !important;
    }
    .main-career-2 {
        padding-top: 10px;
        top: -75px !important;
        left: -244px !important;
        height: 221px !important;
        width: 389px !important;
    }
    .responsice-text {
        font-size: 15px;
    }
}

@media screen and (width: 425px) {
    .career-2 {
        height: 400px !important;
    }
    .main-career-2 {
        padding-top: 40px;
        top: 92px;
        left: 28px;
        height: 234px !important;
        width: 369px;
        margin-top: 16%;
    }
}

@media screen and (width:375px) {
    .career-2 {
        height: 347px !important;
    }
    .main-career-2 {
        padding-top: 25px;
        top: 65px;
        left: 28px;
        height: 219px !important;
        width: 320px;
        margin-top: 16%;
    }
}

@media screen and (width: 320px) {
    .career-2 {
        height: 354px !important;
    }
    .main-career-2 {
        padding-top: 11px;
        top: 58px;
        left: 28px;
        height: 241px !important;
        width: 265px;
        margin-top: 16%;
    }
} */
@media screen and (max-width:500px) {
    .screenshot_slider .owl-stage-outer{
        background-position: 48% 22% !important;
        background-repeat: no-repeat;
        background-size: 233% 108% !important;
        
    }
    .welcome-area .welcome-content{
        padding-top:150px ;
    }
    .career-img{
        padding: 0 !important;
    }
    .main-career-2{
        top: 34% !important;
        left: 0% !important;
        width: 100% !important;
    }
}
@media screen and (max-width:900px) and (min-width:501px)  {


    .screenshot_slider .owl-stage-outer{
        background-position: 57% 22%;
        background-repeat: no-repeat;
        background-size: 83% 107%;
    }
}

@media screen and (max-width:1050px) and (min-width:900px)  {
    .screenshot_slider .owl-stage-outer {
        background: url(https://thewebions.com/deangelo/assets/imgs/mobile_2.png) no-repeat;
        background-position: 54% 22%;
        background-repeat: no-repeat;
        background-size: 81% 105%;}
}


hr {
    background-color: #fff;
    padding: 0;
}

hr.hr-1 {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgb(247 247 247), rgb(101 107 180), rgb(243 243 243));
}
.navbar-nav  .nav-link{
    position: relative;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #000 !important;
}

.navbar-nav  .nav-link::after {
    content: "";
    border-bottom: 3px solid #000;
    display: inline-block;
    width: 35%;
    height: 5px;
    opacity: 0;
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.navbar-nav  .nav-link:hover::after,
.navbar-nav  .nav-link.active::after {
    opacity: 1;
}
