/* portfolio name : Capital_first */


/* design by bikash on 04.12.2018 */

* {
	padding: 0px;
	margin: 0px;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
}

html {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
}

.d-flex{
	display: flex;
	flex-flow: row wrap;
}


.row {
	padding: 0;
	margin: 0;
}

.padding_less {
	padding: 0px !important;
}

.padding_lefty {
	padding-left: 0px;
}

.padding_righty {
	padding-right: 0px;
}

a {
	color: #2380c2;
}

a:focus,
a:hover {
	color: #505050;
	text-decoration: underline;
}

a:focus,
a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
	outline-offset: 0px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
	outline: none;
	outline-offset: 0px;
}

.btn {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

input,
button,
select,
textarea {}

.table {
	font-size: 14px;
}

ul {
	margin: 0;
	list-style-type: none;
}

li {
	display: block;
}

h1 {
	font-family: 'steelfish_rgbold';
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

.input-field>label {
	font-size: 1.3rem;
}

h6,
p {
	margin: 0;
	padding: 0;
}

.text_s {
	background-color: #fff;
	border: 1px solid #ededed;
	width: 100%;
	float: left;
	height: 45px;
	color: #7A7979;
}

.select_s {
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	background-color: #fff !important;
}

.modal {
	box-shadow: none;
	background-color: transparent;
}

.form-control.f_1::placeholder {
	color: #c1c3c5;
	opacity: 1;
}

.form-control.f_5::placeholder {
	color: #c1c3c5;
	opacity: 1;
}

.form-control.f_4::placeholder {
	color: #c1c3c5;
	opacity: 1;
}

moz::placeholder {
	color: #c1c3c5;
	opacity: 1;
}

.form-control.f_1_b::placeholder {
	color: #2b2b2b;
	font-family: 'josefin_sansregular';
}

.form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/*Scroll to top section start*/

.cd-top {
	display: inline-block;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	z-index: 99999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("../images/icon/scroll_top.png") no-repeat center 50%;
	visibility: hidden;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 0.5;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}


/* End Footer / Copyright Section

<a href="#0" class="cd-top">Top</a>

*/


/*Scroll to top section end*/


/*------------Home_page------------*/


/*------header----*/

section#Header {
	width: 100%;
	height: auto;
	z-index: 9999;
}

header {
	width: 100%;
	float: left;
	height: auto;
	position: fixed;
	z-index: 9999;
	background-color: rgba(36, 42, 47, 0.7);
	height: 8px;
}

.logo_area {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px 0 0;
}

.logo_area img.img-responsive {
	width: 70%;
	float: left;
	height: auto;
	padding: 15px 0;
}

.social_hedear_icon {
	display: none;
}

.nav_area {
	width: 100%;
	float: left;
	height: auto;
	text-align: right;
}

.nav_area ul {
	padding: 0px 0;
	width: 100%;
	float: left;
	height: auto;
}

.nav_area ul li {
	display: inline-block;
	padding: 0px 7px;
}

.nav_area ul li a {
	color: #fff;
	font-size: 13px;
	font-family: 'robotomedium';
	font-weight: normal;
	transition: all ease-in-out 0.3s;
}

.nav_area ul li a:hover {
	color: #226db7;
	transition: all ease-in-out 0.3s;
}

.nav_area ul li.active a {
	color: #226db7;
	transition: all ease-in-out 0.3s;
}


/*------End header----*/


/*-----Start Banner-----*/

section#banner {
	width: 100%;
	height: auto;
}

.left.carousel-control {
	background: none;
}

.right.carousel-control {
	background: none;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	width: 100%;
	background-size: cover;
}

.banner_text {
	width: 100%;
	float: left;
	height: auto;
}

.banner_text h1 {
	font-family: 'steelfish_rgbold';
	font-size: 100px;
	text-transform: uppercase;
	line-height: 95px;
}

.banner_text h6 {
	font-family: 'rafalebg';
	font-size: 24px;
	line-height: 30px;
	padding: 30px 55px 0;
}


/*--------End Banner_area------------*/


/*--------------Start need_area---------*/

section#your_need {
	width: 100%;
	height: auto;
}

.need_area {
	width: 100%;
	flex-wrap: nowrap;
	height: auto;
}

.product_heading {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 30px 0;
}

.product_heading h2 {
	font-family: 'steelfish_rgbold';
	font-size: 100px;
	text-transform: uppercase;
	line-height: 130px;
	color: #000;
}

.product_line {
	width: 100%;
	float: left;
	height: auto;
}

.product_box {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 0px;
}

.product_img {
	width: 100%;
	display: flex;
	height: 500px;
}

.product_img img.img-responsive {
	width: 100%;
	float: left;
	height: auto;
	padding: 5px;
	object-fit: contain;
}

.product_text {
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
	padding: 0px 0;
}

.product_text h3 {
	font-size: 30px;
	padding: 0px 0;
	line-height: 30px;
	font-family: 'robotobold';
	color: #242a2f;
}


/*--------------End need_area---------*/


/*.btn.btn-primary.learn_1 {

	background: rgba(37,137,199,1);

	background: -moz-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,137,199,1)), color-stop(100%, rgba(87,180,237,1)));

	background: -webkit-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: -o-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: -ms-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: linear-gradient(to right, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	border: 0px solid transparent;

	text-transform: uppercase;

	width: auto;

	height: auto;

	margin: 10px 0 0;

	font-family: Arial, Helvetica, sans-serif;

	letter-spacing: 02px;

	font-family: 'helvetica_medium_condensed_Rg';

	font-weight:normal;

}*/

.btn.btn-primary.learn_1 {
	background: rgba(37, 137, 199, 1);
	border: 0px solid transparent;
	text-transform: uppercase;
	width: auto;
	height: auto;
	margin: 10px 0 0;
	letter-spacing: 02px;
	/*font-family: 'helvetica_medium_condensed_Rg';*/
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}


/*.btn.btn-primary.learn_1:hover{

	background: rgba(43,160,228,1);

	background: -moz-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(43,160,228,1)), color-stop(100%, rgba(40,128,191,1)));

	background: -webkit-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: -o-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: -ms-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: linear-gradient(to right, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba0e4', endColorstr='#2880bf', GradientType=1 );

}*/

.btn.btn-primary.learn_1:hover {
	background: rgba(43, 160, 228, 1);
}


/*.btn.btn-primary.learn_2 {

	background: rgba(37,137,199,1);

	background: -moz-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,137,199,1)), color-stop(100%, rgba(87,180,237,1)));

	background: -webkit-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: -o-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: -ms-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: linear-gradient(to right, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	border: 0px solid transparent;

	text-transform: uppercase;

	width: auto;

	height: auto;

	margin: 10px 0 0;

	font-family: Arial, Helvetica, sans-serif;

	letter-spacing: 02px;

	font-family: 'helvetica_medium_condensed_Rg';

	font-weight:normal;

}*/

.btn.btn-primary.learn_2 {
	background: rgba(37, 137, 199, 1);
	border: 0px solid transparent;
	text-transform: uppercase;
	width: auto;
	height: auto;
	margin: 10px 0 0;
	letter-spacing: 02px;
	/*font-family: 'helvetica_medium_condensed_Rg';*/
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}


/*.btn.btn-primary.learn_2:hover{

	background: rgba(43,160,228,1);

	background: -moz-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(43,160,228,1)), color-stop(100%, rgba(40,128,191,1)));

	background: -webkit-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: -o-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: -ms-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: linear-gradient(to right, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba0e4', endColorstr='#2880bf', GradientType=1 );

}*/

.btn.btn-primary.learn_2:hover {
	background: rgba(43, 160, 228, 1);
}


/*.btn.btn-primary.learn_3 {

	background: rgba(37,137,199,1);

	background: -moz-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,137,199,1)), color-stop(100%, rgba(87,180,237,1)));

	background: -webkit-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: -o-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: -ms-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: linear-gradient(to right, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	border: 0px solid transparent;

	text-transform: uppercase;

	width: auto;

	height: auto;

	margin: 0px 0 0;

	font-family: Arial, Helvetica, sans-serif;

	letter-spacing: 02px;

	font-family: 'helvetica_medium_condensed_Rg';

	font-weight:normal;

}*/

.btn.btn-primary.learn_3 {
	background: rgba(37, 137, 199, 1);
	border: 0px solid transparent;
	text-transform: uppercase;
	width: auto;
	height: auto;
	margin: 0px 0 0;
	letter-spacing: 02px;
	/*font-family: 'helvetica_medium_condensed_Rg';*/
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}


/*.btn.btn-primary.learn_3:hover{

	background: rgba(43,160,228,1);

	background: -moz-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(43,160,228,1)), color-stop(100%, rgba(40,128,191,1)));

	background: -webkit-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: -o-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: -ms-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: linear-gradient(to right, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba0e4', endColorstr='#2880bf', GradientType=1 );

}*/

.btn.btn-primary.learn_3:hover {
	background: rgba(43, 160, 228, 1);
}


/*.btn.btn-primary.learn_4 {

	background: rgba(37,137,199,1);

	background: -moz-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,137,199,1)), color-stop(100%, rgba(87,180,237,1)));

	background: -webkit-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: -o-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: -ms-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: linear-gradient(to right, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	border: 0px solid transparent;

	text-transform: uppercase;

	width: auto;

	height: auto;

	margin: 10px 0 0;

	font-family: Arial, Helvetica, sans-serif;

	letter-spacing: 02px;

	font-family: 'helvetica_medium_condensed_Rg';

	font-weight:normal;

}*/

.btn.btn-primary.learn_4 {
	background: rgba(37, 137, 199, 1);
	border: 0px solid transparent;
	text-transform: uppercase;
	width: auto;
	height: auto;
	margin: 10px 0 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	letter-spacing: 02px;
	/*font-family: 'helvetica_medium_condensed_Rg';*/
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}


/*.btn.btn-primary.learn_4:hover{

	background: rgba(43,160,228,1);

	background: -moz-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(43,160,228,1)), color-stop(100%, rgba(40,128,191,1)));

	background: -webkit-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: -o-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: -ms-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: linear-gradient(to right, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba0e4', endColorstr='#2880bf', GradientType=1 );

}*/

.btn.btn-primary.learn_4:hover {
	background: rgba(43, 160, 228, 1);
}


/*.btn.btn-primary.learn_5 {

	background: rgba(37,137,199,1);

	background: -moz-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,137,199,1)), color-stop(100%, rgba(87,180,237,1)));

	background: -webkit-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: -o-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: -ms-linear-gradient(left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	background: linear-gradient(to right, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

	border: 0px solid transparent;

	text-transform: uppercase;

	width: auto;

	height: auto;

	margin: 10px 0 0;

	padding:15px 12px;

	font-family: Arial, Helvetica, sans-serif;

	letter-spacing: 02px;

	font-family: 'helvetica_medium_condensed_Rg';

	font-weight:normal;

}*/

.btn.btn-primary.learn_5 {
	background: rgba(37, 137, 199, 1);
	border: 0px solid transparent;
	text-transform: uppercase;
	width: auto;
	height: auto;
	margin: 10px 0 0;
	padding: 15px 12px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	letter-spacing: 02px;
	/*font-family: 'helvetica_medium_condensed_Rg';*/
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}


/*.btn.btn-primary.learn_5:hover{

	background: rgba(43,160,228,1);

	background: -moz-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(43,160,228,1)), color-stop(100%, rgba(40,128,191,1)));

	background: -webkit-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: -o-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: -ms-linear-gradient(left, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	background: linear-gradient(to right, rgba(43,160,228,1) 0%, rgba(40,128,191,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba0e4', endColorstr='#2880bf', GradientType=1 );

}*/

.btn.btn-primary.learn_5:hover {
	background: rgba(43, 160, 228, 1);
}


/*---------------.clients_area-----------*/

section#clients {
	width: 100%;
	height: auto;
	background-color: #ececec;
}

.clients_area {
	width: 100%;
	flex-wrap: nowrap;
	height: auto;
	;
}

.clients_heading {
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
	padding: 30px 0;
}

.clients_heading h2 {
	font-family: 'steelfish_rgbold';
	font-size: 100px;
	text-transform: uppercase;
	line-height: 130px;
	color: #000;
}

.clients_carousal {
	width: 100%;
	float: left;
	height: auto;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	object-fit: contain;
}


/*---------keep_upto----------*/

section#keep_upto {
	width: 100%;
	height: auto;
}

.keep_upto_area {
	width: 100%;
	flex-wrap: nowrap;
	height: auto;
	;
}

.keep_upto_heading {
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
	padding: 30px 0;
}

.keep_upto_heading h2 {
	font-family: 'steelfish_rgbold';
	font-size: 100px;
	text-transform: uppercase;
	line-height: 130px;
	color: #000;
}

.keep_upto_line {
	width: 100%;
	float: left;
	height: auto;
}

.keep_upto_box {
	width: 100%;
	/*float: left;*/
	height: auto;
	text-align: center;
	padding: 25px 0px 0;
	position: relative;
}

.keep_upto_img {
	width: 100%;
	/*float: left;*/
	height: auto;
	position: relative;
}

.keep_upto_img img.img-responsive {
	width: 100%;
	float: left;
	height: 180px;
	/*object-fit: contain;*/
}

._update_box {
	width: 100%;
	height: auto;
	top: 15px;
	left: 15px;
	position: absolute;
	content: ' ';
}

._update_box h6 {
	background: rgba(64, 63, 63, 0.7);
	width: 220px;
	height: 86px;
	padding: 10px 0;
	border-radius: 15px;
	color: #fff;
	font-size: 40px;
	line-height: 55px;
	letter-spacing: 4px;
}

.keep_upto_text {
	width: 100%;
	/*float: left;*/
	height: auto;
	text-align: center;
	padding: 30px 0 0;
}

.keep_upto_text h3 {
	font-size: 30px;
	padding: 0px 0;
	line-height: 30px;
	font-family: 'robotobold';
	color: #242a2f;
}

.keep_upto_text p {
	/*font-family: 'rafalebg';*/
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 30px;
	padding: 30px 55px 0;
	color: #242a2f;
}


/*----------newsletter----------*/

section#newsletter {
	width: 100%;
	height: auto;
	background-color: #2c4353;
}

.owl-nav {
	display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #1a1818;
}

.newsletter_area {
	width: 100%;
	flex-wrap: nowrap;
	height: auto;
	;
}

.newsletter_heading {
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
	padding: 0px 0 20px;
}

.newsletter_heading h2 {
	font-family: 'steelfish_rgbold';
	font-size: 100px;
	text-transform: uppercase;
	line-height: 130px;
	color: #fff;
}

.row.r_1 {
	width: 100%;
	float: left;
	height: auto;
}

.newsletter_line {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px 120px;
	text-align: center;
}

.form_line {
	width: 100%;
	float: left;
	height: auto;
	padding: 20px 0;
}

.type_enquery {
	width: 100%;
	float: left;
	height: auto;
	padding: 30px 0 0;
}

input.form-control.f_1 {
	width: 100%;
	float: left;
	height: 98px;
	border-radius: 20px;
	color: #242a2f;
	border: 0px solid #fff;
	text-indent: 20px;
	padding: 6px 0;
}


/*----------discuss_room----------*/

section#discuss_room {
	width: 100%;
	float: left;
	height: auto;
	background-color: #e8e9ea;
}

.discuss_room_area {
	width: 100%;
	flex-wrap: nowrap;
	height: auto;
	;
}

.discuss_room_heading {
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
	padding: 0px 0;
	display: none;
}

.discuss_room_heading h2 {
	font-family: 'steelfish_rgbold';
	font-size: 100px;
	text-transform: uppercase;
	line-height: 130px;
	color: #000;
}

.discuss_room_heading h6 {
	font-family: 'rafalebg';
	font-size: 2.375em;
	line-height: 50px;
	padding: 30px 40px;
	max-width: 56%;
	margin: 0 auto;
	color: #242a2f;
}

.discuss_room_heading h6 a {
	color: #2a9adc;
	text-decoration: underline;
}

.discuss_room_line {
	text-align: center;
	padding: 60px 0;
	width: 100%;
	float: left;
	height: auto;
}

select.form-control.f_4 {
	width: 100%;
	height: 98px;
	border-radius: 15px;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	background-color: #FFF !important;
	color: #c1c8c5;
	background: url(../images/logo/icon.png) no-repeat 98% 50%;
	border: 0px solid #fff;
	text-indent: 20px;
}

textarea.form-control.f_5 {
	height: 250px;
	border-radius: 15px;
	width: 100%;
	resize: none;
	color: #242a2f;
	border: 0px solid #fff;
	text-indent: 20px;
}


/*----------End discuss_room----------*/


/*-------------dream_room-----------*/

section#dream_room {
	width: 100%;
	float: left;
	height: auto;
}

.see_area {
	width: 100%;
	float: left;
	height: auto;
}

.dream_zome {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
	background: url(../images/banner/banner_picture_1.png) no-repeat 0 0;
	background-size: auto auto;
	background-size: cover;
	text-align: center;
	padding: 170px 0;
	color: #fff;
}

.banner_text_1 {
	bottom: 0;
	position: absolute;
	text-align: center;
	left: 0;
	width: 100%;
	height: auto;
	padding: 160px 0;
}

.dream_zome h2 {
	font-family: 'steelfish_rgbold';
	font-size: 65px;
	text-transform: uppercase;
	line-height: 66px;
}

.dream_zome h6 {
	font-size: 19px;
	padding: 0px 0;
	line-height: 20px;
	font-family: 'rafalebg';
	max-width: 23%;
	margin: 0 auto;
	padding: 30px 80px;
}


/*-------------End dream_room-----------*/


/*-------footer_area-------*/

section#footer_area {
	width: 100%;
	float: left;
	height: auto;
	background-color: #242a2f;
}

footer {
	width: 100%;
	float: left;
	height: auto;
	padding: 60px 0;
}

.footer_box {
	width: 100%;
	float: left;
	height: auto;
	padding: 30px 0;
}

.footer_logo {
	width: 100%;
	float: left;
	height: auto;
}

.footer_logo a img.img-responsive {
	width: 90%;
	float: left;
	height: auto;
}

.footer_heading {
	width: 100%;
	float: left;
	height: auto;
	color: #fff;
}

.footer_heading h3 {
	font-size: 24px;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'helvetica_medium_condensed_Rg';
	font-weight: 300;
}

.footer_menu {
	width: 100%;
	float: left;
	height: auto;
	padding: 30px 0;
}

.footer_menu ul li {
	padding: 3px 0;
	display: block;
}

.gform_wrapper .gform_footer {
	padding: 10px 0 10px;
	margin: 0px 0 0 !important;
	clear: both;
	width: 100%;
}

.footer_menu ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	/*font-family: 'helvetica_medium_condensed_Rg';*/
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.footer_menu ul li a:hover {
	color: #2a9adc;
}

.footer_menu_1 {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px 0;
}

.footer_menu_1 ul li {
	padding: 0px 0 10px;
	display: block;
}

.footer_menu_1 ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	/*font-family: 'helvetica_medium_condensed_Rg';*/
	font-family: 'Roboto', sans-serif;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.footer_menu_1 ul li a:hover {
	color: #2a9adc;
}

.footer_heading_1 {
	width: 100%;
	float: left;
	height: auto;
	color: #fff;
}

.footer_heading_1 h3 {
	font-size: 24px;
	line-height: 35px;
	/*font-family: 'helvetica_medium_condensed_Rg';*/
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.footer_social {
	width: 100%;
	float: left;
	height: auto;
	padding: 10px 0 0;
}

.footer_social ul li {
	padding: 12px 15px 12px 0;
	display: inline-block;
}

.footer_social ul li a {
	color: #2a9adc;
	font-size: 24px;
	line-height: 20px;
	transition: all ease-in-out 0.3s;
	/*font-family: 'helvetica_medium_condensed_Rg';*/
	font-family: 'Roboto', sans-serif;
}

.footer_social ul li a:hover {
	color: #226db7;
	font-size: 24px;
	line-height: 20px;
	transition: all ease-in-out 0.3s;
}

.copyright_text {
	width: 100%;
	float: left;
	height: auto;
	color: #dcdcdc;
	padding: 15px 0;
}

.copyright_text p {
	font-size: 12px;
	/*font-family: 'rafalebg';*/
	font-family: 'Roboto', sans-serif;
	color: #fff;
}


/*--------------End Home_page------------*/


/*----------Start Project_individual_page----*/

.project_indi_area {
	width: 100%;
	float: left;
	height: auto;
	padding: 30px 0 0;
}

.project_indi_tetails {
	width: 100%;
	/*float: left;*/
	height: auto;
}

.project_indi_text {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 20px;
}

.project_indi_text h3 {
	font-size: 24px;
	font-family: 'robotobold';
	line-height: 32px;
	padding-bottom: 25px;
}

.project_indi_text p {
	font-size: 16px;
	/*font-family: 'rafalebg';*/
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	padding-bottom: 25px;
}

.project_indi_text_1_a {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 0px;
}

.project_indi_text_1_a h3 {
	font-size: 24px;
	font-family: 'robotobold';
	line-height: 35px;
	padding-bottom: 25px;
}

.project_indi_text_1_a p {
	font-size: 16px;
	/*font-family: 'rafalebg';*/
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	padding-bottom: 25px;
}

.carousel-indicators li {
	background-color: #c8a9a1;
	border: 1px solid #c8a9a1;
}

.product_details_slider {
	width: 100%;
	float: left;
	height: auto;
}

.modal-header.m_1 {
	border: none;
}

.feature_video_section {
	cursor: pointer;
}


/*----------End Project_individual_page----*/


/* ~~~~~~~~~~~~~~~~~~~ Utam 10.12.18 Start ~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~ News page start~~~~~~~~~~~~~~~~~*/

section#capital_news {
	width: 100%;
	height: auto;
	background-color: #e8e9ea;
}

#capital_news .discuss_room_heading h6 {
	max-width: 100%;
}

#capital_news .form_line {
	padding: 0px 0;
}

#capital_news .btn {
	margin-top: 30px;
}

#capital_news .discuss_room_heading h6 {
	padding: 50px 40px;
}

#keep_upto ul li a {
	text-decoration: none;
	font-size: 25px;
	color: #333;
	/*font-family: 'rafalebg';*/
	font-family: 'Roboto', sans-serif;
}

section#discuss_room,
section#keep_upto,
section#capital_news,
section#discuss_room {
	padding: 150px 0;
	;
}

.news_page .keep_upto_line {
	padding-top: 0;
}

.discuss_room_line {
	padding: 60px 0;
	width: 72%;
	float: none;
	height: auto;
	margin: 0 auto;
}

._update_box {
	width: 100%;
	top: 80px;
}


/*~~~~~~~~~~~~~~~~~ News page End~~~~~~~~~~~~~~~~~*/


/* ~~~~~~~~~~~~~~~~~~~ Utam 10.12.18 End ~~~~~~~~~~~~~~~~~~~~*/


/*-----------------About_us_page--------------*/

.about_area {
	width: 100%;
	float: left;
	height: auto;
	padding: 150px 0;
}

.about_heading {
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
}

.about_heading h2 {
	font-size: 143px;
	line-height: 150px;
	padding-bottom: 60px;
	text-transform: uppercase;
	font-family: 'steelfish_rgbold';
}


/*.about_heading p {

    font-size: 26px;

    line-height: 34px;

    padding-bottom: 60px;

    font-family: 'rafalebg';

    padding: 0 195px 60px 195px;

    text-transform: capitalize;

}*/

.about_body_area {
	width: 100%;
	float: left;
	height: auto;
}

.left_abt {
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
}

.left_abt h4 {
	font-size: 60px;
	line-height: 70px;
	padding-bottom: 60px;
	width: 43%;
	margin: 0 auto;
	font-family: 'steelfish_rgbold';
}

.left_abt h4 {
	font-size: 30px;
	line-height: 37px;
	padding-bottom: 30px;
	width: 60%;
	margin: 0 auto;
}

.left_abt p {
	font-size: 26px;
	line-height: 40px;
	padding-bottom: 60px;
	/*font-family: 'rafalebg';*/
	font-family: 'Roboto', sans-serif;
	padding: 0px 0 60px 0;
}

.left_abt h5 {
	font-size: 40px;
	line-height: 48px;
	padding-bottom: 30px;
	font-family: 'steelfish_rgbold';
}

.left_abt_last {
	width: 100%;
	float: left;
	height: auto;
	padding: 30px 0 0;
}

.left_abt_last h5 {
	font-size: 36px;
	font-family: 'rafalebg';
	line-height: 45px;
	padding-bottom: 30px;
}

.left_abt_last ul {
	width: 100%;
	float: left;
	height: auto;
}

.left_abt_last ul li {
	display: block;
	padding: 10px 0;
	/*font-family: 'rafalebg';*/
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	transition: all ease-in-out 0.3s;
}

.i_con {
	padding: 0 3px;
	color: #b5b1b1;
	transition: all ease-in-out 0.3s;
}

.left_abt_last ul li:hover .i_con {
	transition: all ease-in-out 0.3s;
	padding: 0 7px 0 0;
}

.left_abt_last h6 {
	font-size: 30px;
	line-height: 38px;
	padding-bottom: 0px;
	font-family: 'rafalebg';
}

.right_abt {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px 0px;
}

.right_abt h3 {
	font-family: 'steelfish_rgbold';
	font-size: 35px;
	line-height: 48px;
	margin: 0 0 25px 0;
}

.right_abt img {
	width: 100%;
	float: left;
	height: auto;
	border: 15px solid #fff;
	-webkit-box-shadow: -2px 10px 7px -5px rgba(194, 194, 194, 1);
	-moz-box-shadow: -2px 10px 7px -5px rgba(194, 194, 194, 1);
	box-shadow: -2px 10px 7px -5px rgba(194, 194, 194, 1);
}


/*----------New_date_17.12.2018--------*/

.new_about_zone {
	width: 100%;
	float: left;
	height: auto;
	background-color: #e8e9ea;
	padding: 60px 0;
}

.about_new_area {
	width: 100%;
	float: left;
	height: auto;
}

.left_abt_new {
	width: 100%;
	float: left;
	height: auto;
}

.left_abt_new h5 {
	font-family: 'steelfish_rgbold';
	font-size: 35px;
	line-height: 48px;
	padding-bottom: 30px;
}

.left_abt_new p {
	/*font-family: 'rafalebg';*/
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 23px;
	padding: 0 0px 0px;
}

.testimonials_area {
	width: 100%;
	float: left;
	height: auto;
	background-color: #fff;
	margin: 0 0 60px 0;
}

.testi_banner {
	width: 100%;
	float: left;
	height: auto;
}

.testi_quote {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px 0;
	text-align: center;
}

.testi_quote h3 {
	width: 65%;
	margin: 0 auto;
	font-family: 'rafalebg';
	position: relative;
	font-size: 25px;
	line-height: 33px;
	margin-bottom: 30px;
}

.testi_quote h3:before {
	content: '';
	position: absolute;
	top: -7px;
	left: -67px;
	width: 60px;
	height: 55px;
	background: url(../images/logo/quote_img.png) no-repeat 0 0;
}

.testi_quote h6 {
	margin: 0 auto;
	position: relative;
	color: #226db7;
	font-size: 15px;
	line-height: 23px;
}

.testimonials_heading {
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
}

.testimonials_heading h3 {
	width: 65%;
	margin: 0 auto;
	font-family: 'steelfish_rgbold';
	position: relative;
	font-size: 70px;
	line-height: 76px;
	padding: 30px 0;
}


/*----------End New_date_17.12.2018--------*/


/*-----------------End About_us_page--------------*/


/*---------------Start machine_page------------------*/

.product_area {
	width: 100%;
	float: left;
	height: auto;
	padding: 60px 0 60px 0;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
}

.product_line_area {
	width: 100%;
	float: left;
	height: auto;
}

.product_tab {
	width: 100%;
	float: left;
	height: auto;
	padding: 15px 0;
}

.machine_box {
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
}

.machine_box h3 {
	font-family: 'steelfish_rgbold';
	font-size: 24px;
}

.machine_box a img {
	width: 100%;
	float: left;
	height: 180px;
	object-fit: contain;
	padding: 25px;
}

.machine_one {
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
	border-bottom: 0;
}

.machine_one li {
	width: auto;
	height: auto;
	text-align: center;
	background-color: #e4e4e4;
	margin-right: 1px;
	margin: 0 auto;
	float: none;
	display: inline-block;
	margin-bottom: 30px;
}

.machine_one li a {
	margin: 0;
	color: #333;
	font-family: 'steelfish_rgbold';
	letter-spacing: 3px;
	font-size: 18px;
}

.machine_one li a:hover {
	margin: 0;
	background-color: #226db7 !important;
	color: #fff !important;
}

.machine_one li a:focus {
	margin: 0;
	background-color: #226db7 !important;
	color: #fff !important;
}

.machine_one li.active a {
	margin: 0;
	background-color: #226db7 !important;
	color: #fff;
}


/*---------------End machine_page-----------------*/

.discuss_room_line label.gfield_label {
	display: none !important;
}

.discuss_room_line input,
.discuss_room_line select {
	width: 100% !important;
	float: left;
	height: 63px;
	border-radius: 10px;
	border: 0px solid #fff;
	font-size: 25px !important;
	padding: 0 00px !important;
	color: #c1c3c5;
	/*font-family: 'helvetica_medium_condensed_Rg' !important;*/
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px !important;
	text-indent: 20px;
}

.discuss_room_line select {
	background: url(../images/logo/icon_1.png) no-repeat 98% 50% #fff;
	-webkit-appearance: none;
	text-indent: 0;
	padding: 10px 20px !important;
}

.discuss_room_line textarea {
	height: 250px;
	border-radius: 15px;
	width: 100%;
	resize: none;
	border: 0px solid #fff;
	font-size: 25px !important;
	padding: 0 0px !important;
	padding-top: 20px !important;
	color: #c1c3c5;
	/*font-family: 'helvetica_medium_condensed_Rg' !important;*/
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px !important;
	text-indent: 20px;
}

.discuss_room_line .gform_fields ul {
	text-align: center;
}

.discuss_room_line .gform_fields li {
	width: 47.5% !important;
	float: none;
	height: auto;
	padding: 0px 0 0;
	display: inline-block;
	vertical-align: top;
	margin: 5px 10px !important;
	text-align: left;
}

.discuss_room_line .gform_fields li:nth-of-type(1) {
	width: 96.5% !important;
}

.discuss_room_line .gform_fields li:nth-of-type(8) {
	width: 96.5% !important;
	padding-top: 30px;
}

.discuss_room_line .gform_fields li:nth-of-type(9) {
	width: 96.5% !important;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}

.discuss_room_line input[type="submit"] {
	background: rgba(37, 137, 199, 1);
	background: -moz-linear-gradient(left, rgba(37, 137, 199, 1) 0%, rgba(87, 180, 237, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37, 137, 199, 1)), color-stop(100%, rgba(87, 180, 237, 1)));
	background: -webkit-linear-gradient(left, rgba(37, 137, 199, 1) 0%, rgba(87, 180, 237, 1) 100%);
	background: -o-linear-gradient(left, rgba(37, 137, 199, 1) 0%, rgba(87, 180, 237, 1) 100%);
	background: -ms-linear-gradient(left, rgba(37, 137, 199, 1) 0%, rgba(87, 180, 237, 1) 100%);
	background: linear-gradient(to right, rgba(37, 137, 199, 1) 0%, rgba(87, 180, 237, 1) 100%);
	border: 0px solid transparent;
	text-transform: uppercase;
	margin: 0px 0 0;
	letter-spacing: 02px;
	/*font-family: 'helvetica_medium_condensed_Rg';*/
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	width: 244px !important;
	height: 63px;
	line-height: 55px;
	border-radius: 10px;
	margin: 0 auto !important;
	color: #fff;
	display: block !important;
	float: none;
	text-indent: 0px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.discuss_room_line input[type="submit"]:hover {
	background: rgba(43, 160, 228, 1);
	background: -moz-linear-gradient(left, rgba(43, 160, 228, 1) 0%, rgba(40, 128, 191, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(43, 160, 228, 1)), color-stop(100%, rgba(40, 128, 191, 1)));
	background: -webkit-linear-gradient(left, rgba(43, 160, 228, 1) 0%, rgba(40, 128, 191, 1) 100%);
	background: -o-linear-gradient(left, rgba(43, 160, 228, 1) 0%, rgba(40, 128, 191, 1) 100%);
	background: -ms-linear-gradient(left, rgba(43, 160, 228, 1) 0%, rgba(40, 128, 191, 1) 100%);
	background: linear-gradient(to right, rgba(43, 160, 228, 1) 0%, rgba(40, 128, 191, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba0e4', endColorstr='#2880bf', GradientType=1);
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}


/*.discuss_room_line::placeholder {

 color: #c1c3c5 !important;

 opacity: 1;

}

.discuss_room_line::placeholder {

 color: #c1c3c5 !important;

 opacity: 1;

}

.discuss_room_line::placeholder {

 color: #c1c3c5 !important;

 opacity: 1;

}

moz::placeholder {

color: #c1c3c5 !important;

 opacity: 1;

}

.discuss_room_line::placeholder {

 color:#2b2b2b !important;

 font-family: 'josefin_sansregular';

}*/

.discuss_room_line ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #c1c3c5 !important;
}

.discuss_room_line ::-moz-placeholder {
	/* Firefox 19+ */
	color: #c1c3c5 !important;
}

.discuss_room_line:-ms-input-placeholder {
	/* IE 10+ */
	color: #c1c3c5 !important;
}

.discuss_room_line:-moz-placeholder {
	/* Firefox 18- */
	color: #c1c3c5 !important;
}

input:focus,
textarea:focus,
select:focus {
	border: none;
	outline: none;
	box-shadow: none;
}

#capital_news li {
	width: 46% !important;
}

.keep_upto_box {
	min-height: 760px;
}

.keep_upto_box .learn_2 {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: 0 auto !important;
}

/*.keep_upto_text h3 {
	min-height: 140px;
}
*/
.keep_upto_img {
	height: 240px;
	overflow: hidden;
}

.keep_upto_img img.img-responsive {
	height: inherit !important;
}

._update_box h6 {
	width: fit-content !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	/*font-family: 'helvetica_medium_condensed_Rg';*/
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none;
}

.instruction.validation_message {
	display: none;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	margin-bottom: 6px!important;
	border-top: 0px solid #C89797 !important;
	border-bottom: 0px solid #C89797 !important;
	padding-bottom: 8px;
	padding-top: 0px !important;
	box-sizing: border-box;
}

.gform_confirmation_message {
	padding: 15px;
	color: #067916;
	border: 1px solid #067916;
}

body .gform_wrapper select option {
	padding: 5px 15px !important;
}

.new_post_custom h3 {
	float: left;
	width: 100%;
}
.new_post_custom h2 {
	/*font-size: 24px;

    font-family: 'robotobold';*/
	line-height: 32px;
	padding-bottom: 25px;
}

.project_page .keep_upto_box {
	min-height: auto;
}

.project_page .keep_upto_box .learn_2 {
	position: relative;
}

#menu-item-2216 {
	padding-top: 0;
	line-height: 14px;
}

#menu-item-2216 a {
	line-height: 12px;
}


/*.btn:hover{

	opacity: .9;

	background: rgba(37,137,199,1);

    background: -moz-linear-gradient(right, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

    background: -webkit-gradient(right top, left top, color-stop(0%, rgba(37,137,199,1)), color-stop(100%, rgba(87,180,237,1)));

    background: -webkit-linear-gradient(right, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

    background: -o-linear-gradient(right, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

    background: -ms-linear-gradient(right, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);

    background: linear-gradient(to left, rgba(37,137,199,1) 0%, rgba(87,180,237,1) 100%);



	background-color: #286090 !important;	

}*/

.discuss_room_line ul {
	display: block;
	text-align: center;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea,
.gform_wrapper li.gfield_error select {
	border: 1px solid #790000;
}

.gform_wrapper {
	margin: 16px 0 0 !important;
	max-width: 100%;
}


/* *** added by santanu 15.2.2019 *** */

.dropdown-menu {
	margin-top: 0;
	border-radius: 0;
	border: none;
	background: rgba(0, 0, 0, .9);
}

.dropdown-menu li a {
	font-weight: 100 !important;
	color: #fff !important
}

.dropdown-menu li a:hover {
	background: #313131
}

.dropdown-menu li {
	border-bottom: 1px solid #545350;
}

.top-content-list {
	margin-top: 60px;
}

.top-content-list h4 {
	padding-bottom: 30px !important;
	width: 100% !important
}

.top-content-list ul li {
	text-align: left;
	font-size: 20px;
	line-height: 45px;
}

.top-content-list ul {
	display: inline-block;
}

.top-content-list .left-content {
	text-align: left;
}

#services {
	background: #e8e9ea
}

.box-inside {
	background: #fff;
	padding: 30px 25px;
	min-height: 640px;
	-webkit-box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, 0.08);
}

.box-inside p {
	text-align: center !important;
	font-size: 22px !important;
}

.thegallery a {
	display: inline-block;
	width: 33%
}

.thegallery a img {
	width: 100%;
	display: block;
}

.gallery_area_new {
	padding-bottom: 60px
}


/* -------------- abhik 16.02.2019 -----------------*/

.poker-list ul li {
	display: inline-block;
	font-size: 40px;
	margin: 0 30px;
	font-family: 'steelfish_rgbold';
}

.poker-list ul {
	text-align: center;
	width: 100%;
}

.poker-list {
	padding: 40px 0;
}

#blog-banner {
	position: relative;
}

#blog-banner img {
	width: 100%;
}

.single.single-product #banner {
	display: none;
}

#variation {
	background: #e8e9ea;
}

/*.f_q.new_cus_row {
	height: 220px;
}
*/
.features_box:hover {
	z-index: 999;
}

.custom_nav li.dropdown.dropdown-menu-hover:hover .sub-menu.dropdown-menu {
	display: block;
}

.sub-menu.dropdown-menu li a span {
	display: none !important;
}

.sub-menu.dropdown-menu.mobile-position {
	position: inherit !important;
}

#about.projects-wrap {
	padding-top: 60px;
}

#keep_upto.case_studies_wrap,
#machine_bases {
	padding-top: 210px !important;
}

.new_product_sec {
	margin-top: 20px;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	color: #000;
}


/*Uttam 05.04.19*/


#services .box-inside h5 {
	margin-bottom: 15px;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 0;
	padding: 10px;
	color: #fff;
	background: #3f9fdf;
}

#services .box-inside {
	padding: 0 15px !important;
}

.social_hedear_icon {
	display: block;
}

.social_hedear_icon li {
	display: inline-block;
	line-height: 118px;
	font-size: 22px;
}

.social_hedear_icon li a {
	color: #fff;
	width: 40px;
	display: block;
}

.left.carousel-control span,
.right.carousel-control span {
	background-color: rgba(36, 42, 47, 0.9);
	padding: 10px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

body h4:empty {
	display: none;
}

.option_box:hover {
	width: 100%;
	height: auto;
	padding: 20px 15px;
	transition: all ease-in-out 0.3s;
	overflow: visible;
	background: rgba(37, 137, 199, 1);
	background: -moz-linear-gradient(left, rgba(37, 137, 199, 1) 0%, rgba(87, 180, 237, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37, 137, 199, 1)), color-stop(100%, rgba(87, 180, 237, 1)));
	background: -webkit-linear-gradient(left, rgba(37, 137, 199, 1) 0%, rgba(87, 180, 237, 1) 100%);
	background: -o-linear-gradient(left, rgba(37, 137, 199, 1) 0%, rgba(87, 180, 237, 1) 100%);
	background: -ms-linear-gradient(left, rgba(37, 137, 199, 1) 0%, rgba(87, 180, 237, 1) 100%);
	background: linear-gradient(to right, rgba(37, 137, 199, 1) 0%, rgba(87, 180, 237, 1) 100%);
	border: 0px solid transparent;
	border-radius: 15px;
	z-index: 999;
}

.option_box {
	width: 100%;
	height: 170px;
	padding: 20px 15px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all ease-in-out 0.3s;
	overflow: hidden;
}

.option_box:hover .feature_hover_box {
	display: block;
	opacity: 1;
}

.Product_Options .owl-carousel .owl-stage-outer {
	position: relative;
	/*overflow: visible;*/
	height: 150px;
	display: block;
	margin: 0 auto;
	-webkit-transform: translate3d(0, 0, 0);
}

.box-inside {
	position: relative;
	border-bottom: 2px solid #3f9fdf;
	overflow: hidden;
}

.box-inside:after {
	content: "";
	opacity: 0;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	border-bottom: 20px solid #3f9fdf;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	height: 0;
	width: 162px;
}

#machine_bases .keep_upto_heading {
	/*max-width: 800px;*/
	width: 100%;
	margin: 0 auto;
	display: block;
	float: none;
}

#demos4 {
	margin-top: 40px;
}

.keep_upto_heading h2 {
	margin-bottom: 30px;
}



.option_box:hover .option_icon_box img.img-responsive {
    width: 70%;
    margin: 0 auto;
    transform: scale(1.1);
    transition: all ease-in-out 0.3s;
    height: 100px;
    object-fit: contain;
    filter: brightness(50);
    padding: 15px;
}

.option_box:hover .option_text p{
	color: #fff;
}
.option_box .option_icon_box img.img-responsive {
    width: 70%;
    margin: 0 auto;
    transform: scale(1);
    transition: all ease-in-out 0.3s;
    height: 100px;
    object-fit: contain;
    padding: 15px;
}










.col-lg-2.col-md-2.col-sm-2.col-xs-6, .col-lg-2.col-md-2.col-sm-2.col-xs-6 {
    float: left;
    position: relative;
    height: 150px;
}




.project_indi_text p img{
	display: block;
	margin-bottom: 20px;
}



/*old slide*/





/*Uttam 24.04.19*/
.studies_page .keep_upto_box{
	height: auto;
	min-height: auto;
	width: auto;
	min-height: 610px;
	margin-bottom: 180px;
	margin-left: 0px;
    margin-right: 0px;
}

.studies_page .keep_upto_text{
	position: relative; 
	min-height: auto;
	bottom: 0;
	 left: 0;
	 right: 0;
    background: #fff;
    width: 95%;
    margin: 0 auto;
    padding: 30px;
    -webkit-box-shadow: -1px 2px 14px -4px rgba(0,0,0,0.14);
-moz-box-shadow: -1px 2px 14px -4px rgba(0,0,0,0.14);
box-shadow: -1px 2px 14px -4px rgba(0,0,0,0.14);
}
.studies_page .keep_upto_text h3{
/*	min-height: inherit;*/
	margin-bottom: 0 !important;
	padding-bottom: 0;

}
.studies_page .keep_upto_box{
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	padding-top: 0px;
	position: relative !important;
}
.keep_upto_line a{
	display: block;
}
.studies_page button.btn.btn-primary.learn_2{
	position: relative;
    padding: 0;
    margin: 0 auto !important;
    bottom: 0;
    background: transparent;
    color: #bebdbd;
    font-weight: 500;
}
.studies_page button.btn.btn-primary.learn_2:hover, .studies_page .keep_upto_line a:hover button.btn.btn-primary.learn_2 {
	color: #2883c2;
}
.studies_page .keep_upto_heading h2, .studies_page .keep_upto_text h3{
	color: #2883c2;
}
.overview li{
	background: #f9f9f9;
	padding: 40px;
	border-bottom: 1px solid #242a2f;
	font-family: 'Roboto', sans-serif !important;
}
.overview li strong{
	display: block;
	font-weight: 600;
}
.case_studies_details .project_indi_text h2{
	font-size: 86px !important;
	color: #236eb7;
	font-family: 'steelfish_rgbold';
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
}
.case_studies_details .project_indi_text h2:after{
	position: absolute;
	content: "";
	bottom: 10px;
	left: 0;
	width: 120px;
	height: 4px;
	background: #236eb7;
}
.case_studies_details .project_indi_tetails h4{
	font-size: 42px !important;
	font-weight: 600;
	color: #242a2f;
	margin-bottom: 20px;
    font-family: 'robotobold';
}

.case_studiesList{
	margin: 20px 0;
}
.case_studiesList li{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
}
.gallery_case_studies li{
	float: left;
	width: 48%;
    margin: 5px;
    padding: 10px;
    background: #ececec;
}
.gallery_case_studies li img{
	width: 100%;
}
.project_indi_area{
	position: relative;
}
/*.gallery_case_studies{
	position: absolute;
	width: 100%;
}*/
.case_studies_details .project_indi_text h3 {
    font-size: 43px !important;
    color: #242a2f;
    font-family: 'robotobold';
    line-height: 50px;
    padding-bottom: 0px !important;
    padding-top: 45px !important;
}


ul.gallery_case_studies{
	padding-left: 15px;
	padding-right: 15px;
}






















/*Notfound page Start*/

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
}

.notfound .notfound-404 {
  position: absolute;
  left: 0;
  top: 0;
  height: 150px;
  width: 200px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 238px;
  font-weight: 700;
  margin: 0px;
  color: #e3e3e3;
  text-transform: uppercase;
  letter-spacing: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50% , -50%);
      -ms-transform: translate(-50% , -50%);
          transform: translate(-50% , -50%);
}

.notfound h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222;
  margin-top: 12px;
  margin-bottom: 15px;
}

.notfound .notfound-search {
  position: relative;
  padding-right: 123px;
  width: 100%;
  margin: 30px 0px 20px;
}

.notfound .notfound-search input {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  height: 40px;
  padding: 3px 15px;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  background: #fff;
  border: 2px solid rgba(21, 23, 35, 0.2);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound .notfound-search input:focus {
  border-color: #57a3f8;
}

.notfound .notfound-search button {
  font-family: 'Poppins', sans-serif;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 120px;
  height: 40px;
  text-align: center;
  border: none;
  background: #57a3f8;
  cursor: pointer;
  padding: 0;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.notfound a {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-weight: 700;
  border-radius: 15px;
  text-decoration: none;
  color: #57a3f8;
}

.notfound a:hover {
  color: #57a3f8;
}

.notfound a>.arrow {
  position: relative;
  top: -2px;
  border: solid #57a3f8;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
/*Notfound page End*/


.error404 #capital_news{
	display: none;
}

/* ** 2.5.2019 ** */

.custom-overview {
	float: right
}




/* ** 3.5.2019 ** */

#features:before{
	content: '';
	position: absolute;
	width: 50%;
	background: #f5f5f5;
	z-index: -1;
	height:100%;
	right: 0;
	top: 0;
	display: block;
}

#features{
	position: relative;
}


.f_1, .f_q{
	    padding: 80px 0 0 0 !important;
}

.features_box{
	position: absolute;
	margin: 0 !important
}

.finished{
	padding: 0 !important;
	padding-bottom: 40px !important

}

.finished span{
	display: block;
	font-weight: bold
}

.keep_upto_heading h2{
	padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.dimensions_area p{
	float: none !important;
	text-align: center !important; 
}


.feature_text{
	float: none !important;
}

.feature_text p{
	color: #2880bf
}



/* ** santanu 15.5.2019  ** */


#machine_bases .keep_upto_area .container.d-flex{
	justify-content: space-between;
}

#machine_bases .keep_upto_area .keep_upto_heading, #machine_bases .keep_upto_area .row.r_1{
	width: 50%
}

#machine_bases .keep_upto_area .row.r_1{
	float: none;
}

#machine_bases .keep_upto_area .keep_upto_heading{
	text-align: left;
	padding-right: 50px
}

.dimention_text{
	float: none !important
}

section#machine_bases p{
	padding: 25px 0 !important;
	text-align: left !important;
	width: 100% !important
}
.machine_bases_area img.img-responsive{
	width: 100% !important
}

section#machine_bases .dimention_text p{
	padding: 5px 0 !important
}

header{
	float: none !important;
}


.studies_page .keep_upto_box{
	min-height: unset !important;
	margin-bottom: 0 !important;
}

.studies_page .keep_upto_text{
	    margin-top: -60px;
	    padding: 30px 15px;
	        min-height: 339px;
}
.keep_upto_line > div{
	margin-bottom: 0px;
	    padding: 30px 20px !important;
}
.keep_upto_text p{
	    padding: 20px 0 25px !important;
}

input.form-control.f_1{

	padding: 0 !important
}
#capital_news{
	display: none;
}

.product_details_slider{
	    margin-bottom: 60px;
}

.categories_list_new {
	float: right!important;
	background-color: #f6f6f6;
    margin-bottom: 20px;
    margin-left: 20px;
}
.categories_list_new h3{
    padding-left: 40px;
    padding-top: 20px;
}
.categories_list_new ul{

    
    padding: 0 40px;
}

.project_indi_text h3 a span{
	text-transform: uppercase;
    float: left;
}






.new_post_custom h3 {
	float: none;
	width: 100%;
}
.project_indi_text p img {
     margin-bottom: 0px;
}


.modal-open .modal {
    z-index: 99999;
}
#machine_bases .keep_upto_area .keep_upto_heading, #machine_bases .keep_upto_area .row.r_1 {
    width: 48%;
    display: inline-block;
	
}
.nav_area ul li{
	vertical-align: top;
}

/*
.nav_area {
    float: none;
}
.nav_area ul {
    float: none;
}
.nav_area #menu-main-menu li {
    float: left;
}*/
#menu-main-menu .sub-menu.dropdown-menu li{
	
}
#menu-main-menu .sub-menu.dropdown-menu li a{
	
}

.new_post_custom p img{
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
        margin-top: 8px;
}

.new_post_custom h3 a{
	display: inline-block;
	width: 49%
}

.new_post_custom h3 img{
	width: 100%;
	height: auto;
}




/*==========Shamrin 18.06.2019==========*/

.features_box:hover .feature_text p {
    font-size: 20px !important;
    transform: scale(1);
    transition: all ease-in-out 0.3s;
}
.feature_hover_box p {
    font-size: 18px !important;
    transform: scale(1);
    transition: all ease-in-out 0.3s;
}
/*
#machine_bases .machine_bases_area::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#machine_bases .machine_bases_area::after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    display: inline-block;
    padding-right: 0px;
    vertical-align: middle;
    font-weight: 900;
    float: right;
    font-size: 50px;
    color:rgba(37, 137, 199, 1);
}
*/
/*==========Shamrin 18.06.2019 End==========*/
/*==========Shamrin 19.06.2019 Start==========*/
#owl-demo1{
    display: block !important;
}
#owl-demo1 .item img{
    display: block;
    width:100% !important;
    height: auto;
}
#owl-demo1 .owl-nav {
    display: block !important;
    position: absolute;
	left: 0%;
    top: 50%;
    width: 100%;
}
#owl-demo1 .owl-dots {
    display: none;
}
 #machine_bases .keep_upto_area .row.r_1 {

    display: block;
}
#owl-demo1 .owl-nav button.owl-next, #owl-demo1 .owl-nav button.owl-prev{
	text-align: center;
    background-color: rgba(21, 24, 27, 0.7) !important;
    margin: 0px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    outline: none;
    width: 40px;
    height: 40px;
    padding-bottom: 4px !important;
}
#owl-demo1 .owl-nav button.owl-next{
	float: left;
}
#owl-demo1 .owl-nav button.owl-prev {
	float: right;
}
#owl-demo1 .owl-nav button.owl-next:hover, #owl-demo1 .owl-nav button.owl-prev:hover{
	background-color: rgba(37, 137, 199, 1) !important;
}
.machine_bases_area .owl-thumb-item {
	display: table-cell;
    border: none;
    background: none;
    padding: 0;
    opacity: .5;
}
.machine_bases_area .owl-thumbs {
	
    bottom: 0;
    left: 0;
    display: flex;
    width: auto;
    text-align: center;
    /*
	display: inline-block;
    width: 40px;
    float: right;
    position: absolute;
    left: 80%;
    bottom: 50%;*/
    z-index: 999999;
    padding: 6px 0 0;
}
.machine_bases_area .owl-thumb-item.active {
    opacity: 1;
}
.machine_bases_area .owl-thumb-item img {
    width: 150px !important;
    height: auto;
}
/*

.features_box .feature_hover_box .feature_video_section::after{
	background-image: url("../images/play.png");
	position: absolute;
  	content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: cover;
    bottom: 55px;
    right: 75px;

}*/


.play_icon{
    width: 35%;
    margin-top: -100px;
}




/*==Shamrin 27.06.2019 feature===*/

.features_box:hover {
    width: 150% !important;
    margin-left: -50px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.play_icon {
    margin-top: -165px !important;
}
/*==Shamrin 27.06.2019 feature End===*/


/*==Shamrin 01.07.2019 feature===*/
.features_box:hover {
    width: 400px !important;
}
/*==Shamrin 01.07.2019 feature End===*/




/*==Shamrin 10.07.2019 feature===*/
.project_page .keep_upto_box {
    min-height: auto;
    height: 900px;
}
.keep_upto_img {
    height: auto;
}
#modal_form_decor ul li + label{
	display: none;
}
#modal_form_decor ul li{
	display: inline-block;
}
#modal_form_decor ul li{
	width: 49%;
    margin: 5px 5px;
    color: #333;       
}/*
#modal_form_decor ul li:nth-child(1){
    width: 99%;
}*/
#modal_form_decor ul li input{
    width: 100%;
    background: #f7f7f7;
    border: 0px solid #fff;
    height: 40px;
    color: #111;
    text-indent: 10px;
}
#modal_form_decor ul li:nth-child(1) input{
    width: 100%;
}
/*
#modal_form_decor ul li:nth-child(8) {
	width: 100%;
}*/
#modal_form_decor ul li select{
    height: 40px;
    text-indent: 10px;	
}
#modal_form_decor ul li select.gfield_select {
	width: 100%;
    color: #333;
    background: #f7f7f7;  
    border: 0px solid #fff; 

}
#modal_form_decor ul li:nth-child(8) {
width: 100%;
}
#modal_form_decor ul li textarea {
    background: #f7f7f7;
    border: 0px solid #fff;
    color: #333;
    text-indent: 10px;
}
#modal_form_decor  .gform_wrapper .top_label .gfield_label {
    display: none;
}
#modal_form_decor {
    margin-left: 7px;
}
#modal_form_decor .gform_footer.top_label input{
    width: 183px !important;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    background: rgba(37, 137, 199, 1);
    background: -moz-linear-gradient(left, rgba(37, 137, 199, 1) 0%, rgba(87, 180, 237, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37, 137, 199, 1)), color-stop(100%, rgba(87, 180, 237, 1)));
    background: -webkit-linear-gradient(left, rgba(37, 137, 199, 1) 0%, rgba(87, 180, 237, 1) 100%);
    background: linear-gradient(to right, rgba(37, 137, 199, 1) 0%, rgba(87, 180, 237, 1) 100%);
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    border: 0px;
    color: #fff;
    text-transform: uppercase;

}

#modal_form_decor ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #333 !important;
}

#modal_form_decor ::-moz-placeholder {
	/* Firefox 19+ */
	color: #333 !important;
}

#modal_form_decor :-ms-input-placeholder {
	/* IE 10+ */
	color: #333 !important;
}

#modal_form_decor :-moz-placeholder {
	/* Firefox 18- */
	color: #333 !important;
}


.page-template-template_contact #discuss_room{
    padding: 150px 0
}
/*==Shamrin 10.07.2019 feature End===*/



/*==Shamrin 17.07.2019  Start===*/
.case_studies_details .project_indi_text h2:after {
    background: none;
}
#owl-demo1 .owl-nav button.owl-next{
	float: right;
}
#owl-demo1 .owl-nav button.owl-prev {
	float: left;
}
#gform_6 label{
	display: none;
}

#gform_6 #field_6_11 {
    padding-top: 0px;
}
#gform_6 .gform_body ul li{
    width: 96.5% !important;
}
#gform_6 .gform_body ul li#field_6_8, #gform_6 .gform_body ul li#field_6_7{
      width: 47.2% !important;
    margin: 5px 8px !important;
}
#gform_7 label{
	display: none;
}
#gform_8 label{
display: none;
}
#modal_form_decor ul li {
    width: 100%;
} 
   #modal_form_decor {
    margin-left: 0;
}
/*==Shamrin 17.07.2019  End===*/


/*==Shamrin 29.07.2019  Start===*/
/*
#banner .carousel .item::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0px;
}
*/
/*==Shamrin 29.07.2019  End===*/

/*==Shamrin 30.07.2019  Start===*/

.gallery_case_studies li {
    float: none;
    display: inline-block;
}
.gallery_case_studies li img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/*==Shamrin 30.07.2019  End===*/

.page-template-template_contact .discuss_room_heading {display:block;}

   .mobile_call {display:none;}
   .desktop_call {display:inline-block;}

.con_map{
    text-align:center; padding-bottom:10px; font-size:17px;
}
.con_map h3{
    font-family: 'steelfish_rgbold';
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 10px;
}
.con_map a{
    color: #333;
    font-size: 16px;
}

.con_map iframe {
    padding-top: 15px;
    width:100%;
}




.Section-pad {
    padding:20px 0 100px;
}
.heading-faq {
    padding-bottom: 30px;
}
.Section-pad p {
    font-size: 19px;
    line-height: 26px;
}
.question-wrap h4 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    padding-top: 30px;
    padding-bottom: 10px;
}










/*
.content-more {
    height: 155px;
    padding: 6px 0;
    overflow: hidden;
}*/

/*#content-load-more{
    display: none;
}

#content-load-more:target {
    display: block;
}
#content-load-more p {
    margin-top: 0;
    padding-top: 0 !important;
}*/
/*
#content-load-more + ul.controls {
    list-style-type: none;
}*/

/*#content-load-more + ul.controls .hide,
#content-load-more:target + ul.controls .show-more {
    display: none;
}

#content-load-more:target + ul.controls .hide,
#content-load-more + ul.controls .show-more {
    display: inline-block;
}*/
.content-more.offer-para {
    display: block;
    height: 350px;
}
.content-more.offer-para p {
    display: block;
}
.more-learn {
    display: block;
    width: 100%;
}
section#offer-contact {
    background-color: rgba(36, 42, 47, 0.7);
    padding: 20px 0;
    text-align: center;
    position: relative;
    display: block;
    float: none;
}

section#offer-contact p {
    color: #ffff;
    font-size: 25px;
}
span.bold-col {
    font-weight: bold;
    color: rgba(37, 137, 199, 1);
}
span.bold-col:hover {
color: #fff;
cursor: pointer;
}
.content-more.offer-para p {
    display: block;
    text-align: left;
}
.more-learn {
    display: block;
    text-align: left;
}

.offer-wrap-area .keep_upto_text h3{
    text-align: left;
    padding-bottom: 0px;
}
.offer-wrap-area .keep_upto_box{
    padding-top: 0 !important;
}
.offer-wrap-area .keep_upto_text {
    padding-top: 0;
    padding-bottom: 0;
}
.offer-wrap-area .keep_upto_box {
    min-height: auto;
}
.content-more.offer-para {
    display: block;
    height: auto;
}
.row.offer-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.row.offer-row:nth-child(1) {
    margin-top: 20px;
}
a.btn.btn-primary.learn_3.offer_btn {
    display: inline-block !important;
}




/*19.02.2020*/


/* 2 - Style default state using the :invalid pseudo-class */

/*.discuss_room_line select:invalid {
  color: gray;
}
.discuss_room_line select [disabled] {
  color: gray;
}
.discuss_room_line select option {
  color: #444;
}
.discuss_room_line select:invalid {
  color: gray;
}
.discuss_room_line select [selected] {
  color: #000;
}
.discuss_room_line select option.gf_placeholder {
  color: #fff !important;
}*/
/*19.02.2020 end*/



.ginput_container input, .ginput_container textarea, .form_line input.form-control {
    color: #333 !important;
}

.ginput_container select {
  color: #333 !important;
}

.ginput_container select option {
  color: #333 !important;
}
.ginput_container select.select-place {
  color: #c1c3c5 !important;
}