/*--------------------------------------------------------------

  Template Name: Lloyd Institute of Management & Technology.
  Template URI: #
  Description: Educan is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: HasTech
  Author URI: https://themeforest.net/user/hastech/portfolio
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.enq-form{
         position: fixed;
         top: 0px;
         right: -300px;
        /* background: #ED6A47;*/
         z-index: 9999;
         width: 300px;
         padding: 20px;
         transition:.2s;
         -webkit-transition:.2s;
         -moz-transition:.2s;
         -ms-transition:.2s;
         }
         .enq-form-open{
         right: -10px;
         }
         .enq-form .x-column{
         width: 100%;
         }
         .enq-form input{
         width: 100% !important;
         border-radius: 0;
         padding: 10px;
         }
         .enq-form select{
         width: 100% !important;
         border-radius: 0;
         padding: 10px;
         height: 45px;
         }
         .enq-form input[type="submit"]{
         background: #eab83a;
         box-shadow: none;
         border-radius: 0;
         width: auto !important;
         color: #000;
         text-shadow: none;
         text-transform: uppercase;
         font-weight: bold;
         padding: 9px 27px;
         margin: 0 !important;
         }
         .enq-form h3{
         text-shadow: none;
         color: #fff;
         font-size: 22px;
         font-weight: bold;
         margin-top: 0;
         margin-bottom: 0px;
         }
         .enquire-btn{
         position: absolute;
         margin-left: -68px;
         margin-top: 40px;
         border-radius: 15px 0 0 15px;
         cursor: pointer;
         }
         .enquire-btn img{
         border-radius: 15px 0 0 15px;
         }
         .enquire-btn span{
         display:block;
         width:48px;
         height:40px;
         /*background-color:#543a6a;*/
         background-color:#5e456f;
         margin-top:-20px;
         border-bottom-left-radius:10px;
         position:relative;
         }
         .enquire-btn span:after{
         content:'\f053';
         display:block;
         width:100%;
         height:40px;
         font-size:16px;
         color:#FFF;
         line-height:40px;
         position:absolute;
         left:0;top:0;
         font-family: Open Sans;
         text-align:center;
         }
         .enq-form-open .enquire-btn span:after{
         content:'\f054';
         }
         .enq-form p{
         display: none;
         }
         .g-recaptcha{
         -webkit-transform: scale(0.85);
         -webkit-transform-origin:0 0;
         filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.77,M12=0,M21=0,M22=0.77,SizingMethod='auto expand'
         }