.visible1024-cross {
    display: none;
}

.hide-urls {
	display: none;
}

.menu-bg {
    background-color: #fff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 10px;
    top: 0px;
}

.menu-bg, .burger {
    margin-top: 35px;
    margin-right: 40px;
}

.circle {
    border-radius: 50%;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 65px;
    right: 95px;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.circle.expand {
    width: 150%;
    height: 2000px;
    overflow: hidden;
    top: -560px;
    right: -565px;
    -webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.menu {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}

.automate {
    background: #df9926 url(/content/dam/infosys-web/burger-menu/en/images/digital-capabilities-menu.png) no-repeat scroll -150px 65px;
}

.innovate {
    background: #0f9ffa url(/content/dam/infosys-web/burger-menu/en/images/digital-operating-models-menu.png) no-repeat scroll -20px 65px;
}

.learn {
    background: #963596 url(/content/dam/infosys-web/burger-menu/en/images/talent-transformations-menu.png) no-repeat scroll 0 65px;
}

.learn, .innovate, .automate {
    height: 100vh;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    color: #fff;
    padding-top: 25px;
}

.fix-menu a, .nyn-menu a {
    color: #fff;
	font-family: myriad-pro, Arial;
}

.head-txt, .sub-head {
	padding: 0;
}

.head-txt {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 900;
	line-height: 1.1;
}

.sub-head {
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.7px;
	font-size: 18px;
    line-height: 1.42857143;
}

.industries-menu, .services-menu, .platforms-menu, .nyn-menu, .aboutus-menu {
    display: none;
    position: absolute;
    width: 100%;
}

.submenu-portion {
    width: 75%;
    background-color: #F2F2F2;
    height: 100vh;
    overflow-y: scroll;
    padding: 15px 0;
}

.h2-heading {
    font-size: 70px;
    font-weight: 500;
    font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
    line-height: 70px;
}

.hear-txt-sub {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin: 10px 0;
	font-family: myriad-pro, Arial;
    line-height: 1.1;
}

menu .align-list > ul > li {
	font-size: 14px;
	color: #000;
	margin: 17px 0;
}

.menu ul li {
    position: relative;
	margin-bottom: 20px;
}

.li-separator li {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
    margin: 0 !important;
}

.align-list > ul > li > a {
    color: #303030;
	font-family: myriad-pro, Arial;
}

.align-list > ul > li > a:hover {
	color: #0F9FFA;
	font-family: myriad-pro, Arial;
}

.menu .align-list > ul > li {
    font-size: 14px;
    color: #000;
    margin: 8px 0;
	font-family: myriad-pro, Arial;
}

.submenu-portion img[src*=".svg"] {
    width: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.menu-seprator {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    margin: 0 0 5px;
}

.menuItems {
    background-color: #fff;
    background-image: url(/content/dam/infosys-web/burger-menu/en/images/pattern-bg.png);
    background-repeat: repeat;
    -webkit-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    padding: 35px;
}

.logo-inner {
    margin: 20px 0;
}

.menuItems > ul > li > a {
    color: #3F3F3F;
    font-weight: 900;
    font-size: 23px;
    text-decoration: none;
	font-family: myriad-pro, Arial;
}

.un-line {
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 0;
    left: 0;
    background-color: #333;
    -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}

.menuItems > ul > li > a:hover .un-line {
	width: 26px;
}

.menuItems > ul > li.smalltext {
    margin-bottom: 10px;
}

.menuItems > ul > li.smalltext > a {
    color: #686868;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
	font-family: myriad-pro, Arial;
}

.menuItems > ul > li > a:hover, .menuItems > ul > li.smalltext > a:hover {
	color: #000000;
	font-family: myriad-pro, Arial;
}

.menuItems > ul > li.social-icons {
    margin-top: 25px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 15px;
}

.opacity-zero {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0.3s;
	-moz-transition: all 0.3s ease-out 0.3s;
	-ms-transition: all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;
}

.bg-trans {
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.3s ease-out 0.3s;
	-moz-transition: all 0.3s ease-out 0.3s;
	-ms-transition: all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;
}

.burger {
    height: 48px;
    width: 48px;
    position: absolute;
    top: 0px;
    right: 8px;
    cursor: pointer;
}

.menu-bg, .burger {
    margin-top: 35px;
    margin-right: 40px;
}

.icon-bar1, .icon-bar2, .icon-bar3 {
    position: absolute;
    margin: auto;
    top: 0px;
    right: 15px;
    bottom: 0px;
    background-color: #061838;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.icon-bar1, .icon-bar3 {
    height: 2px;
    width: 18px;
    top: -18px;
}


.icon-bar2 {
    height: 2px;
    top: -2px;
    width: 10px;
}

.icon-bar3 {
    top: 14px;
}

.reverseMenu {
	background-color: #061838 !important;
	color: #fff;
}

.icon-bar11, .icon-bar21, .icon-bar31 {
	background: #fff !important;
}

.scrollbg-show .burger.open {
    top: 0;
}

.burger.open {
    background-color: #fff;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.show-strip .burger.open {
	top: 30px;
}

@keyframes show-strip {
	0% {
		opacity: 0;
		transform: translateY(0px);
	}
	50% {
		opacity: 1;
		transform: translateY(5px);
	}
	100% {
		transform: translateY(0px);
	}
}

.open > .collapse {
    top: 5px !important;
    left: auto;
    background-color: #061838;
    -webkit-transition: all 70ms ease-out;
    -moz-transition: all 70ms ease-out;
    -ms-transition: all 70ms ease-out;
    -o-transition: all 70ms ease-out;
    transition: all 70ms ease-out;
    display: block;
}

.rotate30 {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
}

.rotate45 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.rotate150 {
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
}

.rotate135 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.hidden-list {
	display: none !important;
}

.visible-list {
	display: block !important;
}

.xf-content-height {
	min-height: 0 !important;
}

@media screen and (max-width: 992px) {
	.menu-bg, .burger {
		margin-right: 15px;
	}
	
	.circle.expand {
		width: 240%;
		right: -600px;
	}
	
	.menu {
		width: 100vw;
		height: 100vh;
		overflow-y: scroll;
	}
	
	.automate, .innovate, .learn {
		background-position: left center;
	}
	
	.learn, .innovate, .automate {
		position: relative;
		top: 655px;
		margin: 0;
		height: 182px;
	}
	
	.head-txt, .sub-head {
		padding: 0;
	}
	
	.head-txt {
		margin: 35px 0;
		text-align: right;
	}
	
	.visible1024-cross {
		display: block;
	}
	
	.menuItems {
		height: auto;
		position: absolute;
	}
	
	.menu-bg, .burger {
		margin-right: 15px;
	}
}

@media screen and (max-width: 1024px) {
	.circle {
		right: 75px;
	}
	
	.industries-menu, .services-menu, .platforms-menu, .nyn-menu, .aboutus-menu {
		z-index: 1;
	}
	
	.cross > a > img {
		max-width: 17px;
		position: absolute;
		right: 25px;
		top: 15px;
		z-index: 1;
	}
	
	.submenu-portion {
		width: 100%;
		overflow-y: auto;
	}
	
	.h2-heading {
		font-size: 50px;
		line-height: 50px;
	}
	
	.hidden-tab {
		display: none !important;
	}
	
	.burger.open {
		right: 0;
	}
}

@media screen and (max-width: 767px) {
	.menu-bg, .burger {
		margin-right: 5px;
	}
	
	.circle {
		right: 30px;
	}
	
	.menu {
		overflow-y: scroll;
		height: 100vh;
		width: 100vw;
	}
	
	.learn, .innovate, .automate {
		background-position: center center !important;
	}
	
	.head-txt {
		font-size: 30px;
		margin-bottom: 5px;
		font-weight: 900;
	}
	
	.submenu-portion {
		width: 100%;
		height: 100vh;
		overflow-y: hidden;
	}
	
	.h2-heading {
		font-size: 40px;
		line-height: 40px;
	}
	
	.menu .align-list > ul > li {
		margin-left: 30px;
	}
	
	.menu-bg, .burger {
		margin-right: 5px;
	}
	
	.scrollbg-show .burger.open {
		right: 10px;
		top: 0px !important;
	}
	
	.open > .collapse {
		top: 1px !important;
	}
	
	.mb-xs-0 {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px) {
	.circle.expand {
		width: 300%;
		right: -100px;
	}
}

@media screen and (max-width: 640px) {
	.learn, .innovate, .automate {
		top: 623px;
	}
}

.being-resilient { 
    position: absolute; 
    width: 100%; 
    height: auto; 
    min-width: 100%; 
    min-height: 100%; 
    left: 0; 
    bottom: -90px; 
    overflow: hidden;     
} 
.bg-img-pos { 
    background-position: 30px -30px !important; 
}
.h-50vh { 
    height: 50vh !important; 
} 
@media screen and (max-width: 1024px) { 
    .being-resilient {
         bottom: 0px;
     } 
    .head-txt {
        font-size: 25px !important; 
    }
    .bg-img-pos  {
        background-position: 0px 0px !important;
    }
    .top_menu_cont_wrapper .head-txt {
        margin-top: 150px !important;
    }
}