h1,
h2,
h3,
h4,
h5 {
	font-family: 'Ubuntu';
}

p,
a,
li,
ul li,
ul li a {
	font-family: 'Muli', sans-serif!important;
	color: currentColor;
}

a:hover {
	text-decoration: blink;
}

.navbar-expand-lg .navbar-collapse {
	display: -ms-flexbox!important;
	display: inline-block;
}
a.btn.btn-lg.btn-danger1.rounded-0 {
    background: linear-gradient(to bottom, #005b82,#19174b);
    color: #fff;
}
.navbar {
	background-color: transparent;
	padding: 15px;
}

.navbar-nav .dropdown-menu {
	background-color: #4c4c4c;
}

.navbar-nav .dropdown-menu a {
	color: #999;
}

.offcanvas-collapse {
	margin-left: 10%;
}

.bg-header,
.carousel-caption,
.carousel-item {}

.carousel-banner .carousel {
	position: relative;
	top: 0px;
}

.carousel-banner .carousel-caption {
	padding-top: 310px;
	left: 0%;
}

.carousel-banner .carousel-caption-heading {
	margin-bottom: 50px;
}

.carousel-banner .carousel-indicators {
	margin-bottom: 30px;
}

.carousel-banner .carousel-item-1 {
	position: relative;
	background-color: #000;
}

.carousel-banner .carousel-item-1::before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.5;
	background: url("../images/bg/bg-consulting-lg.jpg") no-repeat center;
	background-size: cover;
}

.carousel-banner .carousel-item-2 {
	position: relative;
	background-color: #000;
}

.carousel-banner .carousel-item-2::before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.3;
	background: url("../images/bg/bg-ams-lg.jpg") no-repeat center;
	background-size: cover;
}

.carousel-banner .carousel-item-3 {
	position: relative;
	background-color: #000;
}

.carousel-banner .carousel-item-3::before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.3;
	background: url("../images/bg/bg-training-certification.jpg") no-repeat center;
	background-size: cover;
}

.carousel-banner .carousel-item-4 {
	position: relative;
	background-color: #000;
}

.carousel-banner .carousel-item-4::before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.3;
	background: url("../images/bg/product-development-lg.jpg") no-repeat center;
	background-size: cover;
}

.carousel-banner .carousel-item-5 {
	position: relative;
	background-color: #000;
}

.carousel-banner .carousel-item-5::before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.3;
	background: url("../images/bg/bg-outsourcing-lg.jpg") no-repeat center;
	background-size: cover;
}

.carousel-banner .carousel-caption {
	position: relative;
	width: 100%;
	height: 721px;
}

.carousel-banner .carousel-indicators .active {
	background-color: #0a114d;
}

.carousel-banner .carousel-indicators li {
	width: 12px;
	height: 12px;
	border-radius: 25px;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	opacity: 1;
	margin-right: 8px;
	margin-left: 8px;
}

a.btn.btn-lg.rm-btn:hover {
    color: #fff;
    background: #0a114d;
}
/*******/

html,
body {
	overflow-x: hidden;
	/* Prevent scroll on narrow devices */
}

body {
	padding-top: 56px;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, .75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #fff;
}

.nav-underline .nav-link:hover {
	color: #007bff;
}

.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	
}

.text-white-50 {
	color: rgba(255, 255, 255, .5);
}

.bg-purple {
	background-color: #6f42c1;
}

.lh-100 {
	line-height: 1;
}

.lh-125 {
	line-height: 1.25;
}

.lh-150 {
	line-height: 1.5;
}

.bg-title {
	color: #f1f1f1;
	font-size: 60px;
}
.cl-grid.cls {
    background: #d5d2d273;
    height: 100%;
}
.fg-title {
	position: relative;
	bottom: 35px;
	font-weight: 800;
	font-size: 1.5rem;
}

.grid-item {
	height: 100%;
	padding: 10px 15px;
}

.grid-title {
	margin-top: 10px;
	font-size: 1.25rem;
}

.grid-content {
	margin-bottom: 0px;
}

.grid-item::before {
	margin-bottom: 50px;
}

.grid-item-1 {
	background:linear-gradient(to bottom,  #005b82,#19174b);
	color: #fff;
}

.grid-item-2 {
	background-color: #f1f1f1;
}

.grid-item-3 {
	background:linear-gradient(to bottom,  #005b82,#19174b);
	color: #fff;
}

.grid-item-4 {
	background-color: #ffffff;
	border: 1px solid #000;
}

.grid-item-5 {
	background-color: #ffffff;
	border: 1px solid #000;
}

.grid-item-6 {
	background:linear-gradient(to bottom,  #005b82,#19174b);
	color: #fff;
}

.grid-item-7 {
	background-color: #fff;
}p.grid-content.para1 {
    color: #333;
}

.grid-item-8 {
    background:linear-gradient(to bottom,  #005b82,#19174b);
	padding-top: 40%;
	color:#fff;
}

.grid-item-8 .grid-title {
	width: min-content;
	padding-left: 30%;
}

.para {
	font-size: 16px;
}

.text-jl {
	text-align: justify;
}

.wwa-section {
	background: url("../images/bg-who-we-are.jpg") no-repeat center;
	background-size: cover;
	height: 721px;
	padding-top: 13%;
}

.consulting {
	background: url("../images/consultingbg.png") no-repeat center;
	background-size: cover;
	float: left;
	//	height: 721px;
	//	padding-top: 13%;
}

.consulting.tab-bg {
	background: #222222;
	background-size: cover;
	float: left;
}

.wwa-box {
	background-color: #fff;
	border-left: 13px solid #0a114d;
	padding: 40px;
}

.curve-section {}

.curve-body {
	position: relative;
	background-color: #000;
	height: 622.5px;
	border-top-left-radius: 350px;
	border-bottom-left-radius: 350px;
	margin: 50px 0px 50px 300px;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 2px 0px;
	clear: both;
	font-weight: 400;
	color: #f8f9fa;
}

.curve-body::before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.3;
	background: url("../images/bg-connection.jpg") no-repeat center;
	background-size: cover;
	    border-top-left-radius: 350px;
    border-bottom-left-radius: 350px;
}

.rm-btn {
	background-color: #fff;
	border-radius: 35px;
	padding: 15px 60px;
	font-size: 24px;
}

.curve-heading {
	color: #fff;
	font-family: 'Barlow', sans-serif;
}

.curve-desc,
p.curve-desc {
	color: #fff;
	margin-bottom: 50px;
	font-family: 'Barlow', sans-serif;
}

.curve-body {}

.non-curved-side {
	margin-top: 24%;
	padding-right: 84px;
}

.curved-side {
	margin-top: 8%;
}

.sub-title {
	font-size: 36px;
}

.whytwt-section {
	position: relative;
	background-color: #000;
}

.whytwt-section::before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.3;
	background: url("../images/bg-why-twt.jpg") no-repeat center;
	background-size: cover;
}

.whytwt-body {
	height: 722.5px;
	color: #fff;
}

.whytwt-header {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 60px;
}

.whytwt-title {
	margin-bottom: 30px;
	font-size: 60px;
}

.whytwt-title span {
	font-weight: 100;
}

.whytwt-item-title {
	width: 80%;
	margin-top: 25px;
	font-weight: 400;
	font-size: 1rem;
}

.clients-section {
	padding: 50px 0px;
}

.clients-logos {
	margin: 0px 0px;
}

.clients-logos .carousel-indicators li {
	width: 0;
}

.cl-item {
	margin-top: 20px;
	margin-bottom: 20px;
}

.cl-grid {
	//background-color: #0a114d;
	padding: 20px 0px;
	transition: all 0.4s ease-in-out;
		box-shadow: 10px 10px 0px 0px #424242;
	box-shadow: 0 10px 31px 0 rgb(0 0 0 / 13%);
}

.cl-grid:hover {
//	background-color: #f99d1b;
	padding: 18px;
	box-shadow: 10px 10px 0px 0px #424242;
	box-shadow: 0 10px 31px 0 rgb(0 0 0 / 13%);
	margin-top: -4px;
}

.cl-grid img {
	margin-bottom: 10px;
}

.cl-grid a {
	color: #333;
	padding-top: 20px;
}

.footer-section {
	color: #ffffff;
}

.bg-wm {
	position: relative;
	background-color: #2222222;
}

.bg-wm::before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 1;
	background: url("../images/bg/bg-world.png") no-repeat center;
	background-size: cover;
}

.footer-body {
	    background-color: #f3f3f3;
	padding: 50px 0px 20px 0px;
	margin-top: 80px;
}

.ftr-logo {
	margin-bottom: 30px;
}

.ftr-sh {
	margin-bottom: 20px;
	color: #0f1c65;
}

.sm-icons-group {
	margin-top: 5px;
}

.sm-icon {
	color: #222222;
	background-color: #fff;
	margin-right: 5px;
	border-radius: 5px;
	padding: 4px 2px;
}

.sm-icon .fa {
    width: 28px;
    height: 28px;
    text-align: center;
    border: 3px solid #222222;
    border-radius: 5px;
    font-size: 15px;
    BACKGROUND: #08245a;
    padding: 5px 2px;
    color: #fff;
}

.sm-icon .fa:hover,
.sm-icon:hover {
	color: #222222;
	background: #fff;
}

.cr-body {
	background-color: #0a114d;
}

.navbar-default.scrolled {
	background: #f3f3f3;
	
	border-bottom: 0px solid #e9ecef;
}

.navbar-dark.navbar-default.scrolled .navbar-nav .nav-link {
	color: #424242;
}

h6.title {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 6px;
}

.resp-vtabs li.resp-tab-active {
    border: 2.9px solid #007bff;
    border-left: none;
    border-top: none;
    border-bottom: none;
    background-color: #fff0;
    margin-right: -2px;
    position: relative;
    z-index: 1;
    color: #007bff;
    padding: 14px 15px 15px 14px !important;
}
/*
.wwa-section {
    position: relative;
    background-color: #000;
}
.wwa-section::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
    background: url("../images/bg-banner.jpg") no-repeat center;
    background-size: cover;
}
*/


/*********/

.top-attached {
	position: relative;
	top: -56px;
}

.abt-section-1 {
	position: relative;
	//   background-color: #15314e;
	background-color: #010739;
}

.abt-section-1::before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.1;
	background: url("../images/bg/bg-about-banner.jpg") no-repeat center;
	background-size: cover;
}

.as-1-body {
	padding: 150px 0px 80px 0px;
}

.as-2-body {
	padding: 80px 24px 50px 0px;
}

.page-tittle {
	font-size: 50px;
	margin-bottom: 80px;
}

.breadcrumb {
	display: -ms-flexbox;
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
}

.breadcrumb a,
.breadcrumb {
	color: #fff;
	font-size: 20px;
}

.abt-section-2 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.sub-heading {
	font-size: 40px;
	color: #15314e;
}

.sh-ul {
	margin-top: 2rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid #0a114d;
	width: 20%;
}

.sh-ul-left {
	margin-top: 0rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 2px solid #0a114d;
	width: 5%;
	display: inline-block;
}

ul.list-unstyled a {
	color: #222222;
}

.abt-section-3 {
	margin-bottom: 50px;
}

.abt-section-3 .nav {
	display: block;
	background-color: #15314e;
	padding: 20px;
	-webkit-box-shadow: 0 2px 37px 0 rgba(0, 0, 0, .4);
	box-shadow: 0 2px 37px 0 rgba(0, 0, 0, .4);
	background-color: #0b3155;
	background-color: #0d3664;
}

.abt-section-3 .nav-pills .nav-link.active,
.abt-section-3 .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #fe834d;
	width: 115%;
	background: linear-gradient(to bottom, #005b82,#19174b);



}

.abt-section-3 .nav-pills .nav-link {
	border-radius: 0;
	color: #fff;
}

.hedng {
	color: #0b3155;
}

.accordiontech {
	width: 100%;
	// max-width: 1080px;
	height: 350px;
	overflow: hidden;
	// margin: 50px auto;
}

.accordiontech ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

.accordiontech ul li {
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	width: 8%;
	height: 350px;
	background-repeat: no-repeat;
	background-position: center center;
	// transition: all 500ms ease;
}

.accordiontech ul li .vi {
	display: block;
	overflow: hidden;
	width: 100%;
}

.accordiontech ul li .vi .vcontent {
	display: block;
	height: 350px;
	width: 100%;
	position: relative;
	z-index: 3;
	vertical-align: bottom;
	padding: 15px 20px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	font-family: Open Sans, sans-serif;
	transition: all 200ms ease;
}

.accordiontech ul li .vi .vcontent * {
	opacity: 0;
	//margin: 0;
	// width: 100%;
	//text-overflow: ellipsis;
	position: relative;
	z-index: 5;
	// white-space: nowrap;
	overflow: hidden;
	// -webkit-transform: translateX(-20px);
	//transform: translateX(-20px);
	//-webkit-transition: all 400ms ease;
	//transition: all 400ms ease;
}

.accordiontech ul li .vi .vcontent h2 {
	font-family: Montserrat, sans-serif;
	text-overflow: clip;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 2px;
	top: 160px;
}

.accordiontech ul li .vi .vcontent p {
	// top: 160px;
	font-size: 14px;
}

.accordiontech ul li:nth-child(1) {
	background-color: #230A59;
}

.accordiontech ul li:nth-child(2) {
	background-color: #3E38F2;
}

.accordiontech ul li:nth-child(3) {
	background-color: #0029FA;
}

.accordiontech ul li:nth-child(4) {
	background-color: #5C73F2;
}

.accordiontech ul li:nth-child(5) {
	background-color: #829FD9;
}


/*.accordiontech ul:hover li:hover { width: 50%; }*/

.accordiontech ul:hover li: hover li hv1 {
	width: 0%;
}

.hv1 {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%
}

.accordiontech ul:hover li:hover .hv1 {
	display: none;
}

.accordiontech ul:hover li:hover .vcontent * {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.activesc {
	width: 30% !important
}

li.li.activesc .hv1 {
	display: none !important;
}

.accordiontech ul li.activesc .vi .vcontent * {
	opacity: 1;
}

.bghash {
	background: #fff;
	position: relative;
	left: 31px;
	top: 24px;
	-webkit-box-shadow: 0 2px 37px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 37px 0 rgba(0, 0, 0, .1);
}

.bghash1 {
	position: inherit;
	left: -30px;
	top: -20px;
}

.col-megamenu,
.dropdown-title {
	color: #fff;
	border-bottom: 1.5px solid #c9c9caed;
}

ul.uiux-services li {
	list-style: none;
	text-indent: -15px;
	padding-left: 35px;
}

ul.uiux-services li::before {
	content: "\f04d";
	font-size: 11px;
	color: #0a114d;
	font-weight: bold;
	display: inline-block;
	width: 10px;
	margin-right: 0px;
	font-family: 'FontAwesome' !important;
}

.cu-details,
.cu-details a {
	color: #fff;
}

.cu-form {
	background-color: #fff;
	padding: 68px 32px 40px;
}

.cu-form input[type=text],
.cu-form select,
.cu-form textarea,
.cu-form input[type=submit] {
	width: 100%;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 0;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 8px;
	resize: vertical;
}

.cu-form input[type=text]:focus,
.cu-form input[type=password]:focus,
.cu-form input[type=submit]:focus,
.cu-form select:focus,
.cu-form textarea:focus {
	background-color: #ddd;
	outline: none;
	border-radius: 0;
}

.cu-form input[type=submit] {
	background-color: #0a114d;
	color: #fff;
	font-weight: 600;
}

h4.cu-sub-title {
	font-size: 19px;
	font-weight: 500;
}

.accordion .card {
	background: none;
	border: none;
}

.accordion .card .card-header {
	background: none;
	border: none;
	padding: 0rem;
	border-bottom: 1px solid #ebebeb;
}

.accordion .card-header h2 span {
	float: left;
	margin-top: 10px;
}

.accordion .card-header .btn {
	color: #2f2f31;
	font-size: 1.04rem;
	text-align: left;
	position: relative;
	font-weight: 700;
	width: 100%;
	padding-bottom: 13px;
	border-bottom: 1px solid #ebebeb;
}

.accordion .card-header i {
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 9px;
}

.accordion .card-header .btn:hover {
	color: #3e38f2;
	text-decoration: none;
}

.accordion .card-body {
	color: #324353;
	/*	padding: 0.5rem 3rem;*/
	background: #ebebeb;
}

.page-title {
	margin: 3rem 0 2rem 0rem;
	position: relative;
}

.page-title::after {
	content: "";
	width: 80px;
	position: absolute;
	height: 3px;
	border-radius: 1px;
	background: #0a114d;
	left: 0;
	bottom: -6px;
}

.accordion .highlight .btn {
	color: #74bd30;
}

.accordion .highlight i {
	transform: rotate(180deg);
}

a.btn.btn-link {
	padding: 0px;
	border-bottom: 1px solid #b3b3b3;
}

.career-em {
	background: #ebebeb;
	position: absolute;
	bottom: 0;
	width: 96%;
}

.cu-section-1 {
	padding: 60px 0px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	background: #010739;
	color: #fff;
	padding: 20px;
}

.navbar .megamenu {
	left: 20%;
	right: 0;
	width: 100%;
	padding: 20px;
}

.col-megamenu,
.dropdown-title {
	color: #fff;
	border-bottom: 1.5px solid #c9c9caed;
}

ul.list-unstyled a,
ul.list-unstyled li a,
a.dropdown-item {
	font-size: 13px;
	color: #999;
	font-weight: 700;
	transition: all 0.5s ease 0s;
}

ul.list-unstyled a:hover,
ul.list-unstyled li a:hover,
a.dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	margin-left: 3px;
	transition: all 0.5s ease 0s;
	background-color: transparent;
}

ul.list-unstyled a::before,
a.dropdown-item::before {
	content: "\f144";
	padding: 5px;
	font-family: 'FontAwesome'!important;
}

.cstitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.cstitle-sm {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.cstitle-lg {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.rm-btn-sm {
	color: #fff;
	background-color: #f99d1b;
	border-color: #f99d1b;
}

.rm-btn-sm:hover {
	color: #fff;
	background-color: #424242;
	border-color: #424242;
}

.navbar-brand .brand_logo_img {
    height: 80px;
}


/* ---------- RESPONSIVE CSS  ---------- */

@media (max-width: 1920px) {
	.para {
		font-size: 16px;
		line-height: 24px;
		    color: #333;
	}
	.carousel-banner .carousel-caption {
		height: 937px;
	}
	.twt-services {
		padding: 50px 0px;
	}
	.wwa-section {
		height: 937px;
	}
	.curve-body {
		height: 723px;
	}
	.whytwt-body {
		height: 937px;
	}
	.whytwt-item {
		margin-bottom: 50px;
		margin-top: 30px;
	}
	.sm-icon .fa {
		padding: 4px 2px;
	}
	.curve-body .container {
		padding-left: 50px;
	}
	.curve-body,
	.curve-body::before {
		border-top-left-radius: 380px;
		border-bottom-left-radius: 380px;
	}
	.sub-title {
		font-size: 46px;
		line-height: 60px;
	}
	.curved-side img {
		width: 550px;
		height: 550px;
	}
	.curved-side {
		position: relative;
		left: 76px;
        margin-top: 12%;
	}
	.clients-logos {
		margin: 0px 0px;
	}
	.cr-body .para {
		font-size: 14px;
		padding: 10px 0px;    color: #fff;
    background: #081042;
	}
	.career-form input[type=text],
	.career-form select,
	.career-form input[type=file],
	.career-form textarea,
	.career-form input[type=submit] {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.navbar .megamenu {
		width: 53%;
	}
	.carousel-banner .carousel-caption {
		padding-top: 450px;
	}
	.offcanvas-collapse {
		margin-left: 12%;
	}
	.navbar-brand {
		width: 17%;
	}
	.ftr-logo {
		width: 60%;
	}
}

@media (max-width: 1536px) {
	.carousel-banner .carousel-caption {
		height: 721px;
	}
	.para {
		font-size: 14px;
		line-height: 20px;
	}
	.wwa-section {
		height: 721px;
	}
	.curve-body {
		height: 578px;
	}.curve-body {
    
    margin: 50px 0px 50px 153px;
}
	.non-curved-side {
		margin-top: 10%;
		    padding-right: 50px;
	}
	.curved-side img {
		width: auto;
		height: auto;
	}
	.curved-side {
    left: 56px;
    top: 24px;
}
	.curved-side {
		margin-top: 0;
	}
	.whytwt-body {
		height: 820px;
	}
	.whytwt-header {
		padding-top: 90px;
		padding-bottom: 0px;
	}
	.whytwt-item {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.clients-logos {
		margin: 0px 0px 0px 0px;
	}
	.grid-item-8 {
		padding-top: 30%;
	}
	.cr-body .para {
		font-size: 12px;
		padding: 10px 0px;
	}
	.navbar .megamenu {
		width: 65%;
		left: 13%;
	}
	.ftr-logo {
		width: 50%;
	}
}

@media (max-width: 1440px) {
	.para {
		font-size: 14px;
	}
	.curved-side {
		left: 50px;
	}
	.whytwt-body {
		height: 840px;
	}
	.whytwt-item {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.whytwt-title {
		font-size: 52px;
	}
	.cr-body .para {
		font-size: 12px;
		padding: 10px 0px;
	}
	.navbar .megamenu {
		width: 68%;
		left: 11%;
	}
	.carousel-banner .carousel-caption {
		padding-top: 350px;
	}
	.navbar-brand {
		width: 18%;
	}
	.offcanvas-collapse {
		margin-left: 19%;
	}
}

@media (max-width: 1366px) {
	.sub-heading {
		font-size: 31px;
		color: #15314e;
	}
	.sh-ul {
		margin-top: 0rem;
	}
	.navbar-dark .navbar-nav .nav-link {
		font-size: 13px;
	}
	.para {
		font-size: 14px;
		line-height: 24px;
	}
	.curved-side {
		left: 0px;
	}
	.whytwt-body {
		height: 740px;
	}
	.whytwt-title {
		font-size: 46px;
	}
	.whytwt-icon {
		width: 90px;
	}
	.offcanvas-collapse {
		margin-left: 29%;
	}
	.wwa-box .sub-title {
		font-size: 36px;
		line-height: 56px;
		color: #15314e;
	}
	.non-curved-side {
		margin-top: 15%;
	}
	.non-curved-side .sub-title {
		font-size: 44px;
		line-height: 54px;
	}
	.rm-btn {
		padding: 10px 30px;
		font-size: 20px;
	}
	.whytwt-header .para {
		padding: 0px 80px;
	}
	.cr-body .para {
		font-size: 12px;
		padding: 10px 0px;
	}
	.navbar .megamenu {
		width: 72%;
		left: 9%;
	}
}

@media (max-width: 1280px) {
	.whytwt-icon {
		width: 85px;
	}
	.navbar .megamenu {
		width: 76%;
		left: 7%;
	}
	.offcanvas-collapse {
		margin-left: 21%;
	}
}

@media (max-width: 1152) {
	.offcanvas-collapse {
		margin-left: 21%;
	}
  
}
@media (max-width: 1100) {
	
   .curved-side {
    left: 26px;
    top: 85px;
}
}
@media (max-width: 1024px) {
    .curved-side {
    left: 25px;
    top: 74px;
}
	.offcanvas-collapse {
		margin-left: 15%;
	}
	.navbar-dark .navbar-nav .nav-link {
		font-size: 14px;
	}
	.whytwt-body {
		height: 700px;
	}
	.sub-title {
		font-size: 34px;
		line-height: 44px;
	}
	.rm-btn {
		padding: 10px 30px;
		font-size: 20px;
	}
	.non-curved-side {
		margin-top: 20%;
	}
	.curved-side {
		left: -10px;
		margin-top: 5%;
	}
	.wwa-section {
		height: 700px;
	}
	.curve-body {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		margin: 0px 0px 0px 0px;
	}
	.curve-body::before {
		border-top-left-radius: 220px;
		border-bottom-left-radius: 220px;
	}
	.navbar .megamenu {
	width: 100%;
    left: 0;
	}
}

@media all and (min-width: 992px) {
	.nav-pills-custom .nav-link::before {
		content: '';
		display: block;
		border-top: 8px solid transparent;
		border-left: 10px solid #fff;
		border-bottom: 8px solid transparent;
		position: absolute;
		top: 50%;
		right: -10px;
		transform: translateY(-50%);
		opacity: 0;
	}
	.as-2-body {
		padding: 80px 0px 50px 0px;
	}
	.cu-form {
		background-color: #fff;
		padding: 68px 19px 40px;
	}
	.navbar {
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar .has-megamenu {
		position: static!important;
	}
	.navbar .nav-link {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

@media (max-width: 991.98px) {
    .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 27px;
    line-height: 1;
    background-color: #0a114d;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 15px;
}
	.col-megamenu {
		color: #fff;
		border-bottom: 1.5px solid #c9c9caed;
	}.navbar-dark.navbar-default.scrolled .navbar-nav .nav-link {
    color: #424242;
    color: #fff !important;
}
	.offcanvas-collapse {
    position: fixed;
    top: 74px;
    bottom: 0;
    left: 100%;
    width: 70%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin: 0;
    overflow-y: auto;
    color: #fff;
    visibility: hidden;
    background-color: #fb484e;
    background-color: #0a114d;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
	.offcanvas-collapse.open {
		visibility: visible;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.grid-item-8 .grid-title {
		padding-left: 35%;
	}
	.grid-item-8 {
		padding-top: 20%;
	}
	.sub-title {
		font-size: 28px;
		line-height: 38px;
	}
	.non-curved-side .sub-title {
		font-size: 34px;
		line-height: 40px;
	}
	.curved-side {
		left: -10px;
		margin-top: 30%;
	}
	.curve-body {
		height: 500px;
	}
	.whytwt-item-title {
		width: 100%;
	}
	.whytwt-icon {
		width: 80px;
	}
	.curve-body {
		border-top-left-radius: 150px;
		border-bottom-left-radius: 150px;
	}
	.curve-body::before {
		border-top-left-radius: 150px;
		border-bottom-left-radius: 150px;
	}
	.whytwt-header .para {
		padding: 0;
	}
	.career-em {
		position: relative;
	}
	.career-form {
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
	}
	.career-form input[type=text],
	.career-form select,
	.career-form input[type=file],
	.career-form textarea,
	.career-form input[type=submit] {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.page-tittle {
		margin-bottom: 30px;
		margin-top: 60px;
	}
	.navbar-nav.ml-auto {
		margin-left: 0!important;
		width: 100%;
	}
	.dm-p {
		padding: 10px 15px;
	}
	.non-curved-side {
		margin-top: 3%;
	}
	.navbar-brand {
		width: 25%;
	}
	.navbar {
		padding: 5px 15px;
	}
}

@media (max-width: 768px) {
    
	.career-em {
		background: #ebebeb;
		position: unset !important;
		bottom: 0;
		width: 100%;
	}
	.as-1-body {
		padding: 100px 0px 50px 0px;
	}
	.as-2-body {
		padding: 20px 24px 50px 0px;
	}
	.accordiontech {
		height: auto;
	}
	.accordiontech ul li,
	.accordiontech ul li:hover,
	.accordiontech ul:hover li,
	.accordiontech ul:hover li:hover {
		position: relative;
		display: table;
		table-layout: fixed;
		width: 100%;
		-webkit-transition: none;
		transition: none;
	}
	.activesc {
		width: 108% !important;
	}
	.accordiontech ul li .vi .vcontent {
		height: auto;
	}
	.accordiontech ul li {
		height: auto;
	}
	.accordiontech ul li .vi .vcontent {
		display: block;
		height: 200px;
	}
	.accordiontech ul li.activesc .vi .vcontent {
		display: block;
		height: 513px;
	}
	.hv1 .p-2 {
		width: 100%;
		text-align: center;
		padding: .5rem!important;
	}
	.curve-body {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: auto;
    margin: 0px 0px 0px 0px;
	}.curve-body::before {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
}
	.non-curved-side .sub-title {
		font-size: 34px;
		line-height: 40px;
	}
	.curved-side {
		
    left: 0;
    margin-top: 0%;
	}
	.navbar-nav.ml-auto {
		margin-left: 0!important;
		width: 100%;
	}
	.nav-item {
		padding: 5px;
	}
	a.nav-link::before {
		// content: "|";
		float: left;
		color: #fff;
	}
	.nav-link {
		display: block;
		padding: 0px 1rem;
	}
	.nav-item:hover {
		background-color: #4c4c4c;
		padding: 5px;
	}
	.abt-section-3 .nav-pills .nav-link.active,
	.abt-section-3 .nav-pills .show>.nav-link {
		color: #fff;
		background-color: #fe834d;
		width: 100%;
	}
	.bghash1 {
		position: inherit;
		left: 0px;
	}
	.bghash {
		position: inherit;
		left: 0px;
	}
	.nav-item:hover .nav-link:hover {
		color: #fff;
	}
	.abt-section-3 .nav {
		display: inline-flex;
	}
	.nav-item.active {
		background-color: #0a114d;
		/*color: #0a114d;*/
	}
	.whytwt-body {
		height: 660px;
	}
	.whytwt-header {
		padding-top: 50px;
		padding-bottom: 0px;
	}
	.cu-section-1 {
		padding: 120px 0px 60px 0px;
	}
	.navbar-brand {
		width: 20%;
	}
	.offcanvas-collapse {
		top: 63px;
	}
}

@media (max-width: 425.98px) {
	.curve-body {
		margin: 30px 30px 30px 0px;
	}.navbar-brand {
    width: 127px;
}
	.curve-body {
		height: 940px;
	}
	.sub-title {
		font-size: 28px;
	}
	.curved-side {
		left: -20px;
		margin-top: 10%;
	}
	.non-curved-side {
		margin-top: 20%;
	}
	.whytwt-body {
		height: 1100px;
	}
	.cl-grid {
		margin-bottom: 10px;
		padding: 30px 20px;
	}
	.grid-item-8 {
		padding: 15%;
	}
	.curve-desc {
		margin-bottom: 30px;
	}
	.grid-item {
		padding: 30px 25px;
	}
	.whytwt-icon {
		width: 70px;
	}
	.para {
		font-size: 15px;
		line-height: 24px;
	}
	.wwa-box .sub-title {
		font-size: 32px;
		line-height: 36px;
	}
	.wwa-section {
		height: 740px;
	}
	.col-0 {
		display: none;
	}
	.cu-section-1 {
		padding: 50px 0px 60px 0px;
	}
	.text-jl {
		text-align: left;
	}
	.carousel-banner .carousel-caption {
		padding-top: 300px;
	}
	.curve-body {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	.curve-body::before {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	.navbar-brand {
		width: 150px;
	}
	.navbar {
    padding: 0px 15px;
}
	.twt-logo {
		max-width: 44%;
	}
	.offcanvas-collapse {
		top: 62px;
	}
	.abt-section-2 {
		padding-top: 0px;
	}
	.ftr-logo {
		display: none;
	}
	.navbar-default .mainview {
	    /*width: 150px;*/
	}
}

@media (max-width: 375px) {
	.curve-body {
		height: auto;
		margin: 0px 0px 0px 0px;
	}
	.curved-side {
		left: 0px;
		margin-top: 0%;
	}
	.whytwt-body {
		height: 1140px;
	}
	.cl-grid {
		margin-bottom: 10px;
	}
	.non-curved-side .sub-title {
		font-size: 22px;
		line-height: 34px;
	}
	.non-curved-side {
		margin-top: 30%;
		padding: 0 24PX;
	}
	.offcanvas-collapse {
		top: 72px;
	}
	.sub-heading {
		font-size: 26px;
	}
}

@media (max-width: 320px) {
	.curve-body {
		height: 900px;
		margin: 20px 17px 20px 0px;
	}
	.sub-title {
		font-size: 24px;
		line-height: 34px;
	}
	.curved-side {
		left: -20px;
		margin-top: 20%;
	}
	.non-curved-side {
		margin-top: 25%;
	}
	.whytwt-body {
		height: 1180px;
	}
	.wwa-section {
		height: 880px;
	}
	.cl-grid {
		margin-bottom: 10px;
	}
	.whytwt-header {
		padding-top: 20px;
	}
	.cu-form {
		background-color: #fff;
		padding: 40px 32px 40px;
	}
	.offcanvas-collapse {
		top: 54px;
	}
	.sub-heading {
		font-size: 22px;
	}
}


/*
  @media (min-width: 40em) {
  }
  
  @media (min-width: 62em) {
  }
  */


/*******/