/*
Theme Name: Sixscape
Theme URI: https://wordpress.org/themes/sixscape/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Sixscape is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Sixscape will make your WordPress look beautiful everywhere.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: sixscape

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

font-family: 'Poppins', sans-serif;
*/

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Bold.otf')  format('opentype'),
	     url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.ttf')  format('truetype'), url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Semibold.otf')  format('opentype'),
	     url('fonts/ProximaNova-Semibold.woff') format('woff'), url('fonts/ProximaNova-Semibold.ttf')  format('truetype'), url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Regular.otf')  format('opentype'),
	     url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.ttf')  format('truetype'), url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Light';
  src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Light.otf')  format('opentype'),
	     url('fonts/ProximaNova-Light.woff') format('woff'), url('fonts/ProximaNova-Light.ttf')  format('truetype'), url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: 'ProximaNova-Light';
  font-size:15px;
  color:#797979;
    letter-spacing: .5px;
}
h1 {
	font-family: 'Poppins', sans-serif;
	font-size:42px;
	font-weight:500;}
@media screen and (max-width: 768px) {
     h1{
         font-size:14px;
     }
}
h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #525252;
    text-transform: none;
    margin-bottom: 15px;
}

#ftco-navbar {
    padding: 15px 0;
}
#ftco-nav {
    padding-top: 15px;
}
.ftco-navbar-light .navbar-brand img {
    max-width: 240px;
}
.navbar-nav li a {
  font-family: 'ProximaNova-Regular';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.navbar-nav li a {
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 8px;
}
.navbar-nav li.current-menu-item a {
  font-family: 'ProximaNova-Bold';
    color: #ff6e37;
}
 .navbar-nav li.current-menu-parent a {
    color: #ff6e37;}
	.navbar-nav li.current-menu-parent .sub-menu a {
    color: inherit;}
.navbar-nav .sub-menu.dropdown-menu {
padding: 0;
    border: none;
    min-width: 12rem;
    border-radius: 3px !important;
    left: 15px;
    top: 115%;
}
.navbar-nav .sub-menu li {
    padding: 5px 0;
}
.navbar-nav .sub-menu a ,.navbar-nav li.current-menu-item .sub-menu a{
    color: #1f1f1f;
  font-family: 'ProximaNova-Regular';
    font-size: 14px;
    text-transform: capitalize;
    min-width: 100%;
    display: inline-block;
    padding: 0 10px;
}
.navbar-nav .sub-menu li.current-menu-item {
    background: #ff6e37;
    border-radius: inherit;
}
.navbar-nav .sub-menu li.current-menu-item a{
    color: #1f1f1f;
}
.dropdown-toggle::after {
	display:none;
}
#searchform {
	position:relative;
}
#searchform input {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 50px;
    border: none;
    max-width: 200px;
    padding: 7px 40px 7px 15px;
	color:#fff;
}
#searchform input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#searchform input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#searchform input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#searchform input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
#searchform input:focus {
	outline:none;
}
#searchform{
	position:relative;
}
#searchform button {
    position: absolute;
    background: transparent;
    border: none;
    padding: 0;
    top: 20%;
    color: #fff;
    right: 15px;
    cursor: pointer;
}
.flt-btns {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 99;
}
.flt-btns a {
display: block;
    min-width: 130px;
    text-align: center;
    margin-bottom: 10px;
	color:#040707;
	font-size:14px;
  font-family: 'ProximaNova-Bold';
  text-transform:uppercase;
    padding: 8px 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
	position:relative;
	overflow:hidden;}
	
.flt-btns a:before {
	content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    background: rgba(0, 0, 0, 0.1);
    transform: skewX(-15deg);
    top: 0;
    left: -2px;
}
.flt-ft {
	background:#ff6e37;
}
.flt-cu {
	background:#f4f1e9;
}
.main-banner {
    height: 100vh;
	background:#333;
}
.swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
	
.testi-section .swiper-container {
      width: 100%;
      height: 100%;
    }
    .testi-section .swiper-slide {
      text-align: center;
      font-size: 18px;
    }
.main-banner .swiper-slide {
	color:#fff;
	font-size: 16px;
	font-family: 'ProximaNova-Regular';
    line-height: 20px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.main-banner .swiper-slide .row {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.main-banner h1 {
    color: #fff;
    line-height: 38px;
	margin-bottom:15px;
}
.swiper-button-next, .swiper-button-prev {
width: 45px;}
.testi-section .swiper-button-prev,.testi-section  .swiper-container-rtl .swiper-button-next {
    background: url(images/arrow-banner.png) center no-repeat;
    border: 2px solid #fff;
    background-size: 28px;
    border-radius: 50%;
}
.testi-section .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	transform: rotate(180deg); 
	background: url(images/arrow-banner.png) center no-repeat;
    border: 2px solid #fff;
    background-size: 28px;
    border-radius: 50%;
}
.testi-row h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.testi-row h4 {
    color: #fff;
    font-size: 30px;
    width: 75%;
    font-weight: 300;
    margin: 20px auto 15px;
}
.testi-row h6 {
    color: #fff;
    font-weight: 600;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(images/arrow-banner.png) center no-repeat;
    border: 2px solid #fff;
    background-size: 28px;
    border-radius: 50%;
    opacity: 0.5;
}
.swiper-button-prev:hover , .swiper-container-rtl .swiper-button-next:hover {
    opacity: 1;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	transform: rotate(180deg);	    
	background: url(images/arrow-banner.png) center no-repeat;
    border: 2px solid #fff;
    background-size: 28px;
    border-radius: 50%;
    opacity: 0.5;
}
.swiper-button-next:hover , .swiper-container-rtl .swiper-button-prev:hover {
    opacity: 1;}
.swiper-pagination-bullet {
background: #fff;}
.swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 50px;}
#content {
    padding: 0;
}
.custom-link a {
    display: inline-block;
	position:relative;
  font-family: 'ProximaNova-Semibold';
    color: #fff;
    background: #1f4a85;
    border-radius: 50px;
    padding: 14px 50px 14px 40px;
    font-size: 18px;	
    margin-right: 20px;
}
/*.main-banner .custom-link a::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 48px;
    background: #fff;
    left: -33px;
    top: 23px;
	transition:all ease-in .2s;
}*/
.main-banner .custom-link a:hover::before {
    left: -25px;
}
.custom-link a::after {
    content: '';
    height: 18px;
    width: 18px;
    background: url(images/chevron.png) 0 0 no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
    background-size: cover;
}
.main-banner .custom-link a {
    float: right;
    margin-top: 40px;
}

.custom-link-2 a {
    display: inline-block;
    position: relative;
  font-family: 'ProximaNova-Semibold';
    color: #fff;
    background: #1f4a85;
    border-radius: 50px;
    padding: 10px 60px 10px 40px;
    font-size: 16px;
}
.custom-link-2 a:not([href]):not([tabindex]) {
    color: #fff;
}
.custom-link-2 a::after {
    content: '';
    height: 18px;
    width: 18px;
    background: url(images/chevron.png) 0 0 no-repeat;
    position: absolute;
    top: 15px;
    right: 25px;
    background-size: cover;
}

.entry-header {
    display: none;
}
#content ul {
    font-family: 'ProximaNova-Regular';
    list-style: none;
    padding: 0;
    color: #626262;
    margin-bottom: 40px;
}
.career-row p {
    margin-bottom: 0;
}
.career-row.bor-btm {
    border-bottom: 1px solid #c7c1c1;
    margin-bottom: 35px;
}
#content ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}
#content .career-row ul {
    margin-bottom: 30px;
}
#content .career-row ul li {
font-size: 14px;}

#content ul li:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: #fbbe40;
    top: 8px;
    border-radius: 50%;
    left: 2px;
}
#content .career-row ul li:before {
    height: 8px;
    width: 8px;}
#content .li-nbul ul li:before {
	display:none;
}
#content .hom-sol-row ul {
  font-family: 'ProximaNova-Semibold';
    color: #fff;
}
.hom-sol-row h2 {
	color:#fff;
}
.hom-sin-pro h4 {
	font-size:20px;
	color:#10468a;
    font-family: 'ProximaNova-Bold';
}
.hom-sin-pro p {
color:#7e7e7e;}
.hom-sin-pro a {
	position:relative;
	font-size:16px;
	color:#606060;
  font-family: 'ProximaNova-Semibold';
  padding-left:30px;
}
.hom-sin-pro a::after {
    content: '';
    height: 18px;
    width: 18px;
    background: url(images/chevron.png) 0 0 no-repeat;
    position: absolute;
    top: -2px;
    left: 0;
    background-size: cover;
    filter: brightness(0.5) invert(1);
}
footer {
    padding-top: 80px;
	background: url(images/footer-bg.jpg) 0 0 no-repeat;
	background-size:cover;
}
.ftr-cpt {
    margin-top: 30px;
    border-top: 1px solid #303d57;
}
.ftr-cpt p {
    color: #fff;
    margin: 15px 0;
}
.why-bnr {
    padding: 200px 0 140px;
}
.why-bnr h1 {
  font-family: 'ProximaNova-Light';
    color: #fff;
    font-size: 55px;
    line-height: 77px;
	position:relative;
    padding-left: 33px; 
}
@media screen and (max-width: 768px) {
  .why-bnr h1 {
    font-size: 36px;
	padding-left: 25px;
	text-align: left;
  } 
}
.why-bnr h1:before {
    content: '';
    position: absolute;
    background: #ff6e37;
    width: 5px;
    height: 105px;
    top: 7px;
    left: 0;
}

.why-bnr p {
	font-family: 'Poppins', sans-serif;
    font-weight:200;
	color: #fff;
    font-size: 30px;
    padding-left: 33px;
}
@media screen and (max-width: 768px) {
  .why-bnr p {
    font-size: 20px;
	padding-left: 25px;
	text-align: left;
  } 
}
.why-row-1 p {
    color: #515151;
    line-height: 25px;
}
.why-row-1 .box-s img {
    box-shadow: 0 0 20px 3px rgba(0, 19, 62, 0.27);
}
.why-row-1 .bor img {
    border: 7px solid #fff;}
.abt-row-1 h3 {
    font-family: 'ProximaNova-Bold';
    font-size: 30px;
    color: #373737;
    margin-bottom: 0;
    line-height: 30px;
}
.abt-row-1 .vc_column_container>.vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}
.vc_row.wpb_row.vc_inner {
    margin-left: -15px;
    margin-right: -15px;
}
.cust-row img {
    max-height: 60px;
    width: auto;
}
.abt-2-icon {
    position: relative;
    padding-left: 85px;
}
.abt-2-icon h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
    font-family: 'ProximaNova-Semibold';
}
.abt-2-icon p {
	font-size:16px;
	line-height:22px;
  font-family: 'ProximaNova-Regular';
}
.abt-2-icon img {
    position: absolute;
    left: 0;
    top: 0;
}
.why-row-1.abt-row-3 p {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 22px;
}
.abt-row-3 .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.abt-row-3 .wpb_text_column {
	padding-left:50px;
}
footer h5 {
  font-family: 'ProximaNova-Bold';
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}
footer .footer-links a {
	color:#bebebe;
    font-size: 15px;
}
.footer-links {
    padding-left: 15px;
    list-style: none;
}

.footer-links li{
position:relative;
list-style-type: none;}

.footer-links li:before{
	content:'';
	height:5px;
	width:5px;
	background:#fff;
	border-radius:50%;
position:absolute;left: -15px;
    top: 11px;}
	
.tech-inner h4 {
	font-size:24px;
	color:#10468a;
  font-family: 'ProximaNova-Semibold';
}
.tech-inner h5 {
	font-size:16px;
	color:#10468a;
  font-family: 'ProximaNova-Semibold';
}
.tech-inner p {
	color:#515151;	
	font-family: 'ProximaNova-Regular';
}
.tech-inner p strong {
	color:#224b99;
font-family: 'ProximaNova-Semibold';}
.pro-row-1 {
    padding: 98px 0;
}
.pro-row-1 p {
	color:#7e7e7e;
	font-family: 'ProximaNova-Regular';	
}
.pro-row-1 h2 {
color:#10468a;
    text-transform: none;}
.pro-row-2 {
    padding: 80px 0 0;
}
.pro-row-2 p {
	color:#515151;
	font-family: 'ProximaNova-Regular';	
}
.pro-row-2 .wpb_single_image.vc_align_right {
	margin-right:-100px;
}
.pro-row-3 h5 {
	font-size:20px;
	color:#10468a;
  font-family: 'ProximaNova-Semibold';
}
.pro-row-3 .abt-2-icon {
    position: relative;
    padding-left: 125px;
}
.pro-row-3 .abt-2-icon p {
    font-size: 18px;
	color:#292929;
    font-family: 'ProximaNova-Regular';
}
.pro-row-3 .abt-2-icon img {
    top: -60%;
}
.cnt-row h2 {
	font-size:42px;
	color:#2c2c2c;
	font-family: 'ProximaNova-Semibold';
    text-transform: capitalize;
}
.cnt-row ul {
}
#content .cnt-row ul li {
    padding-left: 30px;
	color:#323232;
	font-size:16px;
    font-family: 'ProximaNova-Regular';	
    text-transform: capitalize;
}
#content .cnt-row ul li strong{
	color:#323232;
	font-size:20px;
  font-family: 'ProximaNova-Bold';
    margin-top: -5px;
    display: inline-block;
    text-transform: none;
}
.cnt-row ul li img {
    position: absolute;
    left: 0;
    top: 7px;
}
.cnt-row ul li:before{
	display:none;
}
.cnt-col-1 {
    z-index: 9999999999;
    display: block;}
.cnt-col-1:after {
	content:'';
	position:absolute;
	height:100%;
	width:10000px;
	right:0;
	top:0;
	background:rgba(245, 245, 245, 0.45);
	z-index:-1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.cnt-row .fc-form {
    padding-top: 15px;
}
html .formcraft-css .fc-form {
    box-shadow: none;}
html .formcraft-css .fc-form .form-page-content {
    padding: 0;}
html .formcraft-css .fc-form .form-element .submit-cover.animate-false .submit-button {
    border-radius: 50px!important;
    padding: 9px 50px;
  font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
}
html .formcraft-css .fc-form .field-cover>span>span {
    margin-bottom: 5px;
}
html .formcraft-css .fc-form .form-element .form-element-html {
padding-bottom: 2.5em;}
.formcraft-css input[type="text"], .formcraft-css input[type="password"], .formcraft-css input[type="checkbox"], .formcraft-css input[type="color"], .formcraft-css input[type="date"], .formcraft-css input[type="datetime"], .formcraft-css input[type="datetime-local"], .formcraft-css input[type="email"], .formcraft-css input[type="month"], .formcraft-css input[type="number"], .formcraft-css input[type="password"], .formcraft-css input[type="search"], .formcraft-css input[type="radio"], .formcraft-css input[type="tel"], .formcraft-css input[type="text"], .formcraft-css input[type="time"], .formcraft-css input[type="url"], .formcraft-css input[type="week"], .formcraft-css select, .formcraft-css textarea {
padding: 11px 12px 10px 12px;}

.page-numbers.current {
    background: #134975;
    padding: 8px 12px;
    color: #fff;
}
.page-numbers {
    border: 1px solid #134975;
    float: none;
    padding: 8px 12px;
    color: #134975;
}
.page-numbers:hover {
    background: #134975;
    color: #fff;}
.post-img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    height: 200px;
}
.sin-post h2 {
    line-height: 20px;}
.sin-post a {
    font-size: 18px;
    text-transform: capitalize;
    color: #333;
    font-family: 'ProximaNova-Semibold';
    line-height: 20px;
}

.sin-post span {
    margin-bottom: 10px;
    color: #ff6e37;
  font-family: 'ProximaNova-Semibold';
}
.sin-post p {
    font-size: 14px;
    line-height: 20px;
}
.post-bnr h1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

article.post,article.event,article.blog {
    padding: 80px 0;
}
article.post h1.entry-title ,article.event h1.entry-title {
    font-size: 30px;
}
article img {
    max-width: 100%;
    height: auto;
}
.post-thumbnail {
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.widget-title {
    font-size: 24px;
    text-transform: capitalize;
    text-decoration: underline;
}
#content .sidebar ul {
    margin-bottom: 20px;
}
#content .sidebar ul li {
	padding-left:0;
    margin-bottom: 0;}
#content .sidebar ul li:before {
	display:none;
}
#content .sidebar ul li a {
    text-transform: capitalize;
    color: #e8b10a;
}
.sin-eve .post-img span {
    background: #ff6e37;
    color: #fff;
    min-width: 60px;
    display: inline-block;
    text-align: center;
    margin: 12px;
    padding: 10px 10px;
    white-space: pre-line;
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
.eve-date {
    font-family: 'ProximaNova-Semibold';
}
.eve-date i {
    font-size: 16px;
    color: #fff;
    background: #ff6e37;
    min-width: 36px;
    /* width: 20px; */
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    margin-right: 5px;
}
.eve-date i:nth-child(2){
	margin-left:20px;
}
article.event iframe {
    max-width: 100%;
    max-height: 300px;
}
.archive .content-area {
    padding: 80px 0;
}
.search-results .content-area {
    padding: 80px 0;
}
.search-results article {
    padding: 0 0;
}
.search-results h2 {
    font-size: 30px;
    color: #525252;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.search-results h2 a{
color: #525252;}
.wpuf-login-form {
    margin-top: 20px;
}
.wpuf-login-form p {margin-bottom:10px;}
.wpuf-login-form input {
    width: 100%;
    background: transparent;
    color: #fff;
    border: none;
    box-shadow: 0 0 0 0.5px #fff;
    padding: 8px 15px;
    border-radius: 3px;
}
.reg-row.login-row .wpuf-login-form input {
    color: #000;
}
.wpuf-login-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.wpuf-login-form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.wpuf-login-form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.wpuf-login-form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.login-row .wpuf-login-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0f0f0f;
}
.login-row .wpuf-login-form input::-moz-placeholder { /* Firefox 19+ */
  color: #0f0f0f;
}
.login-row .wpuf-login-form input:-ms-input-placeholder { /* IE 10+ */
  color: #0f0f0f;
}
.login-row .wpuf-login-form input:-moz-placeholder { /* Firefox 18- */
  color: #0f0f0f;
}
a.f-pass ,.new-c{
    font-family: 'ProximaNova-Semibold';
  color: #fbbe40;
font-size:12px;
    float: left;}
.new-c{
  color: #fff;
    float: right;
}
.wpuf-login-form input#wp-submit {
  font-family: 'ProximaNova-Bold';
    background: #fbbe40;
    /* border: none; */
    box-shadow: none;
    color: #0f0f0f;
    font-size: 15px;
    margin-top: 20px;
}

footer #lostpasswordform {
    display: none;
}
#content .wpuf-form li:before {
	display:none;
}
#content .wpuf-form li {
    padding-left: 0;
    width: 50%;
    display: inline-block;
    float: left;
    padding-right: 20px;
}
.reg-row .wpuf-form li .wpuf-fields {
    float: left;
    width: 100% !important;
}
.reg-row input {
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) !important;
}
.reg-row .wpuf-form li .wpuf-label {
display: none;}
#content .wpuf-form li.wpuf-submit {
    width: 100%;
}
.reg-row .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit] {
    min-width: 200px;
    padding: 7px 15px;
    border: none;
    background: #fbbf3f;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0f0f0f;
    text-shadow: none;
  font-family: 'ProximaNova-Bold';
}
.reg-row .f-pass{
    margin-right: 30px;
}
.pass-strength-result {
text-transform: capitalize;}
html .wpuf-info {
    margin: 300px 0 200px;
    background-color: #0c1a38;
    color: #fff;
}
html .wpuf-message {
    background-color: #0c1a38;
    color: #fff;
}
.login-row input#wpuf-user_login {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) !important;
    border: none;
    padding: 7px 15px;
    min-width: 200px;
}
.login-row input#wp-submit {
    font-family: 'ProximaNova-Bold';
    background: #fbbe40;
    /* border: none; */
    box-shadow: none;
    color: #0f0f0f;
    font-size: 15px;
    box-shadow: none !important;
    border: none;
    padding: 8px 15px;
    margin-bottom: 10px;
	min-width:200px;
}
.reg-row.login-row .f-pass {
    margin-right: 30px;
    font-size: 16px;
}
.gpl-btn {
    font-family: 'ProximaNova-Bold';
    display: inline-block;
    background: #26b125;
    color: #fff;
    width: 100%;
    padding: 9px 15px;
    border-radius: 3px;
}
footer span.wpuf-user-avatar {
    margin: 20px 0;
    display: inline-block;
}
footer .wpuf-user-loggedin h3 {
    color: #fff;
    font-size: 20px;
}

#content .li-short ul {
text-transform: none;}
html .wpb_single_image .vc_figure-caption {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}
.team-row h2 {
    color: #11527c;
    display: inline-block;
    border-bottom: 4px solid #ff6e37;
}
.team-row h3 {
    font-weight: 600;
    margin-bottom: 0;
}
.team-row h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ff6e37;
}
.reg-deal-row form.fc-form.fc-form-3 {
    padding-left: 20px;
    padding-top: 30px;
    margin-top: -80px;
}
html .reg-deal-row .formcraft-css .fc-form .form-element .form-element-html {
    padding-bottom: 5px;
}
html .reg-deal-row .form-element.form-element-field22 .form-element-html {    padding-bottom: 0px;}
html .reg-deal-row .form-element.form-element-field1 .form-element-html {
    padding-bottom: 10px;
}
html .reg-deal-row .form-element.form-element-field2 .form-element-html {
    padding-bottom: 20px;
}
html .reg-deal-row .formcraft-css .fc-form .form-element .field-cover.heading-cover>div {
    font-weight: 600;
    margin-bottom: 10px;
}
html .reg-deal-row .formcraft-css .fc-form .field-cover>span>span ,html .reg-deal-row .formcraft-css .fc-form .form-element.form-element-field23 .field-cover.customText-cover p,html .reg-deal-row .formcraft-css .fc-form .form-element .checkbox-cover>div label>span{
color: #fff;}
html .reg-deal-row .formcraft-css .form-element.form-element-field24 .form-element-html {
    padding-bottom: 30px;
}
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: transparent;
    width: 41px;
    text-align: center;
    border: 2px solid #908b8b;
    color: #908b8b;
    border-radius: 50%;
    padding: 5px 0;
}
.scroll-top:hover {
    border: 2px solid #fff;
    color: #fff;
}
.cnt-pop-row h2 {
    font-size: 42px;
    color: #2c2c2c;
    font-family: 'ProximaNova-Semibold';
    text-transform: capitalize;
}
.cnt-pop-row ul {
    font-family: 'ProximaNova-Regular';
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    color: #626262;
    margin-bottom: 40px;
}
.cnt-pop-row ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #323232;
    font-size: 16px;
    font-family: 'ProximaNova-Regular';
    text-transform: capitalize;
}
.cnt-pop-row ul li img {
    position: absolute;
    left: 0;
    top: 7px;
}
.cnt-pop-row ul li strong {
    font-weight: 400;
    text-transform: none;
}
.jvectormap-container {
    background-color: transparent !important;
}
.jvectormap-zoomin, .jvectormap-zoomout {
    display: none;
}
#content .cust-li ul li {
    display: inline-block;
    padding-bottom: 10px;
	padding-left:15px;
	padding-right:15px;
    border-bottom: 2px solid transparent;
}
#content .cust-li ul li:hover {
    border-bottom: 2px solid #ff6e37;
}
#content .cust-li ul li:before{
	display:none;
}
#content .cust-li ul li a{color:#333;}
.cust-inner .wpb_text_column {
    border: 1px solid #E0E7EB;
    border-radius: 5px;
    padding: 30px;
	transition:all ease-in .3s;
    border-left: 5px solid #1c2f5a;
}
.cust-inner .wpb_text_column h4 {
    color: #1c2f5a;
    font-weight: 600;
	transition:all ease-in .3s;
}
.cust-inner .wpb_text_column p {
	transition:all ease-in .3s;
}

.cust-inner .wpb_text_column a {
    color: #1c2f5a;
    font-weight: 600;
	transition:all ease-in .3s;
}
.cust-inner .wpb_text_column:hover {
background:#1c2f5a;
    border: 1px solid #1c2f5a;
    border-left: 5px solid #1c2f5a;
}
.cust-rows {
    border-bottom: 1px solid #ccc;
}
.cust-inner .wpb_text_column:hover h4{
color:#fff;
}
.cust-inner .wpb_text_column:hover p{
color:#fff;
}
.cust-inner .wpb_text_column:hover a{
color:#fff;
}
.cust-rows .isotope-item {
    max-width: 25% !important;
    display: inline-block !important;
    float: left;
    margin: 0 !important;
}
.new-abt .custom-link-2 a {
    margin-top: 30px;
}
.new-abt-2 p {
    color: #fff;
}

.button {
    text-transform: uppercase;
    display: inline-block;
    padding: 0.5em 1.0em;
    border: none;
    border-radius: 7px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.button:hover {
  color: #fff;
}

.button:active,
.button.is-checked {
    color: #ff6e37;
}

.button.is-checked {
    color: #ff6e37;
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group {
    text-align: center;
    background: #0b1a38;
  margin-bottom: 40px;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- isotope ---- */

.grid {
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
    position: relative;
	float: left;
	width: 25%;
	height: auto;
    padding: 10px;
    color: #262524;
	margin-bottom:20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.element-item{
         width: 33.33%;
     }
}

@media (max-width: 767.98px) {
	.element-item{
         width: 100%;
		 text-align: center;
     }
}

.element-item div {
    padding: 0 10px;
    background: #0b1a38;
    text-align: center;
}
.element-item div a {
    display: inline-block;
    width: 100%;
    color: #5cacdf;
    font-size: 17px;
    padding: 20px 15px 40px;
	position:relative;
}
.element-item div a {
    display: inline-block;
    width: 100%;
    color: #5cacdf;
    font-size: 17px;
    padding: 20px 15px 15px;
    position: relative;
}
.element-item div span {
    color: #fff;
    padding-bottom: 20px;
    display: inline-block;
}
.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

.element-item.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element-item.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element-item.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element-item.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element-item.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element-item.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element-item.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element-item.diatomic        { background: #00F; background: hsl( 252, 100%, 50%); }
.element-item.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element-item.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }

@media (min-width:1200px){
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
	.ftco-navbar-light .navbar-brand img {
    max-width: 150px;
}
.navbar-brand {
    line-height: 0;
}
#ftco-navbar {
    padding: 5px 0;
}
img {
    max-width: 100%;
height: auto;}
.main-banner .custom-link a {
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
.main-banner h1 {
    color: #fff;
    line-height: 38px;
    margin-top: 100px;
    margin-bottom: 15px;
}
#content {
    text-align: center;
}

#content ul li {
text-align: left;}
.why-bnr {
    padding: 100px 0 100px;
}
.flt-btns a {
    min-width: 100px;
font-size: 12px;}
}

.img-product-features{
    width: 100px;
    height: 100px;
	margin: auto;
	display: block;
}

.img-product-features2{
    width: 80px;
    height: 80px;
	margin: auto;
	display: block;
}

.img-solution-features{
    width: 50px;
    height: 50px;
	margin: auto;
	display: block;
}

.img-product-info{
    width: 56px;
    height: 56px;
	margin: auto;
	display: block;
}

@media (max-width:629px) {
  
}

@media (max-width: 767.98px) and (orientation: landscape) { 
}

@media (max-width: 575.98px) {
}

@media (max-width:480px) {
}

@media (min-width: 361px) and (max-width: 479px) {
}

@media (max-width: 360px) {
}

@media (max-width:320px) {
}