/** 
 * Template Name: Apex
 * Template Description: Multipurpose Responsive HTML5 Landing Page
 * By: Exill
 */

/*==========================================
=            General Styles                =
==========================================*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    background-color: #fff;
}

@media only screen and (max-width:767px) {
    body {
        font-size: 15px;
    }
}

::-moz-selection {
	background-color: #e44235;
    color: #fff;
}

::selection {
	background-color: #e44235;
    color: #fff;
}

.inherit-cs {
    color: #e44235;
}

.inherit-cs:hover,
.inherit-cs:focus {
    color: #b33329;
}

a {
    color: #666;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #666;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: 'Roboto', sans-serif;
    color: #333;
    margin: 0 0 15px;
}

p {
    color: #666;
}

img {
    max-width: 100%;
    height: auto;
}

blockquote {
    font-style: italic;
}

.owl-carousel {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.owl-carousel:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.pmd-card {
    padding: 0 0 1px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

hr {
    border-top: 2px solid rgba(230, 230, 230, 0.65);
    margin: 0;
}

.vertical-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hr-shadow {
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 -2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 -2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.hr-shadow-top {
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
}

.hr-shadow-bottom {
    -webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.pmd-z-depth {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.pmd-z-depth-1 {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.pmd-z-depth-2 {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.pmd-z-depth-3 {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.pmd-z-depth-4 {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.pmd-z-depth-5 {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.pmd-z-depth-6 {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.section-white-bg {
    background-color: #fff;
}

.section-gray-bg {
    background-color: #f3f3f3;
}

.section-fixed-bg {
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.section-overlay-bg {
    position: relative;
}

.section-overlay-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
}

.section-heading {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.section-heading .section-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-heading .description {
    font-size: 16px;
    font-weight: 300;
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .section-heading .section-title {
        font-size: 26px;
    }
    .section-heading .description {
        font-size: 15px;
    }
}

.section-white-bg .section-heading .section-title,
.section-gray-bg .section-heading .section-title {
    color: #444;
}

.section-white-bg .section-heading .description,
.section-gray-bg .section-heading .description {
    color: #666;
}

.section-fixed-bg.section-overlay-bg .section-heading .section-title {
    color: #fff;
}

.section-fixed-bg.section-overlay-bg .section-heading .section-description {
    color: #f3f3f3;
}

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.btn-custom {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    border: 1px solid transparent;
    background-color: #e44235;
}

.btn-custom:focus,
.btn-custom.focus {
    color: #fff;
    background-color: #b33329;
}

.btn-custom:hover {
    color: #fff;
    background-color: #b33329;
}

.btn-custom:active,
.btn-custom.active,
.open>.dropdown-toggle.btn-custom {
    color: #fff;
    background-color: #b33329;
}

.btn-custom:active:hover,
.btn-custom.active:hover,
.open>.dropdown-toggle.btn-custom:hover,
.btn-custom:active:focus,
.btn-custom.active:focus,
.open>.dropdown-toggle.btn-custom:focus,
.btn-custom:active.focus,
.btn-custom.active.focus,
.open>.dropdown-toggle.btn-custom.focus {
    color: #fff;
}

.btn-custom:active,
.btn-custom.active,
.open>.dropdown-toggle.btn-custom {
    background-image: none;
}

.ink.animate {
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    animation-duration: .4s;
}

.btn-custom .ink,
.dropdown-toggle.btn-custom .ink {
    background-color: rgba(255, 255, 255, 0.5);
}

.btn-custom .badge {
    background-color: #fff;
}

.btn-custom:disabled,
.dropdown-toggle.btn-custom:disabled,
.btn-custom.disabled,
.dropdown-toggle.btn-custom.disabled,
.btn-custom[disabled],
.dropdown-toggle.btn-custom[disabled] {
    background-color: #b3b3b3;
}

.dropdown-toggle.btn-custom {
    background-color: #e44235;
}

.dropdown-toggle.btn-custom:hover {
    background-color: #b33329;
}

.dropdown-toggle.btn-custom:focus {
    background-color: #b33329;
}

.dropdown-toggle.btn-custom:active,
.dropdown-toggle.btn-custom.active {
    background-color: #b33329;
}

.pmd-btn-flat.btn-custom {
	color: #e44235;
    background-color: transparent;
}

.pmd-btn-flat.btn-custom:hover {
	color: #b33329;
    background-color: #e5e5e5;
}

.pmd-btn-flat.btn-custom:active,
.pmd-btn-flat.btn-custom.active {
	color: #b33329;
    background-color: #ccc;
}

.pmd-btn-flat.btn-custom:focus {
	color: #b33329;
    background-color: #ccc;
}

.pmd-btn-outline.btn-custom {
	color: #e44235;
    border: solid 1px #e44235;
    background-color: transparent;
}

.pmd-btn-outline.btn-custom:hover,
.pmd-btn-outline.btn-custom:focus {
    color: #fff;
    background-color: #e44235;
    border: solid 1px #e44235;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*======================================
=            Preloader                 =
======================================*/

.preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
}

.preloader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}

.preloader .double-bounce-1,
.preloader .double-bounce-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.75;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    -moz-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
    background-color: #e44235;
}

.preloader .double-bounce-2 {
    -webkit-animation-delay: -1.0s;
    -moz-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@-moz-keyframes sk-bounce {
    0%,
    100% {
        -moz-transform: scale(0.0);
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        -moz-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        -moz-transform: scale(0.0);
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        -moz-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*=======================================
=            Navbar                     =
=======================================*/

.navbar {
    border: 0;
    margin-bottom: 0;
}

.navbar,
.navbar .navbar-brand {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar .navbar-brand img {
	width: 200px;
}

.navbar .navbar-nav {
    margin-right: 0;
}

.navbar .navbar-nav a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.25s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: all 0.25s ease-in-out, padding 0.5s ease-in-out;
    transition: all 0.25s ease-in-out, padding 0.5s ease-in-out;
}

.navbar .navbar-nav .lang-link .lang {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 5px;
}

.navbar .navbar-nav .lang-link.open > a {
	background-color: transparent !important;
    color: #e44235 !important;
}

/*=======================================
=            Navbar v1                  =
=======================================*/

.navbar.navbar-v1 {
    background-color: transparent;
}

.navbar.navbar-v1 .navbar-brand {
    padding-top: 36px;
}

.navbar.navbar-v1 .navbar-nav li>a {
    color: #dadada;
    padding: 38px 12px;
}

.navbar.navbar-v1 .navbar-nav li>a:hover,
.navbar.navbar-v1 .navbar-nav li.active>a,
.navbar.navbar-v1 .navbar-nav li.active>a:hover,
.navbar.navbar-v1 .navbar-nav li.active>a:focus {
    background-color: transparent;
    color: #e44235;
}

/*=======================================
=            Navbar v2                  =
=======================================*/

.navbar.navbar-v2 {
    background-color: #222222;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
}

.navbar.navbar-v2 .navbar-brand {
    padding-top: 8px;
}

.navbar.navbar-v2 .navbar-nav li>a {
    padding: 18px 12px;
    color: #ffffff;
    font-size: 14px;
}

.navbar.navbar-v2 .navbar-nav li>a:hover,
.navbar.navbar-v2 .navbar-nav li.active>a,
.navbar.navbar-v2 .navbar-nav li.active>a:hover,
.navbar.navbar-v2 .navbar-nav li.active>a:focus {
    background-color: transparent;
    color: #e44235;
}

/*=======================================
=            Navbar Dropdown Menu       =
=======================================*/

.navbar .dropdown-menu {
	width: 200px;
	padding: 5px 0 10px;
	background-color: #222;
	border: 1px solid #555;	
	text-align: left;
}

.navbar.navbar-v1 .open > .dropdown-menu {
	top: 70px;
}

.navbar .dropdown-menu > li > a {
	color: #dadada;
	padding: 5px 25px !important;
}

.navbar .dropdown-menu > li > a:hover {
	color: #e44235;
	background: none;
}

.navbar .dropdown-menu .divider {
	background-color: #555;
	margin: 5px 0;
}

.navbar .dropdown-menu .language-selection-title {
	padding: 10px 15px;
	color: #eee;
}

/*=====================================
=            Homepage : Home	        =
=====================================*/

.home-section {
    background-image: url(../images/home-section.jpg);
}

.home-section:before {
    background-color: rgba(0, 0, 0, .77);
}

.home-section>.container>.row {
    margin-top: 28px;
}

.home-section .text-part {
    text-align: left;
}

.home-section .text-part .home-title {
    font-size: 44px;
    line-height: 1.30;
    color: #fff;
}

.home-section .home-title .colored {
	color: #E44135; 
	font-weight: bold;
}

.home-section .text-part .home-description {
	font-family: "Open Sans", sans-serif;
    letter-spacing: 0.25px;
    color: #dcdcdc;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}

.home-section .text-part .buttons-set .btn-custom {
    font-size: 16px;
    text-transform: none;
    padding: 15px 40px;
    margin-right: 15px;
    line-height: 22px;
}

.home-section .text-part .buttons-set .pmd-btn-outline.btn-custom {
    color: #fff;
    border-color: #fff;
}

.home-section .text-part .buttons-set .btn-custom i {
    color: #fff;
    margin-right: 3px;
}

.home-section .text-part .buttons-set .btn-download i {
    font-size: 20px;
}

.home-section .img-part {
    padding: 85px 0 50px 0;
    text-align: center;
}

.home-section .img-part img {
	height: 500px;
}

.home-section .text-part .buttons-set .pmd-btn-outline.btn-custom:hover,
.home-section .text-part .buttons-set .pmd-btn-outline.btn-custom:focus {
    border: solid 1px #e44235;
}

/*======================================
=            Homepage : About          =
======================================*/

.about-section {
    padding: 110px 0 85px;
}

.about-section>.container>.vertical-align {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.about-section .text-part .about-title {
    font-size: 36px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-section .text-part .about-description {
    color: #666;
    margin-bottom: 20px;
    font-weight: 300;
}

.about-section .img-part {
    text-align: center;
}

.about-section .img-part img {
    
}

/*======================================
=            Homepage : Resume         =
======================================*/

.resume-section {
    background-image: url(../images/resume-section.jpg);
    padding: 60px 0;
    color: #fff;
}

.resume-section:before {
    background-color: rgba(0, 0, 0, 0.77);
}

.resume-section  .resume-step {
	margin-bottom: 40px;
}

.resume-section  .resume-icon {
	color: #e44235;
	font-size: 48px;
	line-height: 1;
}

.resume-section  .resume-text {
	
}

.resume-section  .resume-title {
	color: #e44235;
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1;
}

.resume-section  .resume-description {
	color: #fff;
	font-weight: 300;
}

.resume-section  .img-part {
	text-align: center;
}


/*=========================================
=           Homepage : Certificate        =
=========================================*/

.certificate-section {
    padding: 85px 0;
}

.certificate-section .section-heading {
    margin-bottom: 75px;
}

.certificate-section .section-title {
    font-size: 36px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.certificate-section .section-description {
    color: #666;
    margin-bottom: 20px;
    font-weight: 300;
}

.certificate-section>.container>.vertical-align {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.certificate-section .certificate-features .text-part {
   	margin-bottom: 40px;
}

.certificate-section .certificate-features-title {
    font-size: 30px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
}

.certificate-section .certificate-features-description {
    font-weight: 300;
	font-size: 14px;
	margin-left: 5px;
}

.certificate-section .certificate-features-list {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}

.certificate-section .certificate-features-list li {
	text-align: left;
	margin-bottom: 20px;
}

.certificate-section .certificate-features-list i {
	color: #e44235;
}

.certificate-section .certificate_feature_number {
	margin-left: 3px;
	font-size: 10px;
	font-weight: 400;
}

.certificate-section .certificate-feature-title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #444;
}

.certificate-section .certificate-feature-description {
	font-size: 14px;
	font-weight: 300;
	color: #666;
}

.certificate-section .certificate-features-list .feature-image img {
	border: 1px solid #888;
}

.certificate-section .img-part {
    text-align: center;
}

.certificate-section a {
	text-decoration: underline;
}

.certificate-section a:hover {
	text-decoration: none;
}

/*=========================================
=            Homepage : Features          =
=========================================*/

.features-section {
    padding: 85px 0;
    background-image: url(../images/features-section.jpg);
}

.features-section .section-heading {
    margin-bottom: 0;
}

.features-section .section-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.features-section .section-description {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
}

.features-section .secure-logos {
    margin-bottom: 80px;
}

.features-section .single-feature {
    margin: 55px 0;
    height: 80px;
}

.features-section .single-feature .feature-icon {

   border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background-color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,.5);
	width: 90px;
	height: 90px;
	text-align: center;
}

.features-section .single-feature .feature-icon i {
    color: #E44135;
    font-size: 34px;
    line-height: 90px;
}

.features-section .single-feature:hover .feature-icon {
    background-color: #e44235;
}

.features-section .single-feature:hover .feature-icon i {
    color: #fff;
}

.features-section .single-feature .feature-icon,
.features-section .single-feature .feature-icon i,
.features-section .single-feature .feature-title {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.features-section .features-list.align-left .single-feature {
    text-align: left;
}

.features-section .features-list.align-left .single-feature .feature-icon {
    float: left;
    margin-right: 15px;
}

.features-section .features-list.align-left .single-feature .feature-text {
    margin-left: 90px;
}

.features-section .features-list.align-right .single-feature {
    text-align: right;
}

.features-section .features-list.align-right .single-feature .feature-icon {
    float: right;
    margin-left: 15px;
}

.features-section .features-list.align-right .single-feature .feature-text {
    margin-right: 90px;
}

.features-section .single-feature .feature-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.features-section .single-feature:hover .feature-title {
    color: #e44235;
}

.features-section .single-feature .feature-description {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.features-section .features-image {
    text-align: center;
}

.features-section .features-image img {

}

/*=========================================
=            Homepage : Additional        =
=========================================*/

.additional-section {
    padding: 70px 0;
    background-color: #333;
    position: relative;
}

.additional-section .overlay {
	background: url(../images/pattern.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.additional-section .section-heading {
    margin-bottom: 55px;
}

.additional-section .section-title {
    font-size: 36px;
    color: #eee;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.additional-section .section-description {
    color: #eee;
    margin: 0;
    font-weight: 300;
    padding-top: 18px;
	padding-bottom: 20px;
}

.additional-section .additional-text {
   text-align: center;
}

.additional-section .additional-icon {
   color: #e44235;
   font-size: 72px;
}

.additional-section .additional-title {
   color: #e44235;
}

.additional-section .additional-description {
   color: #eee;
   margin-bottom: 20px;
   font-weight: 300;
   padding: 0 30px;
}

.additional-section .colored-line {
   	margin: auto;
	z-index: 1;
	width: 165px;
	height: 1px;
	background-color: #e44235;
}

/*=========================================
=            Homepage : Business          =
=========================================*/

.business-section {
    padding: 100px 0;
}

.business-section .text-part .business-title {
   	font-size: 36px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
}

.business-section .text-part .business-description {
    color: #666;
    margin-bottom: 20px;
    font-weight: 300;
    margin-right: 50px;
}

.business-section .text-part .btn-custom {
    padding: 14px 20px;
	border: 0;
	margin-top: 20px;
	font-size: 12px;
	border-radius: 3px;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 55px;
}

.business-section .text-part .btn-custom i {
    font-size: 20px;
    margin-right: 3px;
}

.business-section .img-part {
	
}

.business-section .img-part img {
}

/*=========================================
=            Homepage : Customers         =
=========================================*/

.customers-section {
    padding: 85px 0;
}

.customers-section .section-heading {
    margin-bottom: 75px;
}

.customers-section .section-title {
    font-size: 36px;
    color: #eee;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.customers-section .customers-logos {
}

.customers-section .customers-logos img {
	margin: 30px 0;
}

/*======================================
=            Homepage : Counter        =
======================================*/

.counters-section {
	padding: 85px 0;
    background-image: url(../images/counting-section.jpg);
}

.counters-section:before {
    background-color: rgba(0, 0, 0, 0.77);
}

.counters-section .single-counter {
    text-align: center;
}

.counters-section .single-counter .counter-icon i {
    color: #e44235;
    display: inline-block;
    font-size: 50px;
    margin-bottom: 2px;
}

.counters-section .single-counter .counter-text {
	margin-top: 20px;
}

.counters-section .single-counter .counter-text h3 {
    font-size: 14px;
    font-weight: 400;
    color: #f3f3f3;
    text-transform: uppercase;
}

.counters-section .single-counter .counter-text .counter-result,
.counters-section .single-counter .counter-text .counter-result-million,
.counters-section .single-counter .counter-text .counter-result-decimal {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
}

/*========================================
=            Homepage : Pricing          =
========================================*/

.pricing-section {
    padding: 85px 0 105px 0;
}

.pricing-section .section-heading {
    margin-bottom: 0;
}

.pricing-section .section-title {
    font-size: 36px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.pricing-section .section-description {
    color: #666;
    font-weight: 300;
}

.pricing-section .col-offset-0-5 {
    margin-left: 4.166666665%;
}

.pricing-section .pricing-plans {
    margin-top: 65px;
}

.pricing-section .single-plan {
    text-align: center;
    background-color: #fff;
    padding: 40px 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.pricing-section .single-plan .plan-type {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e44235;
    margin-bottom: 10px;
}

.pricing-section .single-plan .plan-description {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

.pricing-section .single-plan .plan-list {
    margin-bottom: 15px;
}

.pricing-section .single-plan .plan-list li {
    color: #555;
    padding: 8px;
    font-family: "Roboto", sans-serif;
}

.pricing-section .single-plan .btn-custom {
    padding: 14px 20px 21px;
	border: 0;
	margin-top: 20px;
	font-size: 12px;
	border-radius: 3px;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 55px;
}

.pricing-section .single-plan .btn-custom i {
    font-size: 20px;
    margin-right: 3px;
}

.pricing-section .single-plan .colored-line {
   	margin: 20px auto;
	z-index: 1;
	width: 165px;
	height: 1px;
	background-color: #e44235;
}

/*========================================
=            Homepage : Reviews          =
========================================*/

.reviews-section {
    background-image: url(../images/reviews-section.jpg);
    padding: 80px 0;
}

.reviews-section:before {
    background-color: rgba(0, 0, 0, 0.80);
}

.reviews-section .owl-carousel {
    padding-top: 10px;
}

.reviews-section .single-review {
    text-align: center;
    border: 0;
    margin: 0;
}

.reviews-section .single-review .review-username {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.reviews-section .single-review .stars {
    color: #f5d142;
}

.reviews-section .single-review .review-text {
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
}

.reviews-section .swipe-buttons span {
    position: absolute;
    top: 50%;
    z-index: 9;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.reviews-section .swipe-buttons span i {
    font-size: 24px;
    color: #fff;
}

.reviews-section .swipe-buttons #reviews-owl-prev {
    left: 0;
}

.reviews-section .swipe-buttons #reviews-owl-next {
    right: 0;
}

.reviews-section .swipe-buttons #reviews-owl-prev:hover,
.reviews-section .swipe-buttons #reviews-owl-next:hover {
    opacity: 0.50;
}

/*=====================================
=            Homepage : Author        =
=====================================*/

.team-section {
    padding: 100px 0;
}

.team-section>.container>.vertical-align {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.team-section .social-badge {
    text-align: center;
}

.team-section .text-part {
	margin-left: 50px;	
}

.team-section .text-part .team-title {
   	font-size: 36px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
}

.team-section .text-part .team-description {
    color: #666;
    margin-bottom: 20px;
    font-weight: 300;
}

/*======================================
=            Homepage : FAQ            =
======================================*/

.faq-section {
    padding: 85px 0;
}

.faq-section .section-heading {
    
}

.faq-section .section-title {
    font-size: 36px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.faq-section .section-description {
    color: #666;
    font-weight: 300;
}

.faq-section .text-part .panel {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.faq-section .text-part .panel>.panel-heading a {
    position: relative;
    font-weight: 700;
    padding: 12px 45px 12px 20px;
}

.faq-section .text-part .panel>.panel-heading a:focus {
    color: #444;
}

.faq-section .text-part .panel .panel-collapse .panel-body {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.80);
    padding: 5px 20px 25px 20px;
}

.faq-section .img-part {
    text-align: center;
}

.faq-section .img-part img {
   
}

.faq-section .panel-body a {
	color: #555;
	text-decoration: underline;
}

.faq-section .panel-body a:hover {
	text-decoration: none;
}

/*==========================================
=            Homepage : Download           =
==========================================*/

.download-section {
    background-image: url(../images/download-section.jpg);
    padding: 65px 0;
}

.download-section .section-heading {
    margin-bottom: 0;
}

.download-section .section-title {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.download-section .table.app-info {
	width: 80%;
	margin: 0 auto;
	color: #f1f1f1;
}

.download-section .table.app-info td.first {
	border-top: none;
	text-align: center;
	padding-bottom: 20px;
}

.download-section .table.app-info img {
	width: 220px;
}

/*========================================
=            Homepage : Support          =
========================================*/

.support-section {
    padding: 85px 0;

}

.support-section .section-heading {

}

.support-section .section-title {
    font-size: 36px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.support-section .section-description {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
    font-weight: 300;
}

.support-section .contact-part {
	text-align: center;
}

.support-section .contact-part .input-box {
	margin-top: 20px;
	height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.support-section .contact-part .textarea-box {
	margin-top: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 15px;
	
}

.support-section .form-control:focus {
	border-color: #e44235;
}

.support-section .contact-part .btn-custom {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 4px;
	color: #ffffff;
	border: none;
	padding: 20px 35px;
	margin-top: 20px;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

.support-section .contact-part .btn-custom i {
    margin-right: 5px;
}

.support-section .contact-part input.error,
.support-section .contact-part textarea.error {
	border: 1px solid red;
}

.support-section .contact-part label.error {
	color: red;
	font-size: 12px;
	font-weight: 600;
	margin-left: 5px;
}

.support-section .contact-part .submit-msg {
	display: none;
	margin-top: 20px;	
	padding: 10px;
	font-size: 14px;
}

.support-section .contact-part .submit-msg.text-success {
	background-color: #eff6e9;
	border: 1px solid #e4f4d8;
}

.support-section .contact-part .submit-msg.text-danger {
	background-color: #f2ccca;
	border: 1px solid #f7c2c0;
}

/*=======================================
=            Pages       				  =
=======================================*/
.page-wrapper {
	padding: 80px 0 50px;
}

.page-wrapper .page-content {
	margin: 30px 0;
	min-height: 600px;
}

.page-wrapper .page-content h1 {
	font-size: 36px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.page-wrapper .page-content h2 {
	margin-top: 40px;
}

.page-wrapper .page-content h3 {
	
}

.page-wrapper .page-content h4 {
	
}

.page-wrapper .page-content p {
	font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
    font-weight: 300;
}

/*=======================================
=            Search Page				  =
=======================================*/

.search-wrapper {
	padding: 80px 0;
	text-align: center;
	min-height: 800px;
}

.search-wrapper h1 {
	margin: 60px 0 30px;
	font-size: 36px;
	color: #444;
	margin-bottom: 20px;
	font-weight: 700;
}

.search-wrapper .search-form {
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}

.search-wrapper .search-form .input-text {
	height: 60px;
	line-height: 24px;
	width: 500px;
	padding: 8px 20px;
	border: 1px solid #eee;
	border-radius: 5px;
	color: #555;
	font-size: 16px;
	font-family: "Roboto";
	letter-spacing: 1px;
	font-weight: 300;
}

.search-wrapper .search-form .btn-custom {
	height: 60px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 16px;
	border-radius: 5px;
	margin-left: 4px;
	font-weight: 500;
	vertical-align: top;
	text-transform: none;
}

.search-wrapper .search-form input.error {
	border: 1px solid #d47e7e;
}

.search-wrapper .search-form #messageBox {
	height: 30px;
	text-align: left;
	padding-left: 72px;
	margin-top: 5px;
}

.search-wrapper .search-form div.error {
	color: red;
	font-weight: 500;
	margin-top: 5px;
	text-align: center;
	padding-right: 15px;
}

.search-wrapper .search-result {
	margin-bottom: 80px;
}

.search-wrapper .search-result table {
	background-color: #eee;
	font-size: 14px;
	border-radius:6px;
}

.search-wrapper .search-result table td {
	text-align: left;
	border: 1px solid #d2d2d2;
}

.search-wrapper .search-result table td a {
	color: #337ab7;
}

.search-wrapper .search-result table td a:hover {
	color: #23527c;
}

.search-wrapper .search-result .certifiedpic {
	/*max-width: 800px;*/
	border: 3px solid #c8c8c8;
	padding: 5px;
}

.search-wrapper .search-result .report {
	font-size: 12px;
	text-decoration: underline;
}

.search-wrapper .search-result .report:hover {
	text-decoration: none;
}

.search-wrapper .search-result .error {
	color: red;
	font-weight: 500;
}

/*=======================================
=             Footer                    =
=======================================*/

.footer-section {
    background-color: #222;
    padding: 60px 0 50px 0;
}

.footer-section .main-footer {
    margin-bottom: 20px;
}

.footer-section .single-list {
    margin-bottom: 35px;
}

.footer-section .single-list h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #dadada;
    margin-bottom: 10px;
}

.footer-section .single-list li {
    margin-bottom: 5px;
}

.footer-section .single-list li a {
    font-size: 14px;
    color: #888;
}

.footer-section .single-list li a:hover,
.footer-section .single-list li a:focus {
    color: #f3f3f3;
}

.footer-section .company {
    position: relative;
    bottom: 15px;
}

.footer-section .company img {
    width: 200px;
} 

.footer-section .company .company-description {
    font-size: 14px;
    color: #eee;
    margin-bottom: 0;
    margin-left: 5px;
}

.footer-section .company .company-contact {
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #dadada;
    font-weight: 500;
    margin-top: 15px;
    margin-left: 5px;
    
}

.footer-section .second-footer {
    border-top: 1px solid #464545;
    padding-top: 20px;
}

.footer-section .second-footer p {
    font-size: 14px;
    color: #888;
    text-align: center;
    margin: 0;
}

.footer-section .second-footer a {
    color: #e44235;
}

.footer-section .second-footer a:hover {
    text-decoration: underline;
}
