@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
/* CSS Document */
body {
	font-family: 'Roboto', sans-serif;
	color: #2a2a2a;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	font-weight:400;
	overflow-x: hidden;
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6, a, .btn, p, li, span{	
	font-family: 'Roboto', sans-serif !important;
}
ul{
list-style-type:none;
}	
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
text-decoration:none;
outline:none;
} 
textarea{
resize:none;
}
.mar-top{
	margin-top:30px;
}
p {
	line-height: 26px;    
	font-size: 14px;
	font-weight:400;
	color:#535151;
}
.hide {
    display: none;
}
/*#######################*/

.header{
	/*border-top: 7px solid #2962D3;*/
	padding: 20px 0;
	position: relative;
	z-index: 999;
}
.top-menu {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    width: 100%;
}
/*############################### Menu ############################*/
/*.navbar {
	padding: 0;
}
.navbar-brand {
	display: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    position: relative;
    text-transform: none;
    text-transform: uppercase;
    margin:0 9px;
}
.navbar-light .navbar-nav li:last-child a {
	padding-right: 0 !important;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}*/
/*########################################################*/
#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    display: none;
}
#cssmenu > ul {
	text-align: right;
}
#cssmenu > ul > li {
	float: none;
	display: inline-block;
}
#cssmenu > ul > li > a {
    padding: 0;
    margin: 15px 12px;
    font-size: 15px;
    text-decoration: none;
    text-transform: none;
    font-weight: 500;
    color: #555777;
    font-weight: 400;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu > ul > li:first-child > a {
    padding-left:0 !important;
    margin-left:0 !important;
}
#cssmenu > ul > li > a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    border-left: 14px solid #f72585;
    background: #f72585;
    bottom: -8px;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
#cssmenu > ul > li.has-sub > a {
    margin-right: 0 !important;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
    color: #2962d3;
    border-bottom: none !important;
}
#cssmenu > ul > li:hover > a::before, #cssmenu > ul > li.active > a::before {
    height: 3px;
    opacity: 1;
}
#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu ul ul li a {
    padding: 10px 14px;
    width: 212px !important;
    font-size: 15px;
    background: #fff;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #00092e;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    background: #00092e;
    color: #2962d3;
}
/*############################### Menu ############################*/
.banner {
	padding: 70px 0 60px;
	background: rgb(187,137,76); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(187,137,76,1) 0%, rgba(39,140,199,1) 50%, rgba(27,49,72,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(187,137,76,1) 0%, rgba(39,140,199,1) 50%, rgba(27,49,72,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(187,137,76,1) 0%, rgba(39,140,199,1) 50%, rgba(27,49,72,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb894c', endColorstr='#1b3148', GradientType=0); /* IE6-9 */
	
}
.banner_img_sec {
    width: 100%;
    margin: 0 0 0 -100px;
    position: relative;
}
.banner_img_sec img {
	width: 100%;
}
.banner_content_sec {
    margin-left: 21%;
}
.banner_content_sec h2 {
	font-size: 47px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 30px;
}
.white_text {
    display: inline-block;
    background: #fff;
    color: #2962D3;
    padding: 0 12px;
}
.banner_content_sec p {
	font-size: 20px;
	font-weight: 400;
	color: #D7D7DD;
	margin: 0 60px 30px 0;
}
.btn1 {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background: #2962D3;
	box-shadow: 0px 5px 24px rgba(67, 97, 238, 0.38);
	border-radius: 5px;
	padding: 8px 25px;
	text-decoration: none !important;
	transition: all ease .3s;
}
.btn1:hover {
    color: #fff;
    background: #f72585;
}
.banner_content_sec .btn1 {
	margin-right: 10px;
}
.btn2 {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    padding: 8px 35px;
    text-decoration: none !important;
    transition: all ease .3s;
        font-weight: 500;
}
.btn2 i {
	font-size: 25px;
	float: left;
	margin-right: 5px;
}
.btn2:hover {
	color: #2962D3;
	background: #FFFFFF;
	border: 1px solid #2962D3;
}
.banner_client_sec {
    display: inline-block;
    margin-left: 21%;
    margin-top: 50px;
}
.banner_client_sec p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #8F90A9;
	margin: 0;
}
.banner_client_sec ul {
    padding: 0;
    margin:0;
}
.banner_client_sec ul li {
    float: left;
    margin-right: 25px;
    line-height: 47px;
}
.banner_client_sec ul li::last-child {
    margin-right: 0;
}
/*################################## NEW LANDING ###############################*/ 

.paperless_admissions_wrap {
	background: #fff;
}
.paperless_admissions_sub_sec {
	background: url(../images/paperless_admissions_sub_bg.png) no-repeat top right;
	padding: 70px 0 30px;
}
.paperless_admissions_wrap h4 {
	font-size: 30px;
	line-height: 59px;
	color: #35364E;
	margin: 0;
}
.paperless_admissions_wrap h2 {
	font-size: 110px;
	font-weight: 700;
	color: #2962D3;
	margin: 0 0 10px;
	line-height: 100px;
}
.paperless_admissions_wrap p {
	font-size: 16px;
	line-height: 24px;
	color: #555777;
	margin: 0 0 20px;
	font-weight: 400;
}
.meet_srem_sub_sec {
	text-align: right;
}
.meet_srem_img_sec {
    position: relative;
    width: 120%;
    left: -15%;
}
.meet_srem_img_sec img {
	width: 100%;
}
.admission_process_sub {
	margin: 80px 0 0 0px;
}
.admission_process_sub h3 {
	font-weight: bold;
	font-size: 35.214px !important;
	line-height: 43px !important;
	color: #35364E !important;
	margin: 0 0 20px !important;
}
.blue_text {
	color: #2962d3 !important;
	font-size: inherit !important;
}
.pink_text {
	color: #f72585 !important;
	font-size: inherit !important;
}
.admission_process_sub h5 {
    font-size: 14px;
    line-height: 24px;
    color: #BCBCCA;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.admissions_xlerator_wrap {
	background: #FFEAF3;
	padding: 70px 0 100px;
	text-align: center;
}
.admissions_xlerator_wrap h4 {
	font-weight: normal;
	font-size: 30px;
	line-height: 59px;
	color: #35364E;
	margin: 0;
}
.admissions_xlerator_wrap h2 {
	font-weight: normal;
	font-size: 80px;
	line-height: 59px;
	color: #35364E;
	margin: 0 0 20px;
}
.admissions_xlerator_wrap h2 span {
	display: inline-block;
	font-weight: 700;
}
.admissions_xlerator_wrap p {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #555777;
	margin: 0;
}
.admissions_xlerator_add_wrap {
	background: #f72585 no-repeat top left / 100%;
	/*padding: 70px 0;
	background-size: cover;*/
	background-position: 0px 55px;
}
.admissions_xlerator_add_sub {
	width: 100%;
	height: 400px;
	position: relative;
}
.admissions_xlerator_add_img_sec {
    border-top: 30px;
    position: absolute;
    top: -62px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
.admissions_xlerator_add_img_sec img {
	border-radius: 30px;
	width: 100%;
}
.admissions_xlerator_add_sub h4 {
	font-weight: bold;
	font-size: 23px;
	line-height: 100%;
	margin: 50% 0 0;
	color: #b70054;
}
.admissions_xlerator_add_sub h4 span {
	display: inline-block;
	color: #fff;
}
.text-right {
	text-align: right !important;	
}
.admissions_xlerator_know_more_wrap {
	padding: 100px 25px 70px;
	background: #FFEAF3;
}
.admissions_xlerator_know_more_wrap .offerings_content_sec {
	margin-bottom: 20px;
}
.admissions_xlerator_know_more_wrap .offerings_content_sec ul li {
    width: 24.1%;
    margin: 10px 10px 10px 0 !important;
    line-height: 17px;
    min-height: 34px;
}
.impact_wrap {
	padding: 40px 0;
	background: #FFEAF3;
}
.impact_sub_sec {
    width: 100%;
    text-align: center;
    position: relative;
}
.impact_sub_sec img {
	display: inline-block;
	position: relative;
	z-index: 99;
}
.impact_title_sec {
    text-align: left;
    position: absolute;
    top: -51px;
    left: 96px;
    z-index: 9;
}
.impact_title_sec h2 {
	font-weight: normal;
	font-size: 99.8239px;
	line-height: 117px;
	color: #35364E;
}
.impact_title_sec h2 span {
	display: inline-block;
	font-weight: bold;
}
.impact_title_sec p {
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	color: #555777;
	margin: 0;
}
.impact_sub_sec ul {
	padding: 0;
	margin: 0;
}
.impact_sub_sec ul li {
	display: inline-block;
}
.impact_sub_sec ul li:nth-child(1) {
    position: absolute;
    top: 45%;
    left: 15%;
}
.impact_sub_sec ul li:nth-child(2) {
    position: absolute;
    top: 3%;
    right: 10%;
}
.impact_sub_sec ul li:nth-child(3) {
    position: absolute;
    top: 45%;
    right: 4%;
}
.impact_icon {
	width: 109px;
	line-height: 109px;
	background: #FFCAE2;
	border-radius: 32px;
}
.impact_sub_sec ul li h3 {
	display: inline-block;
	font-weight: bold;
	font-size: 62px;
	line-height: 73px;
	color: #000000;
	margin-right: 10px;
}
.impact_sub_sec ul li p {
	display: inline-block;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #555777;
}
.impact_sub_sec ul li p span {
	display: inline-block;
	font-weight: bold;
}
.nextgen_wrap {
	padding: 70px 0;
	text-align: center;
	background:#F0F5FF;
}
.nextgen_wrap h2 {
	font-weight: normal;
	font-size: 50px;
	line-height: 24px;
	color: #002A7F;
	margin: 0 0 20px;
}
.nextgen_wrap h2 span {
	display: inline-block;
	font-weight: bold;
}
.nextgen_wrap h3 {
	font-weight: normal;
	font-size: 30px;
	line-height: 59px;
	color: #35364E;
	margin: 0 0 10px;
}
.nextgen_wrap h3 span {
	display: inline-block;
	font-weight: bold;
}
.nextgen_wrap .big_img {
    width: 100%;
    margin: 0;
}
.nextgen_wrap .big_img img {
    width: 100%;
}
.nextgen_wrap p {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #555777;
	margin: 0 0 20px;	
}
.nextgen_wrap .offerings_content_sec ul {
    width: 50%;
    margin-left: 100px;
    margin-bottom: 40px;
}
/*################################## NEW LANDING ###############################*/ 
.offerings_wrap {
    background: #f8f8f9;
    padding: 60px 0;
    position: relative;
}
/*.offerings_wrap::before {
	position: absolute;
	content: '';
	background: url(../images/banner_ellipse.png) no-repeat center top;
	width: 52px;
	height: 148px;
	top: -74px;
	left: 0;
}*/
.offerings_white_bg {
	background: #fff;
	padding: 30px;
	box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.03);
}
.offerings_img_sec {
	width: 100%;
}
.main_title1 {
	font-size: 32px;
	font-weight: 400;
	color: #35364E;
	margin: 0 0 20px;
	padding: 0 0 10px;
	text-align: center;
	position: relative;
}
.main_title1 span {
	display: inline-block;
	font-weight: 700;
}
.main_title1::before {
	position: absolute;
	content: '';
	width: 46px;
	height: 4px;
	background: #2962D3;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.sub_title {
	font-size: 20px;
	line-height: 30px;
	color: #555777;
	font-weight: 400;
	background: #f8f8f9;
	margin: 0 0 50px;
	text-align: center;
}
.offerings_content_sec h3 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin: 0 0 10px;
}
.offerings_content_sec h3 span {
	display: inline-block;
	font-size: 24px;
}
.offerings_content_sec p {
	font-size: 16px;
	line-height: 24px;
	color: #555777;
	font-weight: 400;
	margin: 0 0 20px;
}
.offerings_content_sec h4 {
	font-size: 14px;
	line-height: 24px;
	color: #BCBCCA;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.offerings_content_sec ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
}
.offerings_content_sec ul li {
	width: 49%;
	float: left;
	margin: 0 10px 0 0;
	font-size: 15px;
	line-height: 27px;
	color: #555777;
	position: relative;
	text-align: left;
	padding: 0 0 0 20px;
}
.offerings_content_sec ul li::before {
	position: absolute;
	content: '\f00c';
	font-family: 'FontAwesome';
	top: 0;
	left: 0;
	color: #4CCBA0;
}
.offerings_content_sec ul li:nth-child(even) {
	margin: 0;
}
.offerings_content_sec.last_sec ul li {
	width: 100%;
	margin: 0;
}
.offerings_content_sec a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #2962D3;
	margin: 20px 0 0;
}
.offerings_content_sec a:hover {
	color: #f72585;
}
.mar-top-max {
	margin-top: 60px !important;
}
.clear-fix {
	clear: both !important;
}
/*################################## NEW LANDING ###############################*/ 
.partner_home_wrap {
	padding: 20px 0 70px;
}
.partner_home_wrap h4 {
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
	margin:0;
}
.partner_home_wrap h2 {
	font-weight: bold;
	font-size: 45px;
	line-height: 50px;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
}
.partner_home_wrap p {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #8F90A9;
	margin: 0 0 15px;
}
.partner_home_wrap .partners_logo_sec li {
    /*float: left;*/
    width: 90% !important;
    margin: 0 auto;
    min-height: 88px !important;
    text-align: center;
    position: relative;
    background: transparent !important;
    border: none !important;
    border-radius: 17.5124px !important;
	box-shadow:0px 1px 34px rgba(0, 0, 0, 0.1) !important;
}
.partner_home_wrap .partners_logo_sec li img {
    width: 100% !important;
    filter: none !important;
    border-radius: 17.5124px !important;
    -webkit-filter: grayscale(0%) !important;
    -moz-filter: grayscale(0%) !important;
    -ms-filter: grayscale(0%) !important;
}
.start_up_to_date_wrap {
	padding: 70px 0;
	background: #2962D3;
}
.start_up_to_date_wrap h4 {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: rgba(255, 255, 255, 0.35);
}
.start_up_to_date_wrap h2 {
	font-weight: normal;
	font-size: 32px;
	line-height: 37px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 0 40px;
}
.start_up_to_date_wrap h2 span {
	display: inline-block;
	font-weight: bold;
}
.start_up_to_date_sub_sec {
	background: #fff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	width: 100%;
	padding: 20px;
}
.start_up_to_date_sub_sec p {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #35364E;
	margin: 0 0 20px;
}
.start_up_to_date_sub_sec img {
	border-radius: 10px;
	width: 100%;
}
.start_up_to_date_sub_sec:hover {
	background: #000;
}
.start_up_to_date_sub_sec:hover p {
	color: #fff;
}
.home_get_in_touch .get_in_touch_img {
    width: 93%;
    border-right: 1px solid #2962D3;
}
.get_in_touch_title_sec h4 {
    font-weight: normal;
    font-size: 40px;
    line-height: 37px;
    color: rgba(38, 50, 56, 0.4);
    margin: 0 0 0 45px;
}
.get_in_touch_title_sec h2 {
    font-weight: bold;
    font-size: 75px;
    line-height: 64px;
    color: #263238;
    margin: 0 0 20px;
}
.get_in_touch_title_sec p {
	font-weight: normal;
	font-size: 13.7689px;
	line-height: 100%;
	/*text-align: center;*/
	color: #35364E;
}
.get_in_touch_wrap.home_get_in_touch {
    padding: 70px 0;
}
.home_get_in_touch .get_in_touch_form_sec textarea#inputQueryAbout {
    height: auto;
    min-height: 70px;
}

/*################################## NEW LANDING ###############################*/ 

.partner_wrap {
	padding: 60px 0;
}
.partners_logo_sec {
	padding: 0;
	margin: 0;
	text-align: center;
}
.partners_logo_sec li {
    /*float: left;*/
    width: 85%;
    margin: 0 auto;
    min-height: 174px;
    text-align: center;
    position: relative;
    background: #fff;
    border: 1px solid #efefef;
}
.partners_logo_sec li img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
    width: 70% !important;
    /* filter: grey;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); */
}
.partners_logo_sec li:hover {
	box-shadow:0px 9px 41px rgba(0, 0, 0, 0.1);
}
.partners_logo_sec li:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}
#partners-carousel1 .owl-stage-outer, #partners-carousel2 .owl-stage-outer {
    padding: 28px 0;
}
#myTabs.partner_tab {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#myTabs.partner_tab li {
    display: inline-block;
    margin: 0 10px;
    width: auto;
}
#myTabs.partner_tab li a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #BCBCCA;
    letter-spacing: 2px;
}
#myTabs.partner_tab li a.active {
    color: #000;
}
.testimonials_wrap {
	padding: 0 0 70px;
}
.testimonials_sub_sec p {
	font-size: 14px;
	line-height: 20px;
	color: #4F4F4F;
	background: rgba(233, 236, 237, 0.47);
	padding: 15px;
	border-radius: 15px;
	margin: 0 0 15px;
}
.testimonials_client_img {
	width: 42px;
	height: 42px;
	border-radius: 100px;
	float: left;
	margin-right: 15px;
}
.testimonials_client_sec h4 {
	font-size: 16px;
	font-weight: 700;
	color: #4F4F4F;
	line-height: 24px;
	margin: 0;
}
.testimonials_client_sec h4 span {
	display: block;
	font-weight: 400;
}
#testimonials_carousel .owl-item.active.center .testimonials_sub_sec p {
	background: rgba(255, 255, 255, 0.47);
	box-shadow: 0px 3px 21px rgba(0, 0, 0, 0.09);
}
#testimonials_carousel .owl-stage-outer {
    padding: 20px 0;
}
.get_in_touch_wrap {
	padding: 0 0 70px;
}
.get_in_touch_wrap .main_title1 {
    margin-bottom: 50px;
}
.get_in_touch_form_sec {
    background: #fff;
    width: 100%;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.3);
}
#enquiry-form h3 {
    text-align: center;
    font-weight: bold;
}
.get_in_touch_form_sec label {
    font-size: 14px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 10px;
}
.get_in_touch_form_sec .form-control {
    height: 35px;
    font-size: 14px;
    color: #232323;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0 !important;
}
.get_in_touch_form_sec .form-group {
    margin-bottom: 20px;
}
.get_in_touch_form_sec .submit-btn {
    background: #2962d3;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    border-color: #2962d3;
    padding: 7px 40px;
    margin: 15px 0 0;
}
.get_in_touch_form_sec .submit-btn:hover {
	background: #f72585;
    border-color: #f72585;
	color: #fff;
}
.get_in_touch_form_sec textarea#inputQueryAbout {
    height: auto;
    min-height: 130px;
}
.lets_do_wrap {
	background: #2659BC;
}
.no-padding {
	padding: 0 !important;
}
.lets_do_img_sec {
	width: 100%;
}
.lets_do_img_sec img {
	width: 100%;
}
.lets_do_content_sec {
	padding: 60px 100px;
}
.lets_do_content_sec h2 {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	line-height: 35px;
	margin: 0 0 15px;
}
.lets_do_content_sec p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	margin: 0 0 15px;
}
.lets_do_content_sec a {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background: #f72585;
	border: 1px solid #f72585;
	box-shadow: 0px 5px 24px rgba(67, 97, 238, 0.38);
	border-radius: 5px;
	padding: 8px 25px;
}
.lets_do_content_sec a:hover {
    color: #f72585;
    background: #fff;
}
/*################################## NEW LANDING ###############################*/ 
.footer_address_sec {
	width: 100%;
	background: #555777;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 31px;
	padding: 40px;
}
.footer_address_sec h2 {
	font-weight: normal;
	font-size: 31px;
	line-height: 100%;
	color: #BCBCCA;
}
.footer_address_sec h2 span {
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.63);
	margin: 0 0 30px;
}
.footer_address_icon {
	width: 54px;
	line-height: 54px;
	background: #fff;
	text-align: center;
	color: #2962D3;
	font-size: 25px;
	border-radius: 200px;
	float: left;
	margin-right: 20px;
}
.footer_address_wrap h5 {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.63);
	border-bottom: 1px solid #BCBCCA;
}
.footer_address_wrap h4 {
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.63);
	margin: 0 0 5px;
}
.footer_address_wrap p {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.63);
	margin: 0;
}
.footer_wrap.home_footer_sec {
    padding: 140px 0 40px !important;
    margin-top: -85px;
}
.copyright.home_footer_sec {
    background: #2962d3 !important;
    border-top: 1px solid #BCBCCA !important;
}
.copyright.home_footer_sec .copyright_content p {
    margin: 0;
}
.copyright.home_footer_sec .copyright_content ul {
    text-align: right;
}

/*################################## NEW LANDING ###############################*/ 

.footer_wrap {
	background: #2962D3;
	padding: 60px 0;
}
.footer_content_sec img {
	display: block;
	margin-bottom: 15px;
}
.footer_content_sec p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin: 0;
}
.footer_sub_title {
	font-size: 14px;
	font-weight: 700;
	color: rgba(255,255,255,0.35);
	margin: 0 0 15px;
}
.quick_links ul {
	padding: 0;
	margin: 0;
}
.quick_links ul li {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
.quick_links ul li:last-child {
    margin-bottom: 0px;
}
.quick_links ul li a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.82);
}
.quick_links ul li a:hover {
	color: rgba(255, 255, 255, 1);
}
.case_studies_wrap ul {
	padding: 0;
	margin: 0;
}
.case_studies_wrap ul li {
	display: block;
	margin-bottom: 15px;
}
.case_studies_wrap ul li:last-child {
	margin-bottom: 0px;
}
.case_studies_wrap ul li img {
	float: left;
	margin-right: 15px;
}
.case_studies_wrap ul li p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.82);
	margin: 0;
}
.copyright {
	background: #35364E;
	padding: 20px 0;
}
.footer_social_media {
	padding: 0;
	margin: 0;
	text-align: right;
}
.footer_social_media li {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-right: 5px;
}
.footer_social_media li:nth-child(1) {
	margin-right: 10px;
}
.footer_social_media li:last-child {
	margin-right: 0px;
}
.footer_social_media li a {
	display: inline-block;
	width: 45px;
	line-height: 41px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50px;
	color: #fff;
}
.footer_social_media li a:hover {
	color: #fff;
	border: 2px solid #f72585;
	background: #f72585;
}
.copyright_content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.63);
	margin: 0 0 5px;
}
.copyright_content ul {
	padding: 0;
	margin: 0;
}
.copyright_content ul li {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-right: 15px;
	position: relative;
}
.copyright_content ul li:last-child {
	margin-right: 0px;
}
.copyright_content ul li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.63);
    top: 10px;
    right: -10px;
}
.copyright_content ul li:last-child::before {
    display: none;
}
.copyright_content ul li a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.63);
}
/*########################### About ###########################*/
.about_inner_banner {
    background: rgba(215, 215, 221, 0.16);
    padding: 20px 0 0;
}
.about_inner_banner_content_sec {
    padding: 0 50px;
}
.about_inner_banner_content_sec h2 {
	font-size: 32px;
	line-height: 37px;
	font-weight: 400;
	margin: 15px 0 20px;
	position: relative;
	padding: 0 0 10px;
}
.about_inner_banner_content_sec h2 span {
	font-weight: 700;
}
.about_inner_banner_content_sec h2::before {
	position: absolute;
	content: '';
	width: 46px;
	height: 4px;
	background: #2962D3;
	bottom: 0;
	left: 0;
}
.about_inner_banner_content_sec p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #555777;
	margin: 0;
}
.about_wrap {
	padding: 70px 0;
	overflow: hidden;
}
.about_sec_img {
	position: relative;
	width: 600px;
}
.about_sec_img.left_img {
    left: -120px;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}
.about_sec_img.right_img {
    right: -60px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.about_sec_img.left_img img {
	width: 100%;
}
.about_content_sec h4 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #35364E;
	margin: 0 0 20px;
}
.about_content_sec h4 span {
	display: inline-block;
	font-weight: 400;
}
.about_content_sec p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #555777;
	margin: 0 0 20px;
}
.about_content_sec ul {
	padding: 0;
	margin: 0;
}
.about_content_sec ul li {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #555777;
	position: relative;
    text-align: left;
    padding: 0 0 0 25px;
    margin: 0 0 15px;
}
.about_content_sec ul li:last-child {
	margin: 0;
}
.about_content_sec ul li::before {
    position: absolute;
    content: '\f00c';
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    color: #4CCBA0;
}
/*########################### About ###########################*/

/*########################### SREM ###########################*/
.srem_inner_banner_content_sec {
    margin: 70px 70px 0 0;
}


.srem_inner_banner_content_sec h2 {
	font-size: 50px;
	line-height: 37px;
	font-weight: normal;
	margin: 15px 0 0px;
	position: relative;
}
.srem_inner_banner_content_sec h2 span.next {
	display: inline-block;
	font-weight: 800;
	color:#2962d3;
}
.srem_inner_banner_content_sec h2 span.gen {
	display: inline-block;
	font-weight: 800;
	color:#0084E7;
}
.srem_inner_banner_content_sec h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #555777;
	margin: 0 0 20px;
}
.srem_inner_banner_content_sec p {
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	color: #555777;
	margin: 0 0 20px;
	text-align:justify;
}
.benifits_wrap {
	padding: 60px 0;
}
.benifits_wrap ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.benifits_wrap ul li {
	display: inline-flex;
	margin: 15px 30px 15px 0;
}
.benifits_wrap ul li:last-child {
	margin-right: 0px !important;
}
.srem_benifits_icon {
    width: 63px;
    line-height: 63px;
    height: 63px;
    background: #2962d3;
    border-radius: 200px;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}
.srem_benifits_icon img {
	display: inline-block;
}
.benifits_wrap h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #4F4F4F;
    margin: 0;
    text-align: left;
    padding: 10px 0 0;
}
.benifits_wrap h4 span {
	font-size: 15px;
	font-weight: 400;
	display: block;
}
.solutions_wrap {
	padding: 20px 0 60px;
}
.solutions_wrap .nav-link {
    display: block;
    padding: 0.7rem 1rem;
    font-size: 20px;
    line-height: 30px;
    color: #555777;
    font-weight: 400;
    margin: 0 0 5px;
}
.solutions_wrap .nav-pills .nav-link.active, .solutions_wrap .nav-pills .show>.nav-link {
    color: #35364E;
    background-color: #fff;
    box-shadow: 0px 6px 15px rgb(0 0 0 / 9%);
    font-weight: 500;
}
.solutions_tab_img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.solutions_tab_img img {
	width: 100%;
}
.solutions_wrap .tab-content h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #35364E;
	margin:0 0 15px;
}
.solutions_wrap .tab-content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #555777;
	margin:0 0 15px;
}
.solutions_wrap .tab-content a {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2962D3;
    background: #fff;
    border: 1px solid #2962D3;
    box-sizing: border-box;
    box-shadow: 0px 4px 26px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 8px 25px;
    transition: all ease .3s;
}
.solutions_wrap .tab-content a i {
    font-size: 20px;
    float: left;
    margin-right: 5px;
}
.solutions_wrap .tab-content a:hover {
    background: #2962D3;
    color: #fff;
}
.solutions_wrap .no-padding-right {
	padding-right: 62px;
}
.solutions_wrap .tab-content .offerings_content_sec ul li {
    width: 100%;
    margin: 0 0 10px;
    line-height: 24px;
}
.solutions_wrap .tab-content .offerings_content_sec ul li:last-child {
    margin: 0;
}
.srem_add_wrap {
	padding: 30px 0;
}
.srem_add_sec {
	background: #FFFFFF;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	overflow: hidden;
}
.srem_add_img_sec {
	float: left;
	margin-right: 25px;
}
.srem_add_content_sec {
    padding: 25px 0 0;
    width: 48%;
    float: left;
}
.srem_add_content_sec h3 {
	font-size: 24px;
	font-weight: 28px;
	color: #35364E;
	margin:0 0 15px;
}
.srem_add_content_sec p {
	font-size: 16px;
	font-weight: 400;
	color: #555777;
	margin:0;
}
.srem_add_right_btn {
    float: left;
    padding: 60px 0 0 60px;
}
.case_studies_main_wrap {
	padding: 60px 0;
}
.case_studies_img_sec {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 20px;
}
.case_studies_img_sec img {
	width: 100%;
}
.case_studies_sub p {
	font-size: 18px;
	line-height: 26px;
	color: #4C5B6C;
	margin: 0;
}
/*########################### SREM ###########################*/

/*########################### DIGIADMIN ###########################*/
.digiadmin_inner_banner .btn1 {
    margin-right: 10px;
}
.benifits_wrap.digi_admin_benifits h4 {
    text-align: center;
}
.benifits_wrap.digi_admin_benifits .srem_benifits_icon {
    width: 83px;
    line-height: 83px;
    height: 83px;
    border-radius: 31px;
    margin-right: 0 !important;
}
.solutions_wrap.digi_admin_solutions .nav-link em {
    font-style: inherit;
    float: left;
    margin-bottom: 25px;
    margin-right: 15px;
    color: #8F90A9;
}
.solutions_wrap.digi_admin_solutions .nav-link span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #555777;
	line-height: 18px;
}
.digi_assess_wrap {
	padding: 20px 0 60px;
}
.digi_assess_img_sec {
	text-align: center;
}
.digi_assess_img_sec {
	display: inline-block;
}
.digi_assess_wrap .offerings_content_sec {
    margin: 70px 140px 0 0;
}
.ctpl_million_forms_wrap {
	margin:70px 0 0;
	width: 100%;
	background: rgba(196, 196, 196, 0.12);
	border-radius: 6px;
	padding: 25px 65px;
	display: inline-block;
}
.ctpl_million_forms_icon {
	float: left;
	margin-right: 25px;
}
.ctpl_million_forms_wrap h4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    color: #000;
    margin: 0;
    padding: 8px 0 0;
}
.ctpl_million_forms_wrap h4 span {
	display: inline-block;
	color: #F72585;
}
.digi_assess_wrap .offerings_content_sec h3 span {
    font-size: inherit;
    font-weight: 400;
}

.digi_admin_benifits .col {
    flex-basis: auto;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 25%;
	text-align:center;
	margin-bottom:5%;
	padding: 0 10px;
}

@media (min-width:320px) and (max-width:480px){
	.digi_admin_benifits .col {
		flex-basis: auto;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 50%;
	}
}
/*########################### DIGIADMIN ###########################*/

/*########################### NEXTGEN ###########################*/
.digi_assess_wrap.nextgen_academy_wrap {
    position: relative;
    margin-top: -200px;
}
.nextgen_academy_wrap .digi_assess_img_sec {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}
.nextgen_academy_wrap .digi_assess_img_sec img {
    width: 100%;
}
.nextgen_academy_wrap .offerings_content_sec a {
    margin: 0;
    border: 1px solid #2962D3;
    padding: 8px 25px;
    border-radius: 5px;
}
.nextgen_academy_wrap .offerings_content_sec a:hover {
    color: #f72585;
    border: 1px solid #f72585;
}
.digi_assess_wrap.nextgen_academy_wrap .offerings_content_sec {
    margin: 60px 55px 0 0;
}
.nextgen_sub_title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #BCBCCA;
    letter-spacing: 2px;
    margin: 0 0 20px;
    text-align: center;
}
.partner_wrap.nextgen_partners {
    padding: 30px 0;
}
.nextgen_solutions .solutions_tab_img {
    border-radius: 0;
}
.solutions_wrap .tab-content h3 span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #828282;
}

.text {
    width: 100%;
    margin-bottom: 20px;
    color: #777;
    padding: 0 15px;
    position: relative;
    font-family: Arial;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #D7D7DD;
}
.text::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 68px;
	background: linear-gradient(360deg, rgba(215, 215, 221, 0.46) 0%, rgba(215, 215, 221, 0) 100%);
	bottom: 0;
	left: 0;
}
.show-more {
    /* width: 690px; */
    color: #2962D3;
    position: relative;
    font-size: 14px;
    padding: 8px 35px 6px;
    height: auto;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border: 1px solid #2962D3;
    box-sizing: border-box;
    border-radius: 27px;
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 500;
}
.show-more:hover { 
    color: #1779dd;
}
.show-more-height1, .show-more-height2, .show-more-height3 { 
  height: 0; 
  overflow:hidden; 
}
.nextgen_solutions .offerings_content_sec h4 {
    margin: 25px 0 10px;
}
.solutions_wrap.nextgen_solutions .tab-content .offerings_content_sec ul li {
    margin: 0 0 5px;
}
.faculty_sec, .student_achievments_sec {
	text-align: left !important;
}
ul.student_achievments_sec {
    width: 100%;
    /*overflow-x: auto;
    position: relative;
    z-index: 99;*/
}
.faculty_sec li, .student_achievments_sec li {
    display: inline-block !important;
    width: auto !important;
    text-align: center !important;
}
.faculty_sec li, .student_achievments_sec li {
    position: static !important;
    padding: 0 32px 0 0 !important;
    margin: 10px 0 !important;
}
.faculty_sec li::before, .student_achievments_sec li::before {
	display: none !important;
}
.faculty_sec li img, .student_achievments_sec li img {
	width: 63px;
	height: 63px;
	border-radius: 21px;
	overflow: hidden;
}
.student_achievments_sec li img {
	float: left;
	margin-right: 15px;
}
.faculty_sec li p {
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
	color: #555777 !important;
	margin: 5px 0 0 !important;
}
.solutions_wrap .tab-content .faculty_sec li a {
    display: inline-block;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    background: transparent !important;
    border: none !important;
    box-sizing: inherit !important;
    box-shadow: none !important;
    border-radius: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
}
.solutions_wrap .tab-content .faculty_sec li a i {
    font-size: inherit !important;
    float: none !important;
    margin-right: 0 !important;
}
.view_all_icon {
    width: 63px;
    height: 63px;
    border-radius: 21px;
    line-height: 58px;
    text-align: center;
    color: #2962D3;
    border: 3px solid #2962D3;
    font-size: 30px;
}
.blue_text {
	display: inline-block;
	font-weight: 500;
	color: #2962D3;
}
.student_achievments_sec li h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #555777;
	margin: 0;
    display: inline-block;
    text-align: left;
}
.student_achievments_sec li h3 span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #555777;
}
.student_achievments_container {
	margin-bottom: 40px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* The Style */
.box-scroll{
    position:relative;
    width: 100%;
    z-index: 99;
}
.image-scroll {
    overflow: hidden;
    padding-top: 5px;
    /* box-shadow: 0px 1px 3px #c8c8c8; */
    /* margin-bottom: 5px; */
    margin: 5px 25px;
}
.image-scroll img{
    width: 100px;
}
.image-scroll ul {
    list-style:none;
    display:block;
    white-space:nowrap;
    padding-left: 0px;
    margin-bottom: 5px;
}
.image-scroll li {
    display:inline-block !important;
    float: none !important;
}
.x-btn, .y-btn {
    position: absolute;
    top: 0%;
    height: 80%;
    /* padding: 5px; */
    opacity: .5;
    color: #000 !important;
    border: none;
    font-size: 20px;
}
.x-btn:hover,.x-btn:focus, .y-btn:hover,.y-btn:focus{
    outline: 0;
    opacity: .9;
    color:#333 !important;
}
.x-btn{
    left:0%;
}
.y-btn{
    right:0%;
}
.solutions_wrap.nextgen_solutions .tab-content {
    border-left: 1px solid #D7D7DD;
    padding-left: 20px;
}
.nextgen_solutions_tab_container {
    border-bottom: 1px solid #D7D7DD;
}
.solutions_nav {
	margin: 20px 0 40px;
}
.solutions_nav ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.solutions_nav ul li {
	display: inline-block;
	margin: 0 5px;
}
.solutions_nav ul li a {
	display: inline-block;
	border: 1px solid #ADB6C3;
	box-sizing: border-box;
	border-radius: 27px;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #8D9AAC;
	padding: 10px 20px;
	cursor: pointer;
}
.solutions_nav ul li a:hover, .solutions_nav ul li a.active {
	background: #2962D3;
	color: #fff !important;
	border-color: #2962D3;
}
/*########################### NEXTGEN ###########################*/

/*########################### CAREERS ###########################*/
.header.careers_header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.header.careers_header #cssmenu > ul > li > a {
    color: #fff;
}
.careers_inner_banner {
    background: url(../images/careers_inner_banner_img1.jpg) no-repeat center top / 100%;
    width: 100%;
    padding: 130px 0 70px;
    background-size: cover;
    text-align: center;
}
.careers_inner_banner.client_banner {
    background: url(../images/clients_inner_banner_img1.jpg) no-repeat center top / 100% 100%;
    width: 100%;
    min-height: 400px;
}
.careers_inner_banner h4 {
	font-size: 32px;
	font-weight: 300;
	color: #fff;
	margin: 0;
}
.careers_inner_banner h2 {
	font-size: 45px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 20px;
}
.btn3 {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
    color: #fff;
    background: #f72585;
	box-shadow: 0px 5px 24px rgba(67, 97, 238, 0.38);
	border-radius: 5px;
	padding: 8px 25px;
	transition: all ease .3s;
}
.btn3:hover {
    color: #fff;
	background: #2962D3;
}
.careers_banner_below_sec {
	padding: 70px 0;
	text-align: center;
}
.careers_title {
	font-size: 32px;
	font-weight: 700;
	color: #35364E;
	margin: 0 0 20px;
}
.careers_title span {
	display: inline-block;
	font-weight: 400;
}
.careers_banner_below_sec p {
	font-size: 20px;
	line-height: 30px;
	color: #555777;
	margin: 0 auto;
	width: 53%;
}
.we_ctpl_wrap {
	padding: 50px 0 70px;
	text-align: center;
}
.values_wrap {
	padding: 50px 0 70px;
	text-align: center;
}
.values_wrap p {
	font-size: 20px;
	line-height: 30px;
	color: #555777;
	margin: 0 auto;
	width: 60%;
}
.values_sub_icon {
    width: 90px;
    line-height: 90px;
    height: 90px;
    border-radius: 26px;
    margin-right: 0 !important;
    background: rgba(212, 216, 221, 0.15);
    margin-bottom: 15px;
    text-align: center;
}
.values_sub_wrap {
	text-align: left;
	padding: 20px;
	border-right: 1px solid rgba(212, 216, 221, 0.45);
	border-bottom: 1px solid rgba(212, 216, 221, 0.45);
}
.values_sub_wrap h4 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin: 0 0 15px;
}
.values_sub_wrap p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #4C5B6C;
	margin: 0;	
	width: 100%;
	min-height: 72px;
}
.mar-bot-gap {
	margin-bottom: 40px !important;
}
.values_wrap .col-md-4:nth-child(4) .values_sub_wrap, .values_wrap .col-md-4:nth-child(7) .values_sub_wrap {
    border-right: none;
}
.values_wrap .col-md-4:nth-child(5) .values_sub_wrap, .values_wrap .col-md-4:nth-child(6) .values_sub_wrap, .values_wrap .col-md-4:nth-child(7) .values_sub_wrap {
	border-bottom: none;
}
.open_positions_wrap {
	text-align: center;
	padding: 40px 0 70px;
}
.search-area {
    width: 80%;
    height: 55px;
    margin: 0 auto;
}
 #search-form {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    background: #fff;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    border-radius: 5px;
    position: relative;
}
  #search-form::before {
    position: absolute;
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 20px;
    top: 10px;
    left: 13px;
    z-index: 9;
    color: #ADB6C3;
}  
 #search-form input {
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 10px 180px 10px 40px;
    position: relative;
}
.search-area a#adv-search-btn {
    right: 13%;
    top: 12px;
    position: absolute;
    color: #304350;
    text-decoration: none;
}
    
.search-area a#adv-search-btn:hover {
  text-decoration: underline;
}
#advanced-options {
	width: 100%;
	background: #ccc;
	height: auto;
	padding: 10px 0
}
#adv-filter {
    padding: 0;
    margin: 0;
}
#adv-filter li {
    display: inline-block;
    font-size: 20px;
    padding: 8px 20px;
    background: #fff;
    margin: 0 5px;
}
.apply_job_sec table {
	width: 80%;
	margin: 0 auto;
}
.apply_job_sec table tr {
    margin: 10px 0;
    display: inline-table;
    width: 100%;
}
.apply_job_sec table td:nth-child(1) {
	width: 85px;
}
.apply_job_sec table td:nth-child(3) {
	width: 150px;
	text-align: right;
}
.post_icon {
	width: 67px;
	height: 67px;
	line-height: 67px;
	background: #fff;
	border-radius: 9px;
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	color: #4C5B6C;
}

.btn-items.collapsed .post_icon{
	background: #e9ebee;
}

.apply_job_sec table h4 {
	font-size: 18px;
	line-height: 24px;
	margin:0;
	color: #304350;
	text-align: left;
	padding: 7px 0 0;
}
.apply_job_sec table h4 span {
	display: block;
	font-size: 16px;
	line-height: 21px;
	color: #4C5B6C;
}
.apply_btn {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #2962D3;
	background: #FFFFFF;
	border: 1px solid #2962D3;
	box-sizing: border-box;
	box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 8px 25px;
}
.apply_btn i {
	font-size: 25px;
	float: left;
	margin-right: 5px;
}
.apply_btn:hover {
	color: #fff;
	background: #2962D3;
	box-shadow: 0px 5px 24px rgba(67, 97, 238, 0.38);
}

.job-dv .card-header {
    background: transparent !important;
    padding: 0 0px;
    border: 0;
}
.btn-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    background: #E7E9EC;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.btn-items.collapsed {
	background:transparent;
}
.heading-dv h4 {
    color: #304350;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin:0px;
}
.heading-dv h4 span {
    font-size: 14px;
    font-weight: 400;
    color: #4C5B6C;
    display: block;
}
.btn-items h4{
	margin-top: 10px;
}
.btn-items.collapsed h4{
	margin-top: 0;
}
.btn-items h4 span {    
    margin-bottom: 4px;
}
.btn-items.collapsed h4 span {    
    margin-bottom: 0;
}

.heading-dv span.dot-span {
    height: 5px;
    width: 5px;
    display: inline-block;
    background: #304350;
    margin: 2px 10px 2px 10px;
    border-radius: 10px;
}
.btn-items.collapsed span.location-vacancy,
.btn-items.collapsed span.salary-incen {
	display: none;
}
.open_positions_wrap .collapse {
    background: #e7e9ec;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.open_positions_wrap .card-body {
    padding: 15px;
    background: #e7e9ec !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.heading-dv {
    margin-left: 15px;
}
.icon-dv {
    display: flex;
    align-items: center;
}

.job-descr {
    padding-left: 85px;
}
.job-descr ul {
    list-style: disc;
    padding-left: 15px;
}
.job-descr ul li {
    color: #4C5B6C;
    font-size: 14px;
}
.job-descr h5 {
    font-size: 20px;
    color: #304350;
    font-weight: 600;
}
/*########################### CAREERS ###########################*/

/*########################### JOB DESCRIPTION ###########################*/
.careers_inner_banner.job_description_banner {
    text-align: left;
}
.careers_inner_banner.job_description_banner h2 {
    margin: 20px 0 0;
}
.careers_inner_banner.job_description_banner p {
    font-size: 20px;
    line-height: 21px;
    color: #BCBCCA;
    margin: 0;
}
.careers_inner_banner.job_description_banner a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.careers_inner_banner.job_description_banner a:hover {
	color: #F72585;
}
.careers_inner_banner.job_description_banner .btn2 {
    background: transparent;
    border: 1px solid #fff;
    margin-right: 8px;
}
.careers_inner_banner.job_description_banner .btn2:hover {
	color: #F72585;
    border: 1px solid #F72585;
}
.careers_inner_banner.job_description_banner .btn3 {
    padding: 10px 25px;
}
.careers_inner_banner.job_description_banner .btn3:hover {
	color: #fff;
}
.text-right {
	text-align: right !important;
}
.careers_inner_banner.job_description_banner .text-right {
    padding-top: 75px;
}
.job_description_content_wrap {
	padding: 70px 0;
}
.job_description_content_wrap .offerings_content_sec a {
    margin: 0;
}
.job_description_content_wrap .offerings_content_sec ul li {
    width: 100%;
    float: none;
    margin: 0 0 10px !important;
}
.job_description_content_wrap .offerings_content_sec ul li:last-child {
    margin: 0 !important;
}
.offerings_content_sec ul.style_point2 li::before {
    content: '\f18e';
    color: #ADB6C3;
}
.job_description_content_gallery h4 {
    font-size: 14px;
    line-height: 24px;
    color: #BCBCCA;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.job_description_content_gallery ul {
	padding: 0;
	margin: 0;
}
.job_description_content_gallery ul li {
	display: inline-block;
	width: 95px;
	height: 85px;
	border-radius: 6px;
	margin: 0 15px 15px 0;
	overflow: hidden;
}
.job_description_content_gallery ul li:nth-child(3), .job_description_content_gallery ul li:nth-child(6) {
	margin-right: 0;
}
.more_img_btn {
	display: inline-block;
	width: 95px;
	height: 85px;
	line-height: 85px !important;
	border: 1px solid #29ABE1;
	box-sizing: border-box;
	border-radius: 6px;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	color: #29ABE1 !important;
	text-align: center;
}
.more_img_btn:hover {
	color: #fff !important;
    background: #29ABE1;
}
.desktop_footer_display {
	display: inline-block;
	width: 100%;
}
.mobile_footer_display {
	display: none;
}

#accordion-1 {
  width: 100%;
  margin: 0 auto;
}
.card {
	border: none !important;
	background: none !important;
}
.card-accordion .card-header {
    position: relative;
    padding: 0.65rem 2rem 0.65rem 0rem;
    text-transform: none;
    font-size: 16px;
    text-shadow: none !important;
}
.card-header.collapsed {
  background: #2962D3 !important;
  color: #FFF !important;
  border: 1px solid #2962D3 !important;
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.card-header {
  background: #2962D3 !important;
  color: #fff !important;
}
.card-header:hover {
  color: #fff !important;
  background: #2962D3 !important;
  text-decoration: none;
}
.card-header:focus {
  color: #fff !important;
  background: #2962D3 !important;
  text-decoration: none;
}
.card-accordion .card-header::after {
    content: '\f106';
    position: absolute;
    top: 24px;
    right: 10px;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}
.card-accordion .card-header.collapsed::after {
    content: '\f107';
    color: #fff;
}
.card-accordion .card-header.collapsed:hover::after {
	color: #fff;
}
.card-accordion .card-header.collapsed:focus::after {
	color: #fff;
}
.card-header:first-child {
  border-radius: 0;
}

.nextgen_partners .partners_logo_sec li {
    width: 240px;
    margin: 0 2px;
    display: inline-block;
}
.black_text {
	color: #000 !important;
}
.offerings_content_sec ul.style_point2 li ul {
	margin:5px 0 10px;
}
.offerings_content_sec ul.style_point2 li ul li {
    margin: 0 !important;
    line-height: 24px !important
}
.offerings_content_sec ul.style_point2 li ul li::before {
    content: '\f0da';
    color: #565758;
}

.job-dv .card-header:hover {
    background: transparent !important;
    text-decoration: none;
}
/*################################# Client ##############################*/
.clientmapbox {
display:flex;
flex-wrap:wrap;
}
.clientmap {
width:50%;
margin: 50px 0%;
display:inline-block;
}
.clientmapdata {
width:40%;
margin: 50px;
display:inline-block;
}
.clientmapdata > div {
display:none;
transition:2s ease-in;
font-size:3em;
text-align:center;
}
.clientmapdata > div b{
font-size:0.2em;
font-weight:200;
text-align:center;
}
.clientmapdata > div img{
width:60%;
margin:5px 20%;
}
#ClientMap-Data {
    display:block;
    font-size:5em;
    text-align:center;
    padding:250px 50px;
}
#ClientMap-Data-Mobile {
    font-size:5em;
    text-align:center;
    padding:250px 50px;
    display:none;
}
.clientmap > svg path{
fill: lightgrey;
opacity:50%;
}
.clientmap > svg circle{
fill: #EF3143;
z-index:500;
}
.clientmap > svg circle:hover{
opacity:0;
}
.clientmap > svg path:hover{
fill:#11938B;
opacity:100%;
transition: 0.9s;
}
@media only screen and (orientation: portrait)  {
    .clientmap {
    display:none;
    }
    #ClientMap-Data-Mobile {
        font-size:2em;
        text-align:center;
        padding:20px;
        display:block;
    }
    #ClientMap-Data {
        display:none;
    }
    .clientmapdata {
        width:100%;
        margin:0;
    }
    .clientmapdata > div {
    display:block;
    transition:2s ease-in;
    font-size:1.6em;
    text-align:center;
    margin:40px 0px;
    border:none;
    border-bottom:1px solid lightgrey;

    }
    .clientmapdata > div img{
    width:80%;
    margin:10px 10%;
    }
}
/*################################# Client ##############################*/
/*################################# Contact ##############################*/
.get_in_touch_wrap.home_get_in_touch.contact_wrap {
    padding: 0 60px 80px;
    background: #2962D3 url(../images/contact_bg.png) no-repeat top right / 100%;
}
.contact_wrap .get_in_touch_title_sec {
    margin: 60px 0 0 0;
}
.contact_wrap .get_in_touch_title_sec h4 {
    font-weight: normal;
    font-size: 40px;
    line-height: 37px;
    color: rgba(255,255,255, 0.4);
    margin: 0 0 0 45px;
}
.contact_wrap .get_in_touch_title_sec h2 {
    font-weight: bold;
    font-size: 75px;
    line-height: 64px;
    color: #fff;
    margin: 0 0 20px;
}
.contact_wrap .get_in_touch_form_sec {
    padding: 30px 40px;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 25%);
    border-radius: 0px 0px 10px 10px;
    width: 90%;
}
.contact_details_sec h4 {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.63);
	margin: 20px 0 15px 15px;
}
.contact_details_sec ul {
	padding: 0;
	margin: 0;
}
.contact_details_sec ul li {
	display: block;
	width: 75%;
	background: #fff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 9px;
	margin: 0 0 20px;
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #35364E;	
	position: relative;
}
.contact_details_sec ul li::before {
	position: absolute;
	content: '';
	background: url(../images/contact_location_icon.png) no-repeat bottom right;
	width: 30px;
	height: 30px;
	bottom:15px;
	right: 15px;
}
.contact_details_sec ul li span {
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #35364E;	
	margin: 0 0 5px;
}
.copyright.contact_footer {
    position: relative;
    padding: 0 !important;
    background: transparent !important;
}
.container.contact_footer_container {
    position: absolute;
    content: '';
    bottom: 40px;
    right: 110px;
}
.contact_footer .copyright_content {
    text-align: right;
    margin: 40px 0 0;
}
.contact_footer .copyright_content p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #BCBCCA;
	margin-left: 65%;
}
/*################################# Contact ##############################*/


/*################################# Blog ##############################*/


	/********************** banner section **********************/

	.blog1_banner_section{
		background: linear-gradient(259.39deg, #2962D3 8.71%, #F72585 109.94%);
		background-size:100% 75%;
		background-repeat:no-repeat;
		/* height:70vh; */
	}
	.blog1_banner_section header.blog_header{
		background:rgba(255, 255, 255, 0.6);
	}
	.blog1_banner_section .blog1_banner_content{
		padding-top:10%;
	}
	.blog1_banner_section .blog1_banner_content h2{
		font-family:'Allison';
		color:#fff;
		text-align:center;
		font-size:6rem;
	}
	.blog1_banner_section .blog1_banner_content h3{
		color:rgba(255, 255, 255, 0.72);
	}
	.blog1_banner_section .blog1_banner_content p{
		color:rgba(255, 255, 255, 0.72);
		font-size:20px;
	}
	.blog1_banner_content img{
		border-radius:25px;
		height:25rem;
		width: 50rem;
	}
	

	/********************** banner section **********************/

	.most_viewed{
		padding:1% 0% 5% 0%;
	}
	.most_viewed h2 span{
		color:#F72585;
		font-weight:800;
	}
	.most_viewed p{
		font-size:18px;
	}
	.most_viewed .most_viewed_inner_box{
		/* height: 70vh; */
		border-radius:30px;
	}

	/********************** Latest articles big image **********************/

	.container_info{
		position: relative;
		width: 100%;
		transform-style: preserve-3d;
	}
	.container_info .box{
		position: relative ;
		width: 100%;
		height: 465px;
		/* margin: 20px 30px; */
		perspective: 1100px;
		overflow:  hidden;
		transform-style: preserve-3d;
	} 
	/* .container_info:hover .box{
		height:400px;
		transition:1.5s;
	} */
	.container_info .box .imgBx{
		position: absolute;
		top: 0;
		left : 0;
		width: 100%;
		height: 100%;
		transform-origin:  top;
		transform-style: preserve-3d;
		transition: 0.5s;
		transition-delay: 0.2s;
	}
	.container_info .box:hover .imgBx {
		transform: rotateX(-90deg);
		opacity: 0;
		transition-delay: 0;
	}
	.container_info .box .contentBx{
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 40px;
		transform-origin: bottom;
		transform-style: preserve-3d;
		transition: 0.5s;
		transform: rotateX(90deg);
		opacity: 0;
		color:#fff;
		/* border:1px solid #fff; */
	}
	.container_info .box .contentBx p{
		color:#fff;
		font-size:13px;
	}
	.container_info .box .contentBx h2{
		color:#F72585;
		font-size:22px;
	}
	.container_info .box:hover .contentBx{
		transform: rotateX(0deg);
		opacity: 1;
		transition-delay: 0.2s;
	}
	.container_info .box .imgBx img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/********************** latest articles big image **********************/

	/******************** latest articles small image ********************/

	.container_info2{
		position: relative;
		width: 100%;
		transform-style: preserve-3d;
	}
	.container_info2 .box2{
		position: relative ;
		width: 100%;
		height: 200px;
		/* margin: 20px 30px; */
		perspective: 1100px;
		overflow:  hidden;
		transform-style: preserve-3d;
		transition:1.5s;
	} 
	.container_info2:hover .box2{
		height:400px;
		transition:1.5s;
	}
	
	.container_info2 .box2 .imgBx2{
		position: absolute;
		top: 0;
		left : 0;
		width: 100%;
		height: 100%;
		transform-origin:  top;
		transform-style: preserve-3d;
		transition: 0.5s;
		transition-delay: 0.2s;
	}
	.container_info2 .box2:hover .imgBx2 {
		transform: rotateX(-90deg);
		opacity: 0;
		transition-delay: 0;
	}
	.container_info2 .box2 .contentBx2{
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px;
		transform-origin: bottom;
		transform-style: preserve-3d;
		transition: 0.5s;
		transform: rotateX(90deg);
		opacity: 0;
		color:#fff;
		/* border:1px solid #fff; */
	}
	.container_info2 .box2 .contentBx2 p{
		color:#fff;
		font-size:13px;
	}
	.container_info2 .box2 .contentBx2 h2{
		color:#F72585;
		font-size:22px;
	}
	.container_info2 .box2:hover .contentBx2{
		transform: rotateX(0deg);
		opacity: 1;
		transition-delay: 0.2s;
	}
	.container_info2 .box2 .imgBx2 img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/******************** latest articles small image ********************/

	/********************** have a doubt section **********************/

	.doubt_section{
		background:#FFEAF3;
		padding:5% 0% 5% 0%;
	}
	.doubt_section h2 span{
		color:#F72585;
		font-weight:800;
	}
	.doubt_section p{
		font-size:18px;
	}
	.doubt_section p.small{
		font-size:15px;
		font-weight:bold;
	}

	.doubt_content_section{
		background: url('../images/background12.jpg');
		background-size:100% 100%;
		background-repeat: no-repeat;
		/* height: 100vh; */
		background-position: bottom;
		padding:0% 0% 0% 0%;
		
	}
	.doubt_content_section .card{
		background:#fff !important;
		padding:10% 10% 2% 10% !important;
		border-radius:20px;
		box-shadow:0px 0px 15px rgba(0, 0, 0, 0.3);
		
	}
	.doubt_content_section .card:hover{
		background:#2962D3 !important;
		color:#fff;
	}
	.doubt_content_section .card:hover .card-text{
		color:#fff;
	}
	.doubt_content_section .card:hover hr{
		border-top:1px solid #fff;
	}
	.doubt_content_section .card .card-body hr{
		margin:-2% 0% 0% 0%;
	}
	.doubt_content_section .card .card-body a{
		display:none;
	}
	.doubt_content_section .card:hover .card-body a{
		display:block;
		transition:1s;
	}
	.doubt_content_section .card .card-img-top{
		box-shadow:0px 0px 10px rgba(0, 0, 0, 0.6);
	}
	.doubt_content_section .card.doubt_second_card{
		margin-top:-20%;
	}
	.doubt_content_section .card.doubt_first_card{
		margin-top:40%;
	}

	@media screen and (max-width:767px){
		.doubt_content_section .card{
			width:90%;
		}
		.doubt_content_section .card.doubt_second_card{
			margin-top:0%;
		}
		.doubt_content_section .card.doubt_first_card{
			margin-top:55%;
		}
		.doubt_content_section{
			padding:10% 0% 0% 0%;
		}
		
	}

	/********************** have a doubt section **********************/

	/********************** All articles section **********************/

	.all_articales{
		padding:8% 0% 2% 0%;
	}
	.all_articales .card .card-img-top{
		box-shadow:0px 0px 15px rgba(0, 0, 0, 0.5);
	}

	.all_articales .card:hover .card-body .card-title{
		color:#2962d3;
	}
	.all_articales .card:hover .card-body p.date{
		color:#f72585 !important;
		font-weight:bold;
	}
	.mobile_hr{
		border-top:1px solid #2962d3;
	}

	/********************** All articles section **********************/

/*################################# Blog ##############################*/

/*################################# Blog1 ##############################*/

	.blog_content_section{
		padding:4% 0% 0% 0%;
	}
	.blog_content_section p{
		font-size:18px;
		text-align: justify;
		line-height:27px;
	}
	.all_articales2{
		padding:4% 0% 2% 0%;
	}
	.blog_content_section a button{
		background: linear-gradient(259.39deg, #2962D3 8.71%, #F72585 109.94%);
		background-repeat: no-repeat;
		color:#fff;
	}
	.blog_content_section a button:hover{
		color:yellow;
	}
	

/*################################# Blog1 ##############################*/

/*############################# nextgen Know more ##########################*/

	.knowmore_banner_section .about_content{
		background: linear-gradient(259.39deg, #2962D3 8.71%, #F72585 109.94%);
		/* background:#F72585; */
		border-radius:0px 0px 50px 50px;
		box-shadow:4px 9px 20px rgba(0, 0, 0, 0.5);
	}

	.main_content{
		margin:4% 0% 0% 0%;
		background: linear-gradient(259.39deg, #F72585 8.71%, #2962D3 109.94%);
		/* background:#2962D3; */
		height: auto;
		padding:4% 0%;
	}
	.main_content .nav .nav-link{
		background:#fff;
		/* border-radius:0px; */
		text-align:center;
		color:#2962D3;
		font-weight:bold;
	}
	.main_content .nav .nav-link.active{
		background:#f72585;
		color:#fff;
		box-shadow:0px 0px 10px rgba(255,255,255,0.3);
	}
	.main_content .tab-content{
		padding:4%;
		border-radius:10px;
		box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
	}

/*############################# nextgen Know more ##########################*/













/*############################# nextgen new ##########################*/

/* testimonial section start  */

	.testimonial h3{
		font-weight: bold;
	}
	.testimonial hr{
		border:2px solid #0084E7;
		margin:auto;
		width: 3%;
	}
	.testimonial{
		padding:4% 0% 5% 0%;
		background:#D7D7DD;
	}
	.testimonial .testimonial_content{
		background: linear-gradient(269.55deg, #F72585 -9.4%, #2962D3 120.17%);
		box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
		border-radius: 10px;
		padding:4% 3% 9% 3%;
	}
	.testimonial .testimonial_content img.quote{
		width: 100px;
		height: 100px;
		margin-top:-9%;
	}
	.testimonial .testimonial_content .carousel .carousel-item img{
		border:5px solid #fff;
		border-radius:15px;
	}
	.testimonial .testimonial_content .carousel .carousel-item p{
		font-size:16px;
		color:#fff;
		font-weight:normal;
	}
	.testimonial .testimonial_content .carousel .carousel-item h2{
		color:#fff;
	}
	.testimonial .testimonial_content .carousel-indicators li {
		border-radius: 50%;
		width: 5px;
		height: 5px;
		margin-bottom:-20%;
	}
	.testimonial .testimonial_content .carousel-indicators li.active {
		border-radius:60px;
		width: 50px;
		height: 5px;
	}
	.testimonial .testimonial_content .carousel_arrows{
		margin-bottom:-11%;
	}
	.testimonial .testimonial_content .carousel_arrows i.fa-chevron-left{
		background:#fff;
		padding:1% 1.2%;
		border-radius:50%;
		color:#000;
		font-size:22px;
		box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
	}
	.testimonial .testimonial_content .carousel_arrows i.fa-chevron-right{
		/* margin-bottom:-15%; */
		background:#2962D3;
		padding:1% 1.2%;
		border-radius:50%;
		color:#fff;
		font-size:22px;
		box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
	}

	@media screen and (max-width:767px){
		.testimonial .testimonial_content .carousel .carousel-item img{
			border:5px solid #fff;
			border-radius:50%;
			height:150px;
			width: 150px;
			text-align:center;
		}
		.testimonial .testimonial_content .carousel_arrows i.fa-chevron-left{
			padding:2% 2.2%;
			font-size:25px;
		}
		.testimonial .testimonial_content .carousel_arrows i.fa-chevron-right{
			padding:2% 2.2%;
			font-size:25px;
		}
		.testimonial .testimonial_content img.quote{
			margin-top:-17%;
		}
		.testimonial .testimonial_content .carousel .carousel-item p{
			font-size:13px;
		}
	}

/* testimonial section end  */

/* benifits section start  */

	.benifits{
		padding:4% 0% 4% 0%;
	}
	.benifits h3{
		font-weight: bold;
	}
	.benifits hr{
		border:2px solid #0084E7;
		margin:auto;
		width: 3%;
	}
	.benifits .benefits_box{
		text-align:center;
	}
	.benifits .benefits_box i{
		font-size: 40px;
	    color: #fff;
	    background: #2962D3;
	    padding: 10%;
	    border-radius: 30px;
	    margin-bottom: 15px;
	    width: 100px;
	    height: 100px;
	    text-align: center;
	}
	.benifits .benefits_box p{
		font-size:21px;
		font-weight:bold;
	}
	.benifits .benefits_box p span{
		font-size:16px;
		font-weight:normal;
	}
	.style-two-benefit h4 {
	    text-align: left !important;
	}

/* benifits section end  */

/* corporate section start  */

.recruiters{
	background:#2962D3;
	padding:3% 0%;
  }
  .recruiters h2{
	color:#fff;
	font-size:23px;
  }
  .carousel-cell2 {
	width: 10%;
	height: 150px;
	margin-right: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	padding:0px;
	counter-increment: carousel-cell;
  }
  .carousel-cell2 img{
	  height: 80%;
	  width: 100%;
	  padding: 0px;
	  margin: 20px;
	  box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4);
  }

  @media screen and (max-width:767px){
	.carousel-cell2 {
		width: 20%;
		height: 120px;
		
	  }
  }

/* corporate section end  */

/* trends and insights section start  */

  .trends{
	background:#2659BC;
	padding:4% 0%;
  }
  .trends h6{
	color:rgba(255,255,255,0.5);
  }
  .trends h2{
	color:#fff;
	font-size:35px;
  }
  .trends h2 span{
	font-weight:900;
  }
  .trends button{
	background:#f72585;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	margin-top:10px;
  }
  .trends button:hover{ 
	background:#f72585;
	color:#fff;
	font-size:12px;
  }
  .trends p{
	font-size:13px;
	margin-top:15px;
	color:#fff;
  }

/* trends and insights section end  */

/* sub footer start  */

  .sub_footer{
	padding:4% 0%;
	background:#2962D3;
  }
  .sub_footer h2{
	color:#fff;
	font-size:55px;
	font-weight: 900;
  }
  .sub_footer h2 span{
	color:#f72585;
	font-size:55px;
	font-weight: 700;
  }
  .sub_footer p{
	color: rgba(255,255,255,0.5);
	font-size:16px;
  }
  .sub_footer h6{
	font-size:14px;
	font-weight: 800;
	color:rgba(255,255,255,0.4);
  }
  .sub_footer ul li{
	color:rgba(255,255,255,0.7);
	line-height: 30px;
  }
  .sub_footer p.case_text{
	font-size:13px;
  }

/* sub footer end  */

/*############################# nextgen new ##########################*/

/*############################# nextgen news page ##########################*/

  /* banner section start */

  	.nextgenNews_banner{
		background: linear-gradient(259.39deg, #2962D3 8.71%, #F72585 109.94%);
		box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
		height:auto;
		padding:5% 0%;
	}
	.nextgenNews_banner h1.nextgenNews_banner_main_heading{
		font-size:70px;
	}
	@media screen and (max-width:767px){
		.nextgenNews_banner h1{
			font-size:25px;
		}
		.nextgenNews_banner h1.nextgenNews_banner_main_heading{
			font-size:50px;
		}
	}

  /* banner section end  */

  /* blog section one start  */

	.nextgenNews_blog1{
		padding:5%;
	}
	.nextgenNews_blog1 p{
		font-weight:500;
		line-height:20px;
	}
	.nextgenNews_blog1 .nextgenNews_blog1_box1{
		box-shadow:0px 0px 30px rgba(0, 0, 0, 0.5);
	}
	.nextgenNews_blog1 .nextgenNews_blog1_box1 h4{
		font-size:21px;
	}
	.nextgenNews_blog1 .nextgenNews_blog1_box2 h2{
		color:#2962D3;
		font-size:45px;
		font-weight: bold;
	}
	.nextgenNews_blog1 .nextgenNews_blog1_box2 h4{
		color:rgba(0, 0, 0, 0.6);
		letter-spacing: 3px;
	}
	.nextgenNews_blog1 .nextgenNews_blog1_box2 .nextgenNews_blog1_box2_inner{
		/* border-left:2px solid  linear-gradient(259.39deg, #2962D3 8.71%, rgb(247, 37, 133) 109.94%); */
		height:auto;
		border-left:3px solid;
		border-top:3px solid;
		border-image: linear-gradient(to bottom, #2962D3, #f72585) 1 100;
		padding:4%;
	}
	.nextgenNews_blog1 .nextgenNews_blog1_box2 .nextgenNews_blog1_box2_inner h3{
		color:#2962D3;
		font-size:40px;
		font-weight:bold;
	}
	@media screen and (max-width:767px){
		.nextgenNews_blog1{
			padding:15% 0%;
		}
	}

  /* blog section one end  */

  /* blog section two start  */

	.nextgenNews_blog2{
		padding:5% 5%;
		background:#2962D3;
	}
	.nextgenNews_blog2 p{
		font-weight:500;
		line-height:20px;
	}
	.nextgenNews_blog2 .nextgenNews_blog2_box1{
		box-shadow:0px 0px 30px rgba(0, 0, 0, 0.5);
		background:#fff;
	}
	.nextgenNews_blog2 .nextgenNews_blog2_box1 h4{
		font-size:21px;

	}
	.nextgenNews_blog2 .nextgenNews_blog2_box2 h2{
		color:#fff;
		font-size:45px;
		font-weight: bold;
	}
	.nextgenNews_blog2 .nextgenNews_blog2_box2 h4{
		color:rgba(255, 255, 255, 0.6);
		letter-spacing: 3px;
	}
	.nextgenNews_blog2 .nextgenNews_blog2_box2 .nextgenNews_blog2_box2_inner{
		height:auto;
		border-right:3px solid #fff;
		border-top:3px solid #fff;
		padding:4%;
	}
	.nextgenNews_blog2 .nextgenNews_blog2_box2 .nextgenNews_blog2_box2_inner h3{
		color:#fff;
		font-size:40px;
		font-weight:bold;
	}
	@media screen and (max-width:767px){
		.nextgenNews_blog2{
			padding:15% 0%;
		}
	}

  /* blog section two end  */

  /* paginatin start  */

	.pagination .page-item{
		margin:0% 1%;
	}

  /* pagination end  */

  /* blog section start  */

  	.nextgenNews_blog_section{
		background: url('../images/background12.jpg');
		background-size:100% 100%;
		background-repeat: no-repeat;
		/* height: 100vh; */
		background-position: bottom;
		padding:5% 0% 0% 0%;
		/* font-family:'Allison'; */
	}

	.nextgenNews_blog_section h2{
		font-family:'Allison';
		color:#fff;
		text-align:center;
		font-size:9rem;
	}

	.nextgenNews_blog_section h3{
		color:#fff;
		text-align:center;
		font-size:2rem;
	}
		

  /* blog section end  */


/*############################# nextgen news page ##########################*/


	@media screen and (max-width:767px){
		.open_positions_wrap .container {
		    width: 100%;
		    max-width: 100%;
		}
		.heading-dv h4 {
		    font-size: 14px;
		}
		.heading-dv h4 span {
		    font-size: 12px;
		}
		.job-descr {
    padding-left: 0;
}

	}

	@media screen and (max-width:575px){
		.btn-items {
		    display: block;
		    text-align: left;
		}

		.apply-dv {
		    margin-top: 15px;
		}
		.apply_btn {
		    font-size: 13px;
		    padding: 3px 15px;
		    display: block;
		    text-align: center;
		}
	}


	.fb-like.fb_iframe_widget {
    display: none;
}






  