/* bharat kumar  */
 

/* red color  : #de2929 */
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body, html {
	width: 100%;
	float: left;
	margin-top: 0px;
	/* font-family: 'Roboto', sans-serif; */
	font-family: "Lexend", serif;
	font-weight: 300;
	/* font-family: 'Source Sans Pro', sans-serif; */ 
	margin-top: 0px !Important; 
	text-rendering: optimizelegibility;
	
}
body {
	font-size: 12px;
	color: #000;
	background: #fdfcfc;
	margin: 0;
	padding: 0;
	/* -webkit-font-smoothing: antialiased; */
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
ul {
	list-style: none;
	margin: 0px;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
	transition: ease .3s;
}
a img {
	border: none;
	outline: none;
}
img {
	max-width: 100%;
	vertical-align: middle
}
.clr {
	clear: both;
	float: none;
}
.clr:after, .row:after, .afclr:after {
	clear: both;
	float: none;
	content: "";
	display: block
}
:focus {
	outline: none;
}
input[type="submit"], input[type="reset"], button {
	cursor: pointer;
	-webkit-appearance: none
}
.wrapper {
	width: 1150px;
	margin: 0 auto;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease
}
.wide {
	width: 100%;
}
/*html {
	-webkit-font-smoothing: none;
}*/
.desktop_menu {
	display: block;
}
.iphone_menu {
	display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
section {
	width: 100%;
	float: left;
}
/* site css */ 

 

.home_section {
	background-image: url(../img/home-banner-0.jpg);
	background-size: cover;
	background-position: center center;
}
.work_procses_section {
	background: #fff;
	padding: 0px 0px 60px 0px;
}
.hidden_sections {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	background-size: cover;
}
/* 

.design_section { background-image:url(../img/home-banner-1.jpg); }
  
.develop_section { background-image:url(../img/home-banner-2.jpg); }
 
.seo_section { background-image:url(../img/home-banner-1.jpg); }
  
*/
 

.back_dv {
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px 0px;
}
.back_main {
	display: inline-block;
	border-radius: 1px;
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	padding: 10px 30px;
	font-size: 15px;
	text-transform: uppercase;
	font-style: normal;
	line-height: 20px;
	cursor: pointer;
}
body .onepage-pagination li a.active:before {
	background: rgba(71,180,184,1);
	background: -moz-linear-gradient(top, rgba(71,180,184,1) 0%, rgba(0,167,173,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,180,184,1)), color-stop(100%, rgba(0,167,173,1)));
	background: -webkit-linear-gradient(top, rgba(71,180,184,1) 0%, rgba(0,167,173,1) 100%);
	background: -o-linear-gradient(top, rgba(71,180,184,1) 0%, rgba(0,167,173,1) 100%);
	background: -ms-linear-gradient(top, rgba(71,180,184,1) 0%, rgba(0,167,173,1) 100%);
	background: linear-gradient(to bottom, rgba(71,180,184,1) 0%, rgba(0,167,173,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47b4b8', endColorstr='#00a7ad', GradientType=0 );
}
.home_section01 {
	background-image: url(../img/2.jpg);
	background-size: cover;
	background-color: #345271;
}
.home_section02 {
	background-image: url(../img/1.jpg);
	background-size: cover;
}
.middle_sec {
	color: #FFFFFF;
	padding: 120px 0 0;
}
.small_tagline {
	font-size: 25px;
	font-weight: 100;
	font-family: 'Lobster', cursive;
}
.our_options ul li {
	display: inline-block;
}
.our_options a {
	border: 2px solid rgb(29, 29, 29);
	border-radius: 20px;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-size: 20px;
	margin: 0 0 15px;
	padding: 24px 20px;
	width: 170px;
	margin: 4px;
	background: rgba(0,0,0,0.5);
}
.our_options li:last-child a {
	background: rgba(71,180,184,1);
	background: -moz-linear-gradient(top, rgba(71,180,184,1) 0%, rgba(0,167,173,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,180,184,1)), color-stop(100%, rgba(0,167,173,1)));
	background: -webkit-linear-gradient(top, rgba(71,180,184,1) 0%, rgba(0,167,173,1) 100%);
	background: -o-linear-gradient(top, rgba(71,180,184,1) 0%, rgba(0,167,173,1) 100%);
	background: -ms-linear-gradient(top, rgba(71,180,184,1) 0%, rgba(0,167,173,1) 100%);
	background: linear-gradient(to bottom, rgba(71,180,184,1) 0%, rgba(0,167,173,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47b4b8', endColorstr='#00a7ad', GradientType=0 );
	border-color: #0054A5;
}
.logo {
	float: left;
	margin: 25px 0 0;
}
.logo_inner i {
	font-style: normal;
	color: #999;
	font-size: 18px;
	letter-spacing: 3px;
	border-top: 1px solid #ddd;
	margin-top: 4px;
	padding-top: 0px;
	display: block;
}
.our_options a:hover {
	border: 1px solid #ddd;
	background: rgba(150,150,150,.6);
}
.fancybox-lock .fancybox-overlay {
	background: rgba(40, 40, 40, 0.9);
}
.loader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #0054A5;
	z-index: 9999999;
}
.loader img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 150px;
}
/*  new css */



/* July 20,2020 Internship CSS Start*/



section.our_internship_program_sec {
    padding: 50px 0;
}

.our_internship_program_sec_content_hd {
    color: #0054a5;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.our_internship_program_sec_content_txt p {
    font-size: 16px;
    color: #333;
    text-align: justify;
    margin-bottom: 10px;
}

.our_internship_program_sec_content_img img {
    max-width: 350px;
}

.our_internship_program_sec_content_img {
    text-align: center;
}

.internship_courses_content-blk {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 20px 0px #ddd;
    margin-bottom: 30px;
    border: 2px solid transparent;
    transition: ease 0.5s;
}

.internship_courses_content-blk:hover {
    border: 2px solid #0054a5;
}

.internship_courses_icon-blk {
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 40px;
    display: block;
    background-color: #ffffff;
    height: 160px;
    text-align: center;
    align-items: center;
}

.internship_courses_icon-blk span svg {
    width: 80px;
    box-shadow: 0px 5px 0px 0px #ccc;
    height: 80px;
    border-radius: 15px;
    fill: #fff;
    padding: 10px;
    background-color: #0054a5;
}

.internship_courses_content .course-title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #0054a5;
    margin-bottom: 10px;
}

.internship_courses_content .course-txt {
    font-size: 14px;
    color: #585858;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.internship_courses_content {
    padding: 20px;
}

section.internship_courses_sec {
    padding: 50px 0;
}

.internship_courses_sec_hd {
    text-align: center;
    color: #0054a5;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.internship_courses_content-detail-btn a.read-more-btn {
    display: inline-block;
    color: #0054a5;
    border: 2px solid #0054a5;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: ease 0.5s;
    border-radius: 30px;
}

.internship_courses_content-detail-btn {
    text-align: center;
}

.internship_courses_content-blk:hover .internship_courses_content-detail-btn a.read-more-btn {
    background-color: #0054a5;
    color: #fff;
    border-color: #0054a5;
}


/* July 20,2020 Internship CSS End*/











/* July 18,2020 Internship CSS Start*/

.blackberry_pg_cover_internship {
    background-size: cover;
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000;
    position: relative;
}

.internship_banner_content_blk {
    padding: 46px 0;
}

.internship_banner_hd {
    font-size: 50px;
    font-weight: 900;
    color: #ffffff;
    /* background: linear-gradient(90deg, #FF9933, #ffffff, #138808); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}


.internship_banner_txt {
    font-size: 18px;
    margin-bottom: 60px;
    color: #fff;
    font-weight: normal;
}

.internship_app_bn_contact_btn a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    padding: 10px 35px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
    background-color: #fff;
}

.internship_app_bn_contact_btn a i {
    margin-left: 10px;
}

.internship_banner_program_list ul li {
    color: #fff;
    font-size: 16px;
    position: relative;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.internship_banner_program_list ul li a.internship_banner_program_nm {
    width: 150px;
    height: 150px;
    border: 6px solid #fff;
    border-radius: 50%;
    align-items: center;
    text-align: center;
    color: #ff8d00;
    font-size: 28px;
    font-weight: 600;
    padding: 35px 25px;
    text-decoration: none;
}

.internship_banner_program_list ul li a.internship_banner_program_nm:hover {
    border-color: #ff8d00;
    /* color: #fff; */
    /* background: #ff8d00; */
}

.internship_banner_program_list ul li a span.internship_banner_program_intern {
    display: block;
    font-size: 20px;
    font-weight: 500;
	color: #fff;
}

.blackberry_pg_cover_internship:after {
    content: "";
    background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

section.internship_development_sec {
    padding: 60px 0 60px;
    background-color: #f5f5f9;
}

.padding_zero {
	padding-right: 0px;padding-left: 0px;
}

.internship_development_programs_content {
    background-color: #fff;
    padding: 40px 20px;
}

.internship_development_programs_content_hd {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 2px solid #0054a5;
    padding-bottom: 10px;
    margin-bottom: 40px;
    color: #0054a5;
}

.internship_development_programs.program_content_item_icon {
    width: 60px;
    height: 60px;
    line-height: 58px;
    float: left;
    background-color: #0054a5;
    margin-right: 14px;
    text-align: center;
    font-size: 40px;
    border-radius: 10px;
    color: #ffffff;
    vertical-align: top;
}

.internship_development_programs.program_content_item_info {
    overflow: hidden;
}

.internship_development_programs.program_content_item_info_hd {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.internship_development_programs.program_content_item_info_txt {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    min-height: 60px;
}

.program_content_item_info_btn a {
    border: 1px solid #0054a5;
    color: #0054a5;
    padding: 6px 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.internship_development_programs.program_content_item {
    margin-bottom: 20px;
    min-height: 170px;
}

.internship_development_programs_form {
    padding: 30px 20px;
    background-color: #0054a5;
}

.programs_form_content label {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.programs_form_content input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 35px;
    padding: 5px 10px;
    border: none;
    border-radius: 0;
}

.programs_form_content {
    margin-bottom: 20px;
}

.programs_form_content select.wpcf7-form-control {
    height: 35px;
    padding: 5px 10px;
    border: none;
    border-radius: 0;
    width: 100%;
    -webkit-appearance: auto;
    font-size: 15px;
}

.programs_form_btn input.wpcf7-form-control.wpcf7-submit {
    height: 40px;
    padding: 5px 10px;
    border-radius: 6px;
    display: block;
    border: none;
    font-size: 19px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    background-color: #de2929;
}

.internship_development_programs_form_hd {
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}

/* July 18,2020 Internship CSS Start*/





/* July 15,2020 Login CSS Start*/
.login_wrapper {
    width: 400px;
    margin: 200px auto 100px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #e4e4e4;
    padding: 40px 20px;
    border-radius: 10px;
}

.login_wrapper a.login-logo {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.login_wrapper-heading {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.card-content {
    margin-bottom: 10px;
}

.card .card-content input {
    padding: 0;
    height: 45px;
    font-size: 16px;
    border-radius: 0px;
    border-bottom: 1px solid #ddd !important;
    box-shadow: none;
    border: none;
}

.card.card-container div#remember {
    padding: 20px 0;
}

.card.card-container label {
    font-size: 14px;
    color: #333;
}

.card.card-container button {
    background-color: #de2929;
    font-size: 20px;
    border-radius: 6px;
    font-weight: normal;
    padding: 10px 0px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.card.card-container a.forgot-password {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}


.login_option input[type="radio"] {
    margin: 5px 15px 5px 10px;
    line-height: normal;
}

.login_option input[type="radio"]:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #de2929;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #de2929;
    margin: 0px 0px 5px 0px;
}

.login_option input[type="radio"]:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #de2929;
    margin: 0px 0px 5px 0px;
}

.login_option label {
    font-size: 16px;
}

.login_option {
    margin-bottom: 20px;
}

.dashboard_block_content {
    margin-top: 60px;
    padding: 0 0 100px;
}

.dashboard-header-block {
    background-color: #333;
    margin-bottom: 0px;
    position: fixed;
    top: 60px;
    width: 100%;
    left: 0;
    z-index: 1;
    padding: 0px 0px;
}

.dashboard-right-detail-hd {
    font-size: 24px;
    font-weight: 600;
    color: #de2929;
    float: left;
}


.dashboard-right-detail-heading {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.dashboard-right-detail-heading-btns {
    float: right;
}

.dashboard-right-detail-heading-details {
    float: left;
}

.dashboard-right-detail-heading-text {
    font-size: 24px;
}

.dashboard-right-detail-heading-btns li {
    padding: 0px 4px;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
}

.dashboard-right-detail-heading-btns li a.add-btn {
    background-color: #d93025;
    padding: 13px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    border-radius: 70px;
    display: inline-block;
}
.dashboard-right-detail-heading-btns li a.back-btn {
	background-color: #366cf3;
	padding: 10px 20px;
	color: #fff;
	border-radius: 4px;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
}

.dashboard-right-detail-list {
    box-shadow: 0px 0px 20px 0px #eee;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}

.dashboard-right-detail-list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.dashboard-right-detail-list-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
 
.project_stats_item {
    color: #fff;
    text-align: center;
    padding: 25px 0px;
    border-radius: 20px;
    box-shadow: 4px 4px 9px #bbb;
}

.project_stats_desc {
    font-size: 20px;
    font-weight: 500;
}

.project_stats_value {
    font-size: 46px;
    font-weight: 600;
}

.purple_item {
    background: linear-gradient(135deg, #a854f4 0%, #6564f0 100%);
}

.pink_item {
    background: linear-gradient(135deg, #ec4698 0%, #ef435d 100%);
}

.orange_item {
    background: linear-gradient(135deg, #fbc61e 0%, #fe7610 100%);
}

.project_stats {
    padding: 20px 0px;
}

.project_title_info {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
}

.project_title_info.status {
    padding: 3px 15px;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
}

.in_process {
    background-color: #07b977;
}

.project_title_hd {
    font-size: 16px;
    font-weight: 500;
    color: #0054a5;
    margin-bottom: 10px;
}

.project_title_info a.project_title {
    color: #999;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.dashboard-header-profile-block {
    display: flex;
    align-items: center;
    margin-left: 20px;
    float: right;
    position: relative;
    height: 54px;
}

.dashboard-header-profile-options {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0;
	display: none;
}

.dashboard-header-profile-options ul li {
    display: block;
}

.dashboard-header-profile-options ul li a {
    padding: 10px;
    display: block;
    color: #666;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.dashboard-header-profile-options ul {
    border: 1px solid #ddd;
}



.dashboard-header-profile-img {
	width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 15px;
}

.dashboard-header-profile-name {
    font-size: 16px;
    color: #ffffff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

span.dashboard-header-profile-date {
    font-size: 14px;
    display: block;
    color: #fff;
    font-weight: normal;
}
.dashboard-header-content-block {
    padding: 0px 0px 0px 10px;
}

.dashboard-header-nav-block {
    float: left;
}

.dashboard-header-nav ul {display: flex;}

.dashboard-header-nav ul li {
    padding-top: 5px;
}
.dashboard-header-nav ul li a {
    padding: 12px 10px;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.dashboard-header-nav ul li a.active {
    border-bottom: 3px solid #de2929;
}



.menu-btn button {
    background: none;
}

.menu-btn button .three_dots_option span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #abb7c7;
    display: block;
    margin: 2px 0px;
}

.menu-btn .dropdown.open li a {
    padding: 10px;
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
	white-space: nowrap;
}

.menu-btn .dropdown.open li a span.fa {
    margin-right: 5px;
}

.menu-btn .dropdown.open .dropdown-menu {
    right: 0;
    left: auto;
    border: 1px solid #eee;
    box-shadow: 0px 5px 15px 0px #ccc;
}

.menu-btn .dropdown.open li a:hover {
    background-color: #de2929;
    color: #fff;
}





.dashboard_profile_edit_form .cot_form_input_holder {
    margin-bottom: 30px;
}

.dashboard_profile_edit_form label.cot_form_label {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;
}

.dashboard_profile_edit_form input.form-control.cot_form_input {
    height: 30px;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
}

.dashboard_profile_edit_form textarea {
    background: none;
    border: none;
    box-shadow: none;
    height: 50px;
    padding: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #999;
    transition: ease .3s;
    resize: vertical;
}

.dashboard_profile_edit_form textarea:focus {
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dashboard_profile_edit_form_element ul li label {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}


.dashboard_profile_edit_form_element li {
    display: inline-block;
    margin-right: 15px;
}

.dashboard_profile_edit_form_element {
}


.dashboard_profile_edit_form .profile_img {
    position: relative;
    margin-bottom: 40px;
}

.dashboard_profile_edit_form .profile_img_block {
    height: 200px;
    width: 200px;
    background-position: center;
    background-size: cover;
    border: 1px solid #c7ac85;
    border-radius: 50%;
    box-shadow: 0px 5px 5px 0px #ccc;
}

.dashboard_profile_edit_form .edit_pic {
    position: absolute;
    background: rgb(222, 41, 41);
    bottom: 12px;
    z-index: 1;
    padding: 0;
    line-height: 40px;
    width: 50px;
    right: 50%;
    left: 57%;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0px 0px 18px -4px rgb(0, 0, 0);
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.dashboard_profile_edit_form .edit_pic .input.file {
    opacity: 0;
    /* visibility: hidden; */
    cursor: pointer;
    position: relative;
    top: 0px;
}

.dashboard_profile_edit_form .edit_pic span {
    padding: 13px 13px;
    position: absolute;
    bottom: -79px;
    cursor: pointer;
    font-size: 24px;
}

.dashboard_profile_edit_form .save_buttons a {
    padding: 10px 20px;
    background-color: #de2929;
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #ccc;
    text-decoration: none;
}





/* July 15,2020 Login CSS End*/












/* July 14, 2020 New Entrant Blog CSS Start*/

.blog_sharing_btns_block {
    margin-bottom: 10px;
}

#st-5 {
    width: 60px !important;
    display: none !important;
}

#st-2 {
    width: 60px !important;
    display: none !important;
}

.blog_sharing_btns_block .st-btn {
    flex: 1;
}

.blog_sharing_btns_block #st-1 {
    display: flex;
}

.st-btn.st-last.st-remove-label {
    display: inline-block !important;
}


.blog_sharing_btns_block #st-3 {
    display: flex;
}
/* July 14, 2020 New Entrant Blog CSS Start*/





/*25 May 2020 start*/

.blackberry_pg_cover_salesforce {
    background-size: cover;
    padding: 40px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #151c75;
}

.salesforce_banner_content_blk {
    padding: 46px 0;
}

.salesforce_banner_hd {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
}

.salesforce_banner_hd2 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}

.salesforce_banner_txt {
    font-size: 18px;
    margin-bottom: 60px;
    color: #fff;
    font-weight: normal;
}

.salesforce_app_bn_contact_btn a.live_demo {
    background: #ffffff;
    border-color: #ffffff;
    color: #1552a5;
}

.salesforce_app_bn_contact_btn a.live_demo:hover {
    background-color: #ffffff;
}

.salesforce_app_bn_contact_btn a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
}

.salesforce_app_bn_contact_btn a:hover {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #1552a5;
}

.salesforce_banner_img_blk {
    text-align: center;
}

.salesforce_banner_img_blk img {
    width: 75%;
}




section.salesforce_third_party_solutions_sec {
    padding: 50px 0;
    background-color: #fff;
}

.salesforce_third_party_solutions_sec_content_hd {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.salesforce_third_party_solutions_sec_content_txt {
    font-size: 16px;
    text-align: justify;
    color: #333;
    line-height: 2.0;
    margin-bottom: 20px;
}

.salesforce_third_party_solutions_sec_img_blk {
    text-align: center;
    padding: 30px 0px;
}

.salesforce_third_party_solutions_sec_img_blk img {
    width: 70%;
}
.salesforce_third_party_solutions ul li {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    padding: 0 0 0 25px;
    position: relative;
}

.salesforce_third_party_solutions ul {
    padding: 0 0 0 30px;
}

.salesforce_third_party_solutions ul li:before {
    position: absolute;
    content: "\f192";
    font-family: fontawesome;
    left: 0;
    color: #0088b3;
}




section.salesforce_impeccable_services_sec {
    padding: 50px 0px;
    background-color: #fff;
}

.salesforce_impeccable_services_sec_hd h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

.salesforce_impeccable_services_sec_txt {
    font-size: 16px;
    text-align: center;
    color: #333;
    max-width: 900px;
    margin: 0 auto 60px;
}

.salesforce_impeccable_services_sec_content_blk {
    margin-bottom: 30px;
}

.salesforce_impeccable_services_content_img {
    text-align: center;
}

.salesforce_impeccable_services_content_blk {
    padding: 20px 0px;
}

.salesforce_impeccable_services_content_hd {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0px 0px -10px 30px;
}

.salesforce_impeccable_services_content_hd span {
    font-size: 50px;
    font-weight: 700;
    color: #0088b3;
    margin-right: 10px;
}

.salesforce_impeccable_services_content_txt {
    font-size: 16px;
    text-align: justify;
    color: #333;
    padding: 10px 20px;
    box-shadow: 0px 0px 15px 0px #ddd;
    border-radius: 30px 10px 30px 10px;
}


section.salesforce_features_sec {
    padding: 50px 0px;
    background-color: #ffffff;
}

.salesforce_features_sec_hd {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

.salesforce_features_sec_txt {
    font-size: 16px;
    text-align: center;
    color: #333;
    margin: 0 auto 40px;
	max-width: 800px;
}

.salesforce_features_content_blk {
    margin-bottom: 20px;
}

.salesforce_features_content_blk_hd {
    font-size: 22px;
    font-weight: 600;
    color: #02a2e0;
    margin-bottom: 5px;
}

.salesforce_features_content_blk_border {
    height: 4px;
    background-color: #02a2e0;
    border-radius: 20px;
    width: 150px;
    margin-bottom: 10px;
}

.salesforce_features_content_blk_txt {
    font-size: 16px;
    text-align: justify;
    color: #333;
    font-weight: 400;
}

.salesforce_features_sec_content_img {
    text-align: center;
}

.salesforce_why_choose_us_li {
    padding: 40px 0;
}

.salesforce_why_choose_us_li li:before {
    position: absolute;
    content: "\f192";
    font-family: fontawesome;
    left: 0;
    color: #0088b3;
}
.salesforce_why_choose_us_li li {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    padding: 0 0 0 25px;
    position: relative;
}

section.salesforce_why_choose_us_sec {
    background-color: #ffffff;
    padding: 50px 0px;
    background-position: center;
    background-size: cover;
}

.salesforce_why_choose_us_sec_hd h3 {
    text-align: center;
    color: #333;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.salesforce_why_choose_us_sec_txt {
    font-size: 18px;
    display: inline-block;
    color: #333;
    text-align: justify;
    margin-bottom: 10px;
}

section.salesforce_lets_talk_sec {
    padding: 50px 0;
    background-color: #02a2e0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.salesforce_lets_talk_sec_hd {
    font-size: 44px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    max-width: 800px;
    margin: 0 auto 20px;
    text-align: center;
}

.salesforce_lets_talk_btn {
    text-align: center;
}

.salesforce_lets_talk_btn a {
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border: 2px solid #fff;
    font-size: 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
}

/*25 May 2020 end*/






/*27 April 2020 start*/
.blackberry_pg_cover_appointment {
    background-size: cover;
    padding: 40px 0px;
    background-repeat: no-repeat;
    background-position: center;
}

.appointment_banner_content_blk {
    padding: 46px 0;
}

.online_appointment_banner_bottom {
    background: #0088b3;
    display: block;
    padding: 16px 0;
    width: 100%;
}

.online_appointment_banner_bottom h1 {
    color: #ffffff;
    font-size: 23px;
    margin: 0;
}

.appointment_banner_hd {
    font-size: 40px;
    font-weight: 700;
    color: #00a7d2;
}

.appointment_banner_hd2 {
    font-size: 40px;
    font-weight: 700;
    color: #112129;
    margin-bottom: 30px;
}

.appointment_app_bn_contact_btn a.live_demo {
    background: #00a8d3;
    border-color: #00a7d2;
    color: #fff;
}

.appointment_app_bn_contact_btn a {
    color: #00a8d3;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #00a8d3;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
}

.appointment_banner_txt {
    font-size: 18px;
    margin-bottom: 60px;
    color: #999;
    font-weight: normal;
}

.appointment_app_bn_contact_btn a.live_demo:hover {
    background-color: #0088b3;
}

.appointment_app_bn_contact_btn a:hover {
    background-color: #0088b3;
    border: 2px solid #0088b3;
    color: #fff;
}

.appointment_banner_img_blk {
    text-align: center;
}

.appointment_banner_img_blk img {
    width: 75%;
}

section.appointment_content_sec {
    padding: 40px 0px 50px;
}

.appointment_content_sec_hd {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
}

.appointment_content_sec_hd h2 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
}

.appointment_content_sec_txt {
    font-size: 16px;
    text-align: justify;
    color: #333;
    line-height: 2.0;
    margin-bottom: 20px;
}

.appointment_free_consultation_from_block {
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #1a2e3540;
    margin: -95px 0px 0px;
}

.appointment_free_consultation_blk_hd {
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    font-weight: 700;
    background-color: #12aaaf;
}

.appointment_free_consultation_blk_hd.appointment_form_hd {
    background-color: #1a2e35;
}

section.doctor_appointment_sec {
    padding: 50px 0;
}

.doctor_appointment_sec_img_blk img {
    width: 70%;
}

.doctor_appointment_sec_img_blk {
    text-align: center;
}

.doctor_appointment_sec_content_hd h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.doctor_appointment_sec_content_txt {
    font-size: 16px;
    text-align: justify;
    color: #333;
    line-height: 2.0;
    margin-bottom: 20px;
}


section.appointment_app_feature_sec {
    padding: 50px 0px;
    background-color: #f5f5f9;
}

.appointment_app_feature_sec_hd h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

.appointment_app_feature_sec_txt {
    font-size: 16px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    color: #444;
}



#appointment_app_feature ul.nav.nav-tabs {
    display: block;
    border: none;
}

#appointment_app_feature li {
    float: none;
    text-align: center;
    margin-bottom: 20px;
}

#appointment_app_feature .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #0088b3;
    /* display: flex; */
    background: #00a8d3;
}

#appointment_app_feature ul li a {
    display: flex;
}

#appointment_app_feature ul li a {
    border-radius: 60px;
    font-size: 16px;
    padding: 15px 0px;
    font-weight: 700;
    box-shadow: 0px 0px 20px 0px #ddd;
    border: 0;
    background-color: #fff;
}

#appointment_app_feature .nav-tabs>li.active>a .bettingapps_feature_icon {
    background-color: #0088b3;
    padding: 10px 5px;
    border-radius: 0px 5px 5px 0px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-right: 3px solid #00a8d3;
}

.appointment_app_feature_hd {
    text-align: center;
    width: 80%;
    color: #5ac3e4;
    margin: auto;
    font-size: 24px;
}

.appointment_apps_feature_icon {
    background-color: transparent;
    padding: 10px 5px;
    border: none;
    border-radius: 0px 5px 5px 0px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-right: 3px solid #00a8d3;
}

#appointment_app_feature .nav-tabs>li.active>a>.appointment_feature_hd {
    color: #ffffff;
}

.appointment_feature_hd {
    text-align: center;
    width: 80%;
    color: #0088b3;
    margin: auto;
    font-size: 24px;
}

.appointment_app_features_panels_blk {
    padding: 20px;
    /* background-color: #fff; */
    border-radius: 20px;
    /* box-shadow: 0px 0px 20px 0px #eee; */
}

.appointment_app_feature_blk_hd {
    font-size: 36px;
    font-weight: 700;
    color: #0088b3;
    margin-bottom: 20px;
}

.appointment_feature_tabs_hd {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    color: #333;
    margin-bottom: 10px;
}

.appointment_feature_tabs_hd:before {
    background: #00a8d3 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 6px;
    left: 3%;
    position: absolute;
    width: 40px;
    border-radius: 10px;
}

.appointment_feature_tabs_hd:after {
    background: #00a8d3 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 6px;
    left: 3%;
    border-radius: 10px;
    margin-left: -25px;
    position: absolute;
    width: 20px;
}

.appointment_feature_tabs_txt {
    font-size: 16px;
    margin-bottom: 30px;
    color: #333;
}

.appointment_features_list_hd {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 30px;
    color: #333;
}

.appointment_features_list_hd:before {
    top: -3px;
    content: "\f192";
    left: 0;
    position: absolute;
    font-size: 22px;
    color: #00a8d3;
    border-radius: 10px;
    font-family: fontawesome;
}

.appointment_features_blk_list {
    padding: 15px 0;
}

section.ondemand_appointment_app_sec {
    padding: 70px 0;
    background-color: #f5f5f9;
}
.ondemand_appointment_app_sec_hd {
    font-size: 23px;
    font-weight: 700;
    color: #00a8d3;
    margin-bottom: 20px;
}

.ondemand_appointment_app_sec_txt {
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 1.8;
}

.ondemand_app_feature_blk {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #ddd;
    padding: 20px;
    margin-bottom: 40px;
}

.ondemand_app_feature_blk2 {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #ddd;
    padding: 20px;
    margin-top: 170px;
}

.ondemand_app_feature_content_blk {
    margin-bottom: 20px;
}

.feature_offer_sec_content_title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.feature_offer_sec_content_title span {
    margin-right: 8px;
    color: #00a8d3;
}

.feature_offer_sec_content_subtxt {
    color: #333;
    font-size: 15px;
}

section.why_choose_us_appointment_sec {
    background-color: #00a8d3;
    padding: 50px 0px;
    background-position: center;
    background-size: cover;
}

.why_choose_us_appointment_sec h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.why_choose_us_appointment_sec_txt {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    text-align: justify;
    margin-bottom: 10px;
}

.why_choose_us_appointment_sec_content_txt {
    line-height: 1.5;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    color: #00a8d3;
    box-shadow: 0px 5px 10px 0px #027896;
    border-radius: 40px;
    padding: 10px;
    background-color: #fff;
}

.why_choose_us_appointment_sec_content {
    padding: 40px 0 0 0;
}

section.how_appointment_app_works_sec {
    background-position: center;
    background-size: cover;
    padding: 40px 0px;
}

.how_appointment_app_works_sec_hd {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.how_appointment_app_works_sec_subtxt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.how_appointment_app_works_btn {
    margin-bottom: 40px;
}

.how_appointment_app_works_btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 35px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

#appointment_app_works .panel {
    border-radius: 0;
    border: none;
    margin: 0 0 10px;
    box-shadow: none;
    padding: 0 0 0px;
    border-bottom: 1px solid #ccc !important;
}

#appointment_app_works .panel-heading {
    background: none;
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 10px 15px 10px 40px;
}

#appointment_app_works .panel .panel-title {
    font-size: 20px;
}

#appointment_app_works .panel-title a {
    color: #333;
    text-decoration: none;
}

#appointment_app_works .panel-title>a:before {
    content: "\f192";
    width: 20px;
    color: #00a8d3;
    height: 20px;
    position: absolute;
    left: 0;
    background: none;
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 11px;
    font-family: fontawesome;
}

#appointment_app_works .panel-collapse .panel-body {
    border: none;
    padding: 0px 15px 0px 40px;
    border-radius: 0;
}

#appointment_app_works .panel-collapse .panel-body p {
    font-size: 16px;
    text-align: justify;
    color: #333;
}

#appointment_app_works .panel a.collapsed {
    color: #333 !important;
}

#appointment_app_works .panel-title>a.collapsed:before {
    position: absolute;
    left: 0;
    background: none;
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 11px;
    color: #00a8d3;
    content: "\f10c";
    font-family: fontawesome;
}

section.appointment_app_benefits_sec {
    padding: 70px 0;
}

.appointment_app_benefits_sec_hd {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.appointment_app_benefits_sec_txt {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 16px;
    color: #333;
    word-break: break-word;
}

.appointment_app_benefits_content {
    font-size: 16px;
    position: relative;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
    padding: 0 30px;
}

.appointment_app_benefits_content:before {
    content: "\f192";
    color: #00a8d3;
    position: absolute;
    left: 0;
    background: none;
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -4px;
    font-size: 20px;
    font-family: fontawesome;
}

.why_choose_us_letstalk_btn {
    text-align: center;
    padding: 40px 0 0;
}

.why_choose_us_letstalk_btn a {
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #fff;
    border-radius: 40px;
    color: #00a8d3;
    background-color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0px 3px 15px 0px #ddd;
}

.readymade_script_list_item.ready_appointment a {
    border-bottom: 5px solid #0072ff;
    border-right: 5px solid #0072ff;
}

.readymade_script_list_item.ready_school_management a {
    border-bottom: 5px solid #ff005c;
    border-right: 5px solid #ff005c;
}

/*27 April 2020 End*/


/*07 March 2020 start*/
.billing_info_detail_sec {
    padding: 70px 0;
}
.billing_info_detail_sec_hd {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}
.billing_info_form_block {
    box-shadow: 0px 0px 20px 0px #eee;
    display: inline-block;
    border-radius: 10px;
    padding: 20px 0;
    border-top: 5px solid #0054a5;
}
.biling_info_form_content {
    margin-bottom: 20px;
}
.biling_info_form_content label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.biling_info_form_content input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: auto;
    padding: 5px 10px;
}
.domain_notice_txt {
    color: #999;
    padding: 5px 0;
    font-size: 12px;
}
.biling_info_form_content select {
    width: 100%;
    height: 37px;
    line-height: 25px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    color: #777;
    font-size: 15px;
    border-radius: 2px;
    box-shadow: none;
}
.biling_info_form_btns {
    display: block;
    padding: 0 20px;
}
.biling_form_continue_btn a:hover {
    color: #fff;
    text-decoration: none;
}
.biling_form_promo_btn {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    float: left;
}
.biling_form_continue_btn {
    float: right;
}
.biling_form_promo_btn a {
    color: #0054a5;
}
.biling_form_continue_btn a {
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 0px 5px 5px 0px;
    font-weight: 500;
    border-radius: 60px;
    background-color: #dd4c4c;
}

.billing_order_details_content {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.billing_order_details_content_hd {
    float: left;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}
.billing_order_details_content_hd span {
    display: block;
    font-size: 14px;
    color: #999;
}
.billing_order_details_amt {
    font-size: 16px;
    color: #0054a5;
    font-weight: 500;
    line-height: 30px;
    float: right;
}
.billing_privacy_policy_text_hd {
    font-size: 16px;
    color: #333;
}
.billing_privacy_policy_text_hd span {
    color: #3c9231;
}
.billing_privacy_policy_text_txt {
    font-size: 14px;
    color: #333;
}
.billing_privacy_policy_text_txt a {
    color: #0054a5;
}


/*    Product New Thumbnail      */

.product_nw_thumbnail_img {
    height: 200px;
    background-position: center;
    background-size: cover;
    position: relative;
} 

.product_nw_thumbnail_img a {
display: block;
width: 100%;
height: 100%;
border-bottom: 1px solid #ddd;
}

.product_nw_thumbnail_blk {
    box-shadow: 0px 5px 20px 0px #b9b7b7;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    background: #fff;
    min-height: 410px;
    border: 1px solid #eee;
}

.product_nw_thumbnail_info_blk {
    border-top: 1px solid #f1f3f7;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
}

.products_filter_tab_holder {
position: fixed;
width: 100%;
top: 60px;
left: 0;
z-index: 1;
}

.product_nw_thumbnail_content {
    padding: 15px;
}

.product_nw_thumbnail_content-bx_hd a {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0px 0px 5px 0px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 30px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product_nw_thumbnail_content-bx_hd a:hover {
    text-decoration: none;
}

.product_nw_thumbnail_desc {
    font-size: 14px;
    text-align: justify;
    color: #555;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 60px;
    line-height: 24px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product_nw_thumbnail_amt_dtl {
    float: left;
}

.product_nw_thumbnail_btns {
    float: right;
	width: 30%;
} 
.product_nw_-socila-pr-icon {
    display: inline-block;
    margin: 0px 0px 5px 0px;
}
.product_nw_-socila-pr-icon li {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

.product_nw_-socila-pr-icon li span {
    display: inline-block;
    vertical-align: middle;
}

.product_nw_-socila-pr-icon li span img {
    width: 20px;
}

.product_nw_thumbnail_preview a {
    font-size: 14px;
    padding: 12px 5px;
    border: 1px solid #999;
    color: #999;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    /* border-radius: 30px; */
    margin-bottom: 5px;
}

.product_nw_thumbnail_buy {
    margin: 10px 0px 0px;
}

.product_nw_thumbnail_buy a {
    font-size: 16px;
    padding: 12px 20px;
    border: 1px solid #ddd;
    text-align: center;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    text-transform: uppercase;
    width: 49%;
    float: left;
    margin-right: 2%;
}

.product_nw_thumbnail_buy a:last-child {
    margin: 0;
    background: #0054a5;
    border: 1px solid #0054a5;
	color: #fff;
}

.product_nw_thumbnail_amt {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 22px;
}

.product_nw_thumbnail_amt span {
    font-size: 20px;
    color: #de2929;
    font-weight: 500;
}

.product_nw_thumbnail_amt span.original_price {
    text-decoration: line-through;
    color: #000;
    margin-right: 5px;
}

.our_products_main_blk {
    padding: 145px 0 0;
	background-color: #f1f3f7;
}

.product_nw_thumbnail_buy a.prod_download_btn {
    background-color: #3c9231;
}

.product_nw_thumbnail_amt.product_download {
    color: #3c9231;
}

.product_search {
    float: right;
    position: relative;
    margin: 10px 0px 0px;
}

.product_search input {
    width: 100%;
    border: 1px solid #ddd;
    height: 40px;
    padding: 0px 45px 0px 10px;
    font-size: 14px;
    outline: none;
}

.product_search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #1a2e35;
    border: none;
    font-size: 14px;
    color: #fff;
    outline: none;
    border-radius: 0;
}

.our_products_main_blk_hd {
    font-size: 40px;
    font-weight: 700;
    color: #333;
    float: left;
}

.product_detail_sec {
    padding: 50px 0;
}

.product_detail_nm_hd {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

/*     Product New Thumbnail     */
/*       */
.robotcheck_div {
    display: none;
}
/*       */


/*07 March 2020 End*/

/*08 March 2020 start*/
.product_detail_content_blk {
    margin-bottom: 40px;
}

.product_preview_blk {
    box-shadow: 0px 4px 20px 0px #ddd;
    padding: 15px;
    background-color: #fafafa;
    border-radius: 10px;
}
	
.product_preview_img_blk {
    height: 420px;
    background-position: center;
    background-size: cover;
    border: 1px solid #ddd;
}

.product_preview_btns_blk {
    padding: 15px 0 0;
    text-align: center;
}

.product_preview_btns_blk a {
    box-sizing: border-box;
    color: #fff;
    background-color: #0054a5;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    border-radius: 4px;
    line-height: 30px;
    overflow: hidden;
    margin: 0 5px;
}

.product_preview_btns_blk a:hover {
    color: #fff;
    background-color: #0054a5;
}

.product_preview_share_btns {
    display: inline;
    box-sizing: border-box;
    color: #fff;
    background-color: #0054a5;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    padding: 10px 5px 10px 20px;
    border-radius: 4px;
    line-height: 30px;
    overflow: hidden;
    margin: 0 5px;
}

.product_share_btn {
    margin-right: 20px;
}

.product_preview_share_btns a {
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    border-left: 1px solid #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 0;
    line-height: 30px;
    overflow: hidden;
    margin: 0;
}

.product_free_download_blk {
    box-shadow: 0px 5px 20px 0px #ddd;
    padding: 20px 0 50px;
    background-color: #fafafa;
    border-radius: 10px;
    margin-bottom: 40px;
}

.product_free_download_hd {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.product_free_download_btn {
    text-align: center;
}

.product_free_download_btn a {
    text-align: center;
    background-color: #0054a5;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    width: 80%;
    font-weight: 600;
    border-radius: 5px;
}

.product_detail_info_blk {
    margin-bottom: 30px;
    display: inline-block;
}

.product_detail_info_blk ul li {
    float: left;
    margin-right: 15px;
    border-right: 1px solid #999;
    padding-right: 15px;
    font-size: 14px;
    color: #999;
}

.product_detail_info_blk ul li:last-child {
    border-right: 0;
}

.product_detail_info_blk ul li span {
    color: #0054a5;
}

.Licensed_product_download_blk {
    box-shadow: 0px 5px 20px 0px #ddd;
    padding: 20px 20px 50px;
    background-color: #fafafa;
    border-radius: 10px;
    margin-bottom: 40px;
}

.license_type_blk select {
    -webkit-appearance: button;
    width: 100%;
    padding: 10px;
    font-weight: 700;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    background-color: #eee;
    border: 1px solid #ddd;
}

.license_type_blk {
    margin-bottom: 20px;
}

.Licensed_product_amt {
    font-size: 30px;
    font-weight: 700;
    color: #0054a5;
    text-align: center;
    margin-bottom: 20px;
}

.Licensed_product_description {
    font-size: 14px;
    color: #333;
    text-align: justify;
    font-weight: normal;
    margin-bottom: 20px;
    word-break: break-word;
}

.Licensed_product_buy_btn a {
    text-align: center;
    background-color: #de2929;
    padding: 10px;
    color: #fff;
    display: block;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
}


.product_detail_description_tabs .nav-tabs>li.active>a {
    background-color: #0054a5;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.product_detail_description_tabs .nav-tabs>li>a {
    font-size: 14px;
    font-weight: 500;
    background-color: #eee;
    border-radius: 4px 4px 0 0;
    border: 0;
    color: #333;
}

.product_detail_description_tabs .nav-tabs>li>a:hover {
    background-color: #ddd;
}

.product_detail_description_tabs ul.nav-tabs {
    border-bottom: 2px solid #0054a5;
}

.product_detail_description_tabs ul li {
    margin-bottom: 0;
}

.product_detail_description_tabs .nav-tabs>li.active>a:hover {
    color: #ffffff;
    background-color: #0054a5;
    border: none;
}

.product_detail_description_block {
    padding: 20px;
    box-shadow: 0px 0px 20px 0px #eee;
    /* border-radius: 10px; */
    border: 1px solid#eee;
}

.product_detail_des_tab_content {
    padding: 20px;
}

.product_detail_des_tab_content_hd {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.product_detail_updates_info {
    display: inline-block;
    margin-bottom: 10px;
}

.product_detail_updates_info li {
    font-size: 16px;
    font-weight: 700;
    color: #0054a5;
    float: left;
    padding-right: 10px;
    border-right: 1px solid #999;
    margin-right: 10px;
}

.product_detail_updates_info li span {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.product_detail_description_txt {
    font-size: 14px;
    text-align: justify;
    color: #333;
    line-height: 1.7;
    word-break: break-word;
}

.product_detail_des_notice {
    padding: 20px 0 40px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.product_review_comment_txtblk {
    display: flex;
    margin-bottom: 40px;
}

.product_review_comment_txtblk input {
    width: 100%;
    height: 46px;
    padding: 10px;
    border: 1px solid#ddd;
    border-radius: 5px;
}

.product_review_comment_txtblk button {
    margin: 0px 0px 0px -51px;
    background-image: linear-gradient(#0068d2, #3193f8);
    color: #fff;
    border: none;
    font-size: 26px;
    height: 46px;
    padding: 6px 10px;
    width: 50px;
    border-radius: 10%;
}

.previous_reviews_blk_hd {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.previous_reviews_feedback_client_detail {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.previous_reviews_feedback_client_img {
    height: 70px;
    width: 70px;
    background-position: center;
    background-size: cover;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
    border: 2px solid #eee;
}

.previous_reviews_feedback_client_nm {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.previous_reviews_feedback_client_nm span {
    /* display: block; */
    font-size: 13px;
    font-weight: normal;
    color: #999;
}

.previous_reviews_feedback_txt {
    font-size: 15px;
    color: #333;
}

/*08 March 2020 start*/



.blackberry_pg_cover_car_rental {
    background-size: cover;
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #2d0f17;
}

.car_rental_banner_hd {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}

.car_rental_banner_hd2 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}

.car_rental_banner_txt {
    font-size: 18px;
    margin-bottom: 60px;
    color: #fff;
    font-weight: normal;
}

.car_rental_app_bn_contact_btn a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    margin: 0px 10px 10px 0px;
    text-decoration: none;
}

.car_rental_app_bn_contact_btn a.live_demo {
    background: #ffffff;
    border-color: #ffffff;
    color: #970331;
}

.car_rental_app_bn_contact_btn a:hover {
    background-color: #970331;
    border: 2px solid #ffffff;
    color: #fff;
}

.car_rental_banner_bottom {
    background: #fc8c14;
    display: block;
    padding: 16px 0;
    width: 100%;
}

.car_rental_banner_bottom h1 {
	color: #ffffff;
	font-size: 23px;
	margin: 0;
}

section.car_rental_smart_prod_sec {
    padding: 70px 0;
    background-color: #f1f3f7;
}

.rental_smart_prod_sec_hd {
    font-size: 40px;
    font-weight: 700;
    color: #fc8c14;
    margin-bottom: 20px;
}

.rental_smart_prod_sec_txt {
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 1.8;
}

.rental_smart_prod_blk {
    background-color: #fff;
    box-shadow: 0px 7px 10px -4px #ddd;
    padding: 20px;
    margin-bottom: 40px;
}

.rental_smart_prod_content_blk {
    margin-bottom: 20px;
}

.rental_smart_prod_content_title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.rental_smart_prod_content_title span {
    margin-right: 8px;
    color: #fc8c14;
}

.rental_smart_prod_content_subtxt {
    color: #333;
    font-size: 15px;
}

.rental_smart_prod_blk2 {
    background-color: #fff;
    box-shadow: 0px 7px 10px -4px #ddd;
    padding: 20px;
    margin-top: 170px;
}

.rental_smart_prod_letstalk_btn {
    text-align: center;
    padding: 40px 0 0;
}

.rental_smart_prod_letstalk_btn a {
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #fff;
    border-radius: 40px;
    color: #fc9614;
    background-color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0px 5px 10px 0px #eee;
}


section.car_rental_app_feature_sec {
    padding: 50px 0px;
    background-color: #f1f3f7;
}

.car_rental_app_feature_sec_hd h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

.car_rental_app_feature_sec_txt {
    font-size: 16px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    color: #444;
}

.car_rental_app_feature_panels_blk {
    padding: 20px;
    border-radius: 20px;
}

.car_rental_app_feature_blk_hd {
    font-size: 36px;
    font-weight: 700;
    color: #fc8c14;
    margin-bottom: 20px;
}

#car_rental_app_feature ul.nav.nav-tabs {
    display: block;
    border: none;
}

#car_rental_app_feature li {
    float: none;
    text-align: center;
    margin-bottom: 20px;
}

#car_rental_app_feature ul li a {
    border-radius: 60px;
    font-size: 16px;
    color: #fc8c14;
    padding: 15px 0px;
    font-weight: 700;
    box-shadow: 0px 0px 20px 0px #ddd;
    border: 0;
    background-color: #fff;
}

#car_rental_app_feature .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #ffffff;
    display: flex;
    background: #fc8c14;
}

.car_rental_feature_hd {
    text-align: center;
    width: 80%;
    margin: auto;
    font-size: 24px;
}

.car_rental_feature_tabs_hd {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    color: #333;
    margin-bottom: 10px;
}

.car_rental_feature_tabs_hd:before {
    background: #fc8c14 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 6px;
    left: 3%;
    position: absolute;
    width: 40px;
    border-radius: 10px;
}

.car_rental_feature_tabs_hd:after {
    background: #fc8c14 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 6px;
    left: 3%;
    border-radius: 10px;
    margin-left: -25px;
    position: absolute;
    width: 20px;
}

.car_rental_feature_tabs_txt {
    font-size: 16px;
    margin-bottom: 30px;
    color: #333;
}

.car_rental_features_blk_list {
    padding: 15px 0;
}

.car_rental_features_list_hd {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 30px;
    color: #333;
}

.car_rental_features_list_hd:before {
    top: -3px;
    content: "\f192";
    left: 0;
    position: absolute;
    font-size: 22px;
    color: #fc8c14;
    border-radius: 10px;
    font-family: fontawesome;
}

section.car_rental_cost_sec {
    padding: 50px 0;
}

.car_rental_cost_sec_img_blk {
    text-align: center;
}

.car_rental_cost_sec_img_blk img {
    width: 80%;
}

.car_rental_cost_sec_content_hd h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.car_rental_cost_sec_content_txt {
    font-size: 16px;
    text-align: justify;
    color: #333;
    line-height: 2.0;
    margin-bottom: 20px;
}

section.custom_car_rental_sec {
    background-position: center;
    background-size: cover;
    padding: 40px 0px;
}

.custom_car_rental_sec_hd {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.custom_car_rental_sec_subtxt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.custom_car_rental_sec_btn {
    margin-bottom: 40px;
}

.custom_car_rental_sec_btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 35px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

#custom_car_rental .panel {
    border-radius: 0;
    border: none;
    margin: 0 0 10px;
    box-shadow: none;
    padding: 0 0 0px;
    border-bottom: 1px solid #ccc !important;
}

#custom_car_rental .panel-heading {
    background: none;
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 10px 15px 10px 40px;
}

#custom_car_rental .panel .panel-title {
    font-size: 20px;
}

#custom_car_rental .panel-title a {
    color: #fc8c14;
    text-decoration: none;
}

#custom_car_rental .panel .panel-title a.collapsed {
    color: #333!important;
}

#custom_car_rental .panel-title>a:before {
    content: "\f192";
    width: 20px;
    color: #fc8c14;
    height: 20px;
    position: absolute;
    left: 0;
    background: none;
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 11px;
    font-family: fontawesome;
}

#custom_car_rental .panel-title>a.collapsed:before {
    position: absolute;
    left: 0;
    background: none;
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 11px;
    color: #333;
    content: "\f10c";
    font-family: fontawesome;
}

#custom_car_rental .panel-collapse .panel-body {
    border: none;
    padding: 0px 15px 0px 40px;
    border-radius: 0;
}

#custom_car_rental .panel-collapse .panel-body p {
    font-size: 16px;
    text-align: justify;
    color: #333;
}


section.car_rental_benefits_sec {
    padding: 70px 0;
}

.car_rental_benefits_sec_hd {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.car_rental_benefits_sec_txt {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 16px;
    color: #333;
    word-break: break-word;
}

.car_rental_benefits_content {
    font-size: 16px;
    position: relative;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
    padding: 0 30px;
}

.car_rental_benefits_content:before {
    content: "\f192";
    color: #fc8c14;
    position: absolute;
    left: 0;
    background: none;
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -4px;
    font-size: 20px;
    font-family: fontawesome;
}








/*15 october 2019 start*/
.ecomm_banner_hd {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
	margin-bottom: 30px;
}
.ecom_banner_content_txt_li li {
    font-size: 19px;
    color: #fff;
    line-height: 1.5;
}
.blackberry_pg_cover_ecomm {
    background-size: cover;
    padding: 60px 0px;
    background-position: center;
}

/*15 october 2019 end*/


/* 30 Oct 2019 CSS Start */
.blackberry_pg_cover_foodapp {
    padding: 60px 0px;
    background-size: cover;
    background-position: center;
}
.foodapp_banner_hd {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.foodapp_banner_content_txt_li li {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    margin: 0px 0px 10px;
}
.foodapp_banner_content_txt_li li span {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 14px 0px 0px;
}


.food_ordering_bottom_bn {
    background: #1a2e35;
    display: block;
    padding: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.foodapp_banner_content_txt_li {
    margin-bottom: 30px;
}
.foodapp_bn_contact_btn {
    margin-bottom: 40px;
}
.foodapp_bn_contact_btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

.foodapp_bn_contact_btn a.live_demo {
    background: #de2929;
    border-color: #de2929;
}


.foodapp_bn_contact_btn a:hover {
    border: 2px solid #ff4546;
    color: #ff4546;
}

.foodapp_banner_imgs_blk img {
    /*height: 450px;*/
    background-position: center;
}
section.food_delivery_app_business{
	padding: 50px 0px;
}
.foodapp_business_hd h2 {
    padding-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0;
}
.foodapp_business_subheading{
	font-size: 16px;
    display: inline-block;
    color: #444;
    text-align: center;
	margin-bottom: 40px;
}
.foodapp_business_ty_icon {
    text-align: center;
}
.foodapp_business_ty_icon {
    text-align: center;
    border-radius: 50%;
    padding: 16px;
    height: 100px;
    width: 100px;
    box-shadow: 0px 0px 15px 0px #ccc;
    margin: 0 auto 20px;
}
.foodapp_business_content_hd {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
}
.foodapp_business_content_subtxt {
    font-size: 14px;
    color: #444;
    text-align: center;
}

section.food_delivery_app_features {
    padding: 60px 0px;
    background-position: center;
    background-color: #ff4546;
    background-size: cover;
}
.foodapp_features_hd {
    padding-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.foodapp_features_subheading{
	font-size: 16px;
    display: inline-block;
    color: #fff;
    text-align: center;
	margin-bottom: 40px;
}
.foodapp_features_blk{
	max-width: 800px;
	margin: 0 auto 40px;
}




#foodapps_feature ul.nav.nav-tabs {
    display: flex;
    border: none;
}

#foodapps_feature li {
    flex: 1;
    text-align: center;
    padding: 5px;
}
#foodapps_feature ul li a {
    border-radius: 30px;
    border: 2px solid #fff;
    background-color: none;
    font-size: 16px;
    padding: 12px 10px;
    color: #fff;
    font-weight: 700;
}
#foodapps_feature .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #ff4546;
}
#foodapps_feature .nav>li>a:hover, .nav>li>a:focus {
    background-color: #de2929;
}
#foodapps_feature .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #ff4546;
    background-color: #fff;
}
.foodapp_features_blk_list {
    display: flex;
    margin-bottom: 25px;
}
.foodapp_business_content_blk {
    margin-bottom: 30px;
}
.foodapp_feature_imgs_blk {
    margin-bottom: 40px;
    text-align: center;
}
.features_content_blk {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 78%;
	min-height: 124px;
    box-shadow: 0px 7px 20px 0px #740001;
}

.feature_content_hd {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #1d265b;
}

.features_content_icon_blk {
    height: 80px;
    width: 80px;
    float: right;
    padding: 15px;
    background-color: #fff;
    border-radius: 0px 20px 20px 0px;
    vertical-align: middle;
    margin: 0px 0px 0px -10px;
}

.foodapp_right_sec .features_content_icon_blk {
    border-radius: 20px 0px 0px 20px;
    margin: 0px -10px 0px 0px;
    position: relative;
    z-index: 1;
}

section.foodapp_development_process {
    padding: 70px 0px;
	background-position: center;
	background-size: cover;
}
.foodapp_development_process_hd h2 {
    padding-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0;
}
.foodapp_development_process_subheading {
    font-size: 18px;
    display: inline-block;
    color: #444;
    text-align: center;
    margin-bottom: 40px;
    padding: 0px 70px;
}
.foodapp_development_process_content_blk {
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}
.foodapp_development_blk_content_subtxt {
    display: flow-root;
    color: #888;
    font-size: 16px;
    text-align: justify;
}
.foodapp_development_content_li {
    display: block;
    margin-bottom: 10px;
    background: #fdfcfc;
    box-shadow: 0px 0px 20px 0px #ccc;
    padding: 10px;
    border-radius: 100px 10px 10px 100px;
    border: 1px solid #ff4546;
    border-left: 5px solid #ff4546;
}
.foodapp_development_process_mockup {
    text-align: center;
	padding: 30px 0px 0px;
}
.foodapp_development_process_mockup img {
    width: 78%;
}
.foodapp_development_blk_icon {
    float: left;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding: 12px;
    margin: 16px 0px 0px 0px;
}

.foodapp_development_blk_content_hd {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ff4546;
}
section.why_choose_us_sec {
    background-color: #eeee;
    padding: 40px 0px;
}


section.why_choose_us_sec {
    background-color: #eeee;
    padding: 70px 0px;
}

.company_details_blk {
    display: flex;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px #999;
    border-radius: 5px;
    height: 110px;
    margin-bottom: 40px;
}

.company_details_icon_blk {
    width: 90px;
    padding: 10px;
    margin: auto 0;
}

.company_details_content_blk {
    padding: 10px;
}

.company_details_content_hd {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.company_details_content_subtxt {
    font-size: 16px;
}
section.our_technology_used_sec {
    padding: 70px 0px;
    background-color: #ff4546;
}

.technology_block ul {
    display: flex;
}

.technology_block ul li {
    flex: 1;
    padding: 10px;
}

.technology_block {
    max-width: 800px;
    margin: 0 auto 40px;
}

.technology_block_icon {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0px 7px 20px 0px #740001;
    padding: 10px;
    text-align: center;
}

.technology_block_icon img {
    width: 70%;
}

.technology_block_icon_nm {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.our_technology_used_sec_hd {
    padding-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.our_technology_used_sec_subheading {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
		padding: 0px 70px;
}
.technology_requirements_blk {
    margin: 0 auto;
    max-width: 800px;
}
.technology_content_block {
    margin-bottom: 15px;
}

.technology_content_block_hd {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.technology_content_block_subtxt {
    color: #fff;
    font-size: 14px;
}
section.foodapp_demo_sec {
    padding: 50px 0px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.foodapp_demo_sec_hd {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    padding: 14px 0px 0px;
}
.foodapp_demo_btn a {
    color: #ff4546;
    font-size: 30px;
    background-color: #fff;
    padding: 10px 40px;
    margin-top: 22px;
    border-radius: 35px;
    text-decoration: none;
    font-weight: 700;
}

.foodapp_demo_btn {
    text-align: center;
    padding: 20px;
}

/* 30 Oct 2019 CSS End */



/* 31 Oct 2019 CSS start*/
section.ecomm_application_sec {
    padding: 40px 0px;
    background-color: #fff;
}
.ecomm_application_sec_hd h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0 0 10px;
}
.ecomm_application_sec_subheading {
    font-size: 16px;
    display: inline-block;
    color: #444;
    text-align: center;
    margin-bottom: 40px;
}
.ecomm_bn_contact_btn a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 5px 20px;
}
.ecom_banner_content_txt_li {
    margin-bottom: 40px;
}
.ecomm_application_types {
    background-image: linear-gradient(to left, rgba(251, 140, 113, 1), rgba(255, 69, 70, 1));
    margin-bottom: 40px;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
}
.ecomm_application_types2 {
    background-image: linear-gradient(to right, rgba(251, 140, 113, 1), rgba(255, 69, 70, 1));
    margin-bottom: 40px;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
}
.ecomm_application_sec_img {
    text-align: center;
}
.ecomm_application_sec_img img {
    max-width: 86%;
}
.ecomm_development_process_mockup {
    text-align: center;
}
.ecomm_development_process_mockup img {
    width: 78%;
}
section.how_we_expert_sec {
    padding: 40px 0px;
    background-color: #ff4546;
}
.how_we_expert_sec_hd h2 {
    padding-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
}
.how_we_expert_sec_subheading {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.business_values_blk {
    display: flex;
}

.business_values_blk_icon {
    width: 25%;
    margin: auto;
}

.business_values_content_blk {
    width: 75%;
    padding: 15px 0px;
}

.business_values_content_hd {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.business_values_content_subtxt {
    font-size: 14px;
    color: #fff;
}
section.why_choose_us_ecomm_sec {
    background-color: #001d2e;
    padding: 40px 0px;
    background-position: center;
    background-size: cover;
}
.ecommapp_development_process_hd {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}


.ecommapp_development_process_subheading {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    text-align: justify;
    margin-bottom: 40px;
    cursor: pointer;
}
.company_details_ecomm_blk {
    display: flex;
    background-color: #fff;
    box-shadow: 0px 10px 10px 0px #700000;
    border-radius: 5px;
    height: 90px;
    margin-bottom: 40px;
}

section.ecomm_technology_used_sec {
    padding: 40px 0px;
    background-color: #f1f1f1;
}
.ecomm_technology_used_sec_hd {
    padding-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.ecomm_technology_used_sec_subheading {
    font-size: 16px;
    display: inline-block;
    color: #444;
    text-align: center;
    margin-bottom: 40px;
}

.ecomm_technology_block_icon_nm {
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.ecomm_technology_block_icon {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0px 7px 20px 0px #ddd;
    padding: 10px;
    text-align: center;
}
.ecomm_technology_block_icon img {
    width: 70%;
}
.ecomm_technology_content_block_hd {
    font-size: 20px;
    font-weight: 500;
    color: #ff4546;
    margin-bottom: 5px;
}

.ecomm_technology_content_block_subtxt {
    color: #333;
    font-size: 14px;
}
.ecomm_technology_block {
    max-width: 800px;
    margin: 0 auto 40px;
}
.ecomm_technology_block ul {
    display: flex;
}
.ecomm_technology_block ul li {
    flex: 1;
    padding: 10px;
}

/* 31 Oct 2019 CSS End */

/* 07 Nov 2019 CSS Start*/
.blackberry_pg_cover_sports_betting {
    padding: 60px 0px;
    background-size: cover;
    background-position: top;
}
.sports_betting_banner_hd {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}
.sports_betting_banner_hd2 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
}
.sports_betting_banner_hd2 span {
    color: #ff3565;
}
.sports_betting_banner_content_blk {
    margin: 100px auto;
}
.sports_betting_banner_subtxt {
    font-size: 25px;
    color: #fff;
    margin-bottom: 40px;
}
.sports_betting_bn_contact_btn {
    margin-bottom: 40px;
}
.sports_betting_bn_contact_btn a.live_demo {
    background: #de2929;
    border-color: #de2929;
}
.sports_betting_bn_contact_btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}
.sports_betting_bn_contact_btn a:hover {
    border: 2px solid #ff4546;
    color: #ff4546;
}
section.sports_betting_content_sec {
    padding: 40px 0px 0px;
}

.sports_betting_content_sec_txt {
    font-size: 16px;
    text-align: justify;
    color: #333;
    line-height: 2.0;
    margin-bottom: 20px;
}
section.betting_advance_features {
    padding: 40px 0px;
}
.betting_advance_features_hd {
    padding-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.betting_advance_features_subheading {
    font-size: 16px;
    color: #444;
    text-align: center;
    margin-bottom: 40px;
}

.advance_features_blk {
    box-shadow: 0px 0px 20px 0px #eee;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 40px;
}

.advance_features_blk:hover {
    box-shadow: 0px 0px 20px 0px #ccc;
}
.betting_advance_features_icon_blk {
    margin: 20px auto;
    box-shadow: 0px 0px 20px 0px #ccc;
    width: 80px;
    height: 80px;
    transform: rotateZ(45deg);
    border-radius: 10px;
}

.betting_advance_features_icon_blk2 {
    border: 2px solid #ff3565;
    border-radius: 10px;
    transform: rotate(-45deg);
    padding: 10px;
}

.advance_features_hd {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

.advance_features_subtxt {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}
section.betting_app_solution {
    padding: 60px 0px;
    background-size: cover;
    background-position: center;
}
.betting_app_solution_hd {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.betting_app_solution_subtxt {
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
}

.betting_app_solution_hd {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.betting_app_solution_subtxt {
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
}
.betting_app_solution_content_txt_li {
    margin-bottom: 40px;
}
.betting_app_solution_content_txt_li li {
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
}
.betting_app_solution_content_txt_li ul li span {
    color: #ff3565;
}

 /* 07 Nov 2019 CSS End */
 
 
 /* 08 Nov 2019 CSS Start */

section.betting_app_features {
    padding: 40px 0px;
}

.betting_app_features_panels_blk {
    padding: 20px;
    background-position: top;
    background-size: cover;
    margin-bottom: 20px;
}

.betting_app_features_sec_hd {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}
 
 .betting_app_features_blk {
    /* max-width: 800px; */
    /* margin: 0 auto 40px; */
}
 #bettingapps_feature ul.nav.nav-tabs {
    display: block;
    border: none;
}
#bettingapps_feature li {
    float: none;
    text-align: center;
    margin-bottom: 20px;
}
#bettingapps_feature .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #ff4546;
    /*display: flex;*/
    border-color: #ff3565;
    background: #e63660;
}
#bettingapps_feature ul li a {
    border-radius: 5px;
    border: 3px solid #ffffff;
    font-size: 16px;
    padding: 0px 0px;
    background-color: transparent;
    font-weight: 700;
}

#bettingapps_feature ul li a {
    display: flex;
}
.bettingapps_feature_icon {
    background-color: transparent;
    padding: 10px 5px;
    border: none;
    border-radius: 0px 5px 5px 0px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-right: 3px solid #fff;
}
.bettingapps_feature_icon img {
    width: 80%;
}
.bettingapps_feature_hd {
    text-align: center;
    width: 80%;
    color: #fff;
    margin: auto;
    font-size: 24px;
}
#bettingapps_feature .nav-tabs>li.active>a .bettingapps_feature_icon {
    background-color: #ff3565;
    padding: 10px 5px;
    border-radius: 0px 5px 5px 0px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-right: 3px solid #ff3565;
}
.bettingapp_features_blk_list {
    background-color: #fff;
    display: flex;
    padding: 12px 15px;
    box-shadow: 0px 0px 10px 0px #ccc;
    margin-bottom: 20px;
}

.round_rectangle {
    background-color: #1d265b;
    width: 6px;
    border-radius: 30px;
    margin-right: 15px;
}


section.betting_app_types_sec {
    background-position: center;
    background-size: cover;
    padding: 60px 0px;
}
.betting_app_types_sec_hd {
    padding-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.betting_app_types_sec_subheading {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.betting_app_types_blk {
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 15px;
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
}
.betting_app_types_blk:hover {
    border-color: #ff3565;
}
.betting_app_types_icon_blk {
    width: 90px;
    margin: 0 auto 20px;
    height: 90px;
    border: dotted #fff;
    border-radius: 50%;
    padding: 5px;
}

.betting_app_types_icon {}

.betting_app_types_icon {
    background-color: #ff3565;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    padding: 10px;
}

.betting_app_types_nm {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #ff3565;
    background-color: #fff;
    border-radius: 5px;
    margin: 0px 10px 20px;
}
.betting_app_types_subtxt {
    font-size: 14px;
    text-align: justify;
    color: #fff;
    padding-right: 8px;
    max-height: 200px;
    overflow: overlay;
}

section.diff_betting_app_types_sec {
    background-position: center;
    background-size: cover;
    padding: 60px 0px;
}
.diff_betting_app_types_sec_hd {
    padding-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.diff_betting_app_types_sec_subheading {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}
.diff_betting_app_blk {
    box-shadow: 0px 0px 20px 0px #ccc;
    border-radius: 5px;
    padding: 10px;
    border: 2px solid#fff;
    margin-bottom: 40px;
}
.diff_betting_app_blk:hover {
    box-shadow: 0px 0px 20px 0px #ccc;
    background-color: #fff;
    border: 2px solid#ff3565;
    color: #ff3565;
}
.diff_betting_app_blk_icon {
    text-align: center;
    margin-bottom: 20px;
}
.diff_betting_app_blk_txt {
    text-align: center;
    font-size: 14px;
    min-height: 100px;
    color: #333;
    margin-bottom: 10px;
}
.diff_betting_app_blk_hd {
    font-size: 20px;
    background-color: #ff3565;
    text-align: center;
    padding: 5px;
    box-shadow: 0px 0px 10px 1px #ccc;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    margin: 0px 20px -28px;
    position: relative;
}

section.betting_why_choose_us_sec {
    background-position: center;
    background-size: cover;
    padding: 40px 0px;
}

.betting_why_choose_us_sec_hd {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}


.betting_why_choose_us_sec_subtxt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.betting_why_choose_us_sec_content_txt_li li {
    font-size: 20px;
    color: #333;
    line-height: 2;
}
.betting_why_choose_us_sec_content_txt_li ul li span {
    color: #ff3565;
    margin-right: 10px;
}
section.sports_betting_demo_sec {
    padding: 50px 0px;
    background-position: center;
    background-size: cover;
    margin-top: 40px;
    background-attachment: fixed;
}
.sports_betting_demo_sec_hd {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.sports_betting_demo_sec_contact_btn {
    text-align: center;
}
.sports_betting_demo_sec_contact_btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #ff3565;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    background-color: #ff3565;
}
.sports_betting_demo_sec_contact_btn a:hover {
    border-color: #fff;
}

 /* 08 Nov 2019 CSS End */
 
 
 
 
 /* 27 Nov 2019 CSS start */
 


.betting_app_types_subtxt::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 20px rgba(0,0,0,);
	background-color: #fff;
}

#betting_app_txt_more::-webkit-scrollbar
{
	width: 5px;
	height: 12px;
	background-color: #ff3565;
}

#betting_app_txt_more::-webkit-scrollbar-thumb
{
	background-color: #ff3565;
}


 .fake-div, .glassdoor, .panel-group.faq {
    width: 100%;
}
 
 .panel-group {
    margin-bottom: 20px;
}
#accordion .panel {
    border-radius: 0;
    border: none;
    margin: 0 0 10px;
    box-shadow: none;
    padding: 0 0 0px;
    border-bottom: 1px solid #ccc !important;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff0;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#accordion .panel-heading {
    background: none;
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 10px 15px 10px 40px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#accordion .panel .panel-title {
    font-size: 20px;
}
 .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
 .panel a.collapsed {
    color: #00054a!important;
}
.panel-title a {
    color: #00054a;
}

#accordion .panel-title>a.collapsed:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background: url(../img/why_choose-plus.png);
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 11px;
}
#accordion .panel-title>a:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background: url(../img/why_choose-minus.png);
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 11px;
}
.collapse {
    display: none;
}

#accordion .panel-collapse .panel-body {
    border: none;
    padding: 0px 15px 0px 40px;
    border-radius: 0;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}
.panel-body {
    padding: 15px;
}

.betting_app_types_subtxt .more-text{
        display: none;
    }
.betting_app_types_subtxt a.read-more {
    color: #ff3565;
}
.betting_app_types_subtxt a.read-less {
    color: #ff3565;
}
.panel .panel-default #collapseOne .collapse.in {
    display: block;
}
 
 
/* 27 Nov 2019 CSS End */



/* 28 Nov 2019 CSS start */

.feature_content_subtxt .more-text{
        display: none;
    }
.feature_content_subtxt a.read-more {
    color: #ff4546;
}

section.food_delivery_why_choose_sec {
    padding: 40px 0px;
    background-color: #f9f9f9;
}
.food_delivery_why_choose_sec_hd {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.food_why_choose_sec_content_hd {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #de2929;
}
.food_why_choose_sec_content_hd span.fa.fa-dot-circle-o {
    color: #de2929;
    margin-right: 5px;
}
.food_why_choose_sec_content_txt {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    text-align: justify;
}

.food_why_choose_sec_content {
    margin-bottom: 20px;
}


/* 28 Nov 2019 CSS End */


/* 29 Nov 2019 CSS Start */
section.food_delivery_diff_sec {
    padding: 40px 0px;
    background-color: #ff4546;
}
.food_delivery_diff_sec_hd h2 {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.food_delivery_diff_sec_content {
    font-size: 20px;
    text-align: center;
    line-height: 2;
    background-color: #ff4546;
    color: #fff;
    font-weight: 500;
    border-radius: 57px;
    box-shadow: 0px 6px 7px 0px #de2929;
    margin-bottom: 30px;
    padding: 10px;
}
.food_delivery_diff_sec_content:hover {
    box-shadow: 0px 0px 10px 5px #de2929;
}

.lets_talk_btn {
    text-align: center;
}
.lets_talk_btn a {
    box-shadow: 0px 5px 20px 0px #ccc;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #ff3565;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    background-color: #ff3565;
}
.lets_talk_btn2 {
    text-align: center;
}
.lets_talk_btn2 a {
    box-shadow: 0px 5px 20px 0px #00074e;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #ff3565;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    background-color: #ff3565;
}
.lets_talk_btn2 a:hover {
    border-color: #fff;
}
.food_delivery_lets_talk_btn {
    text-align: center;
}

.food_delivery_lets_talk_btn a {
    box-shadow: 0px 0px 20px 10px #de2929;
    color: #ff4546;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #fdfcfc;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    background-color: #fdfcfc;
}

.ecommerce_app_bn_contact_btn {
    margin-bottom: 40px;
}
.ecommerce_app_bn_contact_btn a.live_demo {
    background: #de2929;
    border-color: #ffffff;
}
.ecommerce_app_bn_contact_btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}
.ecommerce_app_bn_contact_btn a:hover {
    border: 2px solid #ff4546;
    color: #ff4546;
}

.ecommerce_app_lets_talk_btn {
    text-align: center;
	margin: 40px 0px 0px;
}
.ecommerce_app_lets_talk_btn a {
    box-shadow: 0px 0px 20px 10px #ca3f3c;
    color: #ff5b5c;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #fdfcfc;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    background-color: #fdfcfc;
}
.free_consultation_from_block {
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #ccc;
}
.free_consultation_hd_blk {
    margin-bottom: 5px;
}
.free_consultation_blk_hd {
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    font-weight: 700;
    background-color: #12aaaf;
}
.free_consultation_blk_subtxt {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: center;
    padding: 20px 20px 5px 20px;
}
.consultation_form_block {
    padding: 0px 20px;
}
.consultation_form_content label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.consultation_form_content {
    margin-bottom: 10px; 
}

span.wpcf7-form-control-wrap {
    position: relative;
}

.nm_form-control {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.consultation_msg_area textarea {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #ddd;
    resize: vertical;
    padding: 10px;
    min-height: 71px;
    outline: none;
    font-size: 12px;
}
.consultation_form_btn {
    margin-bottom: 20px;
}
.consultation_form_btn button {
    padding: 10px 20px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    outline: none;
    color: #fff;
    border: none;
    background-color: #0fa9af;
}

.consultation_checkbox label {
    font-size: 15px;
    color: #333;
}

.consultation_checkbox label::before {
    border: 1px solid #ccc;
}
.consultation_checkbox label:before {
    border-radius: 5px;
    box-shadow: 0px 0px 4.85px 0.15px rgba(0, 0, 0, 0.3);
    background: transparent !important;
    font-family: fontawesome;
    color: #95b836;
    text-align: center;
}
.betting_consultation_form_block {
    padding: 1px 20px;
}

.betting_free_consultation_blk_hd {
    font-size: 24px;
    text-align: center;
    color: #fff;
    
    border-radius: 10px 10px 0px 0px;
    font-weight: 700;
    background-color: #0054a5;
	padding: 20px 10px;
}
.betting_free_consultation_from_block {
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #1a2e3540;
    margin: -95px 0px 0px;
}
.consultation_checkbox {
    margin-bottom: 10px;
}
section.services_contact_sec {
    padding: 40px 0px;
    background-color: whitesmoke;
}
.service_sec_contact_btn {
    text-align: center;
}
.service_sec_contact_btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #2baeb3;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    background-color: #2baeb3;
}

.service_sec_contact_btn a:hover {
    border-color: #fff;
}
.service_sec_contact_btn_sec_hd {
    font-size: 40px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.games_free_consultation_from_block {
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #1a2e3540;
}





/* 29 Nov 2019 CSS End */



/* 18 Dec 2019 CSS Start */
section.ecommerce_app_content_sec {
    padding: 40px 0px 0px;
}
.ecommerce_app_content_sec_txt {
    font-size: 16px;
    text-align: justify;
    color: #333;
    line-height: 2.0;
    margin-bottom: 20px;
}
.ecommerce_app_content_sec_hd {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* 18 Dec 2019 CSS End */


/* 19 Dec 2019 CSS Start */
.ecomm_form_hd {
    background-color: #ff4546;
}

/*  */
#ecomm_why_choose .panel {
    border-radius: 0;
    border: none;
    margin: 0 0 10px;
    box-shadow: none;
    padding: 0 0 0px;
    border-bottom: 1px solid #fff !important;
}
#ecomm_why_choose .panel-heading {
    background: none;
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 10px 15px 10px 40px;
}

#ecomm_why_choose .panel .panel-title {
    font-size: 20px;
}

#ecomm_why_choose .panel-title>a:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background: url(../img/ecomm_why_choose-minus.png);
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 11px;
}
#ecomm_why_choose .panel-title>a.collapsed:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background: url(../img/ecomm_why_choose-plus.png);
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 11px;
}
#ecomm_why_choose .panel-collapse .panel-body {
    border: none;
    padding: 0px 15px 0px 40px;
    border-radius: 0;
}
#ecomm_why_choose .panel-title a.collapsed {
    color: #fff !important;
} 
#ecomm_why_choose .panel-title a {
    color: #fff;
}  
#ecomm_why_choose .panel-body p {
    color: #fff;
    font-size: 16px;
}


#ecomm_why_choose2 .panel {
    border-radius: 0;
    border: none;
    margin: 0 0 10px;
    box-shadow: none;
    padding: 0 0 0px;
    border-bottom: 1px solid #fff !important;
}
#ecomm_why_choose2 .panel-heading {
    background: none;
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 10px 15px 10px 40px;
}

#ecomm_why_choose2 .panel .panel-title {
    font-size: 20px;
}

#ecomm_why_choose2 .panel-title>a:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background: url(../img/ecomm_why_choose-minus.png);
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 11px;
}
#ecomm_why_choose2 .panel-title>a.collapsed:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background: url(../img/ecomm_why_choose-plus.png);
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 11px;
}
#ecomm_why_choose2 .panel-collapse .panel-body {
    border: none;
    padding: 0px 15px 0px 40px;
    border-radius: 0;
}
#ecomm_why_choose2 .panel-title a.collapsed {
    color: #fff !important;
} 
#ecomm_why_choose2 .panel-title a {
    color: #fff;
}  
#ecomm_why_choose2 .panel-body p {
    color: #fff;
    font-size: 16px;
}


section.ecomm_expertise_sec {
    padding: 70px 0px;
    background-position: center;
    background-size: cover;
}
.ecomm_expertise_sec_hd {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.ecomm_expertise_sec_content_blk {
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}
.ecomm_expertise_sec_content_li {
    display: block;
    margin-bottom: 20px;
    background: #fdfcfc;
    box-shadow: 0px 0px 10px 0px #ccc;
    padding: 20px 20px;
    border-radius: 20px;
    border-left: 10px solid #ff4546;
    border-right: 10px solid #ff4546;
}

.ecomm_expertise_blk_content_hd {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #ff4546;
    margin-bottom: 10px;
}

.ecomm_expertise_blk_content_subtxt {
    font-size: 15px;
    text-align: justify;
    cursor: pointer;
}


section.ecomm_feature_sec {
    padding: 60px 0px;
    background-position: center;
    background-size: cover;
}

.ecomm_feature_sec_hd {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
	text-align: center;
    margin-bottom: 20px;
}

.ecomm_feature_sec_subtxt {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    text-align: justify;
    margin-bottom: 10px;
}
.ecomm_feature_sec_content_txt {
    line-height: 1.5;
    text-align: justify;
    font-size: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}
.ecomm_feature_sec_content_txt span {
    color: #fff;
    margin-right: 10px;
}
.ecomm_feature_sec_subtxt_blk {
    margin-bottom: 40px;
}
section.ecomm_feature_offer_sec {
    padding: 70px 0px;
    background-color: #fff;
    display: block;
}
.feature_offer_sec_hd {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.feature_offer_sec_content {
    font-size: 19px;
    text-align: center;
    color: #333;
    font-weight: 500;
    box-shadow: 0px 0px 20px 0px #ccc;
    margin-bottom: 30px;
    padding: 21px 20px;
    border-radius: 10px;
    height: 155px;
    border-bottom: 5px solid #ff4546;
    /* border-radius: 50%; */
}
.feature_offer_sec_content span {
    vertical-align: middle;
}
.feature_offer_sec_content:hover {
    box-shadow: 0px -10px 10px 0px #ddd;
}
.ecomm_lets_talk_btn a {
    box-shadow: 0px 0px 20px 10px #ddd;
    color: #ff4546;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #fdfcfc;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    background-color: #fdfcfc;
}
.ecomm_lets_talk_btn {
    text-align: center;
}

#ecomm_banner_hd h1 {
    font-size: 60px;
}
.feature_offer_sec_content_txt {
    font-size: 17px;
    text-align: justify;
    margin-bottom: 20px;
}

.feature_offer_sec_content_txt span.fa.fa-dot-circle-o {
    margin-right: 5px;
    color: #ff4546;
    font-size: 17px;
    font-weight: 700;
}
.feature_offer_sec_content_blk2 {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #ddd;
    padding: 20px;
    margin-top: 100px;
}
.features_offer_sec_hd_border {
    height: 120px;
    border-radius: 24px 0px;
    width: 120px;
    margin-bottom: 10px;
    display: block;
    border: 10px solid #ff4f5a;
    margin-left: 2px;
}
.feature_offer_sec_content_blk {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #ddd;
    padding: 20px;
    margin-bottom: 40px;
}

.features_offer_sec_hd {
    font-size: 75px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    margin: -100px 0px 20px 30px;
    background-color: #fff;
}
/* 19 Dec 2019 CSS End */




/* 20 Dec 2019 CSS Start */
.blackberry_pg_cover_betfair {
    background-size: auto 100%;
    padding: 40px 0px;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #000;
}
.betfair_banner_hd {
    font-size: 60px;
    font-weight: 700;
    color: #17f3de;
    margin-bottom: 30px;
}

.betfair_banner_content_txt_li {
    margin-bottom: 40px;
}
.betfair_banner_content_txt_li li {
    font-size: 19px;
    color: #fff;
    line-height: 1.5;
}

.betfair_app_bn_contact_btn {
    margin-bottom: 40px;
}

.betfair_app_bn_contact_btn a.live_demo {
    background: #de2929;
    border-color: #ffffff;
}


.betfair_app_bn_contact_btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}
.betfair_app_bn_contact_btn a:hover {
    border: 2px solid #ff4546;
    color: #ff4546;
}

.betfair_form_hd {
    background-color: #17f3de;
}
section.betfair_content_sec {
    padding: 40px 0px 0px;
}
.betfair_content_sec_hd {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
}
.betfair_content_sec_txt {
    font-size: 16px;
    text-align: justify;
    color: #333;
    line-height: 2.0;
    margin-bottom: 20px;
}

.betfair_content_txt_li {
    margin-bottom: 40px;
}
.betfair_content_txt_li li {
    font-size: 19px;
    color: #fdfcfc;
    padding: 10px;
    line-height: 1.5;
    display: -webkit-inline-box;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 5px;
    background-color: #17abb0;
    margin-bottom: 20px;
}
.betfair_content_txt_li li span {
    margin-right: 5px;
}
.betfair_free_consultation_from_block {
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #1a2e3540;
    margin: -95px 0px 0px;
}
.betfair_free_consultation_blk_hd {
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    font-weight: 700;
    background-color: #12aaaf;
}
.betfair_consultation_form_block {
    padding: 1px 20px;
}
.betfair_api_solution_sec_hd {
    padding-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.betfair_api_solution_sec_subheading {
    font-size: 16px;
    color: #444;
    text-align: center;
    margin-bottom: 40px;
}
section.sport_betting_betfair_sec {
    padding: 60px 0px;
    background-position: center;
    background-size: cover;
}
.sport_betting_betfair_sec_hd h2 {
    margin-bottom: 70px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.sport_betting_betfair_contnt_hd {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    text-align: center;
}
.sport_betting_betfair_contnt_txt {
    font-size: 16px;
    text-align: justify;
    color: #fff;
}
.sport_betting_betfair_contnt_blk {
    min-height: 240px;
}
.sport_betting_betfair_contnt_img img {
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 10px;
}

section.why_choose_us_betfair_sec {
    background-color: #24adb2;
    padding: 70px 0px;
    background-position: center;
    background-size: cover;
}

.why_choose_us_betfair_sec_hd h3 {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.why_choose_us_betfair_sec_txt {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    text-align: justify;
    margin-bottom: 10px;
}

section.betfair_game_api_sec {
    padding: 70px 0px;
    background-position: center;
    background-size: cover;
}
.betfair_game_api_sec_hd {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.betfair_game_api_content_blk {
    box-shadow: 0px 0px 20px 5px #eee;
    border-radius: 10px;
    margin-bottom: 40px;
    min-height: 260px;
    background-color: #fff;
}
.betfair_game_api_hd_blk {
    background-color: #17abb0;
    border-radius: 10px 10px 5px 5px;
    padding: 10px;
    margin-bottom: 40px;
}

.betfair_game_api_hd {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.betfair_game_api_num {
    text-align: center;
    background-color: #ffffff;
    width: 35px;
    height: 35px;
    padding: 4px;
    box-shadow: 0px 2px 5px 1px #ccc;
    position: absolute;
    margin: 0px auto 0px;
    font-weight: 700;
    font-size: 20px;
    color: #333;
    border-radius: 30px 30px 30px 30px;
}

.betfair_game_api_txt {
    padding: 0 15px 15px;
    font-size: 14px;
    text-align: justify;
}

.betfair_lets_talk_btn a {
    box-shadow: 0px 0px 20px -1px #13242545;
    color: #35b0b5;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #fdfcfc;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    background-color: #fdfcfc;
}
.betfair_lets_talk_btn {
    text-align: center;
    margin: 40px 0px 0px;
}
.why_choose_us_betfair_sec_hd h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin: 0 0 40px;
}
.readymade_script_list_item.ready_grocery a {
    border-bottom: 5px solid #ffd60a;
    border-right: 5px solid #ffd60a;
}

.readymade_script_list_item.car_rental a {
    border-bottom: 5px solid #d00061;
    border-right: 5px solid #d00061;
}

section.sports_betting_api_sec {
    padding: 70px 0px;
    background-position: center;
    background-size: cover;
}
.sports_betting_api_sec_hd h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}
.sports_betting_api_sec_content_icon {
    background-color: #fff;
    height: 100px;
    width: 100px;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 5px #ccc;
    text-align: center;
}

/* 20 Dec 2019 CSS End */

/* 21 Dec 2019 CSS Start */

.sports_betting_api_sec_content_hd {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #19afb5;
}
.sports_betting_api_sec_content_txt {
    font-size: 15px;
    text-align: justify;
    color: #333;
}
.sport_betting_betfair_contnt_img {
    text-align: center;
    margin-bottom: 20px;
}
.sports_betting_api_sec_content_blk {
    margin-bottom: 30px;
}


.blackberry_pg_cover_grocery {
    background-size: cover;
    padding: 40px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}

.grocery_banner_hd {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}
.betfair_banner_txt {
    font-size: 21px;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    font-style: italic;
}
.grocery_app_bn_contact_btn {
    margin-bottom: 40px;
    text-align: center;
}
.grocery_app_bn_contact_btn a.live_demo {
    background: #399e18;
    border-color: #ffffff;
}

.grocery_app_bn_contact_btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}
.grocery_app_bn_contact_btn a:hover {
    border: 2px solid #29770f;
    color: #2a7a10;
}

.grocery_banner_botom {
    background: #399e18;
    display: block;
    padding: 16px 0;
    width: 100%;
}
.grocery_banner_botom h2 {
    color: #ffffff;
    font-size: 23px;
    margin: 0;
}
.betfair_free_consultation_blk_hd.grocery_form_hd {
    background-color: #1a2e35;
}
.grocery_content_txt_li li {
    font-size: 19px;
    color: #fdfcfc;
    padding: 10px;
    line-height: 1.5;
    display: -webkit-inline-box;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 5px;
    background-color: #399e18;
    margin-bottom: 20px;
}

/*           */
section.highlights_of_grocery_app_sec {
    padding: 60px 0px;
    background-position: center;
    background-color: #f1f1f1;
    background-size: cover;
}

.highlights_of_grocery_app_sec_hd {
    padding-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.highlights_of_grocery_app_sec_subheading {
    font-size: 16px;
    display: inline-block;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}
.grocery_highlights_blk {
    max-width: 800px;
    margin: 0 auto 40px;
}
#grocery_highlights ul.nav.nav-tabs {
    display: flex;
    border: none;
}
#grocery_highlights li {
    flex: 1;
    text-align: center;
    padding: 5px;
}
#grocery_highlights .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #ffffff;
    background-color: #399e18;
}
#grocery_highlights ul li a {
    border-radius: 30px;
    border: 2px solid #399e18;
    background-color: #f1f1f1;
    font-size: 16px;
    padding: 12px 10px;
    color: #399e18;
    height: 100%;
    font-weight: 700;
}
#grocery_highlights .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #ffffff;
    background-color: #399e18;
}
#grocery_highlights .nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #ffffff;
}

.grocery_highlights_blk_list {
    background-color: #4e9a05;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #ccc;
    margin-bottom: 40px;
    min-height: 292px;
}
.grocery_highlights_icon {
    text-align: center;
    width: 100px;
    height: 100px;
    background-color: #fff;
    padding: 20px;
    border-radius: 50%;
    margin: 0 auto 20px;
    box-shadow: 0px 0px 20px 0px #333;
}
.grocery_highlights_hd {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.grocery_highlights_txt {
    font-size: 16px;
    text-align: justify;
    color: #fff;
}
.grocery_highlights_blk_list.white_bg {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #ccc;
}
.grocery_highlights_icon.white_bg {
    text-align: center;
    width: 100px;
    height: 100px;
    background-color: #fff;
    padding: 20px;
    border-radius: 50%;
    margin: 0 auto 20px;
    box-shadow: 0px 0px 20px 0px #ccc;
}
.grocery_highlights_hd.white_bg {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #399e18;
    margin-bottom: 10px;
}
.grocery_highlights_txt.white_bg {
    font-size: 16px;
    text-align: justify;
    color: #399e18;
}


.grocery_lets_talk_btn {
    text-align: center;
}
.grocery_lets_talk_btn a {
    box-shadow: 0px 0px 20px 10px #ccc;
    color: #4e9a05;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #fdfcfc;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    background-color: #fdfcfc;
}


section.why_choose_us_grocery_sec {
    background-color: #649d2e;
    padding: 70px 0px;
    background-position: center;
    background-size: cover;
}





/*           */

/* 21 Dec 2019 CSS End */



/* 25 Dec 2019 CSS Start */
section.grocery_app_advantage_sec {
    padding: 70px 0px;
    background-position: center;
    background-size: cover;
}
.grocery_app_advantage_sec_hd h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px;
}
.grocery_app_advantage_sec_subheading {
    font-size: 16px;
    display: inline-block;
    color: #333;
    text-align: center;
    margin-bottom: 70px;
}
.grocery_app_advantage_sec_content_blk {
    margin-bottom: 40px;
}
.grocery_app_advantage_sec_content_hd {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #4e9a05;
}
.grocery_app_advantage_sec_content_txt {
    font-size: 16px;
    text-align: justify;
    color: #333;
}
.grocery_app_advantage_sec_content_icon {
    background-color: #fff;
    height: 100px;
    width: 100px;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 5px #ccc;
    text-align: center;
    margin: 0 auto 20px;
}

section.grocery_app_development_sec {
    padding: 70px 0px;
    background-position: center;
    background-size: cover;
    background-color: #399e18;
}
.grocery_app_development_sec_hd h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 40px;
    color: #fff;
}
.grocery_app_development_sec_txt {
    text-align: justify;
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}
.why_choose_us_betfair_txt_blk {
    margin-bottom: 20px;
}
.grocery_lets_talk_btn_grocery_green a {
    box-shadow: 0px 0px 20px 10px #3a6f07;
    color: #4e9a05;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #fdfcfc;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    background-color: #fdfcfc;
}
.grocery_lets_talk_btn_grocery_green {
    text-align: center;
}
.sports_betting_api_sec_content_img {
    text-align: center;
}
.ecom_banner_imgs_blk {
    text-align: center;
}
.foodapp_banner_imgs_blk {
    text-align: center;
}
.food_delivery_why_choose_sec_mockup {
    text-align: center;
}



/* 25 Dec 2019 CSS End */



/* 28 Dec 2019 CSS Start */
.blackberry_pg_cover.android_bg {
    background-size: cover;
    height: auto;
    background-position: center;
    padding: 54px 0px;
    background-color: #ffffff;
}

.android_app_bg_hd {
    font-size: 80px;
    font-weight: 700;
    color: #ec225e;
}
.android_app_bg_txt {
    font-size: 27px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}
.android_app_bg_hd2 {
    font-size: 70px;
    font-weight: 700;
    color: #ec225e;
    margin-bottom: 20px;
    line-height: 0.9;
}
.android_botom_android_text_bg {
    background: #002033;
    display: block;
    padding: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.footer_get_in_touch_blk {
    background-position: top;
    background-size: cover;
    padding: 150px 0 0px;
    /* background-image: url(../img/get_in_touch_bg.png); */
    background-color: #19abb0;
}
.footer_get_in_touch_form_blk {
    background-color: #fff;
    padding: 70px 50px 20px;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 0px 20px 5px #00878c;
}
.get_in_touch_form_content_hd {
    font-size: 44px;
    font-weight: 700;
    color: #19abb0;
}
.get_in_touch_form_content_txt {
    font-size: 27px;
    color: #999;
    margin-bottom: 20px;
}
.get_in_touch_form_content_border {
    height: 6px;
    background-color: #19abb0;
    width: 110px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.get_in_touch_form_contact {
    display: flex;
    margin-bottom: 30px;
}
.get_in_touch_contact_us_form_icons {
    margin-right: 15px;
}
.get_in_touch_contact_us_form_icons span {
    margin: 4px 0px;
    color: #19abb0;
    font-size: 20px;
    width: 20px;
}
.get_in_touch_contact_us_form_content_details {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.blackberry_pg_cover_iphone_app_bg {
    background-size: cover;
    background-position: center;
    padding: 20px 0px;
}
.iphone_app_bg_hd {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
}
.iphone_app_bg_hd2 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 0.9;
}
.iphone_app_bg_txt {
    font-size: 27px;
    font-weight: normal;
    color: #fff;
}
.blackberry_pg_cover_iphone_content {
    padding: 40px 0px;
}

.blackberry_pg_cover_laravel_development {
    background-size: cover;
    height: 450px;
    background-position: center;
	padding: 54px 0px;
}

.laravel_app_bg_hd {
    font-size: 90px;
    font-weight: 700;
    color: #048ab8;
}
.laravel_app_bg_hd2 {
    font-size: 80px;
    font-weight: 700;
    color: #048ab8;
    margin-bottom: 20px;
    line-height: 0.9;
}
.laravel_app_bg_txt {
    font-size: 27px;
    font-weight: 600;
    color: #333;
}
.laravel_bottom_border h1 {
    color: #ffffff;
    font-size: 23px;
    margin: 0;
}
.laravel_bottom_border {
    background: #048ab8;
    display: block;
    padding: 16px 0;
    width: 100%;
}

/* 28 Dec 2019 CSS End */



/* 29 Dec 2019 CSS Start */
.blackberry_pg_cover_taxi {
    background-size: cover;
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}
.taxi_app_bg_hd {
    font-size: 80px;
    font-weight: 700;
    color: #ffffff;
}
.taxi_app_bg_hd2 {
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 0.9;
}
.taxi_app_bg_txt {
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.taxi_banner_botom {
    background: #000000;
    display: block;
    padding: 16px 0;
    width: 100%;
}

.taxi_banner_botom h1 {
    color: #ffffff;
    font-size: 23px;
    margin: 0;
}
.blackberry_pg_cover_taxi_mockup{
	text-align: center;
    margin-bottom: 20px;
}
.betfair_free_consultation_blk_hd.taxi_form_hd {
    background-color: #eeb700;
}
.readymade_script_list_item.ready_taxi a {
    border-bottom: 5px solid #19abb0;
    border-right: 5px solid #19abb0;
}

/*           */

section.client_testimonials {
    padding: 50px 0px;
}




/*         */


/* 29 Dec 2019 CSS End */



/* 30 Dec 2019 CSS Start */

/*   FAQ    */
section.faq_quetions_sec {
    background-color: #fff;
    padding: 40px 0px;
}
.faq_quetions_sec_hd {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
#grocery_entrant_faqs .panel {
    border-radius: 10px;
    border-left: 5px solid #4e9a05;
    margin: 0 0 20px;
    box-shadow: 0px 0px 20px 0px #ddd;
    background-color: #eee0;
    padding: 0px 20px 0px 0px;
}
#grocery_entrant_faqs .panel-heading {
    background: none;
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 15px 20px 15px 15px;
}
#grocery_entrant_faqs .panel-collapse .panel-body {
    border: none;
    padding: 0px 15px 10px 15px;
    border-radius: 0;
}
#grocery_entrant_faqs .panel-title a {
    color: #333;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
}
#grocery_entrant_faqs .panel-body p {
    color: #333;
    font-size: 16px;
    margin: 0;
}
#grocery_entrant_faqs .panel a.collapsed {
    color: #333!important;
}
#grocery_entrant_faqs .panel-title>a:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    background: url(../img/arrow-up.png);
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 20px;
}
#grocery_entrant_faqs .panel-title>a.collapsed:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    background: url(../img/arrow-down.png);
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 20px;
}




#ecommerce_entrant_faqs .panel {
    border-radius: 10px;
    border-left: 5px solid #ff4546;
    margin: 0 0 20px;
    box-shadow: 0px 0px 20px 0px #ddd;
    background-color: #eee0;
    padding: 0px 20px 0px 0px;
}
#ecommerce_entrant_faqs .panel-heading {
    background: none;
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 15px 20px 15px 15px;
}
#ecommerce_entrant_faqs .panel-collapse .panel-body {
    border: none;
    padding: 0px 15px 10px 15px;
    border-radius: 0;
}
#ecommerce_entrant_faqs .panel-title a {
    color: #333;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
}
#ecommerce_entrant_faqs .panel-body p {
    color: #333;
    font-size: 16px;
    margin: 0;
}
#ecommerce_entrant_faqs .panel a.collapsed {
    color: #333!important;
}
#ecommerce_entrant_faqs .panel-title>a:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    background: url(../img/arrow-up.png);
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 20px;
}
#ecommerce_entrant_faqs .panel-title>a.collapsed:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    background: url(../img/arrow-down.png);
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 20px;
}

/*   FAQ    */

/* 30 Dec 2019 CSS End */




/* 03 Jan 2020 CSS Start */
.grocery_banner_botom h1 {
    color: #ffffff;
    font-size: 23px;
    margin: 0;
}
.laravel_free_consultation_from_block {
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #1a2e3540;
    margin: -95px 0px 0px;
}
.laravel_free_consultation_blk_hd.laravel_form_hd {
    background-color: #04526d;
}
.laravel_free_consultation_blk_hd {
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    font-weight: 700;
    background-color: #12aaaf;
}
.laravel_developmnets p {
    margin-bottom: 15px !important;
    line-height: 30px !important;
    text-align: justify;
    font-size: 20px;
}
.laravel_tet_heading {
    font-size: 24px;
    margin: 0px 0px 15px;
    display: block;
    line-height: 30px;
}
section.laravel_app_solution_sec {
    padding: 40px 0px;
}
.laravel_app_solution_sec_hd {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}
.laravel_app_solution_sec_txt {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 15px;
}
.laravel_app_solution_content_hd {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
}
.laravel_app_solution_opt_blk {
    margin-bottom: 40px;
}
.laravel_app_solution_img_blk {
    text-align: center;
    margin: 10px auto;
    width: 85px;
    padding: 15px;
    height: 85px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px #ddd;
    transform: rotate(45deg);
}
.laravel_app_solution_img_blk img {
    transform: rotate(-45deg);
}
.laravel_app_solution_opt_blk_hd {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}
.laravel_app_solution_opt_blk_txt {
    font-size: 16px;
    color: #333;
    text-align: justify;
}
section.laravel_delep_entrepreneur_sec {
    padding: 70px 0px;
    background-position: center;
    background-size: cover;
    background-color: #048ab8;
    background-attachment: fixed;
}

.laravel_delep_entrepreneur_sec_hd {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.laravel_delep_entrepreneur_sec_txt {
    font-size: 18px;
    color: #fff;
    text-align: justify;
    margin-bottom: 20px;
}
.laravel_delep_entrepreneur_content {
    line-height: 1.7;
    text-align: justify;
    font-size: 20px;
    margin-bottom: 20px;
    color: #ffffff;
}
section.laravel_developers_sec {
    padding: 70px 0px;
    background-color: #fff;
}
.laravel_app_solution_sec_hd {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    text-align: justify;
    margin-bottom: 20px;
}
.laravel_app_solution_sec_txt {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 15px;
}
section.innovative_projects_sec {
    padding: 70px 0px;
    background-color: #fff;
}
.innovative_projects_sec_hd {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    text-align: justify;
    margin-bottom: 10px;
}
.innovative_projects_sec_txt {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 15px;
}
.innovative_projects_sec_opt_blk {
    margin-bottom: 40px;
}
.innovative_projects_sec_img_blk {
    text-align: center;
    margin: 0px auto;
    width: 100px;
    padding: 20px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px #ddd;
}
.innovative_projects_sec_img_blk img {
	
}
.innovative_projects_sec_opt_blk_hd {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}
.innovative_projects_sec_opt_blk_txt {
    font-size: 16px;
    color: #333;
    text-align: justify;
}
section.benefits_with_entrant_sec {
    padding: 70px 0px;
}
.benefits_with_entrant_sec_hd {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}
.benefits_with_entrant_sec_txt {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 20px;
}
.laravel_delep_entrepreneur_content span {
    margin-right: 15px;
}
.laravel_lets_talk_btn {
    text-align: center;
}
.laravel_lets_talk_btn a {
    box-shadow: 0px 0px 20px 10px #eee;
    color: #048ab8;
    transition: ease .3s;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #fdfcfc;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    background-color: #fdfcfc;
}
.laravel_lets_talk_btn a:hover {
    box-shadow: 0px 0px 20px 0px #999;
}
.laravel_lets_talk_btn2 {
    text-align: center;
}
.laravel_lets_talk_btn2 a {
    box-shadow: 0px 0px 20px 10px #0a5e7b;
    color: #048ab8;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #fdfcfc;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    background-color: #fdfcfc;
}
.laravel_lets_talk_btn2 a:hover {
    box-shadow: 0px 0px 20px 0px #073444;
}

.iphone_free_consultation_blk_hd.iphone_form_hd {
    background-color: #be000f;
}
.iphone_free_consultation_blk_hd {
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    font-weight: 700;
    background-color: #12aaaf;
}
.iphone_free_consultation_from_block {
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #1a2e3540;
    margin: -95px 0px 0px;
}
section.iphone_mobile_app_sec {
    padding: 70px 0px;
}
.iphone_mobile_app_sec_hd {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}
.iphone_mobile_app_sec_txt {
    font-size: 18px;
    text-align: justify;
}

/* 03 Jan 2020 CSS End */



/* 04 Jan 2020 CSS Start */
.innovative_projects_sec_mockup {
    margin-bottom: 40px;
}
.laravel_app_solution_sec_txt_content {
    margin-bottom: 40px;
}
.laravel_delep_entrepreneur_sec_content {
    margin-bottom: 40px;
}
section.web_intelligent_iphone_sec {
    padding: 70px 0px;
    background-color: #002033;
    background-position: center;
    background-size: cover;
}
.web_intelligent_iphone_sec_hd {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.web_intelligent_iphone_sec_txt {
    text-align: justify;
    font-size: 18px;
    margin-bottom: 40px;
    color: #fff;
}
.web_intelligent_iphone_sec_subtxt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.web_intelligent_iphone_sec_subtxt span {
    margin-right: 10px;
    font-weight: 700;
}
section.our_company_project_sec {
    padding: 70px 0px;
    background-color: #fff;
}
.our_company_project_sec_hd {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}
.our_company_project_sec_txt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}
.our_company_project_content_blk {
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px 10px #eee;
    padding: 10px 20px;
    border-radius: 20px 0px;
}
.our_company_project_content_blk_hd {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}
.our_company_project_content_blk_border {
    height: 5px;
    background-color: #ff4f5a;
    border-radius: 20px;
    width: 170px;
    margin-bottom: 10px;
}
.our_company_project_content_blk_txt {
    font-size: 18px;
    text-align: justify;
    color: #333;
    font-weight: 500;
}
.our_company_project_content_img {
    margin-bottom: 40px;
    text-align: center;
}
section.ios_app_admin_sec {
    padding: 70px 0px;
    background-position: center;
    background-size: cover;
    background-color: #002033;
}

.ios_app_admin_sec_hd {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.ios_app_admin_sec_txt {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
}
.ios_app_admin_sec_content {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.ios_app_admin_sec_content span {
    margin-right: 10px;
    font-weight: 700;
}
.ios_app_admin_sec_subheading {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.ios_app_admin_sec_content_block_hd {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}
.ios_app_admin_sec_content_block_subtxt {
    color: #fff;
    font-size: 16px;
}
.ios_app_admin_sec_content_block_hd span.fa.fa-dot-circle-o {
    margin-right: 10px;
    font-weight: 700;
}
.ios_app_admin_sec_content_block {
    margin-bottom: 20px;
}

/* 04 Jan 2020 CSS End */


/* 06 Jan 2020 CSS Start */
.iphone_app_mockup_img {
    text-align: center;
}
.why_choose_us_grocery_sec_hd h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}
.why_choose_us_grocery_txt_blk {
    margin-bottom: 20px;
}
.why_choose_us_grocery_sec_txt {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    text-align: justify;
    margin-bottom: 10px;
}
.why_choose_us_grocery_sec_content_txt {
    line-height: 1.5;
    text-align: justify;
    font-size: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}
.why_choose_us_grocery_sec_content_txt span {
    margin-right: 10px;
}
section.ios_app_development_proccess_sec {
    padding: 70px 0px;
    background-color: #fff;
}
.ios_app_development_proccess_sec_hd {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}
.ios_app_development_proccess_sec_txt {
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-bottom: 60px;
}
.ios_app_development_proccess_sec_content_blk {
    margin-bottom: 30px;
}
.ios_app_development_proccess_content_img {
    text-align: center;
}
.ios_app_development_proccess_content_blk {
    padding: 20px 0px;
}
.ios_app_development_proccess_content_hd {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0px 0px -10px 30px;
}
.ios_app_development_proccess_content_hd span {
    font-size: 50px;
    font-weight: 700;
    color: #ff4f5a;
    margin-right: 18px;
}
.ios_app_development_proccess_content_txt {
    font-size: 18px;
    text-align: justify;
    color: #333;
    padding: 10px 20px;
    box-shadow: 0px 0px 15px 0px #ddd;
    border-radius: 30px 10px 30px 10px;
}
section.ios_benefits_with_entrant_sec {
    padding: 70px 0px;
    background-color: #002033;
    background-position: center;
    background-size: cover;
}
.ios_benefits_with_entrant_sec_hd {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.ios_benefits_with_entrant_txt_blk {
    margin-bottom: 40px;
}
.ios_benefits_with_entrant_sec_txt {
    font-size: 20px;
    text-align: justify;
    margin-bottom: 20px;
    color: #fff;
}
.ios_benefits_with_entrant_seclets_talk_btn {
    text-align: center;
    margin: 40px 0px 0px;
}
.ios_benefits_with_entrant_seclets_talk_btn a {
	box-shadow: 0px 0px 20px 10px #002033;
    color: #002033;
    transition: ease .3s;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #fdfcfc;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    background-color: #fdfcfc;
}

section.android_mobile_app_sec {
    padding: 40px 0px;
    background-color: #fff;
}
.android_mobile_app_sec_hd {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}
.android_mobile_app_sec_txt {
    font-size: 18px;
    text-align: justify;
    color: #333;
    margin-bottom: 20px;
}
.android_mobile_app_mockup {
    text-align: center;
    margin-bottom: 40px;
}
section.android_benefits_with_entrant_sec {
    padding: 70px 0px;
    background-color: #fff;
    transition: ease 3s;
}
.android_benefits_with_entrant_sec_hd {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}
.android_benefits_with_entrant_sec_txt {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 20px;
    color: #333;
}
.android_benefits_lets_talk_btn {
    text-align: center;
}
.android_benefits_lets_talk_btn a:hover {
    box-shadow: 0px 0px 20px 0px #999;
}
.android_benefits_lets_talk_btn a {
    box-shadow: 0px 0px 20px 10px #eee;
    color: #048ab8;
    transition: ease .3s;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #fdfcfc;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    background-color: #fdfcfc;
}


/* 06 Jan 2020 CSS End */

/* 07 Jan 2020 CSS Start */
section.android_our_company_project_sec {
    padding: 70px 0px;
    background-color: #002033;
}
.android_our_company_project_sec_hd {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}
.android_our_company_project_sec_txt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}
.android_our_company_project_content_blk {
    margin-bottom: 30px;
    padding: 15px 20px;
    border-radius: 20px 0px;
    min-height: 226px;
	border: 2px solid #13aab0;
}
.android_our_company_project_content_blk_border {
    height: 60px;
    border-radius: 12px 0px;
    width: 50px;
    margin-bottom: 10px;
    display: block;
    border: 5px solid #ff4f5a;
    margin-left: 0px;
}
.android_our_company_project_content_blk_hd {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background-color: #002033;
    display: block;
    margin: -55px 0px 20px 15px;
    padding: 0px 0px 0px 8px;
}
.android_our_company_project_content_blk_txt {
    font-size: 18px;
    text-align: justify;
    color: #fff;
    font-weight: 500;
}
.iphone_free_consultation_blk_hd.android_form_hd {
    background-color: #ec225e;
}
.ecom_banner_botom h1 {
    color: #ffffff;
    font-size: 23px;
    margin: 0;
}

/* 07 Jan 2020 CSS End */


/* 08 Jan 2020 CSS Start */
section.ecomm_feature_roadmap_sec {
    padding: 70px 0px;
}
.vc_custom_1526902730923 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.sc_roadmap .sc_roadmap_columns_wrap {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
.trx_addons_columns_wrap {
    margin-left: 0px;
    margin-right: -30px;
}
.trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"], .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_bottom {
    padding-bottom: 30px;
}

.sc_roadmap .sc_roadmap_columns_wrap > .sc_roadmap_odd {
    vertical-align: bottom;
}
.sc_roadmap .sc_roadmap_columns_wrap > div {
    padding: 0 !important;
}
.trx_addons_columns_wrap > [class*="trx_addons_column-"] {
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.trx_addons_column-1_6 {
    width: 45%;
}
.sc_roadmap .sc_roadmap_item {
    position: relative;
    padding: 15px 0 15px;
}
.sc_roadmap .sc_roadmap_item:before {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -1.556em;
    right: -1.556em;
    -webkit-transition: box-shadow 0.3s ease;
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}
.sc_roadmap_item_info {
    padding: 10px 10px;
    box-shadow: 0px 0px 15px 0px #ddd;
    border-radius: 5px;
}
.sc_roadmap .sc_roadmap_item_title {
    font-size: 16px;
    line-height: 1.33;
    text-align: justify;
    margin: 0px 0 0px;
}
.sc_roadmap .roadmap_bar {
    position: relative;
    display: block;
    margin: 0px auto;
    width: 1%;
    height: 1000px;
    z-index: 3;
    -webkit-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    transition-property: width, background-color;
}
.roadmap_bar {
    position: relative;
    display: block;
    margin: 7px 0;
    background-color: #ccc;
    width: 100%;
    height: 6px;
    z-index: 3;
    -webkit-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    transition-property: width, background-color;
}
.sc_roadmap .roadmap_bar-bar {
    height: 100%;
    /* width: 0; */
}
.roadmap_bar-bar {
    background-color: #ff4546;
    height: 6px;
}
span.sc_roadmap_item_circle.circle_date_prev {
    position: absolute;
    bottom: 0px;
    left: -6px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    z-index: 1;
    background-color: #2eafb4;
}
.sc_roadmap .sc_roadmap_item_circle {
    position: absolute;
    bottom: -7px;
    left: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    z-index: 1;
}
.sc_roadmap .sc_roadmap_item_circle:before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 6px;
}
.sc_roadmap .sc_roadmap_columns_wrap > .sc_roadmap_even {
    vertical-align: top;
}
span.sc_roadmap_item_circle:before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 8px;
    background-color: #fff;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 6px;
}

.androidapp_bn_contact_btn a.live_demo {
    background: #ec225e;
    border-color: #ec225e;
    color: #fff;
}
.androidapp_bn_contact_btn a:hover {
    border: 2px solid #ec225e;
    color: #f1326a;
}
.androidapp_bn_contact_btn a {
    color: #ec225e;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #ec225e;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

section.android_app_development_demo_sec {
    padding: 50px 0px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.android_app_development_demo_sec_hd {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.android_app_development_demo_sec_contact_btn {
    text-align: center;
}
.android_app_development_demo_sec_contact_btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #ff4f5a;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    background-color: #ff4f5a;
}
.android_app_development_demo_sec_contact_btn a:hover {
    border-color: #fff;
}
.android_app_development_lets_talk_btn a {
    box-shadow: 0px 0px 20px 10px #00203321;
    color: #ff4f5a;
    transition: ease .3s;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #fdfcfc;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    background-color: #fdfcfc;
}
.android_app_development_lets_talk_btn {
    text-align: center;
    margin: 40px 0px 0px;
}

/* 08 Jan 2020 CSS End */



/* 09 Jan 2020 CSS Start */
.footer_contact_form_blk {
    background: #162d42;
    margin-top: 200px;
    position: relative;
    padding-bottom: 53px;
}

.footer_main_content_block {
    float: left;
    margin-top: -150px;
    padding-top: 0;
    width: 40%;
    margin-bottom: 0px;
}

.footer_main_content_blk_hd {
    text-align: left;
    font-weight: 500;
    font-size: 56px;
    color: #162d42;
    line-height: 65px;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.footer_main_content_blk_txt {
    text-align: left;
    font-size: 20px;
    color: #162d42;
    letter-spacing: 1.2px;
    padding-bottom: 0px;
    font-weight: 700;
}

.footer_main_content_from_block {
    margin-top: 52px;
}

.form_main_contact_blk a {
    width: 100%;
    min-height: 80px;
    float: left;
    border-radius: 10px;
    background: rgba(62,93,122,.23);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 10px 10px 90px;
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0px 5px 10px 0px #000;
    text-decoration: none;
}

.form_main_contact_blk a i {
    position: absolute;
    left: 24px;
    top: 12px;
    width: 28px;
    font-size: 30px;
    color: #fff;
    height: 19px;
    border-right: 1px solid rgba(255, 255, 255, 0.71);
    padding: 13px 45px 44px 0;
}

.form_main_contact_blk span.small-text {
    font-size: 16px;
    color: #6c96c1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    float: left;
    width: 100%;
    word-wrap: break-word;
    font-kerning: none;
}

.form_main_contact_blk span.large-text {
    font-size: 22px;
    color: #fff;
    line-height: 34px;
    font-kerning: none;
    width: 100%;
}
.get_in_touch_consultation_form_block {
    position: relative;
    border-radius: 10px;
    padding: 40px 20px 20px 20px;
    margin-top: -200px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #162d424d;
}

.form_main_contact_blk a:hover {
    background: rgb(22, 45, 66);
}
.get_in_touch_consultation_form_content {
    margin-bottom: 20px;
}

.get_in_touch_consultation_form_content label {
    font-size: 18px;
    font-weight: 600;
    color: #162d42;
    margin-bottom: 10px;
}
.get_in_touch_consultation_form_content span input[type="text"] {
    padding: 5px 10px;
    height: auto;
    line-height: 25px;
}
.get_in_touch_consultation_msg_area textarea {
    resize: vertical;
    height: 100px;
}
.get_in_touch_consultation_form_content span input[type="email"] {
    padding: 5px 10px;
    height: auto;
    line-height: 25px;
}
.get_in_touch_consultation_msg_area textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
    resize: vertical;
}
.get_in_touch_consultation_checkbox span.wpcf7-list-item-label {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.get_in_touch_consultation_form_btn input[type="submit"] {
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    outline: none;
    color: #fff;
    border: none;
    background-color: #162d42;
    background: linear-gradient(to bottom, #162d42 0%, #1e3d5a 100%);
}
.get_in_touch_consultation_form_content .nm_form-control {
    display: block;
    width: 100%;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.get_in_touch_consultation_msg_area textarea {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #ccc;
    resize: vertical;
    padding: 10px;
    min-height: 100px;
    outline: none;
    font-size: 15px;
}

.get_in_touch_consultation_checkbox {
    margin-bottom: 10px;
}

.get_in_touch_consultation_checkbox input[type="checkbox"], input[type="radio"] {
    margin: 0px 0px -5px;
}

.get_in_touch_consultation_checkbox label {
    font-size: 15px;
    color: #333;
}
.get_in_touch_consultation_form_btn {
    margin-bottom: 20px;
}

.get_in_touch_consultation_form_btn a.wpcf7-form-control.wpcf7-submit {
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    display: block;
    outline: none;
    color: #fff;
    border: none;
    background-color: #162d42;
    background: linear-gradient(to bottom, #162d42 0%, #1e3d5a 100%);
    text-decoration: none;
}

.consultation_form_content input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: auto;
    padding: 5px 10px;
}
.consultation_msg_area textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
.consultation_form_btn input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 20px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    border: none;
    background-image: linear-gradient( rgba(251, 140, 113, 1), rgba(255, 69, 70, 1));
    outline: none;
    color: #fff;
    background-color: #ff4a4a;
	border-radius: 5px;
}
.consultation_checkbox span.wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 600;
}
.consultation_form_content select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 25px;
    border-radius: 2px;
    color: #777;
    border-color: #ccc;
    -webkit-appearance: button;
}
.consultation_msg_area label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.get_in_touch_consultation_form_content select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 8px 10px;
    height: auto;
    width: 100%;
    font-size: 15px;
    color: #777;
    border-color: #ccc;
    border-radius: 2px;
    line-height: 25px;
    -webkit-appearance: button;
}
.get_in_touch_consultation_msg_area label {
    font-size: 18px;
    font-weight: 600;
    color: #162d42;
    margin-bottom: 10px;
}


/* 09 Jan 2020 CSS End */
/* 11 Jan 2020 CSS Start */
.foodapp_development_process_hd {
    font-size: 32px;
    color: #333;
    margin-bottom: 2px;
    text-align: center;
    font-weight: 700;
}

/*    products  */

section.products_new_page_sec {
    padding: 40px 0px;
    background-position: center; 
	background-color: #f1f3f7;
    background-size: cover;
}
.products_detail_tabs {
    margin: 0px;
}

.products_detail_tabs ul {
    display: flex;
    border: none;
    background-color: #1a2e35;
    overflow: hidden;
}
.products_detail_tabs li {
    flex: 1;
    text-align: center;
    padding: 0px;
}
.products_detail_tabs li.active>a, li.active>a:hover, li.active>a:focus {
    color: #ffffff;
    background-color: #399e18;
}
.products_detail_tabs ul li a {
    border: none;
    background-color: #1a2e35;
    font-size: 22px;
    padding: 12px 10px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}
.products_detail_tabs li.active>a, li.active>a:hover, li.active>a:focus {
    color: #ffffff;
    background-color: #de2929;
    border: none;
	border-radius: 0px;
}
.products_detail_tabs li a:hover {
    background-color: #385a64;
    border: none;
    border-radius: 0px;
}

.products_detail_tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #ffffff;
    background-color: #de2929;
    border: none;
    display: block;
    outline: none;
}


/*    products  */
/* 11 Jan 2020 CSS End */
/* 12 Jan 2020 CSS End */

.our_products_content_hd {
    font-size: 95px;
    font-weight: 700;
    color: #333;
    padding: 36px 0;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.blackberry_pg_cover_our_products {
    background-size: cover;
    padding: 40px 0px;
    height: 500px;
    background-position: center;
    background-color: #fff;
}
.blackberry_pg_cover_our_products_mockup img {
    width: 75%;
}
.our_product_thumbnail {
    width: 100%;
    display: block;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
}

/*          */


.web_previewer_block {
    position: absolute;
    overflow: hidden;
    padding-top: 0px;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.web_previewer_top_header {
    background-color: #eee;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    border-bottom: 5px solid #0054a5;
}

.web_previewer_top_header_left {
    display: inline-block;
    float: left;
}

.web_previewer_top_header_right {
    float: right;
}

.web_previewer_top_header_right a.header_download_btn {
    display: inline-block;
    background-color: #0054A5;
    font-size: 16px;
    padding: 13px 26px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.web_previewer_iframe_block {
    padding: 73px 0 0;
}

.web_previewer_top_header_left a.header_logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 30px;
}

.web_previewer_top_header_left a.header_logo img {
    height: 44px;
}

.web_previewer_iframe_element {
    position: relative;
    overflow: hidden;
    padding-top: 47.5%;
}


  .web_previewer_iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
  }

.web_previewer_download_txt {
    text-align: center;
    font-size: 27px;
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23%;
    color: #0054a5;
}



.our_product_thumbnail_blk {
    margin-bottom: 50px;
    position: relative;
}
.our_product_thumbnail_img {
    width: 100%;
    height: 415px;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}
.our_product_content {
    padding: 0px;
    color: #fff;
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    /* background: linear-gradient(#5fff0d6e, #f035357a); */
    height: 100%;
    top: 0px;
    border-radius: 30px;
}
.our_product-socila-pr-icon {
    position: absolute;
    margin: 10px 0px 0px 10px;
    display: grid;
}
.our_product-socila-pr-icon i {
    font-size: 21px;
    padding: 9px;
    background-color: #ff4546;
    border-radius: 50%;
    margin: 5px 0px;
    width: 40px;
    height: 40px;
}
.our_product_content-bx {
    top: 196px;
    position: relative;
    background: linear-gradient( #b50000a1, #02005885);
    border-radius: 30px;
}
.our_product_content-bx_hd {
    margin-bottom: 5px;
}
.our_product_content-bx_hd a {
    font-size: 29px;
    color: #fff;
    font-weight: 700;
}
.our_product_project-logo img {
    width: 50%;
}
.our_product_discription {
    font-size: 18px;
    margin-bottom: 10px;
}
.product_more_info_btn a.btn.btn-primary {
    background-color: #ff4546;
    font-size: 22px;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    margin-bottom: -26px;
}
.product_more_info_btn i {
    margin-right: 10px;
}

/*          */
/* 12 Jan 2020 CSS End */
/* 13 Jan 2020 CSS Start */
section.taxi_content_sec {
    padding: 40px 0px 0px;
    position: relative;
}

.taxi_content_sec_txt {
    font-size: 20px;
    text-align: justify;
    color: #333;
    line-height: 2.0;
    margin-bottom: 20px;
}
section.taxi_app_panels_sec {
    padding: 70px 0;
}

.taxi_app_panels_sec_hd h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
}

.taxi_app_panels_sec_bg {
    margin-bottom: 40px;
    text-align: center;
}
.taxi_traveller_panel_blk_hd {
    font-size: 91px;
    color: #333;
    font-weight: 700;
}
.taxi_traveller_panel_txt {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.taxi_traveller_panel_subtxt {
    line-height: 1.8;
    font-size: 21px;
    text-align: justify;
    margin-bottom: 40px;
}


.taxi_traveller_panel_content_hd {
    font-size: 24px;
    font-weight: 700;
    color: #ff8f29;
}

.taxi_traveller_panel_content_txt {
    color: #333;
    font-size: 16px;
    text-align: justify;
}

.taxi_traveller_panel_content_blk {
    box-shadow: 0px 0px 20px 0px #dddfe2;
    padding: 18px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
}

section.enlisting_from_entrant_sec {
    background-color: #002033;
    padding: 70px 0px;
}

.enlisting_from_entrant_sec_hd {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.enlisting_from_entrant_sec_txt {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

/* 13 Jan 2020 CSS End */
/* 16 Jan 2020 CSS Start */
.taxi_app_development_lets_talk_btn {
    text-align: center;
    margin: 40px 0px 0px;
}
.taxi_app_development_lets_talk_btn a {
    box-shadow: 0px 0px 20px 10px #00203321;
    color: #ff8f29;
    transition: ease .3s;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #fdfcfc;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    background-color: #fdfcfc;
}
/* 16 Jan 2020 CSS End */




/* 14 Dec 2020 CSS Start */
.blackberry_pg_cover_roulette {
    background-size: cover;
    background-position: center;
    padding: 20px 0px;
}

.roulette_banner_content_blk {
    padding: 40px 0px;
}

.roulette_banner_hd {
    font-size: 49px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.roulette_banner_txt {
    font-size: 18px;
    margin-bottom: 60px;
    color: #fff;
    font-weight: normal;
}

.roulette_app_bn_contact_btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 35px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

.roulette_app_bn_contact_btn a.live_demo {
    background: #fcb84a;
    border-color: #ffa410;
}

.roulette_app_bn_contact_btn a:hover {
    border: 2px solid #ffa410;
    color: #ffa410;
}

.roulette_app_bn_contact_btn {
    margin-bottom: 40px;
}

.roulette_banner_bottom {
    background: #fcb84a;
    display: block;
    padding: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.appointment_free_consultation_blk_hd.roulette_form_hd {
    background-color: #180101;
}

section.features_roulette_game_sec {
    padding: 50px 0;
}

.features_roulette_game_sec_hd {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.features_roulette_hd {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ff9700;
    margin-bottom: 20px;
}

.features_roulette_txt {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.7;
    text-align: justify;
    z-index: 2;
    position: inherit;
}

.features_roulette_game_item {
    padding: 16px 20px;
    box-shadow: 8px 8px 15px -6px #c1e1ff;
    margin-bottom: 20px;
    min-height: 250px;
    position: relative;
    transition: ease 0.5s;
    transform: scale(1);
}

.features_roulette_num {
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 100px;
    color: transparent;
    z-index: 1;
    font-family: fantasy;
    -webkit-text-stroke: 1px #ff9700;
    opacity: 0.4;
}

.features_roulette_game_item:hover {
    transform: scale(1.03);
    box-shadow: 8px 8px 15px -6px #8cc5fb;
}


.why_choose_us_roulette_sec_hd h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

section.why_choose_us_roulette_sec {
    padding: 50px 0;
}

.why_choose_us_roulette_item_hd {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ff9700;
    margin-bottom: 10px;
    min-height: 50px;
}

.why_choose_us_roulette_item_txt {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 0px;
    line-height: 1.7;
    text-align: justify;
    z-index: 2;
    position: inherit;
}

.why_choose_us_roulette_item {
    border-radius: 10px;
    min-height: 260px;
    padding: 20px;
    box-shadow: 0px 0px 15px -3px #c1e1ff;
    margin-bottom: 20px;
}

.roulette_why_choose_us_letstalk_btn {
    text-align: center;
    padding: 40px 0 0;
}

.roulette_why_choose_us_letstalk_btn a {
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #fff;
    border-radius: 40px;
    color: #fe9700;
    background-color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0px 3px 15px 0px #ddd;
}

/* 14 Dec 2020 CSS End */







/* 15 Dec 2020 CSS Start */

section.roulette_developer_sec {
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.roulette_developer_sec_img_blk {
    text-align: center;
}

.roulette_developer_sec_img_blk img {
    max-width: 400px;
}

.roulette_developer_sec_content_hd h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.roulette_developer_sec_content_txt {
    font-size: 16px;
    text-align: justify;
    color: #fff;
    line-height: 2.0;
    margin-bottom: 20px;
}






/* 15 Dec 2020 CSS End */














header {
	position: fixed;
	width: 100%;
	display: block;
	z-index: 100;
	top: 0;
}
.logo_inner {
	float: left;
	width: 140px;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	padding: 7px 14px;
	background: #fff;
	top: 0px;
	border-radius: 0px 0px 5px 5px;
	border-bottom: 2px solid #ddd;
}
.left_header {
	float: left;
}
.left_header > ul {
	float: left;
}
.left_header > ul > li {
	float: left;
	font-size: 14px;
	margin: 0px 0px 0px 5px;
}
.left_header > ul > li > a {
	float: left;
	font-size: 16px;
	line-height: 48px;
	padding: 6px 12px 6px;
	color: #12334e;
	font-weight: 300;
}
.left_header > ul > li:hover > a {
	color: #fff;
	background-color: rgba(63,70,82,.97);
}
.left_header > ul > li:hover > .submenu { 
	padding: 20px 10px;
	border-top: 5px !important;  
	display: block;
}
.header_inner {
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0);
}
.header_upper {
	width: 100%;
	float: left;
	background-color: #404040;
	padding: 5px 0px;
	text-align: right;
}
.number {
	float: left;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 6px 2px;
	margin-right: 5px;
	transition: ease .6s;
}
.number em {
	color: #fff;
	font-style: normal;
	font-size: 14px;
	width: 0px;
	float: left;
	overflow: hidden;
	transition: ease .6s;
	white-space: nowrap;
	color: #0054A5;
}
.number a {
	color: #fff;
	font-style: normal;
	font-size: 14px;
	width: 0px;
	float: left;
	overflow: hidden;
	transition: ease .6s;
	white-space: nowrap;
	color: #0054A5;
}
.number:hover {
	background: rgba(255,255,255,1);
	color: #0054A5;
}
.number:hover em {
	width: 100px;
}
.number:hover a {
	width: 210px;
}
.number a:hover {
	text-decoration: underline;
}
.header_lower {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
    box-shadow: 0 0 2px 3px rgba(0,0,0,.2);
}
.header_cntnt {
	width: 100%;
	float: left;
	text-align: left;
}
.inner_nav {
	float: right;
}
.inner_nav > ul {
	float: left;
}
.inner_nav > ul > li {
	float: left;
	font-size: 14px;
	margin: 0px 0px 0px 5px;
}
.inner_nav > ul > li > a {
	float: left;
	font-size: 16px;
	line-height: 48px;
	padding: 6px 12px 6px;
	color: #12334e;
}
.inner_nav > ul > li:hover > a {
	color: #fff;
	background-color: #de2929;
}
/* .inner_nav > ul > li:hover > .submenu{ display:block;} */
 
.submenu {
	width: 100%;
	float: left;
	display: none;
	position: absolute;
	top: 60px;
	left: 0px;
	padding: 0px; 
	border: 0px !important;
	transition: ease .3s;
	overflow: hidden;
	background-image: url(../img/menu_bg.jpg);
	background-color: rgba(0, 0, 0, 0.9);
}
.inner_nav > ul > li:hover > .submenu {
	min-height: 190px;
	padding: 20px 10px;
	border-top: 5px !important;
	height: auto;
	border-bottom: 3px solid #656565 !important;
	display: block;
}
.company_links {
	width: 25%;
	float: left;
	margin: 29px 0px;
}
.company_links ul {
	width: 100%;
	float: left;
}
.company_links ul li {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}
.company_links ul li a {
	float: left;
	font-size: 14px;
	color: #fff;
}
.company_links ul li i {
	width: 30px;
	text-align: center;
	font-size: 13px;
	float: left;
	border: 1px solid #ddd;
	margin-right: 10px;
	line-height: 30px;
	border-radius: 4px;
}
.company_links ul li span {
	float: left;
	line-height: 30px;
}
.company_links ul li a:hover {
	color: #83ca89;
}
.company_links ul li a:hover span {
	text-decoration: underline;
}
.socials {
	float: left;
	z-index: 1;
	margin-top: 8px;
	padding: 4px 0px 4px;
}
.socials ul {
	float: left;
}
.socials ul li {
	float: left;
	font-size: 14px;
	color: #fff;
}
.socials ul li > a {
	float: left;
	font-size: 14px;
	color: #fff;
	position: relative;
	padding: 6px 2px;
	border: 1px solid #ddd;
	margin-right: 5px;
	border-radius: 3px;
}
.socials ul li:nth-child(1) > a:hover {
	background-color: #2b3990;
	border-color: #2b3990;
	color: #fff;
}
.socials ul li:nth-child(2) > a:hover {
	background-color: #27aae1;
	border-color: #27aae1;
	color: #fff;
}
.socials ul li:nth-child(3) > a:hover {
	background-color: #de4c35;
	border-color: #de4c35;
	color: #fff;
}
.socials ul li:nth-child(4) > a:hover {
	background-color: #007bb6;
	border-color: #007bb6;
	color: #fff;
}
.socials ul li i {
	width: 30px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	float: left;
	margin: 0px 3px 0px 0px;
}
.socials ul li span {
	display: none;
}
.clock_left {
	float: left;
}
.readymade_script_list_item {
	float: left;
	width: 33.33%;
	border-radius: 50px;
	color: black;
	padding: 10px;
}
.game_list_item {
    float: left;
    width: 20%;
    padding: 0px 10px;
    margin-bottom: 40px;
}
.ready_links {
	float: left;
	width: 100%;
}
.ready_head {
	font-size: 24px;
	margin: 0px 0px 12px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 0px 10px;
}
.ready_links a {
	width: 100%;
	float: left;
	text-align: center;
	transition: ease .4s;
	-webkit-transition: ease .4s;
	-moz-transition: ease .4s;
	color: #fff;
	display: inline-block;
	background: #fff;
	border-radius: 7px;
	overflow: hidden;
	border: 1px solid #5f5f5f;
	border-bottom: 5px solid #de2929;
    border-right: 5px solid #de2929;
}

.ready_links.game_links a {
    background: none;
    border: none;
}

.readymade_script_list_item.ready_food a {
	border-bottom: 5px solid #59ab37;
    border-right: 5px solid #59ab37;
}


	
	
.ready_links a > .ready_icon {
    width: 125px;
    height: 118px;
    position: relative;
    float: left;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.ready_links a > .ready_icon > img {
    /* height: 120px; */
    /* width: 120px; */
    position: absolute;
    left: 0;
    /* border-radius: 50%; */
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.inner_nav > ul > li > .header_game_menu {
	background-position: center;
	background-size: cover;
}
.inner_nav > ul > li:hover > .header_game_menu {
	padding: 40px 0px;
}
.game_links {
	float: left;
	width: 100%;
}
.ready_links a > .game_icon {
	border: none;
}
.game_header_icon {
	background-size: contain;
	height: 140px;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 240px;
	max-width: 100%;
}
.ready_links .game_list_item a > span {
	font-size: 18px;
	font-weight: 500;
	padding: 20px 0px;
	color: #f5ce00;
}
.ready_links a .readymade_product_details {
    font-weight: 400;
    overflow: hidden;
    color: #000;
    text-align: left;
    display: block;
    padding: 8px 10px;
}

.ready_links a .readymade_product_name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

span.readymade_product_price {
    display: block;
    font-size: 14px;
    color: #666;
}

.readymade_product_price em {
    color: #de2929;
    font-weight: 600;
    font-style: normal;
}

.static_banner {
	width: 100%;
	float: left;
	padding: 100px 0px;
	background-image: url(../img/services_banner.jpg);
	background-attachment: scroll;
	background-clip: border-box, border-box;
	background-color: #404040;
	background-origin: padding-box, padding-box;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.about_banner {
	background-image: url(../img/about_banner.jpg);
}
.contnt {
	width: 100%;
	float: left;
	margin: 20px 0px;
}
.left_menu {
	display: block;
	overflow: hidden;
	float: right;
	width: 22%;
}
.right_content {
	width: 75%;
	float: left;
	margin-right: 30px;
}
.left_head {
	width: 100%;
	float: left;
	line-height: 30px;
	font-size: 18px;
	padding: 6px 0px;
	margin-bottom: 0px;
	color: #333;
	font-weight: 600;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #ddd;
}
.about_content > p {
	margin: 0px 0px 15px;
}
.left_menu > ul {
	width: 100%;
	float: left;
	border-top: 0;
}
.left_menu > ul > li {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 5px;
}
.left_menu > ul > li:last-child {
	border: none;
}
.left_menu > ul > li.active > a {
	background: #345271;
	color: #fff;
}
.left_menu > ul > li.active > a::before {
	content: "";
	width: 0px;
	height: 0px;
	display: inline-block;
	top: 0px;
	border-left: 20px solid #345271;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: -10px;
}
.left_menu > ul > li > a {
    width: 100%;
    float: left;
    line-height: 20px;
    padding: 7px 0px 7px 22px;
    font-size: 15px;
    color: #888;
    position: relative;
}
.left_menu > ul > li > a:hover {
    color: #de2929;
}
.left_menu > ul > li.active > a:hover { 
	color: #de2929;
}

.left_menu > ul > li a::before {
    display: inline;
    margin-right: 10px;
    font-size: 10px;
    vertical-align: middle;
    content: "";
    content: "\f058";
    position: absolute;
    top: 9px;
    font: normal normal normal 18px/1 FontAwesome;
    left: 0;
}


.work_procses_section .neet_des p {
    color: #415c71;
    font-size: 18px;
    line-height: 1.5;
    margin: 0px 0px 0px;
}
.work_procses_section .neet_des p i {
	color: #0054A5;
	font-size: 24px;
	line-height: 40px;
	font-style: normal;
	cursor: pointer;
}
.slider_dv {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.left_list {
    width: 525px;
    float: left;
    margin-right: 40px;
    height: 500px;
    padding: 0px;
    overflow: hidden;
    position: relative;
    top: 3px;
    border-radius: 35px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: -4px 4px 15px #eee;
}
.left_list img {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
}
.right_list {
	overflow: hidden;
}
.right_list ul li > i {
	display: inline-block;
	color: #000000;
	font-size: 20px;
	border-radius: 50%;
	border: 1px solid #aaa;
	height: 70px;
	line-height: 68px;
	width: 70px;
	text-align: center;
	float: left;
	margin-right: 30px;
	position: relative;
	z-index: 11;
	background: #fff;/* 
	transition: ease .6s;
	-webkit-transition: ease .6s;
	-moz-transition: ease .6s; */
}
.right_list ul li .contnt_block {
	display: block;
	overflow: hidden;
	text-align: left;
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 10px;
}
.contnt_block h2 {
    transition: ease .6s;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    margin: 5px 0px 5px;
    font-weight: 600;
    font-size: 20px;
    color: #415c71;
}
.contnt_block p {
	color: #777;
	font-size: 14px;
	line-height: 1.5em;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s;
	margin: 0;
	text-shadow: none;
}
.right_list ul li {
	width: 100%;
	float: left;
	position: relative;
	padding: 0px 0px 33px;
	cursor: pointer;
}
.right_list ul li::before {
	content: '';
	/* background: #aaa; */
	width: 0px;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 33px;
	padding-bottom: 30px;
	z-index: 10;
	border: 2px dashed #ddd;
}
.right_list ul li:last-child:before {
	display: none;
}
.right_list ul li:hover i {
	box-shadow: 0px 0px 2px #999;
	border: 1px solid #aaa;
}
.right_list ul li:hover p {
	color: #999;
}
.right_list ul li:hover h2 {
	color: #1c3950;
}
.right_list ul li.active i {
	background: #dd4c4c;
	border: 1px solid #dd4c4c;
	color: #fff;
}

.frames_blk {
	width: 100%;
	float: left;
	margin: 15px 0px;
}
.computer_frame {
	width: 258px;
	display: inline-block;
	margin: 10px 30px;
	position: relative;
}
.computer_frame >img {
	z-index: 1;
	position: relative;
}
.csite_blk {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 14px;
	padding: 0px 0px;
	height: 135px;
	overflow: hidden;
	background-image: url(../img/computer_site.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	z-index: 0;
	transition: ease 7s;
}
.computer_frame:hover .csite_blk {
	background-position: center -834px;
}
.ipad_frame {
	width: 154px;
	display: inline-block;
	margin: 10px 30px;
	vertical-align: top;
	position: relative;
}
.ipad_frame >img {
	z-index: 1;
	position: relative;
}
.ipdsite_blk {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 19px;
	padding: 0px 0px;
	height: 175px;
	overflow: hidden;
	background-image: url(../img/computer_site.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 77% auto;
	z-index: 0;
	transition: ease 6s;
}
.ipad_frame:hover .ipdsite_blk {
	background-position: center -320px;
}
/**/

.core_services {
	padding: 70px 0px;
	color: #fff;
	background: #1c3950;
}
.core_services_heading {
	text-align: center;
	font-size: 12px;
}
.core_services_head {
    text-align: center;
    font-size: 52px;
    margin: 0px 0px 0px;
    font-weight: 500;
}

p.core_service_headline {
    font-size: 30px;
}
.core_services_head_botm span {
	display: inline-block;
}
.core_services_content {
	padding: 50px 0px 10px;
	background-image: url(../img/mobiless.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 225px auto;
}
.core_services_left {
	float: left;
	width: 50%;
	padding-right: 150px;
}
.core_services_right {
	float: right;
	padding-left: 150px;
	width: 50%;
}
.core_services_items_left .core_services_item_head {
	font-size: 16px;
	font-weight: 600;
	line-height: 10px;
	text-align: right;
	margin: 10px 0px;
}
.core_services_items_left i {
    font-size: 30px;
    vertical-align: middle;
    width: 60px;
    text-align: center;
    height: 60px;
    justify-content: center;
    align-items: center;
    display: inline-flex
;
    margin-left: 10px;
    background: rgb(70, 213, 170);
    border-radius: 10px;
    padding: 0;
}
.core_services_items_left img {
	float: right;
	margin: 0px 15px;
	height: 80px;
}
.core_services_items_right .core_services_item_head {
	font-size: 14px;
	font-weight: 600;
	line-height: 10px;
	text-align: left;
	margin: 10px 0px;
	vertical-align: middle;
}
.core_services_items_right i {
	font-size: 30px;
	vertical-align: middle;
	width: 60px;
	text-align: center;
	height: 60px;
	background: #46d5aa;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	border-radius: 10px;
	margin-right: 10px;
}
.core_services_items_right img {
	float: left;
	margin: 0px 15px;
	height: 80px;
}
.core_services_items_left .core_services_item_content {
	font-size: 13px;
	text-align: right;
	margin: 0px 0px 25px;
	line-height: 20px;
	padding: 0px 0px 0px 40px;
}
.core_services_items_right .core_services_item_content {
	font-size: 13px;
	text-align: left;
	margin: 0px 0px 25px;
	line-height: 20px;
	padding: 0px 40px 0px 40px;
}
.portfolio {
	padding: 70px 0px;
}
.portfolio_heading {
	text-align: center;
}
.portfolio_heading p {
    font-size: 30px;
    font-weight: 600;
    margin: 0px 0px 10px;
}
.portfolio_subheading {
	color: #888;
	font-size: 16px;
	margin: 0px 0px 45px;
}
.portfolio_list_item {
	height: 100%;
	background-size: cover;
	background-position: center;
	margin: 0px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 6px #aaa;
}
.portfolio_head {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1px;
}
.portfolio_desc p {
	margin: 0;
}
.portfolio_list_item_content {
	position: absolute;
	transform: scale(0);
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	transition: ease 0.3s;
	display: table;
}
.portfolio_list_item:hover .portfolio_list_item_content {
	transform: scale(1);
	left: 0;
	top: 0;
}
.portfolio_list_item_content_holder {
	width: 100%;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding: 0px 20px;
	text-align: center;
}
.portfolio_desc {
	color: #fff;
	text-align: center;
}
.join_portfolio_content p {
	font-size: 32px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 15px;
	text-align: center;
}
.portfolio_list li {
	width: 33.33%;
	float: left;
	list-style: none;
	height: 240px;
	padding: 10px;
}
.portfolio_list li:nth-child(1) {
	width: 66%;
	float: left;
}
.portfolio_list li:nth-child(2) {
	height: 480px;
	float: right;
}
.service1 {
	background-image: url(../img/home-portfolio-find-service.jpg);
}
.service2 {
	background-image: url(../img/desk-portfolio-2.jpg);
	background-color: #549b59;
	background-repeat: no-repeat;
	background-size: contain;
}
.service3 {
	background-image: url(../img/home-portfolio-enkla.jpg);
}
.service4 {
	background-image: url(../img/home-portfolio-go-service.jpg);
}
.service5 {
	background-image: url(../img/home-portfolio-wipe.jpg);
}
.service6 {
	background-image: url(../img/home-portfolio-flytebud.jpg);
}
.service7 {
	background-image: url(../img/sample.jpg);
}
.all_work_button {
	text-align: center;
	margin: 35px 0px 0px;
	display: block;
}
.all_work_button a {
    display: inline-block;
    border: 1px solid #ddd;
    color: #fff;
    padding: 18px 50px;
    border-radius: 52px;
    background-color: #46d5aa;
    font-size: 18px;
}
.features_info {
	padding: 100px 0px;
	background-color: #f1f1f1;
}
.features_info_content {
	padding: 0px 0px 0px;
}
.features_info_content p {
	color: #777;
}
.features_info_heading .features_head {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: 500;
}
.features_info_content ul {
	padding: 0px 0px 0px 25px;
	list-style-type: disc;
}
.features_info_content ul li {
	line-height: 30px;
	color: #777;
	font-size: 16px;
}
.mob_frame {
	width: 99px;
	display: inline-block;
	margin: 10px 30px;
	vertical-align: top;
	position: relative;
}
.mob_frame >img {
	z-index: 1;
	position: relative;
}
.iphnsite_blk {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 22px;
	padding: 0px 0px;
	height: 155px;
	overflow: hidden;
	background-image: url(../img/mobile_site.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 92% auto;
	z-index: 0;
	transition: ease 6s;
}
.mob_frame:hover .iphnsite_blk {
	background-position: center -413px;
}
/* effects */ 

 
.slider_dv {
	top: 200px;
	position: relative;
	transition: ease 2s;
	opacity: 0;
}
.work_procses_section.active .slider_dv {
	top: 0;
	opacity: 1;
}
.right_list {
	position: relative;
	left: 1000px;
	transition: ease 2s;
	padding:10px 0px 0px; 
}
.work_procses_section.active .right_list {
	left: 0px;
}
.home_section02 .container {
	opacity: 0;
	transition: ease 3s;
}
.home_section02.active .container {
	opacity: 1;
}
.left_bar {
	width: 230px;
	float: left;
}
.call_to_action {
	margin: 20px 0px 0px;
	width: 100%;
	float: left;
	text-align: center;
}
.call_to_action a {
	background: #444;
	width: 100%;
	float: left;
	line-height: 44px;
	font-size: 17px;
	border-radius: 3px;
	color: #fff;
}
.call_to_action a:hover {
	background: rgba(71,180,184,1);
	color: #fff;
}
.page_name {
	text-transform: capitalize;
}
.breadcrumb {
	padding: 10px 6px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
}
.breadcrumb span {
	color: #555;
	margin: 0px 3px 0px 0px;
}
.breadcrumb span a {
	color: rgba(71,180,184,1);
}
.breadcrumb span a:hover {
	text-decoration: underline;
}
.service_content p {
	margin: 0px 0px 15px;
	font-size: 17px;
}
.services_banner {
	background-image: url(../img/services_banner.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.technologies_banner {
	background-image: url(../img/technologies_banner.jpg);
	background-position: center 59px;
	background-attachment: fixed;
	background-size: auto 300px;
}
.contact_dv {
	width: 100%;
	float: left;
}
.contct_blk {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	border-top: 1px solid rgba(71,180,184,1);
}
.left_icn {
	width: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	background: rgba(71,180,184,1);
	color: #fff;
	margin-right: 10px;
	font-size: 18px;
}
.rght_info {
	overflow: hidden;
}
.cntct_hd {
	color: rgba(71,180,184,1);
	font-size: 16px;
	padding: 6px 0px 2px;
}
.cntct_txt {
	color: #777;
	font-size: 14px;
}
.left_contct {
	width: 49%;
	float: left;
	margin-right: 2%;
}
.right_contct {
	overflow: hidden;
}
.info_box {
	width: 340px;
	position: relative;
	z-index: 0;
	padding: 5px;
}
.inflone {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	line-height: 18px;
}
.inflone {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	line-height: 18px;
}
.inflthree {
	background: #f1f1f1;
	width: 100%;
	padding: 10px;
}
.inflfour {
	font-size: 15px;
	font-weight: bold;
	color: #808080;
	line-height: 15px;
	margin-bottom: 5px;
}
.inflfive {
	color: #4d4d4d;
	font-size: 13px;
}
.left_contct p {
	margin: 0px 0px 20px;
}
.left_contct span.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
	display: block;
}
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap textarea {
	width: 100%;
	height: 51px;
	line-height: 25px;
	padding: 10px;
	border: 1px solid #ccc;
	color: #777;
	font-size: 15px;
	border-radius: 2px;
	margin: 0;
}
.wpcf7-form-control-wrap textarea {
	height: 110px;
	resize: vertical;
}
.left_contct input[type="submit"] {
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding: 0px 10px;
	background: rgba(71,180,184,1);
	;
	color: #fff;
	font-size: 18px;
	border: none;
}
.left_contct input.wpcf7-not-valid {
	border: 1px solid #f00 !important;
}
.home_section {
	
	background: url(../img/home-banner-02.jpg);
	background-size: auto 100%;
}


.back_main {
	transition: ease .3s;
}
.back_main:hover {
	background: #23ADB2;
}
.right_list ul li::before {
	height: 44%;
}
.right_list ul li.active::before {
	height: 94%;
	transition: ease 1.5s;
}
.right_list ul li.how-4.active > i {
	background: #1b2c7c;
	color: #fff;
	border-color:#1b2c7c;
}
.right_list ul li.how-4.active h2 {
	color: #1c3950;
}
.right_list ul li.how-4.active p {
	color: #999;
}
/*-----------------------------------------------------------------------------------*/



/*	ISOTOPE PORTFOLIO GRID



/*-----------------------------------------------------------------------------------*/



.full-portfolio {
	overflow: hidden
}
.full-portfolio .filter {
	display: none
}
.full-portfolio .items {
	width: 100%;
	clear: both;
	margin: 0;
	list-style: none;
}
.full-portfolio .items li {
	float: left;
	position: relative;
	background: none;
	padding: 0;
	width: 16.666666667%;
}
.full-portfolio .items li img {
	display: block;
	/*position: relative;*/



	width: 100%;
	height: auto;
	margin-bottom: -1px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.full-portfolio .items:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix-portfolio .filter {
	list-style: none;
	margin: 0 0 20px 0;
}
.fix-portfolio .filter li {
	display: inline;
}
.fix-portfolio {
	overflow: hidden;
}
.fix-portfolio .thumbs {
	list-style: none;
	width: 110%;
	margin-right: -5px;
}
.fix-portfolio .thumbs:before, .fix-portfolio .thumbs:after {
	display: table;
	content: "";
	line-height: 0;
}
.fix-portfolio .thumbs:after {
	clear: both
}
.fix-portfolio .thumbs li {
	width: 370px
}
.fix-portfolio .thumbs {
	margin-left: -5px;
	margin-bottom: -5px;
 *zoom: 1;
}
.fix-portfolio .thumbs li {
	float: left;
	min-height: 1px;
	margin-left: 5px;
	margin-bottom: 5px;
	position: relative;
}
.isotope-item {
	z-index: 2;
	display: block !important;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/*-----------------------------------------------------------------------------------*/



/*	DIRECTION AWARE HOVER ON FRAME



/*-----------------------------------------------------------------------------------*/



.overlay a, .overlay a img {
	display: block;
	position: relative;
}
.overlay a {
	overflow: hidden
}
.overlay a div {
	position: absolute;
	background: #222;
	background: rgba(0,0,0,0.8) url(style/images/image-hover.png) repeat;
	width: 100%;
	height: 100%;
}
.overlay a div h5 {
	display: block;
	padding: 10px 0;
	/*     margin: 63px 20px 20px 20px; */



	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #e9e9e9;
	font-size: 24px;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.75);
}
.overlay a div h5 span {
	font-size: 15px;
	display: block;
	color: #ababab;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0.2px;
	margin-top: 9px;
}
.overlay div.da-animate {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.overlay.cap-icon a div:before {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 1;
	text-align: center;
	content: '\f517';
	font-size: 20px;
	color: #FFF;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.75);
}
.overlay.cap-icon.more a div:before {
	content: '\f517'
}
.overlay.cap-icon.enlarge a div:before {
	content: '\f50d'
}
.sidebox .overlay.cap-icon.more a div:before {
	width: 16px;
	height: 16px;
	font-size: 16px;
	margin: -8px 0 0 -8px;
}
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px;
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
.da-slideTop {
	top: 0px
}
.da-slideLeft {
	left: 0px
}
.fix-portfolio .thumbs li a img {
	display: inline-block;
}
.fix-portfolio .filter li a.active {
	background: #16abb0;
	color: #fff;
}
.development_texh_list li {
	display: inline-block;
	margin: 15px 16px;
}
.development_texh_list li span {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
 .input.text > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
}
 .input.text > input::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
 .input.text > input:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
 .input.text > input:-moz-placeholder { /* Firefox 18- */
 color:#fff;
}
.freelancer_widget {
	width: 390px;
	text-align: left;
	background: #fff;
	float: left;
	border: 1px solid #ddd;
	padding: 10px;
	max-width: 100%;
}
.ready_made_solutions {
	padding: 60px 0px 0px;
}
.fixed_widgets {
	position: fixed;
	width: 300px;
	left: -300px;
	top: 160px;
	background: #fff;
	z-index: 1;
	transition: ease .3s;
}
.fixed_widgets:hover {
	left: 0px;
}
.fixed_widget_icon {
	background: #000000;
	color: #fff;
	line-height: 20px;
	display: inline-block;
	border-radius: 0px 6px 6px 0px;
	position: absolute;
	right: -45px;
	padding: 10px;
}
.fixed_widget_icon i {
	line-height: 30px;
	font-size: 30px;
}
.our_options a.hire_freelancer {
	background: #fff;
	color: #338dcc;
	font-size: 16px;
	line-height: 28px;
}
.our_card_heading span {
	font-size: 20px;
	color: #48aab0;
	display: block;
	padding-bottom: 5px;
}
.our_card_heading em {
	font-size: 16px;
	color: #888;
	font-style: normal;
}
.our_card_heading a {
	font-size: 12px;
	color: #888;
	text-decoration: underline;
	font-weight: normal;
}
.our_card_text i {
	margin-right: 10px;
	line-height: 24px;
}
.our_card_text {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin: 0px 0px 5px;
}
.our_card_text span {
	width: 85%;
	display: inline-block;
	vertical-align: top;
}
.our_card_heading {
	margin: 0px 0px 10px;
}
/* new homepage css */

 

.new_home_banner {
	/* -webkit-animation: animate-bg 100s linear infinite;
	-moz-animation: animate-bg 100s linear infinite;
	-ms-animation: animate-bg 100s linear infinite;
	-o-animation: animate-bg 100s linear infinite;
	animation: animate-bg 100s linear infinite; */
	background: linear-gradient(120deg, #f3faff,#f3faf8);
	background-size: cover;
	min-height: 100vh;
}
.footer {
    background-color: #eee;
    padding-top: 50px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.footer-bottom {
	text-align: center;
	font-size: 14px;
	color: #888;
	padding-bottom: 25px;
	padding-top: 30px;
	border-top: 1px solid #dddddd;
}
.footer-bottom p {
	margin: 0;
	margin-bottom: 0px;
	text-shadow: none;
}
.footer h6 {
	color: #333;
	font-size: 20px;
	margin: 0;
	margin-left: 0px;
	margin-bottom: 20px;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}
.footer ul li {
	padding: 5px 0px;
	display: block;
	position: relative;
}
.footer a {
	color: #646669;
	font-size: 13px;
}
.footer .social-icons li {
	float: left;
	margin-right: 11px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hot_service2 {
	height: 40px;
	width: 40px;
	position: absolute;
	top: -6px;
	right: 70px;
}
.social-icons {
	margin: 0px;
	padding: 0px;
}
.social-icons .one {
	float: right;
	height: 40px;
	width: 40px;
	background: #00aced;
	border-radius: 50%;
	text-align: center;
}
.social-icons .one i {
	margin-top: 8px;
	color: #fff;
	font-size: 26px;
}
.social-icons .two {
	float: right;
	height: 40px;
	width: 40px;
	background: #3b5997;
	border-radius: 50%;
	text-align: center;
}
.social-icons .two i {
	margin-top: 8px;
	color: #fff;
	font-size: 26px;
}
.social-icons .three {
	float: right;
	height: 40px;
	width: 40px;
	background: #e04f3e;
	border-radius: 50%;
	text-align: center;
}
.social-icons .three i {
	margin-top: 8px;
	color: #fff;
	font-size: 26px;
}
.social-icons .four {
	float: right;
	height: 40px;
	width: 40px;
	background: #c81f22;
	border-radius: 50%;
	text-align: center;
}
.social-icons .four i {
	margin-top: 8px;
	color: #fff;
	font-size: 26px;
}
.social-icons .five {
	float: right;
	height: 40px;
	width: 40px;
	background: #b90100;
	border-radius: 50%;
	text-align: center;
}
.social-icons .five i {
	margin-top: 8px;
	color: #fff;
	font-size: 26px;
}
b.link_highlight {
	color: #e04f3e;
}
i.cotanct_details_icon {
	width: 40px;
	display: inline-block;
}
.cotanct_details li span {
	color: #646669;
	text-shadow: none;
	font-size: 13px;
	width: 70%;
	display: inline-block;
	vertical-align: top;
}
.cotanct_details ul {
	padding-bottom: 0px;
}
.cotanct_details ul li {
	margin-bottom: 5px;
}
.new_home_content {
	padding: 18vh 0px;
}
.new_home_content h1 {
    text-align: left;
    color: #273a4a;
    font-size: 30px;
    line-height: 54px;
    margin: 35px 0 0;
    margin-bottom: 11px;
    font-weight: 500;
}

.new_home_content h1 span {
    font-weight: 700;
    display: block;
    font-size: 38px;
    line-height: normal;
    color: #09969c;
} 
.services_blk_head {
	font-size: 32px;
	color: #fff;
	margin: 0px 0px 20px;
	font-weight: 500;
}
.services_blk_list li {
    color: #fff;
    font-size: 16px;
    position: relative;
    width: 50%; 
    float: left;
    text-align: center; 
    padding: 10px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.services_blk_list li a {
    color: #415c71;
    padding: 30px 10px;
    display: block;
    border-radius: 20px;
    background: #fff;
    flex: 1;
    /* box-shadow: 2px 2px 4px #598081; */
    /* -webkit-animation: animate-block 2s linear infinite;
	-moz-animation: animate-block 2s linear infinite;
	-ms-animation: animate-block 2s linear infinite;
	-o-animation: animate-block 2s linear infinite;
	animation: animate-block 2s linear infinite; */
    border: 1px solid #e1f0ea;
}


 @-webkit-keyframes animate-block {
	 0% { 
	 background-color:rgba(0,0,0,0.8);
	}
	 50% {
	background-color:rgba(0,0,0,0.7);
	}
	 100% {
	background-color:rgba(0,0,0,0.8);
	}
}
 @-moz-keyframes animate-block {
	 0% { 
	 background-color:rgba(0,0,0,0.8);
	}
	 50% {
	background-color:rgba(0,0,0,0.7);
	}
	 100% {
	background-color:rgba(0,0,0,0.8);
	}
}
 @-ms-keyframes animate-block {
	 0% { 
	 background-color:rgba(0,0,0,0.8);
	}
	 50% {
	background-color:rgba(0,0,0,0.7);
	}
	 100% {
	background-color:rgba(0,0,0,0.8);
	}
}



.services_blk_list li a i {
    font-size: 70px;
    margin: 0px 0px 10px;
    line-height: 80px;
}

.services_blk_list li a span {
    display: block;
    font-size: 14px;
}
.services_blk_list li a span b {
    font-size: 26px;
    font-weight: 500;
    display: block;
}

.services_blk_list {
	margin: 0px 0px 20px 0px;
}
.services_blk_link a.hire_freelancer {
	display: block;
	background: #fff;
	border-radius: 10px;
	color: #0095dd;
}
.services_blk_link a {
	background: #0fa9af;
	display: block;
	text-align: center;
	padding: 10px 0px;
	border-radius: 6px;
	margin: 15px 0px;
	color: #fff;
	font-size: 20px;
	line-height: 33px;
	
	
	
}

.home_link a {
	padding: 15px 30px;
	display: inline-block;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	margin: 0px 5px 5px 0px;
	border-radius: 60px;
	background-color:#46d5aa;
}
.new_home_content_txt {
	color: #415c71;
	font-size: 18px;
	margin:10px 0px 50px 0px;
	line-height: 34px;
}



/* testimonial slider */


#customers-testimonials {
	padding: 20px;
	background: #fff;
	text-align: center;
}
#customers-testimonials .owl-buttons {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 40%;
	left: 0;
}
#customers-testimonials .owl-prev, #customers-testimonials .owl-next {
	position: absolute;
	left: 0;
	transition: all 0.4s ease-in-out 0s;
}
#customers-testimonials .owl-next {
	left: auto;
	right: 0;
}
#customers-testimonials .owl-buttons .owl-prev:before, #customers-testimonials .owl-buttons .owl-next:before {
	content: "\f104";
	font-family: "fontAwesome";
	font-size: 60px;
	font-weight: 900;
	color: #cacaca;
	line-height: 20px;
	opacity: 0.8;
}
#customers-testimonials .owl-buttons .owl-next:before {
	content: "\f105";
}
#customers-testimonials .owl-buttons .owl-prev:hover:before, #customers-testimonials .owl-buttons .owl-next:hover:before {
	opacity: 1;
}
#customers-testimonials.owl-theme .owl-controls .owl-buttons div {
	background: transparent;
}
#customers-testimonials.owl-theme .owl-controls {
	margin-top: 40px;
}
#customers-testimonials.owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 0.5;
}
#customers-testimonials.owl-theme .owl-controls .owl-page.active span, #customers-testimonials.owl-theme .owl-controls .owl-page.active:hover span {
	border-color: #00aced;
	opacity: 1;
}
#customers-testimonials.owl-theme .owl-controls .owl-page span {
	width: 70px;
	height: 70px;
	border-radius: 3px;
	border: 4px solid #ccc;
	background: url("../img/review-1.jpg") no-repeat;
	background-size: cover;
	transition: all 0.3s ease-in-out 0s;
}
#customers-testimonials.owl-theme .owl-controls .owl-page:nth-child(2) span {
	background: url("../img/no-image-icon.jpg") no-repeat;
	background-size: cover;
}
#customers-testimonials.owl-theme .owl-controls .owl-page:nth-child(3) span {
	background: url("../img/review.png") no-repeat;
	background-size: cover;
}

.testimonial-text {
	font-size: 18px;
	margin: 0px 0px 30px;
	font-weight: normal;
	padding: 0px 100px;
	color: #444;
}
section.testimonials {
	padding: 50px 0px;
}
.testimonials_head {
	color: #202020;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	text-shadow: none;
	font-weight: 700;
	margin: 0px 0px 20px 0px;
}
.testimonials_head span {
	font-weight: bold;
	color: #1c3950;
}

.testimonial-name {
	margin: 0 0 5px;
	display: block;
	width: auto;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
.post-name {
	margin: 0 0 5px;
	display: block;
	width: auto;
	padding: 0;
	text-align: center;
	color: #666;
	font-size: 16px;
}
.brandsww_slider_item {
	padding: 0px 0px;
	text-align: center;
}
.brandsww_slider_item img {
	max-height: 30px;
}
.brands_we_work_content {
	padding: 30px 0px;
}
.testimonials_pg {
	padding: 50px 0px;
	color: #000;
}
.left_ww {
	float: left;
}
.right_ww {
	float: right;
}
.testimonials_pg_heading {
	padding: 0px 20px;
	color: #16abb0;
}
.testimonials_heading_left {
	float: left;
}
.testimonials_nm {
	text-align: left;
	font-size: 16px;
	line-height: 10px;
}
.testimonials_cpsn {
	font-size: 16px;
	line-height: 10px;
}
.testimonials_heading_right {
	float: right;
	font-size: 16px;
}
.rating_stars {
	float: left;
	padding: 0px 20px;
	color: gold;
}
.total_review {
	float: left;
	padding: 0px 20px;
	color: #15bbc1;
}
.testimonials_item {
	display: block;
	float: left;
	margin: 8px 0px;
}
.testimonials_img_holder {
	padding: 10px;
	line-height: 10px;
	border: 1px solid #fdfdfd;
	margin-top: 10px;
	box-shadow: 0px 0px 15px #ddd;
}
.testimonials_img_holder img {
	width: 100%;
}
.client_info {
	font-size: 12px;
	line-height: 10px;
	text-align: center;
	font-weight: 700;
}
.testimonial_review_top {
	line-height: 10px;
	padding: 0;
}
.testimonial_review_top p {
	color: #333;
	font-size: 14px;
}
.testimonial_review_top p.client_info {
	color: #333;
	font-size: 18px;
}
.testimonial_review_top span {
	float: right;
}
.testimonial_review_top span i {
	color: gold;
	margin: 0px 1px;
}
.review_txt_top .fb {
	background-color: #3b5997;
	float: left;
	padding: 3px;
}
.review_txt_top .fb i {
	color: #fff;
}
.client_review {
	border: 1px solid #e1dbdb;
	padding: 15px;
	margin-top: 10px;
}
.review_txt {
	padding: 0;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	color: #666;
	text-align: center;
	min-height: 170px;
}
.hire_developers_cover {
	background: url("../img/black_bg.jpg") no-repeat;
	background-size: cover;
	padding: 150px 0px;
	color: #333;
}
.hire_cvr_head_top {
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	margin: 0px 0px 30px;
}
.hire_cvr_content_botm {
	font-size: 28px;
	line-height: 20px;
	color: #eee;
	margin: 0px 0px 20px;
}
p.hire_cvr_content_txt {
	color: #fff;
}
.contact_us_btn {
	display: inline-block;
	color: #fff;
	background-color: #20acb2;
	padding: 15px;
	font-size: 14px;
}
.contact_us_btn:hover {
	color: #fff;
}
.web_development_formats {
	padding: 70px 0px;
	background-color: #fff;
	color: #333;
	text-align: center;
}
.web_development_formats_heading {
	padding: 0px 0px 30px;
}
.web_development_formats_heading_txt {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
.web_development_formats_content ul li {
	float: left;
	width: 25%;
	padding: 10px;
	transition: ease .5s;
}
.web_development_formats_content ul li:hover {
	transform: scale(1.05);
}
.web_development_formats_list {
	border: 1px solid #dcd0d0;
	padding: 20px 0px;
}
.web_development_formats_img_holder {
	display: inline-block;
}
.web_development_formats_txt .format_txt {
	font-size: 12px;
}
.format_nm {
	font-size: 16px;
	font-weight: 700;
}
.format_info_btn {
	display: inline-block;
	padding: 10px 15px;
	;
	border: 1px solid #dcd0d0;
}
.developers_skill {
	padding: 100px 0px;
	color: #fff;
	background: url(../img/black_bg.jpg) no-repeat;
	background-size: cover;
}
.developers_skill_heading {
	padding: 30px 0px;
}
.developers_skill_heading_txt {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}
.developers_skill_img_holder {
	padding-top: 35px;
}
.developers_skill_list ul li {
	list-style-type: disc;
	font-size: 16px;
}
.developers_skill_list ul {
	padding: 0px 20px;
}
.explore_php_project {
	padding: 100px 0px;
	background-color: #fff;
}
.php_project_item {
	border: 1px solid #e0d2d2;
}
.php_project_item .project_img {
	height: 360px;
	width: 100%;
}
.php_project_txt_head {
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
}
.php_project_txt {
	font-size: 16px;
}
.see_portfolio_btn {
	padding: 15px 20px;
	border: 1px solid #e0d2d2;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	background-color: #0aa8ae;
	color: #fff;
	margin-top: 50px;
	text-decoration: none;
}
.see_portfolio_btn:hover {
	color: #fff;
}
.why_us {
	padding: 30px 0px;
	color: #333;
}
.why_us_top {
	text-align: center;
	padding: 50px 0px;
}
.why_us_heading {
	font-size: 32px;
	line-height: 40px;
	margin: 0px 0px 20px;
	display: block;
}
.why_us_subheading {
	font-size: 20px;
	line-height: 40px;
	text-align: left;
	color: #26aeb2;
}
.why_us_subheading i {
	font-size: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.why_us_subcontent {
	font-size: 14px;
	text-align: justify;
}
.job_catagory {
	padding: 70px 0px;
	color: #333;
	background: url(../img/workplace.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.job_catagory .container {
	z-index: 1;
	position: relative;
}
.job_catagory_item {
	padding: 20px;
}
.job_catagory_heading {
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	margin: 0px 0px 0px;
}
.job_catagory_txt {
	font-size: 14px;
	color: #fff;
}
.find_job_btn {
	display: inline-block;
	background-color: #1eacb1;
	color: #fff;
	font-size: 12px;
	padding: 15px;
}
.job_catagory::after {
	content: "";
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	z-index: 0;
}
.gallery_cover_holder img {
	width: 100%;
}
.gallery_item_content {
	background: url('../img/sample.jpg');
	height: 100%;
	background-size: cover;
	background-position: center;
	margin: 0px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 6px #aaa;
}
.gallery_head {
	background-color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	color: #333;
}
.gallery_item {
	padding: 20px;
	background-color: #fff;
}
.gallery_item li {
    width: 25%;
    float: left;
    list-style: none;
    height: 240px;
    padding: 10px;
} 
.gallery_item li:nth-child(5) {
    width: 100%;
    float: right;
    height: 600px;
}
/*------------------------------Our Company ------------- */
.about_top_content {
	padding: 80px 0px 80px 0px;
	text-align: left;
}
.image_content_about {
	padding: 80px 0px 80px 0px;
}
.about_top_content .heading_about {
	font-size: 24px;
	font-weight: 700;
}
.about_top_content .content_about {
	float: left;
	line-height: 32px;
	font-size: 15px;
	color: #345271;
	font-weight: 100;
	margin-top: 0px;
}
.about_banners_img {
	background: url('../img/team.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
}
.about_covered_shape::after {
	content: "";
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	z-index: 0;
}
.portfolio_list_item_content.get_quote {
	transform: scale(1);
	background: rgb(0 0 0 / 80%);
}
.portfolio_list_item_content.get_quote .portfolio_desc p {
	font-size: 18px;
}
a.get_quote {
	background: #46d5aa;
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
	margin: 10px 0px 0px;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 50px;
}
div#requestModal {
	overflow: auto;
}
.fixed_request_quote {
	position: fixed;
	right: 0;
	top: 36%;
	transform: rotate(-90deg);
	transform-origin: right top;
	margin: 0px 30px 0px 0px;
}
.fixed_request_quote a {
	background: #1c3950;
	padding: 10px 15px;
	line-height: 24px;
	border-radius: 10px 10px 0px 0px;
	color: #fff;
	font-size: 16px;
}
.first_button {
	background-color: #2eafb4;
	padding: 12px 35px;
	color: white;
	font-size: 16px;
	border-radius: 3px;
}
.first_button:hover {
	background-color: white;
	padding: 12px 35px;
	color: black;
	font-size: 16px;
	border-radius: 3px;
	border: 1px solid #e7e6e6;
}
.second_button {
	background-color: white;
	padding: 12px 35px;
	color: black;
	font-size: 16px;
	border-radius: 3px;
	border: 1px solid #e7e6e6;
}
.second_button:hover {
	background-color: #2eafb4;
	padding: 12px 35px;
	color: white;
	font-size: 16px;
	border-radius: 3px;
}
.about_company h1 {
	font-size: 36px;
	color: rgb(51, 51, 51);
	text-align: center;
	font-weight: 300;
}
.our_company_content {
	font-size: 17px;
	color: rgb(102, 102, 102);
	text-align: center;
	max-width: 1253px;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
.our_company_txt {
	padding-bottom: 50px;
}
/*-----our-company- project rating---*/
.icon_about {
	display: block;
}
.icon_about ul {
	justify-content: space-between;
	text-align: left;
}
.icon_about ul li {
	margin: 0;
	display: inline-block;
	width: 24%;
	list-style: none;
	text-align: center;
}
.icon_about ul li a {
	display: block;
	text-decoration: none;
}
.icon_about ul li a span.icon {
	color: #0aa8ae;
	vertical-align: middle;
	display: inline-block;
	font-size: 60px;
	width: 70px;
	text-align: center;
}
.icon_about .about_icon_text {
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
}
.icon_about .about_icon_text .numbers {
	line-height: 35px;
	color: #33b0b5;
	font-size: 36px;
	font-weight: 500;
	text-align: left;
	display: block;
}
.icon_about .about_icon_text .icon_content {
	margin-top: 0;
	color: #333;
	font-size: 16px;
	text-align: left;
	display: block;
}
/* fundraising script*/

 

section.fundraising_services {
	padding: 100px 0px;
}
.content_top_heading {
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 15px;
	text-align: center;
}
.fundraising_services_item {
	height: 320px;
	padding: 15px;
}
.service_item_img_holder {
	padding: 15px 0px;
	text-align: center;
}
.service_item_img_holder i {
	font-size: 65px;
	padding: 20px 0px;
	color: #c53c38;
}
.service_content_txt {
	text-align: center;
}
.service_content_txt_subtitle {
	font-size: 18px;
	font-weight: 500;
}
.service_content_txt_contnet {
	font-size: 14px;
	padding: 10px;
	color: #444;
}
.express_contain_one {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}
.expres_left_image {
	border: 1px #a57b0a;
	border-radius: 50%;
	border-style: dotted;
	display: inline-block;
	position: relative;
	height: 220px;
	width: 220px;
}
.expres_left_image .expres_left_image_holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 200px;
	width: 200px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
}
.express_right {
	text-align: left;
}
.express_txt_right {
	text-align: right;
}
.express_right > h2 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 30px;
}
.express_right > p {
	font-size: 16px;
}
.play_btn {
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	top: 35%;
	left: 40%;
	font-size: 90px;
}
.get_certify_inner_item {
	padding: 20px 0px;
}
/* fundraising script*/


/* Ondemand service*/ 

section.ondemand_services {
	padding: 50px 0px;
}
.demand_service_item_img_holder i {
	font-size: 65px;
	padding: 30px 0px;
}
.demand_service_item_img_holder {
	padding: 15px 0px;
	text-align: center;
}
section.learning_level {
	padding: 100px 0px;
	text-align: center;
}
.learning_level_heading {
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 30px;
	text-align: center;
}
.learning_level_content {
	padding: 10px 0px;
}
.learning_level_txt {
	padding: 20px;
	height: 220px;
}
.learning_level_inner_item {
	border: 1px solid #e9eae6;
}
.learning_level_content_subtitle {
	line-height: 40px;
	font-size: 14px;
	color: #abb0b1;
}
.learning_level_content_heading {
	line-height: 40px;
	font-size: 24px;
	font-weight: 500;
}
.learning_level_txt_content {
	line-height: 20px;
	font-size: 14px;
	color: #444;
}
.learning_level_inner_item {
	text-align: left;
}
.learning_level_img_holder img {
	height: 220px;
	width: 100%;
}
/* Ondemand service*/

/* marketplace*/

.get_certify_content {
	padding: 50px 0px;
}
.get_certify_content_subtitle {
	font-size: 32px;
	font-weight: 500;
}
.get_certify_txt_content {
	font-size: 15px;
	padding-top: 10px;
	color: #444;
}
.get_certify_img_holder img {
	max-height: 320px;
}
/* marketplace */

/* food_order script*/

.food_ordering_cover {
	background-image: url(../img/food_cover.jpg);
	background-size: cover;
	color: #333!important;
	text-align: left;
}
/* food_order script*/

 
.section-title {
	margin-bottom: 1.5em;
	float: left;
	width: 100%;
	z-index: 99;
}
.section-title h2 {
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 300;
}
.know_us {
	padding: 50px 0px;
}
.know_us .we_are {
	background-image: url(' ../img/we_are.jpg');
}
.know_us .we_do {
	background-image: url('../img/we_do.jpg');
}
.know_us .why_choose {
	background-image: url('../img/why_choose.jpg');
}
.know_us .blog-grid {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 300px;
	position: relative;
}
.know_us .desc {
	border: 1px solid #e6e6e6;
	border-top: 0;
	padding: 20px;
	margin-bottom: 40px;
}
.know_us .desc h3 {
	font-size: 20px;
	margin: 0;
	text-align: center;
}
.know_us .desc h3 a {
	color: rgba(0, 0, 0, 0.7);
}
.speaks_content .speaks_text p {
	margin: 0px 0px 15px;
	text-align: left;
	color: #fff;
	font-size: 17px;
	line-height: 22px;
	font-weight: 300;
}
.work.speaks_text {
	margin: 45px 0px 45px 0px;
}
.work.speaks_heading {
	text-align: right;
	line-height: normal;
	font-size: 70px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 500;
	margin-top: 30px;
}
.work.speaks_section {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 65px;
}
.speaks_section_cover {
	background-color: #de2929;
	opacity: 0.7;
}
.product_banner_inner {
	color: #fff;
}
/*-----------new---------*/


.project_work_sec {
	background-image: url('../design images/clouds-19.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.green_cover_project {
	background-color: #f1f1f1;
	opacity: 0.7;
	width: 100%;
	padding: 100px 0px;
}
.heading_project_green {
	text-align: center;
	margin: 0px 0px 70px 0px;
	font-size: 36px;
	font-weight: 600;
	color: #000;
}
.project_work_item {
	margin-bottom: 0;
	padding: 20px 0px 30px 0px;
	text-align: center;
	border-radius: 13px;
}
.project_work_item_bg1 {
	background-color: #e00808;
}
.working_on_blk:hover {
    color: #fff;
    text-decoration: none;
}
.project_work_item:hover {
    transform: scale(1.05);
    transition: ease 0.5s;
}
.project_work_item_bg2 {
	background-color: #1935c1;
}
.project_work_item_bg3 {
	background-color: #08858a;
}
.project_work_item_bg4 {
	background-color: #bb3a1c;
}
.icon_cover {
	width: 100%;
	height: 100px;
	border-radius: 50%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	text-align: center;
	padding: 0;
	cursor: pointer;
	line-height: 100px;
	text-align: center;
	margin: 0 0 15px;
}
.icon_cover i {
	font-size: 60px;
	color: #fff;
	line-height: 100px;
}
.pro_icon_content h3 {
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 0px 0px 5px;
}
.pro_icon_content p {
	text-align: center;
	color: #fff;
	font-weight: 600;
}
#requestModal .modal-content {
	background: rgba(255, 255, 255, 0.95);
	border: 0px solid #ffffff;
	border-radius: 10px;
	overflow: hidden;
}
#requestModal .modal-content .modal-header {
    color: #fff;
    font-size: 24px;
    border-bottom: none;
    background: #1c3950;
    padding: 25px;
}
#requestModal .modal-content .modal-header h4 {
    font-weight: 500;
    font-size: 32px;
}
#requestModal .modal-content .modal-header button.close {
	color: #fff;
	opacity: 1;
}
.contact_form_sub_head {
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0.5px;
	margin: 5px 0px 10px;
}
span.wpcf7-not-valid-tip {
	background: #de2929;
	display: block;
	margin: 2px 0px 10px;
	color: #fff;
	text-align: left;
	padding: 6px 10px;
	border-radius: 3px;
	width: 100%;
	float: left;
	position: relative;
	line-height: normal;
	height: auto;
}
span.wpcf7-not-valid-tip::after {
	border-bottom: 7px solid #de2929;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	height: 0;
	left: 4px;
	position: absolute;
	top: -7px;
	width: 0;
}
.contact_form_element .wpcf7-form-control-wrap .wpcf7-form-control {
	border: none;
	color: #333;
	height: 30px;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 0
}
.contact_form_element .wpcf7-form-control-wrap textarea.wpcf7-form-control {
	height: 90px;
}
.contact_form_element label {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	margin: 0px 0px 0px;
}
.contact_form_element {
	margin: 0px 0px 15px 0px;
}
.contact_form_submit .wpcf7-form-control.wpcf7-submit {
	min-width: 100%;
	display: inline-block;
	background: #46d5aa;
	color: #fff;
	border: none;
	height: 49px;
	border-radius: 6px;
	font-size: 18px;
	padding: 0px 20px;
}
.contact_form_submit {
	text-align: right;
}
#requestModal .modal-body {
	background: #fff;
}
.stats_div {
	background: #f1f1f1;
	padding: 25px 0px;
	margin: 25px 0px;
}
.what_we_do_left_head {
	color: #202020;
	font-size: 26px;
	line-height: 40px;
	text-align: left;
	text-shadow: none;
	font-weight: 700;
	margin: 0px 0px 20px 0px;
}
section.job_list {
	padding: 100px 0px;
}
.job_list_heading {
	font-size: 32px;
	text-align: center;
	color: #1c3950;
	font-weight: 500;
}
.job_list_item {
	padding: 25px 0px;
	border-bottom: 1px solid #ddd;
}
.job_heading {
	font-size: 24px;
	color: #1c3950;
	font-weight: 500;
	display: block;
}
.job_detail {
	padding: 10px 0px;
	overflow: hidden;
}
.job_detail span {
	font-weight: normal;
	padding-left: 5px;
}
.job_detail_blocks {
	float: left;
	padding-right: 100px;
	font-size: 14px;
	font-weight: 700;
}
.job_detail_points {
	padding: 0px 0px 6px;
}
.job_desc {
	font-size: 15px;
	color: #555;
}
.testimonials_pg_head {
	text-align: center;
	font-size: 30px;
	margin: 0px 0px 20px;
}
/*  Game Developement */

 

.game_developement_cvr {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 700px;
}
#game_developement_cvr .owl-pagination {
	display: none;
}
#game_developement_cvr .owl-buttons {
	display: none;
}
section.popular_games {
	padding: 30px 0px;
}
.popular_game_img_holder {
	height: 280px;
	width: 100%;
	background-size: cover;
}
section.game_pg_info {
	padding: 100px 0px;
	text-align: center;
}
.game_pg_info_heading {
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: 500;
}
.game_pg_info_subheading {
	font-size: 16px;
	display: inline-block;
	color: #888;
}
.skill_icon {
	background-size: cover;
	height: 80px;
	width: 80px;
	display: inline-block;
}
.game_info_content {
	padding: 50px 0px;
}
.skill_heading {
	padding: 10px 0px;
	font-size: 16px;
	font-weight: 600;
}
.skill_txt {
	color: #888;
	font-size: 14px;
}
section.game_creation {
	padding: 100px 0px;
}
section.game_creation:before {
	background-image: url(../img/joystick.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.game_creation_heading {
	font-size: 24px;
	font-weight: 500;
}
.game_creation_txt_content {
	font-size: 16px;
	color: #888;
}
.game_cvr_img_holder {
	height: 320px;
	width: 100%;
	background-size: cover;
	background-position: center;
}
#game_cover_sliders .owl-pagination {
	display: none;
}
#game_cover_sliders .owl-buttons {
	display: none;
}
.create_game_link a {
	color: #c53c38;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 4px;
	font-size: 16px;
	margin: 0px 5px;
	border: 2px solid #c53c38;
	font-weight: 600;
}
.create_game_link a:hover {
	background-color: #c53c38;
	color: #fff;
}
.tech_info_icon {
	display: inline-block;
}
.tech_info_icon span {
	font-size: 40px;
	background: #c53c38;
	border-radius: 50%;
	color: #fff;
	margin-bottom: 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	height: 70px;
	width: 70px;
	padding: 15px;
}
/*  Game Developement pg finish*/
/*  School management software */

#school_management_banner .owl-pagination {
	display: none;
}
#school_management_banner .owl-buttons {
	display: none;
}
.school_mgmt_inner {
	position: relative;
}
.school_mgmt_banner_content {
	position: absolute;
	top: 40%;
	text-align: center;
	left: 20%;
	color: #fff;
}
.school_mgmt_banner_heading {
	font-size: 48px;
	font-weight: 500;
}
.school_mgmt_banner_txt {
	font-size: 32px;
}
.school_banner_item {
	height: 680px;
	width: 100%;
	background-size: cover;
	background-position: center;
}
section.mgmt_info {
	padding: 70px 0px;
	text-align: center;
}
.mgmt_info_heading {
	padding-bottom: 15px;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
.mgmt_info_subheading {
	font-size: 16px;
	display: inline-block;
	color: #444;
	text-align: center;
}
.mgmt_info_icon {
	background-size: cover;
	height: 80px;
	width: 80px;
	display: inline-block;
}
.mgmt_info_content {
	padding-top: 50px;
}
.mgmt_info_skill_heading {
	padding: 10px 0px;
	font-size: 16px;
	font-weight: 600;
}
.mgmt_info_skill_txt {
	color: #444;
	font-size: 14px;
}
.mgmt_info_item {
	padding: 15px;
	min-height: 220px;
	margin-bottom: 15px;
	border-radius: 6px;
}
.view_more_link_btn a {
	padding: 10px;
	border-radius: 6px;
	color: #fff;
	background-color: #24adb2;
	font-size: 16px;
	display: inline-block;
	width: 150px;
}
.view_more_link_btn {
	padding: 20px 0px;
}
.start_with_btn a {
	padding: 8px;
	border-radius: 6px;
	color: #333;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	width: 100px;
}
.start_with_btn {
	position: relative;
	top: 50%;
	margin-top: -20px;
}
.mgmt_info_img_holder_big {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 350px;
}
.mgmt_info_img_holder_small {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 170px;
}
.banner_item_effect {
	display: none;
	background-color: rgba(9, 9, 9, 0.49);
	text-align: center;
}
.banners_list_item {
	position: relative;
}
.banners_list_item:hover .banner_item_effect {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	display: inline-block;
}
.banner_list_content {
	padding: 50px 0px;
	overflow: hidden;
}
.banner_list_content ul li {
	width: 25%;
	float: left;
	padding: 5px;
	overflow: hidden;
}
.banner_list_content ul li:first-child {
	width: 50%;
}
.banner_list_content ul li:nth-child(4) {
	width: 50%;
}
.banner_list_content ul li:nth-child(5) {
	width: 50%;
}
.mgmt_points_holder {
	margin-bottom: 60px;
}
.mgmt_points_top {
	overflow: hidden;
	padding-bottom: 10px;
}
.mgmt_info_point_icon {
	background-size: cover;
	background-position: center;
	height: 50px;
	width: 50px;
	display: inline-block;
	float: left;
}
.mgmt_points_heading {
	font-size: 16px;
	font-weight: 600;
}
.mgmt_points_heading {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	float: left;
	padding: 10px 0px 10px 20px;
}
section.start_journey {
	padding: 100px 0px;
	background-color: #1c3950;
	text-align: center;
	color: #fff;
}
.start_journey_subheading {
	font-size: 16px;
}
.contact_link_btn {
	color: #1c3950;
	border: none;
	padding: 10px 15px;
	font-size: 16px;
	background-color: #fff;
	display: inline-block;
	margin-top: 20px;
	border-radius: 8px;
}
.contact_link_btn:hover {
	color: #1c3950;
}
section.list_of_system_modules {
	padding: 100px 0px 50px;
	text-align: center;
}
section.schools_review {
	padding: 50px 0px;
}
.school_review_inner {
	padding: 0px;
}
#school_review_slider .owl-pagination {
	display: none;
}
#school_review_slider .owl-buttons {
	display: none;
}
.school_review_item {
	background-color: #eee;
	padding: 20px;
	margin: 0px 10px;
	border-radius: 8px;
	text-align: center;
	height: 400px;
	overflow: hidden;
}
.school_name {
	padding: 10px 0px;
	font-size: 16px;
	font-weight: 600;
}
.school_review_text::before {
	content: '\f10d';
	font-family: 'FontAwesome';
	width: 10px;
	height: 10px;
	color: #888;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0;
}
.school_review_text {
	color: #444;
	font-size: 14px;
	position: relative;
}
.school_reviewer_post {
	text-align: right;
	font-size: 16px;
	padding: 25px 0px 10px;
	color: #26aeb2;
}
.school_icon {
	background-size: cover;
	height: 80px;
	width: 80px;
	display: inline-block;
}
.school_review_text::before {
	content: '\f10d';
	font-family: 'FontAwesome';
	width: 10px;
	height: 10px;
	color: #888;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	vertical-align: top;
}
.school_review_text::after {
	content: '\f10e';
	font-family: 'FontAwesome';
	width: 10px;
	height: 10px;
	color: #888;
	border-radius: 50%;
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	vertical-align: top;
}
section.login_types {
	padding: 50px 0px;
	text-align: center;
}
.login_type_options {
	padding-top: 10px;
}
.login_type_icon {
	background-size: cover;
	height: 40px;
	width: 40px;
	display: inline-block;
}
.login_type_item {
	padding: 15px;
	color: #fff;
}
.login_type_nm {
	font-size: 16px;
}
.login_type_bg1 {
	background-color: #43932f;
}
.login_type_bg2 {
	background-color: #874044;
}
.login_type_bg3 {
	background-color: #a19762;
}
.login_type_bg4 {
	background-color: #37c0f2;
}
/*  School management software finish */

/* blogs*/
 
section.product_banner {
	padding: 150px 0px;
	color: #fff;
}
.market_place_cover {
	background-image: url( ../img/market_place_cvr.jpg);
	background-size: cover;
	background-position: center;
}
.product_heading {
	font-size: 38px;
	letter-spacing: 2px;
	padding-bottom: 20px;
	text-align: center;
}
.product_banner_subtitle {
	text-align: center;
	font-size: 20px;
}
.breadcrumb_blk .breadcrumb {
	background-color: transparent;
	padding: 18px 0px;
	font-size: 16px;
	margin-bottom: 0;
	border: none;
}
.blog_list_title {
	font-weight: bold;
}
.breadcrumb_content {
	margin-top: 60px;
}
.breadcrumb_blk .breadcrumb a {
	color: #333;
}
.blog_detail {
	border-top: 1px solid #ddd;
	padding: 50px 0px;
}
.blogs_item_list {
	padding: 80px 0px;
}
.regular_blogs > ul {
	text-align: center;
	margin: 0px;
}
li.regular_blogs_li {
    margin: 0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    float: left;
    min-height: 460px;
    transition: ease .3s;
}

li.regular_blogs_li:hover {
    background: #f1f3f7;
    transform: scale(1.03);
}
.regular_blog_item {
	padding: 15px;
	min-height: 400px;
}
.regular_blog_image {
	margin: 0px 0px 10px;
	text-align: center;
}
.regular_blog_image_holder {
    background-size: cover;
    background-position: center;
    height: 225px;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 2px 2px 9px #ccc;
}
.regular_blog_image_holder img {
	opacity: 0;
	width: 100%;
	height: auto;
} 
.regular_blog_title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
	margin: 0 0 10px;
    min-height: 60px;
}
.regular_blog_description {
	color: #888;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 5px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.regular_blog_details > span {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 0 0;
}
.regular_blog_details > a {
    background: #09969c;
    color: #fff;
    display: inline-block;
    float: right;
    padding: 10px 30px;
    transition: ease.3s;
    border-radius: 12px;
    font-size: 14px;
}
.blog_sidebar_block {
	MARGIN: 0px 0px 20px;
}
.blog_sidebar_block_heading {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 8px;
	margin: 0px 0px 12px;
	color: #333;
}
.blog_sidebar_normal_list ul {
	padding: 0px;
}
.blog_sidebar_normal_list ul li {
	padding: 6px 0px 6px 5px;
}
.blog_sidebar_normal_list ul li a {
	color: #666;
	font-size: 14px;
	transition: ease .3s;
	font-weight: 400;
}
.blog_sidebar_normal_list ul li a:hover {
	color: #de2929;
}
.blog_sidebar_normal_list ul li a:before {
	display: inline-block;
	margin-right: 8px;
	content: "\e649";
	content: ">";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	vertical-align: middle;
}
/* blogs*/

/* blogs-detail*/

.blog_img_caption {
	padding-bottom: 10px;
}
.blog_image_main img {
	width: 100%;
}
.blog_image_holder img {
	opacity: 0;
	width: 100%;
	max-height: 360px;
}
.blog_image_holder {
	background-size: cover;
	background-position: center;
}
.blog_title {
	color: #333;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 10px;
}
.blog_detail_desc {
	padding: 20px 0px;
}
.blog_desc {
	font-size: 16px;
	color: #333333;
}
.blog_desc h2 {
	line-height: normal;
	color: #333;
	font-size: 36px;
}
.blog_desc h3 {
	line-height: normal;
	color: #333;
	margin: 20px 0px 10px;
	font-size: 28px;
}
.blog_desc p {
    font-size: 16px;
    margin: 0px 0px 15px;
    text-align: justify;
   /*  font-family: 'Raleway', sans-serif; */
    color: #3d3d3d;
}

.blog_desc ul li {
    font-size: 16px;
    color: #333333;
    margin: initial;
}

.blog_detail_dt {
	font-size: 14px;
	display: inline-block;
	margin-right: 20px;
}
.right_blog_menu {
	margin-bottom: 30px;
}
.blog_menu_head {
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding: 15px 0px;
	text-transform: uppercase;
}
.blog_list_item {
	padding: 15px 0px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.blog_list_item:hover {
	background-color: #eee;
}
.blog_list_item a {
	color: #333;
}
.blog_small_img_holder {
	float: left;
	width: 40%;
}
.blog_small_img {
	background-position: center;
	background-size: cover;
	height: 62px;
	width: 100%;
}
.blog_list_item_hd {
	font-size: 13px;
	float: left;
	width: 60%;
	padding: 0px 10px;
}
.blog_list_dt {
	padding-top: 5px;
	color: #777;
}
/* blogs-detail*/


/* services */


.blackberry_pg_cover {
	background-size: auto 100%;
	height: 430px;
	background-position: center;
}
.services_category_head {
	font-size: 18px;
	margin: 0px 0px 20px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #5d6065;
	padding: 0px 0px 7px;
}
.services_category_links li i {
	margin-right: 7px;
}
.services_category_links li a {
	font-size: 15px;
}
.services_category_links li {
	margin: 0px 0px 12px;
	position: relative;
}
.services_category_links li a {
	display: block;
	color: #fff;
}
.hot_service1 {
	height: 40px;
	width: 40px;
	position: absolute;
	top: -6px;
	right: 0px;
}
/* angular js*/

section#codeigniter {
	padding: 58px 0px 0px;
}
.img_responsive {
	width: 100%;
}
.Angular_text {
	background: #9f2a25;
}
.codeigniter_botom {
	background: #c30707;
	display: block;
	padding: 16px 0;
	width: 100%;
}
#codeigniter h1 {
    color: #ffffff;
    font-size: 23px;
}
.codeigniter_botom h1 {
	color: #ffffff;
	font-size: 23px;
	margin: 0;
}
#Angular_box {
	padding: 40px 0;
}
.Angular_box {
	padding: 50px 0px;
}
.Angular_js p {
	margin-bottom: 15px !important;
	line-height: 25px !important;
	text-align: justify;
	font-size: 16px;
}
.black {
	color: #302f2f;
	font-size: 30px !important;
	margin: 0 0 30px;
	text-align: center;
	font-weight: bold;
}
.Angular_black span {
	display: block;
	margin-bottom: 20px;
	padding: 10px 0px;
}
.Angular_black span img {
	display: block;
	margin: 0 auto;
	height: 60px;
}
.Angular_black p {
	font-size: 16px;
	text-align: center !important;
	color: #666;
}
#advantages_illustrator {
	background: #ffffff none repeat scroll 0 0;
	padding: 70px 0px;
	overflow: hidden;
}
#advantages_illustrator h4 {
	margin-bottom: 35px;
}
.Angular_choose_img {
	margin: 0 auto;
	border: 3px solid #302f2f;
	border-radius: 15em;
	display: block;
	height: 160px;
	width: 160px;
	transform: scale(0.7);
	transition: ease .3s;
}
.Angular_choose_img:hover {
	transform: scale(0.8);
}
.Angular_choose p {
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
}
#advantages_illustrator label {
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px !important;
	line-height: 25px !important;
	text-align: justify;
	font-size: 16px;
}
section.achieved_number {
	padding: 30px 0px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.achieved_figure {
	color: #302f2f;
	font-size: 38px;
}
.achieve_dtl {
	font-size: 16px;
	color: #666;
}
.Angular_choose.zoomIn.wow {
	min-height: 250px;
}
.nmbr_middle {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.experts_block {
	padding: 90px 0px;
	color: #fff;
	text-align: center;
	background-size: cover;
	background-position: center;
}
.experts_block_heading {
	font-size: 36px;
}
.experts_block_btn {
	padding: 20px 0px 0px;
}
.experts_block_btn a {
	color: #fff;
	border: 2px solid #fff;
	padding: 10px 20px;
	font-size: 18px;
	display: inline-block;
}
.services_blockquote {
	background-color: #f7f7f7;
	line-height: 24px;
	margin: 30px 0;
	padding: 26px 30px;
	border-left-style: solid;
	border-left-width: 4px;
	border-color: #26aeb3;
	box-shadow: 3px 2px 17px #ddd;
	color: #666;
	font-size: 16px;
}
.services_blockquote > strong {
	font-weight: 700;
	color: #26aeb3;
	display: block;
	margin-bottom: 6px;
	font-size: 18px;
}
.servies_portfolio_inner {
	padding: 100px 0px;
}
.service_portfolio_heading {
	font-size: 34px;
	margin: 0px 0px 5px;
	color: #333;
	font-weight: 700;
}
.service_portfolio_txt {
	font-size: 16px;
	color: #666;
}
.service_portfolio_img {
	background-position: center;
	background-size: contain;
	height: 380px;
	background-repeat: no-repeat;
}
.service_portfolio_item {
	padding: 50px;
	border-radius: 20px;
	background-color: #fff;
	transition: ease .3s;
}
.service_portfolio_btns {
	padding: 30px 0px 0px;
}
.service_portfolio_btns a {
	font-size: 14px;
	padding: 14px 24px;
	border-radius: 30px;
	color: #fff;
	background-color: #5eb963;
	display: inline-block;
	margin: 0px 10px 0px 0px;
}
.servies_portfolio_inner .owl-theme .owl-controls {
	margin-top: 0;
}
#service_portfolio_slider .owl-pagination {
	display: none;
}
#service_portfolio_slider .owl-buttons .owl-prev {
	background-color: transparent;
	position: absolute;
	left: -70px;
	top: 35%;
}
#service_portfolio_slider .owl-buttons .owl-next {
	background-color: transparent;
	position: absolute;
	right: -70px;
	top: 35%;
}
#service_portfolio_slider .owl-prev:before {
	content: '\f104';
	font-family: 'FontAwesome';
	color: #18baab;
	font-size: 72px;
	padding: 2px 10px;
	border-radius: 50px;
	opacity: 1;
}
#service_portfolio_slider .owl-next:before {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #18baab;
	font-size: 72px;
	padding: 2px 10px;
	border-radius: 50px;
	opacity: 1;
}
.service_portfolio_subheading {
	font-size: 18px;
	color: #666;
}
.service_portfolio_points {
	padding: 30px 0px;
}
.service_portfolio_abilties {
	float: left;
	width: 50%;
	display: inline-block;
}
.service_ability_icon {
	background-position: center;
	background-size: contain;
	height: 60px;
	background-repeat: no-repeat;
	float: left;
	width: 20%;
}
.service_ability_txt {
	font-size: 24px;
	float: left;
	width: 80%;
	padding-left: 20px;
	font-weight: bold;
	text-align: left;
}
.service_ability_txt span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.srvc_btn2 {
	margin-left: 20px;
}
.our_achievements {
	padding: 50px 0px;
}
.achieve_head {
	text-align: center;
}
.achieve_content {
	padding: 50px 0px;
}
.achieve_subline {
	font-size: 18px;
}
.achieve_icon {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 70px;
}
.achieve_items {
	text-align: center;
	padding: 10px;
	min-height: 290px;
	border-radius: 15px;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}
.achieve_items:hover {
	background-color: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,.08);
 -webkit-transform: translateY(-.6rem);
 transform: translateY(-.6rem);
	border-radius: 15px;
	min-height: 390px;
}
.achieve_nm {
	padding: 20px 0px;
	font-size: 20px;
	font-weight: 600;
}
.achieve_item_dtl {
	font-size: 15px;
	color: #666;
}
.partner_benifit_heading {
	color: #302f2f;
	font-size: 30px;
	margin: 0 0 30px;
	font-weight: bold;
}
.partner_benifits {
	padding: 50px 0px;
}
.partner_benifit_txt {
	font-size: 14px;
	color: #666;
}
.partner_benifit_img {
	background-position: center;
	background-size: contain;
	height: 420px;
	background-repeat: no-repeat;
}
.our_achievements_heading {
	color: #302f2f;
	font-size: 30px;
	margin: 0 0 20px;
	font-weight: bold;
}
/* angular js */

.cakephp_bottom {
	background: #1e461d;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.code_ignitor_bottm {
	background: #547b01;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.wordpress_botom {
	background: #0f405d;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.magento_botom {
	background: #18823e;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.reactjs_botom {
	background: #3889a9;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.reactnative_botom {
	background: #1c3856;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.android_botom {
	background: #0c926d;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.iphone_botom {
    background: #002033;
    display: block;
    padding: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.android_tablet_botom {
	background: #436700;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.ui_botom {
	background: #d28500;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.appstore_botom {
	background: #058190;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.seo_botom {
	background: #00608e;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.mobile_game_botom {
	background: #048a61;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.html5_botom {
	background: #d41b03;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.ico_botom {
	background: #dc021b;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.digital_marketing_botom {
	background: #00679a;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.social_marketing_botom {
	background: #00679a;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.unity3d_botom {
	background: #037356;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.flutter_botom {
	background: #0b5898;
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
/* internship */

section.cover {
	position: relative;
}
div#cover_pg_slider {
	position: absolute;
	top: 0;
	z-index: 0;
	left: 0;
	height: 100%;
}
.cover .owl-carousel .item {
	height: 100%;
	width: 100%;
	float: left;
}
.cover .owl-carousel .item .pg_cover_content1 {
	height: 100%;
	width: 100%;
	float: left;
}
.pg_cover_content1 {
	position: relative;
	text-align: center;
	color: #fff;
	width: 100%;
	background-position: center;
	background-size: cover;
	height: 100%;
}
.pg_cover_content1_txt {
	position: relative;
	font-size: 32px;
	font-weight: 500;
	padding: 250px 0px;
	text-align: left;
}
.pg_cover_content1_txt span {
	display: block;
	font-size: 72px;
}
.banner_section {
	position: relative;
	z-index: 1;
	padding: 100px 0px 0px;
}
.enquiry_form_box {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	width: 400px;
	float: right;
	z-index: 100;
	border-radius: 5px;
}
.enquiry_form_heading {
	text-align: center;
	margin: 0px 0px 20px;
	font-size: 24px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
}
select.course_select {
	height: 40px;
	border: 1px solid #ddd;
	font-size: 13px;
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-bottom: 15px;
}
.inpt_text {
	height: 70px;
	border: 1px solid #ddd;
	font-size: 16px;
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-bottom: 15px;
}
.inpt_fields {
	height: 40px;
	border: 1px solid #ddd;
	font-size: 13px;
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-bottom: 15px;
}
.capcha_holder {
	margin: 15px 0px;
}
.sbmt_btn2 {
	background: none repeat scroll 0 0 #e3fd05;
	border: medium none;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 17px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	outline: medium none;
	text-align: center;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.about {
	padding: 100px 0px;
}
.bannerinfo {
	padding-top: 2em;
}
.top {
	background: #0079c1;
	color: #fff;
	padding: 2em 2em;
	text-align: center;
}
.top h5 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: .6em;
	font-size: 15px;
}
.top h2 {
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
}
.bannergrid1:nth-child(1), .bannergrid1:nth-child(4), .bannergrid1:nth-child(7) {
	border-right: 1px solid #fff;
}
.bannergrid1 {
	padding: 2em;
	border-bottom: 1px solid #fff;
	background: #1cc7d0;
	min-height: 325px;
}
.clr0 {
	background: #ff4f81;
}
.bannergrid1 i.fa {
	color: #fff;
	float: left;
	font-size: 38px;
	margin-right: 6px;
}
.fa-book:before {
	content: "\f02d";
}
.bannergrid1 h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	float: left;
	margin-top: .5em;
}
.bannergrid1 p {
	color: #fff;
	font-size: 15px;
	margin-top: 1em;
	letter-spacing: .5px;
	text-transform: capitalize;
	line-height: 22px;
	min-height: 135px;
}
.clr1 {
	background: #ffc168;
}
.clr2 {
	background: #2dde98;
}
.clr3 {
	background: #8e43e7;
}
.agileinfo_banner_bottom_left h3 {
	font-size: 2em;
	color: #000;
	text-transform: capitalize;
	margin: 0;
}
.agileinfo_banner_bottom_left p {
	margin: 1em 0 2em;
	color: #666;
}
.services {
	background: url(../img/clrd_bg.jpg)no-repeat center fixed;
	background-size: cover;
}
.services, .mail {
	padding: 5em 0;
	text-align: center;
}
h3.tittle-w3l {
	font-size: 32px;
	color: #00b5b5;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
.w3l-services-grid {
	text-align: left;
}
.w3ls-services-img {
	text-align: center;
}
.w3ls-services-img i {
	color: #fff;
	font-size: 5.5em;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.fa-group:before, .fa-users:before {
	content: "\f0c0";
}
.agileits-services-info h4 {
	color: #fff;
	font-size: 1.8em;
	margin: 1em 0;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
}
.agileits-services-info p {
	color: #eee;
	text-align: center;
}
.property-grids {
	background: #000;
}
.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	overflow: hidden;
	text-align: center;
	right: -15px;
}
figure.effect-moses img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}
figure.effect-moses {
	background: -webkit-linear-gradient(-45deg, #000 0%, #000 100%);
	background: linear-gradient(-45deg, #000 0%, #000 100%);
}
.home-agile-text.w3-tex-2 {
	padding: 2em 5em;
}
.home-agile-text.w3-tex-2 p {
	text-align: left;
}
.home-agile-text p {
	color: #fff;
	margin: 2em 0 2em 0;
	line-height: 2.3em;
}
section.stats {
	text-align: left;
}
.stats-grid i.fa {
	font-size: 3em;
	color: #00b5b5;
	float: left;
	padding-top: 0.4em;
	margin-right: 1em;
}
.fa-group:before, .fa-users:before {
	content: "\f0c0";
}
.fa-building-o:before {
	content: "\f0f7";
}
.w3-count-agile {
	float: left;
}
.numscroller {
	font-size: 3em;
	margin: 0;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
}
.stats-grid h4 {
	font-size: 1.1em;
	font-weight: 100;
}
.fa-book:before {
	content: "\f02d";
}
.fa-mortar-board:before {
	content: "\f19d";
}
.map iframe {
	width: 100%;
	min-height: 400px;
	margin-bottom: -6px;
}
.contact-left-w3ls h3 {
	font-size: 2em;
	color: #FCB941;
	margin-bottom: 1.5em;
	text-align: left;
}
.contact-left-w3ls span {
	font-size: 2em;
	border: 1px solid #00b5b5;
	padding: 13px 15px;
	color: #00b5b5;
}
.glyphicon-home:before {
	content: "\e021";
}
.glyphicon-envelope:before {
	content: "\2709";
}
.glyphicon-phone:before {
	content: "\e145";
}
.glyphicon-time:before {
	content: "\e023";
}
.mail-w3 {
	padding: 2em 0;
}
.contact-left-w3ls h4 {
	color: #000;
	font-size: 1.3em;
	margin: 0;
}
.contact-left-w3ls h4, .contact-left-w3ls h5 {
	text-align: left;
}
.contact-left-w3ls h5 {
	color: #999;
	font-weight: 400;
	font-size: 14px;
	margin: 10px 0px;
}
.contact-left-w3ls h5 a {
	color: #8d8d8d;
}
.contact-left-w3ls h5 a:hover {
	color: #00b5b5;
}
.php_full_training_p {
	padding: 20px;
}
.php_full_training_p p {
	color: rgb(102, 102, 102);
}
/* internship */


/* E-commerce */

.ecom_banner_botom {
    background: #1a2e35;
    display: block;
    padding: 16px 0;
    width: 100%;
}
.ecom_banner_botom h2 {
	color: #ffffff;
	font-size: 23px;
	margin: 0;
}
#exoomerce_shopping {
	background: #0ea547;
	padding: 50px 0px;
}
.why_development h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	margin: 30px 0 40px;
	text-align: center;
}
.why_development p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 40px;
	text-align: center;
}
.hire_php_box {
	text-align: center;
	min-height: 160px;
}
.development_services {
	padding: 50px 0px;
}
.development_services h3 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;
}
.development_main {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.development_why {
	background-size: 100% auto;
	margin: 0 0 30px;
	text-align: center;
}
.development_why span {
	display: block;
	margin: 0 auto 10px;
	height: auto;
}
.development_services p {
	margin-top: 0px !important;
}
/* E-commerce */
  

.tet_heading {
	font-size: 22px;
	margin: 0px 0px 15px;
	display: block;
}
.servies_portfolio_inner .owl-carousel .owl-wrapper-outer {
	box-shadow: 0px 0px 70px #ddd;
	border-radius: 36px;
}
section.about_company {
	color: #202020;
	background-size: cover;
	background-position: center;
}
.about_company_heading {
	font-size: 24px;
	font-weight: 600;
}
.about_company_content {
	font-size: 14px;
	padding: 20px 0px 0px;
}
.about_company_content p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.about_company_txt {
	padding: 50px 100px 50px 25px;
	background: rgba(255, 255, 255, 0.75);
	width: 50%;
	float: right;
}
.servies_portfolio_heading {
	color: #302f2f;
	font-size: 30px;
	margin: 0 0 30px;
	text-align: center;
	font-weight: bold;
}
.mobile_menu {
	display: none;
}




/*.load_more_blogs {
	text-align: center;
}*/

.load_more_blogs {
    text-align: center;
    padding: 20px 0;
}

.load_more_blogs .pagination-container ul.pagination-new {
    text-align: center;
    display: inline-block;
}

.load_more_blogs .pagination-container a.pagination-link--wide.first {
    background-color: #de2929;
    padding: 10px;
    color: #fff;
    text-decoration: none;
	text-transform: uppercase;
    font-size: 16px;
    margin-right: 10px;
    display: block;
}

.load_more_blogs .pagination-container a.pagination-link {
    padding: 10px;
    font-size: 16px;
    margin-right: 10px;
    background-color: #eee;
    color: #000;
    display: block;
    text-decoration: none;
}

.load_more_blogs .pagination-container a.pagination-link--wide.last {
    background-color: #de2929;
    padding: 10px;
    color: #fff;
    font-size: 16px;
	text-transform: uppercase;
    text-decoration: none;
    display: block;
}

.load_more_blogs .pagination-container li.pagination-item.is-active a.pagination-link {
    background-color: #de2929;
    color: #fff;
}

.load_more_blogs .pagination-new li {
    float: left;
}







a.load_more_click {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 15px 0px;
	width: 340px;
	border-radius: 1px;
	max-width: 100%;
	font-size: 21px;
	text-transform: uppercase;
	color: #666;
	margin: 30px 0px 0px;
}
section.advantage_blk {
	padding: 100px 0px;
}
.advantage_blk_hd {
	color: #302f2f;
	font-size: 30px;
	margin: 0 0 20px;
	text-align: center;
	font-weight: bold;
}
.advantage_item {
	padding: 30px;
	border: 2px solid #de2929;
	border-radius: 10px;
	margin: 25px 12px;
	position: relative;
	min-height: 200px;
}
.advantage_item_img_holder {
	position: absolute;
	top: -20px;
	left: -40px;
	background-color: #de2929;
	height: 80px;
	width: 80px;
	border-radius: 5px;
	padding: 20px;
}
.advantage_item_img {
	height: 40px;
	width: 40px;
	background-position: center;
	background-size: cover;
}
.advantage_item_hd {
	font-size: 26px;
	padding-bottom: 15px;
	margin-left: 20px;
}
.advantage_item_txt {
	font-size: 14px;
}
section.requiremnt {
	padding: 0px 0px 100px;
}
.requiremnt_blk_hd {
	color: #302f2f;
	font-size: 30px;
	margin: 0 0 20px;
	text-align: center;
	font-weight: bold;
}
.requiremnt_content p {
	text-align: center;
	font-size: 16px;
}
/* ludo game development*/


section.ready_game_cover {
	padding: 110px 0px 90px;
	background-color: #0e2550;
	/* background: -webkit-linear-gradient(right, #244640 40%, #345777 80%); */
	color: #fff;
}
.game_cover_hd {
    font-size: 46px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #fff;
}

.game_cover_txt {
	font-size: 15px;
	line-height: 30px;
}
.game_cover_link {
	margin-top: 30px;
}
a.game_cover_btn {
    display: inline-block;
    background-color: #de2929;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    margin: 0px 10px 0px 0px;
}
.game_cover_right {
	padding-top: 20px;
}

.game_cover_desc {
    font-size: 16px;
}

.game_cover_btn.call_us_ludo {
    background: #85bf2d;
    color: #fff;
}

.game_cover_img {
	background-size: contain;
	background-position: center;
	height: 400px;
	background-repeat: no-repeat;
}
.game_modes {
	padding: 70px 0px;
}
.game_mode_hd {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #333;
    padding-bottom: 30px;
    margin-top: 0;
}
.game_mode_img {
	height: 140px;
	width: 140px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-bottom: 10px;
}
.game_mode_nm {
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: bold;
}
.game_mode_info {
	text-align: center;
}
.game_mode_item {
	text-align: center;
	margin-bottom: 30px;
}
.game_mode_dtl {
    font-size: 16px;
    color: #666;
    padding: 0px 20px;
    min-height: 80px;
    line-height: 20px;
}
.game_features {
	padding: 70px 0px;
	background-size: cover;
	background-position: center;
}
.game_feature_hd {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	padding-bottom: 10px;
}
.game_feature_subhd {
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding-bottom: 40px;
}
.game_feature_img {
	height: 140px;
	width: 140px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-bottom: 10px;
}
.game_feature_nm {
	font-size: 22px;
	padding-bottom: 10px;
	color: #fff;
	font-weight: bold;
}
.game_feature_info {
	text-align: center;
}
.game_feature_item {
	text-align: center;
	margin-bottom: 30px;
	min-height: 260px;
}
.game_feature_dtl {
	font-size: 14px;
	color: #fff;
}
.why_us {
	padding: 70px 0px;
}
.why_us_hd {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #333;
	padding-bottom: 30px;
}
.why_us_img_holder {
	border: 2px #333;
	border-radius: 50%;
	border-style: dotted;
	display: inline-block;
	width: 150px;
	height: 150px;
	position: relative;
}
.why_us_img_holder .why_us_img {
	height: 135px;
	width: 135px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
}
.why_us_nm {
	font-size: 22px;
	padding-bottom: 10px;
	color: #333;
}
.why_us_info {
	text-align: center;
	padding: 10px 0px;
}
.why_us_item {
	text-align: center;
	margin-bottom: 30px;
	min-height: 260px;
}
.why_us_dtl {
	font-size: 14px;
	color: #666;
}

/* ludo game development*/


#wh-widget-send-button {
    top: auto !important;
	bottom:20% !important;
}  

.home_blogs .regular_blog_image_holder {
    height: 190px;
}

.home_blogs .regular_blog_image_holder img { 
    height: 155px;
}

.home_blogs {
    padding: 40px 0px;
    background: #fff;
}

.home_blogs_head {
    color: #202020;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    text-shadow: none;
    font-weight: 700;
    margin: 0px 0px 20px 0px;
}

.author_image {
    float: left;
    margin-right: 20px;
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.author_image img {
    position: absolute;
    left: 0;  
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.author_name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0px 0px 5px 0px;
}

.author_description {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.author_name a {
    text-decoration: underline;
}

.author_details {
    border-top: 2px dashed #ddd;
    border-bottom: 2px dashed #ddd;
    padding: 30px 10px;
    width: 100%;
    float: left;
} 
 
.regular_blog_title a {
    color: #000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
}

.regular_blog_image_holder a {
    display: block;
    height: 100%;
} 

.banner_lower_content{background: #2840b6;}

.banner_lower_block {
    padding: 45px 25px;
    background: #f8f8f8;
    min-height: 331px;
}

.banner_lower_block_icon {
    font-size: 44px;
    color: #415c71;
    line-height: 50px;
    margin: 0px 0px 20px;
}

.banner_lower_block_heading {
    font-size: 22px;
    color: #415c71;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}

.banner_lower_block.last_block .banner_lower_block_heading {
    color: #fff;
}
  
.banner_lower_block_subheading {
    color: #415c71;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.banner_lower_block_callback {
    font-size: 18px;
    line-height: 1.45455;
    color: #fff;
    font-weight: normal;
    margin: 0px 0px 15px 0px;
}

.col-sm-3.no-pad {
    padding: 0;
}

.home_link a i {
    margin-right: 5px;
}

a.portfolio_btn {
    background: #09969c;
}


a.callback_quote {
    background: #46d5aa;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    padding: 14px 24px;
    border-radius: 100px;
    display: inline-block;
    transition: .3s;
    height: 52px;
    color: #ffffff;
}

.banner_lower_block_callback {
    font-size: 18px;
    line-height: 1.45455;
    color: #fff;
    font-weight: normal;
    margin: 0px 0px 25px 0px;
}

.services_blk_list li a:hover {
    background: #273a4a !important;
    transform: scale(1.05);
    color: #fff;
}

.banner_lower_block.second_block {
    background: #f4f4f4;
}

.banner_lower_block.third_block {
    background: #f0f0f0;
}

.banner_lower_block.last_block {
    background:#1c3950;
}
.how-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
	background-color:#f1f1f1; 
    position: absolute;
    left: 0;
    top: 0;
	display: none;
}

.how-image-1{ background-image:url(../img/how-one-image.jpg); display: block;}
.how-image-2{ background-image:url(../img/how-two-image.jpg)}
.how-image-3{ background-image:url(../img/how-three-image.jpg)}
.how-image-4{ background-image:url(../img/how-four-image.jpg)}


.btadi b::before {
    background-color: rgb(255, 255, 255);
    bottom: 10px;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 70px;
}
.btadi b {
    color: rgb(255, 255, 255);
    display: block; 
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 10px 0 25px;
    position: relative;
    text-transform: uppercase;
}
.btadi p {
    color: rgb(255, 255, 255); 
    font-size: 13px;
    font-weight: unset;
    line-height: 18px;
}
.btadi{ text-align:center;}
.neet_des {
    color: rgb(255, 255, 255);
    padding-bottom:30px;
	text-align:center; 
}
.neet_des > h3::before {
    background-color: rgb(0, 150, 215);
    bottom: 5px;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 300px;
}
.neet_des > p {
    font-size: 13px;
}
.input::after {
    border-right: 1px solid rgb(255, 255, 255);
    bottom: 16px;
    content: "";
    height: 10px;
    position: absolute;
    right: 0;
}
.input.text {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    width: 35%;
}
.input::before {
    border-right: 1px solid rgb(255, 255, 255);
    bottom: 16px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
}
.input.text > input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color rgb(255, 255, 255);
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: rgb(255, 255, 255);
	display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    transition: all 0.15s linear 0s;
    width: 100%;
}
.neet_des > h3 {
    color: rgb(255, 255, 255); 
    font-size: 40px;
    padding-bottom: 15px;
    position: relative;
	margin: 0px;
}

.neet_des > p {
    font-size: 17px;
    margin: 10px 0px;
}

.contact_us{ text-align:center;}
.form {
    text-align: center;
}
.input.text.textarea {
    width: 72%;
}
.input_but {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    margin: 10px 0 0;
    padding: 10px;
}
.footer_mei > li {
    display: inline-block;
    float: none;
    margin: 0;
} 

.footer_mei > li {
    display: inline-block;
    float: none;
    margin: 0 10px;
}
.menu {
    float: right;
    margin: 40px 20px 0 0;
    position: relative;
}
.menu p {
    color: #FFFFFF;
    float: right;
    margin: 0 65px 0 0;
}
.big_tagline {
    font-size: 32px;
    font-weight: 100;
    padding: 15px 0 20px;
    text-transform: uppercase;
	 
}

 
.overlay { 
    background: rgba(52, 82, 113, 0.95);
}

.work_procses_content {
    padding: 70px 0px;
}

.work_procses_section .neet_des p span {
    color: #09969c;
    font-weight: 600;
    font-size: 40px;
}



header{position:fixed;z-index:1000;}
.neet_des.inner_netds{margin-top:20px;padding:0px;}
.static_pages{float:left;margin-top:59px;width:100%;}
.neet_des.inner_netds > h3{color:#fff;margin:10px 0;font-family:'Raleway', sans-serif;text-transform:uppercase;}
.page_content{float:left;margin:10px 0;padding-bottom:90px;width:100%;}
.portfolios{width:100%;float:left;padding:10px 0px;}
.portfolios ul{width:100%;float:left;}
.portfolios ul li{width:31.33%;float:left;margin:1%;padding:5px;box-shadow:0px 0px 5px #ddd;position:relative;overflow:hidden;}
.img_blk{width:100%;float:left;height:250px;position:relative;overflow:hidden;}
.img_blk img{position:absolute;left:0px;right:0px;bottom:0px;top:0px;margin:auto;}
.portfolios ul li:hover .site_link{transform:scale(1);}
.site_link{display:table;position:absolute;width:100%;height:250px;background-color:rgba(45,76,107,.60);z-index:1;bottom:0px;left:0px;text-align:center;transition:ease .4s;-webkit-transition:ease .4s;-moz-transition:ease .4s;transform:scale(0);}
.site_link a{display:table-cell;vertical-align:middle;color:#fff;font-size:30px;}
.services_links{float:left;width:100%;}
.services_links > ul{float:left;width:100%;}
.services_links > ul > li{float:left;padding:10px;text-align:center;width:20%;}
.services_links > ul > li > a{border-radius:3px;width:100%;float:left;padding:5px;text-align:center;background:#fff;box-shadow:0px 0px 5px #ddd;transition:ease .4s;-webkit-transition:ease .4s;-moz-transition:ease .4s;}
.services_links > ul > li > a > i{float:left;margin-bottom:5px;width:100%;}
.services_links > ul > li > a > span{float:left;margin-bottom:5px;width:100%;font-size:14px;margin-bottom:10px;}
.services_links > ul > li > a:hover{transform:scale(1.05);}
.technology_list{float:left;width:100%;}
.technology_list > ul{float:left;width:100%;}
.technology_list > ul > li{float:left;padding:10px;text-align:center;width:20%;}
.technology_list > ul > li > a{border-radius:3px;width:100%;float:left;padding:5px;text-align:center;background:#fff;box-shadow:0px 0px 5px #bbb;transition:ease .4s;-webkit-transition:ease .4s;-moz-transition:ease .4s;}
.technology_list > ul > li > a > i{float:left;margin-bottom:25px;margin-top:20px;width:100%;}
.technology_list > ul > li > a > span{float:left;margin-bottom:5px;width:100%;font-size:14px;margin-bottom:10px;}
.technology_list > ul > li > a:hover{transform:scale(1.05);}
.tab_container{width:100%;float:left;margin:30px 0;min-height:400px;}
.tabing_head{float:left;text-align:center;width:100%;}
ul.tabs{float:left;text-align:center;width:100%;margin-bottom:20px;}
ul.tabs > li{border:1px solid #ddd;border-radius:4px;display:inline-block;font-size:15px;margin:5px;padding:10px 15px;cursor:pointer;}
ul.tabs > li.active{background:rgba(71,180,184,1);color:#fff;}
ul.tabs > li.active:hover{background:rgba(71,180,184,1);color:#fff;}
ul.tabs > li:hover{background:#eee;}
.fix-portfolio .filter li a{padding:10px 15px;display:inline-block;}
.fix-portfolio .filter li{padding:0px;display:inline-block;}


div.help-inline.error {
    background: #A71515;
    border: 1px solid #A71515;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 12px;
    margin: 5px 0 0;
    padding: 2px 8px;
    position: relative;
    width: 100%;
    z-index: 1;
}
div.help-inline.error::before {
    content: "";
    position: absolute;
    border-bottom: 7px solid #A71515;
    top: -7px;
    left: 5px;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

span.help-inline.error {
    background: #e62328;
    border: 1px solid #e62328;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 12px;
    margin: 5px 0 0;
    padding: 2px 8px;
    position: relative;
    width: 100%;
    z-index: 1;
}


span.help-inline.error::before {
    content: "";
    position: absolute;
    border-bottom: 7px solid #e62328;
    top: -7px;
    left: 5px;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.form-control.day {
    width: 24%;
    float: left;
	margin: 0 1;
}
 
 #loader_img {
    background: rgba(255, 255, 255,0.9) url(../img/loader32222.gif) no-repeat scroll center center / 70px auto;
	border-color: #52ce95 #2e88de #e6595f #f3ed3c;
    bottom: 0;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
    background-size: 70px;
}

.blog_desc * {
    font-size: 18px;
    margin: 0px 0px 15px;
    text-align: justify;
    /* font-family: 'Raleway', sans-serif; */
    color: #3d3d3d;
}

.blog_desc ul {
    list-style: disc;
    padding: 0 0 0 50px;
}

.blog_desc ol {
    padding: 0 0 0 50px;
}

.blog_desc * a {
    text-decoration: underline;
}

blog_desc * a *, .blog_desc * a {
    text-decoration: underline;
    color: #1c3950;
}
 
 
.blog_sidebar_block_content {
    margin: 0px 0px 20px 0px;
}

.banner_ad_1 {
    text-align: center;
    background: #1c3950;
    padding: 40px 20px;
    border-radius: 4px;
	transition:ease .3s;
	margin:0px 0px 30px 0px;
}
.banner_ad_1:hover {
    background: #000;
}
.banner_ad_1 a:hover{ 
text-decoration:none;
}

.banner_ad_1_link {
    font-size: 16px;
    background: #de2929;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}

.banner_ad_1_desc {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}

.banner_ad_1_title {
    color: #fff;
    font-size: 28px;
    margin: 0px 0px 10px 0px;
}
 /* dashboard css */
 
 
 
 .dashboard_page_holder {
    position: fixed;
    height: 100%;
    z-index: 0;
    padding: 114px 0px 0px;
    width: 100%;
}


.dashboard_content_holder {
	    position: relative;
	    width: 100%;
	    height: 100%;
}


.dashboard_left_menu {
    position: absolute;
    left: 0;
    height: 100%;
    width: 300px;
    border-right: 1px solid #ddd;
    background: #fff;
	z-index: 1;
}

 .dashboard_user_details_left_image {
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: 15px;
	float: left;
}

.dashboard_left_project_list {
    padding: 10px;
}

.project_list_item {
    padding: 15px;
    background-color:#fff;
    border-radius: 10px;
	transition:ease .3s;
	cursor:pointer;
}

.project_list_item:hover { 
    background-color: rgba(0, 0, 0, .05); 
}

.dashboard_left_project_list li {
    margin: 10px 0px;
}

.project_list_item_name {
    font-size: 16px;
    font-weight: 600;
}
.active .project_list_item {
    color: #d93025;
    background-color: #fce8e6;
}

.project_list_item_desc {
    font-size: 13px;
    color: #666;
    margin: 5px 0px 3px;
}

.project_list_item_desc i {
    margin-right: 5px;
}

.dashboard_right_content {
    height: 100%;
    overflow-y: auto;
    padding: 0px 0px 0px 300px;
    position: relative;
}
.dashboard_right_content.open_popup { 
    overflow: hidden;
}

.product-download-form-content-hd {
    color: #333;
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-download-form-content-txt {
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.product-download-form-block {
    max-width: 500px;
    margin: auto;
}


.product-download-form-block form input.form-control {
    box-shadow: none;
    display: block;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #eee;
    color: #999;
    padding: 0 20px;
}

.product-download-form-block form textarea {
    box-shadow: none;
    display: block;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    color: #999;
    padding: 10px 20px;
}

.product-download-header-block {
    margin-bottom: 40px;
    padding: 0 70px;
}

.product-download-form-block form button.form-control {
    box-shadow: none;
    display: block;
    border-radius: 50px;
    background-color: #1c3950;
    height: 50px;
    color: #fff;
    font-size: 20px;
    border: none;
    box-shadow: none;
}

.product-download-form-content {
    padding: 50px 0;
}

#product-download-form .modal-content {
    background-color: #f5f5f9;
}

#product-download-form .modal-header {
    border: none;
}

.product-download-form-content-img {
    text-align: center;
}

.product-download-form-content-img img {
    max-width: 200px;
}

.blog_desc p a * {
    color: #1c3950 !important;
	text-transform: capitalize;
}
.blog_desc ul li { 
    margin: 0px 0px 10px 0px;
}
 
.proposal_category ul {
    overflow-y: auto;
    white-space: nowrap;
    padding: 10px;
}

.proposal_category ul li {
    display: inline-block;
    padding: 10px;
    background: #000;
    border-radius: 9px;
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
}
 
.proposal_list {
    padding: 10px;
}

.proposal_list_item {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 9px;
    box-shadow: 2px 2px 5px #ddd;
    margin: 0px 0px 15px 0px;
}

.proposal_heading {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

.proposal_description {
    height: 71px;
    overflow: hidden;
}

.proposal_action a {
    flex: 1;
    text-align: center;
    padding: 10px;
    display: block;
    background: #f1f3f6;
    margin: 0px 1px;
    border-radius: 7px;
    font-size: 15px;
}

.proposal_action {
    display: flex;
}

.proposal_action a i {
    margin-right: 10px;
}
.project_list_head {
    font-size: 20px;
    margin: 0px 0px 15px 0px;
}
 
.dashboard-right-detail-heading-meta_inner i {
    margin-right: 7px;
}

.dashboard-right-detail-heading-meta_inner {
    color: #666;
}
.banner_ad_1.black_colored_ad {
    background: #111;
}

.table .menu-btn {
    width: 30px;
    text-align: center;
}

.project_bugs_table_holder {
    padding: 20px;
    background: #fff;
    border-top: 1px solid #ddd;
}

.project_status_info span.label{
    font-size: 14px;
    border-radius: 20px;
    padding: 7px 10px;
    display: inline-block;
}

.project_bugs_table_holder .table td.project_title_info {
    vertical-align: middle;
}


.project_bugs_table_head {
    font-size: 20px;
    margin: 0px 0px 20px 0px;
    font-weight: 500;
}


tr.open_bug_bg {
    background: #fff4f4;
}

tr.fixed_bug_bg {
    background: #fffaeb;
}

tr.resolved_bug_bg {
    background: #ebffee;
} 

.dashboard_right_content_inner {
  /*   position: relative; */
}


.bug_detail_popup {
    position: absolute;
    top: 0;
    width: calc(100% - 300px);
    background: rgba(0,0,0,0.5);
    height: 100%;
    right: -100%;
    box-shadow: 0px 0px 20px #ddd;
    z-index: 0;
    transition: ease .3s;
    padding: 0px 0px 0px 140px;
}

.bug_detail_popup.show {
    right: 0;
}

.bug_detail_popup_inner {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
}

.bug_detail_popup_inner {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0px 0px 20px #888;
	overflow: auto;
}

.bug_detail_popup_head {
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin: 0px 0px 10px;
    padding: 0px 30px 0px 10px;
    display: flex;
    justify-content: space-between;
}

.bug_detail_popup_head_name {
    font-size: 24px;
    margin: 0px 0px 3px 0px;
}

.bug_detail_popup_head_time {
    color: #666;
    font-size: 14px;
}

.bug_detail_popup_head_status span.label {
    font-size: 14px;
    border-radius: 20px;
    padding: 7px 10px;
    display: inline-block;
}
.comments_list_item {
    margin: 0px 0px 10px;
}
 
.comments_list_item_user_img {
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
    border: 1px solid #ececec;
    box-shadow: 2px 2px 4px #ddf;
}

.comments_list_item_user_info {
    padding-left: 0px;
    overflow: hidden;
    position: relative;
}

.comments_section_head {
    font-size: 18px;
    margin: 20px 0px 20px;
    font-weight: 500;
}

.comments_list_item {
    margin: 0px 0px 10px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
}

.comments_list_item_user_name {
    color: #050505;
    font-size: 16px;
    word-break: break-word;
    padding: 0px 18px 0px 0px;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
}

.comments_list_item_text p {
    color: #666;
    font-size: 15px;
    word-break: break-word;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
}

.comments_list_item_lower {
    color: #666;
    font-size: 15px;
    word-break: break-word;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    text-align: right;
}
  
.add_comments_form_input_holder textarea#bugComment {
    width: 100%;
    border: 1px solid #ddd;
    height: 100px;
    margin: 0px 0px 5px 0px;
    resize: vertical;
    padding: 10px;
    color: #666;
}

.add_comments_form_submit {
    text-align: right;
}

.add_comments_form_submit a {
    display: block;
    background: #1c3950;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
}

.add_comments_section {
    margin: 0px 0px 30px;
    background: #f1f3f5;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 2px 3px 6px #ddd;
}


span.bug_detail_popup_close {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #d93025;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    top: 0px;
    border-radius: 0px 0px 0px 15px;
    cursor: pointer;
    left: 90px;
}

.best_ludo_developers_content {
    display: flex;
    padding: 30px 0px;
}

.best_ludo_developers_right {
    min-width: 50%;
    text-align: center;
    max-width: 50%;
}

.best_ludo_developers_left h2 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 36px;
    color: #000;
}

.best_ludo_developers_left h3 {
    margin: 0 0 20px;
    color: #de2929;
}

p.best_ludo_developers_text {
    font-size: 18px;
    color: #333;
    text-align: justify;
}

.best_ludo_developers {
    padding: 20px 0px;
}


.what_is_ludo {
    background: #ffe500;
    text-align: center;
    color: #000;
    padding: 60px 0px;
}

.what_is_ludo_left h2 {
    margin: 0px 0px 20px;
    font-size: 34px;
    font-weight: 600;
}

.what_is_ludo_left p {
    font-size: 18px;
}


.what_is_ludo_links a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 20px;
    margin: 0px 3px;
    font-size: 16px;
}

a.whatsapp_link {
    background: #6cb727;
    border-color: #8ddd44;
    color: #fff;
}

a.call_link {
    background: #de2929;
    color: #fff;
    border-color: #ff6363;
}

.what_is_ludo_left {
    margin: 0px 0px 30px;
}

.services_blk_list li a.salesforce_item {
    background: #effaff;
    color: #00a2e1;
}