﻿@import url(https://fonts.googleapis.com/css?family=Alex + Brush|Roboto:300, 400, 700, 900|Titillium + Web:300, 400, 600, 700&display=swap);
 *, ::after, ::before {
     box-sizing: border-box;
}
 html {
     font-family: sans-serif;
     line-height: 1.15;
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
     -ms-overflow-style: scrollbar;
     -webkit-tap-highlight-color: transparent;
}
 @-ms-viewport {
     width: device-width;
}
 article, aside, figcaption, figure, footer, header, main, nav, section {
     display: block;
}
 body {
     margin: 0;
     font-family: PTSansRegular,Arial,Helvetica,sans-serif;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     text-align: left;
     background-color: #fff;
}
 [tabindex="-1"]:focus {
     outline: 0 !important;
}
 h1, h2, h3, h4, h5, h6 {
     margin-top: 0;
     margin-bottom: 0.5rem;
}
 p {
     margin-top: 0;
     margin-bottom: 1rem;
}
 address {
     margin-bottom: 1rem;
     font-style: normal;
     line-height: inherit;
}
 ol, ul {
     margin-top: 0;
     margin-bottom: 1rem;
}
 ol ol, ol ul, ul ol, ul ul {
     margin-bottom: 0;
}
 dt {
     font-weight: 700;
}
blockquote{
	font-size: 1.4em;
	width:90%;
	margin:50px auto;
	font-family: PTSansRegular,Arial,Helvetica,sans-serif;
	font-style:italic;
	color: #555555;
	padding:1.2em 30px 1.2em 75px;
	border-left:8px solid #D80000 ;
	line-height:1.6;
	position: relative;
	background:#EDEDED;
}

blockquote::before{
	font-family:Arial;
	content: "\201C";
	color:#D80000;
	font-size:4em;
	position: absolute;
	left: 10px;
	top:-10px;
}

blockquote::after{
	content: '';
}

blockquote span{
	display:block;
	color:#333333;
	font-style: normal;
	font-weight: bold;
	margin-top:1em;
}
 b, strong {
     font-weight: bolder;
}
 small {
     font-size: 80%;
}
 sub, sup {
     position: relative;
     font-size: 75%;
     line-height: 0;
     vertical-align: baseline;
}
 sub {
     bottom: -0.25em;
}
 sup {
     top: -0.5em;
}
 a {
     color: #007bff;
     text-decoration: none;
     background-color: transparent;
     -webkit-text-decoration-skip: objects;
}
 a:hover {
     color: #0056b3;
     text-decoration: underline;
}
 a:not([href]):not([tabindex]) {
     color: inherit;
     text-decoration: none;
}
 a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
     color: inherit;
     text-decoration: none;
}
 a:not([href]):not([tabindex]):focus {
     outline: 0;
}
pre {
     font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
     font-size: 1em;
     margin-top: 0;
     margin-bottom: 1rem;
     overflow: auto;
     -ms-overflow-style: scrollbar;
}
 figure {
     margin: 0 0 1rem;
}
 img {
     vertical-align: middle;
     border-style: none;
}
 svg {
     overflow: hidden;
     vertical-align: middle;
}
 table {
     border-collapse: collapse;
}
 label {
     display: inline-block;
     margin-bottom: 0.5rem;
}
 button {
     border-radius: 0;
}
 button:focus {
     outline: 1px dotted;
     outline: 5px auto -webkit-focus-ring-color;
}
 button, input, select, textarea {
     margin: 0;
     font-family: inherit;
     font-size: inherit;
     line-height: inherit;
}
 button, input {
     overflow: visible;
}
 button, select {
     text-transform: none;
}
 [type=reset], [type=submit], button, html [type=button] {
     -webkit-appearance: button;
}
 [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
     padding: 0;
     border-style: none;
}
 input[type=checkbox], input[type=radio] {
     box-sizing: border-box;
     padding: 0;
}
 input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
     -webkit-appearance: listbox;
}
 textarea {
     overflow: auto;
     resize: vertical;
}
 fieldset {
     min-width: 0;
     padding: 0;
     margin: 0;
     border: 0;
}
 progress {
     vertical-align: baseline;
}
 [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
     height: auto;
}
 [type=search] {
     outline-offset: -2px;
     -webkit-appearance: none;
}
 [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
     -webkit-appearance: none;
}
 output {
     display: inline-block;
}
 template {
     display: none;
}
 [hidden] {
     display: none !important;
}
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     margin-bottom: 0.5rem;
     font-family: inherit;
     font-weight: 500;
     line-height: 1.2;
     color: inherit;
}
 .h1, h1 {
     font-size: 3.5rem;
}
 .h2, h2 {
     font-size: 3rem;
}
 .h3, h3 {
     font-size: 1.75rem;
}
.promo h3 {
     font-size: 3rem;
     color: #fff;
}

.promo p {
     color: #fff;
}

 .h4, h4 {
     font-size: 1.5rem;
}
 .h5, h5 {
     font-size: 1.25rem;
}
 .h6, h6 {
     font-size: 1rem;
}
 .small, small {
     font-size: 80%;
     font-weight: 600;
}
 .blockquote {
     margin-bottom: 1rem;
     font-size: 1.25rem;
}
 .img-fluid {
     max-width: 100%;
     height: auto;
}
 .figure {
     display: inline-block;
}
 pre {
     display: block;
     font-size: 87.5%;
     color: #212529;
}
 .container {
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}
 @media (min-width: 576px) {
     .container {
         max-width: 540px;
    }
}
 @media (min-width: 768px) {
     .container {
         max-width: 720px;
    }
}
 @media (min-width: 992px) {
     .container {
         max-width: 960px;
    }
}
 @media (min-width: 1300px) {
     .container {
         max-width: 1300px;
    }
}
 .row {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px;
}
 .col-12, .col-lg-10, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-10, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-8, .col-md-9, .col-sm-10, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-8, .col-xl-10, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
     position: relative;
     width: 100%;
     min-height: 1px;
     padding-right: 15px;
     padding-left: 15px;
}
 .col-12 {
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
}
 @media (min-width: 576px) {
     .col-sm-4 {
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
    }
     .col-sm-5 {
         -ms-flex: 0 0 41.666667%;
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
    }
     .col-sm-6 {
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
    }
     .col-sm-8 {
         -ms-flex: 0 0 66.666667%;
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
    }
     .col-sm-10 {
         -ms-flex: 0 0 83.333333%;
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
    }
	.info {
		padding: 0 10px;
	}    
}
 @media (min-width: 768px) {
     .col-md-3 {
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
    }
     .col-md-4 {
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
    }
     .col-md-5 {
         -ms-flex: 0 0 41.666667%;
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
    }
     .col-md-6 {
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
    }
     .col-md-8 {
         -ms-flex: 0 0 66.666667%;
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
    }
     .col-md-9 {
         -ms-flex: 0 0 75%;
         flex: 0 0 75%;
         max-width: 75%;
    }
     .col-md-10 {
         -ms-flex: 0 0 83.333333%;
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
    }
	.info {
		padding: 0 30px;
	}    
}
 @media (min-width: 992px) {
     .col-lg-2 {
         -ms-flex: 0 0 16.666667%;
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
    }
     .col-lg-3 {
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
    }
     .col-lg-4 {
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
    }
     .col-lg-5 {
         -ms-flex: 0 0 41.666667%;
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
    }
     .col-lg-6 {
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
    }
     .col-lg-7 {
         -ms-flex: 0 0 58.333333%;
         flex: 0 0 58.333333%;
         max-width: 58.333333%;
    }
     .col-lg-8 {
         -ms-flex: 0 0 66.666667%;
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
    }
     .col-lg-9 {
         -ms-flex: 0 0 75%;
         flex: 0 0 75%;
         max-width: 75%;
    }
     .col-lg-10 {
         -ms-flex: 0 0 83.333333%;
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
    }
     .col-lg-12 {
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
    }
     .offset-lg-1 {
         margin-left: 8.333333%;
    }
.col-lg-offset-3 {
    margin-left: 25%;
}    
	.info {
		padding: 0 50px;
	}    
}
 @media (min-width: 1200px) {
     .col-xl-2 {
         -ms-flex: 0 0 16.666667%;
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
    }
     .col-xl-3 {
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
    }
     .col-xl-4 {
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
    }
     .col-lg-5 {
         -ms-flex: 0 0 41.666667%;
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
    }
     .col-xl-6 {
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
    }
     .col-xl-7 {
         -ms-flex: 0 0 58.333333%;
         flex: 0 0 58.333333%;
         max-width: 58.333333%;
    }
     .col-xl-8 {
         -ms-flex: 0 0 66.666667%;
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
    }
     .col-xl-9 {
         -ms-flex: 0 0 75%;
         flex: 0 0 75%;
         max-width: 75%;
    }
     .col-xl-10 {
         -ms-flex: 0 0 83.333333%;
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
    }
     .col-xl-12 {
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
    }
     .offset-xl-1 {
         margin-left: 8.333333%;
    }
	.info {
		padding: 0 50px;
	}    
    
}
 .table {
     width: 100%;
     margin-bottom: 1rem;
     background-color: transparent;
}
 .table td {
     padding: 0.75rem;
     vertical-align: top;
     border-top: 1px solid #dee2e6;
}
 .table .table {
     background-color: #fff;
}
 .form-control {
     display: block;
     width: 100%;
     height: 50px;
     padding: 0 1em;
     font-size: 1rem;
     line-height: 1.5;
     color: #333;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #dcdcdc;
     border-radius: 0.5rem;
     transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 @media screen and (prefers-reduced-motion: reduce) {
     .form-control {
         transition: none;
    }
}
 .form-control::-ms-expand {
     background-color: transparent;
     border: 0;
}
 .form-control:focus {
     color: #495057;
     background-color: #fff;
     border-color: #dc0814;
     outline: 0;
}
 .form-control::-webkit-input-placeholder {
     color: #6c757d;
     opacity: 1;
}
 .form-control::-moz-placeholder {
     color: #6c757d;
     opacity: 1;
}
 .form-control:-ms-input-placeholder {
     color: #6c757d;
     opacity: 1;
}
 .form-control::-ms-input-placeholder {
     color: #6c757d;
     opacity: 1;
}
 .form-control::placeholder {
     color: #6c757d;
     opacity: 1;
}
 .form-control:disabled, .form-control[readonly] {
     background-color: #e9ecef;
     opacity: 1;
}
 select.form-control:focus::-ms-value {
     color: #495057;
     background-color: #fff;
}
 select.form-control[multiple], select.form-control[size] {
     height: auto;
}
 textarea.form-control {
     height: auto;
}
 .form-group {
     margin-bottom: 1rem;
}
 @media screen and (prefers-reduced-motion: reduce) {
     .btn {
         transition: none;
    }
}
 .btn:focus, .btn:hover {
     text-decoration: none;
}
 .btn.focus, .btn:focus {
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
 .btn.disabled, .btn:disabled {
     opacity: 0.65;
}
 .btn:not(:disabled):not(.disabled) {
     cursor: pointer;
}
 a.btn.disabled, fieldset:disabled a.btn {
     pointer-events: none;
}
 .fade {
     transition: opacity 0.15s linear;
}
 @media screen and (prefers-reduced-motion: reduce) {
     .fade {
         transition: none;
    }
}
 .fade:not(.show) {
     opacity: 0;
}
 .collapse:not(.show) {
     display: none;
}
 .collapsing {
     position: relative;
     height: 0;
     overflow: hidden;
     transition: height 0.35s ease;
}
 @media screen and (prefers-reduced-motion: reduce) {
     .collapsing {
         transition: none;
    }
}
 .dropdown, .dropleft, .dropright, .dropup {
     position: relative;
}
 .dropdown-toggle::after {
     display: inline-block;
     width: 0;
     height: 0;
     margin-left: 0.255em;
     vertical-align: 0.255em;
     content: "";
     border-top: 0.3em solid;
     border-right: 0.3em solid transparent;
     border-bottom: 0;
     border-left: 0.3em solid transparent;
}
 .dropdown-toggle:empty::after {
     margin-left: 0;
}
 .dropdown-menu {
     position: absolute;
     top: 100%;
     left: 0;
     z-index: 1000;
     display: none;
     float: left;
     min-width: 10rem;
     padding: 0.5rem 0;
     margin: 0.125rem 0 0;
     font-size: 1rem;
     color: #212529;
     text-align: left;
     list-style: none;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, 0.15);
     border-radius: 0.25rem;
}
 .dropdown-menu-right {
     right: 0;
     left: auto;
}
 .dropup .dropdown-menu {
     top: auto;
     bottom: 100%;
     margin-top: 0;
     margin-bottom: 0.125rem;
}
 .dropup .dropdown-toggle::after {
     display: inline-block;
     width: 0;
     height: 0;
     margin-left: 0.255em;
     vertical-align: 0.255em;
     content: "";
     border-top: 0;
     border-right: 0.3em solid transparent;
     border-bottom: 0.3em solid;
     border-left: 0.3em solid transparent;
}
 .dropup .dropdown-toggle:empty::after {
     margin-left: 0;
}
 .dropright .dropdown-menu {
     top: 0;
     right: auto;
     left: 100%;
     margin-top: 0;
     margin-left: 0.125rem;
}
 .dropright .dropdown-toggle::after {
     display: inline-block;
     width: 0;
     height: 0;
     margin-left: 0.255em;
     vertical-align: 0.255em;
     content: "";
     border-top: 0.3em solid transparent;
     border-right: 0;
     border-bottom: 0.3em solid transparent;
     border-left: 0.3em solid;
}
 .dropright .dropdown-toggle:empty::after {
     margin-left: 0;
}
 .dropright .dropdown-toggle::after {
     vertical-align: 0;
}
 .dropleft .dropdown-menu {
     top: 0;
     right: 100%;
     left: auto;
     margin-top: 0;
     margin-right: 0.125rem;
}
 .dropleft .dropdown-toggle::after {
     display: inline-block;
     width: 0;
     height: 0;
     margin-left: 0.255em;
     vertical-align: 0.255em;
     content: "";
}
 .dropleft .dropdown-toggle::after {
     display: none;
}
 .dropleft .dropdown-toggle::before {
     display: inline-block;
     width: 0;
     height: 0;
     margin-right: 0.255em;
     vertical-align: 0.255em;
     content: "";
     border-top: 0.3em solid transparent;
     border-right: 0.3em solid;
     border-bottom: 0.3em solid transparent;
}
 .dropleft .dropdown-toggle:empty::after {
     margin-left: 0;
}
 .dropleft .dropdown-toggle::before {
     vertical-align: 0;
}
 .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="top"] {
     right: auto;
     bottom: auto;
}
 .dropdown-item {
     display: block;
     width: 100%;
     padding: 0.25rem 1.5rem;
     clear: both;
     font-weight: 400;
     color: #212529;
     text-align: inherit;
     white-space: nowrap;
     background-color: transparent;
     border: 0;
}
 .dropdown-item:focus, .dropdown-item:hover {
     color: #16181b;
     text-decoration: none;
     background-color: #f8f9fa;
}
 .dropdown-item.active, .dropdown-item:active {
     color: #fff;
     text-decoration: none;
     background-color: #007bff;
}
 .dropdown-item.disabled, .dropdown-item:disabled {
     color: #6c757d;
     background-color: transparent;
}
 .dropdown-menu.show {
     display: block;
}
 .input-group {
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-align: stretch;
     align-items: stretch;
     width: 100%;
}
 .input-group > .form-control {
     position: relative;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     width: 1%;
     margin-bottom: 0;
}
 .input-group > .form-control + .form-control {
     margin-left: -1px;
}
 .input-group > .form-control:focus {
     z-index: 3;
}
 .input-group > .form-control:not(:last-child) {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
}
 .input-group > .form-control:not(:first-child) {
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
}
 .input-group-append {
     display: -ms-flexbox;
     display: flex;
}
 .input-group-append .btn {
     position: relative;
     z-index: 2;
}
 .input-group-append .btn + .btn {
     margin-left: -1px;
}
 .input-group-append {
     margin-left: -1px;
}
 .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:not(:last-child) > .btn {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
}
 .input-group > .input-group-append > .btn {
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
}
 .nav {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding-left: 0;
     margin-bottom: 0;
     list-style: none;
}
 .nav-link {
     display: block;
     padding: 0.5rem 1rem;
}
 .nav-link:focus, .nav-link:hover {
     text-decoration: none;
}
 .nav-link.disabled {
     color: #6c757d;
}
 .navbar {
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: justify;
     justify-content: space-between;
     padding: 0.5rem 1rem;
}
 .navbar > .container {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 .navbar-nav {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     padding-left: 0;
     margin-bottom: 0;
     list-style: none;
}
 .navbar-nav .nav-link {
     padding-right: 0;
     padding-left: 0;
}
 .navbar-nav .dropdown-menu {
     position: static;
     float: none;
}
 .navbar-toggler {
     padding: 0.25rem 0.75rem;
     font-size: 1.25rem;
     line-height: 1;
     background-color: transparent;
     border: 1px solid transparent;
     border-radius: 0.25rem;
}
 .navbar-toggler:focus, .navbar-toggler:hover {
     text-decoration: none;
}
 .navbar-toggler:not(:disabled):not(.disabled) {
     cursor: pointer;
}
 .card {
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid rgba(0, 0, 0, 0.125);
     border-radius: 0.25rem;
}
 .card > .list-group:first-child .list-group-item:first-child {
     border-top-left-radius: 0.25rem;
     border-top-right-radius: 0.25rem;
}
 .card > .list-group:last-child .list-group-item:last-child {
     border-bottom-right-radius: 0.25rem;
     border-bottom-left-radius: 0.25rem;
}
 .card-img {
     width: 100%;
     border-radius: calc(0.25rem - 1px);
}
 .pagination {
     display: -ms-flexbox;
     display: flex;
     padding-left: 0;
     list-style: none;
     border-radius: 0.25rem;
}
 .page-link {
     position: relative;
     display: block;
     padding: 0.5rem 0.75rem;
     margin-left: -1px;
     line-height: 1.25;
     color: #007bff;
     background-color: #fff;
     border: 1px solid #dee2e6;
}
 .page-link:hover {
     z-index: 2;
     color: #0056b3;
     text-decoration: none;
     background-color: #e9ecef;
     border-color: #dee2e6;
}
 .page-link:focus {
     z-index: 2;
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
 .page-link:not(:disabled):not(.disabled) {
     cursor: pointer;
}
 .page-item:first-child .page-link {
     margin-left: 0;
     border-top-left-radius: 0.25rem;
     border-bottom-left-radius: 0.25rem;
}
 .page-item:last-child .page-link {
     border-top-right-radius: 0.25rem;
     border-bottom-right-radius: 0.25rem;
}
 .page-item.active .page-link {
     z-index: 1;
     color: #fff;
     background-color: #007bff;
     border-color: #007bff;
}
 .page-item.disabled .page-link {
     color: #6c757d;
     pointer-events: none;
     cursor: auto;
     background-color: #fff;
     border-color: #dee2e6;
}
 .alert {
     position: relative;
     padding: 0.75rem 1.25rem;
     margin-bottom: 1rem;
     border: 1px solid transparent;
     border-radius: 0.25rem;
}
 @-webkit-keyframes progress-bar-stripes {
     from {
         background-position: 1rem 0;
    }
     to {
         background-position: 0 0;
    }
}
 @keyframes progress-bar-stripes {
     from {
         background-position: 1rem 0;
    }
     to {
         background-position: 0 0;
    }
}
 .progress {
     display: -ms-flexbox;
     display: flex;
     height: 1rem;
     overflow: hidden;
     font-size: 0.75rem;
     background-color: #e9ecef;
     border-radius: 0.25rem;
}
 .progress-bar {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     -ms-flex-pack: center;
     justify-content: center;
     color: #fff;
     text-align: center;
     white-space: nowrap;
     background-color: #007bff;
     transition: width 0.6s ease;
}
 @media screen and (prefers-reduced-motion: reduce) {
     .progress-bar {
         transition: none;
    }
}
 .media {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: start;
     align-items: flex-start;
}
 .media-body {
     -ms-flex: 1;
     flex: 1;
}
 .list-group {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     padding-left: 0;
     margin-bottom: 0;
}
 .list-group-item {
     position: relative;
     display: block;
     padding: 0.75rem 1.25rem;
     margin-bottom: -1px;
     background-color: #fff;
     border: 1px solid rgba(0, 0, 0, 0.125);
}
 .list-group-item:first-child {
     border-top-left-radius: 0.25rem;
     border-top-right-radius: 0.25rem;
}
 .list-group-item:last-child {
     margin-bottom: 0;
     border-bottom-right-radius: 0.25rem;
     border-bottom-left-radius: 0.25rem;
}
 .list-group-item:focus, .list-group-item:hover {
     z-index: 1;
     text-decoration: none;
}
 .list-group-item.disabled, .list-group-item:disabled {
     color: #6c757d;
     background-color: #fff;
}
 .list-group-item.active {
     z-index: 2;
     color: #fff;
     background-color: #007bff;
     border-color: #007bff;
}
 .close {
     float: right;
     font-size: 1.5rem;
     font-weight: 700;
     line-height: 1;
     color: #000;
     text-shadow: 0 1px 0 #fff;
     opacity: 0.5;
}
 .close:not(:disabled):not(.disabled) {
     cursor: pointer;
}
 .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
     color: #000;
     text-decoration: none;
     opacity: 0.75;
}
 button.close {
     padding: 0;
     background-color: transparent;
     border: 0;
     -webkit-appearance: none;
}
 .modal-open {
     overflow: hidden;
}
 .modal-open .modal {
     overflow-x: hidden;
     overflow-y: auto;
}
 .modal {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1050;
     display: none;
     overflow: hidden;
     outline: 0;
}
 .modal-dialog {
     position: relative;
     width: auto;
     margin: 0.5rem;
     pointer-events: none;
}
 .modal.fade .modal-dialog {
     transition: -webkit-transform 0.3s ease-out;
     transition: transform 0.3s ease-out;
     transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
     -webkit-transform: translate(0, -25%);
     transform: translate(0, -25%);
}
 @media screen and (prefers-reduced-motion: reduce) {
     .modal.fade .modal-dialog {
         transition: none;
    }
}
 .modal.show .modal-dialog {
     -webkit-transform: translate(0, 0);
     transform: translate(0, 0);
}
 .modal-backdrop {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1040;
     background-color: #000;
}
 .modal-backdrop.fade {
     opacity: 0;
}
 .modal-backdrop.show {
     opacity: 0.5;
}
 .modal-scrollbar-measure {
     position: absolute;
     top: -9999px;
     width: 50px;
     height: 50px;
     overflow: scroll;
}
 @media (min-width: 576px) {
     .modal-dialog {
         max-width: 500px;
         margin: 1.75rem auto;
    }
}
 .tooltip {
     position: absolute;
     z-index: 1070;
     display: block;
     margin: 0;
     font-family: PTSansRegular,Arial,Helvetica,sans-serif;
     font-style: normal;
     font-weight: 400;
     line-height: 1.5;
     text-align: left;
     text-align: start;
     text-decoration: none;
     text-shadow: none;
     text-transform: none;
     letter-spacing: normal;
     word-break: normal;
     word-spacing: normal;
     white-space: normal;
     line-break: auto;
     font-size: 0.875rem;
     word-wrap: break-word;
     opacity: 0;
}
 .tooltip.show {
     opacity: 0.9;
}
 .tooltip .arrow {
     position: absolute;
     display: block;
     width: 0.8rem;
     height: 0.4rem;
}
 .tooltip .arrow::before {
     position: absolute;
     content: "";
     border-color: transparent;
     border-style: solid;
}
 .tooltip-inner {
     max-width: 200px;
     padding: 0.25rem 0.5rem;
     color: #fff;
     text-align: center;
     background-color: #000;
     border-radius: 0.25rem;
}
 .popover {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1060;
     display: block;
     max-width: 276px;
     font-family: PTSansRegular,Arial,Helvetica,sans-serif;
     font-style: normal;
     font-weight: 400;
     line-height: 1.5;
     text-align: left;
     text-align: start;
     text-decoration: none;
     text-shadow: none;
     text-transform: none;
     letter-spacing: normal;
     word-break: normal;
     word-spacing: normal;
     white-space: normal;
     line-break: auto;
     font-size: 0.875rem;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, 0.2);
     border-radius: 0.3rem;
}
 .popover .arrow {
     position: absolute;
     display: block;
     width: 1rem;
     height: 0.5rem;
     margin: 0 0.3rem;
}
 .popover .arrow::after, .popover .arrow::before {
     position: absolute;
     display: block;
     content: "";
     border-color: transparent;
     border-style: solid;
}
 .popover-header {
     padding: 0.5rem 0.75rem;
     margin-bottom: 0;
     font-size: 1rem;
     color: inherit;
     background-color: #f7f7f7;
     border-bottom: 1px solid #ebebeb;
     border-top-left-radius: calc(0.3rem - 1px);
     border-top-right-radius: calc(0.3rem - 1px);
}
 .popover-header:empty {
     display: none;
}
 .popover-body {
     padding: 0.5rem 0.75rem;
     color: #212529;
}
 .carousel {
     position: relative;
}
 .carousel-item {
     position: relative;
     display: none;
     -ms-flex-align: center;
     align-items: center;
     width: 100%;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -webkit-perspective: 1000px;
     perspective: 1000px;
}
 .carousel-item-next, .carousel-item-prev, .carousel-item.active {
     display: block;
     transition: -webkit-transform 0.6s ease;
     transition: transform 0.6s ease;
     transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
 @media screen and (prefers-reduced-motion: reduce) {
     .carousel-item-next, .carousel-item-prev, .carousel-item.active {
         transition: none;
    }
}
 .carousel-item-next, .carousel-item-prev {
     position: absolute;
     top: 0;
}
 .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
     -webkit-transform: translateX(0);
     transform: translateX(0);
}
 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
     .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
         -webkit-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    }
}
 .active.carousel-item-right, .carousel-item-next {
     -webkit-transform: translateX(100%);
     transform: translateX(100%);
}
 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
     .active.carousel-item-right, .carousel-item-next {
         -webkit-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0);
    }
}
 .active.carousel-item-left, .carousel-item-prev {
     -webkit-transform: translateX(-100%);
     transform: translateX(-100%);
}
 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
     .active.carousel-item-left, .carousel-item-prev {
         -webkit-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
    }
}
 .carousel-indicators {
     position: absolute;
     right: 0;
     bottom: 10px;
     left: 0;
     z-index: 15;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: center;
     justify-content: center;
     padding-left: 0;
     margin-right: 15%;
     margin-left: 15%;
     list-style: none;
}
 .carousel-indicators li {
     position: relative;
     -ms-flex: 0 1 auto;
     flex: 0 1 auto;
     width: 30px;
     height: 3px;
     margin-right: 3px;
     margin-left: 3px;
     text-indent: -999px;
     cursor: pointer;
     background-color: rgba(255, 255, 255, 0.5);
}
 .carousel-indicators li::before {
     position: absolute;
     top: -10px;
     left: 0;
     display: inline-block;
     width: 100%;
     height: 10px;
     content: "";
}
 .carousel-indicators li::after {
     position: absolute;
     bottom: -10px;
     left: 0;
     display: inline-block;
     width: 100%;
     height: 10px;
     content: "";
}
 .carousel-indicators .active {
     background-color: #fff;
}
 .align-middle {
     vertical-align: middle !important;
}
 .border {
     border: 1px solid #dee2e6 !important;
}
 .rounded {
     border-radius: 0.25rem !important;
}
 .rounded-0 {
     border-radius: 0 !important;
}
 .d-none {
     display: none !important;
}
 .d-inline-block {
     display: inline-block !important;
}
 .d-block {
     display: block !important;
}
 .d-flex {
     display: -ms-flexbox !important;
     display: flex !important;
}
 @media (min-width: 576px) {
     .d-sm-block {
         display: block !important;
    }
     .d-sm-flex {
         display: -ms-flexbox !important;
         display: flex !important;
    }
}
 @media (min-width: 992px) {
     .d-lg-none {
         display: none !important;
    }
     .d-lg-block {
         display: block !important;
    }
}
 .flex-row {
     -ms-flex-direction: row !important;
     flex-direction: row !important;
}
 .flex-wrap {
     -ms-flex-wrap: wrap !important;
     flex-wrap: wrap !important;
}
 .justify-content-start {
     -ms-flex-pack: start !important;
     justify-content: flex-start !important;
}
 .justify-content-end {
     -ms-flex-pack: end !important;
     justify-content: flex-end !important;
}
 .justify-content-center {
     -ms-flex-pack: center !important;
     justify-content: center !important;
}
 .justify-content-between {
     -ms-flex-pack: justify !important;
     justify-content: space-between !important;
}
 .align-items-center {
     -ms-flex-align: center !important;
     align-items: center !important;
}
 .position-static {
     position: static !important;
}
 .position-relative {
     position: relative !important;
}
 .fixed-top {
     position: fixed;
     top: 0;
     right: 0;
     left: 0;
     z-index: 1030;
}
 .fixed-bottom {
     position: fixed;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1030;
}
 @supports ((position: -webkit-sticky) or (position: sticky)) {
     .sticky-top {
         position: -webkit-sticky;
         position: sticky;
         top: 0;
         z-index: 1020;
    }
}
 .shadow {
     box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
 .w-100 {
     width: 100% !important;
}
 .my-2 {
     margin-top: 0.5rem !important;
}
 .my-2 {
     margin-bottom: 0.5rem !important;
}
 .mt-3 {
     margin-top: 1rem !important;
}
 .mb-3 {
     margin-bottom: 1rem !important;
}
 .mb-4 {
     margin-bottom: 1.5rem !important;
}
 .mb-5 {
     margin-bottom: 3rem !important;
}
 .pb-4 {
     padding-bottom: 1.5rem !important;
}
 @media (min-width: 576px) {
     .my-sm-0 {
         margin-top: 0 !important;
    }
     .my-sm-0 {
         margin-bottom: 0 !important;
    }
}
 @media (min-width: 992px) {
     .mb-lg-0 {
         margin-bottom: 0 !important;
    }
}
 .text-right {
     text-align: right !important;
}
 .text-center {
     text-align: center !important;
}
 .text-uppercase {
     text-transform: uppercase !important;
}
 .text-white {
     color: #fff !important;
}
 .visible {
     visibility: visible !important;
}
 @media print {
     *, ::after, ::before {
         text-shadow: none !important;
         box-shadow: none !important;
    }
     a:not(.btn) {
         text-decoration: underline;
    }
     pre {
         white-space: pre-wrap !important;
    }
     blockquote, pre {
         border: 1px solid #adb5bd;
         page-break-inside: avoid;
    }
     img, tr {
         page-break-inside: avoid;
    }
     h2, h3, p {
         orphans: 3;
         widows: 3;
    }
     h2, h3 {
         page-break-after: avoid;
    }
     @page {
         size: a3;
    }
     body {
         min-width: 992px !important;
    }
     .container {
         min-width: 992px !important;
    }
     .navbar {
         display: none;
    }
     .table {
         border-collapse: collapse !important;
    }
     .table td {
         background-color: #fff !important;
    }
}
 .boxed-btn {
     background: #fff;
     color: #14435c !important;
     display: inline-block;
     padding: 18px 44px;
     font-family: "Roboto", sans-serif;
     font-size: 14px;
     font-weight: 400;
     border: 0;
     border: 1px solid #e5e6e9;
     letter-spacing: 3px;
     text-align: center;
     color: #000000;
     text-transform: uppercase;
     cursor: pointer;
}
 .boxed-btn:hover {
     background: #000000;
     color: #fff !important;
     border: 1px solid #e5e6e9;
}
 .boxed-btn:focus {
     outline: none;
}
 body {
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     font-weight: normal;
     font-style: normal;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: "Roboto", sans-serif;
     color: #092c3f;
     margin-top: 0;
     font-style: normal;
     font-weight: 500;
     text-transform: normal;
}
 p {
     color: #10285d;
     font-size: 16px;
     line-height: 30px;
     margin-bottom: 15px;
     font-weight: normal;
}
 .single-brand.slick-slide {
     outline: 0;
}
 .slick-initialized .slick-slide {
     outline: 0;
}
 .img {
     max-width: 100%;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
}
 .f-right {
     float: right;
}
 .fix {
     overflow: hidden;
}
 .clear {
     clear: both;
}
 a, .button {
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
}
 a:focus, .button:focus {
     text-decoration: none;
     outline: none;
}
 a {
     color: #dc0814;
}
 a:hover {
     color: #dc0814;
}
 a:focus, a:hover {
     text-decoration: none;
}
 button {
     color: #fff;
     outline: medium none;
}
 button:focus, input:focus, input:focus, textarea, textarea:focus {
     outline: 0;
}
 input:focus::-moz-placeholder {
     opacity: 0;
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     color: inherit;
}
 ul {
     margin: 0;
     padding: 0;
}
 li {
     list-style: none;
}
 .section-padding {
     padding-top: 120px;
     padding-bottom: 120px;
}
 .btn-main {
     background: #dc0814;
     border: #dc0814 2px solid;
     color: #fff;
     border-color: #fff;
     border-radius: 10px 10px 10px 10px;
     text-align: center;
     padding: 20px 44px;
     display: inline-block;
     -moz-user-select: none;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: 0;
     margin-bottom: 0;
     margin: 10px;
     cursor: pointer;
     position: relative;
     z-index: 1;
     overflow: hidden;
     margin: 0;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 .btn-main:hover {
     background: #222222;
     border: #222222 2px solid;
     color: #fff;
     border-color: #fff;
     border-radius: 10px 10px 10px 10px;
     text-align: center;
}
 .btn-main a {
     color: #fff;
     font-weight: 700;
     line-height: 20px;
     display:block;
}
 .btn-main-blk {
     background: #222222;
     border: #dc0814 2px solid;
     color: #fff;
     border-color: #222222;
     border-radius: 10px 10px 10px 10px;
     text-align: center;
     padding: 20px 44px;
     display: inline-block;
     -moz-user-select: none;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: 0;
     margin-bottom: 0;
     margin: 10px;
     cursor: pointer;
     position: relative;
     z-index: 1;
     overflow: hidden;
     margin: 0;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 .btn-main-blk:hover {
     background: #333333;
     border: #333333 2px solid;
     color: #fff;
     border-color: #fff;
     border-radius: 10px 10px 10px 10px;
     text-align: center;
}
 .btn-main-blk a {
     color: #fff;
     font-weight: 700;
     line-height: 20px;
     display:block;
}
 .btn-header {
     background: #dc0814;
     border: #dc0814 2px solid;
     color: #fff;
     border-color: #fff;
     border-radius: 10px 10px 10px 10px;
     text-align: center;
     padding: 10px 44px;
     display: inline-block;
     -moz-user-select: none;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: 0;
     margin-bottom: 0;
     margin: 10px;
     cursor: pointer;
     position: relative;
     z-index: 1;
     overflow: hidden;
     margin: 0;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 .btn-header:hover {
     background: #222222;
     border: #222222 2px solid;
     color: #fff;
     border-color: #fff;
     border-radius: 10px 10px 10px 10px;
     text-align: center;
}
 .btn-header a {
     color: #fff;
     font-weight: 700;
     line-height: 20px;
     display:block;
}

 .btn {
     background: #ffffff;
     padding: 27px 44px;
     text-transform: uppercase;
     color: #000000;
     cursor: pointer;
     display: inline-block;
     font-size: 14 px;
     -moz-user-select: none;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: 0;
     margin-bottom: 0;
     margin: 10px;
     cursor: pointer;
     position: relative;
     z-index: 1;
     border: #ffffff 2px solid;
     border-radius: 10px 10px 10px 10px;
     overflow: hidden;
     margin: 0;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 .btn:hover {
     background: transparent;
     color: #ffffff !important;
}

 .eset-btn {
     background: #8DC63F;
     border: #8DC63F 2px solid;
     padding: 27px 44px;
     text-transform: uppercase;
     color: #ffffff;
     cursor: pointer;
     display: inline-block;
     font-size: 14 px;
     border-radius: 0;
     -moz-user-select: none;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: 0;
     margin-bottom: 0;
     margin: 10px;
     cursor: pointer;
     position: relative;
     z-index: 1;
     border-radius: 10px 10px 10px 10px;
     overflow: hidden;
     margin: 0;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 .eset-btn:hover {
     background: transparent;
     border: #FFFFFF 2px solid;
     color: #ffffff !important;
}
 .btn.focus, .btn:focus {
     outline: 0;
     box-shadow: none;
}
 .btn-black {
     background: #0b1416;
}
 .submit-btn {
     width: 100%;
     background: #dc0814;
     padding: 19px 44px;
     color: #fff;
     cursor: pointer;
     text-transform: uppercase;
     font-size: 14px;
     border-radius: 5px;
     border: 0;
}
 .hero-btn {
     padding: 20px 38px;
}
 hero-btn {
     padding: 30px 38px;
}
 @media (max-width: 575px) {
     .btn.btn-black.f-right {
         float: left;
         margin-top: 20px;
    }

}

 @media (max-width: 1024px) {
     .d-sm-none {
         display: none !important;
    }
    
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .btn.btn-black.f-right {
         float: left;
         margin-top: 20px;
    }
}
 #back-top {
     background: #14435c;
     height: 50px;
     width: 50px;
     right: 31px;
     bottom: 18px;
     position: fixed;
     z-index: 10;
     color: #fff;
     font-size: 20px;
     text-align: center;
     border-radius: 50%;
     line-height: 48px;
     border: 2px solid transparent;
     box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}
 @media (max-width: 575px) {
     #back-top {
         right: 16px;
    }
}
 #back-top a i {
     display: block;
     line-height: 50px;
}
 .sticky-bar {
     left: 0;
     margin: auto;
     position: fixed;
     top: 0;
     width: 100%;
     -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
     box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
     z-index: 9999;
     -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
     animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
     -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
     background: #fff;
}
 .mt-10 {
     margin-top: 10px;
}
 .mt-30 {
     margin-top: 30px;
}
 .mt-40 {
     margin-top: 40px;
}
 .mb-5 {
     margin-bottom: 5px;
}
 .mb-20 {
     margin-bottom: 20px;
}
 .mb-30 {
     margin-bottom: 30px;
}
 .mb-50 {
     margin-bottom: 50px;
}
 .mb-65 {
     margin-bottom: 65px;
}
 .mb-70 {
     margin-bottom: 70px;
}
 .mb-100 {
     margin-bottom: 100px;
}
 .pt-100 {
     padding-top: 100px;
}
 .pt-150 {
     padding-top: 150px;
}
 .pb-40 {
     padding-bottom: 40px;
}
 .pb-80 {
     padding-bottom: 80px;
}
 .pb-100 {
     padding-bottom: 100px;
}
 .pb-120 {
     padding-bottom: 120px;
}
 .pb-140 {
     padding-bottom: 140px;
}
 @-webkit-keyframes heartbeat {
     to {
         -webkit-transform: scale(1.03);
         transform: scale(1.03);
    }
}
 @keyframes rotateme {
     from {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     to {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 @-webkit-keyframes rotateme {
     from {
         -webkit-transform: rotate(0deg);
    }
     to {
         -webkit-transform: rotate(360deg);
    }
}
 .preloader {
     background-color: #f7f7f7;
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 999999;
     -webkit-transition: 0.6s;
     -o-transition: 0.6s;
     transition: 0.6s;
     margin: 0 auto;
}
 .preloader .preloader-circle {
     width: 100px;
     height: 100px;
     position: relative;
     border-style: solid;
     border-width: 1px;
     border-top-color: #14435c;
     border-bottom-color: transparent;
     border-left-color: transparent;
     border-right-color: transparent;
     z-index: 10;
     border-radius: 50%;
     -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
     box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
     background-color: #fff;
     -webkit-animation: zoom 2000ms infinite ease;
     animation: zoom 2000ms infinite ease;
     -webkit-transition: 0.6s;
     -o-transition: 0.6s;
     transition: 0.6s;
}
 .preloader .preloader-img {
     position: absolute;
     top: 50%;
     z-index: 200;
     left: 0;
     right: 0;
     margin: 0 auto;
     text-align: center;
     display: inline-block;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     padding-top: 6px;
     -webkit-transition: 0.6s;
     -o-transition: 0.6s;
     transition: 0.6s;
}
 .preloader .preloader-img img {
     max-width: 55px;
}
 .preloader .pere-text strong {
     font-weight: 800;
     color: #dca73a;
     text-transform: uppercase;
}
 @keyframes zoom {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
         -webkit-transition: 0.6s;
         -o-transition: 0.6s;
         transition: 0.6s;
    }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
         -webkit-transition: 0.6s;
         -o-transition: 0.6s;
         transition: 0.6s;
    }
}

 .w-padding2 {
     padding-top: 90px;
     padding-bottom: 90px;
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .w-padding2 {
         padding-top: 70px;
         padding-bottom: 70px;
    }
}
 @media (max-width: 575px) {
     .w-padding2 {
         padding-top: 70px;
         padding-bottom: 70px;
    }
}
 .section-padding30 {
     padding-top: 150px;
     padding-bottom: 150px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .section-padding30 {
         padding-top: 195px;
         padding-bottom: 170px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .section-padding30 {
         padding-top: 150px;
         padding-bottom: 110px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .section-padding30 {
         padding-top: 100px;
         padding-bottom: 70px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .section-padding30 {
         padding-top: 65px;
         padding-bottom: 30px;
    }
}
 @media (max-width: 575px) {
     .section-padding30 {
         padding-top: 65px;
         padding-bottom: 30px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .brand-area {
         padding-top: 70px;
         padding-bottom: 70px;
    }
}
 @media (max-width: 575px) {
     .brand-area {
         padding-top: 50px;
         padding-bottom: 50px;
    }
}
 .padding-bottom {
     padding-bottom: 190px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .padding-bottom {
         padding-bottom: 100px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .padding-bottom {
         padding-bottom: 70px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .padding-bottom {
         padding-bottom: 70px;
    }
}
 @media (max-width: 575px) {
     .padding-bottom {
         padding-bottom: 70px;
    }
}
 .section-padding3 {
     padding-top: 195px;
     padding-bottom: 100px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .section-padding3 {
         padding-top: 195px;
         padding-bottom: 100px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .section-padding3 {
         padding-top: 95px;
         padding-bottom: 0;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .section-padding3 {
         padding-top: 60px;
         padding-bottom: 0;
    }
}
 @media (max-width: 575px) {
     .section-padding3 {
         padding-top: 60px;
         padding-bottom: 0;
    }
}
 .footer-padding {
     padding-top: 143px;
     padding-bottom: 80px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .footer-padding {
         padding-top: 143px;
         padding-bottom: 80px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .footer-padding {
         padding-top: 100px;
         padding-bottom: 50px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .footer-padding {
         padding-top: 80px;
         padding-bottom: 0;
    }
}
 @media (max-width: 575px) {
     .footer-padding {
         padding-top: 80px;
         padding-bottom: 0;
    }
     .section-title {
         margin-bottom: 50px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .section-title {
         margin-bottom: 50px;
    }
}
 .section-title span {
     font-size: 18px;
     font-family: "Roboto", sans-serif;
     font-weight: 500;
     margin-bottom: 17px;
     text-transform: uppercase;
     color: #eb566c;
     display: inline-block;
     position: relative;
     padding-left: 68px;
}
 @media (max-width: 575px) {
     .section-title span {
         font-size: 14px;
    }
}
 .section-title span::before {
     position: absolute;
     content: "";
     width: 54px;
     height: 2px;
     background: #eb566c;
     top: 0;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
}
 .section-title-black h2 {
     font-size: 50px;
     display: block;
     color: #FFFFFF;
     font-weight: 900;
}
 .section-title h2 {
     font-size: 50px;
     display: block;
     color: #000000;
     font-weight: 900;
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .section-title h2 {
         font-size: 31px;
    }
}
 @media (max-width: 575px) {
     .section-title h2 {
         font-size: 31px;
    }
}
 .section-title2 span {
     color: #cecece;
}
 .section-title2 span::before {
     background: #fff;
}
 .section-title2 h2 {
     color: #fff;
}
 @media (max-width: 575px) {
     .section-title2 h2 {
         font-size: 27px;
    }
}
 .section-bg {
     background-size: cover !important;
     background-repeat: no-repeat !important;
     background-position: center center !important;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .header-area .header-bottom {
         padding: 17px 0;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .header-area .header-bottom {
         padding: 17px 0;
    }
}
 @media (max-width: 575px) {
     .header-area .header-bottom {
         padding: 17px 0;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .header-area {
         box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .header-area {
         box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    }
}
 @media (max-width: 575px) {
     .header-area {
         box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    }
}
 .header-area .header-top {
     background: #000000;
     padding: 13px 0;
}
 .header-area .header-top .header-info-left ul li {
     color: #fff;
     display: inline-block;
     margin-right: 30px;
     font-size: 12px;
     font-weight: 100;
     font-family: "Roboto", sans-serif;
}
 .header-area .header-top .header-info-left ul li:last-child {
     margin-right: 0;
}
 .header-area .header-top .header-info-left ul li i {
     margin-right: 8px;
     color: #e94d65;
}
 .header-area .header-top .header-info-right .header-social li {
     display: inline-block;
}
 .header-area .header-top .header-info-right .header-social li a {
     color: #fff;
     font-size: 16px;
     padding-left: 25px;
}
 .header-area .header-top .header-info-right .header-social li a:hover {
     color: #14435c;
}
 .main-header {
     position: relative;
     z-index: 3;
}
 .main-header .main-menu ul li {
     display: inline-block;
     position: relative;
     z-index: 1;
     text-align: center;
}
 .main-header .main-menu ul li a {
     color: #000000;
     font-weight: lighter!important;
     padding: 30px 25px 0px 25px;
     display: block;
     font-size: 16px;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
     text-transform: capitalize;
}
 .main-header .main-menu ul li a p:hover {
     color: #dc0814;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .main-header .main-menu ul li a {
         padding: 39px 14px;
    }
}
 .main-header .main-menu ul li:hover > a {
     color: #dc0814;
}
 .main-header .main-menu ul ul.submenu {
     position: absolute;
     width: 250px;
     background: #000000;
     left: 0;
     margin-top: 35px;
     visibility: hidden;
     opacity: 0;
     box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
}
 .main-header .main-menu ul ul.submenu > li {
     padding: 10px;
     display: block;
     text-align: left;
}
 .main-header .main-menu ul ul.submenu > li > a {
     padding: 6px 10px !important;
     font-size: 15px;
     color: #FFFFFF;
}
 .main-header .main-menu ul ul.submenu > li > a:hover {
     background: none;
     padding-left: 13px !important;
     font-weight: lighter!important;
}
 .main-header .main-menu ul ul.submenu > li:hover {
     background: #dc0814;
     padding-left: 13px !important;
}
 .main-header ul > li:hover > ul.submenu {
     visibility: visible;
     opacity: 1;
     top: 100%;
}
 .header-area .header-top .header-info-right .header-social a i {
     -webkit-transition: all 0.4s ease-out 0s;
     -moz-transition: all 0.4s ease-out 0s;
     -ms-transition: all 0.4s ease-out 0s;
     -o-transition: all 0.4s ease-out 0s;
     transition: all 0.4s ease-out 0s;
     transform: rotateY(0deg);
     -webkit-transform: rotateY(0deg);
     -moz-transform: rotateY(0deg);
     -ms-transform: rotateY(0deg);
     -o-transform: rotateY(0deg);
}
 .header-area .header-top .header-info-right .header-social a:hover i {
     color: #dc0814;
     transform: rotateY(180deg);
     -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
     -ms-transform: rotateY(180deg);
     -o-transform: rotateY(180deg);
}
 .header-area .header-sticky.sticky-bar {
     background: #fff;
}
 .header-area .header-sticky.sticky-bar .main-menu nav > ul > li > a {
     padding: 15px 25px!important;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .header-area .header-sticky.sticky-bar {
         padding: 15px 0;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .header-area .header-sticky.sticky-bar {
         padding: 15px 0;
    }
}
 @media (max-width: 575px) {
     .header-area .header-sticky.sticky-bar {
         padding: 15px 0;
    }
}
 .mobile_menu {
     position: absolute;
     right: 0;
     width: 100%;
     z-index: 99;
     padding: 20px 0 0 0;
}
 .slider-height {
     height: 900px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .slider-height {
         height: 700px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .slider-height {
         height: 650px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .slider-height {
         height: 500px;
    }
}
 @media (max-width: 575px) {
     .slider-height {
         height: 500px;
    }
}
 .slider-height2 {
     height: 450px;
     background-size: cover;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .slider-height2 {
         height: 350px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .slider-height2 {
         height: 260px;
    }
}
 @media (max-width: 575px) {
     .slider-height2 {
         height: 260px;
    }
}
 .slider-area2 {
     background-repeat: no-repeat;
     background-size: cover;
     background-position-y: center;
}
 .single-slider {
     margin-top: -1px;
     background-repeat: no-repeat!important;
     background-position: center center!important;
     background-size: cover!important;
}
 .slider-area .hero__caption {
     overflow: hidden;
}
 @media only screen and (min-width: 1200px) and (max-width: 1400px) {
     .slider-area .hero__caption {
         padding-left: 100px;
    }
}
 .slider-area .hero__caption span {
     font-size: 18px;
     font-family: "Roboto", sans-serif;
     font-weight: 500;
     margin-bottom: 22px;
     text-transform: uppercase;
     color: #dc0814;
     display: inline-block;
     position: relative;
     padding-left: 100px;
}
 @media (max-width: 575px) {
     .slider-area .hero__caption span {
         font-size: 13px;
    }
}
 .slider-area .hero__caption span::before {
     position: absolute;
     content: "";
     width: 70px;
     height: 2px;
     background: #dc0814;
     top: 0;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
}
 .slider-area .hero__caption h1 {
     font-size: 5em;
     font-weight: 800;
     margin-bottom: 14px;
     color: #ffffff;
     font-family: "Sarabun", sans-serif;
     line-height: 1.2;
     margin-bottom: 33px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1400px) {
     .slider-area .hero__caption h1 {
         font-size: 71px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .slider-area .hero__caption h1 {
         font-size: 60px;
         line-height: 1.2;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .slider-area .hero__caption h1 {
         font-size: 50px;
         line-height: 1.2;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .slider-area .hero__caption h1 {
         font-size: 35px;
         line-height: 1.2;
    }
}
 @media (max-width: 575px) {
     .slider-area .hero__caption h1 {
         font-size: 29px;
         line-height: 1.2;
    }
}
 .slider-area .hero__caption p {
     font-size: 16px;
     color: #ffffff;
     font-family: "Roboto", sans-serif;
     margin-bottom: 39px;
     margin-bottom: 7px;
     margin-bottom: 50px;
}
 @media (max-width: 575px) {
     .slider-area .hero__caption p {
         margin-bottom: 30px;
         font-size: 14px;
    }
     .slider-area .hero__caption p br {
         display: none;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .slider-area .hero__caption p br {
         display: none;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .slider-area .hero__caption p br {
         display: none;
    }
}
 .hero-overly2 {
     position: relative;
     z-index: 1;
}
 .hero-overly2::before {
     position: absolute;
     content: "";
     background-color: rgba(0, 0, 0, 0.6);
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     bottom: 0;
     right: 0;
     z-index: -1;
     background-repeat: no-repeat;
}
 .slider-area2 .hero-cap h2 {
     color: #fff;
     font-size: 60px;
     font-weight: 700;
     line-height: 1;
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .slider-area2 .hero-cap h2 {
         font-size: 50px;
    }
}
 @media (max-width: 575px) {
     .slider-area2 .hero-cap h2 {
         font-size: 35px;
    }
}
 .slider-active button.slick-arrow {
     position: absolute;
     top: 50%;
     left: 100px;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     background: none;
     border: 0;
     padding: 0;
     z-index: 2;
     opacity: 1;
     visibility: visible;
     height: 60px;
     width: 60px;
     cursor: pointer;
     border: 1px solid #ffffff;
     -webkit-transition: all 0.4s ease-out 0s;
     -moz-transition: all 0.4s ease-out 0s;
     -ms-transition: all 0.4s ease-out 0s;
     -o-transition: all 0.4s ease-out 0s;
     transition: all 0.4s ease-out 0s;
}
 @media only screen and (min-width: 1200px) and (max-width: 1400px) {
     .slider-active button.slick-arrow {
         left: 15px;
    }
}
 @media only screen and (min-width: 1400px) and (max-width: 1600px) {
     .slider-active button.slick-arrow {
         left: 20px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .slider-active button.slick-arrow {
         right: 130px;
         left: auto;
    }
}
 .slider-active button.slick-arrow i {
     font-size: 20px;
     line-height: 60px;
     color: #ffffff;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
}
 .slider-active button.slick-next {
     left: auto;
     right: 100px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .slider-active button.slick-next {
         right: 50px;
    }
}
 .slider-active button.slick-next {
     border: 1px solid #ffffff;
}
 .slider-active button.slick-next i {
     color: #ffffff;
}
 @media only screen and (min-width: 1200px) and (max-width: 1600px) {
     .slider-active button.slick-next {
         right: 20px;
    }
}
 .slider-active button:hover {
     border: 1px solid #ffffff;
}
 .slider-active button:hover i {
     color: #ffffff;
}
 .categories-area .single-cat {
     border: 9px solid transparent;
     padding: 30px 22px;
     -webkit-transition: all 0.4s ease-out 0s;
     -moz-transition: all 0.4s ease-out 0s;
     -ms-transition: all 0.4s ease-out 0s;
     -o-transition: all 0.4s ease-out 0s;
     transition: all 0.4s ease-out 0s;
     position: relative;
     z-index: 1;
     background: #ffff;
}
 @media (max-width: 575px) {
     .categories-area .single-cat {
         padding: 30px 22px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .categories-area .single-cat {
         padding: 30px 18px;
    }
}
 .categories-area .single-cat::before {
     position: absolute;
     content: "";
     width: 100%;
     height: 0;
     background: #dc0814;
     background: -moz-linear-gradient(top, #dc0814 0%, #ff6d6d 100%);
     background: -webkit-linear-gradient(top, #dc0814 0%, #ff6d6d 100%);
     background: linear-gradient(to bottom, #dc0814 0%, #ff6d6d 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0814', endColorstr='#ff6d6d',GradientType=0 );
     -webkit-transition: all 0.4s ease-out 0s;
     -moz-transition: all 0.4s ease-out 0s;
     -ms-transition: all 0.4s ease-out 0s;
     -o-transition: all 0.4s ease-out 0s;
     transition: all 0.4s ease-out 0s;
     bottom: 0;
     left: 0;
     z-index: -1;
     border: 9px solid #fff;
}
 .categories-area .single-cat .cat-icon span {
     color: #eb566c;
     font-size: 65px;
     margin-bottom: 30px;
     display: block;
}
 .categories-area .single-cat .cat-cap h5 > a {
     font-size: 24px;
     font-weight: 600;
     margin-bottom: 21px;
     display: block;
     -webkit-transition: all 0.2s ease-out 0s;
     -moz-transition: all 0.2s ease-out 0s;
     -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s;
     transition: all 0.2s ease-out 0s;
     font-family: "Sarabun", sans-serif;
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .categories-area .single-cat .cat-cap h5 > a {
         font-size: 21px;
    }
}
 @media (max-width: 575px) {
     .categories-area .single-cat .cat-cap h5 > a {
         font-size: 23px;
    }
}
 .categories-area .single-cat .cat-cap p {
     margin-bottom: 36px;
     color: #57667e;
     font-size: 16px;
     -webkit-transition: all 0.2s ease-out 0s;
     -moz-transition: all 0.2s ease-out 0s;
     -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s;
     transition: all 0.2s ease-out 0s;
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .categories-area .single-cat .cat-cap p {
         font-size: 15px;
    }
}
 .categories-area .single-cat .cat-cap a {
     color: #1c165c;
     font-size: 16px;
     font-weight: 600;
     -webkit-transition: all 0.2s ease-out 0s;
     -moz-transition: all 0.2s ease-out 0s;
     -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s;
     transition: all 0.2s ease-out 0s;
}
 .categories-area .single-cat:hover {
     border: 1px solid transparent;
}
 .categories-area .single-cat:hover::before {
     height: 100%;
}
 .categories-area .single-cat:hover .cat-icon span {
     color: #fff;
}
 .categories-area .single-cat:hover .cat-cap h5 {
     color: #fff;
}
 .categories-area .single-cat:hover .cat-cap p {
     color: #fff;
}
 .categories-area .single-cat:hover .cat-cap a {
     color: #fff;
}
 .support-company-area .support-location-img img {
     width: 100%;
}
 .support-company-area .right-caption {
     position: relative;
     right: -50px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .support-company-area .right-caption {
         right: -25px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .support-company-area .right-caption {
         right: 0;
         margin-bottom: 40px;
         padding-top: 50px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .support-company-area .right-caption {
         right: 0;
         margin-bottom: 40px;
         padding-top: 50px;
    }
}
 @media (max-width: 575px) {
     .support-company-area .right-caption {
         right: 0;
         margin-bottom: 40px;
         padding-top: 50px;
    }
}
 .support-company-area .right-caption .support-caption p.pera-top {
     font-size: 20px;
     font-weight: 500;
     color: #fff;
     font-family: "Roboto", sans-serif;
}
 .support-company-area .right-caption .support-caption p {
     font-size: 15px;
     color: #cecece;
}
 .count-down-area {
     margin-top: -60px;
}
 .count-down-area .single-counter {
     background: #fff;
     padding: 44px 10px 44px 9px;
     border: 1px solid #cfcfcf;
     margin-bottom: 30px;
}
 .count-down-area .single-counter.active {
     background: #dc0814;
     border: 10px solid #fff;
     box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
     position: relative;
     border: 0;
}
 .count-down-area .single-counter.active::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     border: 10px solid #fff;
     left: 0;
     top: 0;
}
 .count-down-area .single-counter.active span {
     color: #fff;
}
 .count-down-area .single-counter.active p {
     color: #fff;
}
 .count-down-area .single-counter span {
     color: #000;
     font-size: 60px;
     font-weight: 400;
     font-family: "Roboto", sans-serif;
     line-height: 1;
     margin-bottom: 12px;
     display: block;
}
 .count-down-area .single-counter p {
     font-size: 18px;
     color: #737980;
     line-height: 1;
     margin: 0;
     padding: 0;
}
 .services-area {
     background: #f7f7f7;
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .services-area .single-services {
         margin-bottom: 30px;
    }
}
 @media (max-width: 575px) {
     .services-area .single-services {
         margin-bottom: 30px;
    }
}
 .services-area .single-services .services-img img {
     width: 100%;
}
 .services-area .single-services .services-caption {
     position: relative;
     background: #fff;
     width: 80%;
     padding: 33px 46px 16px 32px;
     margin-top: -50px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .services-area .single-services .services-caption {
         width: 95%;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .services-area .single-services .services-caption {
         width: 100%;
         padding: 33px 16px 16px 26px;
         margin-top: 0;
    }
}
 @media (max-width: 575px) {
     .services-area .single-services .services-caption {
         width: 100%;
         padding: 33px 16px 16px 26px;
         margin-top: 0;
    }
}
 .services-area .single-services .services-caption span {
     margin-bottom: 15px;
     line-height: 13px;
     font-family: "Roboto", sans-serif;
     position: relative;
     color: #e94d65;
     font-weight: 300;
     font-size: 14px;
     display: block;
     padding-left: 60px;
}
 .services-area .single-services .services-caption span::before {
     position: absolute;
     content: "";
     width: 35px;
     height: 2px;
     top: 0;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     background: #e94d65;
}
 .services-area .single-services .services-caption p {
     margin-bottom: 15px;
     line-height: 1.5;
}
 .services-area .single-services .services-caption p a {
     color: #0e132a;
     font-weight: 400;
     font-size: 20px;
     display: block;
}
 .services-area .single-services .services-caption p a:hover {
     color: #14435c;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .services-area .single-services .services-caption p a {
         font-size: 18px;
    }
}
 @media (max-width: 575px) {
     .services-area .single-services .services-caption p a {
         font-size: 18px;
    }
}
 .wantToWork-area .wantToWork-caption h2 {
     color: #fff;
     font-size: 48px;
     font-weight: 700;
     line-height: 1.5;
     margin: 0;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .wantToWork-area .wantToWork-caption h2 {
         font-size: 30px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .wantToWork-area .wantToWork-caption h2 {
         font-size: 36px;
         margin-bottom: 20px;
    }
}
 @media (max-width: 575px) {
     .wantToWork-area .wantToWork-caption h2 {
         font-size: 25px;
         margin-bottom: 20px;
    }
}
 .wantToWork-area .wantToWork-caption p {
     font-size: 18px;
}
 .team-area .single-team .team-img {
     overflow: hidden;
}
 .team-area .single-team .team-img img {
     width: 100%;
     transform: scale(1);
     transition: all 0.6s ease-out 0s;
}
 .team-area .single-team .team-caption {
     padding: 20px 20px 20px 50px;
     background: #fff;
}
 .team-area .single-team .team-caption span {
     color: #dc0814;
     font-size: 14px;
     font-weight: 300;
     font-family: "Roboto", sans-serif;
     display: block;
     position: relative;
     margin-left: 50px;
     margin-bottom: 10px;
}
 .team-area .single-team .team-caption span::before {
     position: absolute;
     content: "";
     width: 35px;
     height: 2px;
     left: -47px;
     top: 50%;
     transform: translateY(-50%);
     background: #dc0814;
}
 .team-area .single-team .team-caption h3 a {
     color: #161e46;
     font-weight: 700;
     font-size: 25px;
}
 .single-team:hover .team-img img {
     transform: scale(1.05);
}
 .brand-area {
     background: #ffffff;
}
 .brand-area .single-brand.slick-slide {
	text-align: center!important;
}

.single-brand {
	text-align: center!important;
}

.brand-spacer {
	height: 120px;
}

.single-brand img {
	max-width: 95%;
	max-height: 60px;
}

.premium {
	max-height: 120px!important;
}

 .about-details .about-details-cap h4 {
     font-size: 30px;
     font-family: "Roboto", sans-serif;
     font-weight: 700;
     margin-bottom: 30px;
     color: #000a2d;
     display: inline-block;
     position: relative;
     padding-left: 68px;
}
 .about-details .about-details-cap h4::before {
     position: absolute;
     content: "";
     width: 54px;
     height: 2px;
     background: #eb566c;
     top: 0;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
}
 .about-details .about-details-cap p {
     color: #464d65;
     font-size: 14px;
}
 .footer-area {
     background: #11141b;
}
 .footer-area .footer-top .single-footer-caption .footer-logo {
     margin-bottom: 30px;
}
 .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
     line-height: 1.8;
     margin-bottom: 35px;
     color: #bdbdbd;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
         padding-right: 0;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
         padding-right: 0;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
         padding-right: 0;
    }
     .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
         padding-right: 0;
    }
}
 .footer-area .footer-top .single-footer-caption .footer-number h4 {
     color: red;
     font-size: 30px;
     font-weight: 500;
     text-transform: capitalize;
}
 .footer-area .footer-top .single-footer-caption .footer-number h4 span {
     color: #fff;
}
 .footer-area .footer-top .single-footer-caption .footer-number p {
     color: #bdbdbd;
}
 .footer-area .footer-top .single-footer-caption .footer-title h4 {
     color: #fff;
     font-size: 18px;
     margin-bottom: 38px;
     font-weight: 500;
     text-transform: uppercase;
}
 .footer-area .footer-top .single-footer-caption .footer-title ul li {
     color: #bdbdbd;
     margin-bottom: 15px;
     text-transform: capitalize;
}
 .footer-area .footer-top .single-footer-caption .footer-title ul li a {
     color: #bdbdbd;
     font-weight: 300;
}
 .footer-area .footer-top .single-footer-caption .footer-title ul li a:hover {
     color: #fff;
     padding-left: 5px;
}
 .footer-area .footer-top .single-footer-caption .footer-form {
     margin-bottom: 30px;
}
 .footer-area .footer-top .single-footer-caption .footer-form form {
     position: relative;
}
 .footer-area .footer-top .single-footer-caption .footer-form form input {
     width: 100%;
     height: 43px;
     padding: 10px 20px;
     border: 0;
     background: #101720;
     color: #fff;
}
 .footer-area .footer-top .single-footer-caption .footer-form form input::placeholder {
     color: #9fa6bd;
     font-weight: 300;
     font-size: 14px;
}
 .footer-area .footer-top .single-footer-caption .footer-form form .form-icon button {
     position: absolute;
     top: 0;
     right: 0;
     background: none;
     border: 0;
     cursor: pointer;
     padding: 14px 22px;
     line-height: 1;
     color: #fff;
     font-size: 14px;
     font-weight: 300;
}
 .footer-area .footer-top .single-footer-caption .info.error {
     color: red;
}
 .footer-area .footer-bottom {
     padding-bottom: 50px;
     padding-top: 30px;
}
 .footer-area .footer-bottom .footer-copy-right {
     text-align: right;
}
 .footer-area .footer-bottom .footer-copy-right p i {
     color: red;
}
 .footer-area .footer-bottom .footer-copy-right p a {
     color: red;
}
 .footer-area .footer-bottom .footer-copy-right p img {
     margin-left: 2em;
}
 .footer-area .footer-bottom .footer-copy-left p {
     color: #bdbdbd;
     font-weight: 300;
     font-size: 16px;
     line-height: 2;
     margin-bottom: 12px;
}
 .footer-area .footer-social span {
     color: #fff;
     position: relative;
     margin-right: 57px;
}
 .footer-area .footer-social span::before {
     position: absolute;
     content: "";
     width: 43px;
     height: 2px;
     background: #3b3647;
     top: 50%;
     transform: translateY(-50%);
     right: -56px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .footer-area .footer-social {
         float: left;
         padding-top: 10px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .footer-area .footer-social {
         float: left;
         padding-top: 10px;
    }
}
 @media (max-width: 575px) {
     .footer-area .footer-social {
         float: left;
         padding-top: 10px;
    }
}
 .footer-area .footer-social a {
     color: #bdbdbd;
     font-size: 14px;
     text-align: center;
     margin-left: 16px;
}
 .footer-area .footer-social a:first-child {
     margin-left: 0;
}
 .footer-area .footer-social a:hover {
     color: #fff;
}
 .home-blog-area {
     background: #ffffff;
}
 .home-blog-area .home-blog-single {
     -webkit-transition: all 0.4s ease-out 0s;
     -moz-transition: all 0.4s ease-out 0s;
     -ms-transition: all 0.4s ease-out 0s;
     -o-transition: all 0.4s ease-out 0s;
     transition: all 0.4s ease-out 0s;
}
 .home-blog-area .home-blog-single .blog-img-cap .blog-img {
     overflow: hidden;
     position: relative;
}
 .home-blog-area .home-blog-single .blog-img-cap .blog-img img {
     width: 100%;
     -webkit-transform: scale 1;
     -ms-transform: scale 1;
     transform: scale 1;
     transition: all 0.5s ease-out 0s;
}
 .home-blog-area .home-blog-single .blog-img-cap .blog-img ul {
     position: absolute;
     bottom: 0;
     width: 70%;
}
 @media (max-width: 575px) {
     .home-blog-area .home-blog-single .blog-img-cap .blog-img ul {
         width: 85%;
    }
}
 .home-blog-area .home-blog-single .blog-img-cap .blog-img ul li {
     font-size: 14px;
     font-family: "Roboto", sans-serif;
     font-weight: 300;
     color: #011548;
     padding: 20px 30px 20px 84px;
     background: #f7f7f7;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .home-blog-area .home-blog-single .blog-img-cap .blog-img ul li {
         padding: 20px 10px 20px 20px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .home-blog-area .home-blog-single .blog-img-cap .blog-img ul li {
         padding: 20px 10px 20px 20px;
    }
}
 @media (max-width: 575px) {
     .home-blog-area .home-blog-single .blog-img-cap .blog-img ul li {
         padding: 20px 10px 20px 20px;
    }
}
 .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
     background: #fff;
     padding: 30px 86px 36px 81px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
         padding: 37px 23px 37px 45px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
         padding: 30px 8px 31px 26px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
         padding: 30px 8px 31px 26px;
    }
}
 @media (max-width: 575px) {
     .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
         padding: 30px 8px 31px 26px;
    }
}
 .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
     color: #191d34;
     font-size: 30px;
     font-weight: 700;
     line-height: 1.4;
     margin-bottom: 20px;
     display: block;
}
 .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a:hover {
     color: #14435c;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
         font-size: 23px;
    }
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
     .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
         font-size: 19px;
    }
}
 @media (max-width: 575px) {
     .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
         font-size: 19px;
    }
}
 .home-blog-area .home-blog-single .blog-img-cap .blog-cap p {
     color: #737980;
     font-size: 16px;
     margin-bottom: 30px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .home-blog-area .home-blog-single .blog-img-cap .blog-cap p {
         font-size: 14px;
    }
}
 .home-blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn {
     color: #dc0814;
     text-transform: capitalize;
     font-size: 14px;
     font-family: "Roboto", sans-serif;
     position: relative;
     padding-left: 50px;
}
 .home-blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn::before {
     position: absolute;
     content: "";
     width: 35px;
     height: 2px;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     background: #dc0814;
}

.blog-img-cap
{
	margin-bottom: 20px;
}
 .blog-img-cap:hover {
    box-shadow: 0 3px 15px rgb(0 0 0 / 40%);
}
 .blog-img-cap:hover .blog-img img {
     -webkit-transform: scale(1.05);
     -ms-transform: scale(1.05);
     transform: scale(1.05);
}
 .blog_area a {
     color: "Roboto", sans-serif !important;
     text-decoration: none;
     transition: 0.4s;
}
 .blog_area a:hover, .blog_area a :hover {
     background: -webkit-linear-gradient(131deg, #14435c 0%, #14435c 99%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     text-decoration: none;
     transition: 0.4s;
}
 .blog_item {
     margin-bottom: 50px;
}
 .blog_details {
     padding: 30px 0 20px 10px;
     box-shadow: 0 10px 20px 0 rgba(221, 221, 221, 0.3);
}

 .blog_details ul {
	margin: 0 0 20px 20px;
}
 .blog_details li {
    color: #10285d;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    list-style: disc;
}
 @media (min-width: 768px) {
     .blog_details {
         padding: 60px 30px 35px 35px;
    }
}
 .blog_details p {
     margin-bottom: 30px;
}
 .blog_details a {
     color: #242b5e;
}
 .blog_details a:hover {
     color: #dc0814;
}
 .blog_details h2 {
     font-size: 18px;
     font-weight: 600;
     margin-bottom: 8px;
}
 @media (min-width: 768px) {
     .blog_details h2 {
         font-size: 24px;
         margin-bottom: 15px;
    }
}
ul.blog-info-link {
	margin: 0;
}

 .blog-info-link li {
     float: left;
     font-size: 14px;
     list-style: none;
}
 .blog-info-link li a {
     color: #999;
}
 .blog-info-link li i, .blog-info-link li span {
     font-size: 13px;
     margin-right: 5px;
}
 .blog-info-link li::after {
     content: "|";
     padding-left: 10px;
     padding-right: 10px;
}
 .blog-info-link li:last-child::after {
     display: none;
}
 .blog-info-link::after {
     content: "";
     display: block;
     clear: both;
     display: table;
}
 .blog_item_img {
     position: relative;
}
 .blog_item_img .blog_item_date {
     position: absolute;
     bottom: -10px;
     left: 10px;
     display: block;
     color: #fff;
     background-color: #dc0814;
     padding: 8px 15px;
     border-radius: 5px;
}
 @media (min-width: 768px) {
     .blog_item_img .blog_item_date {
         bottom: -20px;
         left: 40px;
         padding: 13px 30px;
    }
}
 .blog_item_img .blog_item_date h3 {
     font-size: 22px;
     font-weight: 600;
     color: #fff;
     margin-bottom: 0;
     line-height: 1.2;
}
 @media (min-width: 768px) {
     .blog_item_img .blog_item_date h3 {
         font-size: 30px;
    }
}
 .blog_item_img .blog_item_date p {
     font-size: 18px;
     margin-bottom: 0;
     color: #fff;
}
 @media (min-width: 768px) {
     .blog_item_img .blog_item_date p {
         font-size: 18px;
    }
}
 .blog_right_sidebar .widget_title {
     font-size: 20px;
     margin-bottom: 40px;
}
 .blog_right_sidebar .widget_title::after {
     content: "";
     display: block;
     padding-top: 15px;
     border-bottom: 1px solid #f0e9ff;
}
 .blog_right_sidebar .single_sidebar_widget {
     background: #fbf9ff;
     padding: 30px;
     margin-bottom: 30px;
}
 .blog_right_sidebar .single_sidebar_widget .btn_1 {
     margin-top: 0;
}
 .blog_right_sidebar .search_widget .form-control {
     height: 50px;
     border-color: #f0e9ff;
     font-size: 13px;
     color: #999;
     padding-left: 20px;
     border-radius: 0;
     border-right: 0;
}
 .blog_right_sidebar .search_widget .form-control::placeholder {
     color: #999;
}
 .blog_right_sidebar .search_widget .form-control:focus {
     border-color: #f0e9ff;
     outline: 0;
     box-shadow: none;
}
 .blog_right_sidebar .search_widget .input-group button {
     background: #14435c;
     border-left: 0;
     border: 1px solid #f0e9ff;
     padding: 4px 15px;
     border-left: 0;
     cursor: pointer;
}
 .blog_right_sidebar .search_widget .input-group button i {
     color: #fff;
}
 .blog_right_sidebar .search_widget .input-group button span {
     font-size: 14px;
     color: #999;
}
 .blog_right_sidebar .newsletter_widget .form-control {
     height: 50px;
     border-color: #f0e9ff;
     font-size: 13px;
     color: #999;
     padding-left: 20px;
     border-radius: 0;
}
 .blog_right_sidebar .newsletter_widget .form-control::placeholder {
     color: #999;
}
 .blog_right_sidebar .newsletter_widget .form-control:focus {
     border-color: #f0e9ff;
     outline: 0;
     box-shadow: none;
}
 .blog_right_sidebar .newsletter_widget .input-group button {
     background: #fff;
     border-left: 0;
     border: 1px solid #f0e9ff;
     padding: 4px 15px;
     border-left: 0;
}
 .blog_right_sidebar .newsletter_widget .input-group button i, .blog_right_sidebar .newsletter_widget .input-group button span {
     font-size: 14px;
     color: #fff;
}
 .blog_right_sidebar .post_category_widget .cat-list li {
     border-bottom: 1px solid #f0e9ff;
     transition: all 0.3s ease 0s;
     padding-bottom: 12px;
}
 .blog_right_sidebar .post_category_widget .cat-list li:last-child {
     border-bottom: 0;
}
 .blog_right_sidebar .post_category_widget .cat-list li a {
     font-size: 14px;
     line-height: 20px;
     color: #888;
}
 .blog_right_sidebar .post_category_widget .cat-list li a p {
     margin-bottom: 0;
}
 .blog_right_sidebar .post_category_widget .cat-list li + li {
     padding-top: 15px;
}
 .blog_right_sidebar .popular_post_widget .post_item .media-body {
     justify-content: center;
     align-self: center;
     padding-left: 20px;
}
 .blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
     font-size: 16px;
     line-height: 20px;
     margin-bottom: 6px;
     transition: all 0.3s linear;
}
 .blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
     color: #fff;
}
 .blog_right_sidebar .popular_post_widget .post_item .media-body p {
     font-size: 14px;
     line-height: 21px;
     margin-bottom: 0;
}
 .blog_right_sidebar .popular_post_widget .post_item + .post_item {
     margin-top: 20px;
}
 .blog_right_sidebar .tag_cloud_widget ul li {
     display: inline-block;
}
 .blog_right_sidebar .tag_cloud_widget ul li a {
     display: inline-block;
     border: 1px solid #eee;
     background: #fff;
     padding: 4px 20px;
     margin-bottom: 8px;
     margin-right: 3px;
     transition: all 0.3s ease 0s;
     color: #888;
     font-size: 13px;
}
 .blog_right_sidebar .tag_cloud_widget ul li a:hover {
     background: #14435c;
     color: #fff !important;
     -webkit-text-fill-color: #fff;
     text-decoration: none;
     -webkit-transition: 0.5s;
     transition: 0.5s;
}
 .blog_right_sidebar .instagram_feeds .instagram_row {
     display: flex;
     margin-right: -6px;
     margin-left: -6px;
}
 .blog_right_sidebar .instagram_feeds .instagram_row li {
     width: 33.33%;
     float: left;
     padding-right: 6px;
     padding-left: 6px;
     margin-bottom: 15px;
}
 .blog_right_sidebar .br {
     width: 100%;
     height: 1px;
     background: #eee;
     margin: 30px 0;
}
 .blog-pagination {
     margin-top: 80px;
}
 .blog-pagination .page-link {
     font-size: 14px;
     position: relative;
     display: block;
     padding: 0;
     text-align: center;
     margin-left: -1px;
     line-height: 45px;
     width: 45px;
     height: 45px;
     border-radius: 0 !important;
     color: #8a8a8a;
     border: 1px solid #f0e9ff;
     margin-right: 10px;
}
 .blog-pagination .page-link i, .blog-pagination .page-link span {
     font-size: 13px;
}
 .blog-pagination .page-item.active .page-link {
     background-color: #fbf9ff;
     border-color: #f0e9ff;
     color: #888;
}
 .blog-pagination .page-item:last-child .page-link {
     margin-right: 0;
}
 .single-post-area .blog_details {
     box-shadow: none;
     padding: 0;
}
 .single-post-area .blog_details {
     padding-top: 26px;
}
 .single-post-area .blog_details p {
     margin-bottom: 20px;
     font-size: 15px;
}
 .single-post-area .quote-wrapper {
     background: rgba(130, 139, 178, 0.1);
     padding: 15px;
     line-height: 1.733;
     color: #888;
     font-style: italic;
     margin-top: 25px;
     margin-bottom: 25px;
}
 @media (min-width: 768px) {
     .single-post-area .quote-wrapper {
         padding: 30px;
    }
}
 .single-post-area .quotes {
     background: #fff;
     padding: 15px 15px 15px 20px;
     border-left: 2px solid;
}
 @media (min-width: 768px) {
     .single-post-area .quotes {
         padding: 25px 25px 25px 30px;
    }
}
 .single-post-area .arrow {
     position: absolute;
}
 .single-post-area .arrow .lnr {
     font-size: 20px;
     font-weight: 600;
}
 .single-post-area .navigation-top {
     padding-top: 15px;
     border-top: 1px solid #f0e9ff;
}
 .single-post-area .navigation-top p {
     margin-bottom: 0;
}
 .single-post-area .navigation-top .like-info {
     font-size: 14px;
}
 .single-post-area .navigation-top .like-info i, .single-post-area .navigation-top .like-info span {
     font-size: 16px;
     margin-right: 5px;
}
 .single-post-area .navigation-top .comment-count {
     font-size: 14px;
}
 .single-post-area .navigation-top .comment-count i, .single-post-area .navigation-top .comment-count span {
     font-size: 16px;
     margin-right: 5px;
}
 .single-post-area .navigation-top .social-icons li {
     display: inline-block;
     margin-right: 15px;
}
 .single-post-area .navigation-top .social-icons li:last-child {
     margin: 0;
}
 .single-post-area .navigation-top .social-icons li i, .single-post-area .navigation-top .social-icons li span {
     font-size: 14px;
     color: #999;
}
 .single-post-area .blog-author {
     padding: 40px 30px;
     background: #fbf9ff;
     margin-top: 50px;
}
 @media (max-width: 600px) {
     .single-post-area .blog-author {
         padding: 20px 8px;
    }
}
 .single-post-area .blog-author img {
     width: 90px;
     height: 90px;
     border-radius: 50%;
     margin-right: 30px;
}
 @media (max-width: 600px) {
     .single-post-area .blog-author img {
         margin-right: 15px;
         width: 45px;
         height: 45px;
    }
}
 .single-post-area .blog-author a {
     display: inline-block;
}
 .single-post-area .blog-author a:hover {
     color: #dc0814;
}
 .single-post-area .blog-author p {
     margin-bottom: 0;
     font-size: 15px;
}
 .single-post-area .blog-author h4 {
     font-size: 16px;
}
 .single-post-area .navigation-area {
     border-bottom: 1px solid #eee;
     padding-bottom: 30px;
     margin-top: 55px;
}
 .single-post-area .navigation-area p {
     margin-bottom: 0;
}
 .single-post-area .navigation-area h4 {
     font-size: 18px;
     line-height: 25px;
}
 .single-post-area .navigation-area .nav-left {
     text-align: left;
}
 .single-post-area .navigation-area .nav-left .thumb {
     margin-right: 20px;
     background: #000;
}
 .single-post-area .navigation-area .nav-left .thumb img {
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
}
 .single-post-area .navigation-area .nav-left .lnr {
     margin-left: 20px;
     opacity: 0;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
}
 .single-post-area .navigation-area .nav-left:hover .lnr {
     opacity: 1;
}
 .single-post-area .navigation-area .nav-left:hover .thumb img {
     opacity: 0.5;
}
 @media (max-width: 767px) {
     .single-post-area .navigation-area .nav-left {
         margin-bottom: 30px;
    }
}
 .single-post-area .navigation-area .nav-right {
     text-align: right;
}
 .single-post-area .navigation-area .nav-right .thumb {
     margin-left: 20px;
     background: #000;
}
 .single-post-area .navigation-area .nav-right .thumb img {
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
}
 .single-post-area .navigation-area .nav-right .lnr {
     margin-right: 20px;
     opacity: 0;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
}
 .single-post-area .navigation-area .nav-right:hover .lnr {
     opacity: 1;
}
 .single-post-area .navigation-area .nav-right:hover .thumb img {
     opacity: 0.5;
}
 .comments-area {
     background: transparent;
     border-top: 1px solid #eee;
     padding: 45px 0;
     margin-top: 50px;
}
 @media (max-width: 414px) {
     .comments-area {
         padding: 50px 8px;
    }
}
 .comments-area h4 {
     margin-bottom: 35px;
     font-size: 18px;
}
 .comments-area h5 {
     font-size: 16px;
     margin-bottom: 0;
}
 .comments-area .comment-list {
     padding-bottom: 48px;
}
 .comments-area .comment-list:last-child {
     padding-bottom: 0;
}
 @media (max-width: 413px) {
     .comments-area .comment-list .single-comment h5 {
         font-size: 12px;
    }
     .comments-area .comment-list .single-comment .date {
         font-size: 11px;
    }
     .comments-area .comment-list .single-comment .comment {
         font-size: 10px;
    }
}
 .comments-area .thumb {
     margin-right: 20px;
}
 .comments-area .thumb img {
     width: 70px;
     border-radius: 50%;
}
 .comments-area .date {
     font-size: 14px;
     color: #999;
     margin-bottom: 0;
     margin-left: 20px;
}
 .comments-area .comment {
     margin-bottom: 10px;
     color: #777;
     font-size: 15px;
}
 .comments-area .btn-reply {
     background-color: transparent;
     color: #888;
     padding: 5px 18px;
     font-size: 14px;
     display: block;
     font-weight: 400;
}
 .comment-form {
     border-top: 1px solid #eee;
     padding-top: 45px;
     margin-top: 50px;
     margin-bottom: 20px;
}
 .comment-form .form-group {
     margin-bottom: 30px;
}
 .comment-form h4 {
     margin-bottom: 40px;
     font-size: 18px;
     line-height: 22px;
}
 .comment-form .name {
     padding-left: 0;
}
 @media (max-width: 767px) {
     .comment-form .name {
         padding-right: 0;
         margin-bottom: 1rem;
    }
}
 .comment-form .email {
     padding-right: 0;
}
 @media (max-width: 991px) {
     .comment-form .email {
         padding-left: 0;
    }
}
 .comment-form .form-control {
     border: 1px solid #f0e9ff;
     border-radius: 5px;
     height: 48px;
     padding-left: 18px;
     font-size: 13px;
     background: transparent;
}
 .comment-form .form-control:focus {
     outline: 0;
     box-shadow: none;
}
 .comment-form .form-control::placeholder {
     font-weight: 300;
     color: #999;
}
 .comment-form .form-control::placeholder {
     color: #777;
}
 .comment-form textarea {
     padding-top: 18px;
     border-radius: 12px;
     height: 100% !important;
}
 .comment-form ::-webkit-input-placeholder {
     font-size: 13px;
     color: #777;
}
 .comment-form ::-moz-placeholder {
     font-size: 13px;
     color: #777;
}
 .comment-form :-ms-input-placeholder {
     font-size: 13px;
     color: #777;
}
 .comment-form :-moz-placeholder {
     font-size: 13px;
     color: #777;
}
 .dropdown .dropdown-menu {
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
.contact-info {
	margin-bottom: 25px;
}

.contact-info li {
	margin-bottom: 20px;
	font-size: 1.25em;
	color: #333;
}

.contact-info li a {
	color: #333;
}

.contact-info li a:hover {
	color: #dc0814;
}

.contact-info li span {
    display: inline-block;
    vertical-align: top;
}
.contact-info i, .contact-info svg {
	font-size: 1.25em;
	margin-right: 1.5rem;
	line-height: 1;
	color: #dc0814;
}
 .contact-info .media-body h3 {
     font-size: 16px;
     margin-bottom: 0;
     font-size: 16px;
     color: #2a2a2a;
}
 .contact-info .media-body h3 a:hover {
     color: #1f2b7b;
}
 .contact-info .media-body p {
     color: #8a8a8a;
}
 .contact-title {
     font-size: 27px;
     font-weight: 600;
     margin-bottom: 20px;
}
 .form-contact label {
     font-size: 14px;
}
 .form-contact .form-group {
     margin-bottom: 30px;
}
 .form-contact .form-control::placeholder {
     font-weight: 300;
     color: #999;
}
 .form-contact textarea {
     height: 100% !important;
}
 .contact-section {
     padding: 130px 0 100px;
}
 @media (max-width: 991px) {
     .contact-section {
         padding: 70px 0 40px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .contact-section {
         padding: 80px 0 50px;
    }
}
 .mfp-bg {
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1042;
     overflow: hidden;
     position: fixed;
     background: #4a3600;
     opacity: 0.6;
}
 .sample-text-area {
     background: #fff;
     padding: 100px 0 70px 0;
}
 .text-heading {
     margin-bottom: 30px;
     font-size: 24px;
}
 .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
     color: #828bb2;
}
 .button-area {
     background: #fff;
}
 .button-area .border-top-generic {
     padding: 70px 15px;
     border-top: 1px dotted #eee;
}
 .button-group-area .genric-btn {
     margin-right: 10px;
     margin-top: 10px;
}
 .button-group-area .genric-btn:last-child {
     margin-right: 0;
}
 .genric-btn {
     display: inline-block;
     outline: none;
     line-height: 40px;
     padding: 0 30px;
     font-size: 0.8em;
     text-align: center;
     text-decoration: none;
     font-weight: 500;
     cursor: pointer;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
}
 .genric-btn:focus {
     outline: none;
}
 .genric-btn.e-large {
     padding: 0 40px;
     line-height: 50px;
}
 .genric-btn.large {
     line-height: 45px;
}
 .genric-btn.medium {
     line-height: 30px;
}
 .genric-btn.small {
     line-height: 25px;
}
 .genric-btn.radius {
     border-radius: 3px;
}
 .genric-btn.circle {
     border-radius: 20px;
}
 .genric-btn.arrow {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .genric-btn.arrow span {
     margin-left: 10px;
}
 .genric-btn.default {
     color: #415094;
     background: #f9f9ff;
     border: 1px solid transparent;
}
 .genric-btn.default:hover {
     border: 1px solid #f9f9ff;
     background: #fff;
}
 .genric-btn.default-border {
     border: 1px solid #f9f9ff;
     background: #fff;
}
 .genric-btn.default-border:hover {
     color: #415094;
     background: #f9f9ff;
     border: 1px solid transparent;
}
 .genric-btn.primary {
     color: #fff;
     background: #1f2b7b;
     border: 1px solid transparent;
}
 .genric-btn.primary:hover {
     color: #1f2b7b;
     border: 1px solid #1f2b7b;
     background: #fff;
}
 .genric-btn.primary-border {
     color: #1f2b7b;
     border: 1px solid #1f2b7b;
     background: #fff;
}
 .genric-btn.primary-border:hover {
     color: #fff;
     background: #1f2b7b;
     border: 1px solid transparent;
}
 .genric-btn.success {
     color: #fff;
     background: #4cd3e3;
     border: 1px solid transparent;
}
 .genric-btn.success:hover {
     color: #4cd3e3;
     border: 1px solid #4cd3e3;
     background: #fff;
}
 .genric-btn.success-border {
     color: #4cd3e3;
     border: 1px solid #4cd3e3;
     background: #fff;
}
 .genric-btn.success-border:hover {
     color: #fff;
     background: #4cd3e3;
     border: 1px solid transparent;
}
 .genric-btn.info {
     color: #fff;
     background: #38a4ff;
     border: 1px solid transparent;
}
 .genric-btn.info:hover {
     color: #38a4ff;
     border: 1px solid #38a4ff;
     background: #fff;
}
 .genric-btn.info-border {
     color: #38a4ff;
     border: 1px solid #38a4ff;
     background: #fff;
}
 .genric-btn.info-border:hover {
     color: #fff;
     background: #38a4ff;
     border: 1px solid transparent;
}
 .genric-btn.warning {
     color: #fff;
     background: #f4e700;
     border: 1px solid transparent;
}
 .genric-btn.warning:hover {
     color: #f4e700;
     border: 1px solid #f4e700;
     background: #fff;
}
 .genric-btn.warning-border {
     color: #f4e700;
     border: 1px solid #f4e700;
     background: #fff;
}
 .genric-btn.warning-border:hover {
     color: #fff;
     background: #f4e700;
     border: 1px solid transparent;
}
 .genric-btn.danger {
     color: #fff;
     background: #f44a40;
     border: 1px solid transparent;
}
 .genric-btn.danger:hover {
     color: #f44a40;
     border: 1px solid #f44a40;
     background: #fff;
}
 .genric-btn.danger-border {
     color: #f44a40;
     border: 1px solid #f44a40;
     background: #fff;
}
 .genric-btn.danger-border:hover {
     color: #fff;
     background: #f44a40;
     border: 1px solid transparent;
}
 .genric-btn.link {
     color: #415094;
     background: #f9f9ff;
     text-decoration: underline;
     border: 1px solid transparent;
}
 .genric-btn.link:hover {
     color: #415094;
     border: 1px solid #f9f9ff;
     background: #fff;
}
 .genric-btn.link-border {
     color: #415094;
     border: 1px solid #f9f9ff;
     background: #fff;
     text-decoration: underline;
}
 .genric-btn.link-border:hover {
     color: #415094;
     background: #f9f9ff;
     border: 1px solid transparent;
}
 .genric-btn.disable {
     color: #222, 0.3;
     background: #f9f9ff;
     border: 1px solid transparent;
     cursor: not-allowed;
}
 .generic-blockquote {
     padding: 30px 50px 30px 30px;
     background: #f9f9ff;
     border-left: 2px solid #1f2b7b;
}
 .progress-table-wrap {
     overflow-x: scroll;
}
 .progress-table {
     background: #f9f9ff;
     padding: 15px 0 30px 0;
     min-width: 800px;
}
 .progress-table .serial {
     width: 11.83%;
     padding-left: 30px;
}
 .progress-table .country {
     width: 28.07%;
}
 .progress-table .visit {
     width: 19.74%;
}
 .progress-table .percentage {
     width: 40.36%;
     padding-right: 50px;
}
 .progress-table .table-head {
     display: flex;
}
 .progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
     color: #415094;
     line-height: 40px;
     text-transform: uppercase;
     font-weight: 500;
}
 .progress-table .table-row {
     padding: 15px 0;
     border-top: 1px solid #edf3fd;
     display: flex;
}
 .progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
     display: flex;
     align-items: center;
}
 .progress-table .table-row .country img {
     margin-right: 15px;
}
 .progress-table .table-row .percentage .progress {
     width: 80%;
     border-radius: 0;
     background: transparent;
}
 .progress-table .table-row .percentage .progress .progress-bar {
     height: 5px;
     line-height: 5px;
}
 .progress-table .table-row .percentage .progress .progress-bar.color-1 {
     background-color: #6382e6;
}
 .progress-table .table-row .percentage .progress .progress-bar.color-2 {
     background-color: #e66686;
}
 .progress-table .table-row .percentage .progress .progress-bar.color-3 {
     background-color: #f09359;
}
 .progress-table .table-row .percentage .progress .progress-bar.color-4 {
     background-color: #73fbaf;
}
 .progress-table .table-row .percentage .progress .progress-bar.color-5 {
     background-color: #73fbaf;
}
 .progress-table .table-row .percentage .progress .progress-bar.color-6 {
     background-color: #6382e6;
}
 .progress-table .table-row .percentage .progress .progress-bar.color-7 {
     background-color: #a367e7;
}
 .progress-table .table-row .percentage .progress .progress-bar.color-8 {
     background-color: #e66686;
}
 .single-gallery-image {
     margin-top: 30px;
     background-repeat: no-repeat !important;
     background-position: center center !important;
     background-size: cover !important;
     height: 200px;
}
 .unordered-list li {
     position: relative;
     padding-left: 30px;
     line-height: 1.82em !important;
}
 .unordered-list li:before {
     content: "";
     position: absolute;
     width: 14px;
     height: 14px;
     border: 3px solid #1f2b7b;
     background: #fff;
     top: 4px;
     left: 0;
     border-radius: 50%;
}
 .ordered-list {
     margin-left: 30px;
}
 .ordered-list li {
     list-style-type: decimal;
     color: #1f2b7b;
     font-weight: 500;
     line-height: 1.82em !important;
}
 .ordered-list li span {
     font-weight: 300;
     color: #828bb2;
}
 .ordered-list-alpha li {
     margin-left: 30px;
     list-style-type: lower-alpha;
     color: #1f2b7b;
     font-weight: 500;
     line-height: 1.82em !important;
}
 .ordered-list-alpha li span {
     font-weight: 300;
     color: #828bb2;
}
 .ordered-list-roman li {
     margin-left: 30px;
     list-style-type: lower-roman;
     color: #1f2b7b;
     font-weight: 500;
     line-height: 1.82em !important;
}
 .ordered-list-roman li span {
     font-weight: 300;
     color: #828bb2;
}
 .single-input {
     display: block;
     width: 100%;
     line-height: 40px;
     border: none;
     outline: none;
     background: #f9f9ff;
     padding: 0 20px;
}
 .single-input:focus {
     outline: none;
}
 .input-group-icon {
     position: relative;
}
 .input-group-icon .icon {
     position: absolute;
     left: 20px;
     top: 0;
     line-height: 40px;
     z-index: 3;
}
 .input-group-icon .icon i {
     color: #797979;
}
 .input-group-icon .single-input {
     padding-left: 45px;
}
 .single-textarea {
     display: block;
     width: 100%;
     line-height: 40px;
     border: none;
     outline: none;
     background: #f9f9ff;
     padding: 0 20px;
     height: 100px;
     resize: none;
}
 .single-textarea:focus {
     outline: none;
}
 .single-input-primary {
     display: block;
     width: 100%;
     line-height: 40px;
     border: 1px solid transparent;
     outline: none;
     background: #f9f9ff;
     padding: 0 20px;
}
 .single-input-primary:focus {
     outline: none;
     border: 1px solid #1f2b7b;
}
 .single-input-accent {
     display: block;
     width: 100%;
     line-height: 40px;
     border: 1px solid transparent;
     outline: none;
     background: #f9f9ff;
     padding: 0 20px;
}
 .single-input-accent:focus {
     outline: none;
     border: 1px solid #eb6b55;
}
 .single-input-secondary {
     display: block;
     width: 100%;
     line-height: 40px;
     border: 1px solid transparent;
     outline: none;
     background: #f9f9ff;
     padding: 0 20px;
}
 .single-input-secondary:focus {
     outline: none;
     border: 1px solid #f09359;
}
 .default-switch {
     width: 35px;
     height: 17px;
     border-radius: 8.5px;
     background: #f9f9ff;
     position: relative;
     cursor: pointer;
}
 .default-switch input {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
     cursor: pointer;
}
 .default-switch input + label {
     position: absolute;
     top: 1px;
     left: 1px;
     width: 15px;
     height: 15px;
     border-radius: 50%;
     background: #1f2b7b;
     -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
     -o-transition: all 0.2s;
     transition: all 0.2s;
     box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
     cursor: pointer;
}
 .default-switch input:checked + label {
     left: 19px;
}
 .primary-switch {
     width: 35px;
     height: 17px;
     border-radius: 8.5px;
     background: #f9f9ff;
     position: relative;
     cursor: pointer;
}
 .primary-switch input {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
}
 .primary-switch input + label {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
}
 .primary-switch input + label:before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     background: transparent;
     border-radius: 8.5px;
     cursor: pointer;
     -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
     -o-transition: all 0.2s;
     transition: all 0.2s;
}
 .primary-switch input + label:after {
     content: "";
     position: absolute;
     top: 1px;
     left: 1px;
     width: 15px;
     height: 15px;
     border-radius: 50%;
     background: #fff;
     -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
     -o-transition: all 0.2s;
     transition: all 0.2s;
     box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
     cursor: pointer;
}
 .primary-switch input:checked + label:after {
     left: 19px;
}
 .primary-switch input:checked + label:before {
     background: #1f2b7b;
}
 .confirm-switch {
     width: 35px;
     height: 17px;
     border-radius: 8.5px;
     background: #f9f9ff;
     position: relative;
     cursor: pointer;
}
 .confirm-switch input {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
}
 .confirm-switch input + label {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
}
 .confirm-switch input + label:before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     background: transparent;
     border-radius: 8.5px;
     -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
     -o-transition: all 0.2s;
     transition: all 0.2s;
     cursor: pointer;
}
 .confirm-switch input + label:after {
     content: "";
     position: absolute;
     top: 1px;
     left: 1px;
     width: 15px;
     height: 15px;
     border-radius: 50%;
     background: #fff;
     -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
     -o-transition: all 0.2s;
     transition: all 0.2s;
     box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
     cursor: pointer;
}
 .confirm-switch input:checked + label:after {
     left: 19px;
}
 .confirm-switch input:checked + label:before {
     background: #4cd3e3;
}
 .primary-checkbox {
     width: 16px;
     height: 16px;
     border-radius: 3px;
     background: #f9f9ff;
     position: relative;
     cursor: pointer;
}
 .primary-checkbox input {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
}
 .primary-checkbox input + label {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     border-radius: 3px;
     cursor: pointer;
     border: 1px solid #f1f1f1;
}
 .primary-checkbox input:checked + label {
     background: url(../img/elements/primary-check.png) no-repeat center center/cover;
     border: none;
}
 .confirm-checkbox {
     width: 16px;
     height: 16px;
     border-radius: 3px;
     background: #f9f9ff;
     position: relative;
     cursor: pointer;
}
 .confirm-checkbox input {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
}
 .confirm-checkbox input + label {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     border-radius: 3px;
     cursor: pointer;
     border: 1px solid #f1f1f1;
}
 .confirm-checkbox input:checked + label {
     background: url(../img/elements/success-check.png) no-repeat center center/cover;
     border: none;
}
 .disabled-checkbox {
     width: 16px;
     height: 16px;
     border-radius: 3px;
     background: #f9f9ff;
     position: relative;
     cursor: pointer;
}
 .disabled-checkbox input {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
}
 .disabled-checkbox input + label {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     border-radius: 3px;
     cursor: pointer;
     border: 1px solid #f1f1f1;
}
 .disabled-checkbox input:disabled {
     cursor: not-allowed;
     z-index: 3;
}
 .disabled-checkbox input:checked + label {
     background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
     border: none;
}
 .primary-radio {
     width: 16px;
     height: 16px;
     border-radius: 8px;
     background: #f9f9ff;
     position: relative;
     cursor: pointer;
}
 .primary-radio input {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
}
 .primary-radio input + label {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     border-radius: 8px;
     cursor: pointer;
     border: 1px solid #f1f1f1;
}
 .primary-radio input:checked + label {
     background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
     border: none;
}
 .confirm-radio {
     width: 16px;
     height: 16px;
     border-radius: 8px;
     background: #f9f9ff;
     position: relative;
     cursor: pointer;
}
 .confirm-radio input {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
}
 .confirm-radio input + label {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     border-radius: 8px;
     cursor: pointer;
     border: 1px solid #f1f1f1;
}
 .confirm-radio input:checked + label {
     background: url(../img/elements/success-radio.png) no-repeat center center/cover;
     border: none;
}
 .disabled-radio {
     width: 16px;
     height: 16px;
     border-radius: 8px;
     background: #f9f9ff;
     position: relative;
     cursor: pointer;
}
 .disabled-radio input {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
}
 .disabled-radio input + label {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     border-radius: 8px;
     cursor: pointer;
     border: 1px solid #f1f1f1;
}
 .disabled-radio input:disabled {
     cursor: not-allowed;
     z-index: 3;
}
 .disabled-radio input:checked + label {
     background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
     border: none;
}
 .default-select {
     height: 40px;
}
 .default-select .nice-select {
     border: none;
     border-radius: 0;
     height: 40px;
     background: #f9f9ff;
     padding-left: 20px;
     padding-right: 40px;
}
 .default-select .nice-select .list {
     margin-top: 0;
     border: none;
     border-radius: 0;
     box-shadow: none;
     width: 100%;
     padding: 10px 0 10px 0;
}
 .default-select .nice-select .list .option {
     font-weight: 300;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     line-height: 28px;
     min-height: 28px;
     font-size: 12px;
     padding-left: 20px;
}
 .default-select .nice-select .list .option.selected {
     color: #1f2b7b;
     background: transparent;
}
 .default-select .nice-select .list .option:hover {
     color: #1f2b7b;
     background: transparent;
}
 .default-select .current {
     margin-right: 50px;
     font-weight: 300;
}
 .default-select .nice-select::after {
     right: 20px;
}
 .form-select {
     height: 40px;
     width: 100%;
}
 .form-select .nice-select {
     border: none;
     border-radius: 0;
     height: 40px;
     background: #f9f9ff;
     padding-left: 45px;
     padding-right: 40px;
     width: 100%;
}
 .form-select .nice-select .list {
     margin-top: 0;
     border: none;
     border-radius: 0;
     box-shadow: none;
     width: 100%;
     padding: 10px 0 10px 0;
}
 .form-select .nice-select .list .option {
     font-weight: 300;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     line-height: 28px;
     min-height: 28px;
     font-size: 12px;
     padding-left: 45px;
}
 .form-select .nice-select .list .option.selected {
     color: #1f2b7b;
     background: transparent;
}
 .form-select .nice-select .list .option:hover {
     color: #1f2b7b;
     background: transparent;
}
 .form-select .current {
     margin-right: 50px;
     font-weight: 300;
}
 .form-select .nice-select::after {
     right: 20px;
}
 .mt-10 {
     margin-top: 10px;
}
 .section-top-border {
     padding: 50px 0;
     border-top: 1px dotted #eee;
}
 .mb-30 {
     margin-bottom: 30px;
}
 .mt-30 {
     margin-top: 30px;
}
 .switch-wrap {
     margin-bottom: 10px;
}
 .btn_01 {
     color: #dc0814 !important;
     border: 2px solid #dc0814;
     display: inline-block;
     padding: 10px 34px;
     text-transform: capitalize;
     font-size: 17px;
     font-weight: 500;
     background: none;
     border-radius: 0px;
}
 .btn_01:hover {
     background-color: #dc0814;
     border: 2px solid #dc0814;
     color: #fff !important;
}
 .header-btn2 span {
     color: #9B9EAC;
     font-size: 14px;
     font-weight: 400;
     display: block;
}
 .header-btn2 p {
     color: #dc0814;
     font-size: 16px;
     font-weight: 500;
     display: block;
     margin: 0;
}
 .ml-30 {
     margin-left: 30px;
}
 div.icon {
     color: #dc0814;
     margin-right: 10px;
}
 .contact-details-cap h4 {
     font-size: 30px;
     font-family: "Roboto",sans-serif;
     font-weight: 700;
     margin-bottom: 30px;
     color: #000a2d;
     display: inline-block;
     position: relative;
     padding-left: 68px;
}
 .contact-details-cap h4::before {
     position: absolute;
     content: "";
     width: 54px;
     height: 2px;
     background: #dc0814;
     top: 0;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
}
 .contact-info.box-style1 {
     padding: 30px 30px 25px;
}
 .contact-info .info-text {
     padding-left: 50px;
     font-weight: 500;
}
 .box-style1 img, .box-style1 i, .box-style1 svg {
     float: left;
}
 .box-style1:hover{
    box-shadow:15px 15px 38px 0 rgba(0,0,0,.1);
    -webkit-box-shadow:15px 15px 38px 0 rgba(0,0,0,.1);
    -moz-box-shadow:15px 15px 38px 0 rgba(0,0,0,.1)
}
 div.menu-wrapper {
     display: flex;
     justify-content: right;
}
 .contact-form {
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 12px 12px 12px 12px;
    background-color: #ffffff;
    border-width: 0.5px 1px 1px 1px;
    border-color: rgba(0,0,0,0.08);
    border-style: solid;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    box-shadow: 12px 22px 60px -8px rgb(0 0 0 / 40%);
    padding: 20px 40px 20px 40px;
}
 .contact-form h2 {
     color: #fff;
     margin-bottom: 10px;
}
 .contact-form p {
     margin-bottom: 30px;
}
 .footer-title ul li a {
     font-size: 0.8em;
}
 .categories-area .single-cat .cat-icon {
     color: #FF4495;
     font-size: 50px;
     margin-bottom: 30px;
     display: block;
     margin-bottom: 50px;
     width: 120px;
     height: 120px;
     background: #fff;
     line-height: 100px;
     text-align: center;
     border-radius: 50%;
     display: inline-block;
     box-shadow: 0px 15px 25px rgb(0 4 74 / 4%);
}
 .ot-pricing-table {
     position: relative;
     overflow: hidden;
     padding: 45px 28px 48px;
     border: 1px solid #e7e7e7;
     transition: all 0.3s linear;
     -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
     -ms-transition: all 0.3s linear;
}
 .ot-pricing-table:hover {
     background: #222222;
     color: #fff;
}
 .ot-pricing-table .icon-main {
     position: absolute;
     top: -80px;
     right: -88px;
     width: 188px;
     height: 188px;
     color: #fff;
     background-color: #FF9999;
     background-image: -moz-linear-gradient(125deg,#FF9999,#dc0814);
     background-image: -webkit-linear-gradient(125deg,#FF9999,#dc0814);
     background-image: linear-gradient(125deg,#FF9999,#dc0814);
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     padding:100px 0px 0 40px;
     font-size: 2rem;
}
 .ot-pricing-table .inner-table .title-table {
     font-size: 24px;
     font-weight: 800;
}
 .ot-pricing-table:hover h4, .ot-pricing-table:hover .details ul li.active {
     color: #fff;
}
 .ot-pricing-table .inner-table h2 {
     font-size: 48px;
     font-weight: 800;
     line-height: 1;
     color: #dc0814;
     margin-bottom: 5px;
     position: relative;
     display: inline-block;
     padding-left: 27px;
}
 .ot-pricing-table .inner-table h2 sup {
     position: absolute;
     top: 15px;
     left: 5px;
     font-size: 50%;
     font-weight: 600;
}
 .ot-pricing-table .inner-table>span {
     color: #ababab;
     font-weight: 600;
     margin-bottom: 30px;
     display: block;
}
 .ot-pricing-table:hover .inner-table>span {
     color: #FFFFFF;
}
 .ot-pricing-table .inner-table .details {
     padding-top: 25px;
     padding-bottom: 30px;
     border-top: 1px solid #e5e5e5;
     font-weight: 200;
     color: #ababab;
     font-size: 14px;
     font-family: "Nunito Sans",sans-serif;
     height:920px;
}
 .ot-pricing-table:hover .details {
     border-color: rgba(255,255,255,.15);
     color: #FFFFFF;
}
 .ot-pricing-table .inner-table .details ul {
     list-style: none;
     margin-bottom: 0;
     padding: 0;
     line-height: 38px;
}
 .ot-pricing-table .inner-table .details ul li {
     padding: 0;
}
 .ot-pricing-table .inner-table .details ul li:before {
     content:"\f00c";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     font-size: 15px;
     margin-right: 10px;
}
 .ot-pricing-table .inner-table .details ul li::marker {
     margin-left: 10px;
}
 .ot-btn {
     transition: all 0.3s linear;
     -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
     -ms-transition: all 0.3s linear;
     font-size: 14px;
     padding: 14px 30px 14px 30px;
     line-height: 1.42857143;
     display: inline-block;
     margin-bottom: 0;
     text-decoration: none;
     text-transform: uppercase;
     white-space: nowrap;
     vertical-align: middle;
     font-weight: 700;
     text-align: center;
     background: #dc0814;
     cursor: pointer;
     border: 1px solid transparent;
     color: #fff;
     outline: none;
}
 .ot-btn:hover {
     color:#FFFFFF;
}
 .service-heading {
     margin: 20px 0;
     font-weight: bold;
}
 .details-sub {
     display:block;
     margin-left: 25px;
     font-style: italic;
}
 .plan-btn {
     text-align:center;
}
 .card-support {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-direction: column;
     flex-direction: column;
     -ms-flex-align: center;
     align-items: center;
     text-align: center;
     box-shadow: 0 0 1.4rem rgb(0 0 0 / 8%);
     padding: 3rem 2rem;
     min-height: 100%;
     height: 450px;
     font-weight: 300;
     transition: all .2s;
}
 .card-support:hover{
    color:#000;
    box-shadow:0 0 2rem rgba(0,0,0,.15)
}
 @media screen and (max-width: 600px) {
     .helpdesk-number {
         visibility: hidden;
         display: none;
    }
}
 .ftco-footer-social li {
     list-style: none;
     margin: 0 10px 0 0;
     display: inline-block;
}
 .ftco-footer-social li a {
     height: 40px;
     width: 40px;
     display: block;
     background: rgba(255, 255, 255, 0.1);
     border-radius: 50%;
     position: relative;
     padding-top: 10px;
}
 .ftco-footer .ftco-footer-widget ul li a span {
     color: rgba(255, 255, 255, 0.5);
     font-size: 14px;
}
 .nav-text-ma-primary {
     color: #333333;
     font-weight: 600;
}
 .nav-text-ma-primary:hover {
     color: #dc0814;
}
 .nav-text-en-primary {
     color: #000000;
     margin: 0;
     font-weight: 700;
     line-height: 20px;
}
 .nav-text-en-selected {
     color: #dc0814;
     margin: 0;
     font-weight: 700;
     line-height: 20px;
}
 .ftco-footer-social li {
     text-align: center;
}
 .header-bottom {
     padding: 15px 0;
}
 .phone {
     font-size: 18px;
     color: #333333;
     margin-bottom: 10px;
}
 .phone a {
     color: #333333;
}
 .fa-phone {
     color: #dc0814!important;
     margin-right: 10px;
}
 .phone:hoever {
     font-size: 15px;
     color: #dc0814;
}
 .navigation {
     margin-right: 20px;
}
 .fa-angle-down {
     position: absolute;
     left: 100%;
     display: block;
     top: 50%;
}
 .imageFrame {
     display: inline-block;
     z-index: 1;
     overflow: hidden;
     position: relative;
     vertical-align: middle;
     max-width: 100%;
     line-height: 1;
     border-radius: 8px;
     -webkit-box-shadow: 3px 3px 7px rgb(0 0 0 / 30%);
     box-shadow: 3px 3px 7px rgb(0 0 0 / 30%);
}

.saas {
	color: #FFDC2A;
}


div.services {
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(126,126,126,0.3);
    border-style: solid;
    padding: 2% 5% 3% 5%;
}

.services li svg {
	width: 30px!important;
}

.services li {
	padding: 0 0 10px 0;
}

.services li a {
	color: #333333;
}

.testimonial-area {
    position: relative;
}

.testimonial-active {
    position: relative;
    text-align: center;
    padding: 0 30px;
}

.testimonial {
    position: relative;
    text-align: center;
    margin: 20px;
}

.testimonial-quote {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 2.5rem;
    height: 2.5rem;
}

.testimonial-quote-open {
    position: absolute;
    z-index: 3;
    top: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 2.5rem;
    height: 2.5rem;
}

.testimonial-quote-closed {
    position: absolute;
    z-index: 3;
    left: 100%;
    top: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 2.5rem;
    height: 2.5rem;
}

.testimonial-desc {
    background-color: #fff;
    position: relative;
    z-index: 0;
    box-shadow: 0 0 1rem rgb(175 182 192 / 21%);
    padding: 3rem 2rem 4.5rem;
}

.testimonial-desc a {
	color: #10285d;
}

.testimonial-photo {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: -25px;
    position: relative;
    z-index: 1;
}

.testimonial-photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 0 1rem rgb(175 182 192 / 21%);
}

.rounded {
    border-radius: 0.25rem!important;
}

.fa-quote-left, .fa-quote-right {
	font-size: 3rem;
	color: #dc0814;
}

ul.repairs-list {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}

ul.repairs-list li {
	color: #fff;
	list-style: disc;
}

.job {
    position: relative;
    margin: 20px;
}

.job-desc {
    background-color: #fff;
    position: relative;
    z-index: 0;
    box-shadow: 0 0 1rem rgb(175 182 192 / 21%);
    padding: 3rem 2rem 4.5rem;
    margin-bottom: 2rem;
}

.job-img {
	text-align: center;
}

.job-img img {
	max-height: 150px;
}

.job-info-link {
	margin: 20px 0;
}
.job-info-link li {
     float: left;
}
.job-info-link li a {
     color: #333;
}
 .job-info-link li::after {
     content: "|";
     padding-left: 10px;
     padding-right: 10px;
}
 .job-info-link li:last-child::after {
     display: none;
}
 .job-info-link::after {
     content: "";
     display: block;
     clear: both;
     display: table;
}

.plan {
	left: 20%;
}

.noborder {
	border:none!important;
}

.pricing-area {
	background-color: #F6F6F6;
}

.feature-area {
	background: linear-gradient(91.61deg, #DC353E 0%, #EA6322 41.61%, #DB3441 100%);
	color: #FFFFFF;
}

.feature-area h2, .feature-area h4 {
	color: #FFFFFF;
}

.plan-container {
	left: 25%;
}

.plan-info {
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 12px 12px 12px 12px;
    background-color: #ffffff;
    border-width: 0.5px 1px 1px 1px;
    border-color: rgba(0,0,0,0.08);
    border-style: solid;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    box-shadow: 12px 22px 60px -8px rgb(0 0 0 / 40%);
    padding: 20px 40px 20px 40px;
}

.pricing-recommended {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px 15px 0 0;
    font-size: 12px;
    padding: 7px 40px;
    font-weight: 700;
    background-color: #8ad524;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.main-pricing-content {
    position: relative;
}

.pricing-table {
    margin-bottom: 30px;
}

.pricing-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #cfd8df;
}

.pricing-item:last-child {
    border-bottom: none!important;
}

ul.features {
	margin-left: 30px;
}

ul.features li {
	list-style: disc;
}

.map {
	background-color: #F8F8F8;
}

.fadein { position:relative; height:230px; width:630px; margin: 30px 0; left:310px;}
.fadein img { position:absolute; left:0; top:0; }

.single-blog {
    box-shadow: 0px 6px 6px 0px rgba(2, 25, 65, 0.08);
    border-radius: 5px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background-color: #fff;
}

.blog_post_date {
    position: absolute;
    top: 30px;
    left: 27px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #D80000;
    padding-top: 25px;
    text-align: center;
}

.blog_post_day {
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
}

.blog_post_month {
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 3px;
}

.single-blog-info {
    padding: 10px;
}

.single-blog-info h4 {
    font-size: 1.2rem;
}