/*

Default Style

============================*/

@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,800;0,900;0,1000;1,300;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap");

body {

    padding: 0;

    margin: 0;

    font-size: 15px;

    line-height: 1.7;

    font-family: "Mulish", sans-serif;

    color: #212121;

    letter-spacing: 0.5px;

}



a {

    display: inline-block;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

    text-decoration: none;

    color: #d80650;

}



a:hover {

    text-decoration: none;

    color: #0e0129;

}



a:focus {

    text-decoration: none;

}



button {

    outline: 0 !important;

    -webkit-box-shadow: none;

    box-shadow: none;

    border: none;

}



button:focus {

    -webkit-box-shadow: none;

    box-shadow: none;

}



.h1,

.h2,

.h3,

.h4,

.h5,

.h6,

h1,

h2,

h3,

h4,

h5,

h6 {

    color: #0e0129;

    font-weight: 700;

    text-transform: capitalize;

}



h3 {

    font-size: 25px;

    text-transform: capitalize;

    font-weight: 600;

}



.d-table {

    width: 100%;

    height: 100%;

}



.d-table-cell {

    vertical-align: middle;

}



p {

    font-size: 15px;

    margin-bottom: 15px;

}



p:last-child {

    margin-bottom: 0;

}



img {

    max-width: 100%;

    height: auto;

}



ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



.form-control {

    height: 50px;

    color: #0e0129;

    border: 1px solid #e8e8e8;

    background-color: #f2f9fc;

    border-radius: 0;

    font-size: 14px;

    padding: 10px 20px;

    width: 100%;

}



.form-control::-webkit-input-placeholder {

    color: #495057;

}



.form-control:-ms-input-placeholder {

    color: #495057;

}



.form-control::-ms-input-placeholder {

    color: #495057;

}



.form-control::placeholder {

    color: #495057;

}



.form-control:focus {

    color: #000000;

    -webkit-box-shadow: unset;

    box-shadow: unset;

    outline: 0;

    border: 1px solid #d80650;

}



.form-control:hover:focus,

.form-control:focus {

    -webkit-box-shadow: unset;

    box-shadow: unset;

}



textarea.form-control {

    height: auto;

}



.ptb-100 {

    padding-top: 100px;

    padding-bottom: 100px;

}



.pt-100 {

    padding-top: 100px;

}



.pb-100 {

    padding-bottom: 100px;

}



.pt-70 {

    padding-top: 70px;

}



.pb-70 {

    padding-bottom: 70px;

}



.mt-30 {

    margin-top: 30px;

}



.mb-30 {

    margin-bottom: 30px;

}



.mt-100 {

    margin-top: -100px;

}





/*

Bg-color Style*/

.bg-color {

    background-color: #010c16;

}



.bg-color-f9f9f9 {

    background-color: #f9f9f9;

}



/*

Default Btn Area Style*/

.default-btn {

    font-size: 16px;

    color: #ffffff;

    padding: 15px 30px;

    line-height: 1;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

    text-transform: capitalize;

    position: relative;

    cursor: pointer;

    text-align: center;

    overflow: hidden;

    z-index: 1;

    background-color: #d80650;

}



.default-btn i {

    position: relative;

    top: 1px;

    margin-right: 5px;

}



.default-btn::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 0;

    height: 100%;

    background-color: #0e0129;

    z-index: -1;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.default-btn::after {

    content: "";

    position: absolute;

    bottom: 0;

    right: 0;

    width: 0;

    height: 100%;

    background-color: #0e0129;

    z-index: -1;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.default-btn.active {

    margin-left: 20px;

    color: #0e0129;

    background-color: #ffffff;

}



.default-btn:hover {

    color: #ffffff;

}



.default-btn:hover::before {

    left: auto;

    right: 0;

    width: 50%;

}



.default-btn:hover::after {

    left: 0;

    right: 0;

    width: 50%;

}



/*

Read More Area Style*/

.read-more {

    line-height: 1;

    color: #d80650;

    font-weight: 500;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

    display: block;

    font-size: 13px;

    font-weight: 600;

}



.read-more i {

    position: relative;

    top: 2px;

}



.read-more:hover {

    color: #d80650;

}



.read-more:hover i {

    color: #d80650;

    -webkit-animation: rotation 0.5s linear infinite;

    animation: rotation 0.5s linear infinite;

}



/*

Header Area Style

======================================================*/

.header-area .container-fluid {

    padding-left: 50px;

    padding-right: 50px;

}

header{

  background: #060413;

}

header.sticky {

    position: fixed;

    background: #060413;

    z-index: 999;

    width: 100%;

    transition: 0.6s;

}

header.sticky .main-nav {

    background: #060413;

    padding-top: 5px;

    padding-bottom: 5px;

        transition: 0.6;

}



header.sticky .main-nav nav .navbar-nav .nav-item a {

    font-size: 14px;

    margin-left: 8px;

    margin-right: 8px;

        transition: 0.6s;

}



header.sticky .main-nav nav .navbar-nav .nav-item {

    padding: 10px 0;

}



header.sticky a.navbar-brand img{

  width: 80%;

   transition: 0.6s;

}

a.navbar-brand img{

  width: 100%;

   transition: 0.6s;

}

a.navbar-brand img {

    width: 100%;

    transition: 0.6s;

}



header.sticky img.logo2{

  display: block;

    width: 80%;

}



header.sticky img.logo1{

  display: none;

}



img.logo2{

  display: none;

}





/*

Nav Area Style

======================================================*/

.nav-area .container-fluid {

    padding-left: 50px;

    padding-right: 50px;

}



.nav-area .navbar-area .main-nav {

    background-color: transparent;

    -webkit-box-shadow: none;

    box-shadow: none;

    padding-top: 0;

    padding-bottom: 0;

    border-bottom: 1px solid #11132d;

    background-color: rgba(17, 19, 45, 0.2);

}



.nav-area .navbar-area .main-nav .navbar {

    padding-left: 0;

    padding-right: 0;

}



.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {

    font-size: 16px;

    color: #ffffff;

    text-transform: capitalize;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

    margin-left: 0;

    margin: 0 10px;

    position: relative;

}



.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a i {

    font-size: 20px;

    line-height: 0;

    position: relative;

    top: 5px;

}



.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {

    color: #d80650;

}



.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {

    color: #d80650;

}



.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {

    opacity: 1;

    visibility: visible;

    top: 100%;

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

}



.nav-area .navbar-area.is-sticky {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    margin: auto;

    z-index: 999;

    background-color: #0e0129;

    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);

    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);

    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;

    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

    width: 100% !important;

}



.nav-area.nav-area-three .navbar-area .main-nav {

    background-color: rgba(0, 2, 11, 0.88);

    border: none;

}



/*meanmenu*/



.mean-container .mean-bar {

    float: left;

    width: 100%;

    position: absolute;

    background: 0 0;

    padding: 20px 0 0;

    z-index: 999;

    border-bottom: 1px solid rgba(0, 0, 0, 0.03);

    height: 55px;

}

.mean-container a.meanmenu-reveal {

    width: 35px;

    height: 30px;

    padding: 12px 15px 0 0;

    position: absolute;

    right: 0;

    cursor: pointer;

    color: #fff;

    text-decoration: none;

    font-size: 16px;

    text-indent: -9999em;

    line-height: 22px;

    font-size: 1px;

    display: block;

    font-weight: 700;

}

.mean-container a.meanmenu-reveal span {

    display: block;

    background: #fff;

    height: 4px;

    margin-top: 3px;

    border-radius: 3px;

}

.mean-container .mean-nav {

    float: left;

    width: 100%;

    background: #fff;

    margin-top: 55px;

}

.mean-container .mean-nav ul {

    padding: 0;

    margin: 0;

    width: 100%;

    border: none;

    list-style-type: none;

}

.mean-container .mean-nav ul li {

    position: relative;

    float: left;

    width: 100%;

}

.mean-container .mean-nav ul li a {

    display: block;

    float: left;

    width: 90%;

    padding: 1em 5%;

    margin: 0;

    text-align: left;

    color: #677294;

    border-top: 1px solid #dbeefd;

    text-decoration: none;

}

.mean-container .mean-nav ul li a.active {

    color: #000;

}

.mean-container .mean-nav ul li li a {

    width: 80%;

    padding: 1em 10%;

    color: #677294;

    border-top: 1px solid #dbeefd;

    opacity: 1;

    text-shadow: none !important;

    visibility: visible;

    text-transform: none;

    font-size: 14px;

}

.mean-container .mean-nav ul li.mean-last a {

    border-bottom: none;

    margin-bottom: 0;

}

.mean-container .mean-nav ul li li li a {

    width: 70%;

    padding: 1em 15%;

}

.mean-container .mean-nav ul li li li li a {

    width: 60%;

    padding: 1em 20%;

}

.mean-container .mean-nav ul li li li li li a {

    width: 50%;

    padding: 1em 25%;

}

.mean-container .mean-nav ul li a:hover {

    background: #252525;

    background: rgba(255, 255, 255, 0.1);

}

.mean-container .mean-nav ul li a.mean-expand {

    margin-top: 3px;

    width: 100%;

    height: 24px;

    padding: 12px !important;

    text-align: right;

    position: absolute;

    right: 0;

    top: 0;

    z-index: 2;

    font-weight: 700;

    background: 0 0;

    border: none !important;

}

.mean-container .mean-push {

    float: left;

    width: 100%;

    padding: 0;

    margin: 0;

    clear: both;

}

.mean-nav .wrapper {

    width: 100%;

    padding: 0;

    margin: 0;

}

.mean-container .mean-bar,

.mean-container .mean-bar * {

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

}

.mean-remove {

    display: none !important;

}

.mobile-nav {

    display: none;

}

.mobile-nav.mean-container .mean-nav ul li a.active {

    color: #ff2d55;

}

.main-nav {

    top: 0;

    left: 0;

    padding-top: 15px;

    padding-bottom: 15px;

    width: 100%;

    z-index: 999;

    height: auto;

        transition: 0.6s;

}

.mean-nav .dropdown-toggle::after {

    display: none;

}

.navbar-light .navbar-brand,

.navbar-light .navbar-brand:hover {

    color: #fff;

    font-weight: 700;

    text-transform: uppercase;

    line-height: 1;

}

.main-nav nav ul {

    padding: 0;

    margin: 0;

    list-style-type: none;

}

.main-nav nav .navbar-nav .nav-item {

    position: relative;

    padding: 15px 0;

}

.main-nav nav .navbar-nav .nav-item a {

    font-weight: 500;

    font-size: 15px;

    text-transform: uppercase;

    color: #fff;

    padding-left: 0;

    padding-right: 0;

    padding-top: 0;

    padding-bottom: 0;

    margin-left: 12px;

    margin-right: 12px;

    transition: 0.6s;

}

.main-nav nav .navbar-nav .nav-item a.active,

.main-nav nav .navbar-nav .nav-item a:focus,

.main-nav nav .navbar-nav .nav-item a:hover {

    color: #ff2d55;

}

.main-nav nav .navbar-nav .nav-item:hover a {

    color: #ff2d55;

}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {

    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);

    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);

    background: #0d1028;

    position: absolute;

    top: 80px;

    left: 0;

    width: 250px;

    z-index: 99;

    display: block;

    padding-top: 20px;

    padding-left: 5px;

    padding-right: 5px;

    padding-bottom: 20px;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {

    position: relative;

    padding: 0;

}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {

    font-size: 15px;

    font-weight: 500;

    text-transform: capitalize;

    padding: 9px 15px;

    margin: 0;

    display: block;

    color: #fff;

}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {

    color: #ff2d55;

}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {

    position: absolute;

    left: -100%;

    top: 0;

    opacity: 0 !important;

    visibility: hidden !important;

}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {

    opacity: 1 !important;

    visibility: visible !important;

    top: -20px !important;

}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {

    position: absolute;

    left: -100%;

    top: 0;

    opacity: 0 !important;

    visibility: hidden !important;

}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {

    opacity: 1 !important;

    visibility: visible !important;

    top: -20px !important;

}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {

    color: #fff;

    text-transform: capitalize;

}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {

    color: #fff;

}

.main-nav nav .navbar-nav .nav-item:hover ul {

    opacity: 1;

    visibility: visible;

    top: 100%;

}

.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {

    left: auto;

    right: 0;

}

@media only screen and (max-width: 991px) {

    .mobile-nav {

        display: block;

        position: relative;

    }

    .mobile-nav .logo {

        text-decoration: none;

        position: absolute;

        top: 11px;

        z-index: 999;

        left: 15px;

        color: #fff;

        font-weight: 700;

        text-transform: uppercase;

        font-size: 20px;

    }

    .mean-container .mean-bar {

        background-color: #000;

        padding: 0;

    }

    .mean-container a.meanmenu-reveal {

        padding: 15px 15px 0 0;

    }

    .mobile-nav nav .navbar-nav {

        overflow-y: scroll;

    }

    .mobile-nav nav .navbar-nav .nav-item a i {

        display: none;

    }

    .main-nav {

        display: none !important;

    }

}













/*About Us

======================================================*/



.about-content h3 {

    font-size: 50px;

    margin-bottom: 18px;

    font-weight: 700;

    color: #fff;

}

.about-content p {

    margin-bottom: 0;

    color: #ddd;

    padding-bottom: 25px;

}



.about-image img{

  border-radius: 10px;

}



.about-content ul li{

    margin-bottom: 0;

    color: #ddd;

    line-height: 32px;

    margin-bottom: 5px;

}

.about-content ul li i {

    background: #d80650;

    color: #fff;

    padding: 6px;

    border-radius: 4px;

    margin-right: 6px;

    font-size: 16px;

    font-weight: 800;

}





/*

Partner Area Style

======================================================*/

.partner-area .partner-item {

    background-color: transparent;

    position: relative;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

    overflow: hidden;

    text-align: center;

    line-height: 1;

    margin: 0px 10px;

}



.partner-area .partner-item .partner-overly {

    position: absolute;

    top: 200px;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.partner-area .partner-item:hover .partner-overly {

    top: 0;

}



.partner-area .owl-carousel .owl-item img {

    width: unset;

    margin: auto;

    border-radius: 5px;

}



/*

Page Title Area Style

=====================================================*/

.page-title-area {

    position: relative;

    padding-top: 40px;

    padding-bottom: 40px;

    z-index: 1;

    background-color: #060413;

}



.page-title-area::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    background-image: url(../../assets/img/page-title-bg.png);

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

}



.page-title-area .page-title-content h2 {

    margin-bottom: 15px;

    color: #ffffff;

    font-size: 40px;

    font-weight: 700;

}



.page-title-area .page-title-content ul {

    padding: 10px 5px;

    list-style-type: none;

    margin-top: 10px;

    margin-bottom: 0;

    background: #fff;

    display: inline-block;

    border-radius: 5px;

}



.page-title-area .page-title-content ul li {

    display: inline-block;

    position: relative;

    font-size: 15px;

    font-weight: 500;

    padding-right: 15px;

    padding-left: 15px;

    color: #ffffff;

}



.page-title-area .page-title-content ul li::before {

    content: "";

    position: absolute;

    top: 10px;

    right: -7px;

    background-color: #d80650;

    width: 10px;

    height: 10px;

}



.page-title-area .page-title-content ul li:last-child::before {

    display: none;

}



.page-title-area .page-title-content ul li a {

    color: #060413;

}



.page-title-area .page-title-content ul li a:hover {

    color: #d80650;

}



.page-title-area .page-title-content ul .active {

    color: #d80650;

}



/*

Go Top Style*/

.go-top {

    position: fixed;

    cursor: pointer;

    top: 85%;

    right: -10%;

    background-color: #d80650;

    z-index: 4;

    width: 40px;

    text-align: center;

    height: 42px;

    line-height: 42px;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: 0.9s;

    transition: 0.9s;

}



.go-top i {

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    left: 0;

    right: 0;

    margin: 0 auto;

    color: #ffffff;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    font-size: 20px;

}



.go-top i:last-child {

    opacity: 0;

    visibility: hidden;

    top: 60%;

}



.go-top::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    background-color: #d80650;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.go-top:hover {

    color: #ffffff;

    background-color: #0e0129;

}



.go-top:hover::before {

    opacity: 1;

    visibility: visible;

}



.go-top:hover i:first-child {

    opacity: 0;

    top: 0;

    visibility: hidden;

}



.go-top:hover i:last-child {

    opacity: 1;

    visibility: visible;

    top: 50%;

}



.go-top:focus {

    color: #ffffff;

}



.go-top:focus::before {

    opacity: 1;

    visibility: visible;

}



.go-top:focus i:first-child {

    opacity: 0;

    top: 0;

    visibility: hidden;

}



.go-top:focus i:last-child {

    opacity: 1;

    visibility: visible;

    top: 50%;

}



.go-top.active {

    -webkit-transform: translateY(0);

    transform: translateY(0);

    opacity: 1;

    visibility: visible;

    right: 3%;

    top: 85%;

}



/*

Section Title Area Style*/

.section-title {

    max-width: 660px;

    margin: -12px auto 45px;

    text-align: center;

    position: relative;

}



.section-title span {

    color: #d80650;

    display: block;

    margin-bottom: 8px;

    font-weight: 600;

}



.section-title h2 {

    font-size: 50px;

    margin-bottom: 15px;

    position: relative;

    display: block;

    text-transform: capitalize;

}



.section-title h2:last-child {

    margin-bottom: 0;

}



.section-title.white-title span {

    color: #ffffff;

}



.section-title.white-title h2 {

    color: #ffffff;

}



.section-title.white-title p {

    color: #ffffff;

}



.pb-75 {

    padding-bottom: 75px;

}



.body-with-black-color {

    background-color: #060413;

}



.body-with-black-color .section-title h2 {

    color: #ffffff;

}



.body-with-black-color .section-title p {

    color: #aba8ae !important;

}



.body-with-black-color .section-title.white-title p {

    color: #ffffff !important;

}



/*

Section Title Wrap CSS

======================================================*/

.section-title-wrap {

    margin-bottom: 45px;

}



.section-title-wrap h2 {

    font-size: 50px;

    margin-bottom: 15px;

}



.section-title-wrap p {

    color: #707070;

}



.section-title-wrap .wrap-btn {

    text-align: end;

}



.section-title-wrap .wrap-btn .default-btn {

    background: linear-gradient(136.1deg, #d80650 1.84%, #fe5d68 100%);

    border-radius: 5px;

}



/*

New Main Banner Area CSS

======================================================*/

.new-main-banner-area {

    position: relative;

    z-index: 1;

    overflow: hidden;

}



.new-main-banner-slides-item {

    background: linear-gradient(136.1deg, #d80650 1.84%, #fe5d68 100%);

    position: relative;

    z-index: 1;

    overflow: hidden;

}



.new-main-banner-slides-item .container-fluid {

    padding-left: 30px;

    padding-right: 0;

}



.new-main-banner-area-with-black-color {

    padding-top: 50px;

    padding-bottom: 50px;

    position: relative;

    z-index: 1;

    overflow: hidden;

}



.new-main-banner-area-with-black-color .container-fluid {

    padding-left: 30px;

    padding-right: 30px;

}



.new-main-banner-black-content h1 {

    font-size: 75px;

    margin-bottom: 25px;

    color: #ffffff;

    font-weight: 900;

    letter-spacing: 2px;

    line-height: 80px;

}

.new-main-banner-black-content span {

    font-size: 18px;

    color: #ffffff;

    font-weight: 700;

}



.new-main-banner-black-content p {

    color: #fff;

    margin-bottom: 0;

}



.new-main-banner-black-content .banner-btn {

    padding: 0;

    margin-top: 35px;

    margin-bottom: 0;

}



.new-main-banner-black-content .banner-btn li {

    list-style-type: none;

    display: inline-block;

    margin-right: 20px;

}



.new-main-banner-black-content .banner-btn li:last-child {

    margin-right: 0;

}



.new-main-banner-black-content .banner-btn li .default-btn {

    padding: 15px 30px;

    border-radius: 5px;

    background: linear-gradient(136.1deg, #d80650 1.84%, #fe5d68 100%);

}



.new-main-banner-black-content .banner-btn li .default-btn::before {

    background: #d80650;

}



.new-main-banner-black-content .banner-btn li .default-btn::after {

    background: #d80650;

}



.new-main-banner-black-content .banner-btn li .default-btn.color-two {

    border: 1px solid #d80650;

    background: transparent;

}



.new-main-banner-black-content .banner-btn li .default-btn.color-two::before {

    background: #d80650;

}



.new-main-banner-black-content .banner-btn li .default-btn.color-two::after {

    background: #d80650;

}



.new-main-banner-black-content .banner-btn li .default-btn.color-two:hover {

    color: #ffffff;

}



.new-main-banner-black-image {

    text-align: center;

}



.new-main-banner-black-shape {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 45px;

    z-index: -1;

}



/*

Seku Features Area CSS

======================================================*/

.seku-features-area.with-black-color {

    background-color: #20132c;

}



.seku-features-area.with-black-color .single-seku-features-card {

    background-color: #20132c;

}



.single-seku-features-card {

    background-color: #191120;

    padding: 35px 30px 30px 30px;

    position: relative;

    z-index: 1;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

    margin-bottom: 25px;

}



.single-seku-features-card::after {

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    width: 0%;

    height: 100%;

    background: #110a18;

    z-index: -1;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.single-seku-features-card h3 {

    margin-bottom: 30px;

    color: #ffffff;

    position: relative;

    padding-left: 50px;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.single-seku-features-card h3 img {

    position: absolute;

    top: -5px;

    left: 0;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.single-seku-features-card p {

    color: #aba8ae;

    margin-bottom: 0;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.single-seku-features-card:hover {

    -webkit-transform: translateY(-5px);

    transform: translateY(-5px);

}



.single-seku-features-card:hover h3 {

    color: #ffffff;

}



.single-seku-features-card:hover h3 i {

    color: #ffffff;

}



.single-seku-features-card:hover p {

    color: #ffffff;

}



.single-seku-features-card:hover::after {

    left: 0;

    right: auto;

    width: 100%;

}



.single-seku-features-card.bg-382549 {

    background-color: #180e22;

}



/*

Safer World Area CSS

======================================================*/

.safer-world-area {

    background-color: #fbfbfb;

}



.safer-world-area.with-black-color {

    background-color: #000000;

}



.safer-world-area.with-black-color .safer-world-content h3 {

    color: #ffffff;

}



.safer-world-area.with-black-color .safer-world-content p {

    color: #aba8ae;

    border-bottom: 1px solid #452c5b;

}



.safer-world-area.with-black-color .safer-world-content .safer-world-inner-box h4 {

    color: #ffffff;

}



.safer-world-area.with-black-color .safer-world-content .safer-world-inner-box p {

    color: #aba8ae;

    border-bottom: none;

}



.safer-world-content {

    padding-left: 30px;

}



.safer-world-content h3 {

    font-size: 50px;

    margin-bottom: 18px;

    font-weight: 700;

}



.safer-world-content p {

    margin-bottom: 0;

    border-bottom: 1px solid #ececec;

    color: #707070;

    padding-bottom: 25px;

}



.safer-world-content .safer-world-inner-box {

    margin-top: 25px;

}



.safer-world-content .safer-world-inner-box h4 {

    font-size: 21px;

    margin-bottom: 15px;

    font-weight: 400;

    margin-bottom: 5px;

}



.safer-world-content .safer-world-inner-box p {

    margin-bottom: 0;

    border-bottom: none;

    padding-bottom: 0;

}



.safer-world-content .safer-world-btn {

    margin-top: 30px;

}



.safer-world-content .safer-world-btn .default-btn {

    background: linear-gradient(136.1deg, #d80650 1.84%, #fe5d68 100%);

    border-radius: 5px;

}



.safer-world-content.white-color-content h3 {

    color: #ffffff;

}



.safer-world-content.white-color-content p {

    border-bottom: 1px solid #452c5b;

    color: #aba8ae;

}



.safer-world-content.white-color-content .safer-world-inner-box h4 {

    color: #ffffff;

}



.safer-world-content.white-color-content .safer-world-inner-box p {

    color: #aba8ae;

    border-bottom: none;

}



























/*

Complete Website Security Area CSS

======================================================*/

.complete-website-security-area {

    position: relative;

    z-index: 1;

    overflow: hidden;

}



.complete-website-security-area .section-title p {

    color: #707070;

}



.complete-website-security-card {

    background-color: #160a20;

    padding: 30px;

    position: relative;

    z-index: 1;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

    height: 95%;

    margin-bottom: 20px;

}



.complete-website-security-card.with-white-color {

    background: #ffffff;

    border: 1px solid #f9f9f9;

}



.complete-website-security-card.with-white-color h3 a {

    color: #000000;

}



.complete-website-security-card.with-white-color p {

    color: #707070;

}



.complete-website-security-card.with-white-color:hover h3 a {

    color: #ffffff;

}



.complete-website-security-card::after {

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    width: 0%;

    height: 100%;

    background: #110a18;

    z-index: -1;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.complete-website-security-card .icon {

    margin-bottom: 25px;

}



.complete-website-security-card .icon i {

    display: inline-block;

    height: 80px;

    width: 80px;

    line-height: 80px;

    background: #0d0018;

    /* background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%); */

    color: #ffffff;

    font-size: 35px;

    border-radius: 50px;

    text-align: center;

    /* border: 1px solid#000; */

}



.complete-website-security-card .icon {

    display: inline-block;

    height: 80px;

    width: 80px;

    line-height: 80px;

    background: #0d0018;

    /* background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%); */

    color: #ffffff;

    font-size: 35px;

    border-radius: 50px;

    text-align: center;

    /* border: 1px solid#000; */

}

.complete-website-security-card .icon img {

    padding: 14px;

    vertical-align: bottom;

}



.complete-website-security-card h3 {

    margin-bottom: 15px;

    font-size: 20px;

    font-weight: 600;

    line-height: 32px;

}



.complete-website-security-card h3 a {

    color: #ffffff;

}



.complete-website-security-card p {

    color: #aba8ae;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

    margin-bottom: 0;

}



.complete-website-security-card .security-shape {

    position: absolute;

    right: -30px;

    top: -30px;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

    opacity: 0;

}



.complete-website-security-card:hover {

    -webkit-transform: translateY(-5px);

    transform: translateY(-5px);

}



.complete-website-security-card:hover::after {

    left: 0;

    right: auto;

    width: 100%;

}



.complete-website-security-card:hover p {

    color: #ffffff;

}



.complete-website-security-card:hover .security-shape {

    right: 0;

    top: 0;

    opacity: 1;

}



.complete-website-security-card.mb-25 {

    margin-bottom: 25px;

}



.website-security-shape {

    position: absolute;

    right: 0;

    top: 0;

    z-index: -1;

}



/*================================================

Testimonials Wrap Area CSS

=================================================*/

.testimonials-wrap-area {

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

    overflow: hidden;

}



.testimonials-wrap-area::before {

    position: absolute;

    content: "";

    height: 100%;

    width: 100%;

    background: #060413;

    opacity: 0.75;

    left: 0;

    right: 0;

    top: 0;

    z-index: -1;

}



.single-testimonials-card {

    background: #180e22;

    padding: 60px 35px;

    position: relative;

    z-index: 1;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

    overflow: hidden;

    border-radius: 10px;

}



.single-testimonials-card::after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 0%;

    height: 100%;

    background: #110a18;

    z-index: -1;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.single-testimonials-card p {

    color: #ffffff;

    margin-bottom: 0;

    font-size: 16px;

}



.single-testimonials-card .client-info {

    margin-top: 20px;

}



.single-testimonials-card .client-info h3 {

    font-size: 18px;

    margin-bottom: 0;

    color: #ffffff;

}



.single-testimonials-card .client-info span {

    font-size: 14px;

    color: #ddd;

    display: inline-block;

    margin-top: 0px;

    text-transform: uppercase;

}



.single-testimonials-card .rating {

    padding: 0;

    margin-bottom: 0;

    position: absolute;

    right: 45px;

    bottom: 50px;

}



.single-testimonials-card .rating li {

    display: inline-block;

    margin-right: 2px;

}



.single-testimonials-card .rating li:last-child {

    margin-right: 0;

}



.single-testimonials-card .rating li i {

    color: #ffb800;

}



.single-testimonials-card .quote-shape {

    position: absolute;

    right: 45px;

    bottom: -20px;

}



.single-testimonials-card:hover::after {

    width: 100%;

}

.testimonials-wrap-slides.owl-theme .owl-dots .owl-dot span {

    width: 12px;

    height: 12px;

    background-color: #ffffff;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

    border-radius: 50%;

    position: relative;

    margin-top: 0;

    margin-bottom: 0;

    margin: 0 10px;

    /* border: 1px solid #d80650; */

}

.testimonials-wrap-slides.owl-theme .owl-dots .owl-dot:hover span,

.testimonials-wrap-slides.owl-theme .owl-dots .owl-dot.active span {

    background: #d80650;

    -webkit-transform: scale(1.5);

    transform: scale(1.5);

}



.testimonials-wrap-slides.owl-theme .owl-nav.disabled + .owl-dots {

    margin-top: 30px;

    text-align: center;

}



.testimonials-wrap-slides .owl-dots {

    text-align: center;

}

.testimonials-wrap-area .owl-dots{

  text-align: center;

  margin-top: 40px;

}

.testimonials-wrap-area .owl-dot.active span{

  background: #d80650;

}





.testimonials-wrap-area .owl-dots span{

  background: #fff;

  height: 15px;

  width: 15px;

  display: inline-block;

}

.testimonials-wrap-area .owl-dot {

    display: inline-block;

    margin: 0 3px;

}





/*================================================

Footer Style Two Area CSS

=================================================*/

.footer-style-two-with-color {

    background-color: #060413;

    overflow: hidden;

    position: relative;

    z-index: 1;

}



.single-footer-widget-card {

    margin-bottom: 25px;

}



.single-footer-widget-card .logo {

    margin-bottom: 25px;

}



.single-footer-widget-card p {

    color: #aba8ae;

    margin-bottom: 20px;

}



.single-footer-widget-card .social-links {

    padding: 0;

    list-style-type: none;

    margin-top: 0;

    margin-bottom: 0;

}



.single-footer-widget-card .social-links li {

    display: inline-block;

    margin-right: 5px;

}



.single-footer-widget-card .social-links li a {

    width: 30px;

    height: 30px;

    display: block;

    border-radius: 50%;

    text-align: center;

    position: relative;

    color: #ffffff;

    background: linear-gradient(136.1deg, #d80650 1.84%, #fe5d68 100%);

}



.single-footer-widget-card .social-links li a i {

    left: 0;

    right: 0;

    top: 50%;

    position: absolute;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}



.single-footer-widget-card .social-links li a:hover {

    -webkit-transform: translateY(-5px);

    transform: translateY(-5px);

}



.single-footer-widget-card h3 {

    color: #ffffff;

    margin-bottom: 25px;

    font-size: 21px;

}



.single-footer-widget-card .custom-links {

    padding: 0;

    margin-bottom: 0;

}



.single-footer-widget-card .custom-links li {

    list-style-type: none;

    margin-bottom: 10px;

}



.single-footer-widget-card .custom-links li:last-child {

    margin-bottom: 0;

}



.single-footer-widget-card .custom-links li a {

    color: #aba8ae;

    transition: 0.6s;

    text-transform: capitalize;

}



.single-footer-widget-card .custom-links li a:hover {

    color: #d80650;

    letter-spacing: 1px;

}



.single-footer-widget-card .footer-contact-info {

    padding: 0;

    margin-bottom: 0;

}



.single-footer-widget-card .footer-contact-info li {

    color: #aba8ae;

    margin-bottom: 15px;

}



.single-footer-widget-card .footer-contact-info li:last-child {

    margin-bottom: 0;

}



.single-footer-widget-card .footer-contact-info li span {

    color: #ffffff;

}



.single-footer-widget-card .footer-contact-info li a {

    color: #aba8ae;

}



.single-footer-widget-card .footer-contact-info li a:hover {

    color: #d80650;

}



.single-footer-widget-card .widget-newsletter-content {

    margin-bottom: 20px;

}



.single-footer-widget-card .widget-newsletter-content p {

    color: #aba8ae;

    margin-bottom: 0;

}



.single-footer-widget-card .newsletter-form {

    margin-top: 20px;

}



.single-footer-widget-card .newsletter-form .input-newsletter {

    display: block;

    width: 100%;

    background-color: #392c45;

    border: 1px solid #392c45;

    height: 50px;

    padding: 20px;

    border-radius: 5px;

    outline: 0;

    color: #86818a;

}



.single-footer-widget-card .newsletter-form .input-newsletter::-webkit-input-placeholder {

    color: #86818a;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.single-footer-widget-card .newsletter-form .input-newsletter:-ms-input-placeholder {

    color: #86818a;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.single-footer-widget-card .newsletter-form .input-newsletter::-ms-input-placeholder {

    color: #86818a;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.single-footer-widget-card .newsletter-form .input-newsletter::placeholder {

    color: #86818a;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.single-footer-widget-card .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {

    color: transparent;

}



.single-footer-widget-card .newsletter-form .input-newsletter:focus:-ms-input-placeholder {

    color: transparent;

}



.single-footer-widget-card .newsletter-form .input-newsletter:focus::-ms-input-placeholder {

    color: transparent;

}



.single-footer-widget-card .newsletter-form .input-newsletter:focus::placeholder {

    color: transparent;

}



.single-footer-widget-card .newsletter-form .default-btn {

    display: inline-block;

    border: none;

    margin-top: 10px;

    width: 100%;

    background: linear-gradient(136.1deg, #d80650 1.84%, #fe5d68 100%);

    border-radius: 5px;

}



.single-footer-widget-card .newsletter-form #validator-newsletter {

    color: red;

    margin-top: 5px;

    font-weight: 400;

    font-weight: 400;

}



.footer-shape-1 {

    position: absolute;

    left: 0;

    top: 0;

    z-index: -1;

}



.footer-shape-2 {

    position: absolute;

    right: 0;

    top: 0;

    z-index: -1;

}



.copyright-style-two-with-color {

    background-color: #000000;

    text-align: center;

    padding: 10px 0px;

    margin-top: 75px;

}



.copyright-style-two-with-color p {

    color: #aba8ae;

}



.copyright-style-two-with-color p b {

    color: #d80650;

}



.copyright-style-two-with-color p a {

    color: #d80650;

    font-weight: 500;

}





/*================================================

Contact Form

=================================================*/

.contact-area{

  padding-top: 50px;

}

.contact-form .form-group {

    margin-bottom: 10px;

}



.contact-us-img img{

  width: 80%;

}

.our-contact-support {

    background: #fff;

    border-radius: 10px;

padding: 20px 0px;

    position: relative;

}

.support-info{

      padding: 20px;

  margin-bottom: 15px;

  padding-bottom: 15px;

      box-shadow: 0 0 44px 0 rgb(0 0 0 / 10%);

}

.support-info span{

  position: absolute;

}

.support-info span img {

    width: 100%;

    padding: 8px;

    box-shadow: 7px 6px 44px 0 rgb(0 0 0 / 15%);

    border: 1px solid#f9f9f9;

}

.support-info h4 {

    margin-left: 80px;

    font-size: 18px;

    font-weight: 600;

    color: #d80650;

}



.support-info p{

  margin-left: 80px;

}





/*================================================

Careers

=================================================*/

.careers-pg{

  padding-top: 50px;



}

.careers-pg h3 {

    font-size: 50px;

    margin-bottom: 18px;

    font-weight: 700;

    color: #fff;

}

.careers-pg p{

  color: #ddd;

}















/*================================================

Why Cybersecurity

=================================================*/

.why-cybersecurity {

    padding-top: 50px;

}

.why-cybersecurity h3 {

    font-size: 40px;

    margin-bottom: 18px;

    font-weight: 700;

    color: #fff;

}

.why-cybersecurity p{

  color: #ddd;

  text-align: justify;

}



.cyberattacks-work-sec h3 {

    font-size: 30px;

    margin-bottom: 18px;

    font-weight: 700;

    color: #fff;

}



.cyberattacks-work-sec p{

  color: #ddd;

  text-align: justify;

}









/*================================================

Services Offered

=================================================*/



.services-sec{

  border-bottom: 1px solid#333;

  padding-bottom: 50px;

}



.our-services-sec h3 {

    font-size: 30px;

    margin-bottom: 18px;

    font-weight: 700;

    color: #fff;

}



.our-services-sec p{

  color: #ddd;

  text-align: justify;

}













/*================================================

Partner Style Two Area CSS

=================================================*/

.partner-slides .partner-item-card {

    text-align: center;

    overflow: hidden;

}



.partner-slides .partner-item-card img {

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.partner-slides .partner-item-card:hover img {

    -webkit-transform: scale(0.9);

    transform: scale(0.9);

}



/*================================================

Cyber Defenses Area CSS

=================================================*/

.cyber-defenses-area {

    position: relative;

    z-index: 1;

    overflow: hidden;

}



.cyber-defenses-list-tabs .nav {

    padding: 0;

    list-style-type: none;

    display: block;

    border: none;

    margin-bottom: 50px;

    text-align: center;

}



.cyber-defenses-list-tabs .nav .nav-item {

    display: inline-block;

    margin-right: 20px;

}



.cyber-defenses-list-tabs .nav .nav-item:last-child {

    margin-right: 0;

}



.cyber-defenses-list-tabs .nav .nav-item .nav-link {

    display: inline-block;

    background: transparent;

    border: 1px solid #382549;

    padding: 15px 30px;

    border-radius: 5px;

    position: relative;

    z-index: 1;

    color: #ffffff;

    font-weight: 500;

    font-size: 15px;

}



.cyber-defenses-list-tabs .nav .nav-item .nav-link::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 0;

    background: linear-gradient(129.37deg, #603364 8.09%, #7f3668 100%);

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

    border-radius: 5px;

    z-index: -1;

}



.cyber-defenses-list-tabs .nav .nav-item .nav-link:hover,

.cyber-defenses-list-tabs .nav .nav-item .nav-link.active {

    color: #ffffff;

}



.cyber-defenses-list-tabs .nav .nav-item .nav-link:hover::before,

.cyber-defenses-list-tabs .nav .nav-item .nav-link.active::before {

    height: 100%;

}



.cyber-defenses-content {

    max-width: 550px;

}



.cyber-defenses-content h3 {

    font-size: 24px;

    margin-bottom: 20px;

    color: #ffffff;

}



.cyber-defenses-content p {

    margin-bottom: 0;

    color: #aba8ae;

}



.cyber-defenses-content .cyber-list {

    padding: 0;

    margin-top: 25px;

    margin-bottom: 25px;

}



.cyber-defenses-content .cyber-list li {

    color: #e8e8e8;

    font-weight: 400;

    list-style-type: none;

    margin-bottom: 25px;

    position: relative;

    padding-left: 32px;

    font-size: 15px;

}



.cyber-defenses-content .cyber-list li:last-child {

    margin-bottom: 0;

}



.cyber-defenses-content .cyber-list li i {

    display: inline-block;

    height: 22px;

    width: 22px;

    line-height: 22px;

    background: linear-gradient(129.37deg, #603364 8.09%, #7f3668 100%);

    color: #ffffff;

    text-align: center;

    border-radius: 50px;

    font-size: 12px;

    position: absolute;

    top: 0;

    left: 0;

}



.cyber-defenses-content .cyber-btn {

    margin-top: 30px;

}



.cyber-defenses-content .cyber-btn .default-btn {

    background: linear-gradient(136.1deg, #d80650 1.84%, #fe5d68 100%);

    border-radius: 5px;

}



.cyber-defenses-image {

    text-align: end;

}



.cyber-defenses-shape {

    position: absolute;

    right: 0;

    top: 10%;

    -webkit-transform: translateY(-10%);

    transform: translateY(-10%);

    z-index: -1;

}

.btn-de {
    margin-top: 15px;
}