body{
	overflow-x: hidden;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #607D8B;
  border: 0px none #ffffff;
  /*border-radius: 50px;*/
}
::-webkit-scrollbar-thumb:hover {
  background: #29B6F6;
}
::-webkit-scrollbar-thumb:active {
  background: #29B6F6;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  /*border: 69px none #ffffff;
  border-radius: 35px;*/
}
::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
::-webkit-scrollbar-track:active {
  background: #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/**/

.main_row{
	width: 100%;
}

.slider_background{
	background: #f7f7f7;
}

.no_padding{
	padding: 0px !important;
}

.main_header{
	height: 50px;
	margin-top: 10px;
	background: white;
}

.company_logo{
	height: 40px;
}

.icon_menu{
	font-size: 36px !important;
	color: white;
}

.menu_icon{
	position: relative;
	height: 28px;
	width: 32px;
	top: 6px;
	opacity: .4;
}

.text_align_right{
	text-align: right;
}

.text_align_left{
	text-align: left;
}

.text_align_center{
	text-align: center;
}

.cursor{
	cursor: pointer;
}

.about_us_holder{
	margin-top: 40px;
}

.about_us_title{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	color: #b9b9b9;
}

.about_paragraph{
	position: relative;
	top: 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #888787;
	text-align: justify;
    text-justify: inter-word;
    /**/
   	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	line-height: 24px;     /* fallback */
   	max-height: 268px;      /* fallback */
    -webkit-line-clamp: 12; /* number of lines to show */
    -webkit-box-orient: vertical;
    /**/
}

.read_more_button_hold{
	position: relative;
	top: 30px;
}

.read_more_button{
	font-family: 'Questrial', sans-serif;
    color: #ffffff;
    padding: 6px 10px 6px 10px;
    background: #f44336;
    border-radius: 2px;
}

.vision_holder{
	position: relative;
	top: 40px;
}

.mission_texter{
	position: relative;
	top: -310px;
}

.mission_text_styles{
	font-family: 'Raleway', sans-serif;
	font-size: 34px;
	letter-spacing: .4px;
	color: white;
}

.mission_image{
	width: 100%;
}

.vision_paragraph{
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #888787;
	text-align: justify;
    text-justify: inter-word;
    margin-top: 40px;
}

.vision_main_text{
	text-align: right;
	margin-top: 28px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #7f7f7f;
}

.vision_second_hold{
	height: 550px !important;
}


.quality_holder{
	position: relative;
	top: 40px;
	height: auto;
}

.qualtiy_image_and_data{
	position: relative;
	top: 10px;
	text-align: center;
}

.quality_icon_image{
	width: 120px;
	height: 120px;
}

.quality_main_text{
	margin-top: 16px;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	color: #7f7f7f;
}

.quality_paragraph{
	margin-top: 16px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #7f7f7f;
	text-align: justify;
    text-justify: inter-word;
}

.gallary_holder{
	position: relative;
	top: 50px;
	height: auto;
	padding-bottom: 60px;
}

.gallar_repeat_image{
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.gallay_holder_repeat{
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	height: auto !important;
}

.gallay_title_area{
	text-align: center;
	height: 80px;
	background: #f9f9f9;
}

.gallay_title_area_text{
	position: relative;
	top: 10px;
	font-family: 'Questrial', sans-serif;
	font-size: 32px;
	color: #a5a5a5;
}

.gallay_title_area_text_hold{
	position: relative;
	padding-bottom: 16px;
	/*border-bottom: 2px solid red;*/
}

.contact_holder{
	position: relative;
	top: 40px;
	height: auto;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.contact_us_container{
	height: auto;
	background: #f7f7f7;
	padding-bottom: 40px !important;
	margin-bottom: 0px !important;
}

.contact_us_container_second{
	height: 40px;
	background: #efefef;
	text-align: center;
}

.copy_write_website{
	position: relative;
	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	font-weight: bold;
	top: 6px;
	color: #a5a5a5;
}

.get_in_touch{
	position: relative;
	top: 18px;
	font-family: 'Questrial', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    color: #a29a9a;
}

.map_holder_contact{
	position: relative;
	background: white;
	border-radius: 2px;
	padding: 10px 10px 10px 10px !important;
	height: 350px;
	top: 20px;
}

.location_details{
	position: relative;
	top: 40px;
}

.icon_location{
	color: #5ba1f7;
}

.icon_location_phone{
	color:#ee6e73;
}

.icon_location_email{
	color: #26a69a;
}

.main_address_name{
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #b1b1b1;
	font-weight: bold;
}

.main_address_list{
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #848080;
}

.clear_a_little{
	margin-top: 20px;
}

.cursor_mouse{
	cursor: pointer;
}

.material-placeholder{
	height: 100% !important;
	width: 100.2% !important;
	padding: 0px !important;
}

.social_icons{
	cursor: pointer;
}


.write_to_us{
	background: #eaeaea;
    padding: 6px 8px 6px 8px;
    border-radius: 2px;
    cursor: pointer;
    font-family: 'Questrial', sans-serif;
}

.custom_button{
	position: relative;
	margin-left: 2%;
	padding: 1px 16px 1px 16px !important;
    padding-top: 1px !important;
    font-size: 13px !important;
    text-transform: none !important;
    background: #28db85 !important;
    font-family: 'Raleway', sans-serif;
	font-weight: bold;
}

#form_contact_us .modal-footer {
    border-top: 1px solid rgba(165, 160, 160, 0.1) !important;
}

.cover_for_model .modal{
	overflow-y: visible !important; 
}

.image_hold_3d{
	margin-top: -50px;
	text-align: center;
}

.image_hold_3d_image{
	width: 100px;
	height: 100px;
}

.modal-content{
	overflow: hidden !important; 
}

.modal-content:hover{
	overflow-y: scroll !important; 
}

.custom_form_row{
	margin-bottom: 5px !important;
}

.animate_gif{
	position: relative;
    width: 40px;
    height: 40px;
    top: 5px;
    left: 4%;
    opacity: .6;
}

.completed_message{
	position: relative;
    top: 8px;
    left: 3%;
    color: #009688;
}

/**/
.input-field input[type=text],input[type=email],input[type=number] {
 	border-bottom: 1px solid #dadada;
}
/* valid color */
.input-field input[type=text].valid,input[type=email].valid,input[type=number].valid {
 	border-bottom: 1px solid #4caf50;
    box-shadow: 0 1px 0 0 #428c45;
}
/* invalid color */
.input-field input[type=text].invalid,input[type=email].invalid,input[type=number].invalid {
    border-bottom: 1px solid #f44336;
    box-shadow: 0 1px 0 0 #ee6e73;
}
/**/

.read_more_content{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #888787;
	text-align: justify;
    text-justify: inter-word;
}

.divider{
	border-bottom: 1px solid #f9f9f9;
}

.menu_text{
	font-family: 'Raleway', sans-serif;
	font-size: 16px !important;
	font-weight: bold !important;
	color: #989898 !important;
}

.admin_icon_hold{
	text-align: center;
	height: 110px;
}

.admin_link_images{
	width: 100%;
    top: 8px;
    position: relative;
}

.admin_link_diff_icon{
	width: 38%;
    height: 50px;
    top: 3px;
    position: relative;
}

.admin_link_name{
 	font-family: 'Questrial', sans-serif;
	text-align: center;
    position: relative;
    top: 10px;
    font-weight: bold;
    color: #bbbbbb;
}

.title_holder{
	color: white;
	font-family: 'Maven Pro', sans-serif;
	font-weight: bold;
	font-size: 48px;
	letter-spacing: 1px;
    border-radius: 2px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    background: black;
    opacity: .6;
}

.sub_title{
	position: relative;
	top: 20px;
	font-family: 'Questrial', sans-serif;
	color: white;
	font-size: 14px;
    border-radius: 2px;
    padding: 6px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    background: black;
    opacity: .6;
}

.caption{
	width: 98% !important;
	left: 1% !important;
}

.top_adjest{
	top: 1px !important;	
}

.icon_height_adjest{
	height: 36px !important;
}