*,



body {



    font-family: poppins;



}







body {



    overflow-x: hidden;



}







html {



    scroll-behavior: smooth;



}







.h1,



.main-footer .h2,



.h3,



.h4,



.h5,



.h6,



h1,



h2,



h3,



h4,



h5,



h6 {



    margin-bottom: 0;



    font-weight: 700;



    line-height: 1.2;



    font-family: Poppins, sans-serif;



}







html {



    scrollbar-color: #003372 #141232;



    scrollbar-width: 10px;



}







body::-webkit-scrollbar {



    width: 10px;



}







body::-webkit-scrollbar-track {



    background-color: #141232;



}







body::-webkit-scrollbar-thumb {



    background: #003372;



    border-radius: 10px;



    margin: 5px;



}







a {



    color: #000;



    text-decoration: none;



    -webkit-transition: all 0.3s;



    transition: all 0.3s;



}







a:hover {



    text-decoration: none;



}







a:focus,



a:hover {



    text-decoration: none;



    outline: 0;



}







:focus {



    outline: 0;



}







:hover {



    transition: 0.3s;



}







img {



    max-width: 100%;



    height: auto;



}







p {



    margin-bottom: 0;



}







ul {



    list-style: none;



    padding: 0;



    margin-bottom: 0;



}







.heading {



    text-align: center;



}







.heading h2 {



    color: #1c1a3b;



    font-size: 24px;



    font-weight: 600;



}







.heading h3 {



    font-size: 45px;



    font-weight: 700;



    color: #141232;



    text-transform: uppercase;



    margin-bottom: 1rem;



}







.contact-form .heading h3 {



    font-size: 40px;



}







.heading h3 span {



    color: #141232;



    font-family: Poppins, sans-serif;



}







.heading p {



    color: #000000;



    font-size: 16px;



}







header {



    padding: 40px 0;



    position: absolute;



    width: 100%;



    z-index: 2;



}







.fixed-header {



    width: 100% !important;



    position: fixed !important;



    top: 0 !important;



    padding: 10px 0 !important;



    z-index: 11 !important;



    background-image: -moz-linear-gradient(-90deg, rgb(255 87 64 / 74%) 0%, rgb(255 87 64 / 68%) 100%) !important;



    background-image: -webkit-linear-gradient(-90deg, rgb(255 87 64 / 74%) 0%, rgb(255 87 64 / 68%) 100%) !important;



    background-image: -ms-linear-gradient(-90deg, rgb(255 87 64 / 74%) 0%, rgb(255 87 64 / 68%) 100%) !important;



    transition: .8s linear !important;



}







.dropdown-menu {



    min-width: 16em;



    padding: 0;



    border-color: transparent !important;



    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.07);



    background-color: #fff;



}







.dropdown-menu li {



    margin: 0 !important;



}







.dropdown-menu {



    background: #030221 0% 0%;



    border: 1px solid #d50000 !important;



    border-radius: 10px;



    padding-inline: 14px;



}







.dropdown-menu a {



    padding: 8px;



    transition: all 0.2s ease-in-out;



    display: block;



    color: white;



    border-bottom: 1px solid #d50000;



    font-size: 14px;



}







.dropdown-menu a:last-child {



    border-bottom: 1px solid transparent;



}











/* .dropdown-menu a:hover {



    background-color: #d5000000 !important;



    color: #d50000 !important;



} */







.dropdown-item.active,



.dropdown-item:active {



    /* background-color: #d50000 !important; */



}







header nav {



    display: flex;



    align-items: center;



    justify-content: space-between;



}







.brand-logo {



    text-decoration: none;



    display: block;



    width: 20%;



    position: relative;



    z-index: 999;



}







.doubleMenu {



    flex-grow: 1;



}







.menuInfo ul {



    list-style: none;



    padding: 0;



    margin: 0;



    display: flex;



    justify-content: flex-end;



}







.menuInfo ul li a {



    padding: 5px 15px;



    line-height: 1.5;



    font-size: 16px;



    text-decoration: none;



    color: #000;



    font-weight: 600;



    display: flex;



    align-items: center;



    font-family: Poppins, sans-serif;



    transition: 0.4s;



}







.menuInfo ul li a:hover {



    color: #ef0a5d;



}







.menuInfo ul li a i {



    transition: 0.4s;



}







.menuInfo ul li a:hover i {



    color: #ef0a5d;



}







.menuInfo ul li a .fas {



    color: #101010;



    font-size: 0.85rem;



    margin-right: 7px;



    margin-top: -4px;



}







ul.navbar {



    list-style: none;



    padding: 0;



    margin: 0 -0.7vw;



    align-items: center;



    display: flex;



    justify-content: flex-end;



}







ul.navbar li {



    margin: 0 0.5vw;



    display: inherit;



    position: relative;



}







ul.navbar li a {



    font-weight: 400;



    padding: 10px 10px;



    text-decoration: none;



    color: #222;



    font-size: 16px;



    font-family: Poppins, sans-serif;



    transition: 0.4s;



    text-transform: capitalize;



}







ul.navbar li a.active,



ul.navbar li a:hover {



    color: #f87213;



}







.menu-right {



    display: flex;



    align-items: center;



}







.navicon {



    position: relative;



    z-index: 999;



}







.nav-toggle span {



    top: 25px;



}







.nav-toggle {



    width: 56px;



    height: 53px;



    cursor: pointer;



    display: flex;



    position: relative;



    align-items: center;



    justify-content: center;



    border-radius: 50px;



    background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);



    background-image: -webkit-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);



    background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);



}







.nav-toggle span,



.nav-toggle span:after,



.nav-toggle span:before {



    content: "";



    position: absolute;



    display: block;



    width: 30px;



    height: 2px;



    background-color: #fff;



    cursor: pointer;



}







.nav-toggle span,



.nav-toggle span:after,



.nav-toggle span:before {



    -webkit-transition: all 0.3s ease-in-out;



    transition: all 0.3s ease-in-out;



}







.nav-toggle span:before {



    top: -8px;



}







.nav-toggle span:after {



    bottom: -8px;



}







.nav-toggle.active span:after,



.nav-toggle.active span:before {



    top: 0;



}







.nav-toggle.active span:after,



.nav-toggle.active span:before {



    top: 0;



}







.nav-toggle.active span {



    background-color: transparent !important;



}







.nav-toggle.active span:after {



    top: 10px;



    -ms-transform: translatey(-10px) rotate(-45deg);



    -webkit-transform: translatey(-10px) rotate(-45deg);



    transform: translatey(-10px) rotate(-45deg);



    background-color: #fff;



}







.nav-toggle.active span:before {



    -ms-transform: rotate(45deg);



    -webkit-transform: rotate(45deg);



    transform: rotate(45deg);



    background-color: #fff;



}











/* .btn-default {



    text-transform: uppercase;



    color: #333;



    padding: 13px 30px;



    font-family: Poppins, sans-serif;



    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.07);



    background-color: #fff;



    border: 1px solid #ccc;



    border-radius: 50px;



    font-size: 16px;



    font-weight: 400;



} */







.btn-default:hover span {



    color: #fff;



}







.hero-text ul img {



    width: 90px;



    filter: brightness(60.5);



}







.hero-text ul li {



    margin-right: 20px;



}







.btn-default span {



    font-weight: 700;



    font-family: Poppins, sans-serif;



    color: #d50000;



}







.header-number {



    display: flex;



    align-items: center;



}







.header-number:hover span {



    color: #e83b00;



}







.header-number i {



    margin-right: 15px;



}







.header-number span {



    color: #333;



    font-size: 16px;



    font-weight: 600;



    font-family: Poppins, sans-serif;



}







.detailHeader {



    position: fixed;



    left: 0;



    right: 0;



    top: 0;



    bottom: 0;



    background-image: -webkit-linear-gradient(90deg, rgb(147 145 140) 0, rgb(79 79 79) 100%);



    z-index: 99;



    display: flex;



    align-items: center;



    visibility: hidden;



    opacity: 0;



    -webkit-transition: opacity 1s;



    transition: opacity 1s;



}







.banner_right::after {



    content: "";



     width: 460px; 



     height: 500px; 



     background: url("https://webratron.com/images/banner_af.webp"); 



    background-size: contain;



    position: absolute;



    top: 0;



    left: 50px;



    transform: translateY(-40%);



    /*background: url(../images/promotion_banner_af.webp);



    background: url(../images/chirs-banner_af.png);*/



    background-size: 100%;



    width: 490px;



    height: 530px;



    background-repeat: no-repeat;



}







.detailHeader .innerMenu li {



    padding: 5px 0;



    flex: 0 0 100%;



    opacity: 0;



    transition: transform 0.5s, opacity 0.5s;



    -webkit-transform: translate3d(0, -80px, 0);



    transform: translate3d(0, -80px, 0);



}







.detailHeader .innerMenu li:first-child {



    -webkit-transition-delay: 0.05s;



    transition-delay: 0.05s;



}







.detailHeader .innerMenu li:nth-child(2) {



    -webkit-transition-delay: 15ms;



    transition-delay: 15ms;



}







.detailHeader .innerMenu li a {



    color: #eee;



    line-height: 40px;



    font-size: 27px;



    font-weight: 700;



    text-decoration: none;



}







.detailHeader .innerMenu li a:hover {



    color: #d50000;



}







.detailHeader.active .innerMenu li {



    opacity: 1;



    transform: translate3d(0, 0, 0);



}







.detailHeader.active {



    visibility: visible;



    opacity: 1;



    -webkit-transition: opacity 1s;



    transition: opacity 1s;



}







.detailHeader ul.menuBlock li a {



    color: #eee;



    font-size: 17px;



    line-height: 29px;



}







.detailHeader ul.menuBlock li a:hover {



    color: #d50000;



}







.overlay-scroll-btn {



    padding: 0 0 0 10px;



    margin-top: 10px;



    display: flex;



}







#down {



    width: 20px;



    height: 20px;



    cursor: pointer;



    display: flex;



    opacity: 0.6;



}







#down .fa,



#up .fa {



    color: #fff;



    opacity: 0.8;



}







#up {



    width: 20px;



    height: 20px;



    cursor: pointer;



    display: flex;



    opacity: 0.6;



}







#down:hover {



    opacity: 1;



}







.hero-text ul.main_point {



    width: 100%;



    column-count: 2;



}







.hero-text ul.main_point li {



    width: 80%;



    list-style-type: disclosure-closed;



    margin-left: 20px;



    /* display: block; */



    margin-bottom: 10px;



    font-size: 14px;



}







#up:hover {



    opacity: 1;



}







#parent {



    padding: 0;



}







.overlay-scroll-btn {



    padding: 0;



}







ul#parent {



    height: 290px !important;



}







#parent {



    width: 100%;



    overflow-x: hidden;



    overflow-y: hidden;



    padding: 0 0 0 1px;



    margin-bottom: 0;



}







.detailHeader .tab-content {



    display: flex;



    flex-direction: column;



    justify-content: center;



    height: 100%;



}







.dropdown:hover .dropdown-menu {



    display: block;



}







.main-banner.main-banner-img {
    background-image: url(../images/promotion_banner-bg.webp);
    /* background-image: url(../images/chris-banner-bg.jpg); */
    background-size: cover;
    background-position: right bottom;
    /* background-image: url(../images/easter-banner-bg.jpg); */
}







.main-banner {



    background-size: cover;



    background-repeat: no-repeat;



    min-height: 1020px;



    background-position: bottom;



    position: relative;



    display: flex;



    align-items: center;



}







.banner-text p {



    color: #fff;



    font-size: 18px;



    font-weight: 400;



    position: relative;



    display: flex;



    align-items: center;



}







.banner-text p:before {



    content: "";



    position: absolute;



    background-image: url(../images/webp/banner-icon.html);



    width: 143px;



    height: 14px;



    right: 75px;



}







.banner-text h2 {



    color: #fff;



    font-size: 45px;



    padding: 6px 0 12px;



    font-weight: 400;



}







.banner-text h2 span {



    font-weight: 700;



    font-family: Poppins, sans-serif;



}







.banner-text h3 {



    color: #fff;



    font-size: 27px;



    padding: 7px 5px;



    font-weight: 500;



    background-color: #000;



    text-align: center;



    display: block;



}







.banner-text ul {



    padding: 30px 0;



}







.banner-text ul li {



    color: #ffdcc2;



    font-size: 18px;



    font-weight: 400;



    font-family: "Open Sans", sans-serif;



    padding-bottom: 14px;



}







.banner-text ul li:last-child {



    padding-bottom: 0;



}







.banner-text ul li i {



    color: #fcb317;



    padding-right: 12px;



    font-size: 20px;



}







.banner-img {



    position: absolute;



    right: 10px;



    top: 50%;



    height: 100%;



    transform: translateY(-50%);



    display: flex;



    align-items: center;



}







.inner-banner-form-main {



    position: relative;



    z-index: 1;



}







.inner-banner-form-main::before {



    position: absolute;



    content: "";



    background: url(../images/badge-form.webp);



}







.inner-banner-form {



    background: url(../images/form-bg-local.png);



    width: 413px;



    height: 508px;



    padding: 35px 47px 40px;



    border-radius: 13px;



    display: table;



    margin: auto;



    position: relative;



    background-size: cover;



}







.inner-banner-form::before {



    position: absolute;



    content: "";



    background: linear-gradient(313deg, #078191, #073b72);



    width: 292px;



    height: 472px;



    border-radius: 25px;



    z-index: -1;



    transform: rotate(-7deg);



    left: 2px;



    top: 72px;



}







.inner-banner-form h6 {



    color: #073f74;



    font-weight: 900;



    font-size: 23px;



    line-height: normal;



}







.inner-banner-form p {



    color: #000;



    font-size: 13px;



    line-height: 25px;



    font-weight: 400;



    margin-bottom: 10px;



}







.paid-banner .inner-banner-form::after {



    content: "";



    background: url("../images/badge-form-ppc.png");



    width: 143px;



    height: 149px;



    right: -90px;



    top: -30px;



    position: absolute;



}







.fld-inp {



    position: relative;



}







.fld-inp i {



    position: absolute;



    top: 16px;



    left: 12px;



}







.inner-banner-form input {



    margin: 0 0 10px 0;



    background: 0 0;



    border: 1px solid #ccc;



}







.fld-inp input {



    width: 100%;



    background-color: #f4f4f4;



    height: 50px;



    border-radius: 10px;



    padding: 0 10px 0 33px;



    margin-bottom: 20px;



}







.inner-banner-form-main button {



    border-width: 2px;



    border-color: #073f74;



    border-style: solid;



    padding: 14px 40px;



    border-radius: 25px;



    color: #140b24;



    margin: 20px auto 0;



    font-weight: 700;



    font-size: 16px;



    position: relative;



    display: table;



}







.inner-banner-form-main button i {



    position: absolute;



    bottom: -13px;



    font-size: 25px;



    background: #efefef;



    color: #ed0043;



    right: 6px;



    padding: 0 25px;



}







.fld-inp.fld-txt textarea {



    padding: 13px 10px 0 33px;



    width: 100%;



    background-color: #f4f4f4;



    height: 100px;



    border-radius: 25px;



}







.inner-banner-form textarea {



    background: 0 0;



    border: 1px solid #ccc;



}







.main-feature {



    margin-top: -170px;



    position: relative;



}







.feature-wrap {



    background-image: -moz-linear-gradient(-90deg, #dcdcdc 0, #fff 100%);



    background-image: -webkit-linear-gradient(-90deg, #dcdcdc 0, #fff 100%);



    background-image: -ms-linear-gradient(-90deg, #dcdcdc 0, #fff 100%);



    box-shadow: 0 17px 109px 0 rgba(0, 0, 0, 0.26);



    border: 1px solid #fff;



    margin-bottom: 55px;



    display: flex;



    flex-direction: column;



    justify-content: center;



}







.feature-text {



    display: flex;



    flex-direction: column;



    justify-content: center;



    height: 100%;



    padding-left: 35px;



}







.feature-text h3 {



    font-size: 22px;



    color: #141234;



    font-weight: 700;



    padding: 14px 0 25px;



    line-height: 25px;



    text-transform: uppercase;



}







.feature-text h3 span {



    font-weight: 400;



    font-family: Poppins, sans-serif;



}







.home-btn {



    font-size: 14px;



    border-radius: 5px;



    padding: 9px 80px 9px 15px;



    position: relative;



    padding: 10px 35px;



    display: flex;



    justify-content: center;



    align-items: center;



    /* color: #fff !important; */



    /* border: 1px solid #d50000; */



    background-image: linear-gradient(to right, #002862, #0a11ff);



    justify-content: center;



    color: #000;



    border: none;



    font-weight: 600;



    transition: .4s linear;



    color: #fff;



}







.home-btn:hover {



    background-image: linear-gradient(to right, #0505c7, #01011b);



    color: #000;



    transform: scale(1.034);



    border: none !important;



    color: #ffff;



    text-shadow: 0 1px 1px #d12420;



}











/* 



.home-btn:hover:after,



.home-btn:hover:before {



    background-color: #ffffffd1;



}







.home-btn:before {



    position: absolute;



    content: "";



    background-color: white;



    width: 8px;



    height: 8px;



    border-radius: 50px;



    right: 71px;



    top: 16px;



    z-index: 1;



}







.home-btn:after {



    position: absolute;



    content: "";



    background-color: white;



    width: 43px;



    height: 2px;



    right: 20px;



    bottom: 18px;



} */







.feature-box {



    display: flex;



    align-items: center;



    border-right: 1px solid #fff;



    flex-direction: column;



    padding: 42px 0;



}







.feature-carousel {



    display: flex !important;



    align-items: center;



    height: 100%;



}







.feature-box i {



    display: inline-block !important;



}







.feature-box h3 {



    padding: 23px 0 33px;



    text-align: center;



    font-size: 16px;



    color: #000;



    font-weight: 500;



}







.feature-box a {



    color: #d50000;



    font-size: 15px;



    font-weight: 600;



    text-transform: uppercase;



}







.feature-box:hover {



    background-color: #151335;



}







.feature-box:hover h3 {



    color: #fff;



}







.feature-box:hover a {



    color: #fcb317;



}







.feature-carousel .owl-nav [class*="owl-"] {



    display: none;



    background-color: #fff !important;



    border-radius: 50px;



    width: 52px;



    height: 52px;



    color: #000;



    font-size: 17px !important;



    position: absolute;



    top: 95px;



    box-shadow: 0 17px 109px 0 rgba(0, 0, 0, 0.26);



}







.feature-carousel .owl-nav [class*="owl-"]:hover {



    color: #fff;



    text-decoration: none;



    background-image: -moz-linear-gradient(0deg, #d43500 0, #e4500d 49%, #f46b19 100%);



    background-image: -webkit-linear-gradient(0deg, #d43500 0, #e4500d 49%, #f46b19 100%);



    background-image: -ms-linear-gradient(0deg, #d43500 0, #e4500d 49%, #f46b19 100%);



}







.feature-carousel .owl-nav [class*="owl-"].owl-prev {



    left: -30px;



}







.feature-carousel .owl-nav [class*="owl-"].owl-next {



    right: -30px;



}







.feature-carousel .owl-nav [class*="owl-"]:focus {



    outline: 0;



}







.trust-logo-wrap {



    padding-bottom: 43px;



}







.trust-logo-text {



    height: 100%;



    display: flex;



    align-items: center;



}







.trust-logo-text h3 {



    font-size: 23px;



    color: #141234;



    font-weight: 700;



    line-height: 37px;



}







.main-renowned {



    background-image: url(../images/webp/renowned-banner.html);



    background-size: cover;



    height: 618px;



    background-repeat: no-repeat;



    background-position: center;



    position: relative;



}







.renowned-img {



    position: absolute;



    left: 10%;



}







.renowned-text {



    padding-top: 100px;



}







.renowned-text h3 {



    font-size: 42px;



    font-weight: 700;



    color: #fff;



}







.renowned-text h3 span {



    color: #d50000;



    font-family: Poppins, sans-serif;



}







.renowned-text p {



    padding: 20px 0 30px;



    color: #9e9db8;



    font-size: 16px;



    font-weight: 400;



}







.contact-info ul {



    display: flex;



    align-items: center;



}







.contact-info ul li:first-child {



    padding-left: 0;



    border-left: none;



}







.contact-info ul li {



    border-left: 1px solid #ffffff2e;



    padding: 0 18px;



}







.contact-info ul li a {



    display: flex;



    align-items: center;



    height: 100%;



    position: relative;



}







.coloumnsec {



    width: 100%;



    position: relative;



    height: auto;



    background-color: #07061700;



}







.coloumnsec .col {



    width: 284px;



    height: auto;



    float: left;



    box-sizing: border-box;



    -webkit-box-sizing: border-box;



    -moz-box-sizing: border-box;



    padding: 15px 15px 15px 15px;



}







.what_we_do_sec {



    padding: 100px 0px 60px;



    margin: 100px 0 0;



    position: relative;



}







.what_we_do_sec:before {



    content: "";



    background-color: #f6f6f6;



    height: 440px;



    width: 100%;



    position: absolute;



    top: 0;



}







.what_we_do_box2 {



    margin: -110px 0 0;



}







.what_we_do_box3 {



    margin: 30px 0 0;



}







.what_we_do_box4 {



    margin: 120px 0 0;



}







.what_we_do_box6 {



    margin: 20px 0 0;



}







.what_we_do_box {



    background-color: #fff;



    box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.53);



    margin-bottom: 0;



    padding: 20px 10px 0px;



    min-height: inherit;



    transition-duration: 0.5s;



    border-radius: 0;



    min-height: 320px;



}







.what_we_do_box img {



    margin: auto;



    width: 70px;



    height: 70px;



    display: table;



}







.what_we_do_box h3 {



    font-size: 18px;



    text-align: center;



    font-weight: 700;



    margin: 20px 0 20px;



}







.what_we_do_box p {



    text-align: center;



    color: #767474;



    font-size: 13px;



}







.what_we_do_box:hover .what_we_do_box_btn {



    display: block;



}







.what_we_do_box_btn {



    margin: 20px 0 0;



    display: none;



}







.what_we_do_box_btn a {



    text-align: center;



    margin: auto;



    display: table;



    font-size: 14px;



    font-weight: 700;



    color: #d50000;



    text-transform: uppercase;



}







.what_we_do_box_btn a img {



    float: right;



    margin: 4px 0 0 0px;



    position: relative;



    left: 10px;



    transition-duration: 0.5s;



}







.what_we_do_box_btn a:hover {



    text-decoration: none;



}







.what_we_do_box_btn a:hover img {



    margin: 4px 0 0 0px;



    left: 20px;



}







.what_we_do_box5 .title_blk {



    font-size: 34px;



    line-height: 40px;



    width: 120%;



}







.what_we_do_box5 .para_title {



    font-size: 15px;



}







.contact-info ul li a:hover h4 {



    color: #d50000;



}







.contact-info ul li a i {



    margin-right: 12px;



}







.contact-info ul li a h4 {



    font-size: 18px;



    font-weight: 600;



    color: #fff;



    text-transform: uppercase;



}







.contact-info ul li a h4 span {



    color: #9e9db8;



    font-size: 10px;



    font-weight: 600;



    text-transform: uppercase;



    position: relative;



}







.contact-info ul li:last-child a h4 span:before {



    content: "";



    position: absolute;



    background-image: url(../images/webp/chat.html);



    width: 18px;



    height: 18px;



    right: -29px;



}







.contact-info-btn {



    position: relative;



    padding-right: 50px;



    display: flex;



    align-items: center;



}







.contact-info-btn:before {



    position: absolute;



    content: "";



    background-color: #d50000;



    width: 8px;



    height: 8px;



    border-radius: 50px;



    z-index: 1;



}







.contact-info-btn:after {



    position: absolute;



    content: "";



    background-color: #ffffffad;



    width: 40px;



    height: 2px;



}







.main-service {



    padding-top: 104px;



}







.main-service-wrap {



    padding-top: 31px;



}







.service-box {



    display: flex;



    border: 1px solid #ccc;



    padding: 60px 0;



    flex-direction: column;



    align-items: center;



    text-align: center;



    position: relative;



}







.main-service-wrap .col:first-child .service-box {



    border-left: none;



}







.main-service-wrap .col:last-child .service-box {



    border-right: none;



}







.service-icon {



    position: relative;



    z-index: 2;



    width: 70px;



    height: 55px;



}







.service-icon:before {



    content: "";



    position: absolute;



    background-image: url(../images/webp/service-icon-before.html);



    background-size: contain;



    background-repeat: no-repeat;



    width: 89px;



    height: 88px;



    z-index: -1;



    top: -17px;



    left: -15px;



}







.service-box h3 {



    font-size: 25px;



    color: #000;



    font-weight: 400;



    padding-top: 50px;



}







.service-btn {



    position: absolute;



    bottom: -22px;



    background-color: #fff;



    box-shadow: 0 10px 49px 0 rgba(0, 0, 0, 0.08);



    border-radius: 50px;



    width: 60px;



    height: 60px;



    display: none;



}







.service-btn i {



    color: #e53b00;



    display: flex;



    align-items: center;



    justify-content: center;



    height: 100%;



    font-size: 25px;



}







.service-box:hover {



    background-image: -moz-linear-gradient(-35deg, #e53b00 0, #ed6c09 49%, #f59d12 100%);



    background-image: -webkit-linear-gradient(-35deg, #e53b00 0, #ed6c09 49%, #f59d12 100%);



    background-image: -ms-linear-gradient(-35deg, #e53b00 0, #ed6c09 49%, #f59d12 100%);



}







.service-box:hover h3 {



    color: #fff;



}







.service-box:hover .service-icon i {



    filter: invert(100%) sepia(1%) saturate(4%) hue-rotate(146deg) brightness(117%) contrast(100%);



}







.service-box:hover a {



    display: block;



}







.service-cta {



    border-bottom: 1px solid #ccc;



    padding: 15px 0;



}







.service-cta-para p {



    color: #333;



    font-size: 14px;



    font-weight: 400;



}







.service-cta .contact-info ul li a h4 {



    color: #141232;



}







.service-cta .contact-info ul li a h4 span {



    color: #141232;



}







.service-cta .contact-info-btn:after {



    background-color: #141232;



}







.service-cta .contact-info ul li:first-child a h4 span:before {



    content: "";



    position: absolute;



    background-image: url(../images/webp/chat.html);



    width: 16px;



    height: 16px;



    right: -22px;



    background-repeat: no-repeat;



    background-size: contain;



}







.service-cta .contact-info ul li {



    border-right: 1px solid #8b8b8b2e;



    padding: 0 21px;



}







.service-cta .contact-info ul li:last-child {



    padding-right: 0;



    border-right: none;



}







.service-cta .contact-info ul li a:hover h4 {



    color: #d50000;



}







.main-package {



    padding: 104px 0;



}







.package-carousel {



    padding-top: 50px;



    display: flex;



    justify-content: center;



    flex-wrap: wrap;



}







.package_box * {



    transition: all 0.2s ease-in-out;



}







.package_box {



    background-color: #fff;



    border: 2px solid #021230;



    border-radius: 10px;



}







.package_box .home-btn {



    background: linear-gradient(196deg, #003c7a, #020248);



    color: #ffff;



}







.package_box .home-btn:hover {



    background-image: linear-gradient(to right, #0b0d8d, #011970);



    color: #000;



    transform: scale(1.078);



    color: #ffff;



    text-shadow: 0 1px 1px #d12420;



}







.pkg_top {



    padding: 23px;



}







.pkg_title {



    border-radius: 3px;



    background-color: #001a36;



    font-size: 24px;



    font-weight: 600;



    color: white;



    padding: 10px 0;



}







.pkg_title h3 {



    font-size: 17px;



    font-weight: 600;



    color: white;



    margin-bottom: 0;



}







.pkg_pricing_area {



    margin: 13px 0;



}







.sale_price h3 {



    font-size: 45px;



    font-weight: 600;



    color: white;



    letter-spacing: -3px;



    margin: 0;



}







.cut_price h4 {



    color: white;



    font-size: 23px;



    font-weight: 400;



    margin: 0;



    text-transform: lowercase;



}







ebkit-scrollbar .cut_price h4 span {



    text-decoration: line-through;



    text-decoration-color: #d50000;



}







.short_desc p {



    font-size: 13px;



    color: #ffffff;



}







.pkg_view_details ul {



    padding-left: 0 !important;



}







.pkg_view_details ul li {



    color: #141232 !important;



    font-weight: 500 !important;



}







.pkg_details .slimScrollBar {



    opacity: 1 !important;



    border-radius: 10px !important;



    width: 5px !important;



    background-color: white !important;



}







.pkg_details {



    padding: 0 23px 23px 23px;



    margin: 0 6px;



    border-radius: 5px;



}







.pkg_details ul {



    padding-right: 15px;



    padding-left: 23px;



}







.pkg_details ul li {



    font-size: 14px;



    color: #ffffff;



    margin-bottom: 15px;



    line-height: 20px;



    position: relative;



    font-weight: 400;



    padding-left: 18px;



}







.pkg_details ul li:before {



    content: "\f105";



    position: absolute;



    font-weight: 700;



    color: #fff;



    font-size: 17px;



    left: 0;



    font-family: "Font Awesome 5 Free";



}







li.list_hd {



    font-size: 18px !important;



    font-weight: 700;



    text-transform: uppercase;



    font-family: Poppins, sans-serif;



}







li.list_hd:before {



    display: none;



}







.pkg_bottom {



    padding: 13px 23px 23px;



}







.order_btn {



    font-size: 21px;



    font-weight: 700;



    color: #fff;



    border-radius: 50px;



    display: inline-block;



    text-transform: uppercase;



    padding: 12px 35px;



    background-image: none;



    background-color: #d50000;



}







.order_btn:hover {



    color: #fff;



}







.pkg_chat_btn {



    font-size: 20px;



    font-weight: 700;



    color: #333;



    text-transform: uppercase;



    font-family: Poppins, sans-serif;



    line-height: 21px;



}







.pkg_chat_btn span {



    font-size: 10px;



    font-weight: 400;



    position: relative;



}







.pkg_chat_btn span:before {



    content: "\f075";



    position: absolute;



    right: -24px;



    font-size: 16px;



    color: #f78c0f;



    font-family: "Font Awesome 5 Free";



    font-weight: 700;



}







.pkg_chat_btn:hover {



    color: #fff;



}







.package_box:hover {



    box-shadow: 0px 3px 15px #00000044;



}







.package-btn-wrap {



    display: flex;



    justify-content: center;



    padding-top: 54px;



}











/* .package-btn-wrap .home-btn {



    font-size: 15px;



    font-weight: 700;



    border: 1px solid #15133561;



    border-radius: 50px;



    position: relative;



    display: flex;



    align-items: center;



} */







.package-btn-wrap .home-btn:before {



    top: 18px;



}







.package-btn-wrap .home-btn:hover {



    color: #fff;



}







.package-btn-wrap .home-btn:hover:after,



.package-btn-wrap .home-btn:hover:before {



    background-color: #ffffffd1;



}







.package_box:hover .order_btn {



    background-image: -moz-linear-gradient(0deg, #f79e0c 0, #f86a14 100%);



    background-image: -webkit-linear-gradient(0deg, #f79e0c 0, #f86a14 100%);



    background-image: -ms-linear-gradient(0deg, #f79e0c 0, #f86a14 100%);



}







.package-carousel .owl-nav [class*="owl-"] {



    background-color: #fff !important;



    border-radius: 50px;



    width: 52px;



    height: 52px;



    color: #d50000 !important;



    font-size: 17px !important;



    position: absolute;



    top: 50%;



    box-shadow: 0 17px 109px 0 rgb(0 0 0);



}







.package-carousel .owl-nav [class*="owl-"]:hover {



    color: #fff !important;



    text-decoration: none;



    background-image: -moz-linear-gradient(0deg, #d43500 0, #e4500d 49%, #f46b19 100%);



    background-image: -webkit-linear-gradient(0deg, #d43500 0, #e4500d 49%, #f46b19 100%);



    background-image: -ms-linear-gradient(0deg, #d43500 0, #e4500d 49%, #f46b19 100%);



}







.package-carousel .owl-nav [class*="owl-"].owl-prev {



    left: -80px;



}







.package-carousel .owl-nav [class*="owl-"].owl-next {



    right: -80px;



}







.package-carousel .owl-nav [class*="owl-"]:focus {



    outline: 0;



}







.main-cta {



    background-image: -moz-linear-gradient(90deg, #141232 0, #1d1a4a 100%);



    background-image: -webkit-linear-gradient(90deg, #141232 0, #1d1a4a 100%);



    background-image: -ms-linear-gradient(90deg, #141232 0, #1d1a4a 100%);



    height: 158px;



    display: flex;



    align-items: center;



    position: relative;



    margin: 60px 0 0px 0;



}







.main-cta:before {



    width: 304px;



    height: 222px;



    content: "";



    position: absolute;



    background-image: url(../images/webp/cta-before.html);



    background-repeat: no-repeat;



    background-size: contain;



    top: -17px;



}







.main-cta:after {



    width: 257px;



    height: 268px;



    content: "";



    position: absolute;



    background-image: url(../images/webp/cta-after.html);



    background-repeat: no-repeat;



    background-size: contain;



    top: -25px;



    right: 0;



}







.cta-text {



    height: 100%;



    display: flex;



    justify-content: center;



    flex-direction: column;



}







.cta-text h3 {



    color: #fff;



    font-weight: 700;



    font-size: 30px;



}







.cta-text h2 {



    color: #fff;



    font-weight: 400;



    font-size: 22px;



    position: relative;



    display: flex;



    padding-top: 7px;



    align-items: center;



}







.cta-text h2:before {



    position: absolute;



    content: "";



    background-color: #d50000;



    width: 8px;



    height: 8px;



    border-radius: 50px;



    right: 70px;



    z-index: 1;



}







.cta-text h2:after {



    position: absolute;



    content: "";



    background-color: #ffffff96;



    width: 52px;



    height: 2px;



    right: 18px;



}







.cta-number {



    height: 100%;



    display: flex;



    align-items: center;



}







.cta-number h3 {



    font-size: 96px;



    font-weight: 700;



    color: #d50000;



}







.cta-contact h3 {



    font-weight: 400;



    font-size: 17px;



    color: #d0d0d0;



}







.cta-contact {



    height: 100%;



    display: flex;



    justify-content: center;



    flex-direction: column;



}







.cta-contact h3 span {



    font-weight: 700;



    color: #d50000;



    font-family: Poppins, sans-serif;



}







.cta-btn {



    display: flex;



    padding-top: 10px;



}







.cta-btn .home-btn {



    color: #d50000;



    font-size: 15px;



    font-weight: 700;



    border: 1px solid #15133561;



    border-radius: 50px;



    padding: 9px 5px 9px 25px;



    position: relative;



    display: flex;



    align-items: center;



    width: 50%;



    background-color: #fff;



    margin-right: 25px;



    top: 6px;



}







.cta-btn .home-btn:before {



    position: absolute;



    content: "";



    background-color: #d50000;



    width: 8px;



    height: 8px;



    border-radius: 50px;



    right: 71px;



    top: 22px;



}







.cta-btn .home-btn:after {



    position: absolute;



    content: "";



    background-color: #15133561;



    width: 43px;



    height: 2px;



    right: 28px;



}







.cta-btn a h4 {



    font-size: 20px;



    font-weight: 600;



    color: #fff;



    text-transform: uppercase;



}







.cta-btn a h4 span {



    color: #9e9db8;



    font-size: 10px;



    font-weight: 600;



    text-transform: uppercase;



    position: relative;



    left: -30px;



}







.cta-btn a h4 span:before {



    content: "";



    position: absolute;



    background-image: url(../images/webp/chat.html);



    width: 18px;



    height: 18px;



    right: -29px;



}







.main-portfolio {



    padding: 70px 0;



}







.main-portfolio ul {



    padding: 30px 0;



}







.main-portfolio .package-carousel ul {



    height: 315px;



    overflow-y: auto;



}







.main-portfolio .nav-tabs .nav-item.show .nav-link,



.main-portfolio .nav-tabs .nav-link.active {



    padding: 10px 38px;



    background-image: linear-gradient(to right, #030c70, #000542);



    color: #fff;



}







.navbar-nav .nav-item .nav-link {



    border-bottom: 2px solid transparent;



    transition: 0.3s;



}







.main-portfolio .nav-tabs .nav-link {



    background-color: #fff;



    font-weight: 500;



    font-size: 16px;



    color: #000000;



    padding: 10px 38px;



    margin: 5px 8px;



    border: 2px solid #000;



    border-radius: 5px;



    transition: .4s linear;



}







.portfolio-box {



    transform: scale(1);



    transition: all 0.5s ease;



    cursor: pointer;



    position: relative;



    overflow: hidden;



    max-height: 350px;



    border-radius: 10px;



    margin: 1em;



    box-shadow: 0px 3px 15px #00000023;



}







.portfolio-box:hover .hovereffects-det {



    -webkit-transform: translateX(0);



    -moz-transform: translateX(0);



    -o-transform: translateX(0);



    -ms-transform: translateX(0);



    transform: translateX(0);



    opacity: 1;



}







.hovereffects-det {



    background-image: linear-gradient(to right, #01394dad, #001f5352);



    position: absolute;



    top: 0;



    bottom: 0;



    left: 0;



    right: 0;



    margin: auto;



    width: 100%;



    display: flex;



    align-items: center;



    flex-flow: column;



    justify-content: center;



    -webkit-transition: 0.6s;



    -moz-transition: 0.6s;



    -o-transition: 5;



    transition: 0.6s;



    -webkit-transform: translateX(-100%);



    -moz-transform: translateX(-100%);



    -o-transform: translateX(-100%);



    -ms-transform: translateX(-100%);



    opacity: 0;



}







.btnstyles-nn {



    height: 100%;



    width: 100%;



    display: flex;



    align-items: center;



    justify-content: center;



}







.btnstyles-nn a {



    color: #fff;



    border-radius: 20px;



    font-size: 18px;



    font-weight: 500;



    margin: 5px;



    display: flex;



    height: 100%;



    width: 100%;



    align-items: center;



    justify-content: center;



}







.btnstyles-nn a i {



    margin: 0 5px;



    font-size: 40px;



}







.main-work-detail {



    background-image: url("../images/main-work-bg.webp");



    background-size: cover;



    background-position: center;



    padding: 60px 0;



    box-shadow: 0 4px 5px #ed0043;



}







.work-detail {



    padding-top: 35px;



    text-align: center;



}







.work-detail h2 {



    font-size: 24px;



    font-weight: 600;



    color: #fff;



}







.work-detail h3 {



    font-size: 52px;



    font-weight: 600;



    color: #fff;
    text-transform: uppercase;



}







.work-detail h3 span {



    font-weight: 700;



    color: #4a64eb;



    text-transform: uppercase;



    -moz-transform: matrix(1.4268558254438, -2.09840016919398e-16, 0, 1.4268558254438, 0, 0);



    -webkit-transform: matrix(1.4268558254438, -2.09840016919398e-16, 0, 1.4268558254438, 0, 0);



    -ms-transform: matrix(1.4268558254438, -2.09840016919398e-16, 0, 1.4268558254438, 0, 0);



    background: -webkit-linear-gradient(rgb(38 55 201), #00a1d3);



    -webkit-background-clip: text;



    -webkit-text-fill-color: transparent;



    font-family: Poppins, sans-serif;



}







.work-detail p {



    color: #fff;



    font-size: 18px;



    font-weight: 400;



}







.work-detail .package-btn-wrap {



    padding-top: 20px;



}







.work-detail .package-btn-wrap .home-btn:hover {



    color: #fff;



    background-color: #d50000;



}







.main-industry {



    position: relative;



    padding: 40px 0;



    height: 600px;



}







.industry-img {



    position: absolute;



    left: 10%;



}







.industry-text h4 {



    color: #141232;



    position: relative;



    font-size: 25px;



}







.industry-text h2 {



    font-size: 24px;



    color: #141232;



    font-weight: 600;



    line-height: 40px;



}







.industry-text h2 span {



    font-size: 42px;



    font-weight: 700;



    color: #d50000;



    font-family: Poppins, sans-serif;



}







.industry-text p {



    font-size: 14px;



    font-weight: 400;



    padding: 20px 0;



}







.about-sec-bottom ul li.nav-item {



    margin-bottom: 10px;



}







.industry-btn-wrap .home-btn {



    color: #d50000;



    font-size: 16px;



    font-weight: 700;



    border: 1px solid #15133561;



    border-radius: 50px;



    padding: 13px 5px 13px 25px;



    position: relative;



    display: flex;



    align-items: center;



    width: 40%;



}







.industry-btn-wrap .home-btn:before {



    position: absolute;



    content: "";



    background-color: #d50000;



    width: 8px;



    height: 8px;



    border-radius: 50px;



    right: 50px;



    top: 21px;



}







.industry-btn-wrap .home-btn:after {



    position: absolute;



    content: "";



    background-color: #15133561;



    width: 60px;



    height: 2px;



    right: 19px;



    bottom: 24px;



}







.industry-btn-wrap .home-btn:hover:after,



.industry-btn-wrap .home-btn:hover:before {



    background-color: #ffffffd1;



}







.industry-btn-wrap .home-btn:hover {



    color: #fff;



}







.footer-form-wrap {



    padding: 100px 0 50px 0;



    background: url(../images/footer-bg.webp);



    background-position: center;



    background-size: cover;



}







.footer-form-wrap .form-before {



    position: relative;



    display: flex;



}











/* .footer-form-wrap .form-before:before {



    content: "";



    position: absolute;



    background-image: url(../images/webp/mockuper.png);



    background-size: contain;



    width: 450px;



    height: 450px;



    background-repeat: no-repeat;



    left: -90px;



} */











/* .footer-form-wrap .form-before:after {



    content: "";



    position: absolute;



    background-image: url(../images/webp/ezgif.com-gif-maker.png);



    background-size: cover;



    width: 600px;



    height: 450px;



    background-repeat: no-repeat;



    top: 50%;



    right: -140px;



} */







.footer-text-sec {



    background-image: -moz-linear-gradient(90deg, #141232 0, #1d1a4a 100%);



    background-image: -webkit-linear-gradient(90deg, #141232 0, #1d1a4a 100%);



    background-image: -ms-linear-gradient(90deg, #141232 0, #1d1a4a 100%);



    height: 410px;



    padding: 85px 60px 60px 40px;



    margin-top: 12px;



}







.footer-text-sec .quote {



    background: #fff;



    color: #333;



    max-width: 280px;



    padding: 25px 25px 18px;



    position: absolute;



    bottom: calc(100% - 44px);



    box-shadow: -2.232px 31.922px 43px 0 rgba(0, 0, 0, 0.14);



}







.footer-text-sec .quote p {



    color: #000;



    font-size: 35px;



    margin: 0;



    font-weight: 700;



    line-height: 47px;



}







.footer-text-sec .quote:after {



    content: "";



    position: absolute;



    top: 100%;



    right: 0;



    width: 0;



    height: 0;



    border-top: 25px solid #fff;



    border-left: 25px solid transparent;



}







.footer-text-sec p {



    font-size: 18px;



    margin: 0 0 30px;



    color: #ffffff7d;



}







.footer-text-sec a {



    display: block;



    margin: 0 0 10px;



    text-decoration: none;



    font-size: 24px;



    font-weight: 600;



    color: #fff;



}







.btn-white strong {



    color: white;



    font-weight: 400;



    margin-right: 4px;



}







.footer-text-sec .btn-white {



    margin-top: 30px;



    padding: 0.75rem 1.5rem;



    background-color: #d50000;



}







.btn-round {



    border-radius: 100px;



}







.btn-tup {



    text-transform: uppercase;



}







.footer-form-sec h3 {



    font-size: 50px;



    font-weight: 700;



    color: #1b1948;



    padding-bottom: 8px;



}







.footer-form-sec p {



    color: #666;



    font-size: 15px;



    font-weight: 400;



}







.footer-form {



    margin-top: 50px;



}







.footer-form input {



    height: 54px;



    border-radius: 50px;



    padding-left: 20px;



    font-size: 15px;



    color: #000;



    margin-bottom: 25px;



}







.footer-form .home-btn {



    background-color: #d50000;



    color: #fff;



    width: 100%;



    border: none;



    margin-top: 13px;



}







.footer-form .home-btn:before {



    background-color: #fff;



    top: 19px;



}







.footer-form .home-btn:after {



    background-color: #fff;



    bottom: 22px;



}







.footer-form .form-group {



    margin-bottom: 0;



}







.main-footer {



    background-size: cover;



    background-repeat: no-repeat;



    position: relative;



    margin-bottom: 4rem;



    background: linear-gradient(313deg, #000650, #000008);



    box-shadow: 0 4px 5px #ed0043;



}







.main-footer h6 {



    color: #fff;



    font-weight: 500;



}







.main-footer h2 {



    color: #fff;



}







.main-footer h2 span {



    color: #4a64eb;



    text-transform: uppercase;



    -moz-transform: matrix(1.4268558254438, -2.09840016919398e-16, 0, 1.4268558254438, 0, 0);



    -webkit-transform: matrix(1.4268558254438, -2.09840016919398e-16, 0, 1.4268558254438, 0, 0);



    -ms-transform: matrix(1.4268558254438, -2.09840016919398e-16, 0, 1.4268558254438, 0, 0);



    background: -webkit-linear-gradient(rgb(38 55 201), #00a1d3);



    -webkit-background-clip: text;



    -webkit-text-fill-color: transparent;



    font-family: Poppins, sans-serif;



}







.footer-desc p,



footer ul li,



.footer-desc span {



    font-size: 14px;



}







.footer-desc .links li {



    font-weight: 500;



    line-height: 25px;



    position: relative;



    padding-left: 18px;



    color: #141232;



}







.footer-desc .links li:before {



    content: "\f105";



    position: absolute;



    font-weight: 700;



    color: #000;



    left: 0;



    font-family: "Font Awesome 5 Free";



}







.footer-desc span {



    font-weight: 500;



    line-height: 14px;



    color: #212529 !important;



}







.footer-desc .payments {



    display: inline-flex;



    gap: 20px;



    flex-wrap: wrap;



    margin-top: 1em;



}







.footer-desc .partners img {



    max-width: 150px;



}







.footer-desc .partners {display: inline-block;flex-direction: column;margin-top: 1em;flex-direction: row !important;}



.footer-desc .partners li {

    display: inline-block;

    margin: 0 7.5px 20px;

}



.footer-desc .partners li img {

    width: 130px;

}



.footer-desc .payments img {



    max-width: 80px;



    margin-top: 1rem;



}







.main-footer .home-btn:before,



.main-footer .home-btn:after {



    background-color: #141232;



}







.foot-logo img {



    max-width: 300px;



    margin-bottom: 1rem;



}







.copy-right {



    padding: 15px 0;



    background: #00032c;



}







.copyright-text p {



    font-size: 13px;



    color: #ffffff;



    font-weight: 300;



}







.foot-logo-right-img img {



    margin-left: 140px;



}







.foot-logo-right .row {



    justify-content: end;



}







.copy-right ul {



    display: inline-flex;



    flex-wrap: wrap;



    justify-content: center;



}







.copy-right ul li a {



    font-size: 13px;



    font-weight: 400;



    padding: 0 10px;



    color: white;



}







.copy-right ul li:last-child a {



    border-right: none;



}







.footer-social ul {



    display: flex;



}







.footer-social ul li a {



    margin: 0 5px;



    border: 1px solid #ccc;



    border-radius: 50px;



    width: 40px;



    height: 40px;



    display: flex;



    align-items: center;



    justify-content: center;



    color: #17252d;



    font-size: 18px;



}







.footer-social ul li a:hover {



    background-color: #e25f09;



    border: 1px solid #e25f09;



    color: #fff;



}







.inner-banner {



    padding: 0;



    display: flex;



    align-items: center;



    overflow: hidden;



}







.inner-banner .banner-text p:after,



.inner-banner .banner-text p:before {



    display: none;



}







.inner-banner .banner-text h2 {



    padding: 6px 0 17px;



}







.inner-banner .banner-text p {



    padding-bottom: 25px;



}







.inner-banner .banner-text h4 {



    color: #fff;



    font-size: 18px;



    font-weight: 400;



    position: relative;



    display: flex;



    align-items: center;



}







.main-award {



    padding: 54px 0;



}







.main-award h3 {



    text-align: center;



    font-size: 42px;



    color: #141234;



    font-weight: 700;



    padding-bottom: 40px;



}







.award-box {



    display: flex;



    flex-direction: column;



    align-items: center;



    justify-content: center;



    text-align: center;



    height: 100%;



}







.award-box p {



    font-weight: 600;



    color: #666;



    font-size: 18px;



    padding-top: 30px;



}







.best-static-wrap {



    background-color: #f4f4f4;



    height: 733px;



    display: flex;



    align-items: center;



    position: relative;



}







.best-static-img {



    position: relative;



    z-index: 1;



    height: 100%;



    display: flex;



    align-items: center;



}







.best-static-img:before {



    content: "";



    position: absolute;



    background-image: url(../images/webp/best-static-before.html);



    width: 554px;



    height: 554px;



    background-size: contain;



    top: 10px;



    z-index: -1;



    left: -21px;



}







.best-static-text h4 {



    color: #141234;



    font-weight: 600;



    font-size: 24px;



}







.best-static-text h3 {



    color: #d50000;



    font-weight: 700;



    font-size: 42px;



}







.best-static-text p {



    color: #666;



    font-size: 16px;



    font-weight: 400;



    padding: 22px 0 33px;



}







.best-static-text h2 {



    font-size: 18px;



    color: #333;



    font-weight: 400;



    font-family: "Open Sans", sans-serif;



}







.best-static-text ul li {



    font-size: 16px;



    display: inline-flex;



    width: 49%;



    padding-top: 30px;



    color: #333;



    font-weight: 600;



    font-family: "Open Sans", sans-serif;



}







.best-static-text ul li i {



    padding-right: 10px;



    padding-top: 5px;



    color: #fd3f00;



    font-size: 18px;



}







.best-static-text ul {



    padding-bottom: 50px;



}







.best-static-btn .btn-white {



    padding: 11px 19px;



    background-color: #fff;



}







.best-static-btn .btn-white:hover {



    background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);



    background-image: -webkit-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);



    background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);



    color: #151033;



}







.discount-btn {



    background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);



    background-image: -webkit-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);



    background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);



    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.07);



    font-size: 16px;



    font-weight: 700;



    color: #151033;



    border-radius: 50px;



    padding: 11px 22px;



    margin-left: 9px;



}







.discount-btn:hover {



    background-image: none;



    background-color: #fff;



    color: #d50000;



}







.inner-portfolio .client-reviews-wrap {



    padding-top: 70px;



}







.main-resource {



    background-image: -moz-linear-gradient(90deg, #141232 0, #1d1a4a 100%);



    background-image: -webkit-linear-gradient(90deg, #141232 0, #1d1a4a 100%);



    background-image: -ms-linear-gradient(90deg, #141232 0, #1d1a4a 100%);



    padding: 95px 0;



}







.main-resource .heading {



    padding-bottom: 53px;



}







.main-resource .heading h2 {



    color: #fff;



}







.main-resource .heading h3 {



    color: #fff;



}







.main-resource .heading p {



    color: #6b698f;



}







.resource-box {



    border: 1px solid #ffffff59;



    padding-left: 40px;



    height: 275px;



    display: flex;



    align-items: start;



    flex-direction: column;



    justify-content: center;



    padding-right: 10px;



}







.resource-box h3 {



    padding: 33px 0;



    color: #fff;



    font-weight: 600;



    font-size: 24px;



    min-height: 123px;



}







.resource-box p {



    color: #000;



    font-size: 13px;



    font-weight: 400;



    display: none;



}







.resource-box:hover {



    background-image: -moz-linear-gradient(0deg, #f79e0c 0, #f86b14 100%);



    background-image: -webkit-linear-gradient(0deg, #f79e0c 0, #f86b14 100%);



    background-image: -ms-linear-gradient(0deg, #f79e0c 0, #f86b14 100%);



}







.resource-box:hover h3 {



    color: #000;



}







.resource-box:hover img {



    display: none;



}







.resource-box:hover p {



    display: block;



}







.main-testi {



    padding: 75px 0 65px;



}







.testi-wrap {



    padding-top: 60px;



}







.testi-text h2 {



    color: #d50000;



    font-size: 24px;



    font-weight: 600;



}







.testi-text h3 {



    font-weight: 700;



    color: #141232;



    font-size: 42px;



    padding: 11px 0 20px;



    line-height: 46px;



}







.testi-text p {



    color: #666;



    font-weight: 400;



    font-size: 18px;



    line-height: 28px;



}







.testi-text .btn-white {



    padding: 11px 19px;



    background-color: #fff;



    border: 1px solid #ccc;



    margin-top: 30px;



}







.testi-box-wrap {



    background: #ededed;



    padding: 40px 32px 25px;



    position: relative;



    text-align: left;



}







.testi-box-wrap:before {}







.testi-box-wrap p {



    font-size: 13px;



    color: #666;



    line-height: 26px;



    font-family: Poppins, sans-serif;



}







.testi-box-wrap h5 {



    font-size: 12px;



    color: #666;



    margin: 15px 0 0;



}







.testi-box-wrap h5 span {



    font-size: 18px;



    display: block;



    color: #d50000;



    font-weight: 700;



    font-family: Poppins, sans-serif;



    text-transform: uppercase;



}







.testi-slider .item img {



    width: auto !important;



    display: inline-block !important;



    margin-top: 0;



}







.testi-slider .item {



    display: flex;



    flex-direction: column;



    align-items: center;



}







.contact-img-wrap {



    padding: 65px 0;



}







.contact-img-wrap .heading {



    padding-bottom: 100px;



}







.inner-process {



    padding: 83px 0;



}







.inner-process-wrap {



    padding-top: 35px;



}







.inner-process-box {



    display: flex;



    flex-direction: column;



    align-items: center;



    padding: 40px 20px;



    border: 1px solid transparent;



    text-align: center;



}







.inner-process-box:hover {



    background-image: -moz-linear-gradient(90deg, #f4f4ff 0, #fff 100%);



    background-image: -webkit-linear-gradient(90deg, #f4f4ff 0, #fff 100%);



    background-image: -ms-linear-gradient(90deg, #f4f4ff 0, #fff 100%);



    border: 1px solid #dfdfdf;



}







.process-img {



    position: relative;



}







.process-img:before {



    content: "";



    position: absolute;



    background-image: url(../images/webp/process-after.html);



    width: 88px;



    height: 86px;



    top: -11px;



    left: -13px;



}







.inner-process-box h3 {



    padding: 38px 0 28px;



    color: #141234;



    font-weight: 600;



    font-size: 24px;



}







.inner-process-box p {



    color: #666;



    font-weight: 400;



    font-size: 16px;



    line-height: 26px;



}







.inner-portfolio-wrap .portfolio-box {



    margin: 0 10px 20px;



}







.inner-portfolio-wrap .portfolio-box img {



    width: 100%;



}







.inner-review-box {



    display: flex;



    flex-direction: column;



    align-items: center;



}







.inner-review-box img {



    padding: 30px 0;



}







.review-2 {



    margin-bottom: 0;



}







.review-4 {



    margin-top: -70px;



    margin-bottom: 0;



}







.review-5 {



    margin-top: 6px;



    margin-bottom: 0;



    padding-bottom: 35px;



}







.review-6 {



    margin-top: -15px;



}







.review-8 {



    margin-top: -195px;



}







.review-7 {



    margin-top: -120px;



}







.review-9 {



    margin-top: -50px;



}







.review-name {



    display: flex;



    align-items: center;



}







.review-name h5 span {



    font-size: 18px;



    display: block;



    color: #d50000;



    font-weight: 700;



    font-family: Poppins, sans-serif;



    text-transform: uppercase;



}







.review-name h5 {



    font-size: 12px;



    color: #666;



    margin: 15px 0 0;



}







.inner-review-box .testi-box-wrap {



    padding: 40px 32px 25px;



    position: relative;



    text-align: left;



    background-image: -moz-linear-gradient(90deg, #f1f1f1 0, #fff 100%);



    background-image: -webkit-linear-gradient(90deg, #f1f1f1 0, #fff 100%);



    background-image: -ms-linear-gradient(90deg, #f1f1f1 0, #fff 100%);



    border: 1px solid #dadada;



    border-radius: 15px;



}







.inner-review-box .testi-box-wrap:before {



    content: "";



    position: absolute;



    left: 0;



    right: 0;



    margin: 0 auto;



    top: 100%;



    width: 0;



    height: 0;



    border-top: 20px solid rgb(242 242 242);



    border-left: 20px solid transparent;



    border-right: 20px solid transparent;



}







.about-banner .banner-text ul {



    padding: 30px 0;



    padding-top: 0;



}







.about-banner .banner-img {



    right: -30px;



}







.main-testi {



    padding: 55px 0 65px;



}







.inner-about-wrap {



    height: 455px;



    position: relative;



    display: flex;



    align-items: center;



}







.inner-about-wrap:before {



    content: "";



    position: absolute;



    background-color: #1c1949;



    height: 320px;



    width: 50%;



    top: 60px;



}







.inner-about-wrap:after {



    content: "";



    position: absolute;



    background-image: -moz-linear-gradient(90deg, #f4f4ff 0, #fff 100%);



    background-image: -webkit-linear-gradient(90deg, #f4f4ff 0, #fff 100%);



    background-image: -ms-linear-gradient(90deg, #f4f4ff 0, #fff 100%);



    height: 320px;



    width: 50%;



    top: 60px;



    border: 1px solid #dfdfdf;



    right: 0;



}







.about-text-right {



    z-index: 2;



    position: relative;



    padding: 0 40px;



}







.about-text-right h3 {



    font-weight: 600;



    font-size: 24px;



    color: #1c1949;



    position: relative;



    padding-bottom: 68px;



}







.about-text-right h3:before {



    position: absolute;



    content: "";



    background-image: url(../images/webp/about-icon.html);



    width: 145px;



    height: 8px;



    top: 60%;



}







.about-text-right p {



    font-weight: 400;



    color: #666;



    font-size: 15px;



    line-height: 27px;



}







.about-text-color h3 {



    color: #fff;



}







.about-text-color h3:before {



    filter: invert(87%) sepia(90%) saturate(2%) hue-rotate(268deg) brightness(109%) contrast(97%);



    right: 0;



}







.about-text-color p {



    color: #fff;



    text-align: end;



    font-size: 14px;



}







.expertise-text h3 {



    font-size: 39px;



    font-weight: 700;



    color: #141234;



    padding-bottom: 22px;



}







.expertise-text h3 span {



    color: #e92f4d;



    font-family: Poppins, sans-serif;



}







.expertise-text p {



    font-size: 16px;



    font-weight: 400;



    color: #666;



}







.counter-box-wrap {



    display: flex;



    align-items: center;



    justify-content: center;



    margin-top: 27px;



}







.counter-box {



    background-color: #f4f4f4;



    padding: 15px 20px;



    text-align: center;



}







.counter-box h2 {



    font-size: 42px;



    font-weight: 700;



    color: #d50000;



}







.counter-box p {



    color: #666;



    font-weight: 600;



    font-size: 14px;



    font-family: Poppins, sans-serif;



    line-height: 19px;



}







.counter-box h2 sup {



    top: 0;



    font-size: 18px;



    font-weight: 700;



    font-family: Poppins, sans-serif;



}







.expertise-top-wrap {



    padding-bottom: 40px;



}







.expertise-text {



    display: flex;



    flex-direction: column;



    justify-content: center;



    height: 100%;



}







.packages-tab ul {



    padding: 40px 0 30px;



    border-bottom: none;



}







.packages-tab .nav-tabs .nav-item.show .nav-link,



.packages-tab .nav-tabs .nav-link.active {



    background-color: #d50000;



    color: #fff;



}







.packages-tab .nav-tabs .nav-link {



    border-top-left-radius: 0;



    border-top-right-radius: 0;



    border-radius: 50px;



    background-color: #fff;



    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.07);



    font-weight: 400;



    font-size: 17px;



    color: #333;



    padding: 11px 32px;



    margin: 5px 10px;



    font-family: Poppins, sans-serif;



}







.popup_form .modal-dialog {



    max-width: 956px;



    margin: 1.75rem auto !important;



}







.popup_form .modal-content {



    border-radius: 22px;



    overflow: hidden;



    border: 1px solid;



    position: relative;



}







.popup_form .modal-content:before {



    content: "";



    position: absolute;



    background: url(../images/webp/popup_close.html);



    height: 145px;



    width: 145px;



    right: -50px;



    top: -62px;



    z-index: 1;



}







.popup_form .modal-content:after {



    content: "";



    position: absolute;



    background: url(../images/webp/popup_center_circle.html);



    height: 198px;



    width: 323px;



    left: 50%;



    transform: translate(-50%, -50%);



    top: 93px;



    z-index: 0;



}







.popup_right {



    background: url(../images/webp/popup_bg.html) no-repeat;



    background-size: cover;



    height: 100%;



    border-radius: 0 22px 22px 0;



    position: relative;



}







.popup_form .modal-content .close {



    font-size: 27px;



    color: #fff;



    text-shadow: none;



    opacity: 0.99;



    float: inherit;



    top: 4px;



    right: 14px;



    position: absolute;



    z-index: 2;



}







.popup_form .modal-content .close:focus {



    outline: 0;



}







.popup_left {



    padding: 45px 85px 45px 65px;



    position: relative;



}







.popup_left:before {



    content: "";



    background: url(../images/webp/popup_circle.html);



    width: 48px;



    height: 207px;



    left: 0;



    top: 30px;



    position: absolute;



}







.popup_left:after {



    content: "";



    background: url(../images/webp/popup_bottom_circle.html);



    width: 57px;



    height: 79px;



    left: 0;



    bottom: 0;



    position: absolute;



}







.popup_form_box {



    text-align: center;



    position: relative;



}







.popup_form_box:before {



    content: "";



    position: absolute;



    background: url(../images/webp/choose-right.html);



    width: 47px;



    height: 125px;



    right: -74px;



    top: -23px;



}







.popup_form_box:after {



    content: "";



    position: absolute;



    background: url(../images/webp/popup_triangle.html);



    width: 29px;



    height: 157px;



    right: -58px;



    bottom: -12px;



}







.popup_form_box .form-control {



    height: 45px;



    border-radius: 10px;



    border: 1px solid #ccc;



    padding-left: 45px;



    position: relative;



    z-index: 1;



}







.popup_form_box input::placeholder {



    font-size: 16px;



    font-weight: 600;



    color: #bcbcbc;



}







.popup_form_box .form-group {



    position: relative;



    margin-bottom: 22px;



}







.popup_form_box .form-group i {



    position: absolute;



    z-index: 1;



    top: 14px;



    left: 20px;



    color: #f78c0f;



}







.popup_btn h3 {



    font-size: 20px;



    font-weight: 600;



    color: #333;



    margin-bottom: 25px;



}







.popup_btn button {



    background-image: linear-gradient(90deg, #f79e0c, #f86a14);



    font-weight: 700;



    font-size: 16px;



    text-transform: uppercase;



    border: none;



    border-radius: 5px;



    color: #fff;



    padding: 11px 35px;



}







.sprite {



    background-image: url(../images/webp/sprite.html);



    background-repeat: no-repeat;



    display: block;



}







.sprite-feature-icon-1 {



    width: 59px;



    height: 59px;



    background-position: -5px -5px;



}







.sprite-feature-icon-2 {



    width: 58px;



    height: 58px;



    background-position: -74px -5px;



}







.sprite-feature-icon-3 {



    width: 58px;



    height: 58px;



    background-position: -142px -5px;



}







.sprite-feature-icon-4 {



    width: 58px;



    height: 58px;



    background-position: -74px -73px;



}







.sprite-phone {



    width: 12px;



    height: 30px;



    background-position: -210px -5px;



}







.sprite-service-icon-1 {



    width: 62px;



    height: 62px;



    background-position: -142px -73px;



}







.sprite-service-icon-2 {



    width: 67px;



    height: 56px;



    background-position: -5px -145px;



}







.sprite-service-icon-3 {



    width: 69px;



    height: 61px;



    background-position: -82px -145px;



}







.sprite-service-icon-4 {



    width: 61px;



    height: 61px;



    background-position: -161px -145px;



}







.sprite-service-icon-5 {



    width: 70px;



    height: 54px;



    background-position: -232px -5px;



}







.sprite-service-icon-6 {



    width: 58px;



    height: 59px;



    background-position: -214px -69px;



}







.sprite-service-icon-7 {



    width: 69px;



    height: 53px;



    background-position: -232px -138px;



}







.sprite-us-flag {



    width: 34px;



    height: 34px;



    background-position: -232px -201px;



}







.left-right-mov::before {



    -webkit-animation-name: left-rigt-1;



    animation-name: left-rigt-1;



    -webkit-animation-duration: 3s;



    animation-duration: 3s;



    -webkit-animation-timing-function: linear;



    animation-timing-function: linear;



    -webkit-animation-iteration-count: infinite;



    animation-iteration-count: infinite;



    -webkit-animation-direction: alternate;



    animation-direction: alternate;



    -webkit-transition: all 250ms linear;



    -o-transition: all 250ms linear;



    transition: all 250ms linear;



}







@-webkit-keyframes left-rigt-1 {



    0% {



        right: 55px;



        -webkit-transform: scale(0.8);



        transform: scale(0.8);



    }



    50% {



        -webkit-transform: scale(1);



        transform: scale(1);



    }



    100% {



        right: 20px;



        -webkit-transform: scale(1.2);



        transform: scale(1.2);



    }



}







@keyframes left-rigt-1 {



    0% {



        right: 55px;



        -webkit-transform: scale(0.8);



        transform: scale(0.8);



    }



    50% {



        -webkit-transform: scale(1);



        transform: scale(1);



    }



    100% {



        right: 20px;



        -webkit-transform: scale(1.2);



        transform: scale(1.2);



    }



}







.detail_title .banner-text h2 {



    font-size: 37px;



    font-weight: 700;



}







.detail_title .banner-text {



    text-align: center;



}







.pacakge-details.det-packages {



    background-color: #f7f7f7db;



    padding: 80px 0;



}







.pacakge-details.det-packages .sale_price h3,



.pacakge-details.det-packages .cut_price h4,



.pacakge-details.det-packages .short_desc p {



    font-weight: 600;



    color: #141232;



}







.pricing-details-left .sechead {



    text-align: left;



    color: #fff;



    height: 100%;



    display: flex;



    flex-direction: column;



    justify-content: center;



}







.pricing-details-left .sechead h3 {



    margin-bottom: 20px;



}







.pricing-details-left .sechead p {



    color: #848181;



    font-size: 17px;



    line-height: 28px;



    margin: 0px 0 13px;



}







.pricing-details-left ul {



    margin-bottom: 0;



    margin-top: 24px;



    display: flex;



    align-items: center;



}







.pricing-details-left ul li:first-child a {



    font-weight: 500;



    color: #fff;



    border-radius: 50px;



    display: inline-block;



    text-transform: uppercase;



    background-image: none;



    background-color: #d50000;



    margin-right: 20px;



}







.pricing-details-left ul li .liovechats-bx {



    font-size: 20px;



    font-weight: 700;



    color: #333;



    text-transform: uppercase;



    font-family: Poppins, sans-serif;



    line-height: 21px;



}







.pricing-details-left ul li .liovechats-bx span {



    font-size: 10px;



    color: #464646;



    position: relative;



}







.pricing-details-left ul li .liovechats-bx a span:before {



    font-family: "Font Awesome 5 Free";



    font-weight: 900;



    content: "\f4ad";



    position: absolute;



    right: -25px;



    top: -2px;



    color: #d50000;



    font-size: 16px;



}







.pricing-details-left ul li .liovechats-bx h5 {



    font-size: 18px;



    margin: 0;



    color: #464646;



}







.pricing-details-left ul li .liovechats-bx:hover a span:before {



    color: #3b2165;



}







.pricing-details-left ul li .liovechats-bx:hover a h5,



.pricing-details-left ul li .liovechats-bx:hover a span {



    color: #f87a12;



}







.pricing-details-left ul li .liovechats-bx:hover {



    background-color: #fff;



}







.sechead h3 {



    color: #141232;



    font-size: 35px;



    line-height: 48px;



    font-weight: 700;



}







.view_detail_btn {



    text-align: center;



    margin-top: 15px;



    color: #000;



    font-size: 16px;



    font-weight: 600;



    display: block;



}







.package_box:hover .view_detail_btn {



    color: #f78c0f;



}







.pacakge-details .boxpackages {



    padding: 20px 16px 16px;



}







.pacakge-details .package_box {



    padding-bottom: 20px;



}







.feature-text h1 {



    color: #fff;



    font-size: 16px;



    font-weight: 500;



    background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);



    background-image: -webkit-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);



    background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);



    display: inline-block;



    padding: 5px 15px;



    width: 65%;



}







@media screen and (max-width: 1600px) {



    .main-cta:after {



        right: -40px;



    }



    ul.navbar li a {



        padding: 10px 8px;



        font-size: 14px;



    }



    .renowned-img {



        left: 6%;



    }



    .main-cta:before {



        width: 274px;



        height: 192px;



        top: 7px;



        left: -80px;



    }



    .industry-img {



        left: 5%;



    }



    .footer-form-wrap .form-before:before {



        width: 313px;



        height: 407px;



        left: -90px;



    }



    .footer-form-wrap .form-before:after {



        width: 489px;



        height: 452px;



    }



    .main-work-detail {



        background-position: center;



    }



}







@media screen and (max-width: 1440px) {



    .header-number span {



        font-size: 14px;



    }



    .btn-default {margin: 0 10px 0 10px;font-size: 11px;}



    ul.navbar li a {



        padding: 10px 6px;



        font-size: 13px;



    }



    .menu-right {



        padding-left: 20px;



        margin-right: 20px;



    }



    ul.navbar li {



        margin: 0 0.3vw;



    }



    .renowned-img img {



        width: 90%;



    }



    .main-cta:before {



        width: 294px;



        height: 172px;



        top: 8px;



        left: -88px;



    }



    .main-cta:after {



        width: 187px;



        height: 198px;



        right: -6px;



    }



    .industry-img img {



        width: 95%;



    }



    .footer-form-wrap .form-before:before {



        width: 253px;



        height: 337px;



        left: -100px;



    }



    .footer-form-wrap .form-before:after {



        width: 429px;



        height: 402px;



    }



    .main-footer:before {



        height: 139px;



        left: 30px;



    }



}







@media screen and (max-width: 1366px) {



    .renowned-img {



        left: 3%;



    }



    .service-box h3 {



        font-size: 20px;



    }



    .main-cta:before {



        width: 235px;



        height: 160px;



        top: 10px;



        left: -107px;



    }



    .main-cta:after {



        width: 160px;



        height: 184px;



        right: -15px;



        top: 2px;



    }



    .footer-form-wrap .form-before:before {



        width: 253px;



        height: 337px;



        left: -130px;



    }



    .footer-form-wrap .form-before:after {



        width: 390px;



        height: 345px;



    }


    .main-banner {



        min-height: 940px;



    }



    .main-portfolio {



        padding: 40px 0;



    }



    section.about-sec {



        padding: 70px 0 0px;



    }



    .banner_right::after {



        width: 480px;



        height: 520px;



        left: 0px;



    }



}







@media screen and (max-width: 1280px) {



    .renowned-img img {



        width: 85%;



    }



    .heading h3 {



        font-size: 45px;



    }



    .heading p {



        font-size: 16px;



    }



    .main-cta:after,



    .main-cta:before {



        display: none;



    }



    .footer-form-wrap .form-before {



        display: none;



    }



}







@media screen and (max-width: 1199px) {



    ul.navbar li a {



        padding: 10px 1px;



        font-size: 12px;



    }



    .header-number img {



        padding-right: 6px;



    }



    .btn-default {



        font-size: 13px;



    }



    .banner-text p {



        font-size: 13px;



    }



    .banner-text h2 {



        font-size: 37px;



    }



    .banner-text h3 {



        font-size: 22px;



    }



    .banner-text ul li {



        font-size: 15px;



    }



    .feature-text h2 {



        font-size: 13px;



        width: 63%;



    }



    .feature-text h3 {



        font-size: 19px;



        line-height: 28px;



    }



    .home-btn {



        font-size: 14px;



    }



    .trust-logo-text h3 {



        font-size: 18px;



        line-height: 30px;



    }



    .renowned-img img {



        width: 80%;



    }



    .renowned-text h3 {



        font-size: 35px;



    }



    .renowned-text p {



        padding: 20px 0 30px;



        font-size: 14px;



    }



    .contact-info ul li a h4 {



        font-size: 13px;



    }



    .main-renowned {



        height: 480px;



    }



    .heading h3 {



        font-size: 40px;



    }



    .heading p {



        font-size: 14px;



    }



    .service-box h3 {



        font-size: 17px;



    }



    .service-cta-para p {



        font-size: 12px;



    }



    .service-cta .contact-info ul li:first-child a h4 span:before {



        display: none;



    }



    .main-package {



        padding: 65px 0;



    }



    .cta-text h3 {



        font-size: 16px;



    }



    .cta-text h2 {



        font-size: 17px;



    }



    .cta-contact h3 {



        font-size: 14px;



    }



    .cta-btn .home-btn {



        font-size: 12px;



        padding: 7px 5px 6px 25px;



        width: 57%;



        margin-right: 17px;



    }



    .main-portfolio {



        padding: 68px 0;



    }



    .package-btn-wrap .home-btn {



        width: 25%;



    }



    .main-work-detail {



        height: 330px;



    }



    .work-detail {



        padding-top: 14px;



    }



    .industry-text h2 span {



        font-size: 38px;



    }



    .industry-text h2 {



        font-size: 20px;



        line-height: 34px;



    }



    .industry-text p {



        font-size: 14px;



    }



    .industry-btn-wrap .home-btn {



        padding: 11px 5px 13px 25px;



        width: 42%;



    }



    .main-industry {



        height: 500px;



    }



    .footer-form-sec h3 {



        font-size: 40px;



    }



    .footer-form-sec p {



        font-size: 14px;



    }



    .footer-text-sec p {



        font-size: 16px;



    }



    .footer-text-sec a {



        font-size: 20px;



    }



    .footer-text-sec .btn-white {



        padding: 0.75rem 1.1rem;



        font-size: 13px;



    }



    .footer-form .home-btn {



        width: 50%;



    }



    .footer-form-wrap {



        padding: 92px 0 60px;



    }



    .footer-info ul li a {



        font-size: 11px;



    }



    .footer-links ul li a i {



        padding-right: 7px;



    }



    .footer-links ul li a {



        font-size: 11px;



    }



    .main-footer:before {



        height: 130px;



        left: 0;



    }



    .copyright-text p {



        font-size: 12px;



    }



    .copyright-text ul li a {



        font-size: 13px;



    }



    .award-box p br {



        display: none;



    }



    .best-static-img:before {



        display: none;



    }



    .best-static-text h3 {



        font-size: 29px;



    }



    .best-static-btn .btn-white {



        padding: 9px 12px;



        font-size: 11px;



    }



    .testi-text h3 {



        font-size: 38px;



    }



    .testi-box-wrap p {



        font-size: 12px;



        line-height: 22px;



    }



    .testi-box-wrap {



        padding: 40px 24px 25px;



    }



    .portfolio-tab .nav-tabs .nav-link {



        font-size: 15px;



        padding: 10px 24px;



        margin: 0 0;



    }



    .about-text-right p {



        font-size: 13px;



    }



    .about-text-color p {



        font-size: 12px;



    }



    .expertise-text h3 {



        font-size: 31px;



    }



    .expertise-text p {



        font-size: 13px;



    }



    .banner_right::after {



        width: 410px;



        height: 450px;



        left: 0px;



    }



}







@media screen and (max-width: 991px) {



    header .navbar-collapse {



        padding-top: 1em;



        margin-top: 1em;



        padding-bottom: 1.8em;



        background-color: #141232;



        border-left: 4px solid #d50000;



    }



    header .navbar-collapse .navbar-child {



        border-left: 4px solid #d50000;



        background: #1c1940;



    }



    header .navbar-collapse .navbar-sub-child {



        border-left: 4px solid #d50000;



        background-color: #221f4b;



    }



    header .navbar-nav .nav-item {



        margin-bottom: 10px;



    }



    .main-feature {



        margin-top: 50px;



    }



    .hero-form .card {



        margin-inline: auto !important;



    }



    .flex-center {}



    .doubleMenu {



        display: none;



    }



    .banner-img {



        display: none;



    }



    .banner-text p:before {



        display: none;



    }



    .banner-text h3 {



        font-size: 21px;



        text-align: left;



        display: inline-block;



    }



    .main-banner {



        min-height: 580px;



        height: 1150px;



    }



    .logo-banner,



    .web-banner,



    .mobile-banner-img,



    .seo-banner,



    .video-banner,



    .branding-banner,



    .contact-banner-img,



    .portfolio-banner {



        min-height: 500px !important;



        height: 450px !important;



    }



    .renowned-img {



        display: none;



    }



    .renowned-text {



        padding-top: 50px;



    }



    .main-renowned {



        height: 400px;



    }



    .heading h3 {}



    .heading p {



        font-size: 13px;



    }



    .service-responsive-slider .col {



        padding-right: 0;



        padding-left: 0;



    }



    .main-service-wrap .col:first-child .service-box {



        border-left: 1px solid #ccc;



    }



    .main-service-wrap .col:last-child .service-box {



        border-right: 1px solid #ccc;



    }



    .service-cta .contact-info {



        justify-content: center;



        display: flex;



    }



    .service-cta-para {



        display: none;



    }



    .package-btn-wrap .home-btn {



        width: 35%;



    }



    .order_btn {



        padding: 7px 35px;



    }



    .cta-text h3 {



        font-size: 14px;



    }



    .cta-text h2 {



        font-size: 15px;



    }



    .cta-number h3 {



        font-size: 60px;



    }



    .cta-contact h3 {



        font-size: 10px;



    }



    .cta-btn .home-btn {



        padding: 10px 5px 10px 25px;



        width: 65%;



    }



    .cta-btn a {



        display: none;



    }



    .main-cta .col-md-2 {



        display: none;



    }



    .main-cta {



        height: 135px;



    }



    .main-portfolio .nav-tabs .nav-link {



        font-size: 15px;



        margin: 5px 6px;



    }



    .client-reviews-wrap .row {



        margin: 0;



    }



    .package-btn-wrap {



        padding-top: 25px;



    }



    .work-detail h3 {



        font-size: 45px;



    }



    .industry-img {



        display: none;



    }



    .main-industry {



        height: 400px;



    }



    .industry-text {



        margin-top: 25px;



    }



    .footer-text-sec p {



        font-size: 13px;



    }



    .footer-text-sec a {



        font-size: 17px;



    }



    .footer-text-sec .btn-white {



        font-size: 12px !important;



    }



    .footer-text-sec {



        height: auto;



    }



    .footer-form-sec h3 {



        font-size: 35px;



    }



    .footer-form-sec p {



        font-size: 12px;



    }



    .footer-form-wrap {



        padding: 60px 0 60px;



    }



    .footer-form {



        margin-top: 40px;



    }



    .footer-form input {



        margin-bottom: 15px;



    }



    .footer-form .home-btn {



        width: 60%;



    }



    .main-footer:before {



        display: none;



    }



    .main-footer {



        padding: 30px 0;



    }



    .footer-contact {



        margin-bottom: 20px;



    }



    .footer-contact h3 {



        padding-bottom: 10px;



    }



    .footer-info h2 {



        padding-top: 20px;



    }



    .footer-info ul {



        padding-top: 4px;



    }



    .copyright-text {



        justify-content: center;



    }



    .footer-social {



        display: flex;



        justify-content: center;



        margin-top: 10px;



    }



    .inner-banner {



        height: auto !important;



        padding: 30px 0;



    }



    .main-award h3 {



        font-size: 30px;



    }



    .award-box p {



        font-size: 13px;



    }



    .best-static-wrap {



        height: auto;



        padding: 40px 0;



    }



    .best-static-img {



        display: none;



    }



    .work-detail .package-btn-wrap .home-btn {



        width: 28%;



    }



    .resource-box img {



        width: auto !important;



        display: inline-block !important;



    }



    .main-resource .row {



        margin: 0;



    }



    .resource-box:hover img {



        display: none !important;



    }



    .testi-slider {



        margin-top: 30px;



    }



    .portfolio-tab .nav-tabs .nav-link {



        font-size: 15px;



        margin: 0 20px;



    }



    .review-4 {



        margin-top: 0;



    }



    .review-5 {



        margin-top: 0;



    }



    .review-8 {



        margin-top: 0;



    }



    .review-9 {



        margin-top: 0;



    }



    .testi-wrap .row {



        margin: 0;



    }



    .inner-about-wrap:after {



        display: none;



    }



    .inner-about-wrap {



        height: auto;



        padding: 40px 0;



        margin-bottom: 40px;



    }



    .inner-about-wrap:before {



        height: 100%;



        width: 100%;



        top: 0;



    }



    .about-text-right {



        padding: 10px 10px;



        align-items: flex-start !important;



    }



    .about-text-right h3:before {



        filter: invert(87%) sepia(90%) saturate(2%) hue-rotate(268deg) brightness(109%) contrast(97%);



        right: auto;



    }



    .about-text-color p {



        text-align: left;



    }



    .about-text-right h3 {



        color: #fff;



    }



    .about-text-right p {



        color: #fffefe;



    }



    .expertise-bottom-wrap .row {



        display: flex;



        flex-direction: column-reverse;



    }



    .counter-box-wrap {



        justify-content: left;



    }



    .popup_form .modal-dialog {



        max-width: 456px;



    }



    .detail_title .banner-text h2 {



        font-size: 16px;



    }



    .sechead h3 {



        font-size: 18px;



    }



    .btn-default {



        margin-left: 0;



    }



    .logos-slider {



        margin-top: 3em;



    }



    .banner_right::after {



        width: 310px;



        height: 340px;



        left: 0px;



        transform: translateX(70%);



        top: -90px;



    }



}







@media screen and (max-width: 767px) {





    .hero-list li {



        font-size: 0.9em;



    }



    .contact-form .heading h3 {



        font-size: 25px;



    }



    .heading h3 {



        font-size: 25px !important;



    }



    .hero-text {



        padding-top: 2rem !important;



    }



    .main-banner.main-banner-img {



        background-position: left;



    }



    .txtwrp h1,



    .txtdiv h4,



    .about_sec_top h1 {



        font-size: 22px !important;



    }



    .about_sec_innner {



        flex-direction: column-reverse;



    }



    .about_sec_innner .industry-text {



        width: 100% !important;



    }



    .about_sec_innner img {



        width: 90% !important;



    }



    .industry-text h4 {



        font-size: 22px;



    }



    .txtdiv {



        margin-top: 3rem;



        text-align: center;



    }



    section.about-sec .row.d-flex.align-items-center.py-5.justify-content-around {



        padding-bottom: 10px !important;



        padding-top: 10px !important;



    }



    .service-sec h4 {



        font-size: 18px;



        margin-bottom: 1rem !important;



    }



    .footer-form-wrap .left_footer .left_footer_top h3 {



        font-size: 18px;



    }



    .txtdiv h5 {



        font-size: 16px !important;



    }



    .review_sec_tab p {



        font-size: 14px !important;



        line-height: 25px !important;



    }



    .privacy.container {



        padding: 6% 0 !important;



    }



    .pri header {



        background: rgb(33 33 33 / 20%);



    }



    .review_sec_tab {



        min-height: auto !important;



        padding: 30px 15px !important;



    }



    .testi-slider .item img {



        width: 80px !important;



    }



    .review_sec_tab h3 {



        font-size: 16px !important;



    }



    .rating_sec ul li {



        font-size: 14px !important;



    }



    .floating-discount a {



        font-size: 12px;



        line-height: 15px;



        height: 50px;



        width: 50px;



        bottom: 76px;



    }



    .f-ico-p a img {



        width: 40%;



    }



    .feature-text {



        padding-left: 0;



        padding: 30px 0 10px;



        align-items: center;



    }



    .feature-text h2 {



        font-size: 13px;



        width: auto;



    }



    .feature-text h3 {



        font-size: 19px;



        line-height: 28px;



        text-align: center;



        padding: 14px 0 15px;



    }



    .trust-logo-text {



        height: auto;



        justify-content: center;



        text-align: center;



        margin-bottom: 20px;



    }



    .service-sec {



        padding-top: 3em !important;



        padding-bottom: 3em !important;



    }



    .heading h3 {}



    .heading h2 {



        font-size: 20px;



    }



    .heading p br {



        display: none;



    }



    .package-carousel {



        padding-top: 30px;



    }



    .package-btn-wrap .home-btn {



        width: 50%;



    }



    .main-cta {



        height: auto;



        padding: 20px 0;



    }



    .cta-text {



        align-items: center;



    }



    .cta-text h2:after,



    .cta-text h2:before {



        display: none;



    }



    .cta-number {



        justify-content: center;



    }



    .cta-contact {



        align-items: center;



    }



    .cta-btn .home-btn {



        padding: 10px 55px 10px 45px;



        width: auto;



        margin-right: 0;



    }



    .cta-btn .home-btn:after,



    .cta-btn .home-btn:before {



        display: none;



    }



    .main-portfolio .nav-tabs .nav-item.show .nav-link,



    .main-portfolio .nav-tabs .nav-link.active {



        padding: 6px 25px !important;



        font-size: 13px !important;



    }



    .main-portfolio .nav-tabs .nav-link {



        padding: 5px 25px !important;



        font-size: 13px !important;



    }



    .work-detail h2 {



        font-size: 20px;



    }



    .work-detail h3 {



        font-size: 34px;



    }



    .work-detail p {



        font-size: 16px;



    }



    .footer-text-sec {



        margin-bottom: 20px;



    }



    .footer-form {



        margin-top: 20px;



    }



    .copyright-text {



        flex-direction: column;



    }



    .best-static-text ul li {



        width: 100%;



        padding-top: 15px;



    }



    .best-static-text ul {



        padding-bottom: 30px;



    }



    .inner-portfolio .client-reviews-wrap {



        padding-top: 40px;



    }



    .work-detail .package-btn-wrap .home-btn {



        width: 50%;



    }



    .resource-box h3 {



        font-size: 19px;



    }



    .portfolio-tab .nav-tabs .nav-link {



        font-size: 13px;



        margin: 0 0;



        padding: 11px 18px;



    }



    .inner-banner-form {



        padding: 25px 25px 30px;



        width: 100%;



    }



    .main-footer h2 {



        color: #fff;



        font-size: 25px;



    }



    .main-footer .col-lg-4 {



        justify-content: center !important;



        margin-top: 1rem !important;



    }



    .tab-content>.active .heading h3 {



        font-size: 25px;



        margin-bottom: 15px;



    }



    header .border-secondary {



        justify-content: start;



        border-bottom: none !important;



    }



    .brand-logo img {



        max-width: 220px !important;



        margin: 0 auto;



        display: block;



    }



    .hero-text ul img {



        width: 80%;



        margin: 0 auto;



        display: block;



    }



    .about-sec-bottom ul {



        flex-direction: column;



    }



    .about-sec-bottom ul .nav-link {



        text-align: center;



    }



    .sec-bottom-inner-1 img {



        margin-top: 15px;



    }



    header {



        padding: 30px 0;



    }



    .main-banner {



        min-height: fit-content;



        height: fit-content;



        padding: 80px 0 300px;



    }



    .hero-text ul.main_point {



        column-count: 1;



    }



    nav.navbar.navbar-expand-lg.px-0.pt-3 {



        position: absolute;



        right: -10px;



        top: 5px;



    }



}







@media screen and (max-width: 575px) {



    .footer-desc .payments img {



        max-width: 70px;



    }



    .testi-name {



        padding: 1em 0.7em !important;



        margin-right: 20px !important;



    }



    .testi-name h3 {



        font-size: 14px !important;



        font-weight: 500 !important;



    }



    .testi-dtl h4 {



        font-size: 1em !important;



    }



    .testi-dtl p {



        font-size: 14px !important;



    }



    .orbit .circle .circle-content p {



        font-size: 0.8em;



    }



    .orbit .circle .circle-icon {



        width: 60px !important;



        height: 60px !important;



    }



    .menu-right {



        margin-right: 0;



    }



    .header-number i {



        margin-right: 10px;



    }



    .header-number {



        transform: scale(0.8);



    }



    .btn-default {



        margin-left: 0;



    }



    .brand-logo {



        margin-left: 0;



        width: 40%;



    }



    .feature-carousel .owl-nav [class*="owl-"].owl-prev {



        left: 0;



    }



    .feature-carousel .owl-nav [class*="owl-"].owl-next {



        right: 0;



    }



    .hero-text h2,



    .inenr-banner h1 {



        font-size: 2.3em !important;



    }



    .hero-text h4 {



        font-size: 1.5em !important;



    }



    .heading h3 {}



    .heading h2 {



        font-size: 18px;



    }



    .heading p {



        font-size: 12px;



    }



    .work-detail h3 {



        font-size: 30px;



    }



    .award-box p {



        font-size: 13px;



        padding-top: 10px;



        padding-bottom: 20px;



    }



    .resource-box h3 {



        font-size: 19px;



        min-height: auto;



        padding: 23px 0;



    }



    .main-award h3 {



        font-size: 24px;



    }



    .portfolio-tab .nav-tabs .nav-link {



        font-size: 10px;



        margin: 0 0;



        padding: 11px 18px;



    }



    .review-name {



        display: block;



        text-align: center;



    }



    .testi-wrap {



        padding-top: 40px;



        padding-bottom: 10px;



    }



    .counter-box {



        margin-bottom: 10px;



    }



    .detailHeader ul {



        padding: 100px 0 0;



    }



    .review-name h5 {



        margin: 4px 0 30px;



    }



    .inner-review-box img {



        padding: 30px 0;



        padding-bottom: 0;



    }



    .counters {



        gap: 50px !important;



        padding-inline: 10px;



    }



    .counters h2 {



        font-size: 2em !important;



    }



    .hero-text h4 {



        font-weight: 400;



        text-transform: uppercase;



        margin-bottom: 15px;



        font-size: 16px !important;



    }



    .hero-text h1 {



        margin-bottom: 20px;



        font-size: 24px !important;



    }



    p {



        font-size: 13px !important;



    }



    .inner-banner-form::before {



        display: none;



    }



    .service-card h5 {



        bottom: 0px;



    }



    .service-card .imgContent img {



        width: 90%;



    }



    .banner_right::after {



        width: 300px;



        height: 310px;



        left: 0px;



        transform: translateX(25%);



        top: 7px;



    }



}







@media screen and (max-width: 414px) {



    .banner-text h2 {



        font-size: 26px;



    }



    .banner-text h3 {



        font-size: 15px;



    }



    .banner-text ul li {



        font-size: 12px;



    }



    .banner-text ul li i {



        padding-right: 8px;



        font-size: 14px;



    }



    .feature-text h3 {



        font-size: 16px;



        line-height: 23px;



    }



    .renowned-text h3 {



        font-size: 26px;



    }



    .renowned-text p {



        padding: 19px 0 21px;



        font-size: 11px;



    }



    .contact-info ul li {



        padding: 0 12px;



    }



    .contact-info ul li a h4 {



        font-size: 12px;



    }



    .contact-info ul li:last-child a h4 span:before {



        display: none;



    }



    .heading h3 {}



    .service-cta .contact-info ul li {



        padding: 0 11px;



    }



    .main-package {



        padding: 40px 0;



    }



    .package-btn-wrap .home-btn {



        width: 70%;



    }



    .main-portfolio {



        padding: 48px 0 0;



    }



    .work-detail h2 {



        font-size: 15px;



    }



    .work-detail h3 {



        font-size: 23px;



    }



    .work-detail p {



        font-size: 13px;



    }



    .main-work-detail {



        height: 280px;



    }



    .industry-text h2 span {



        font-size: 27px;



    }



    .industry-text h2 {



        font-size: 16px;



        line-height: 28px;



    }



    .industry-btn-wrap .home-btn {



        padding: 11px 5px 13px 25px;



        width: 60%;



    }



    .copyright-text p {



        font-size: 11px;



        text-align: center;



    }



    .brand-logo {



        width: 80%;



    }



    .contact-info-btn {



        display: none;



    }



    .pkg_details ul li {



        font-size: 12px;



        margin-bottom: 12px;



    }



    .best-static-btn .btn-white {



        display: block;



        margin-bottom: 20px;



    }



    .best-static-text h3 {



        font-size: 25px;



    }



    .work-detail .package-btn-wrap .home-btn {



        width: 60%;



    }



    .testi-text h3 {



        font-size: 33px;



        line-height: 40px;



    }



    .expertise-text h3 {



        font-size: 24px;



    }



    .popup_btn h3 {



        font-size: 17px;



    }



    .popup_btn h3 br {



        display: none;



    }



    .popup_btn button {



        font-size: 14px;



        padding: 11px 25px;



    }



    .detail_title .banner-text h2 {



        font-size: 13px;



    }



    .banner-text p {



        font-size: 11px;



    }



}







@media screen and (max-width: 360px) {



    .contact-info ul li a h4 {



        font-size: 11px;



    }



    .footer-text-sec .quote {



        padding: 5px 17px 13px;



    }



    .footer-form-sec h3 {



        font-size: 31px;



    }



    .footer-text-sec a {



        font-size: 16px;



    }



    .pricing-details-left ul {



        display: flex;



        align-items: center;



        flex-direction: column;



    }



}







.help-block {



    display: none;



}







.package_box .cnrflash {



    display: none;



}







.package_box.active .cnrflash {



    display: block;



    position: relative;



}







.cnrflash-inner {



    position: absolute;



    top: 0;



    right: 0;



}







.services-scnd-fold {



    background: #f8f8f8;



    padding: 60px 0;



}







.services-scnd-fold .side-img-length {



    background-position: bottom;



    background-repeat: no-repeat;



    height: 420px;



}







.services-scnd-fold .box-wrap {



    padding: 20px 20px 50px;



}







.services-scnd-fold .box-wrap h2 {



    color: #fff;



    font-size: 20px;



    line-height: 1;



    padding: 0;



}







.services-scnd-fold .box-wrap p {



    font-size: 14px;



    padding: 10px 0;



    color: #fff;



}







.services-scnd-fold .box-wrap a {



    display: inline-block;



    margin: 20px 0 0 0;



    padding: 8px 10px;



    font-size: 12px;



    background: white;



    color: #000;



}







.services-scnd-fold .box-wrap img {



    position: relative;



    top: 30px;



}







.services-scnd-fold .wrap {



    position: relative;



    height: 260px;



    margin: 0 0 0;



    top: 40px;



}







.services-scnd-fold .wrap .lft {



    width: 100%;



}







.services-scnd-fold .wrap .lft img {



    width: 80px;



    height: 80px;



    border-radius: 50%;



    float: left;



    border: 1px solid #c3bdbd;



    box-shadow: 1px 4px 9px 0px #0000001f;



}







.services-scnd-fold .wrap .rht {



    position: absolute;



    left: 110px;



}







.services-scnd-fold .wrap .rht h4 {



    font-size: 40px;



    color: #d50000;



    padding-bottom: 10px;



}







.services-scnd-fold .wrap .rht h4 span {



    background: #c3bdbd;



    color: #fff;



    font-size: 12px;



    margin-left: 10px;



    padding: 2px;



    border-radius: 6px;



}







.services-scnd-fold .wrap .rht h6 {



    font-weight: 300;



    color: #8c8989;



}







.services-scnd-fold .wrap .rht p {



    padding: 10px 0;



    height: 55px;



    color: #666;



    font-size: 16px;



}







.services-scnd-fold .wrap .rht ul {}







.services-scnd-fold .wrap .rht ul li {



    display: inline-block;



    margin: 0 2px;



}







.services-scnd-fold .wrap .rht ul li a {



    display: inline-block;



    margin-top: 10px;



}







.services-scnd-fold .wrap .rht ul li a.trans-btn {



    background: #c3bdbd;



    color: #000;



    padding: 8px 10px;



    font-size: 12px;



    border-radius: 5px;



}







.services-scnd-fold .wrap .rht ul li a.trans-btn:hover {



    color: unset;



}







.services-scnd-fold .wrap .rht ul li a.btn-main-top-bar {



    padding: 8px 10px;



    font-size: 12px;



}







.services-scnd-fold .wrap .rht ul li a.menu-button {



    background: #1278b6;



    padding: 8px 11px;



    border-radius: 5px;



}







.services-scnd-fold .wrap .rht ul li a.menu-button i {



    color: #fff;



}







.services-scnd-fold .wrap .rht ul li a:hover {



    color: #fff;



}







.services-scnd-fold .wrap .rht ul li p {



    position: relative;



    padding: 0;



}







.services-scnd-fold .wrap .rht ul li p span {



    position: absolute;



    top: 30px;



    color: #8c8989;



    font-size: 10px;



}







.cta-img img {



    width: 80%;



    display: table;



    margin: auto;



}







.main-package .item,



.home-package .package-carousel .package_box {



    width: 30%;



    display: inline-block;



    margin: 10px 10px;



    text-align: left;



    background: linear-gradient(196deg, #00090a, #020248);



}







.main-package .tab-content.container {



    text-align: center;



}







.package_box.active img.img-fluid {



    display: block;



    width: 100%;



}







@media screen and (max-width: 1450px) {



    .cta-text h3 {



        margin-left: 20px;



    }



    .cta-text h2 {



        margin-left: 20px;



        margin-right: 40px;



    }



    .main-cta:before {



        left: -60px;



        width: 240px;



    }



    .main-cta:after {



        right: -40px;



        width: 240px;



    }



}







@media only screen and (max-width: 767px) {



    .portfolio-box {



        margin: unset !important;



    }



    section.main-testi {



        padding-bottom: 40px !important;



    }



    body .main-testi .owl-stage-outer {



        overflow: hidden !important;



    }



    .main-package .item,



    .home-package .package-carousel .package_box,



    .portfolio-box img {



        width: 100%;



    }



}







.modal-open {



    padding-right: 0 !important;



}







.brand-logo img {
    max-width: 230px;
}







#thankyou {



    text-align: center;



    background: rgb(0, 0, 0);



    background: linear-gradient(313deg, #000650, #000008);



    min-height: 100vh;



    display: flex;



    align-items: center;



    justify-content: center;



}







#thankyou h1 {



    margin: 0;



    color: #fff;



    font-weight: 700;



    font-size: 2.5em;



}







#thankyou a.button {



    display: inline-block;



    background-color: #00d547;



    background-image: none;



    border: 2px solid #00d547;



    border-radius: 35px;



    box-shadow: 0px 10px 10px 1px rgb(0 0 0 / 21%);



    font-size: 20px;



    font-weight: 500;



    display: inline-block;



    padding: 12px 24px;



    color: #fff;



    transition: 0.5s;



}







#thankyou a.home-btn {



    margin: 0 auto;



    color: #fff;



    width: 290px;



    padding: 9px 20px;



}







#thankyou a.home-btn::after {



    background: white;



}







.avail-btn {



    font-size: 17px !important;



    color: #141232 !important;



}







.floating-side-icons {



    padding-left: 20px;



    position: fixed;



    bottom: 10px;



    z-index: 1;



}







.f-ico-p a img {



    width: 43%;



}







#go-top-btn {



    display: inline-block;



    position: fixed;



    bottom: 10px;



    left: 20px;



    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;



    opacity: 0;



    visibility: hidden;



    z-index: 1000;



}







#go-top-btn.show {



    opacity: 1;



    visibility: visible;



}







#go-top-btn img:hover {



    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;



    transform: translate3d(0, 0, 0);



    backface-visibility: hidden;



    perspective: 1000px;



    animation-iteration-count: infinite;



}







.f-ico-p {



    animation: bounce 2s infinite;



    -webkit-animation: bounce 2s infinite;



    -moz-animation: bounce 2s infinite;



    -o-animation: bounce 2s infinite;



}







@-webkit-keyframes bounce {



    0%,



    20%,



    50%,



    80%,



    100% {



        -webkit-transform: translateY(0);



    }



    40% {



        -webkit-transform: translateY(-20px);



    }



    60% {



        -webkit-transform: translateY(-15px);



    }



}







@-moz-keyframes bounce {



    0%,



    20%,



    50%,



    80%,



    100% {



        -moz-transform: translateY(0);



    }



    40% {



        -moz-transform: translateY(-20px);



    }



    60% {



        -moz-transform: translateY(-15px);



    }



}







@-o-keyframes bounce {



    0%,



    20%,



    50%,



    80%,



    100% {



        -o-transform: translateY(0);



    }



    40% {



        -o-transform: translateY(-20px);



    }



    60% {



        -o-transform: translateY(-15px);



    }



}







@keyframes bounce {



    0%,



    20%,



    50%,



    80%,



    100% {



        transform: translateY(0);



    }



    40% {



        transform: translateY(-20px);



    }



    60% {



        transform: translateY(-15px);



    }



}







.industry-review .rev-slides .rev-item {



    background-color: #ffffff;



    border-radius: 10px;



    margin-top: 20px;



    display: flex;



    flex-direction: column;



    justify-content: center;



    align-items: baseline;



    box-shadow: 5px 3px 10px #0000001f;



    min-height: 250px;



}







section#reviews-area {



    padding: 0 0 70px;



}







.floating-discount a {



    position: fixed;



    bottom: 90px;



    z-index: 9999;



    text-align: center;



    background: #fff;



    padding: 10px;



    border-radius: 50%;



    height: 60px;



    width: 60px;



    left: 20px;



    animation: scrollDownAnimation 0.5s ease infinite alternate, pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);



    -webkit-animation: scrollDownAnimation 0.5s ease infinite alternate, pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);



    box-shadow: 0 0 0 2px #ffffff;



    color: #000;



    font-weight: 800;



    line-height: 20px;



    border: 1px solid #000656;



}







@keyframes scrollDownAnimation {



    from {



        transform: translateY(0);



    }



    to {



        transform: translateY(-10px);



    }



}







@-webkit-keyframes scrollDownAnimation {



    from {



        transform: translateY(0);



    }



    to {



        transform: translateY(-10px);



    }



}







@-webkit-keyframes pulse {



    to {



        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);



    }



}







@keyframes pulse {



    to {



        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);



    }



}







.review_sec_tab {



    background: #fff;



    padding: 50px 30px;



    box-shadow: 20px 0 30px rgb(14 27 56 / 15%);



    border-radius: 10px;



    min-height: 474px;



}







.review_sec_tab p {



    font-size: 17px;



    line-height: 31px;



    color: #000;



}







.review_sec_tab h3 {



    color: #48a79f;



    font-size: 20px;



    font-weight: bold;



}







.rating_sec ul {



    display: flex;



}







.rating_sec ul li {



    display: inline-block;



    font-size: 19px;



    padding: 0 2px 0px 0px;



    color: #007c4a;



}







.review_author {



    display: flex;



    margin-top: 30px;



    align-items: center;



}







.author_name {



    flex: 1;



}







.main-testi .owl-stage-outer {



    overflow: visible;



}







.main-testi .owl-stage-outer .owl-item {



    opacity: 0.3;



}







.main-testi .owl-stage-outer .owl-item.active {



    opacity: 1;



}







.main-testi .testi-slider {



    margin-top: 30px;



}







a.auto-modal.btn.btn-default.hvr-grow-shadow {



    position: fixed;



    opacity: 0;



}







.navbar-nav .nav-item {



    padding-inline: 0.8em;



}







.navbar-nav .nav-link {



    color: white !important;



    font-weight: 300;



    font-size: 0.8em;



}







.text-pink {



    color: #000 !important;



}







.hero-text {



    color: white;



    letter-spacing: 0px;



    padding-top: 6rem;



}







.hero-text h4 {



    font-weight: 400;



    text-transform: uppercase;



    margin-bottom: 15px;



}







.hero-text h1 {



    margin-bottom: 20px;



    font-size: 45px;



    font-weight: 800;



}







.hero-text ul {



    margin-top: 2rem !important;



}







.hero-text h2 {



    font-size: 3em;



    line-height: 45px;



    text-transform: uppercase;



}







.hero-text p {



    color: #ffffff;



    font-size: 14px;



    text-transform: capitalize;



    font-weight: 200 !important;



}







.flex-center {



    align-items: center;



    min-height: 60vh;



}







.bg-pink {



    background-color: #d50000 !important;



    color: white !important;



}







.form-control:focus {



    box-shadow: none;



}







.hero-form .form-control {



    border: 1px solid #d50000;



    border-radius: 8px;



}







.hero-form .input-group-text {



    border: 2px;



    border-radius: 8px;



}







.hero-form ::placeholder {



    font-size: 14px;



    opacity: 0.76;



}







.hero-form .card-header {



    color: #d50000;



    text-transform: uppercase;



    background-color: white;



    text-align: center;



    font-weight: bold;



    border-radius: 10px 10px 0 0;



}







.hero-form .card-body {



    background-color: #141232;



    color: white;



    border-radius: 10px;



    padding-top: 1.5em;



    padding-bottom: 1.5em;



}







.hero-form .card {



    max-width: 24rem;



    margin-left: auto;



    box-shadow: 0px 3px 15px #00000061;



    border: 2px solid #ffffff;



    border-radius: 10px;



}







.hero-form button {



    color: #ffffff;



    text-transform: uppercase;



    font-weight: 200;



    border-radius: 8px;



}







.content {



    background-color: #000;



    border-radius: 15px;



    box-shadow: 0 10px 20px 20px rgba(112, 3, 255, 0.39);



    transform-style: preserve-3d;



    width: 490px;



}







.content .bg {



    position: absolute;



    width: 300px;



    height: 400px;



    min-width: 500px;



    top: 32px;



    left: 35px;



    border-radius: 15px;



    transition: transform 0.2s ease-out;



}







.content .screen {



    border-radius: 15px;



    box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.6);



    display: inline-block;



    overflow: hidden;



    perspective: 1500px;



    transform-style: preserve-3d;



    transform: translateZ(90px);



    transition: transform 200ms ease-out;



    border: 0.5px solid #fff;



}







.content .screen_bg {



    bottom: -50px;



    top: -15px;



    right: -50px;



    left: -85px;



    position: absolute;



    transform-origin: 50% 50%;



    transform: translateZ(-50px);



}







.content .screen_img {



    position: relative;



    top: 35px;



    height: 400px;



}







.content::before {



    content: "";



    position: absolute;



    width: 300px;



    height: 400px;



    min-width: 500px;



    top: 32px;



    left: 35px;



    border-radius: 15px;



    background-image: url(../images/webp/andbg.jpg);



    box-shadow: 0 0 60px #d000ff;



    transition: transform 0.2s ease-out;



}







.content:hover:before {



    transform: translatez(20px);



}







.content .screen:hover {



    box-sizing: 0 0 60px #8844e1;



    transform: translatez(50px);



}







.service-sec {



    background: linear-gradient(313deg, #000650, #000008);



    background-size: cover;



    padding-top: 4em;



    padding-bottom: 3em;



    margin-top: 6em;



    box-shadow: 0 4px 5px #ed0043;



}







.service-sec p {



    color: #ffffff;



    font-weight: 200;



    font-size: 16px;



}







.service-card {



    position: relative;



    max-width: 300px;



    height: 300px;



    display: flex;



    justify-content: center;



    align-items: center;



    margin: 40px auto;



    transition: 0.5s;



    z-index: 1;



    text-align: center;



}







.service-card h5 {



    color: white;



    font-weight: 500;



}







.service-card .imgTwo {



    width: 100%;



    height: 100%;



    transition: 0.5s;



    display: none;



}







.service-card:hover .imgTwo {



    display: block;



}







.service-card .imgContent {



    position: absolute;



    top: 0;



    left: 0;



    width: 100%;



    height: 100%;



}







.service-card::before {



    content: "";



    position: absolute;



    top: -2px;



    left: -2px;



    right: -2px;



    bottom: -2px;



    z-index: -1;



}







.service-card::after {



    content: "";



    position: absolute;



    top: -2px;



    left: -2px;



    right: -2px;



    bottom: -2px;



    z-index: -1;



    filter: blur(40px);



    opacity: 0;



}







.service-card:hover::after {



    opacity: 1;



}







.service-card .cntTwo::after {



    background: #ff005e;



}







.service-card .cntThree::after {



    background: #772aff;



}







.service-card:nth-child(2)::before {



    background: linear-gradient(235deg, #ff005e, #010615, #fbff00);



}







.service-card:nth-child(3)::before {



    background: linear-gradient(235deg, #772aff, #010615, #2196f3);



}







.service-card .border::before {



    content: "";



    position: absolute;



    top: 2px;



    left: -10px;



    width: 10px;



    height: 101%;



    transition: 0.5s;



    transform: rotate(0deg) skewY(-45deg);



}







.service-card .border::after {



    content: "";



    position: absolute;



    bottom: -10px;



    left: -5px;



    width: 101%;



    height: 10px;



    transition: 0.5s;



    transform: rotate(0deg) skewX(-45deg);



}







.combo-sec {



    margin-bottom: 6em;



}







.combo-sec h5 {



    font-weight: 600;



}







.combo-sec ul li {



    font-size: 14px;



    font-weight: 500;



    line-height: 20px;



    position: relative;



    padding-left: 18px;



    color: #000000;



}







.combo-sec ul li:before {



    content: "\f105";



    position: absolute;



    font-weight: 700;



    color: #d50000;



    left: 0;



    font-family: "Font Awesome 5 Free";



}







.combo-sec .card {



    background-color: #d50000;



    border-radius: 10px;



    border: 0;



    color: white;



    text-align: center;



    padding-top: 1.5em;



    padding-bottom: 1.5em;



}







.combo-sec .card-body h1 span {



    font-size: 20px;



}







.combo-sec .card-body h6 {



    color: #000000;



    font-size: 0.9em;



}







.combo-sec .card-body h1 {



    font-size: 4em;



}







.combo-sec .card-body h1+span {



    line-height: 16px;



    font-size: 16px;



    display: flex;



    align-items: center;



    margin-left: 8px;



}







.combo-sec .bg-color {



    background: #141232 !important;



    padding: 8px;



    font-size: 1.2em;



}







.combo-sec .home-btn {



    background: #141232 !important;



    box-shadow: 0 !important;



    border: 0;



}







.main-banner.about-banner {



    background-image: url("../images/webp/about-banner.jpg");



    background-position: center;



    background-size: cover;



}







.main-banner.logo-banner {



    background-image: url("../images/webp/logo-bg.jpg");



}







.main-banner.portfolio-banner {



    background-image: url("../images/webp/portfolio-bg.jpg");



    background-position: center;



    background-size: cover;



}







.main-banner.web-banner {



    background-image: url("../images/webp/webdesign-bg.jpg");



    background-position: center;



    background-size: cover;



}







.main-banner.seo-banner {



    background-image: url("../images/webp/seo-bg.jpg");



}







.main-banner.branding-banner {



    background-image: url("../images/webp/Banner.jpg");



    background-position: center;



    background-size: cover;



}







.main-banner.video-banner {



    background-image: url("../images/webp/video-animation-bg.jpg");



    background-position: center;



    background-size: cover;



}







.main-banner.mobile-banner-img {



    background-image: url("../images/webp/mobile-bg.jpg");



}







.main-banner.contact-banner-img {



    background-image: url("../images/webp/contact-bg.jpg");



    background-position: center;



    background-size: cover;



}







.main-banner.blogs-banner-img {



    background-image: url(../images/webp/blogs-banner.png);



}







.main-banner.privacy-banner-img {



    background-image: url(../images/webp/privacy-banner.png);



}







.main-banner.refund-banner-img {



    background-image: url(../images/webp/refund-banner.png);



}







.main-banner.reviews-banner-img {



    background-image: url(../images/webp/reviews-banner.png);



}







.main-banner.terms-banner-img {



    background-image: url(../images/webp/terms-banner.png);



}







.main-banner.custom-web-banner-img {



    background-image: url(../images/webp/custom-web-banner.png);



}







.main-banner.ecommerce-banner-img {



    background-image: url(../images/webp/ecommerce-banner.png);



}







.main-banner.web-app-banner-img {



    background-image: url(../images/webp/web-app-banner.png);



}







.about-banner,



.logo-banner,



.web-banner,



.mobile-banner-img,



.seo-banner,



.video-banner,



.branding-banner,



.contact-banner-img,



.blogs-banner-img,



.privacy-banner-img,



.refund-banner-img,



.reviews-banner-img,



.terms-banner-img,



.custom-web-banner-img,



.ecommerce-banner-img,



.web-app-banner-img,



.portfolio-banner {



    display: flex;



    align-items: center;



    height: 60vh !important;



    min-height: 600px;



}







.about-banner .flex-center,



.logo-banner .flex-center,



.web-banner .flex-center,



.mobile-banner-img .flex-center,



.seo-banner .flex-center,



.video-banner .flex-center,



.branding-banner .flex-center,



.contact-banner-img .flex-center {}







.inenr-banner {



    color: white;



    text-align: center;



}







.inenr-banner h1 {



    font-size: 3em;



}







.inenr-banner p {



    font-weight: 200;



    color: #ffffff;



    font-size: 16px;



    text-transform: capitalize;



}







.contact-form .form-row label {



    color: #000000;



    font-weight: 500;



}







.contact-form .form-control {



    border: 1px solid #d2d2d2;



    border-radius: 7px;



    padding: 24px 18px;



}







.contact-form .form-control::placeholder {



    color: #000000;



    opacity: 0.3;



}







.contact-form .form-group {



    margin-bottom: 2.5em;



}







.bg-light {



    background-color: #f6f6f6;



}







.footer {



    width: 100%;



    position: relative;



    height: auto;



    background-color: #070617;



}







.footer .col {



    width: 240px;



    height: auto;



    float: left;



    box-sizing: border-box;



    -webkit-box-sizing: border-box;



    -moz-box-sizing: border-box;



    padding: 0px 20px 20px 20px;



}







.footer .col ul {



    list-style-type: none;



    margin: 0;



    padding: 0;



}







.footer .col ul li {



    color: #000;



    font-size: 16px;



    font-family: inherit;



    font-weight: bold;



    padding: 7px 0px 7px 0px;



    cursor: pointer;



    transition: 0.2s;



    -webkit-transition: 0.2s;



    -moz-transition: 0.2s;



}







.footer .col ul li:hover {



    color: #d50000;



    -webkit-transition: 0.1s;



}







.clearfix {



    clear: both;



}







@media (min-width: 768px) and (max-width: 991px) {



    .main-package .item,



    .home-package .package-carousel .package_box {



        width: 46% !important;



    }



}







@media (min-width: 991px) and (max-width: 1200px) {



    .main-banner {



        height: 950px;



    }



}







@media only screen and (min-width: 1280px) {



    .contain {



        width: 1100px;



        margin: 0 auto;



    }



}







@media only screen and (max-width: 1139px) {



    .contain .social {



        width: 1000px;



        display: block;



    }



    .social h1 {



        margin: 0px;



    }



}







@media only screen and (max-width: 950px) {



    .footer .col {



        width: 33%;



    }



    .footer .col h1 {



        font-size: 14px;



    }



    .footer .col ul li {



        font-size: 13px;



    }



}







@media only screen and (max-width: 500px) {



    .footer .col {



        width: 50%;



    }



    .footer .col h1 {



        font-size: 14px;



    }



    .footer .col ul li {



        font-size: 13px;



    }



}







@media only screen and (max-width: 340px) {



    .footer .col {



        width: 100%;



    }



}







@keyframes stroke-offset {



    100% {



        stroke-dashoffset: -35%;



    }



}







.border-secondary {



    border-color: #b5b5b58f !important;



}







.logos-slider {



    margin-top: 1rem;



}







.logos-slider .owl-dots {



    display: none;



}







.counters {



    display: flex;



    justify-content: center;



    align-items: center;



    text-align: center;



    flex-wrap: wrap;



    margin-top: 2.5em;



    gap: 100px;



}







.counters h2 {



    color: #000657;



    text-transform: uppercase;



    font-weight: bold;



    font-size: 3em;



}







.counters p {



    line-height: 17px;



    font-weight: 600;



}







.package_box ::-webkit-scrollbar {



    width: 10px;



}







.package_box ::-webkit-scrollbar-track {



    background: #0211bd;



    border-radius: 10px;



}







.package_box ::-webkit-scrollbar-thumb {



    background: white;



    border-radius: 10px;



    margin: 2px;



}







.package_box ::-webkit-scrollbar-thumb:hover {



    background: #b30000;



}







.about_sec_innner {



    display: flex;



    justify-content: space-between;



    align-items: center;



}







.about_sec_innner .industry-text {



    width: 50%;



}







.about_sec_innner img {



    width: 50%;



}







.about_sec_innner ul {



    display: flex;



    justify-content: center;



    align-items: center;



    flex-wrap: wrap;



    margin-left: 20px;



}







.about_sec_innner ul li {



    list-style-type: disclosure-closed;



    width: 50%;



    margin-bottom: 10px;



    font-size: 14px;



}







.about_sec_innner ul li::marker {



    color: #ed0043;



}







.industry-text h4.under_line::after {



    content: "";



    background: #ed0043;



    width: 60px;



    height: 4px;



    position: absolute;



    left: 0;



    bottom: -10px;



}







.about_sec_top {



    text-align: center;



}







.about_sec_top h1 {



    color: #030740;



    text-transform: uppercase;



    margin-bottom: 15px;



    font-size: 40px;



}







.about_sec_top p {



    font-size: 15px;



}







.orbit .circle-content {



    position: absolute;



    left: 50%;



    top: 50%;



    transform: translate(-50%, -50%);



    transition: 0.5s;



    text-align: center;



    width: 100%;



    padding: 2em;



    opacity: 0;



}







.orbit .circle .circle-content h4 {



    padding-top: 10px;



    padding-bottom: 10px;



    color: #141232;



}







.orbit .circle .circle-icon {



    position: absolute;



    width: 80px;



    height: 80px;



    background-repeat: no-repeat;



    background-size: cover;



    cursor: pointer;



    transition: 0.3s;



    z-index: 99;



}







.orbit .circle .circle1 {



    background-image: url(../images/webp/web-icon.png);



    top: 20px;



    left: 20px;



}







.orbit .circle .circle2 {



    background-image: url(../images/webp/digital-icon.png);



    top: 20px;



    right: 20px;



}







.orbit .circle .circle3 {



    background-image: url(../images/webp/graphic-icon.png);



    bottom: 20px;



    left: 20px;



}







.orbit .circle .circle4 {



    background-image: url(../images/webp/seo-icon.png);



    bottom: 20px;



    right: 20px;



}







.snowflake {



    font-size: 1em;



    font-weight: 700;



    color: #d50000;



}







@-webkit-keyframes snowflakes-fall {



    0% {



        top: -10%;



    }



    100% {



        top: 100%;



    }



}







@-webkit-keyframes snowflakes-shake {



    0% {



        -webkit-transform: translateX(0px);



        transform: translateX(0px);



    }



    50% {



        -webkit-transform: translateX(80px);



        transform: translateX(80px);



    }



    100% {



        -webkit-transform: translateX(0px);



        transform: translateX(0px);



    }



}







@keyframes snowflakes-fall {



    0% {



        top: -10%;



    }



    100% {



        top: 100%;



    }



}







@keyframes snowflakes-shake {



    0% {



        transform: translateX(0px);



    }



    50% {



        transform: translateX(80px);



    }



    100% {



        transform: translateX(0px);



    }



}







.snowflake {



    position: fixed;



    top: -10%;



    z-index: 9999;



    -webkit-user-select: none;



    -moz-user-select: none;



    -ms-user-select: none;



    user-select: none;



    cursor: default;



    -webkit-animation-name: snowflakes-fall, snowflakes-shake;



    -webkit-animation-duration: 15s, 3s;



    -webkit-animation-timing-function: linear, ease-in-out;



    -webkit-animation-iteration-count: infinite, infinite;



    -webkit-animation-play-state: running, running;



    animation-name: snowflakes-fall, snowflakes-shake;



    animation-duration: 15s, 3s;



    animation-timing-function: linear, ease-in-out;



    animation-iteration-count: infinite, infinite;



    animation-play-state: running, running;



}







.snowflake:nth-of-type(0) {



    left: 1%;



    -webkit-animation-delay: 0s, 0s;



    animation-delay: 0s, 0s;



}







.snowflake:nth-of-type(1) {



    left: 3%;



    -webkit-animation-delay: 1s, 1s;



    animation-delay: 1s, 1s;



}







.snowflake:nth-of-type(2) {



    left: 5%;



    -webkit-animation-delay: 6s, 0.5s;



    animation-delay: 6s, 0.5s;



}







.snowflake:nth-of-type(3) {



    left: 8%;



    -webkit-animation-delay: 4s, 2s;



    animation-delay: 4s, 2s;



}







.snowflake:nth-of-type(4) {



    left: 10%;



    -webkit-animation-delay: 2s, 2s;



    animation-delay: 2s, 2s;



}







.snowflake:nth-of-type(5) {



    left: 2%;



    -webkit-animation-delay: 8s, 3s;



    animation-delay: 8s, 3s;



}







.snowflake:nth-of-type(6) {



    left: 15%;



    -webkit-animation-delay: 6s, 2s;



    animation-delay: 6s, 2s;



}







.snowflake:nth-of-type(7) {



    left: 20%;



    -webkit-animation-delay: 2.5s, 1s;



    animation-delay: 2.5s, 1s;



}







.snowflake:nth-of-type(8) {



    left: 26%;



    -webkit-animation-delay: 1s, 0s;



    animation-delay: 1s, 0s;



}







.snowflake:nth-of-type(9) {



    left: 75%;



    -webkit-animation-delay: 3s, 1.5s;



    animation-delay: 3s, 1.5s;



}







.snowflake:nth-of-type(10) {



    right: 1%;



    -webkit-animation-delay: 0.5s, 0.5s;



    animation-delay: 0.5s, 0.5s;



}







.snowflake:nth-of-type(11) {



    right: 3%;



    -webkit-animation-delay: 1.5s, 1.5s;



    animation-delay: 1.5s, 1.5s;



}







.snowflake:nth-of-type(12) {



    right: 7%;



    -webkit-animation-delay: 6s, 0.5s;



    animation-delay: 6s, 0.5s;



}







.snowflake:nth-of-type(13) {



    right: 11%;



    -webkit-animation-delay: 4.5s, 2.5s;



    animation-delay: 4.5s, 2.5s;



}







.snowflake:nth-of-type(14) {



    right: 29%;



    -webkit-animation-delay: 2.5s, 2.5s;



    animation-delay: 2.5s, 2.5s;



}







.snowflake:nth-of-type(15) {



    right: 65%;



    -webkit-animation-delay: 8.5s, 3.5s;



    animation-delay: 8.5s, 3.5s;



}







.snowflake:nth-of-type(16) {



    right: 23%;



    -webkit-animation-delay: 6.5s, 2.5s;



    animation-delay: 6.5s, 2.5s;



}







.snowflake:nth-of-type(17) {



    right: 38%;



    -webkit-animation-delay: 2s, 1.5s;



    animation-delay: 2s, 1.5s;



}







.snowflake:nth-of-type(18) {



    right: 35%;



    -webkit-animation-delay: 1s, 0s;



    animation-delay: 1s, 0s;



}







.demo {



    font-family: "Raleway", sans-serif;



    color: #fff;



    display: block;



    margin: 0 auto;



    padding: 15px 0;



    text-align: center;



}







.simple-text {



    padding-top: 100px;



    padding-bottom: 100px;



}







.simple-text .heading {



    text-align: left;



    margin-bottom: 0.6em;



}







.simple-text p {



    margin-bottom: 1.2em;



}







.simple-text li p {



    margin-bottom: 2px;



}







.hero-list {



    margin-top: 1em;



}







.hero-list li {



    text-transform: unset !important;



    font-weight: 300;



    display: flex;



    margin-bottom: 8px;



}







.hero-list li:before {



    content: "\f560";



    font-family: "FontAwesome";



    float: left;



    color: #d50000;



    padding-right: 12px;



}







del {



    text-decoration-color: #fff;



}







.testi-new-sec {



    margin-top: 5em;



    margin-bottom: 3em;



}







.testi-new-box {



    border: 1px solid #ededee;



    border-radius: 15px;



    background-color: #fff;



    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);



    padding: 30px 20px;



    display: flex;



    align-items: flex-start;



    margin-top: 20px;



}







.testi-name {



    border-radius: 50%;



    background-image: -webkit-linear-gradient(0deg, #d50000 0, #141232 100%);



    margin-right: 30px;



    padding: 1.8em 1.5em;



    display: flex;



    justify-content: center;



    align-items: center;



}







.testi-name h3 {



    font-size: 24px;



    font-weight: 700;



    color: #fff;



}







.testi-dtl p {



    color: #4f4f4f;



    font-size: 16px;



    margin-top: 5px;



    margin-bottom: 15px;



    line-height: normal;



    height: 100px;



    overflow-x: auto;



    overflow-y: scroll;



    padding-right: 15px;



}







.testi-dtl h5 {



    font-size: 13px;



    color: #d50000;



    margin: 0;



    font-weight: 700;



}







.trust-img-st {



    width: 35%;



    margin-top: 10px;



}







.cities ul li a {



    transition: .2s;



}







.cities ul li a:hover {



    color: #d50000;



    font-weight: 600;



}





ul.navbar-nav.navbar_nav_cta li {

    display: flex;

}





/* AStart about-sec */







section.about-sec {



    padding: 60px 0;



}







.about-sec-bottom ul {



    display: flex;



    justify-content: space-between;



    margin-top: 2rem;



    flex-direction: column;



}







section.about-sec .nav-pills .nav-link.active,



.nav-pills .show>.nav-link {



    background-image: linear-gradient(to right, #002862, #0a11ff);



    color: #fff;



}











/* .about-sec-bottom ul li {



    background-color: #fff;



    font-weight: 500;



    font-size: 14px;



    color: #000000;



    border: 2px solid #000000;



    border-radius: 5px;



} */







.about-sec-bottom ul .nav-link {



    background-color: #fff;



    font-weight: 500;



    font-size: 16px;



    color: #000000;



    padding: 7px 28px;



    margin: 5px 8px;



    border: 2px solid #000;



    border-radius: 5px;



    text-align: center;



}







.sec-bottom-inner-1 {



    color: #fff;



    text-align: center;



    display: flex;



    justify-content: center;



    align-items: center;



    flex-direction: column;



}







.sec-bottom-inner-1 img {



    margin-top: 35px;



}







.sec-bottom-inner-1 h5 {



    /* margin: 40px 0 !important; */



}







.sec-bottom-inner-1 h4 {



    margin: 15px 0;



}






.service-card h5 {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}











/* End about-sec */











/* Start footer */







.footer-form-wrap .right_footer img {



    width: 100%;



}







.footer-form-wrap .row {



    justify-content: space-between;



}







.footer-form-wrap .left_footer .left_footer_top {



    color: #ffff;



}







.footer-form-wrap .left_footer .left_footer_top p {



    margin: 20px 0;



}







.footer-form-wrap .left_footer .left_footer_form form input,



.footer-form-wrap .left_footer .left_footer_form form textarea {



    width: 100%;



    padding: 15px 10px;



    border: #dedede 2px solid;



    border-radius: 6px;



    color: #000;



    margin-bottom: 18px;



    font-size: 14px;



    background: #ffffff;



    box-shadow: none !important;



    outline: none 0px !important;



}







.footer-form-wrap .left_footer .left_footer_form form textarea {



    height: 150px;



}







.footer-form-wrap .left_footer .left_footer_form input[type="submit"] {



    color: #Fff;



    background-image: linear-gradient(to right, #09275b, #01011b);



    font-size: 16px;



    font-weight: 600;



    border: none;



}







.footer-form-wrap .left_footer .left_footer_form {



    padding-top: 10px;



}











/* End footer */











/* Start POPUP */







@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



.balti_popup {



    width: 450px;



    border-radius: 23px;



    padding: 30px;



    overflow: visible;



    border-bottom: rgb(0 14 87) 5px solid;



    background: white;



    font-family: 'Poppins', sans-serif !important;



    position: absolute;



    top: 50%;



    left: 50%;



    transform: translate(-50%, -50%);



}







.modal {



    background: rgba(0, 0, 0, 0.6);



}







.balti_popup h2 {



    font-size: 28px;



    color: rgb(0 14 87);



    font-weight: 900;



    padding-left: 15px;



    border-left: rgb(0 14 87) 6px solid;



    margin-bottom: 12px;



    line-height: 35px;



}







.balti_popup h2+p {



    line-height: 19px;



    font-size: 14px;



    margin-bottom: 12px;



}







.balti_popup ul {



    margin: 0;



    padding: 0;



}







.balti_popup ul li {



    text-align: left;



    position: relative;



    width: 100%;



    margin: 8px 0px;



    display: inline-block;



}







.balti_popup ul li i {



    position: absolute;



    top: 15px;



    left: 14px;



    color: rgb(0 14 87);



}







.balti_popup ul li input[type="text"],



.balti_popup ul li input[type="email"],



.balti_popup ul li input[type="number"],



.balti_popup ul li textarea {



    background: #ffffff;



    border: #dedede 2px solid;



    padding: 10px 10px 10px 34px;



    width: 100%;



    border-radius: 6px;



    font-size: 14px;



    color: #000;



    box-shadow: none !important;



    outline: none 0px !important;



}







.balti_popup ul li textarea {



    height: 161px;



}







.balti_popup ul li input[type="text"]:focus,



.balti_popup ul li input[type="email"]:focus,



.balti_popup ul li textarea:focus {



    border: 2px solid rgb(0 14 87);



}







.balti_popup .pd-right-0 {



    padding-right: 0px !important;



}







.balti_popup ul li input[type="submit"] {



    background: rgb(0 14 87);



    color: #fff;



    font-size: 18px;



    border: 2px solid;



    text-transform: uppercase;



    font-weight: 600;



    padding: 9px 10px;



    letter-spacing: 1px;



    outline: 0px none;



    border-radius: 50px;



    width: 195px;



    margin: 0 auto;



    text-align: center;



    cursor: pointer;



    display: block;



    width: 100%;



    transition: .1s linear;



}







.balti_popup .fancybox-close-small {



    position: absolute;



    top: 0;



    right: 0;



    width: 44px;



    height: 44px;



    padding: 0;



    margin: 0;



    border: 0;



    border-radius: 0;



    outline: none;



    background: transparent;



    z-index: 10;



    outline: none;



    cursor: pointer;



}







.balti_popup .fancybox-close-small {



    border: rgb(0 14 87) 3px solid;



    background: #fff;



    border-radius: 72px;



    text-align: center;



    box-shadow: #000 0 0 10px;



    right: -14px;



    top: -13px;



    overflow: visible;



    outline: none !important;



}







.balti_popup .fancybox-close-small:hover {



    background: rgb(0 14 87);



    z-index: 11;



}







.balti_popup .fancybox-close-small:after {



    position: absolute;



    top: 2px;



    right: 5px;



    width: 30px;



    height: 30px;



    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;



    color: #888;



    font-weight: 300;



    text-align: center;



    border-radius: 50%;



    border-width: 0;



    transition: background .2s;



    box-sizing: border-box;



    z-index: 2;



    content: "x";



    color: #4a171e;



    font-size: 25px;



    right: 4px;



    transition: .1s linear;



}







.balti_popup .fancybox-close-small:hover:after {



    color: white !important;



}







.balti_popup button:focus {



    outline: 1px dotted;



    outline: 5px auto -webkit-focus-ring-color;



}







@media screen and (max-width: 767px) {



    .balti_popup {



        /* width: 85%; */



        padding: 20px;



    }



    .balti_popup .pd-right-0 {



        padding-right: 15px !important;



    }



    .balti_popup ul li textarea {



        height: 85px;



    }



    .main-package h1 {



        font-size: 25px;



    }



    .foot-logo-right .row {



        justify-content: flex-start;



    }



    .foot-logo-right-img img {



        margin-left: 0px;



    }



    .main-footer {



        text-align: center;



    }



}







@media screen and (max-width: 490px) {



    .balti_popup {



        width: 90%;



    }



    .balti_popup h2 {



        font-size: 25px;



    }



}







.modal-backdrop {



    display: none !important;



}







.main-package h1 {



    color: #030740;



    margin-bottom: 25px;



}











/* End POPUP */











/* testimonials */







.testiwrp {



    padding: 40px 0 50px;



    background: #fff;



    overflow: hidden;



}







.testiwrp .txtdiv span {



    color: #0ab67b;



    display: block;



}







.txtdiv {



    color: #000;



}







.txtdiv h6 {



    font-size: 22x;



    margin-bottom: 1rem;



    font-size: 18px;



    background: linear-gradient(to right, rgb(0 8 92) 0%, rgb(9 21 228) 100%);



    -webkit-background-clip: text;



    background-clip: text;



    -webkit-text-fill-color: transparent;



    text-transform: uppercase;



}







.txtdiv h4 {



    font-size: 35px;



    margin-bottom: 1rem;



}







.txtdiv h5 {



    margin-top: 1rem;



}







.testiwrp .slick-dots li button:before {



    position: absolute;



    top: 0;



    left: 0;



    content: "";



    background: rgb(0 14 87);



    width: 16px;



    border-radius: 50%;



    height: 16px;



    font-family: "slick";



    font-size: 12px;



    line-height: 20px;



    text-align: center;



    color: #333333;



    opacity: 0.25;



    -webkit-font-smoothing: antialiased;



    -moz-osx-font-smoothing: grayscale;



}







.testiwrp .slick-dots li button {



    border: 0;



    background: transparent;



    display: block;



    height: 10px;



    width: 10px;



    outline: none;



    line-height: 0px;



    font-size: 0px;



    color: transparent;



    padding: 5px;



    cursor: pointer;



}







.txtwrp h1 {



    text-align: center;



    margin-bottom: 2rem;



    color: #000e57;



    text-transform: uppercase;



}







.testwraper_vid_sec {



    background-color: #f7f7f7;



    padding: 80px 0 40px;



    margin: 20px 0 0;



}







section.testwraper_vid_sec .slick-dots {



    position: relative;



    top: 30px;



}







.testwraper_vid_sec .text-center {



    margin: 20px auto 30px;



}











.testwraper_vid_sec .playbutton a:before {



    background: url(../images/testi-vid/play-button.png);



    background-repeat: no-repeat;



    content: "";



    height: 94px;



    margin: auto;



    width: 94px;



    z-index: 9999;



    bottom: 0;



    left: 0;



    position: absolute;



    right: 0;



    top: 0;



    background-size: 100%;



}







.playbutton {



    position: relative;



    margin: auto;



    display: table;



}







.testwraper_vid  h5 {



    margin: 30px 0 0;



}







.testwraper_vid_sec  span {



    color: #0ab67b;



    display: block;



    margin: 10px 0 0;



}



@media (min-width:20px) and (max-width:767px){







.testwraper_vid_sec .playbutton:before {



    height: 74px;



    margin: auto;



    width: 74px;



}







.testwraper_vid_sec .text-center {



    margin: 0px auto 30px;



}







.testwraper_vid_sec {



    padding: 50px 0 20px;



    margin: 0px 0 0;



}







}

section.simple-text.privacy ul li {

    line-height: 28px;

    list-style: disc;

}



section.simple-text.privacy ul {

    margin-left: 22px;

}



.portfolio-box a video {

    width: 100%;

}



.protected_by {

    display: table !important;

    font-size: 15px;

    font-weight: 700;

    margin: -10px 0 10px 10px !important;

}

a.details-view {
    background-color: #ed0043;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 400;
}

.btn-view {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}
a.details-view:hover {
    transform: scale(1.078);
}



.combo-box {background: linear-gradient(196deg, #00090a, #020248);padding: 25px;border-radius: 10px;position: relative;}

.combo-list {
    display: flex;
    margin: 20px 0;
    column-gap: 30px;
}

.combo-top h4 {
    font-size: 15px;
    color: #ed0043;
}

.combo-top h2 {
    font-size: 25px;
    color: #fff;
    margin-top: 10px;
    border-radius: 3px;
    background-color: #001a36;
    font-size: 24px;
    font-weight: 600;
    color: white;
    padding: 10px;
    width: 34%;
    text-align: center;
}

.combo-list ul h3 {
    color: #fff;
    font-size: 18px;
    margin: 20px 0 5px;
}

.combo-list ul li {
    color: #fff;
    line-height: 30px;
}

.combo-list ul {
}

.cta-links-1 {
    display: flex;
    column-gap: 20px;
}

.cta-links-1 a {
    color: #fff;
}

.cta-links p {
    color: #fff;
}

.combo-bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.combo-bottom h5 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    text-decoration: line-through;
}

.combo-bottom h6 {font-size: 35px;color: #ed0043;}
.combo-bottom a.popup-btn {
    background-color: #ed0043;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 400;
}
.combo-box:after {
    position: absolute;
    content: "";
    top: 45px;
    right: 45px;
    width: 200px;
    height: 200px;
    background: url(../images/badge-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
ul.last-ul {
    margin-top: 75px;
}
.cta-links-1 a i {
    color: #ed0043;
    margin-right: 10px;
}
.main-package .item, .home-package .package-carousel .package_box h6 {
    font-size: 19px;
    color: #fff;
}

.package_box p {
    font-size: 13px;
    color: #fff;
}

.main-package .item, .home-package .package-carousel .package_box form {
    margin-top: 20px;
}

.pkg_details 
    button {
    border-width: 2px;
    border-color: #073f74;
    border-style: solid;
    padding: 14px 40px;
    border-radius: 25px;
    color: #140b24;
    margin: 20px auto 0;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    display: table;
}



@media (min-width: 320px) and (max-width: 767px) {
    .combo-list {
    display: block;
}

.combo-bottom {
    display: block;
}

.combo-top h2 {
    width: unset;
}

.combo-top {
    margin-top: 55px;
}

.combo-box:after {
    background-size: 73%;
    right: -40px;
    top: 20px;
}

.combo-top h2 {
    font-size: 20px;
}

ul.last-ul {
    margin-top: 0;
}

.cta-links-1 {
    justify-content: center;
}

.cta-links p {
    text-align: center;
}

.combo-bottom h5 {
    text-align: center;
}

.combo-bottom h6 {
    text-align: center;
}

.combo-bottom a.popup-btn {
    display: table;
    margin: auto;
}
}

