/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Nunito Sans', sans-serif;
    background: url(../images/main-bg.jpg) center top repeat-y #000;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
    max-width: 100%;
}
.transparent-btn{
border-radius: 5px;
border: 2px solid #25D6FA;
background: url(../images/btn-left.png) 3% 10% no-repeat, url(../images/btn-left.png) 3% 92% no-repeat, url(../images/btn-right.png) 97% 10% no-repeat, url(../images/btn-right.png) 97% 92% no-repeat rgba(255, 255, 255, 0.12);
box-shadow: none;
color: #FFF;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
padding: 12px 50px;
display: inline-block;
text-decoration:  none;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.transparent-btn:hover{
    box-shadow: 0px 0px 14px 0px #25D6FA;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.top{
    padding: 50px 0;
}
.top .nav-link{
    color: #fff;
font-size: 15px;
font-weight: 700;
line-height: normal;
letter-spacing: 0.8px;
text-transform: uppercase;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.top .nav-link.active, .top .nav-link:hover{
    color: #25D6FA;
    -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.profilebtn {
    background: transparent;
    border: 0;
}
.profilebtn img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
}
.profilebtn.dropdown-toggle{
    color:#fff;
    display: flex;
    align-items: center;
    margin-top: 0px;
    padding: 0;
    background: transparent !important;
}
.profilebtn.dropdown-toggle::after{
    border-top: 0.3em solid #fff;
}

/* notification */

.ss-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left;
  }

  .ss-content {
    height: 100%;
    width: calc(100% + 18px);
    padding: 0 0 0 0;
    position: relative;
    overflow: auto;
    box-sizing: border-box;
  }

  .ss-content.rtl {
    width: calc(100% + 18px);
    right: auto;
  }

  .ss-scroll {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    width: 9px;
    border-radius: 4px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.25s linear;
  }

  .ss-hidden {
    display: none;
  }

  .ss-container:hover .ss-scroll,
  .ss-container:active .ss-scroll {
    opacity: 1;
  }

  .ss-grabbed {
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }

  .cart-drop button img {
    width: 25px;
}

.notification-heading {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    font-family: "Jost", sans-serif !important;
}

.noti-span {
    background-color: #E80000;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    color: white;
    position: absolute;
    top: -11px;
    right: -15px;
    justify-content: center;
}
.cart-toggle h3 i{
    color: #fff;
}
.dropdown .cart-drop{
    margin-top: 20px;
}
.dropdown .cart-drop a{
    color: #136B7D;
    text-decoration: none;
}
.notification-div {
    height: 200px;
    width: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    /* transform: translate3d(0px, 6px, 0px) !important; */
    border-radius: 15px;
    padding: 20px !important;
    background: #D9D9D9;
}

.notifications2{
    border-radius: 9px;
    background: #979797;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 6px rgba(170, 170, 170, 0.16);
padding:15px 30px;
margin: 10px 0;
text-align: left;
}

.notifications{
    border-radius: 9px;
background: #fff;
border: 1px solid #ececec;
box-shadow: 0px 3px 6px rgba(170, 170, 170, 0.16);
padding:15px 30px;
margin: 10px 0;
text-align: left;
}

.inner-bell{
    color: #D70D0D;
    font-size: 24px;
}
.notifications2 .fas, .notifications .fas{
    color: #fff;
    font-size: 24px;
    background: #586D80;
    padding: 15px;
    border-radius: 50%;
    margin: 0;
}
.notifications2 p, .notifications p{
    color: #1A1A1A !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}
.notifications2 small, .notifications small{
    color: #586D80;
    font-size: 16px;
}
.top .dropdown-menu {
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 14px 0px #25D6FA;
    background-color: #fff;
}
.top .dropdown-menu .dropdown-item{
    color:#242424;
    padding: 15px 10px;

}
.top .dropdown-menu .dropdown-item:hover{
    background-color: #242424;
    color: #fff !important;
}
.profile-div a {
    padding: 10px 13px !important;
}

.header {
    box-shadow: 0 3px 6px rgb(0 0 0 / 9%);
}
button#dropdownMenuButton1 {
    background: transparent;
    border: 0;
}
.dropdown{
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.ss-content p{
    color: #000;
    font-size: 14px;
    line-height: 22px;
}
.ss-content small{
    color: #8d8c8c;
    font-size: 12px;
    line-height: 22px;
}
.banner{
    margin: 0 0 100px;
}
  #globeanimation {
    background-image:url(../images/homeglobe.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation: 6s ease-in-out 3s infinite beat;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: contain;
  }
.content-area{
    padding: 100px 0;
}
.content-area p{
    color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 36px; /* 200% */
margin: 0 0 50px;
}
.sec-1{
    position: relative;
    padding: 200px 0 0;
}
.sec-1 h2{
    color: #FFF;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 75px; /* 107.143% */
letter-spacing: -1.4px;
text-transform: uppercase;
}
.sec-1 h2 span{
    color: #25D6FA;
}
.sec-1 h5{
    color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.sec-1 h5 span{
font-size: 24px;
font-weight: 800;
}
.imagearea img{
    position: absolute;
    top: -200px;
    left: 100px;
    animation: 4s ease-in-out 1s infinite beat;
    z-index: 2;
}
.rotate-circle{
    background: url(../images/home-circle.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    width: 520px;
    height: 530px;
    animation: rotateCircle 5s infinite;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.imagearea .rotate-circle{
    top: -265px;
    left: 160px;
}
@keyframes rotateCircle {
    50% {transform: rotate(180deg);}
  }
  .home-computer img{
    position: relative;
    z-index: 2;
  }
.registration-area{
    margin: 150px 0;
    border: 6px solid #FFF;
    padding: 30px 35px;
    text-align: center;
}
.registration-area h3{
    color: #FFF;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 60px; /* 133.333% */
letter-spacing: -1.35px;
text-transform: uppercase;
}
.registration-area h3 span{
    color: #25D6FA;

}
.registration-area p{
    margin: 0 0 20px;
    font-size: 16px;
}
.map{
    background: url(../images/footermap.png) no-repeat center 75%;
    padding: 50px 0;
    background-size:contain;
}
.map h4{
    color: #FFF;

text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 86px; /* 172% */
text-transform: uppercase;
}
.map a{
    color: #FFF;

text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;
display: block;
margin: 0 0 15px;
}
.form-input{
    border-radius: 5px;
    border: 0.25px solid #FFF;

    background: rgba(0, 1, 1, 0.44);
    padding: 15px 10px;
    color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 100%;
display: block;
margin: 0 0 25px;
resize: none;
}
.footer{
background: rgba(0, 1, 1, 0.44);
padding: 10px 0;

}
.footer p{
    color: #FFF;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 19.5px; /* 121.875% */
margin: 0;
}
.footer ul{
    display: flex;
    justify-content: flex-end;
}
.footer ul li a{
    color: #FFF;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;
margin: 0 10px 10px 0;
}


/* ======================= login page start ======================= */

.red {
    color: #C31F20 !important;
}
.login-box .modal-header{
    border:0 !important;
}
.login-form .inpt, .profile .inpt{
    height: 58px;
    border: none!important;
    width: 100%;
    padding: 0 20px;
    margin:15px 0 20px;
    border-radius: 4px !important;
border: 1px solid #FFF;
background: #FFF;
box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}
.login-form .inpt2, .profile .inpt2{
    height: 80px;
    border: none!important;
    border-radius: 5px;
    border: 1px solid #fff;
    width: 80px;
    padding: 0 20px;
    margin: 0 0 20px;
    display: inline-flex;
    text-align: center;
}

.login-form label, .profile label{
    color: #090A0E;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.login-form-area label{
color: #fff;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.modal-content{
    border-radius: 2px;
border: 5px solid #FFF;
background: #F6F6F6;
}
.login-box h6{
    color: #000;
font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
text-align: center;
}
.login-box-area h6{
    color: #fff;
font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
text-align: center;
}
.login-box p{
    color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
margin: 0 0 25px;
}
.form-field {
    position: relative;
}

.form-field i {
    color: #fff;
    font-size: 17px;
}

i.right-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-41%);
    right: 16px;
    cursor: pointer;
    color: #000;
}


.check-lable {
    margin: 0!important;
    padding: 3px 0!important;
    font-size: 16px!important;
    font-weight: 500!important;
}

.pur-btn {
    cursor: pointer;
    border: 0;
    background: #25D6FA;
    padding: 20px;
    min-width: 190px;
    text-align: center;
    border-radius: 100px;
    color: #000;
    margin: 30px 0 0 0;
    font-weight: 600;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
}

.pur-btn:hover,
.pur-btn:focus {
    color: #000;
    background: #4a92a0;
}
.login-check {
    height: auto!important;
}
.form-check {
    position: relative;
    text-align: left;
}
.theme-colour2{
    color:#090A0E;
    text-decoration: none;
}
.login-box [type="checkbox"]:checked,
.login-box [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}



.login-box [type="checkbox"]:checked+label:before,
.login-box [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 0px;
    border-radius: 4px;
background: #C8C8C8;
}

.login-box [type="checkbox"]:checked+label:before {
    background: #25D6FA;
}

.login-box [type="checkbox"]:checked+label:after,
.login-box [type="checkbox"]:not(:checked)+label:after {
    content: '\2714';
    color: white;
    position: absolute;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%)!important;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.login-box [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.login-box  [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.login-box .btn.btn-secondary{
    background: transparent;
    border: 0;
    padding: 0;
    color: #090A0E;
    font-weight: 900;
}
.login-box .transparent-btn, .package-card .transparent-btn, .profile .transparent-btn{
    background-color: #000101;
}
.package-card{
    outline: 10px solid rgba(255, 255, 255, 0.10);
    padding: 85px 35px 35px;
    margin: 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
a.terms {
    display: block;
    text-align: center;
    margin: 15px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
aside:before, aside:after {
    height: 34px;
    width: 0;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0;
  }
  aside {
    height: 34px;
    position: relative;
    width: 165px;
    margin: 0 auto;
  }
  aside.ribbon3 {
    background-color: #fff;
  }
  aside.ribbon3:before{
    border-width: 15px 0 20px 20px;
  }
aside.ribbon3:after {
    border-width: 20px 20px 15px 0px;
  }
  aside.ribbon3:before {
    border-color: #fff transparent;
    left: -20px;
    top: 0;
  }
  aside.ribbon3:after {
    border-color:  #fff transparent;
    right: -20px;
top: 0;
  }
  .package-card h3{
    color: #FFF;
font-size: 70px;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing:0px;
  }
  .package-card h3 sup{
font-size: 20px;
vertical-align: top;
line-height:70px;
  }
  .package-card h4{
    line-height: 38px;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
  }
  .package-card h6{
    color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin:25px 0 10px;
  }
  .package-card span{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    text-align: right;
    margin: -15px 0 45px;
  }
.package-card.green-bg{
    background: #0D8B75;
}
.package-card.green-bg h4{
color: #0D8B74;
}
.package-card.orange-bg{
    background: #F19631;
}
.package-card.orange-bg h4{
color: #F19631;
}
.package-card.brown-bg{
    background: #C59945;
}
.package-card.brown-bg h4{
color: #C59945;
}
.package-card.skyblue-bg{
    background: #4E91CE;
}
.package-card.skyblue-bg h4{
color: #4E91CE;
}
.package-card.pink-bg{
    background: #FF5F5F;
}
.package-card.pink-bg h4{
color: #FF5F5F;
}
.package-card.purple-bg{
    background: #AB56E2;
}
.package-card.purple-bg h4{
color: #AB56E2;
}
@keyframes beat {
    0%, 50%, 100% { transform: scale(1, 1); }
    30%, 80% { transform: scale(0.92, 0.95); }
  }



.side-nav{
    background: #F8F8F8;
    padding: 30px 20px;
    border-radius: 10px;
    height: 100%;
}
.profile h2{
    color:#000202;
    font-size: 30px;
    margin: 0 0 15px;
}

.profile h4{
    color:#000202;
    font-size: 19px;
    margin: 0 0 15px;
}
.profile .tab-content{
    /* margin: 35px 0 0; */
}
.profile .nav-pills .nav-link {
    padding: 0;
    width: 100%;
    text-align: left;
    margin: 0 0 35px;
    color: #000202;
    font-size: 18px;
}
.profile .nav-pills .nav-link.active{
    color: #25D6FA;
    background: transparent;
}
.profile .fade:not(.show){
    display: none;
}
.edit-user-img {
    position: relative;
    width: 112px;
    margin: 0 auto;
}
.user-details-img{
    width:184px !important;
    border-radius: 50%;
}

.camera-btn {
    position: absolute;
    right: 10px;
    bottom: 0;
    cursor: pointer;
}
.camera-btn img{
    width: 28px !important;
    height: 28px;
}

.for-h-50 {
    height: 50px!important;
}

 /******
Data Table
********************/

table.dataTable {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border-spacing: 0 26px;
  }
  table.dataTable::after {
    display: none;

  }

  table.dataTable thead th:last-child:before,
  table.dataTable thead th:last-child:after {
    display: none;
  }

  table.dataTable thead th,
  table.dataTable tbody td {
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-size: 14px;
  }

  table.dataTable th {
    font-weight: 600;
    padding: 0.75rem 2rem;
    color: #000202;
    text-transform: uppercase;
    background: #fff;
  }
  table.dataTable td {
    padding: 1.5rem 2rem;
    font-weight: 400;
    color: #000202;
    background: #fff;
  }
  table.dataTable td a{
    color: #000202;
  }

  table.dataTable tbody tr {
    background-color: transparent;
    box-shadow: 0 0 20px 6px rgba(62, 57, 107, 0.07),
      0 2px 9px 0 rgba(62, 57, 107, 0.07);
    border-radius: 5px;
    vertical-align: middle;
  }

  table.dataTable tbody tr td {
    background: #fff;
  }

  table.dataTable tbody td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  table.dataTable tbody td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  table.dataTable tbody td .status {
    font-size: 14px;
    padding: 5px 15px;
    line-height: 1.1;
    display: inline-block;
  }

  table.dataTable thead .sorting:after,
  table.dataTable thead .sorting:before {
    top: 10px;
    color: #333333;
    font-size: 15px;
    font-weight: 600;
  }

  .dataTables_info {
    text-transform: capitalize;
    color: #fff;
  }
  li.paginate_button.page-item.previous.disabled {
    background: #fff;
}
  .page-item:first-child .page-link, .page-item:last-child .page-link{
    background: #fff;
  }
  a.page-link, .paginate_button .page-item .active{
    background: #fff;
    color: #000202 !important;
    box-shadow: none;
}
a.page-link:hover, .page-link:focus {
    background: #fff;
    color:#000202 !important;
}
.active>.page-link, .page-link.active {
    border-color: #000 !important;
    background: #fff !important;
    color: #000202 !important;
}

  /*** Table Drop Down***/
  table.dataTable .dropdown-toggle {
    font-size: 22px;
    padding: 0px;
    background: transparent;
    border: none;
    color: #999999;
  }
  table.dataTable .dropdown-menu {
    min-width: 7rem;
    border: 0;
    box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 0px;
  }
  table.dataTable .dropdown-menu a.dropdown-item {
    color: #fff;
    padding: 9px 10px 9px 10px;
    margin: 0;
    width: auto;
    border-radius: 0;
    text-align: left;
  }
  table.dataTable .dropdown-menu a.dropdown-item i {
    padding: 0 8px 0 0;
  }

  table.dataTable .dropdown-menu a.dropdown-item:hover {
    color: #333;
    background: none;
  }
  table.dataTable .dropdown-menu a.dropdown-item:focus,
  table.dataTable .dropdown-menu a.dropdown-item:hover i {
    background: none;
  }

  /***Table Listing***/
  .user-listing-top {
  }

  .user-listing-top input[type="date"],
  .user-listing-top input[type="search"],
  .user-listing-top select {
    height: 50px;
    color: #000202;
    font-size: 16px;
    padding: 10px 15px;
    box-shadow: none;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 0 20px 6px rgba(62, 57, 107, 0.07),
      0 2px 9px 0 rgba(62, 57, 107, 0.07);
  }
  .user-listing-top input[type="date"] {
    padding: 10px;
  }

  .user-listing-top div.dataTables_filter label {
    margin-top: 0px;
    position: relative;
  }
  .user-listing-top div.dataTables_filter input {
    width: 320px !important;
  }

  .user-listing-top .search-wrap {
    position: relative;
  }
  .user-listing-top .search-wrap:after {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    position: absolute;
    font-size: 15px;
    color: #000;
    width: 20px;
    height: 30px;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    font-weight: 900;
    top: 8px;
    right: 10px;
  }

  .sort-datepicker .input-wrap {
    width: 150px;
  }

  .user-listing-top label {
    color: #000202;
    margin-bottom: 5px;
    font-weight: 400 !important;
    font-size: 16px;
    padding-right: 15px;
  }

  .user-listing-top select {
    width: 320px;
    background-position: right 15px center;
    border-radius: 0px;
  }

  .user-listing-top .dataTables_length select {
    width: 70px;
    padding: 4px 8px;
    height: auto;
    border-radius: 5px;
  }

  .red-text{
    color: #FF0000 !important;

}

.green-text{
    color: #00B507 !important;

}
.expire-date{
    border: 0;
    background-color: transparent;
    font-size: 22px;
    color: #1C1C1C;
    text-decoration: underline;
}
   /******
Data Table end
********************/
.side-nav .image-about.new.pkg {
    display: block;
    width: 100%;
}
.side-nav .card-pakges.f {
    margin: 0;
}
.side-nav .card-pakges h3, .side-nav .card-pakges h2, .side-nav .card-pakges h4 {
    color: #000;
    position: static;
}
.side-nav .card-pakges h4{
    margin-top: 85px;
}
textarea{
   resize: none;
}

  @media screen and (max-width: 991px) {
    .banner{
        margin:0px;
    }
    #globeanimation {

        height: 60%;
        width: 60%;
        background-size: contain;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .imagearea img{
        position:relative;
        margin:30px auto 50px;
        top: 0;
        left: 0;
    right: 0;
    }
    .rotate-circle{
        display: none;
    }
    .sec-1 {
        padding: 50px 0 0;
    }
    .sec-1 h2{
        font-size: 40px;
        line-height: 45px;
    }
    .registration-area{
        margin: 60px 0;
    }
    .registration-area h3{
        font-size: 28px;
        line-height: 32px;
    }
    div#v-pills-tab {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .profile .nav-pills .nav-link{
        width: auto;
    }
    .side-nav{
        height: auto;
    }
  }

.banner p{
    font-size: 26px;
    color: white;
    margin: 25px 0;
}


 

 
 .video-area{
     width:100%;
     margin: 65px 0;
     text-align: center;
 }
 .video-area video{
     width:80%;
     height:450px;
     object-fit: cover;
 }
 
 .ribbon5 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.ribbon5 {
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  
  position: absolute;
  top: 20px;
  left: calc(-1*var(--f));
  padding-inline: .25em;
  line-height: 1.8;
  background: #987F69;
  border-bottom: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path: 
    polygon(calc(100% - var(--r)) 0,0 0,0 calc(100% - var(--f)),var(--f) 100%,
      var(--f) calc(100% - var(--f)),calc(100% - var(--r)) calc(100% - var(--f)),
      100% calc(50% - var(--f)/2));
}
 
 