/*
Theme Name: VMG Elementor Support Theme
Author: VMG SOFTWARE
Version: 1.1
*/
.new-i-holder{
    height:250px;
    background-size:cover!important;
    background-position: center!important;
    border-radius: 0px 0px 0px 0px;
	position:relative;
}

.form-select {
	display: block;
	width: 100%;
	padding: 20px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background: #e9ecef;
	background-color: #e9ecef;
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border-bottom: 1px solid #ced4da;
	border-radius: 0px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.new-v-link{
    color:red!important;
    font-size: 20px;
}
.pad-5{
	padding:0px 5px;
	margin-bottom: 10px;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
	margin-top:16px;
}


.backdrop {
	background: #F5F5F5;
}

.new-name{
	color: #fff;
	background: #686d71;
	padding: 10px;
	margin: 0;
}
 .new-i-holder:hover .new-overlay {
    opacity: 0.6;
}
 .new-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    background: white;
    color: black;
    transition: 0.4s ease-out;
    z-index: 99;
}


.h1{
	text-align: left;
	font-size: 200%;
	
	 
}

.a{
	color: #000;
}

.h2{
	text-align: left;
    font-size: 200%;
	color:#ED0000;
}

hh2{
	text-align: left;
    font-size: 200%;
	color:#ED0000;
}

h3{
	text-align: left;
    font-size: 300%;
	color:#ED0000;
}
/**************************************start of service page************************************************************/


.c { 
    font-size:11px; 
    color:#000; 
    font-weight:lighten; 

    text-align: left;
    font-size: 30px;
	
}

.cb { 
    font-size:11x; 
    color:#000; 
    font-weight:bold; 
     text-align: left;
    font-size: 24px;
	
}
	
.head1{
	font-size:13px; 
    color:#000; 
    font-weight:bold; 
    text-align: left;
    font-size: 20px;
}
		  
.custom-but2 {
    background-color: #ED0000; 
    border-radius: 30px;
    color: white!important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;

  }

.app { 
    font-size:14px; 
    color:#000; 
    font-weight:bold; 
    font-style:italic;
    text-align:center;
    font-size: 20px;
    width: 100%;
    display:block

}

input1, button, select, optgroup, textarea {
    margin: 0;
    background-color: #ED0000;
    /* color: #fff; */
    padding: 11px 29px;
    border-radius: 30px;
    /* font-family: inherit; */
    /* font-size: inherit; */
    line-height: inherit;
}

.new-form {
	background-color: #fff;
}

body {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #eee!important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, button, select, optgroup, textarea {
    margin: 0;
	background-color: #ED0000; 
	color: #fff;
	padding: 11px 29px;
    border-radius: 30px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input1, button, select, optgroup, textarea {
    margin: 0;
	background-color: #ED0000; 
	color: #fff;
	padding: 11px 29px;
    border-radius: 30px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


.form-con{
    background-color: #fff;
    opacity: 1;
}

.form-control {
    display: block;
    width: 100%;
	margin-bottom: 15px;
    padding: 8px 8px 4px
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 3px;
    color: #1f1f1f !important;
    background-color: #e9ecef;
    background-clip: padding-box;
    border-bottom: 1px solid ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 4px!important;
}
