.glowSec {
    border: 2px solid #ffa000;
    transition: ease-in all 0.3s;
}

.menu {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

a:hover {
    text-decoration: none !important;
}



.menuAnimate {
    position: fixed;
    top: 40px;
    right: 225px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 12px solid #ea6117;
    background-color: #242524;
    z-index: 33333;
    transform: translateX(50%) translateX(-50%) scale(0);
    animation: openMenu 1.7s ease-in-out alternate forwards;
    box-shadow: 0px 0px 0px 20px rgb(255 255 255 / 1000%)
}



@keyframes openMenu {
    0% {
        transform: translateX(50%) translateX(-50%) scale(0);
        display: block!important
    }

    99% {
        transform: translateX(50%) translateX(-50%) scale(550);
        opacity: 1
    }

    to {
        opacity: 1;
        transform: translateX(50%) translateX(-50%) scale(550);
       
    }
}

.menuAnimateClose {
    position: fixed;
    top: 40px;
    right: 225px;
    height: 50px;
    width: 50px;
    background: #242525;
    border-radius: 50%;
    border: 12px solid #ea6117;
    z-index: 33333;
    animation: closeMenu .75s ease-out alternate forwards;
    box-shadow: 0px 0px 0px 20px rgb(255 255 255 / 1000%)
}

@keyframes closeMenu {
    0% {
        transform: scale(210);
        display: block!important
    }

    to {
        transform: scale(0);
        display: none!important
    }
}

.fullscreennav .menu {
    display: none;
}

.fullscreennav.show .menu {
    display: block;
}

.action {
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.action--menu {
    pointer-events: auto;
    position: fixed;
    top: 13px;
    right: 45px;
    z-index: 1000;
    font-size: 25px;
    color: #ffffff;
    background-image: linear-gradient(to right, #dd100e, #ea6117);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50px;
    z-index: 999999999999 !important;
}


.menu--open .action--menu {
    pointer-events: none;
}

.action--close{
    position: fixed;
    right: 225px;
    top: 22px;
    height: 45px;
    width: 45px;
    border: none;
    line-height: 15px;
    color: #fff;
    background: linear-gradient(to right, #ffa000, #ff6000);
    border-radius: 2px;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%);
    font-size: 15px;
    letter-spacing: 1px;
    z-index: 9999999999;
}


.icon--menu {
    width: 2rem;
}

.icon--close {
    width: 1rem;
}

.menu_wrapper{
    background-color: #242524;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999999;
}





.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.main_nav_sec .megamenu-li .dropdown-item {
    color: #242524 !important;
    font-size: 15px !important;
    letter-spacing: 0px !important;
    padding: 8px !important;
    opacity: 0.7
    
}
li.nav-item.dropdown.megamenu-li.dmenu:hover .dropdown-menu{
	display:block;
}


.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #f8f8f8;
}
.navbar-toggler{
    outline: none !important;
}

.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 0px;
    z-index: 99999;
}
.megamenu h6{
    margin-left: 0px;
    font-weight: 600
}
.megamenu i{
    width: 20px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffa000 !important;
    text-decoration: none;
    background-color: transparent!important;
}

.fixedMenu_inner {
    position: relative;
    padding-bottom: 210px;
    padding-top: 140px;
}

.menu_info_blocks_wrapper {
    max-width: 500px;
    width: 500px;
}
.menu_info_blocks_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.menu_tag {
    position: absolute;
    bottom: 180px;
    width: 400px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.menu_info_blocks .right_block {
    background: #fff;
    padding: 50px 54px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.menu_info_blocks, .position-fixed {
    position: fixed!important;
    left: 0;
    height: 100%;
    top: 0;
}

.right_inner_menu {
    padding-left: 380px;
}

.biglink{
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    padding: 0
}
.biglink:hover{
    color: #fff;
    text-decoration: none
}


.menuLink .biglink:before {
    content: "";
    width: 5px;
    height: 34px;
    background-color: #fff;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: -3px;
    vertical-align: middle;
}
.menuLink{
    margin-bottom: 3rem
}

.menuLink .plus_minus_btn {
    background-color: #ff8307!important;
    color: #212121!important;
    border-radius: 50%!important;
    width: 30px;
    height: 30px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 24px!important;
    font-weight: 500!important;
}

.menuLink .plus_minus_btn:hover{
    text-decoration: none;
    
}

.toggle_fixed_menu{
    position: fixed ;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    background-color: #242524;
    padding-bottom: 210px;
    padding-top: 140px;
    z-index: 9;
    opacity: 1 !important
}
.toggle_fixed_menu.open{
    display: block
}

.menuTitleSm{
    color: #fff;
    font-weight: 700;
    font-size: 22px
}
.menutextSm{
    color: #fff;
    opacity: 0.5
}
a.menuTitleSm:hover{
	color:#ff8307!important;
}
.corporate_profile a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 20px;
}
.corporate_profile{
    background-color: rgba(0,0,0,0.2);
    padding: 15px 25px
}
.orange_copfllink{
    color: #ff8307
}
.manu_certificate_area{
    background-color: #0c0c0c;
    padding: 30px 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 500px);
}
.manu_certificate_area img{
    opacity: 0.5;
}
/*
.menu_info_blocks.d-flex::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(36,37,37,1) 23%, rgba(255,255,255,1) 75%);
    opacity: 0.5;
    backdrop-filter: blur(161px);
}*/


.hire_developer_menu .hire_developer_menu_link{
    color: #fff;
    opacity: 0.7;
    display: block;
    font-weight: 300;
    margin-bottom: 10px
}
.hire_developer_menu h6{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.box_manur{
	background: url(../img/excellis.jpg);
    height: 100%;
    padding: 15px;
    border-radius: 0px;
    display: flex;
    flex-direction: column!important;
	justify-content: space-between;
	background-repeat: no-repeat;
	background-size:cover;
}
.box_manur h4{
	color:#fff;
	font-size:18px;
}
.box_manur h2{
	color:#fff;
	font-weight: 700;
	font-size: 30px;
}
.bg_menu_img{
   background: url(../img/excellis_Dev.jpg);
   background-repeat: no-repeat;
   background-size:cover;
}

