/***************************
    CUSTOM SCROLL BAR
****************************/
*, html{
    scroll-behavior: smooth;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root{
    --white:#101010;
    --black:#fff;
    --dark:rgba(255,255,255,0.6);
    --gray:rgba(1,1,1,0.6);
    --lite:#191919;
    --primary:linear-gradient(145deg,#f81f01,#ee076e);
    --primary_dark:#f81f01;
    --secondary:#154b87;
    --default_font:'Open Sans', sans-serif;
    --title_font:'Poppins', sans-serif;
}

::-webkit-scrollbar {
    height: 12px;
    width: 8px;
    background: var(--dark);
}

::-webkit-scrollbar-thumb {
    background: gray;
    -webkit-box-shadow: 0px 1px 2px var(--dark);
}

::-webkit-scrollbar-corner {
    background: var(--dark);
}


/***************************
            DEFAULT
****************************/
body{
    margin:0;
    overflow-x:hidden !important;
    font-family: var(--default_font);
    color:var(--white);
    background-color:var(--black);
}

a{
    text-decoration:none !important;
    min-width: fit-content;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

a, button{
    transition:0.5s;
}

em{
    font-style:normal;
    color:var(--primary_dark);
}

figure{
    padding:0;
    margin:0;
}

figure img{
    min-width:100%;
    min-height:100%;
    width:100%;
    height:100%;
}

a, p, .btn{
    font-size:16px;
}

p{
    line-height:1.9em;
    color:var(--lite);
}

a, button, input, textarea, select{
    outline:none !important;
}

fieldset{
    border:0;
}

h1, h2, h3, h4, h5, h6{
    margin:0;
}

.title, .sub_title{
    font-family:var(--title_font);
}

.flex, .fixed_flex{
    display:flex;
}

.flex_content{
    width:100%;
    position:relative;
}

.padding_1x{
    padding:1rem;
}

.padding_2x{
    padding:2rem;
}

.padding_3x{
    padding:3rem;
}

.padding_4x{
    padding:4rem;
}

.big{
    font-size:5em;
}

.medium{
    font-size:2em;
}

.small{
    font-size:1.3em;
}

.btn{
    padding:1rem;
    border-radius:5px;
    text-align:center;
    font-weight:500;
    text-transform:uppercase;
    position:relative;
    font-family:var(--title_font);
    font-weight:400;
}

.btn_1{
    display:block;
    background-color:0;
    border:0;
    text-transform:uppercase;
    color:var(--white);
}

.btn_1:before{
    content:"";
    border-radius:50%;
    background-color:rgba(255,255,255,0.2);
    position:absolute;
    left:0;
    top:50%;
    width:50px;
    height:50px;
    transition:0.5s;
    transform:translate(0%, -50%);
}

.btn_1:after{
    content:"\f178";
    font-family:"FontAwesome";
    margin-left:5px;
}

.btn_1:hover:before{
    border-radius:40px;
    width:100%;
}

.divisions{
    position:relative;
}

@media (max-width:920px){
    .flex{
        flex-wrap:wrap;
    }
    
    .padding_1x, .padding_2x, .padding_3x, .padding_4x{
        padding:1rem;
    }
    
    .big{
        font-size:1.8em;
    }
    
    .medium{
        font-size:1.6em;
    }
    
    .small{
        font-size:1.1em;
    }
    
    .btn{
        padding:0.5rem 1rem;
    }
    
    a, p, .btn{
        font-size:12px;
    }
}





/*NAV*/
nav{
    display:flex;
    position:fixed;
	background: white !important;
    top:0;
    width:100%;
    align-items:center;
    justify-content:center;
    padding:1rem 3rem;
    z-index:9;
    white-space:nowrap;
    transition:0.5s
}   

nav a{
    padding:0.8rem 0;
    color:var(--lite);
    margin:0 1.5rem;
    text-transform:uppercase;
    font-family:var(--title_font);
    font-weight:400;
    position:relative;
    white-space:nowrap;
}

.logo{
    font-size:1.6em;
}

nav .active{
    color:var(--primary_dark) !important;
    border-bottom:2px solid var(--primary_dark);
}

nav .flex_content:nth-child(2) a:after{
    transition:0.5s;
    content:"";
    position:absolute;
    left:0;
    width:0;
    top:100%;
    height:2px;
    background:var(--primary);
}

nav a:hover{
    color:var(--white);
}

nav .flex_content:nth-child(2) a:hover:after{
    width:100%;
}

nav .flex_content:last-child a{
    float:right;
}

nav .ham{
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    border:2px solid var(--lite);
    width:50px;
    height:50px;
    color:var(--lite);
}

nav .ham:hover{
    border:2px solid var(--white);
}

menu{
    margin:0;
}

menu{
    width:400px;
    background-color:var(--dark);
    z-index:999;
    position:fixed;
    right:-400px;
    overflow:hidden;
    height:100%;
    transition:0.5s;
    padding:6rem 2rem;
}

.overlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    transition:0.5s;
    opacity:0;
    z-index:-1;
    background-color:var(--gray);
}

.close{
    float:right;
    border:2px solid var(--lite);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:32px;
    padding:0.5rem;
    color:var(--lite);
    position:absolute;
    top:5%;
    right:5%;
}

.close:hover{
    color:var(--white);
    border:2px solid var(--white);
}

menu li{
    padding:0.8rem 0;
    list-style:none;
}

menu li a{
    color:var(--lite);
}   

menu li i{
    color:var(--primary_dark);
}

menu li a:hover{
    color:var(--white);
}

@media (max-width:920px){
    nav{
        padding:1rem;
    }
    
    nav .ham{
        width:30px;
        height:30px;
    }
    
    nav .nav_content{
        width:200px;
        background-color:var(--dark);
        z-index:999 !important;
        position:fixed;
        top:0;
        right:-200px;
        overflow:hidden;
        height:100%;
        transition:0.5s;
    }
    
    nav .nav_content a{
        display:block;
        padding:0.4rem 0rem;
        margin:1rem;
        font-size:20px;
    }
}






/*ADDITIONAL*/
/*Custom cursor
.cursor {
    width: 40px;
    height: 40px;
    border: 1px solid var(--primary_dark);
    pointer-events: none;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    position: absolute;
    border-radius: 50%;
    mix-blend-mode: difference;
    z-index: 9999;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
}

.cursor::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--primary_dark);
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    border-radius: 50%;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    mix-blend-mode: difference;
    z-index: 9999;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
}
*/

/*HEADER*/


header section{  
    padding:10rem 2rem;
}

header article .title{
    background: var(--primary);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    line-height:1.3;
	padding: 30px 0px 0px 0px;
}

header article p{
    color:var(--lite);
    width:60%;
}

@media (max-width:920px){
    header section{  
        padding:6rem 0rem;
    }
    
    header article p{
        width:100%;
    }
}




/*DIVISION_1*/
.division_1{
    overflow:hidden;
}

.division_1:before, .division_1:after{  
    content:"";
    background-color:#000;
    position:absolute;
    width:400px;
    height:400px;
    border-radius:40%;
}

.division_1:before{
    left:-27%;
    top:-10%;
    transform:rotate(120deg);
}

.division_1:after{
    right:-25%;
    bottom:-10%;
    transform:rotate(-50deg);
}

.division_1 .flex:nth-child(1){
    align-items:center;
}

.division_1 .cards{
    align-items:center;
    justify-content:space-between;
    z-index:1;
}

.division_1 article{
    background-color:var(--dark);
    border-radius:10px;
}

.division_1 .cards article{
    margin:1%;
}

.division_1 .fixed_flex{
    align-items:center;
    justify-content:space-between;
}

.division_1 article img{
    background:var(--primary);
    padding:0.3rem;
    border-radius:10px;
}

.division_1 article .title{
    margin:1rem 0;
}

.division_1 article .stroke{
    opacity:0.3;
}

@media (max-width:920px){
    .division_1 {
        padding:0;
    }
}



/*Transparent text background*/
.stroke{
    color:transparent;
    -webkit-text-stroke: 1.5px var(--primary_dark);
}


/*Custom cursor coloring*/
.cursor--expand {
    animation: cursor-animate-3 550ms forwards;
    border: 10px solid rgb(var(--primary_dark));
}

.cursor--expand::after {
    border: 15px solid rgba(var(--primary_dark), .3);
}


/*Scroller*/
.cs-down{
    position: absolute;
    height: 35px;
    width: 20px;
    border-radius: 10px;
    border: 2px solid var(--white);
    bottom: 10%;
    left: 50%;
    margin-left: -10px;
}

.cs-down:before{
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--white);
    -webkit-animation: UpAndDown 3s infinite;
    animation: UpAndDown 3s infinite;
}

@-webkit-keyframes UpAndDown {
  0%,
  100% {
    top: 30%;
  }
  50% {
    top: 70%;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes UpAndDown {
  0%,
  100% {
    top: 30%;
  }
  50% {
    top: 70%;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

/* Slider */

#slider-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#slider-container ul li {
  float: left;
}
#slider-container ul li img {
  width: 100%;
  float: left;
}
#slider-container .arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%) scale(1);
  cursor: pointer;
}
#slider-container .arrow:before, #slider-container .arrow:after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  position: absolute;
  background: white;
  border-top: 1px solid grey;
}
@media (max-width: 680px) {
  #slider-container .arrow {
    transform: translateY(-50%) scale(0.5);
  }
}
#slider-container .arrow.a-left {
  left: 15px;
}
#slider-container .arrow.a-left:before {
  top: 0;
  left: 0;
  margin-top: 0;
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}
#slider-container .arrow.a-left:after {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  transform: rotate(45deg);
  transform-origin: 100% 0;
}
#slider-container .arrow.a-right {
  right: 15px;
}
#slider-container .arrow.a-right:before {
  top: 0;
  right: 0;
  margin-top: 0;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
#slider-container .arrow.a-right:after {
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: 0 0;
}
#slider-container .bullets-container {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
#slider-container .bullets-container .bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid grey;
  cursor: pointer;
  margin: 0 8px;
}
#slider-container .bullets-container .bullet.active {
  background: grey;
}
/* Add styles for the dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content a {
    display: block;
}

.dropdown-content {
    margin: 10px;
    border: 2px solid #F2F2F2;
}
/* Adjust other navigation styles as needed */
header.myclass{
	margin: 0rem 0rem 0rem 0rem;
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    color: aliceblue;
	padding: 2rem;
}
header.myclass article .title{
	background: #fff;
    background-blend-mode: hue;
    -webkit-background-clip: text;
    line-height: 1.3;
}
header.myclass section {
    padding: 0rem 2rem;
}
.myclass h1{
	color:blue !important;
	
}
.mg30{
	margin:30px 0px;
}
.protitle a{
	font-size:34px;
	font-weight:600;
}

/* Footer */
.myfooter{
	padding:0px;
	margin-top:30px;
}
.footer{
	padding: 60px 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    color: #fff;
}

.footer-title{
	position: relative;
    color: #fff;
	font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #4e4e4e;
}
.footer-title:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 30px;
	height: 4px;
	background: #ff304d;
}
.footer-links a {
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    display: block;
    transition: color 0.5s ease-in-out;
    text-decoration: none;
}
.footer-links a:hover{
	color: #ff304d;
}
.footer-social-links li{
	display: inline-block;
}
.footer-social-links a{
	width: 40px;
	height: 40px;
	font-size: 16px;
	float: left;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #404040;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	line-height: 1;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
  background:#3B008D;
}
.footer-social-links a:hover{
	background: #ff304d;
}
/* g. Footer bottom section */
.footer-bottom{
	width: 100%;
    padding: 25px 0;
    text-align: center;
    color: #000;
    font-weight: 600;
    background: rgb(255 255 255);
}
p.white-text {
    color: white;
}
.footer-title {
    border-bottom: 0px solid #4e4e4e;
}
/* nav new */
 .navbar{
     background: #fff;
     padding-top: 0;
     padding-bottom: 0;
     box-shadow: 1px 3px 4px 0 #adadad33;
}
 .navbar-light .navbar-brand {
     color: #2196F3;
}
 .navbar-light .navbar-nav .nav-link {
     color: #2276be;
}
 .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
     color: #2276be;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     color: #fff;
}
 .navbar-light .navbar-nav .nav-link{
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.3s;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 600;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
     background: #2276be;
     transition: 0.3s;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2276be !important;
}
.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
    color: #3c3c3c;
        font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #2276be;
}
.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
	top:90%;
}
.megamenu h6{
    margin-left: 21px;
}
.megamenu i{
    width: 20px;
}
header section {
    padding: 2rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: hsla(333, 100%, 53%, 1);
    background: linear-gradient(90deg, hsla(333, 100%, 53%, 1) 0%, hsla(33, 94%, 57%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(333, 100%, 53%, 1) 0%, hsla(33, 94%, 57%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(333, 100%, 53%, 1) 0%, hsla(33, 94%, 57%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FF0F7B", endColorstr="#F89B29", GradientType=1 );
    color: white;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}
ol.carousel-indicators {
    display: none;
}
a.btn.btn_1.animated:hover {
    background: white;
}

a.carousel-control-prev {
    display: none;
}
img.animated {
    width: 100px;
}
li.services a.dropdown-item {
    margin: 5px 0px;
    padding: 5px;
}
#services .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#services .col-md-2 {
    margin: 10px 0px;
}
#services .card img {
    max-width: 100%;
    height: auto;
}

#services .card p {
    margin: 10px 0;
}

@media (max-width: 768px) {
    #services .col-md-2 {
        flex-basis: 50%;
        max-width: 50%;
    }
}
.navbar-nav .active {
    background: #2276be;
    border-bottom: none;
}
.active a{
     color: #ffffff !important;
}