/*------------------------------------------------------------------
		File Name: style.css
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
		[Table of contents]

		1.  IMPORT FONTS
    2.  IMPORT FILES
	3.  BASIC
    4.  LOADER
	5.  HEADER
	      - Header Top 
	      - Menu 
	      - Search Bar
	      - Side Menu
		  - Fix Header
	6.  SLIDER PARALLAX
	      - Simple Parallax
	      - Slider Text
		  - Testimonial slider
	7.  SECTION
	      - Counter
		  - Form
		  - Progress Bar
		  - Pagination
	8.  SLIDER
	9.  ACCORDION
	10. PRICE TABLE
	11. INNER PAGE BANNER
	12. SIDEBAR
	     - Sidebar Search
	13. BLOG	
         - Blog Detail	
	14. CASE STUDIES
	15. SHOP
    16. FOOTER
	17. CUSTOM
		
	-------------------------------------------------------------------*/


/*------------------------------------------------------------------
		1. IMPORT FONTS
	-------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700,900);
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i);

/*------------------------------------------------------------------
		2. IMPORT FILES
	-------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(font-awesome.min.css);

/*------------------------------------------------------------------
		3. BASIC
	-------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: none !important;
	box-sizing: border-box;
}

html,
body {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: normal;
	font-weight: 400;
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
}
.header_top {
	background: #083791;
    background-size: 100% 100%;
    border: none;
}

.social_icon ul li {
	margin-right: 15px;
	font-weight: 600
}

a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2:not(#fynagst-api),
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0;
	font-weight: normal;
	line-height: normal;
	color: #1f1f1f;
	margin: 0
}

h6 {
	font-size: 14px;
	margin-bottom: 10px;
}

h1 {
	font-size: 24px
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none!important;
	opacity: 1
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}


a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a.btn:hover,
button.btn:hover,
a.btn:focus,
button.btn:focus {
	background: #252525;
	color: #fff;
}

.img-responsive {
	max-width: 100%;
}

.color_black p,
.color_black ul,
.color_black ul li {
	color: #000;
}

.black_color {
	color: #000;
}

.semi_bold {
	font-weight: 600;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

.margin_0 {
	margin: 0 !important;
}

.padding_0 {
	padding: 0 !important;
}

h2 {
	font-size: 35px;
	color: #000;
	line-height: 36px;
	font-weight: 600;
	position: relative;
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-top: 15px;
}

h3 {
	font-size: 24px;
	color: #000;
	line-height: normal;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 20px;
	font-weight: 600;
}

h4 {
	font-size: 18px;
	color: #000;
	line-height: 21px;
	font-weight: 600;
	text-transform: none;
}

h5 {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	line-height: normal;
	color: #000;
}

p {
	color: #707070;
	font-size: 15px;
	line-height: 21px;
}

p.large {
	color: #898989;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
button,
input,
select,
textarea,
option {
	font-family: 'Poppins', sans-serif;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: none;
}

@media (min-width: 1200px){
.container {
	width: 1200px;
	max-width: 1250px;
}
}

.full {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}


.text_align_left {
	text-align: left;
}

.modal-backdrop.show {
	opacity: 1;
}
.section {
	float: left;
	width: 100%;
}


.main_heading {
	position: relative;
}

.main_heading.text_align_left::after {
	margin-left: 0;
}

.main_heading.text_align_right::after {
	margin-right: 0;
}

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}


/*----- Header Top -----*/

header {
	position: relative;
	z-index: 1;
}

header .right_bt {
	float: right;
}

header .right_bt .btn {
	margin: 26px 0 0;
}



.header_bottom {
	min-height: auto;
	background-color: #fff;
    width: 100%;
    box-shadow: 0 1rem 1rem rgba(0,0,0,.15)!important;
    position: fixed;
}

.header_top ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

.header_top ul li {
	font-size: 14px;
	color: #fff;
	float: left;
}

.header_top ul li i {
	margin: 0 2px 0 0;
}

.header_top ul li i {
	color: #fff;
	transition: ease all 0.2s;
	font-size: 18px;
	margin-right: 5px;
}

.header_top .social_icon ul li a {
	color: #fff;
}

/* gst css */
.logo {
	float: left;
	margin: 5px 0 5px;
	position: relative;
	left: 0;
}

.logo img {
	height: 45px;
}

.header_top ul li {
	font-size: 13px;
	color: #fff;
	float: left;
	margin-right: 20px;
}
.header_bottom {
	position: relative;
	z-index: 9;
}


/*----- Menu -----*/

.menu_side {
	float: right;
	width: auto;
}

#navbar_menu ul,
#navbar_menu ul li,
#navbar_menu ul li a,
#navbar_menu #menu-button {
	position: relative;
}

#navbar_menu:after,
#navbar_menu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/*gst css */
#navbar_menu {
	margin: 17px 0 0 0;
	float: left;
}

#navbar_menu>ul>li {
	float: left;
}

#navbar_menu>ul>li>a {
	padding: 15px 35px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

#navbar_menu li:hover>ul {
	left: auto;
}


#navbar_menu li:hover>ul>li {
	height: 45px;
}
/*-- Search Bar --*/

.search_icon {
	float: left;
	margin: 8px 0px 0 20px;
}

.search_icon ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

.search_icon ul li {
	float: left;
	font-size: 14px;
}

.search_icon ul li {
	float: left;
	font-size: 16px;
}

.search_icon ul li a {
	color: #000;
}

.modal-open {
	padding: 0 !important;
}

.modal-backdrop.in {
	opacity: 1;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: rgba(0, 0, 0, .8);
}

header .header_bottom,
section,
footer {
	float: left;
	width: 100%;
}


.padding_layout_1 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.social_icon ul {
	list-style: none;
	float: left;
}
.page-title {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 15px;
}

.topbar-hightlight a {
	color: #fff;
}


.social-icon {
	float: right;
	list-style: none;
	margin: 0;
}

.signupbut{
	background-image: linear-gradient(109deg,#f5a623,#f76b1c);
}
.banner-bg {
	background: url('../img/landingpage/mainimg.svg') no-repeat;
    background-position: top;
}
.banner_section {
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    padding-top: 50px
}
.banner-bg {
    height: 560px;
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 0;
}
.gst_signin input {
  border: none;
  outline: none;
  background: none;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.gst_signin input:focus{
	border-bottom: 3px solid rgb(0 59 114);
}
.sub-cont {
  overflow: hidden;
  position: absolute;
  left: $formW;
  top: 0;
  width: $contW;
  height: 100%;
  padding-left: $imgW;
  background: #fff;
  transition: transform $switchAT ease-in-out;

  @include signUpActive {
    transform: translate3d($formW * -1,0,0);
  }
}

button {
  display: block;
  margin: 0 auto;
  width: $inputW;
  height: $btnH;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.img {
  overflow: hidden;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: $imgW;
  height: 100%;
  padding-top: 360px;

  &:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: $contW;
    height: 100%;
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/sections-3.jpg');
    background-size: cover;
    transition: transform $switchAT ease-in-out;
  }

  &:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
  }

  @include signUpActive {
    &:before {
      transform: translate3d($formW,0,0);
    }
  }

  &__text {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    transition: transform $switchAT ease-in-out;

    h2 {
      margin-bottom: 10px;
      font-weight: normal;
    }

    p {
      font-size: 14px;
      line-height: 1.5;
    }

    &.m--up {

      @include signUpActive {
        transform: translateX($imgW*2);
      }
    }

    &.m--in {
      transform: translateX($imgW * -2);

      @include signUpActive {
        transform: translateX(0);
      }
    }
  }

  

    span {
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      transition: transform $switchAT;
      
      &.m--in {
        transform: translateY($btnH*-2);
        
        @include signUpActive {
          transform: translateY(0);
        }
      }
      
      &.m--up {
        @include signUpActive {
          transform: translateY($btnH*2);
        }
      }
    }
  }
}

h2 {
  width: 100%;
  font-size: 26px;
  text-align: center;
}

.labelform {
  display: block;
  width: $inputW;
  margin: 10px auto 0;
  font-size: 13px;

  span {
    font-size: 10px;
    color: #000;
  }
}
.gst_signin input[type="checkbox"],
.gst_signin input[type="radio"]
{
	vertical-align: text-top;
}
.gst_signin input:not([type="checkbox"],[type="radio"]){
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 5px;
  font-size: 12px;
 border-bottom: 3px solid rgb(19 19 19 / 40%)
}

.forgot-pass {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  color: #cfcfcf;
}
.customization {
    background-color: #003B72;
    padding: 10px;
    color:#fff;
    width: 85%;
    font-size:35px;
    margin-bottom:5px;
}
.font50{
	font-size: 50px;
}
.product_list {
	transition: ease all 0.5s;
}
.solution_img,.solution_tab_img{
	width: 100%;
	text-align: center;
}
.solution_img img {
	padding: 10px;
    width: 70px;
}
.solution_tab_img img{
    width: 80px;
}

.solution_textarea ul li{
	font-size: 20px;
    line-height: 1.6;
}
  
.position-relative{
	position: relative;
	padding-left:40px;
	padding-right: 40px;
}
section.pricing {
  background: #007bff;
  background: linear-gradient(to bottom, #083791 50%, #DFEBEF 50%);
}

.pricing .card {
  border: none;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  height: 685px;
}

.pricing hr {
  margin: 0.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 0.9rem;
  margin: 0;
  background-color: #083791;
  color:#fff;
  padding:5px;
  line-height: 1.5;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  font-size: 14px;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
  background-color: #5054F9;
  color: #fff;
	position: absolute;
	bottom: 10px;
	width: 90%;
}
.pricing .btn:hover,.pricing .btn:active,.pricing .btn:focus{
	background-color: #0D458D;
  	color: #fff;
}
.aboutus .aboutus_container{
	padding-top: 30px;
    padding-bottom: 64px;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
  }
}
.aboutus {
	background-image: url('../img/landingpage/aboutus.svg');
	width: 100%;
	background-position: center center;
	height: 100%;
}
.contactustext{
	margin-top: 10px;
}
.aboutustext p,.contactustext p{
	font-size: 16.5px;
	line-height: 1.9;
	color:#fff;
}
.contactus{
	background-image: url('../img/landingpage/Techno-landing-page.png');
	width: 100%;
	background-position: center center;
	height: 100%;
}
.mycol {
    padding-left: 0;
    padding-right: 0;
}
.border-right-black {
    border-right: 1px solid #000!important;
}
.box_shadow{
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
  	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
  	box-shadow:         3px 3px 5px 6px #ccc;
  	background-color: #F1F1F1;
  	border-radius: 1rem;
}
#navbar_menu ul {
	list-style: none;
	margin: 0;

}
#price_enterprise {
    position: relative;
}
#price_enterprise img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18%;
}
.all_solutions ul.nav-tabs li{
	width:20%;
}
.solutionimg{
	background-image: url('../img/landingpage/solution.png');
	width: 100%;
	background-position: center center;
	height: 100%;
}
.border_curve{
	border-radius: 1rem;
	height:220px;
}
.border_curve p{
	font-size: 15px;
	text-align: center;
}
.dot {
  height: 25px;
  width: 25px;
  background-color: #083791;
  border-radius: 50%;
  display: inline-block;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 1.142857em;
    top: .14285714em;
    text-align: center;
}
.client{
	margin-top: -162px;
    text-align: center;
}
.client img{
	width: 80px;
}
.all_solutions .nav-tabs .nav-link.active {
    background-color: #dfeff9;
    border-color: #dce1e2;
}
.aboutustext p a{
	font-size: 18px;
	font-weight: 600;
	color:#fff;
}
#requestdemo label,#request_demo label{
	width:90%;
}
.gst_signin input[disabled] {
   border-bottom: 3px solid rgb(169 161 161 / 40%);
}
.clientslide{
	background-color: #083791;
    border-radius: 1rem;
}
.pricing_txt{
    margin-top: 5px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    line-height: 16px;
}
section #partners {
  background-image: linear-gradient(109deg,#0D1025,#1B50A3)
}
.partner-bgcolor {
    background-color: #174186!important;
}
#partner_button {
    position: relative;
}
#partner_button img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 12%;
}
.partner-bgcolor .card-head{
	color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0rem;
}
.partners{
	position: relative;
}
#partner_section{
	 z-index: 9;
     margin-top: -95px; 
}
.mt-4-5{
	margin-top: 4.5rem;
}
ul.partners_list{
	line-height: 2.6;
    margin-top: 10px;
}
.req_demo_btn{
	font-size: 100%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 0.5rem;
    background-color: #5054F9;
    color: #fff;
    position: absolute;
    width: 30%;
    margin-left: 30px;
}
@media (min-width:350px) and (max-width:570px) {
	.header_top ul li {
		font-size: 10px;
	}
	#navbar_menu {
		/*display: none;*/
		margin: 12px 0 0 0;
	}
	.search_icon ul li {
	    font-size: 16px;
	    padding-bottom: 5px;
	}
	.logo img {
    	height: 30px;
	}
	.search_icon {
		float: left;
		margin: 4px 0px 0 20px;
	}
	.customization {
		width: 100%;
    	font-size: 19px;
	}
	.font50 {
    	font-size: 25px;
	}
	.banner_section .requestform{
		margin-top: 95px;
	}
	.banner_section .mt-4{
		margin-top: 0.5rem!important;
	}
	.banner_section .mt-5{
		margin-top: 1rem!important;
	}
	.solution_list .card-blockquote{
		font-size: 12px;
	}
	.border_curve p{
		font-size: 12px;
	}
	.client{
		display: none;
	}
	.aboutustext p, .contactustext p{
		font-size: 15px;
    	line-height: 1.6;
    	text-align: center;
	}
	.aboutus .aboutus_container{
		padding-top: 300px;
    	padding-bottom: 0px;
	}
	.aboutustext p a{
		font-size: 11px;
	}
	h2 {
	    font-size: 25px;
    	line-height: 20px;
	    margin-bottom: 5px;
	    margin-top: 5px;
	}
	.aboutus {
	    background-image: url(../img/landingpage/Fynamicsgst_mobile_abs.svg);
	    width: 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	.clientslide{
		margin-top: 20px;
	}
	.aboutus .main_heading{
		margin-top: 50px;
    	text-align: center;
	}
	.contactus .main_heading{
		margin-top: 20px;
    	text-align: center;
	}
	.banner_section {
		padding-top: 2px;
	}
	.pricing hr {
    	margin: 0.5rem 0;
	}
	.partners{
		margin-bottom: 40px;
	}
	.partners_list{
		line-height: 2!important;
	}
	#partner_button{
		width: 20rem!important;
	}
	.mt-4-5{
		 margin-top: 0rem;
	}
	.partner-bgcolor .card-head{
		font-size: 20px;
	}
	.req_demo_btn{
		width: 50%;
	}
	#partner_section{
		margin-top: -65px;
	}
}
@media (min-width:571px) and (max-width:991px) {
		#navbar_menu>ul>li>a {
		    padding: 15px 15px;
		    font-size: 11px;
		}
		.pricing ul li {
		    margin-bottom: 0.5rem;
		    line-height: 1.4;
		    font-size: 12px;
		}
		.pricing .card-price{
			font-size: 0.7rem;
		    margin: 0;
		    line-height: 1.5;
		}
		.pricing hr {
		    margin: 0.5rem 0;
		}
		.pricing_txt {
		    margin-top: 3px;
		    font-size: 12px;
		}
		#clients img{
			width:100%;
		}
		.aboutustext p, .contactustext p {
		    font-size: 14.5px;
		    line-height: 1.7;
		}
		.aboutus {
		    width: 100%;
		    background-size: cover;
		    background-repeat: no-repeat;
		    background-position: center center;
		}
		.border_curve p {
		    font-size: 10px;
		    line-height: 15px;
		}
		.solution_tab_img img {
		    width: 50px;
		}
		.labelform {
		    margin: 4px auto 0;
		    font-size: 11px;
		}
		.customization{
			font-size: 20px;
		}
		.font50 {
		    font-size: 30px;
		}
		.signupbut{
			font-size: 9px;
			padding: 10px;
		}
		.banner_section{
			padding-top: 1px;
		}
		ul.partners_list{
			line-height: 1.6;
			margin-top: 1px;
			font-size: 12px;
		}
		.partner-bgcolor .card-head{
			font-size: 18px;
		}
		#partner_button{
			width: 20rem!important;
		}
		#partners{
			padding-bottom: 1rem!important;
		}
		#partner_section{
			margin-top: -10px;	
		}
		.mt-4-5{
			margin-top: -1.5rem;
		}
		.req_demo_btn{
			width: 50%;
		}
		.pricing .card{
			height: 450px;
		}
	}
.cssload-spin-box {
	position: absolute;
	margin: auto;
	left: 50%;
	top: 0;
	bottom: 25%;
	right: 0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
		-o-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
		-ms-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
		-webkit-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
		-moz-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	animation: cssload-spin ease infinite 4.6s;
		-o-animation: cssload-spin ease infinite 4.6s;
		-ms-animation: cssload-spin ease infinite 4.6s;
		-webkit-animation: cssload-spin ease infinite 4.6s;
		-moz-animation: cssload-spin ease infinite 4.6s;
}



@keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-o-keyframes cssload-spin {
	0%, 100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-ms-keyframes cssload-spin {
	0%, 100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-webkit-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-moz-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

.text-blue {
color: blue;
}

#request_demo .modal-header{
padding: .5em;
}
#request_demo .modal-body{
padding: .1em;
}
#request_demo .card-body{
padding: .1em;
}
#request_demo .demo{
display: none;
}
.center {
  margin: auto;
  height:45px;
}
.mb-2-5{
	margin-bottom: 2.5rem;
}
.pt-15px{
	padding-top: 15px;
}
.pt-7px{
	padding-top: 7px;
}
.pt-8px{
	padding-top: 8px;
}
.resize-none {
    resize: none;
}
.einv-reg-input-info{
	position: relative;
    top: -25px;
    float: right;
    color: coral;
}