/* 
 Theme Name:   KGC Logistics
 Theme URI:    
 Description:  
 Author:       Yukteedevteam
 Author URI:   https://project.yuktee.com/KGC
 Template:     generatepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
@font-face {
   font-family: 'Oli GroteskL Regular';
   src: url('https://kgcgroup.in/wp-content/uploads/2024/04/OliGroteskL-Regular.woff2') format('woff2'),
   url('https://kgcgroup.in/wp-content/uploads/2024/04/OliGroteskL-Regular.woff') format('woff');
}

@font-face {
   font-family: 'Oli GroteskL Bold';
   src: url('https://kgcgroup.in/wp-content/uploads/2024/04/OliGroteskL-Bold.woff2') format('woff2'),
   url('https://kgcgroup.in/wp-content/uploads/2024/04/OliGroteskL-Bold.woff') format('woff');
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Oli GroteskL Bold';
}
body{
	font-family: 'Oli GroteskL Regular';
}
.row {
	clear: both;
}
.row-50 {
    width: 50%;
    float: left;
    overflow: hidden;
	  padding: 0px 20px 0px 0px;
}

 input[type="text"],  input[type="email"], input[type="tel"]{
	box-sizing: border-box;
    padding: 14px 25px;
    height: auto;
    width: 100%;
    position: relative;
    border: solid 1px #d8d8d8;
	 	background-color: #fff;

}
textarea {
    font-size: 16px;
    line-height: 18px;
    color: #243238;
    padding: 16px 30px 15px;
    width: 97%;
	background-color: #fff;
	border: solid 1px #d8d8d8;
    height: 120px;
}
/* input[type="submit"] {
    color: #ffffff;
    background-color: #1E73B9;
}
*/

.gly-rotate-45 .elementor-button-wrapper:Hover span.elementor-button-icon.elementor-align-icon-right {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    border-color: #fff;
}