:before,:after{

	box-sizing: border-box;

}
ul{

	list-style: none;

	margin:0;

	padding:0;

}


#hamburger-icon {

	width: 50px;

    /* height: 34px; */

    padding: 0 10px;

    display: flex;

    cursor: pointer;

    flex-direction: column;

    align-items: end;
	margin-bottom: -28px;

  }

  

  #hamburger-icon .line {

    width: 30px;

    background: #010947;

    margin: 7px 0 0 0;

    height: 3px;

    display: block;

    transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);

    -webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);

    -moz-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);

    -ms-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);

    -o-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);

}

  .line-1 {

    margin-top: 0;

  }

  

  /* #hamburger-icon .line-1 {

    width: 40px;

  } */

  

  #hamburger-icon .line-2 {

	width: 25px;

  }

  

  /* #hamburger-icon .line-3 {

    width: 40px;

    

  } */

  #hamburger-icon:hover .line-1,

  #hamburger-icon:hover .line-2,

  #hamburger-icon:hover .line-3{

    width:100%;

	/* background: #c9711e; */

  }

/* header */



.headLogo {

    width: 350px;

    /* margin-left: 22px; */

}



.header {

    display: flex;

    z-index: 99;

    padding: 10px 30px;

    position:fixed;

    right: 0px;

	width: 100%;

	/* display: flex;

    justify-content: space-between;

    align-items: center; */

	background: #ffffffbf;

	align-items: center;

}

.header .logoBtn{

	display: flex;

    justify-content: space-between;

    width: 100%;

    align-items: center;

    padding-right: 15px;
	padding-top: 35px;

}

.scrolled {

    background: #fff;

    /* padding: 10px 0; */

	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;

}

.header .menu > ul > li{

    display: inline-block;

    line-height: 50px;

    margin-left: 25px;

}

.header .menu > ul > li > a{

	font-size: 16px;

    font-weight: 600;

    color:#ffffff;

    position: relative;

    text-transform: uppercase;

    transition: color 0.3s ease;

	text-decoration:none;

	font-family:var(--open_sans_font);

}

.header .menu > ul > li .sub-menu{

    position: absolute;

    z-index: 500;

	/* background-color:#000000; */

    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 

    padding: 20px 30px;

    transition: all 0.5s ease;

    margin-top:25px;

    opacity:0;

    visibility: hidden;

}



.header .menu > ul > li .sub-menu > ul > li{

    line-height: 1;

}

.header .menu > ul > li .sub-menu > ul > li > a{

    display: inline-block;

    padding: 10px 0;

    font-size: 15px;

    color: #ffffff;

    transition: color 0.3s ease;

    text-decoration: none;

    text-transform: capitalize;

}

.header .menu > ul > li .single-column-menu{

    min-width: 280px;

    max-width: 350px;

}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{

line-height: 1;

display: block; 

}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {

    padding:10px 0;

    display: inline-block;

    font-size: 15px;

    color:#555555;

    transition: color 0.3s ease;

}

.header .menu > ul > li .sub-menu.mega-menu{ 

    left: 50%;

    transform: translateX(-50%);	

}



.header .menu > ul > li .sub-menu.mega-menu-column-4{

max-width: 1100px;

width: 100%; 	

display: flex;

flex-wrap: wrap;

padding:20px 15px;

}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{

flex:0 0 25%;

padding:0 15px;

}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{

    font-size: 16px;

    color:#ea4636;

    font-weight: 500;

    line-height: 1;

    padding:10px 0;

}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{

    text-align: center;

}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{

    max-width: 100%;

    width: 100%;

    vertical-align: middle;

    margin-top: 10px;

}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,

.header .menu > ul > li .sub-menu > ul > li > a:hover,

.header .item-right a:hover,

.header .menu > ul > li:hover > a{

    color:#fff;

}



/*responsive*/

	.header .menu > ul > li.menu-item-has-children:hover .sub-menu{

		margin-top: 0;

		visibility: visible;

		opacity: 1;

	}

	.header .item-center{

		/* order:3; */

		/* flex:0 0 100%; */

	}

	.header .item-left,

	.header .item-right{

		/* flex:0 0 auto; */

	}

	.v-center{

		justify-content: space-between;

	}

	

	.header .item-right{

		align-items: center;

		display:flex;

	}



	.header .menu{

		position: fixed;

		width: 320px;

		/* background-color:#000000c9; */

		left:0;

		top:0;

		height: 100%;

		overflow: hidden;

		transform: translate(-100%);

		transition: all 0.5s ease;

		z-index: 1099;

	}

	.header .menu.active{

	   transform: translate(0%);	

	}

	.header .menu > ul > li{

		line-height: 1;

		margin:0;

		display: block;

	}

	.header .menu > ul > li > a {

		line-height: 25px;

		height: 60px;

		padding: 0px 50px 0px 15px;

		display: block;

		/* border-bottom: 1px solid rgba(182, 181, 181, 0.1); */

		display: flex;

		align-items: center;

	}

	.header .menu > ul > li > a i{

		position: absolute;

		height: 50px;

		width: 50px;

		top:0;

		right: 0;

		text-align: center;

		line-height: 50px;

		transform: rotate(-90deg);

	}

	.header .menu .mobile-menu-head{

		display: flex;

		height: 50px;

		border-bottom:1px solid rgb(255 255 255 / 10%);

		justify-content: space-between;

		align-items: center;

		position: relative;

		z-index: 501;

		position: sticky;

		background-color:#000000c9;

		top:0;

	}

	.header .menu .mobile-menu-head .go-back{

		height: 50px;

		width: 50px;

		border-right:1px solid rgb(255 255 255 / 10%);

		cursor: pointer;

		line-height: 50px;

		text-align: center;

		color:#ffffff;

		font-size: 16px;

		display: none;

	}

	.header .menu .mobile-menu-head.active .go-back{

		display: block;

	}

	.header .menu .mobile-menu-head .current-menu-title{

		font-size: 15px;

		font-weight: 500;

		color:#ffffff;

	}

	.header .menu .mobile-menu-head .mobile-menu-close{

	    height: 50px;

		width: 50px;

		border-left:1px solid rgb(255 255 255 / 10%);

		cursor: pointer;

		line-height: 50px;

		text-align: center;

		color:#ffffff;	

		font-size: 25px;

	}

	.header .menu .menu-main{

		height: 100%;

		overflow-x: hidden;

		overflow-y: auto;

		background-size: cover;

		background-position: bottom;

	}

	.header .menu > ul > li .sub-menu.mega-menu,

	.header .menu > ul > li .sub-menu{

		visibility: visible;

		opacity: 1;

		position: absolute;

		box-shadow: none;

		margin:0;

		padding:15px;

		top:0;

		left:0;

		width: 100%;

		height: 100%;

		padding-top: 65px;

		max-width: none;

		min-width: auto;

		display: none;

		transform: translateX(0%);

		overflow-y: auto;

	}

.header .menu > ul > li .sub-menu.active{

	display: block;



}

.header .menu > ul > li .sub-menu{

	padding:0;

	padding-top: 45px;

}

.header .menu > ul > li .sub-menu ul > li > a {

    line-height: 25px;

    height: 60px;

    padding: 0 50px 0 15px;

    display: block;

    /* border-bottom: 1px solid rgba(182, 181, 181, 0.1); */

    display: flex!important;

    align-items: center;

    font-family: var(--open_sans_font);

    font-size: 14px;

    font-weight: 400;

    font-family: 'Poppins';

    letter-spacing: 0.3px;

}

@keyframes slideLeft{

	0%{

		opacity:0;

		transform: translateX(100%);

	}

	100%{

	    opacity:1;

		transform: translateX(0%);	

	}

}

@keyframes slideRight{

	0%{

		opacity:1;

		transform: translateX(0%);

	}

	100%{

	    opacity:0;

		transform: translateX(100%);	

	}

}

	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{

		margin-top:0;

	}

	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{

		margin-bottom: 20px;

	}

	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{

		margin-bottom:0px;

	}

	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{

		flex: 0 0 100%;

        padding: 0px;

	}

	.header .menu > ul > li .sub-menu > ul > li > a,

	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{

		display: block;

	}

	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {

		margin-bottom: 15px;

	}

	.menu-overlay{

		position: fixed;

		background-color: rgba(0,0,0,0.5);

		left:0;

		top:0;

		width: 100%;

		height: 100%;

		z-index: 1098;

		visibility: hidden;

		opacity:0;

		transition: all 0.5s ease;

	}

	.menu-overlay.active{

	  visibility: visible;

	  opacity:1;	

	}



.container-fluid {

    padding: 0 80px;

}







.multiMenuLinks{

	animation: 0.5s ease 0s 1 normal forwards running slideLeft;

	display: none;

	visibility: hidden;

    opacity:0;

    position: static!important;

    box-shadow: none;

    margin: 0;

    padding: 15px;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    padding-top:0!important;

    max-width: none;

    min-width: auto;

    display: none;

    transform: translateX(0%);

    overflow-y: auto;

}



.multiMenu.active .multiMenuLinks{

	display: block;

	visibility: visible!important;

    opacity: 1!important;

	/* position: static; */

}

.multiMenuLinks a {

    padding-left: 31px!important;

}

.multiMenu > a{

	position: relative;

}

.multiMenu > a i {

    position: absolute;

    height: 50px;

    width: 50px;

    top: 0;

    right: 0;

    text-align: center;

    line-height: 50px;

    transform: rotate(-90deg);

}

/* width */

.header .menu::-webkit-scrollbar,

.header .menu .menu-main::-webkit-scrollbar {

	width: 10px;

}

  

/* Track */

.header .menu::-webkit-scrollbar-track,

.header .menu .menu-main::-webkit-scrollbar-track {

	background: #f1f1f1; 

}

   

/* Handle */

.header .menu::-webkit-scrollbar-thumb,

.header .menu .menu-main::-webkit-scrollbar-thumb {

	background: #888; 

}

  

/* Handle on hover */

.header .menu::-webkit-scrollbar-thumb:hover,

.header .menu .menu-main::-webkit-scrollbar-thumb:hover {

	background: #555; 

}

.contactLinks {

    display: flex;

    align-items: center;

    gap: 20px;

}

/*start custom css*/

.leaderImg span {

    padding: 15px;

    background: #7e8a98 !important;

    display: inline-block;

    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;

}

.queryBtn:hover {

    background: #0f70b8 !important;

    color: #fff;

}



.copyRight p, .copyRight p a {

    font-size: 12px;

    color: #fff !important;

}



.copyRight {

    padding: 15px 0 0;

    margin-top: 55px;

    background: #0a314e !important;

    color: #fff !important;

}

.csrThree.orng .qaMain {

    background: #0d6efd !important;

}

.csrThree .qaMain:hover {

    background: #000000c9 !important;

}

.leftDeta {

    width: 7% !important;

    float: left;

    background:#fff !important;

    position: relative;

    display: flex;

justify-content: end;

}

.rightDeta {

    width: 93% !important;

    background: #000;

    padding-left: 180px;

    padding-top: 95px;

    padding-bottom: 88px;

}

.leftDeta:after {

    position: absolute;

    content: '';

    width: 0;

    height: 0;

    top: 0;

    z-index: 2;

    border-bottom: 345px solid transparent !important;

    border-top: 0px solid transparent;

    border-left: 175px solid #0d6efd !important;

    left: 100%;

}

.matchSchedule_details {

    margin: 0px 0 !important;

    display: flex;

}
.abotSec h2 {
    font-size: 50px !important;
}
.breadcrumb_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 35px;
    background: #0b124d !important;
}
a.nav-link {
    color: #000;
}
section.secSection {
    /* margin-bottom: 68px; */
    background-color: #b6b6b66b !important;
    padding: 55px 0;
}
.teamContent {
    background: #ffffff !important;
    width: 40%;
    padding: 100px 60px;
    padding-left: 92px;
    position: relative;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.leadership, .whycadeploy {
    background: #b6b6b66b !important;
    padding: 55px 0;
}

.tbrd {
    border-left: 5px solid #000846 !important;
    padding-left: 25px;
}
@media only screen and (max-width: 600px) {
	.navbar-toggler {
		padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
		font-size: var(--bs-navbar-toggler-font-size);
		line-height: 1;
		color: var(--bs-navbar-color);
		background-color: transparent;
		border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
		border-radius: var(--bs-navbar-toggler-border-radius);
		transition: var(--bs-navbar-toggler-transition);
		display: none;
	}
	.top-menu {
		display: none;
	}
	}

	ul.navbar-nav li {
		width: 110px;
		font-weight: 700;
	}
	.submenu{
		width: 495px;
	}
	.submenu a{
		color: #000;
	}
	.top-menu {
   
		position:fixed;
		top:0;
		width:100%;
		z-index:100;
	}
/*end custom css*/





