/*
  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  ::    Project:        TabbieMath							::
  ::    Version:        1.0 								::
  ::    Author:         getrajeshonline@gmail.com 				::
  ::    Last change:    09/06/2021 							::
  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

/* TOC

 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL

*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');
@import url("animate.css");

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.section-bg-grey{ background: #EFEFEF; }
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	/*border-top:4px solid #222935;*/
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #141414;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
	font-weight: bold;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
}
p {
	font-family: inherit;
	font-weight: 400;
	color: #000;
	font-size:16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	font-family: 'Montserrat', sans-serif;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #141414;
}
.font-montserrat {
	font-family: 'Montserrat', sans-serif;
}
.font-alegreya{
	font-family: 'Alegreya Sans';
}
.font-open-sans {
	font-family: 'Open Sans', sans-serif;
}
.text-transform-none {
	text-transform: none !important;
}
.text-white {
	color: #fff !important;
}
.text-bold {
	font-weight: bold !important;
}
.text-normal {
	font-weight: normal !important;
}
.font-12px {
	font-size: 14px !important;
}
.font-14px {
	font-size: 14px !important;
}
.font-16px {
	font-size: 16px !important;
}
.font-18px {
	font-size: 18px !important;
}
.font-20px {
	font-size: 20px !important;
}
.font-bold {
	font-weight: bold !important;
}
.font-normal {
	font-weight: normal !important;
}
.white-text {
	color: #fff !important;
}
.font-italic {
	font-style: italic;
}
.font-bold {
	font-weight: bold !important;
}
a:hover, a:focus {
	color: #f6b138;
}
.text-color-primary {
	color: #f6b138;
}
.border-bottom-1 {
	border-bottom: 1px solid #ededed;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.intro-style{
	margin:0 auto;
	width:60%;
	display:inline-block;
	line-height:30px;
}
.line-height-30{
	line-height:30px !important;
}
.white-bg {
	background: #fff !important;
}
.red-bg {
	background: #f1786e !important;
}
.light-gray-bg{
	background:#f9f9f9;
}
.relative {
	position: relative;
}

.orange-bg{
	background:	#F4901E !important;
}
.purple-bg{
	background: #D1145A !important;
}
.menu-btn {
  display: block;
  left: 50%;
  margin: 1em;
  position: absolute;
  top: 50%;
  width: 36px;
  transform: translate(-50%,-50%);  
}

.menu-btn:before,
.menu-btn:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 4px;
  transition: all 200ms ease-in-out;
}
.menu-btn:before {
  box-shadow: 0 10px 0 #fff;
  margin-bottom: 16px;
}
.menu-btn:hover:before {
  box-shadow: 0 0 0 #fff;
  transform: translateY(10px) rotate(45deg);
}
.menu-btn:hover:after{
  transform: translateY(-10px) rotate(-45deg);
}
/*=======================================================
      SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
	width: 100%;
	background:#fff;
}
/*=======================================================
      HEADINGS
========================================================*/
.heading-block {
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}
.heading-block h2 {
	font-size: 40px;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
	color:#232c3b;
	font-family: 'Alegreya Sans';
	letter-spacing: 1px;
}
.heading-block span{
	color:#6a7483;
	font-size:15px;
	letter-spacing:1px;
}
.white-text h2{
	color:#fff;
}
.white-text span{
	color:#fff;
}
.content-head h2, .content-head h3 {
	font-size: 36px;
	line-height: 40px;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;	
	font-family: 'Alegreya Sans';
	letter-spacing: 1px;
}
.content-head h3 { font-size: 28px; line-height: 32px; }
.text-red{ color: #F16221; }
.text-lblue{ color: #30A8BB; }
/*=======================================================
      BUTTON
========================================================*/
.btn {
	background: #222935;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 5px 20px;
	font-weight: bold;
	border-radius: 4px;
	color: #fff;
	position: relative;
	overflow: hidden;
	border-bottom:3px solid rgba(0,0,0,0.4);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btn:hover{
	background:#ff6c3a;
	color:#fff;
}
.btn-orange{
	background:#ff6c3a;
	border-bottom:3px solid rgba(0,0,0,0.4);
}
.btn-orange:hover{
	background:#222935;
}
.btn-white{
	background:#fff;
	color:#232c3b;
}
.btn-purple{
	background: #9B005D;
	color: #FFF;
	font-weight: bold;
}
.btn-purple:hover{  }
/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
	background: #222935;
	height: 48px;
	position:relative;
	border-radius: 0  0 6px 6px;
}
.top-bar:before{
	position:absolute;
	background:url(../images/top-left-bar.jpg) no-repeat;
	width:35px;
	height:48px;
	float:left;
	left:0px;
	top:0px;
	content:"";
	left:-30px;
}
.top-bar:after{
	position:absolute;
	background:url(../images/top-right-bar.jpg) no-repeat;
	width:35px;
	height:48px;
	float:right;
	right:0px;
	top:0px;
	content:"";
	right:0px;
}
.top-bar .social_icons {
	margin-top: 5px;
}
.top-bar .some-info{
}
.top-bar .some-info li{
	display:inline-block;
	color:#fff;
	line-height:48px;
	font-weight:normal;
	font-size:12px;
	margin-left:50px;
	text-align:right;
}
.top-bar .some-info li i{
	margin-right:5px;
	color:#596269;
	font-size:16px;
}
/*=======================================================
      HEADER
========================================================*/
header {
	display: inline-block;
	width: 100%;
	z-index: 999;
	margin-top: 0px;
	padding-top:10px;
	padding-bottom: 10px;
	background: rgba(255,255,255,0.95);
}
@media screen and (max-width: 992px){
	header { position: relative; }
}
header .logo {
	float: left;
	position: absolute;
	text-align: left;
	z-index: 9999;
	margin-top: 5px;
}
header nav {
	display: inline-block;
	width: 100%;
	float: right;
	position: relative;
	z-index: 999;
	text-align: right;
	margin-top:5px;
}
header nav li a {
	padding: 5px 20px;
	border-color: transparent;
	text-decoration: none;
	text-transform: uppercase;
	color: #232c3b;
	letter-spacing: 0px;
	float: left;
	font-size: 14px;
	font-weight: normal;
	position: relative;
}
header nav li a:last-child{ padding-right: 0; }
header.dark-text nav .ownmenu li a {
	color: #141414;
}
header nav .ownmenu li {
}
header nav li a:hover {
	color: #f80;
}
header nav li.active a {
	color: #f80;
}
header .ownmenu ul.dropdown {
	padding-bottom: 0px;
	background: #141414;
	padding:10px 0px;
}
header .ownmenu ul.dropdown li a {
	text-transform: uppercase;
	border: none !important;
	line-height: 20px;
	background: none;
	color: #6f6f6f !important;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	font-weight: normal;
	letter-spacing: 0px;
	padding-right: 0px;
	text-align: left;
	padding: 10px 20px;
}
header .ownmenu ul.dropdown li a:hover {
	color: #ff6c3a !important;
	background: none;
}
header .ownmenu li > .megamenu li a:hover {
	color: #ff6c3a !important;
}
header .ownmenu li > .megamenu li a {
	text-transform: uppercase;
	border: none !important;
	line-height: 40px;
	background: none;
	color: #6f6f6f !important;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	font-weight: normal;
	letter-spacing: 0px;
	padding-right: 0px;
	text-align: left;
	padding: 0px;
}
header ul.dropdown {
}
header .ownmenu .megamenu hr {
	width: 23px;
	height: 3px;
	background: #eeb013;
	margin: 20px 0px;
	border: none;
}
header ul.dropdown li {
	padding: 0px;
}
header ul.dropdown li:hover {
	background: none
}
header .ownmenu .megamenu h6 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
}
header .ownmenu .megamenu img {
	width: auto;
	margin-top: -1px;
}
header .ownmenu > li > .megamenu.full-width {
	background: #141414;
	padding: 50px;
	padding-bottom: 40px;
}
header .ownmenu > li > .megamenu.full-width li {
	text-align: left;
}
header nav .ownmenu .indicator {
	margin-left: 5px;
	display: none;
}
header .search-nav {
	float: right !important;
}
header .search-nav a{
	padding:0px;
}
header .search-nav ul.dropdown {
	padding: 20px;
}
header .search-nav ul.dropdown {
	padding: 30px !important;
	width: 50% !important;
}
header .search-nav input {
	width: 100%;
	background: rgba(255,255,255,0.1);
	border: none;
	box-shadow: none;
	border-radius: 0px;
	height: 40px;
	padding-left: 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	border: 1px solid;
	border-color: transparent;
}
.search-nav :-moz-placeholder { /* Firefox 18- */
	color: #e4e4e4;
}
.search-nav ::-moz-placeholder {  /* Firefox 19+ */
	color: #e4e4e4;
}
.search-nav :-ms-input-placeholder {
	color: #e4e4e4;
}
.search-nav ::-webkit-input-placeholder {
	color: #e4e4e4;
}
header input:focus, textarea:focus, keygen:focus, select:focus {
	outline: none !important;
}
header .search-nav .btn {
	margin-top: 0px;
	border-right: 1px solid #ff6c3a;
	color: #ff6c3a;
}
header .search-nav .bootstrap-select.btn-group .dropdown-menu li a {
	padding: 2px 10px;
	font-size: 10px !important;
}
header .search-nav button {
	border: none;
	color: #fff;
	background: #ff6c3a;
	height: 40px;
	float: right;
	right: 0px;
	padding: 0 40px;
	margin-top: -40px;
}
header .search-nav .ownmenu ul.dropdown li a:hover {
	background: #af5875 !important;
	color: #fff !important;
}
header .search-nav .bootstrap-select .dropdown-menu>li>a:hover {
	background: #af5875 !important;
	color: #fff !important;
}
header .search-nav .bootstrap-select .dropdown-menu>li.selected a {
	color: #fff !important;
}
header .ownmenu > li.search-nav i {
	font-size: 14px;
	margin: 0px;
	height: 37px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	padding-top: 10px;
	border-radius: 50%;
}
header nav .ownmenu li.search-nav .row {
	margin: 0px;
}
header nav .ownmenu li.search-nav {
	padding: 0px;
}
.sticky-wrapper {
	height: auto !important;
}
.sticky-wrapper .sticky {
	width: 100%;
	z-index: 9999999;
}
.is-sticky .sticky {
	padding-bottom: 2px;
	background: rgba(255,255,255,1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.ownmenu ul.dropdown {
	top: 63px;
}
.ownmenu > li > .megamenu {
	top: 63px;
}
header .user-menu{ text-align: revert; margin-bottom: 10px; }
header .user-menu a {
  color: #fff;
  padding: 6px 15px;
  transition: box-shadow 0.4s ease-in-out;
  font-size: 14px;
}
header .user-menu a:hover{ box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25); }
header .user-menu a.login{ background: #666666; }
header .user-menu a.buy-now{ background: #F7931E; }
header .user-menu a.sign-up{ background: #9E005D; }
header.dark-text .is-sticky .sticky {
	background: rgba(255,255,255,0.9);
}
#cd-menu-trigger {
	position: fixed;
	left: 380px;
	top: 50px;
	z-index: 9999999;
	width: 50px;
	height: 50px;
}
.bg-parallax{
	background-size:cover !important;
}
/*=======================================================
      SUB BANNER
========================================================*/
.sub-banner{
	position:relative;
	height:600px;
}
.sub-banner .caption {
  width: 100%;
  text-align: left;
  margin-top: 20vmax;
  margin-left: 10vmin;
  position: relative;
}
.sub-banner h2{
	font-family: 'Alegreya Sans';
	font-size:6vmin;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
}
/*=======================================================
      HOME SLIDER
========================================================*/
.home-slider{
	position:relative;
	overflow:hidden;
	max-height: 100vh;
	min-height: 600px;
	z-index:9;
}
.home-slider .btn{
	font-size:14px !important;
	font-weight:normal;
	padding:8px 15px !important;
}
/*=======================================================
      register section
========================================================*/
.register-card {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	font-weight: 600;
	transform: translate(0%, -15%);
}
.register-card > div{ 
	text-align: center; 
	padding-top: 30px;
	width: 20%; 
	min-height: 305px; 
}
.register-card > div img{ padding: 10px; }
.register-card > div p {
    color: #FFF;
    line-height: normal;
    margin: 10px 0;
    padding: 10px 10%;
    min-height: 90px;
}
.register-card .register-card-button{ padding: 20px 10px; background: rgba(0,0,0,0.2);color:#FFF;display: block;}
.register-card a.register-card-button:hover{ background: rgba(0,0,0,0.4);  }
section.tabbie-features{ 
	background: #606060;
	background: linear-gradient(180deg, #606060 0%, #606060 125px, #EFEFEF 125px)
}
.feature-cards{ margin-top: -50px; }
.feature-cards > div{ position: relative; margin-bottom: 65px; text-align: center;}
.feature-cards > div p{ background: #808080; border-radius: 10px; color: #FFF; padding:55px 10% 10%; height: 100%; line-height: normal;}
.feature-cards > div img.icon {
  position: absolute;
  z-index: 9;
  top: -65px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 25%;
}
/*=======================================================
      
========================================================*/
.solution{
}
.solution h6{
	font-size:12px;	
	margin-top:40px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1.3px;
}
.front-page span{
	
}
.list-style li{
	padding:5px 0;
}
.list-style p{
	font-size:15px;
	color:#232c3b;
}
.list-style p img{
	display:inline-block;
	margin-right:15px;
}
/*=======================================================
      OFFER SERVICES
========================================================*/
.offer-services{
	background:#f9f9f9;
}
/*=======================================================
      CASE STUDIES
========================================================*/
.case-studies{
}
.case{
	
}
.case ul li article{
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
}
.case ul li article .case-detail{
	background:#f9f9f9;
	position:absolute;
	bottom:-50%;
	padding:20px;
	text-align:center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width:100%;
}
.case ul li article .case-detail h5{
	font-weight:normal;
}
.case ul li article:hover img{
	opacity:0.7;
}
.case ul li article:hover .case-detail{
	bottom:0px;
}
.margin-left-80px{
	margin-left:-80px;
}
.margin-left-250px{
	margin-left:-250px;
}
.next-last a{
	text-transform:uppercase;
}
.next-last a i{
	border:1px solid #838383;
	border-radius:50%;
	height:30px;
	width:30px;
	text-align:center;
	line-height:28px;
}
/*=======================================================
      PRICING TABLE
========================================================*/
.pricing-table{
}
.pricing-table .pricing-head{
	background:#232c3b;
	padding:40px;
	text-align:center;
}
.pricing-table .pricing-head h4{
	font-size:22px;
	color:#fff;
	margin-top:0px;
	letter-spacing:1px;
	border-bottom:1px solid rgba(255,255,255,0.3);
	padding-bottom:20px;
}
.pricing-table .pricing-head span{
	color:#fff;
}
.pricing-table .pricing-head .curency{
	display:inline-block;
	position:relative;
	top:-30px;
	font-size:20px;
}
.pricing-table .pricing-head .amount{
	font-size:60px;
	font-weight:bold;
}
.pricing-table .pricing-head .amount span{
	font-size:16px;
	position:relative;
	top:-30px;
	font-weight:normal;
}
.pricing-table .pricing-head .month{
	position:relative;
	left:-20px;
}
.pricing-table ul{
	background:#fff;
	padding:20px 0;
}
.pricing-table ul li{
	line-height:50px;
	font-size:14px;
	color:#6a7483;
}
.pricing-table ul li:nth-child(2){
	background:#f0f0f0;
}
.pricing-table ul li:nth-child(4){
	background:#f0f0f0;
}
.pricing-table ul li:nth-child(6){
	background:#f0f0f0;
}
.pricing-table ul li:nth-child(8){
	background:#f0f0f0;
}
.pricing-table ul li:nth-child(10){
	background:#f0f0f0;
}
.pricing-table .price-in{
	background:#fff;
	text-align:center;
	padding-bottom:50px;
	border:1px solid #ececec;
}
.pricing-table .plan-icon{
	background:#232c3b;
	width:60px;
	height:55px;
	display:inline-block;
	line-height:55px;
	border-radius:4px 4px 0  0 ;
	text-align:center;
}


/*=======================================================
      flow-work
========================================================*/
.flow-work li{
	text-align:center;
	margin-top:30px;
	padding:0 30px;
}
.flow-work li .icon{
	height:80px;
	width:80px;
	line-height:80px;
	text-align:center;
	display:inline-block;
	background:#f08d4d;
	border-radius:50%;
	margin-bottom:20px;
}
.flow-work li:nth-child(1) .icon{
	background:#f08d4d;
}
.flow-work li:nth-child(2) .icon{
	background:#fad97f;
}
.flow-work li:nth-child(3) .icon{
	background:#f67656;
}
.flow-work li:nth-child(4) .icon{
	background:#90dea9;
}
.flow-work li h6{
	font-weight:normal;
	font-size:15px;
	margin:20px 0;
}
/*=======================================================
      Clients
========================================================*/
.clients{
	background:#4ad5c0;
}
.clients .col-5 li{
	width:20%;
	float:left;
}
/*=======================================================
      TESTIMONIALS
========================================================*/
.testimonial{
	background:#F4901E;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 2% 20px;
	min-height: 20vmax;
}

.testimonial > img {
    border-radius: 50%;
    width: 30%;
    margin-right: 4%;
}
.testimonial > div{ 
	width: 60%;
}
.testimonial hr{
	background: #b3b3b3;
	margin: 20px 0;
}
.testimonial p {
    color: #FFF;
    font-size: 0.8em;
    line-height: 1.3em;
    text-align: left;
    font-weight: 100;
    padding-right: 10px;
}
.testimonial p span, .testimonial p strong{ font-weight: 600; }
.testimonial p span{ display: block; }
.testimonial > div img {
    width: auto !important;
    /*transform: rotate(180deg);*/
}
.testimonial > div img.comment-left{ margin-top: -8px; }
.testimonial > div img.comment-right{ position: absolute; margin-top: 2px; }

/*=======================================================
      Blogs
========================================================*/
.blogs .content-head h3 {
    font-size: 24px;
    line-height: 24px;
    color: #30A8BB;
}
.blog-details .section-bg-grey{ background: #e9e9e969; }
.blog-details .content-head h2 { margin-bottom: 5px; }
.blog-details .content-head h3 {
    font-size: 26px;
    line-height: 26px;
    color: #30A8BB;
}
.blog-details .cover-image{
    margin-bottom: 20px;
}
.blog-details a{ padding-bottom: 0px; border-bottom: #ff9a00 1px solid;  }
.blog-details a:hover { border-bottom: none; }
.blog-footer {
    border-top: #ffe8e8 1px solid;
    padding-top: 10px;
    color: #07969D;
    margin-bottom: 20px;
}
.blog-details .blog-footer{
    border-bottom: #ffe8e8 1px solid;
    padding-bottom: 10px;
}
.blog-details .blog-footer p{ padding-bottom: 0; line-height: 16px; }
.blog-footer p{
    color: #07969D;
    margin-bottom: 10px;
}
/*=======================================================
			CONTACT
========================================================*/
.contact-us #map{
	height:700px;
	width:100%;
}
.contact .error {
	border: 1px solid red;
}
.success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
#contact_form{
	margin-top:30px;
}
#contact_form li {
	text-align: left;
	margin-bottom: 10px;
}
#contact_form input {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	padding: 0;
	height: 25px;
}
#contact_form .form-control {	
	border: none;
	box-shadow: none;
	border-radius: 0px;
	border-bottom: 2px solid #e8e8e8;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact_form li textarea {
	height:	208px !important;
	font-size: 16px;
}
#contact_form li .btn {
}
.contact-form .tittle {
	text-align: center;
}
.contact-form .tittle hr {
	width: 28px;
	height: 5px;
	margin: 15px auto;
	background: #448aff;
	border: none;
}
.contact-form .tittle p {
	text-transform: none;
	font-size: 16px;
}
.contact-form label {
	font-weight: normal;
	color: #444444;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin: 0px;
    	margin-top: 5px;	
	line-height: 26px;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
}
.contact-form {
}
.contact-info li h4{
	margin-top:15px;
	margin-bottom:15px;
}
.contact-info li i{
	font-size:30px;
	color:#ff6c3a;
}
.contact-info li p{
	margin:0px;
}

/*=======================================================
      INTRO STYLE
========================================================*/
.intro .list-what-we hr{
	width:40px;
	height:2px;
	background:#ff6c3a;
	border:none;
	margin:15px 0;
}
.intro .list-what-we h6{
	font-size:16px;
	font-family: 'Alegreya Sans';
	font-weight:500;
	color:#232c3b;
	letter-spacing:1px;
}
.intro .list-what-we li{
	margin-bottom:30px;
}

/*=======================================================
      FOOTER
========================================================*/
footer{
	background:#333333;
}
footer p, footer a{
	color:#B0B0B0;
	line-height:22px;
}
footer h6{
	color:#fff;
	font-size:16px;
	margin-top:0px;
	margin-bottom:30px;
	text-transform:uppercase;
	font-weight:normal;
}
footer .news-letter h6{
	float:left;
	color:#fff;
	margin-top:20px;
	margin-bottom:0px;
	text-transform:uppercase;
	font-weight:normal;
}
footer .news-letter form{
	float:right;
	width:70%;
}
footer .news-letter input{
	border:1px solid #3c4450;
	height:50px;
	width:100%;
	padding:0 20px;
	background:none;
}
footer .news-letter button{
	background:#ff6c3a;
	width:55px;
	height:50px;
	float:right;
	margin-top:-50px;
	position:relative;
	z-index:1;
	border:none;
	color:#fff;
	font-size:20px;
}
.footer-info .links li{
	float:left;
	width:50%;
	padding-left:20px;	
	position:relative;
}
.footer-info .links li:before{
	content:"\f0da";
	position:absolute;
	left:0px;
	top:10px;
	color:#969ea7;
	font-family:'FontAwesome';
}
.footer-info .links li a{
	color:#969ea7;
	line-height:40px;
	font-size:13px;
	padding-bottom:3px;
	border-bottom:1px dashed #rgba(255,255,255,0);
}
.footer-info .links li a:hover{
	color:#fff;
	border-bottom:1px dashed #fff;
}
.footer-info .quote .form-control{
	background:none;
	border-radius:0px;
	border:1px solid #3f4753;
	margin-bottom:20px;
	height:40px;
	font-size:13px;
}
.footer-info .quote textarea.form-control{
	height:80px;
}
.footer-info  .personal-info {
	margin-top:30px;
	
}
.footer-info  .personal-info li{
	color:#969ea7;
	font-size:12px;
	line-height:24px;
	font-family: 'Montserrat', sans-serif;
	border-bottom:1px solid #3c4450;
	padding:10px 0;
	display:inline-block;
	width:100%;
}
.footer-info  .personal-info li i {
	font-size:18px;
	color:#969ea7;
	margin-right:20px;
	float:left;
	margin-top:5px;
}
.rights{
	background:#161c28;
	margin-top:50px;
	padding:15px 0;
}
.rights p{
	margin:0px;
}
.blog-media-icons li{
	display:inline-block;
	padding: 0 10px 10px 0;
	line-height: 46px;
}
.blog-media-icons li img{ max-width: 35px; height: auto; }
.social_icons{ margin-bottom: 1rem; }
.social_icons li{
	display:inline-block;
	padding: 0;
	line-height: 20px;
}
.social_icons li a{
	background:#FFF;
	height:30px;
	width:30px;
	text-align:center;
	line-height:30px;
	color:#000;
	border-radius:50%;
	display:inline-block;
	font-size:20px;
}
.social_icons li a:hover{
	background:#ff6c3a;
}
span.red-highlight{ background: #FACBCC; color: #F16221;padding:2px; }
@media screen and (min-width:  993px){
	.grid-image-absolute-lg{
		width: calc(100% - 30px);
		position: absolute;
		top: 0;
	}
}
.login-blue-head{ color: #07969D; }
.login-red-color, a.login-red-color{ color: #ff5e18; }
.login-red-button{ background: #ff5e18; border-radius: 20px; padding: 5px 40px; font-weight: 300; }
.slick-list{ overflow: visible; }
.slick-slide {
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.testimonial-slider .slick-slide:not(.slick-current) {
  /*filter: brightness(0.5);*/
  opacity: 0.2;
}

.testimonial-slider .slick-slide.slick-current {
  transform: scale(1.35);
  position: relative;
  z-index: 1;
  width: 12%;
}
.testimonial-slider .slick-nav {
    --active: #6e6e6e;
    --border: rgba(0,0,0, .12);
    top: calc(40%);
}
.max-width-225{ max-width: 225px; }

.modal-content{
	width:500px;
	margin:auto;
}

.modal-header {
    padding:0.7rem 1rem;
    border-bottom: 1px solid #e9ecef;
   border-radius:0;
	background-color:#9a4a05;
}
.modal-title{
	font-size:16px;
	font-family: 'Nanum Gothic', sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	}
.modal-body{
	background-image:url('http://snippetimg.meditialabs.com/bgs/bg1.jpg');
	background-position:top left;
	background-size:cover;
	width:100%;
	padding:1.5rem 3rem 3rem 3rem;
}
body.modal-open .supreme-container{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
.text-intro{
	font-size:0.8em;
	color:#777;
	text-align:center;
}
.form-div{
	background-color:#fff;
	padding:2em 1.5em;
	box-shadow:2px 2px 2px 2px rgba(215,215,215,0.5);
}
form{
	border:0 !important;
}
@media (max-width:500px){
	.modal-content{
	width:330px;
	margin:auto;
}
.banner-heading{
	font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.banner-sub-heading{
	font-size: 10px;
    font-weight: 200;
    line-height: 10px;
    margin-bottom: 40px;
}
}
@media (max-width:768px){
	.banner-text{
	padding:150px 0 150px 0;
	}
	.banner-sub-heading{
		font-size: 23px;
	    font-weight: 200;
	    line-height: 23px;
	    margin-bottom: 40px;
	}
}
#formsModel.modal.show{	
	display: flex !important;
	align-items: center;
}
#formsModel .modal-dialog {
    width: 90vw;
    z-index: 99999;
}
#formsModel	.modal-content {
    background: transparent;
    border: 0;
}
#formsModel	.modal-content button.close{
	width: 26px;
	height: 26px;
	position: absolute;
	top: 15px;
	z-index: 9;
	border: 1px solid;
	border-radius: 50%;
}
#media .card{ height: 100%; box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);}
#math-for-students{
	padding-top: 110px !important;
}
@media screen and (min-width: 993px){
	#math-for-students{
		transform: translate(0%, -50%);
	}
}
@media screen and (max-width: 992px){
	#math-for-students{
		padding-top: 150px !important;
		transform: translate(0%, -35%);
		padding-bottom: 20px;
	}
}
.card-text{
	color: orange;
}
.card-heading{
	color: #00ccff;
}
p.card-summary {
    align-self: flex-end;
    color: #666;
    width: 100%;
    text-align: right;
}
.card-content{
	padding: 1.25rem;
	height: 100%;
}
.slider, .slide {
    max-height: calc(100vh - 90px);
}
