/* Google font */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap');
@font-face {
    font-family: 'bergen_textbold';
    src: url('../fonts/bergentext-bold-webfont.eot');
    src: url('../fonts/bergentext-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bergentext-bold-webfont.woff2') format('woff2'),
         url('../fonts/bergentext-bold-webfont.woff') format('woff'),
         url('../fonts/bergentext-bold-webfont.ttf') format('truetype'),
         url('../fonts/bergentext-bold-webfont.svg#bergen_textbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Default CSS */
a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #0ea9e2;
}
a:focus, a:hover {
    text-decoration: none;
    outline: none;
    color: #0eb749;
}
input:focus, button:focus{
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    line-height: 1.4em;
    color: #212121;
    font-family: 'bergen_textbold';
}
p{
    font-size: 18px;
}
ul{
	list-style-type: none !important;
	padding: 0;
	margin: 0;
}
html,
body {
    height: 100%
}
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7em;
    color: #191919;
    margin: 0;
    padding: 0;
}
.wrapper{
    width: 100%;
    margin: 0 auto;
    padding:0;
    min-width: 200px;	
}
/* Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.section-padding-bottom {
    padding-bottom: 120px;
}
.section-padding-top {
    padding-top: 120px;
}
.gray-bg {
    background-color: #f4f6ff
}
.half-gray {
    position: relative;
}
.txt-green{
    color: #69c56b;
}
.half-gray:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55%;
    background-color: #F7F8FB;
    z-index: -1;
}
.section-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.equal-height.revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.start-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.clear-hidden {
    overflow: hidden;
}
.bold {
    font-weight: 700;
}
.text-green {
    color: #0eb749
}
.text-white {
    color: #ffffff;
}
.dark-white {
    color: #8899C2;
}
[class|=space] {
    display: block;
    width: 100%;
    overflow: hidden
}
.space-5 {
    height: 5px;
}
.space-10 {
    height: 10px;
}
.space-15 {
    height: 15px;
}
.space-20 {
    height: 20px;
}
.space-25 {
    height: 25px;
}
.space-30 {
    height: 30px;
}
.space-40 {
    height: 40px;
}
.space-50 {
    height: 50px;
}
.space-60 {
    height: 60px;
}
/* Mainmenu-Area */
.mainmenu-area {
    width: 100%;
    z-index: 99;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: transparent;
}
.mainmenu-area.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
}
.mainmenu-area.affix {
    position: fixed;
    background-color: #000;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.05);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.05);
}
.mainmenu-area .navbar-brand img{
    width: 70%;
}
.mainmenu-area.affix .navbar-brand img{
    width: 60%;
}
.mainmenu-area .equal-height {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.primary-menu > ul > li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}
.primary-menu ul.navbar-nav > li > a {
    color: #fff;
    background: none;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    position: relative;
    font-size: 18px;
}
.navbar-nav{
    flex-direction: row !important;
}
.navbar-brand{
    margin: 0 !important;
}
.navbar-brand img{
    width: 60%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.primary-menu ul.navbar-nav > li > a:after {
    position: absolute;
    right: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background-color: #fff;
    content: "";
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.primary-menu ul.navbar-nav > li > a.nav-link.active:after,
.primary-menu ul.navbar-nav > li:hover > a:after {
    width: 100%;
    left: 0;
    background-color: #fff;
    right: auto;
}
.primary-menu ul.navbar-nav > li:hover > a:after {
    background-color: #fff;
}

/* DropDown-Menu */
.primary-menu ul.navbar-nav li {
    position: relative;
}
.primary-menu ul.navbar-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 3px solid #334d88;
    background-color: #ffffff;
    min-width: 200px;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.primary-menu ul.navbar-nav .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}
.primary-menu ul.navbar-nav .sub-menu li {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
.primary-menu ul.navbar-nav .sub-menu li a {
    padding: 5px;
    display: block;
    font-weight: 500;
    font-size: 15px;
    position: relative;
}
.primary-menu ul.navbar-nav .sub-menu li:first-child {
    padding-top: 10px;
}
.primary-menu ul.navbar-nav .sub-menu li:last-child {
    padding-bottom: 10px;
}
.primary-menu ul.navbar-nav li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.primary-menu ul.navbar-nav li i.fas {
    position: absolute;
    right: 15px;
    top: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.primary-menu ul.navbar-nav li:hover > i.fas {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
/* Header */
/* Header */
.header-sec {
    height: 100%;
    /* width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
    background-color: #060606;
    padding-bottom: 100px;
}
.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    width: 100%;
    min-height: 119vh;
    opacity: 0.7;
    z-index: -1;
  }
.vid-bg{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    opacity: 0.5;
}
@media (min-aspect-ratio:16/9) {
    .vid-bg{
        width: 100%;
        height: 100%;
    }
}
@media (max-aspect-ratio:16/9) {
    .vid-bg{
        width: 100%;
        height: 100%;
    }
}
.header-sec .head-title {
    font-size: 55px;
    color: #fff;
    font-weight: 300;
    line-height: 65px;
    letter-spacing: 0.5px;
}
.header-sec .head-title span{
	font-weight: 600;
	
}
.header-sec .btn {
	z-index: 2;
	font-weight: 600
}
.header-sec .title {
    margin-bottom: 15px;
}
.hero-area{
    z-index: 999!important;
}
.hero-2 {
    height: 100vh!important;
    background-position: center center;
    background-size: cover;
    padding-top: 200px;
    z-index: 999!important;
}
.hero-2 .slider-content {
    max-width: 100%;
    width: 100%;
    text-align: center;
    z-index: 999!important;
}
.hero-2 .slider-content h1 {
    color: #fff;
    font-size: 65px;
    line-height: 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 40px;
    font-family: 'bergen_textbold';
    z-index: 999!important;
}
.slick-slide:focus {
    outline: none;
}
.slick-current .slider-content h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.slick-current .slider-content h3 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.slick-current .slider-content h4 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.slick-current .slider-content a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
}
.slider-arrow-style.slick-slider .slick-arrow {
    display: none!important;
}
.slick-dot-style ul.slick-dots {
    display: none!important;
}
/* Page-Title */
.page-title {
    position: relative;
    margin-bottom: 25px;
}
.page-title img{
    width: 140px;
}
.page-title .title {
    margin-bottom: 8px;
    font-size: 60px;
    margin-top: -5px;
    color: #191919;
    line-height: 70px;
}
.page-title .title span.blu{
	color: #3a1a94
}
.page-title .title span.gre{
	color: #009549
}

/*About Us*/
.abt-sec{
	padding-top: 80px;
	padding-bottom: 80px;
}
.abt-sec p{
    line-height: 1.8em;
}
.vision-bx{
    background-color: #f3f3f3;
    border-radius: 6px;
    padding: 20px;
    width: 90%;
    margin-left: 10%;
}
.vbx-title{margin-bottom: 20px;}
.vbx-title img{
    width: 100px;
}
.vbx-title h3{
    font-size: 40px;
    margin-left: 20px;
}
.vbx-cont p{
    line-height: 1.7em;
}
/*Services*/
.services-sec{
    background: url('../images/services-bg.jpg') no-repeat;
    background-size: cover;
    padding-top: 80px;
	padding-bottom: 80px;
}
.services-sec .page-title h3{
    color: #fff;
}
.nav-tabs{
    border: 0px;
    width: fit-content;
    text-align: center;
    margin: auto;
}
.nav-tabs .nav-link{
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 4px;
    margin:10px;
    width: 175px;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    padding: 8px 10px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.nav-tabs .nav-link.active{
    color: #fff;
background-color: #3a1a94;
border: 2px solid #3a1a94;
}
.tab-content{
    color: #fff;
}
.tab-content .ts-img{
    width: 60%;
}
/*List*/
.list1{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list1 li{
	padding-left: 25px;
	color: #fff;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 8px;
	position: relative;
	padding-bottom: 8px;
	padding-top: 0px;
	letter-spacing: 0.2px;
	position: relative;
}
.list1 li:before{
	font-family:'Font Awesome\ 5 Free';
	content: '\f152';
	color: #009549;
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 16px;
	left: 2px;
	/*font-weight:900;*/
}
.list1 ul{
	margin-top: 15px
}
.list1 ul li{
	margin-bottom: 0px
}
.list1 ul li:before{
	color: #15b09b;
	content: '\f105';
	font-weight:900
}
/*Team*/
.team-sec{
	padding-top: 80px;
	padding-bottom: 80px;
    background-color: #f3f3f3;
}
.team-box {
    text-align: center; 
    margin-top: 20px;
}
.team-box .team-post .team-gal {
      position: relative;
      margin-bottom: 20px; }
.team-box .team-post .team-gal .hover-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        opacity: 0;
        border-radius: 50%;
     }
.team-box .team-post .team-gal .hover-box a {
          outline: none;
        color: #009549;
        font-size: 20px;
        font-weight: 600;
     }
.team-box .team-post img {
      width: 100%;
      height: auto; }
.team-box .team-post > h2 {
      padding-bottom: 5px;
      margin-bottom: 5px;
      position: relative; 
      font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 26px;
    }
.team-box .team-post > h2:after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 50%;
      margin-left: -15px;
      width: 30px;
      height: 2px;
      background: #009549;
    
}
.team-box .team-post:hover .team-gal .hover-box {
      opacity: 1; }

.modal {
  z-index: 9999999;
  text-align: left; }
  .modal .modal-dialog .modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background: #ffffff;
    border: none; }
    .modal .modal-dialog .modal-content .modal-body {
      padding: 30px; }
      .modal .modal-dialog .modal-content .modal-body h2 {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: -4px;
        margin-top: 10px; }
      .modal .modal-dialog .modal-content .modal-body span {
        display: inline-block;
        font-size: 11px;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        color: #777777;
        margin: 0 0 15px; }
      .modal .modal-dialog .modal-content .modal-body p {
        font-weight: 300; }
      .modal .modal-dialog .modal-content .modal-body h3 {
        color: #131313;
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
        margin-bottom: 5px; }
      .modal .modal-dialog .modal-content .modal-body ul.social-list {
        text-align: left; }
        .modal .modal-dialog .modal-content .modal-body ul.social-list li {
          display: inline-block;
          margin-right: 0px; }
          .modal .modal-dialog .modal-content .modal-body ul.social-list li a {
            width: 30px;
            height: 30px;
            line-height: 28px;
            text-align: center;
            color: #131313;
            font-size: 12px;
            border: 1px solid #f1f1f1; }
          .modal .modal-dialog .modal-content .modal-body ul.social-list li a:hover {
            background: #cd3a54;
            border: 1px solid transparent;
            color: #fff; }
  .modal .modal-dialog {
    max-width: 580px;
    margin: 100px auto; }
/*Partners*/
.partners-sec{
    padding-top: 80px;
	padding-bottom: 80px;
}
.partners-sec .page-title h3{
    font-size: 40px;
}
/*Technical Support*/
.support-sec{
	padding-top: 100px;
	padding-bottom: 100px;
}
.accordion .card{
	border: 0px
}
.accordion .card-header {
    background-color: #fbfbff;
    cursor: pointer;
    padding: 0 !important;
    display: block;
    font-size: 20px;
    color: #191919;
}
.accordion .card-body p{
    background-color: #fbfbff;
    padding: 10px 15px 10px 15px;
    margin-bottom: 0 !important;
    font-size: 14px;
    color: #313131
}
.accordion .card-body p a{
	word-break: break-all;
	color: #0ea9e2
}
#accordion .btn{
    border: none !important;
    color: #191919;
    text-transform: none;
    height: 60px;
    line-height: 20px;
    padding: 0 20px
}
.btn:focus{
    box-shadow: none !important;
}
.card-header{
    border-bottom: none !important;
}
.btn-link:focus, .btn-link:hover {
    color: #191919;
    text-decoration: none !important;
    background-color: transparent;
}
#accordion .btn-link {
    color: #0ea9e2;
    padding: .8rem 1rem;
    background-color: transparent;
}
#accordion .btn-link.collapsed{
	color: #191919;
	background-color: #81daf9;
}
.accordion-content {
    display: none;
}
.accordion-content.in {
    display: block;
}
#accordion .btn {
    width: 100% !important;
    /* border-radius: 6px !important; */
    white-space: normal !important;
    text-align: start !important;
}
.form-group {
    position: relative;
    margin-bottom: 10px;
}
.contactform .form-input {
    width: 100%;
    color: #fff;
    background: none;
    border: none;
    padding: 8px 15px;
    outline: none;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #3e4647;
}
::-webkit-input-placeholder {
    color: #7f7d7d;
}
::-moz-placeholder {
    color: #7f7d7d;
}
:-ms-input-placeholder {
    color: #7f7d7d;
}
:-moz-placeholder {
    color: #7f7d7d;
}
.form-group textarea{
    height: 100px;
}
.contactform  .btn{
    width: 100%;
}

/* Footer */
footer{
    background: url('../images/footer-bg.jpg') no-repeat;
    background-size: cover;
}
.footer-top {
    padding-top: 80px;
    padding-bottom: 60px;
}
.footer-top h4{
	color: #fff;
    text-transform: uppercase;
	font-size:20px;
}
.foot-social li{
	display: inline-block;
	padding: 0px;
	margin: 0px
}
.foot-social li a {
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 27px;
	display: block;
	color: #fff;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
	line-height: 35px;
	margin-right: 5px;
	border-radius: 50%;
}
.foot-social li a:hover span{
    color: #009549;
}
.foot-social li a .fab.fa-instagram{
	font-weight: bold;
	font-size: 29px;
}
.contact_info > li {
	margin-bottom: 20px;
	list-style: none;
}
.contact_info > li:last-child {
	margin-bottom: 0px;
}
.contact_info li i {
	color: #009549;
	display: inline-block;
	margin-right: 10px;
	margin-top: 4px;
	font-size: 18px;
	vertical-align: top;
}
.contact_info li small{
    color: #7f7d7d;
    text-transform: uppercase;
    font-size: 85%;
    line-height: 10px!important;
}
.contact_info li a, .contact_info li p{
    font-size: 18px;
    color: #fff;
}
.contact_info i + * {
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	margin: 0;
	vertical-align: middle;
	max-width: 78%;
	display: inline-block;
}
.contact_info_light li i {
	border-color: #fff;
	color: #009549;
}
.contact_info_style2 i + * {
	font-size: 18px;
}
.contact_info_style2 li i {
	margin-right: 8px;
	margin-top: 2px;
	font-size: 22px;
	color: #FEBC34;
}
.map iframe{
    height: 200px;
    width: 100%;
    border: 0;
    display: block;
    border-radius: 8px;
}
.footer-bottom {
    color: #ffffff;
	font-size: 13px;
	padding: 15px 0 12px;
	background-color: transparent;
    border-top: 1px solid #353c47;
}
.footer-bottom p{
	margin: 0px;
	display: inline-block;
}
.footer-bottom p:last-of-type{
	float: right;
}
.footer-bottom p a, .footer-bottom p{
	color: #ffffff;
    font-size: 14px;
}
/* ScrollUp Button */
a#scrollUp {
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background: #3a1a94;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    border-radius: 100%;
    -webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-ms-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-o-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	box-shadow:0 3px 3px rgba(0,0,0,0.1)
}
a#scrollUp:hover {
    background: #009549;
    color: #ffffff;
}
/*Buttons*/
.btn, a.btn, button.btn {
	outline:none!important;
	height:45px;
	line-height:45px;
	font-size:14px;
	display:inline-block;
	background-color: #3a1a94;
	padding:0 30px;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:0.25px;
	font-weight: normal;
	-webkit-transition:all 0.15s ease-in-out 0s;
	-moz-transition:all 0.15s ease-in-out 0s;
	-ms-transition:all 0.15s ease-in-out 0s;
	-o-transition:all 0.15s ease-in-out 0s;
	transition:all 0.15s ease-in-out 0s;
	border:0px;
	border-style:solid;
	position:relative;
	overflow:hidden;
	text-align:center;
	border-radius: 7px;
}
.btn:hover, a.btn:hover, button.btn:hover {
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-ms-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-o-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	box-shadow:0 3px 3px rgba(0,0,0,0.1);
	background-color: #009549
}
.btn:focus, a.btn:focus, button.btn:focus{
	box-shadow: none;
}
.btn.btn--theme, a.btn.btn--theme, button.btn.btn--theme {
	outline:none!important;
	height:45px;
	line-height:45px;
	font-size:14px;
	display:inline-block;
	padding:0 30px;
	color:#ffffff;
	letter-spacing:0.25px;
	font-weight: normal;
	-webkit-transition:all 0.15s ease-in-out 0s;
	-moz-transition:all 0.15s ease-in-out 0s;
	-ms-transition:all 0.15s ease-in-out 0s;
	-o-transition:all 0.15s ease-in-out 0s;
	transition:all 0.15s ease-in-out 0s;
	border-radius:7px;
	position:relative;
	overflow:hidden;
	background: rgb(14,169,226);
	background: linear-gradient(128deg, rgba(14,169,226,1) 0%, rgba(14,183,73,1) 100%);
}
.btn.btn--theme:before, a.btn.btn--theme:before, button.btn.btn--theme:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.1);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	-o-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transition:all 0.15s ease-in-out 0s;
	-moz-transition:all 0.15s ease-in-out 0s;
	-ms-transition:all 0.15s ease-in-out 0s;
	-o-transition:all 0.15s ease-in-out 0s;
	transition:all 0.15s ease-in-out 0s;
}
.btn.btn--theme:hover, a.btn.btn--theme:hover, button.btn.btn--theme:hover {
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-ms-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-o-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	box-shadow:0 3px 3px rgba(0,0,0,0.1)
}
.btn.btn--theme:hover:before, a.btn.btn--theme:hover:before, button.btn.btn--theme:hover:before {
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	transform:scaleX(1)
}
.btn.btn--transparent, a.btn.btn--transparent, button.btn.btn--transparent {
	background:transparent;
	color:#fff;
	border:2px solid #fff
}
.btn.btn--transparent:hover, 
a.btn.btn--transparent:hover, 
button.btn.btn--transparent:hover {
	border:2px solid #fff;
	background: rgb(14,169,226);
	background: linear-gradient(128deg, rgba(14,169,226,1) 0%, rgba(14,183,73,1) 100%);
	color:#fff
}
.btn.btn--xlg, a.btn.btn--xlg, button.btn.btn--xlg {
	font-size:19px;
	height:55px;
	line-height:55px;
	padding:0 40px
}
.btn.btn--lg, a.btn.btn--lg, button.btn.btn--lg {
	font-size:17px;
	height:50px;
	line-height:50px;
	padding:0 35px
}
.btn.btn--sm, a.btn.btn--sm, button.btn.btn--sm {
	font-size:15px;
	height:40px;
	line-height:40px;
	padding:0 25px
}
.btn.btn--xs, a.btn.btn--xs, button.btn.btn--xs {
	font-size:13px;
	height:35px;
	line-height:35px;
	padding:0 20px
}