/*
  Theme Name: icar biotech kisan hub
 
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Poppins);

body {
  background: #fff;
  color: #444;
  font-family: 'Poppins', Arial, sans-serif;
  
}

a {
  color: #f58634;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #f58634;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #1191c0;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: #50d8af;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #000;
  color: #fff;
}

.bg-blue{background:#e3f2ff !important;}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
}

#topbar .contact-info a:hover {
  color: #61d3fd;
}

#topbar .contact-info i {
  color: #01bad8;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #01bad8;
  padding: 4px 8px;
  display: inline-block;
  line-height: 1px;
  /*border-left: 1px solid #e9e9e9;*/
}

#topbar .social-links a:hover {
  color: #fff;
}

#topbar .social-links a:first-child {
  border-left: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 0px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.12);
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  /*height: 60vh;*/
  position: relative;
  /*background: url("../img/intro-carousel/1.jpg") no-repeat;
  background-size: cover;*/
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  box-shadow: 0px 7px 10px rgba(215, 215, 215, 0.72);
}

#intro .intro-content h2 {
    color: #000;
margin-bottom: 30px;
font-size: 42px;
letter-spacing: 3px;
text-transform: uppercase;
}

#intro .intro-content h2 span {
  color: #000;
  text-decoration: none;
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#intro .intro-content .btn-projects {
  background: #50d8af;
  border: 2px solid #50d8af;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #50d8af;
}

#intro #intro-carousel {
  z-index: 8;
}

/*#intro #intro-carousel::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}*/

#intro #intro-carousel .item {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}
/* first page*/
#intro #intro-carousel .ellipse-1{
	height: 100%;
	width: 302vh;
	background-image: linear-gradient(to right bottom, #1191c0, #1191c0);
	background-size: cover;
	background-position: center;
	margin-top: 5.6ems;
	background-attachment: fixed;
	clip-path: ellipse(23% 85% at 0% 70%);
	-webkit-clip-path: ellipse(23% 85% at 0% 70%);
	/*clip-path: ellipse(71% 100% at 53% 0);
	-webkit-clip-path: ellipse(71% 100% at 53% 0);*/
}
#intro #intro-carousel .ellipse-2{
	height: 100%;
	width: 277vh;
	background-image: linear-gradient(to right bottom, #e3f2ff,#e3f2ff);
	background-size: cover;
	background-position: center;
	margin-top: 5.6ems;
	background-attachment: fixed;
	clip-path: ellipse(24% 85% at 0% 80%);
	-webkit-clip-path: ellipse(24% 85% at 0% 80%);
	/*clip-path: ellipse(71% 100% at 50% 0);
	-webkit-clip-path: ellipse(71% 100% at 50% 0);*/
}
#intro #intro-carousel .img-padding{padding:200px 10px 0 10px;}
#intro #intro-carousel .ellipse-2 h4{
	/*filter: drop-shadow(0px 2px 2px #032f59);*/
	color:#0b2f66; 
	font-style:italic; 
	padding:10px 20px 0 20px;
	text-shadow: 0px 1px 1px #5d5d5e;
}
#intro #intro-carousel .ellipse-2 h6{
	/*filter: drop-shadow(0px 2px 2px #032f59); */
	color:#000; 
	padding:5px 20px 0 20px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 21px 0px;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #313131;
  font-weight: 700;
  font-size: 15px;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu .menu-active > a {
  color: #1191c0;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1191c0;
}

.nav-menu ul ul {
  margin: 0;
}

.punch-line {
    letter-spacing: 2px;
font-weight: 600;
}
/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
 color: #555; cursor:pointer;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 12, 58, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #1191c0;
}
#mobile-nav ul li:hover > ul{
  display: block !important;
}

#mobile-nav ul ul {
  top: 0;
  left: 100%;
}

#mobile-nav ul li {
  min-width: 180px;
}


#mobile-nav ul li a {
  padding-right: 22px;
}

#mobile-nav ul li .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #50d8af;
}

#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
/*  background: rgba(52, 59, 64, 0.2);*/
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
@media only screen and (max-width:1025px) {
.nav-menu > li {
  margin-left: 5px;
}
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  /*color: #1191c0;*/
  color: #000;
  /*text-transform: uppercase;*/
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  /*background: #194280;*/
  /*background: #00baff;*/
  background: #17d200;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section
--------------------------------*/

#about {
  padding: 30px 0 0px 0;
}

#about .about-img {
  overflow: hidden;
  text-align: center;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

#about .content h2 {
  /*color: #1191c0;*/
  color: #000;
  font-weight: 700;
  text-shadow: 0px 0px 1px #5d5d5e;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}

#about .content p {
  /*line-height: 26px;*/
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  /*color: #01bad8;*/
  color:#17d200;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}
.box-1 {
	padding: 30px 20px;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0 2px 5px 1px rgba(0, 51, 102, 0.45);
}
.box-1 h4 {
    font-weight: 600;
    /* margin-bottom: 15px; */
    font-size: 26px;
    color: #000;
}
/*.box-1 p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px;
}*/
.box-1 p u {
	color:#17d200;
	font-style:italic;
	font-weight:600;
}

#about .main_title h4{
	font-size: 30px;
    color: #000;
    /* text-transform: uppercase; */
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
	text-align:left;
}
#about .main_title h4::before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    /* background: #194280; */
    /* background: #00baff; */
    background: #17d200;
    bottom: 0;
    left: 0;
}

/* Footer Area css
============================================================================================ */
.footer_area {
  /*background-image: url(../img/diad.png);
background-size: cover;*/
padding-top: 43px;
padding-bottom: 4px;}

.footer_area hr{border-top: 1px solid rgba(255,255,255,.1);}
.addresss-icon i{line-height: 24px;
font-size: 14px;
font-weight: 500;}

.addresss-icon span{font-size: 11pt;}

.f_title {
  margin-bottom: 35px; }
  .f_title h3 {
    color: #000;
    font-size: 20px;
    font-weight: normal !important;
  font-family: 'Poppins', Arial, sans-serif;
    margin-bottom: 0px; }

.ab_widget p {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Poppins', Arial, sans-serif;
  color: #777777;
  margin-bottom: 30px; }
  .ab_widget p a {
    color: #8252fa; }
  .ab_widget p + p {
    margin-bottom: 0px; }

.news_widget {
  padding-left: 15px; }
  .news_widget p {
    font-size: 14px;
    line-height: 24px;
  	font-family: 'Poppins', Arial, sans-serif;
    color: #777777;
    margin-bottom: 15px; }
  .news_widget .input-group {
    position: relative;
    width: 90%; }
    .news_widget .input-group input {
      height: 50px;
      background: #fff;
      border-radius: 50px;
      width: 100%;
      border: none;
      padding: 0px 15px;
      font-size: 14px;
  		font-family: 'Poppins', Arial, sans-serif;
      color: #cccccc;
      outline: none;
      box-shadow: none; }
      .news_widget .input-group input.placeholder {
        font-size: 14px;
  		font-family: 'Poppins', Arial, sans-serif;
        font-weight: normal;
        color: #cccccc; }
      .news_widget .input-group input:-moz-placeholder {
        font-size: 14px;
  font-family: 'Poppins', Arial, sans-serif;
        font-weight: normal;
        color: #cccccc; }
      .news_widget .input-group input::-moz-placeholder {
        font-size: 14px;
  font-family: 'Poppins', Arial, sans-serif;
        font-weight: normal;
        color: #cccccc; }
      .news_widget .input-group input::-webkit-input-placeholder {
        font-size: 14px;
  font-family: 'Poppins', Arial, sans-serif;
        font-weight: normal;
        color: #cccccc; }
    .news_widget .input-group .sub-btn {
      position: absolute;
      right: 4px;
      top: 2px;
      border-radius: 50px;
      outline: none !important;
      box-shadow: none !important;
      padding: 0px;
      width: 46px;
      height: 46px;
      cursor: pointer;
      color: #fff; }
	  
.pl-2, .px-2 {
    padding-left: 0.3rem !important;
}

.pl-3, .px-3 {
    padding-left: 0.3rem !important;
}

.addresss-icon i{font-size:13pt;}	  

.social_widget p {
  font-size: 17px;
  line-height: 24px;
  font-family: 'Poppins', Arial, sans-serif;
  color: #777777 !important;
  margin-bottom: 10px !important; }
.social_widget .list li {
  margin-right: 17px;
  display: inline-block; }
  .social_widget .list li a {
    color: #fff !important;
    font-size:15px !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
	
	.social_widget .list li a i {
    color: #fff !important;
    font-size:18px !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
  .social_widget .list li:last-child {
    margin-right: 0px; }
  .social_widget .list li:hover a {
    color: #1191c0 !important; }
	 .social_widget .list li:hover a i{
    color: #1191c0 !important; }
.list{padding:0;}	

.copy_right_text {
  text-align: center;
  margin-top: 60px; }
  .copy_right_text p a {
    color: #8252fa; }

/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */


.process {
    margin-bottom: 20px;
	text-align:center;
}
.process .process-inner
{
    position:relative;
   /* -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;*/
}
.process .process-inner:before, .process .process-inner:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);
    -moz-box-shadow:0 0 4px rgba(0,0,0,0.5);
    box-shadow:0 0 4px rgba(0,0,0,0.5);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 5px;
    border-radius:100px / 5px;
}
.process .process-inner:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/*.process .process-inner::before {
    content: '';
    position: absolute;
    top: 14%;
    bottom: 10px;
    display: block;
    width: 79%;
    -webkit-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #6f6f6f;
    z-index: -1;
    right: 0px;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}*/
.process .process-inner {
    border-left: 1px solid #1191c0;
    border-right: 1px solid #1191c0;
    transition: .3s;
    min-height: 57px;
    position: relative;
    background: #fff;
}
.process .our-process-i {
    float: left;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 35px;
    margin-top: 11px;
    background: #fff;
}
.process .our-process-text {
    padding: 20px 10px 20px 10px;
}
.process .our-process-text h6 {
    font-weight: 700;
    color: #1191c0;
    margin-bottom: 0px;
    font-size: 14px;
}




.trading-logos img {
    max-width: 100px;
    margin: 0 11px;
}
@media only screen and (max-width:767px) {
.trading-logos img {
    max-width: 100px;
    margin: 0 7px;
}
}


/* Services Section
--------------------------------*/

#services {
  padding: 30px 0 0 0;
}



#services .box {
  /*padding: 90px 10px;*/
padding:116px 10px;  
margin-bottom: 40px;
/*box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);*/
background: #fff;
transition: 0.4s;
padding-top: 17px;
box-shadow: 0 2px 5px 1px rgba(0, 51, 102, 0.45);
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
/*width: 50%;*/
text-align: center;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 115px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  margin-left: 115px;
  margin-bottom: 0;
  line-height: 24px;
}
#services .feature-col {
  display: table;
  padding-bottom: 45px;
}
#services .card-1:hover {filter:none; background-color:#f9f9ff;}
#services .card-1{padding:15px !important; background-color:#fff !important; min-height:173px !important; border-radius:5px !important;
  filter: drop-shadow(5px 10px 5px #dadadd) !important;}
#services .card-1 h3{color:#9c9c9c ; font-size:16px;}
#services .feature-col > div > div {
  display: table-cell;
  vertical-align: middle;
}

#services .feature-col > div > div:last-child {
  padding-left: 20px;
}

#services .feature-col .feature-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background: #1191c0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 85px;
  border-radius: 50%;
  display: inline-block;
}

#services .feature-col h3 {
  color: #000;
  font-size: 16px;
  text-transform:uppercase;
}

#services .feature-col p {
  font-size: 14px;
  color: #999;
}
#services .our-team h6{color:#0b2f66;}
#services .our-team p i{color:#0b2f66;}

/* Clients Section
--------------------------------*/

#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #50d8af;
}

/* Our Portfolio Section
--------------------------------*/

#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#portfolio .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 30px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #ff6c00;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #1191c0;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#call-to-action .cta-text h3{
	font-size: 30px !important;
	margin-bottom:15px;
}
#call-to-action .cta-text {
	color: #fff;
	font-size: 16px;
}

#call-to-action .cta-btn {
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: ##0b2f66;
  border: 3px solid #fff;
}

/* Our Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 30px 0 0 0;
}

#team .member {
 /* text-align: center;*/
  margin-bottom: 20px;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member .details {
  background: #7c7c7c;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
      min-height: 175px;
}

#team .member h4 {
  /*font-weight: 700;*/
  margin-bottom: 10px;
  font-size: 20px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 5px;
}

#team .member .social a {
  color: #fff;
}

#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 0px 0;
}

#contact .contact-info {
  text-align: left;
}

#contact .contact-info i {
  /*font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;*
  color: #f58634;*/
}

#contact .contact-info .addresss,
#contact .contact-info p {
  margin-bottom: 0;
  color: #fff;
}
.addresss{}

#contact .contact-info h3 {
  font-size: 17px;
margin-bottom: 15px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #ff6c00;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #50d8af;
  border: 1px solid #50d8af;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #ff6c00;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #fff;
  border: 1px solid #ff6c00;
  color:#ff6c00;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #f2f5f8;
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

.copyright p{font-size:10.8pt;}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #0c2e8a;
}
.list-1 li{width:100%}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header {
    padding: 20px 0;
    height: 74px;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
  #intro #intro-carousel .item {

    width: 100%;
    height: 44vh;
}
}
@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }

  #services .box .box {
    margin-bottom: 20px;
  }

  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
	width: 100%;
  }
  
  #services .box {

   padding: 53px 10px !important;
   padding-top: 25px !important;

}

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }

  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
  .f_widget{margin-bottom: 20px;}
  .section-header h2 {
    text-align: center;
}

.section-header h2::before {
    margin: 0 auto;
    right: 0;
}

#about .content h2 {
    text-align: center;
}

#about {
    padding: 5px 0 30px 0 !important;
}

#about .content h3 {
	
    text-align: center !important;
}

.section-header p {
 
    text-align: center !important;
}
  
  .footer_area {
    padding-top: 26px;
   
}
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}








/*///////////////////
	2018/12/24
////////////////////*/
.section-header1 p {
    margin-bottom: 20px;
}
.content1 i {
    color: #ff6c00 !important;
}
#contact .contact-info1 i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #ff6c00;
}
#contact .contact-info1 {
    margin-bottom: 20px;
    text-align: center;
}
#contact .contact-info1 a{
    color: #000;
}
.contact-1 {
    padding: 30px 0 ! important;
}





/* new css*/
#features{padding-bottom: 45px;}
.features {
  padding-bottom: 45px;
}

#features h2 {
  color: #000;
}










/******************* Road MAP *****************/
.main-timeline11{overflow:hidden;position:relative}
.main-timeline11:before{content:"";width:7px;height:100%;background:#909090;position:absolute;top:0;left:50%;transform:translateX(-50%)}
.main-timeline11 .timeline{width:50%;padding-left:50px;float:right;position:relative}
.main-timeline11 .timeline:after,.main-timeline11 .timeline:before{position:absolute;content:"";top:50%;transform:translateY(-50%)}
.main-timeline11 .timeline:before{width:30px;height:30px;border-radius:50%;background:#909090;border:7px solid #fff;left:-15px}
.main-timeline11 .timeline:after{display:block;border-right:30px solid #ee4423;border-top:20px solid transparent;border-bottom:20px solid transparent;left:24px}
.main-timeline11 .timeline-content{display:block;padding:25px;border-radius:100px;background:#ee4423;position:relative}
.main-timeline11 .timeline-content:after,.main-timeline11 .timeline-content:before{content:"";display:block;width:100%;clear:both}
.main-timeline11 .timeline-content:hover{text-decoration:none}
.main-timeline11 .inner-content{width:70%;float:right;padding:15px 20px 15px 24px;background:#fff;border-radius:0 100px 100px 0;color:#ee4423}
.main-timeline11 .year{display:inline-block;font-size:50px;font-weight:600;color:#fff;position:absolute;top:50%;left:7%;transform:translateY(-50%)}
.main-timeline11 .title{font-size:24px;font-weight:600;text-transform:uppercase;margin:0 0 5px}
.main-timeline11 .description{font-size:14px;margin:0 0 5px}
.main-timeline11 .timeline:nth-child(2n){padding:0 50px 0 0}
.main-timeline11 .timeline:nth-child(2n) .year,.main-timeline11 .timeline:nth-child(2n):before{left:auto;right:-15px}
.main-timeline11 .timeline:nth-child(2n) .year{right:7%}
.main-timeline11 .timeline:nth-child(2n):after{border-right:none;border-left:30px solid #ee4423;left:auto;right:24px;border-left-color:#f68829}
.main-timeline11 .timeline:nth-child(2n) .inner-content{float:none;border-radius:100px 0 0 100px;text-align:right}
.main-timeline11 .timeline:nth-child(2){margin-top:130px}
.main-timeline11 .timeline:nth-child(odd){margin:-130px 0 0}
.main-timeline11 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline11 .timeline:first-child,.main-timeline11 .timeline:last-child:nth-child(even){margin:0}
.main-timeline11 .timeline:nth-child(2n) .timeline-content{background:#f68829}
.main-timeline11 .timeline:nth-child(2n),.main-timeline11 .timeline:nth-child(2n) .inner-content{color:#f9790b}
.main-timeline11 .timeline:nth-child(3n) .timeline-content{background:#2991d0}
.main-timeline11 .timeline:nth-child(3n),.main-timeline11 .timeline:nth-child(3n) .inner-content{color:#2991d0}
.main-timeline11 .timeline:nth-child(3n):after{border-right-color:#2991d0}
.main-timeline11 .timeline:nth-child(4n) .timeline-content{background:#9361aa}
.main-timeline11 .timeline:nth-child(4n),.main-timeline11 .timeline:nth-child(4n) .inner-content{color:#9361aa}
.main-timeline11 .timeline:nth-child(4n):after{border-left-color:#9361aa}
.main-timeline11 .timeline:nth-child(5n) .timeline-content{background:#a7be26}
.main-timeline11 .timeline:nth-child(5n),.main-timeline11 .timeline:nth-child(5n) .inner-content{color:#738607}
.main-timeline11 .timeline:nth-child(5n):after{border-right-color:#a7be26}
@media only screen and (max-width:1200px){.main-timeline11 .inner-content{width:80%}
.main-timeline11 .year{font-size:45px;left:10px;transform:translateY(-50%) rotate(-90deg)}
.main-timeline11 .timeline:nth-child(2n) .year{right:10px}
}
@media only screen and (max-width:990px){.main-timeline11 .year{font-size:40px;left:0}
.main-timeline11 .timeline:nth-child(2n) .year{right:0}
}
@media only screen and (max-width:767px){.main-timeline11 .timeline:before,.main-timeline11:before{left:10px;transform:translateX(0)}
.main-timeline11 .timeline:nth-child(2n):after{border-left:none;border-right:30px solid #ee4423;right:auto;left:24px;border-right-color:#f68829}
.main-timeline11 .timeline,.main-timeline11 .timeline:nth-child(even),.main-timeline11 .timeline:nth-child(odd){width:100%;float:none;margin:0 0 30px}
.main-timeline11 .timeline:last-child{margin-bottom:0}
.main-timeline11 .timeline:nth-child(2n){padding:0 0 0 50px}
.main-timeline11 .timeline:before,.main-timeline11 .timeline:nth-child(2n):before{left:-2px}
.main-timeline11 .inner-content{width:85%}
.main-timeline11 .timeline:nth-child(2n) .inner-content{float:right;border-radius:0 100px 100px 0;text-align:left}
.main-timeline11 .timeline:nth-child(2n) .year{right:auto;left:0}
.main-timeline11 .timeline:nth-child(3n):after{border-left-color:#2991d0}
.main-timeline11 .timeline:nth-child(4n):after{border-right-color:#9361aa}
.main-timeline11 .timeline:nth-child(5n):after{border-left-color:#a7be26}
}
@media only screen and (max-width:479px){.main-timeline11 .timeline-content{padding:15px}
.main-timeline11 .inner-content{width:80%}
.main-timeline11 .year{font-size:30px}
}

.bottom-features {
    margin-top: 50px;
}

.features_content {
    position: relative;
	margin-bottom: 50px;
	    border: 1px dashed #dbdade;
  /*  padding: 10px;*/
}
       
 
    .top_title{
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
	
	.common_style .line {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    /*padding-bottom: 10px;
    margin-bottom: 20px;*/
	padding-top: 20px;
}
	.common_style .line:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    content: "";
	background: linear-gradient(90deg, #8252fa 0%, #eca2f1 100%);
}

.common_style h3 {
    font-size: 36px;
    color: #222222;
    margin-bottom: 20px;
}
.features_content .border-line {
    position: absolute;
    left: 20%;
    height: 100%;
    border: 1px dashed #dbdade;
}
/* Plan Page */
.shadow-bx{-webkit-box-shadow: 1px 5px 9px -5px rgba(0,0,0,0.64);
    -moz-box-shadow: 1px 5px 9px -5px rgba(0,0,0,0.64);
    box-shadow: 1px 5px 9px -5px rgba(0,0,0,0.64);
	background:#CCC;
	}

.inner-pad{position: relative;
    margin-bottom: 29px;
    padding-bottom: 84px;
    /* border-radius: 6px; */
    margin-top: 10px;
    background-color: #fff;}

.inner-pad1 {
  position: relative;
    margin-bottom: 29px;
    padding-bottom: 84px;
    /* border-radius: 6px; */
    margin-top: 10px;
    background-color: #fff;
}	
.plan-table {
    text-align: center;
}
.head-spc{width: 100%;
    background-color: #fff;
    /*padding: 40px 0px;*/
    border-bottom: 1px solid #efefef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
	
.head-spcc {
    width: 100%;
    background-color: #fff;
    /*padding: 40px 0px;*/
    border-bottom: 1px solid #efefef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}	
.pckge{font-size:25pt;

    /*font-family: "OpenSans-Regular", Georgia, Times, serif;*/
    color: #35415a;	}
	
	.box-pd{display: block; /*padding: 13px 0px;*/}
.box-pd:hover .plan2{   width: 100%;
    background-color: #FF3300;
    color: #fff;
    /*padding: 10px 0px;
    margin-bottom: 0px;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	font-size: 16pt;
}
.bg-ar{
   background: url(../images/about-mdl.jpg) top center no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;}
.terms{list-style:none; text-decoration:none;}
.terms li{    font-size: 12pt;
    line-height: 2.5;}	

.terms1{list-style:none; text-decoration:none;}
.terms1 li{color:#fff; font-size: 12pt; line-height: 2.5;}		
.bg-white{
    width: 100%;
    background-color: #efefef;}	
	.tile-txt1 {
    color: #e4e2e2;
  
    text-transform: uppercase;
    font-size: 21pt;
    margin-top: 48px;
    margin-bottom: 6px;
}

.bg-white{
    width: 100%;
    background-color: #efefef;}	
	
.sid-pd{padding: 10px 128px;}

.section_heading h4{color: #ffffff;
    font-size: 21px;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.2;}		
	
.tb-footer:hover .ed_green {
    background-color: #485772;
	 color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}	

.tb-footer:hover .ed_blue {
    background-color: #13bfd5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tb-footer a{font-size:12pt;text-transform:uppercase;}


.box-pd:hover .plan1 {
    width: 100%;
    background-color: #FF3300;
    color: #fff;
    padding: 10px 0px;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	font-size: 16pt;
}

.plan1 {
    font-size: 16pt;
    color: #008b8b;
  
}
.box-pd{display: block; /*padding: 13px 0px;*/}
.bodr{ margin-bottom:14px; }
.plan1{font-size: 16pt; color: #485772;  padding: 10px 0px; }
.plan2{font-size: 16pt; color: #485772;  padding: 10px 0px; }
.head-spc{width: 100%;
    background-color: #fff;
    /*padding: 40px 0px;*/
    border-bottom: 1px solid #efefef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
	
.head-spcc {
    width: 100%;
    background-color: #fff;
    /*padding: 40px 0px;*/
    border-bottom: 1px solid #efefef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}	
.dys{background-color: #ececec;}	
.sec-pad{color: #5e5e5e;
    padding: 10px 10px;
    margin: 0 auto;
    font-size: 17pt;
}
.txt-col{color:#ffae00;}	
.tile-txt{color:#3a3a3a; text-transform:uppercase; font-size: 21pt; margin-top: 48px; margin-bottom:6px;}	
.tile-txt1 {
    color: #e4e2e2;
    
    text-transform: uppercase;
    font-size: 21pt;
    margin-top: 48px;
    margin-bottom: 6px;
}
.bg-box{background-color: #fff; border-radius: 10px; margin-top: 50px; margin-bottom: 31px;}	
.tile-txtt{color:#fff;text-transform:uppercase; font-size: 21pt; margin-top: 48px; margin-bottom:6px;}	
.serv-bt{color:#999978; font-size: 12pt;}	

.serv li:hover{color: #fca901; cursor: pointer;}
.cal-sec{background-color: rgba(28, 35, 41, 0.86) !important; width:100%}
.bg-ser{
	width:100%;
	border-top: 2px solid #fff;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/pagebg.jpg);
    background-position: 100% 10%;
    background-repeat: no-repeat;
    display: block;
    position: relative;}
	
	.faq-cat-content .panel-heading:hover {
    background-color: #efefef;
}

.active-faq {
    border-left: 5px solid #888888;
}

.panel-faq .panel-heading .panel-title span {
    font-size: 13px;
    font-weight: normal;
}

.panel-white,.panel-heading {background: #CCC !important;
    background-image: -webkit-linear-gradient(top, #FBFBFB 0, #CCC 100%)!important;
    background-image: -o-linear-gradient(top, #FBFBFB 0, #CCC 100%)!important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#CCC)) !important;
    background-image: linear-gradient(to bottom, #FBFBFB 0, #CCC 100%) !important;
	padding:8px;
	}
.pad-bttm{padding-bottom:10px;}
.bit-knw{color: #000000;
    font-size: 17pt;
    margin-top: 0;
    margin-bottom: 0;
}
	
.bit-knww {
    color: #fab915;
    padding-left: 24px;
    padding-top: 19px;
}







#intro .ellipsepos{position:absolute; z-index:9; height:100%; bottom:0; right:0; padding-right:6%; padding-left:7%; padding-top:7%;  background:url(../img/sliderBg.png) left top;   }
#intro .ellipse-1{
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to right bottom, #1191c0, #1191c0);
	background-size: cover;
	background-position: center;
	/*margin-top: 5.6ems;*/
	background-attachment: fixed;
	clip-path: ellipse(74% 85% at 0% 70%);
	-webkit-clip-path: ellipse(100% 85% at 0% 70%);
	/*clip-path: ellipse(71% 100% at 53% 0);
	-webkit-clip-path: ellipse(71% 100% at 53% 0);*/
}
#intro .ellipse-2{
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to right bottom, #e3f2ff,#e3f2ff);
	background-size: cover;
	background-position: center;
	/*margin-top: 5.6ems;*/
	background-attachment: fixed;
	clip-path: ellipse(72% 85% at 0% 80%);
	-webkit-clip-path: ellipse(97% 85% at 0% 80%);
	/*clip-path: ellipse(71% 100% at 50% 0);
	-webkit-clip-path: ellipse(71% 100% at 50% 0);*/
}
#intro .img-padding{padding:200px 10px 0 10px;}
#intro .ellipse-2 h4{
	/*filter: drop-shadow(0px 2px 2px #032f59);*/
	color:#0b2f66; 
	font-style:italic; 
	padding:10px 20px 0 20px;
	text-shadow: 0px 1px 1px #5d5d5e;
}
#intro .ellipse-2 h6{
	/*filter: drop-shadow(0px 2px 2px #032f59); */
	color:#000; 
	padding:5px 20px 0 20px;
}



.button-wrap{
    padding: 14px 46px;
    color: #fff;
    background-color: #ff0e1f;
    border: 1px solid transparent;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.55);
    -webkit-transition: .5s cubic-bezier(.22,.61,.36,1);
    -moz-transition: .5s cubic-bezier(.22,.61,.36,1);
    transition: .5s cubic-bezier(.22,.61,.36,1);
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
}

.button-wrap:hover {
    -webkit-filter: drop-shadow(3px 3px 20px rgba(255, 14, 31, .7));
    filter: drop-shadow(3px 3px 20px rgba(255, 14, 31, .7));
    color: #fff;
    text-decoration: none;
}

.button-wrap:before{
    content:"";
    position: absolute;
    top: -1px;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 54px solid #ff0e1f;
    border-left: 15px solid transparent;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

.button-wrap:after{
    content:"";
    position: absolute;
    top: -1px;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 54px solid #ff0e1f;
    border-right: 15px solid transparent;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}
.section_subtitle h3{ font-size:40px !important; }