@charset "UTF-8";
    @import url(https: //fonts.googleapis.com/css?family=Poppins:100, 100i, 200, 200i, 300, 300i, 400, 400i, 500, 500i, 600, 600i, 700, 700i, 800, 800i, 900, 900i|Source+Serif+Pro:400, 600, 700);
    a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
HTML5 display-role reset for older browsers article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body, html {
    overflow-x: hidden;
}
body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: Poppins, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}
.outer-container {
    display: table;
    height: 100%}
.inner-container {
    display: table-cell;
    vertical-align: middle;
}
a {
    color: #ee1720;
    }
   a:hover, a:active, a:focus {
    color: #51d8af;
    outline: none;
    text-decoration: none;
}
a.boxed-btn {
    padding: 15px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    border: 2px solid;
    border-radius: 3px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
}
a.boxed-btn:hover{
  background: #ee1720;
    border: 2px solid #ee1720;
}
.section-summary {
    font-size: 36px;
    font-weight: 400;
    margin: 16px 0 47px 0;
    font-weight: 400;
    line-height: 1.4;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.section-title {
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}
ul.breadcumb {
    display: block;
    margin-top: 40px;
}
ul.breadcumb li {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    text-transform: capitalize;
}
ul.breadcumb li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}
ul.breadcumb li a:hover {
    color: #ee1720;
}
ul.breadcumb li::after {
    position: absolute;
    right: -20px;
    top: 0;
    content: "/\00a0"}
ul.breadcumb li:first-child {
    margin-left: 0;
}
ul.breadcumb li:last-child {
    font-weight: 600;
}
ul.breadcumb li:last-child::after {
    display: none;
}
.form-element {
    margin-bottom: 20px;
}
.form-element:last-child {
    margin-bottom: 0;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-left: 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px;
}
select {
    border: 1px solid #ddd;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    color: #38383c;
    outline: 0;
    font-size: 14px;
}
textarea {
    display: inline-block;
    width: 100%;
    height: 100px;
    padding: 15px 0 0 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px;
}
button[type=submit], input[type=submit] {
    border: none;
    color: #fff;
    padding: 14px 45px;
    display: inline-block;
    outline: 0;
    font-weight: 600;
    background-color: #ee1720;
    border: 1px solid #ee1720;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
}
button[type=submit]:hover, input[type=submit]:hover {
    background-color: #fff;
    color: #0a3041;
}
::-webkit-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px;
}
:-ms-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px;
}
::placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px;
}
:-ms-input-placeholder {
    color: #38383c;
    font-size: 14px;
}
::-ms-input-placeholder {
    color: #38383c;
    font-size: 14px;
}
.back-to-top {
    bottom: 30px;
    right: 0;
    position: fixed;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #ee1720;
    border: 1px solid #ee1720;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.back-to-top:hover {
    background-color: #fff;
    color: #ee1720;
}
.back-to-top.show {
    opacity: 1;
    right: 30px;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.buttonBar {
    display: none;
}
.height-100 {
    height: 100%}
.no-margin {
    margin: 0!important;
}
.no-padding {
    padding: 0!important;
}
.loader-container {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1500;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s;
    transition: .5s;
}
.loader {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    border: 4px solid #ee1720;
    -webkit-animation: loader 2s infinite ease;
    animation: loader 2s infinite ease;
}
.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #ee1720;
    -webkit-animation: loader-inner 2s infinite ease-in;
    animation: loader-inner 2s infinite ease-in;
}
.loader-fadeout {
    opacity: 0;
    visibility: hidden;
}
@-webkit-keyframes loader {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes loader {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@-webkit-keyframes loader-inner {
    0% {
    height: 0%}
25% {
    height: 0%}
50% {
    height: 100%}
75% {
    height: 100%}
100% {
    height: 0%}
}@keyframes loader-inner {
    0% {
    height: 0%}
25% {
    height: 0%}
50% {
    height: 100%}
75% {
    height: 100%}
100% {
    height: 0%}
}.cookie-consent {
    position: fixed;
    background-color: #262938;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 10000000000;
    color: #fff;
}
.cookie-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button.cookie-consent__agree {
    padding: 12px 20px;
    border: none;
    background-color: #ee1720;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: translateY(-20px);
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    transform: translateY(0);
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
button.mfp-close {
    display: inline-block;
    width: 30px!important;
    height: 30px;
    background-color: #fff;
    color: #000!important;
    text-align: center!important;
    line-height: 30px;
    padding-right: 0!important;
    border-radius: 50%;
    top: 23px;
    right: -12px!important;
    opacity: 1;
    border: 1px solid #0000002a;
    cursor: pointer!important;
    transition: .3s;
}
button.mfp-close:hover {
    background-color: #ee1720;
    color: #fff!important;
}
.mfp-close:active {
    top: 23px;
}
.header-absolute {
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.support-bar-area {
    padding-top: 20px;
    font-size: 14px;
    color: #555;
}
.support-bar-area .support-contact-info i {
    color: #ee1720;
    font-size: 16px;
    margin-right: 4px;
}
.support-bar-area i {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.support-bar-area .address {
    margin-right: 25px;
}
.support-bar-area ul.social-links {
    position: relative;
    display: inline-block;
}
.support-bar-area ul.social-links::after {
    position: absolute;
    content: "|";
    display: inline-block;
    right: 0;
    top: 0;
}
.support-bar-area ul.social-links li {
    display: inline-block;
    margin-right: 15px;
}
.support-bar-area ul.social-links li a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.support-bar-area ul.social-links li a:hover {
    color: #ee1720;
}
.support-bar-area ul.social-links li:last-child {
    margin-right: 25px;
}
.support-bar-area a {
    color: #555;
    font-size: 14px;
    display: block;
    font-weight: 400;
}
.language {
    display: inline-block;
    margin-left: 17px;
    position: relative;
}
a.language-btn {
    position: relative;
    text-decoration: none;
    padding-right: 15px;
    text-align: left;
    -webkit-transition: .5s;
    transition: .5s;
}
a.language-btn:hover {
    color: #ee1720;
}
.language-btn::after {
    content: "\f078";
    position: absolute;
    right: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    top: 2px;
    font-size: 10px;
}
ul.language-dropdown {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 0;
    width: 120px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    transition: .5s;
}
ul.language-dropdown.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
ul.dropdown li {
    display: block;
}
ul.language-dropdown li {
    position: relative;
    background-color: #0a3041;
    z-index: -1;
}
ul.language-dropdown li a {
    display: block;
    position: relative;
    padding: 12px 16px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    text-decoration: none;
}
ul.language-dropdown li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #ee1720;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
}
ul.language-dropdown li a:hover::before {
    width: 100%}
ul.language-dropdown li:last-child a {
    border-bottom: none;
}
.language a i {
    margin-right: 3px;
}
.logo-wrapper {
    display: table;
    height: 100%}
.logo-wrapper a {
    display: table-cell;
    vertical-align: middle;
}
.logo-wrapper img {
  background-color: #ffffff;
    padding: 18px;
    border-radius: 0 0 16px 16px;
    margin-top: -26px;
}
.sticky-navbar .logo-wrapper img {
 background-color: #ffffff;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    background: none;
}
#mobileMenu {
    display: none;
}
.header-navbar {
    padding: 4px 0 0px 0;
    position: relative;
    margin-top: 11px;
}
.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    /*animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;*/
    background: #fff none repeat scroll 0 0;
    border: none;
    -webkit-animation: navFadeIn 1s;
    animation: navFadeIn 1s;
}
@-webkit-keyframes navFadeIn {
    from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes navFadeIn {
    from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}.sticky-navbar .support-bar-area {
    display: none;
}
.sticky-navbar .header-navbar {
    border: none;
    padding: 0px;
}
.sticky-navbar .main-menu {
    padding: 6px 0;
}
ul#mainMenu {
    margin-top: 2px;
}
.main-menu li {
    display: inline-block;
}
.main-menu li:last-child {
    margin-right: 0;
}
.main-menu li span.dropdown-btn {
    display: block;
    position: relative;
    padding: 15px 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.sticky-navbar .main-menu li span.dropdown-btn,
.sticky-navbar .mega-dropdown .dropbtn,
.sticky-navbar .main-menu li a{
color: #000;
}
.main-menu li.active span.dropdown-btn {
    color: #ee1720;
}

.main-menu li span.dropdown-btn::before {
    content: "";
    width: 0;
    height: 3px;
    background-color: #ee1720;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.mega-dropdown:hover span.dropdown-btn::before {
    width: 100%}
.mega-dropdown span.dropdown-btn::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #ee1720;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.mega-dropdown:hover span.dropdown-btn::after {
    width: 100%}









.main-menu li a {
    display: block;
    position: relative;
    padding: 15px 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}
/*.main-menu li a::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #ee1720;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.main-menu li a::before {
    content: "";
    width: 0;
    height: 3px;
    background-color: #ee1720;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s;
}*/
.main-menu li a:hover::after {
    width: 100%}
.main-menu li a:hover::before {
    width: 100%}
.main-menu li a:hover {
    color: #ee1720;
}
.main-menu li a.boxed-btn::after, .main-menu li a.boxed-btn::before {
    display: none;
}
.main-menu li.active a {
    color: #ee1720;
}
.main-menu li a.boxed-btn {
	font-weight: 600;
    padding: 10px 13px;
    margin-left: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 17px;
    border: 1px solid #e4111a;
    background-color: #ee1720;
    border-radius: 30px;
    color: #fff;
}
.main-menu li a.boxed-btn:hover {
    background-color: #c50008;
    border: 1px solid #e4111a;
    color: #ffffff;
}
.main-menu li.dropdown {
    position: relative;
    margin-right: 12px;
}
.main-menu li.dropdown.mega {
    display: none;
}
.main-menu li.dropdown::after {
    position: absolute;
    content: "\f107";
    right: -5px;
    top: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s;
}
.main-menu li.dropdown.active::after {
    color: #0b5f31;
}
.main-menu li.dropdown ul.dropdown-lists {
    position: absolute;
    top: 45px;
    left: 0;
    width: 180px;
    text-align: left;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.main-menu li.dropdown:hover ul.dropdown-lists {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.main-menu li.dropdown:hover a {
    color: #0b5f31;
}
.main-menu li.dropdown:hover a.dropdown-btn::after {
    width: 100%}
.main-menu li.dropdown:hover a.dropdown-btn::before {
    width: 100%}
.main-menu li.dropdown:hover::after {
    color: #0b5f31;
}
.main-menu li.dropdown ul.dropdown-lists li {
    display: block;
    margin: 0;
    position: relative;
    z-index: -1;
    background-color: #0a3041;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.main-menu li.dropdown ul.dropdown-lists li:last-child {
    border-bottom: none;
}
.main-menu li.dropdown ul.dropdown-lists li a {
    position: relative;
    color: #fff;
    border-top: none;
}
.main-menu li.dropdown ul.dropdown-lists li.active a {
    background-color: #ee1720;
    color: #fff;
}
.main-menu li.dropdown ul.dropdown-lists li a::after {
    background-color: transparent;
}
.main-menu li.dropdown ul.dropdown-lists li a::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #ee1720;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
}
.main-menu li.dropdown ul.dropdown-lists li a:hover::before {
    width: 100%}
.mega-dropdown {
    display: inline-block;
}
.mega-dropdown .dropbtn {
    font-size: 14px!important;
    border: none;
    text-transform: uppercase;
    outline: 0;
    color: #ffffff;
    padding: 14px 12px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.mega-dropdown .dropbtn.active {
    color: #ee1720;
}
.mega-dropdown:hover a.dropbtn {
    color: #ee1720;
}
/*.mega-dropdown .dropbtn::before {
    content: "";
    width: 0;
    height: 3px;
    background-color: #ee1720;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s;
}*/
.mega-dropdown:hover .dropbtn::before {
    width: 100%}
/*.mega-dropdown .dropbtn::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #ee1720;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
}*/
.mega-dropdown:hover .dropbtn::after {
    width: 100%}
.mega-dropdown .dropbtn i {
    margin-left: 3px;
}
.mega-dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    background-color: #0a3041;
    color: #fff;
    padding: 50px 60px 10px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: .3s;
}
.mega-dropdown-content .header {
    background: red;
    padding: 16px;
    color: #fff;
}
.mega-dropdown:hover .mega-dropdown-content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.mega-dropdown .service-category {
    margin-bottom: 30px;
}
.service-category a {
    float: none;
    color: #000;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    transform: translateX(0);
    transition: .5s;
}
.service-category a:hover {
    transform: translateX(5px);
}
.mega-dropdown .service-category a.active {
    transform: translateX(5px);
    color: #ee1720;
}
.service-category a:hover {
    background-color: #ddd;
}
.mega-dropdown-content .service-category h3 {
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ee1720;
}
.mega-dropdown-content .service-category a {
    position: relative;
    display: block;
    padding: 0;
    padding-left: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}
.mega-dropdown-content .service-category a:hover {
    background-color: transparent;
}
.mega-dropdown-content .service-category a::before {
    content: '\f105';
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    top: -1px;
    color: #ee1720;
}
.mega-dropdown-content .service-category a:hover::after, .mega-dropdown-content .service-category a:hover::before {
    width: 0;
}
.hero-area {
    position: relative;
}
.hero-area-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0a3041;
    opacity: .6;
}
.hero-bg {
    background-image: url(../img/hero_bg.jpg);
    background-size: cover;
}
.hero-txt {
   padding: 310px 0px 373px 0;
    color: #fff;
    position: relative;
    z-index: 100;
    text-align: center;
}
.hero-txt span {
    /*font-family: 'Source Serif Pro', serif;*/
    display: inline-block;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    font-size: 16px;
}
.hero-txt h1 {
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: capitalize;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
a.hero-boxed-btn {
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 42px;
    position: relative;
    background-color: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 1px;
}
a.hero-boxed-btn:hover {
    color: #fff;
    background-color: #ee1720;
}
a.hero-boxed-btn::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: 100%;
    right: 100%;
    border-top: 2px solid #0a3041;
    border-left: 2px solid #0a3041;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
a.hero-boxed-btn::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    top: 100%;
    left: 100%;
    border-right: 2px solid #0a3041;
    border-bottom: 2px solid #0a3041;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
a.hero-boxed-btn:hover::before {
    visibility: visible;
    bottom: 0;
    right: 0;
}
a.hero-boxed-btn:hover::after {
    visibility: visible;
    top: -2px;
    left: -2px;
}
.single-hero-feature:nth-child(odd) {
    background-color: #0a3041;
}
.single-hero-feature:nth-child(even) {
    background-color: #0e3e53;
}
.hero-feature {
    color: #fff;
    z-index: 1000;
}
.hero-features {
    color: #fff;
    position: relative;
    z-index: 100;
    padding: 0 15px;
}
.single-hero-feature {
    position: relative;
    padding: 40px 60px 41px 60px;
}
.single-hero-feature::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: top .5s;
    transition: top .5s;
}
.single-hero-feature:nth-child(odd)::after {
    background-color: #0a3041;
}
.single-hero-feature:nth-child(even)::after {
    background-color: #0e3e53;
}
.single-hero-feature:hover::after {
    top: -25px;
}
.hero-features i {
    font-size: 50px;
    margin: 0;
}
.hero-features h3 {
    margin-top: 26px;
    font-size: 24px;
    font-weight: 600;
}
.intro-section {
    margin-top: -213px;
}
.intro-txt {
    padding: 77px 47px 79px 47px;
    background-color: #ee1720;
    color: #fff;
}
.intro-txt h2 {
    color: #fff;
}
.intro-txt a {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #0a3041;
    border: none;
    text-decoration: none;
    font-size: 14px;
}
.intro-txt a span {
    display: inline-block;
    margin-left: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.intro-txt a:hover span {
    margin-left: -10px;
}
.intro-txt a::after {
    content: "\f101";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    right: 50px;
    color: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.intro-txt a:hover::after {
    visibility: visible;
    opacity: 1;
    right: 45px;
}
.intro-bg {
    height: 100%;
    background-size: cover;
    background-image: url(../img/intro_bg.jpg);
    position: relative;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ee1720;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ee1720;
    border-radius: 50%;
    transition: all .2s;
}
.video-play-button:hover:after {
    background-color: darken(#ee1720, 10%);
}
.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    margin: 7px 0 0 6px;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
@keyframes pulse-border {
    0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
}
100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
}
}.service-categories {
    padding-top: 120px;
    padding-bottom: 80px;
}
.service-categories .section-title {
    color: #afb2be;
}
.service-categories .single-category {
   border-radius: 0;
    text-align: center;
    box-shadow: 1px 1px 5px 1px #dddddd;
    margin-bottom: 32px;
    background: #00000073;
    padding: 38px 25px 35px;
    transition: .4s;
}
.service-categories .single-category:hover {
    transform: translateY(-10px);
    background: #ee1720 none repeat scroll 0 0;
}
.single-category .text h4 {
   margin-bottom: 10px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 10px;
    font-weight: 500;
}
.single-category .text p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 10px;
        padding-bottom: 22px;
}
.single-category .text {
    margin-top: 10px;
}
.single-category .text a.readmore {
    text-transform: capitalize;
    border-color: rgba(238, 154, 41, 1);
    color: #fff;
    padding: 11px 27px;
    border-radius: 25px;
    margin-bottom: 20px;
    min-width: 133px;
    border: 1px solid;
}
.single-category .text a.readmore:hover{
	background-color: rgb(197, 0, 8);
    color: #ffffff;
    border-color: rgb(197, 0, 8);
}
.approach-section {
    padding: 80px 0 118px 0;
}
.approach-section .section-summary {
    margin: 15px 0 55px 0;
}
.approach-summary {
    padding-right: 150px;
}
.approach-summary span.section-title {
    font-size: 18px;
    font-style: italic;
    color: #afb2be;
    font-weight: 700;
    font-family: 'Source Serif Pro', serif;
}
.approach-summary h2 {
    color: #38383c;
}
.single-approach {
    margin-bottom: 30px;
}
.single-approach:last-child {
    margin-bottom: 0;
}
.single-approach h4 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 9px;
}
.single-approach p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
}
.single-approach:last-child {
    margin-bottom: 0;
}
.single-approach::after {
    content: "";
    display: block;
    clear: both;
}
.approach-icon-wrapper {
    height: 80px;
    width: 80px;
    border: 1px solid #3fd680;
    border-radius: 50%;
    text-align: center;
    float: left;
    -webkit-transition: .5s;
    transition: .5s;
}
.approach-icon-wrapper i {
    margin: 0;
    line-height: 80px;
    font-size: 30px;
    color: #ee1720;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-approach:hover .approach-icon-wrapper {
    background-color: #ee1720;
    border: 1px solid #ee1720;
}
.single-approach:hover .approach-icon-wrapper i {
    color: #fff;
}
.approach-text {
    margin-left: 110px;
}
.approach-summary a.boxed-btn {
    position: relative;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.approach-summary a.boxed-btn:hover {
    border: 1px solid #ee1720;
    color: #ee1720;
    background-color: #fff;
}
.statistics-section {
    padding: 90px 0 83px;
    text-align: center;
    position: relative;
}
.statistics-container {
    position: relative;
    z-index: 1;
}
.statistic-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0a3041;
    opacity: .9;
    height: 100%;
    width: 100%}
.statistics-bg {
    background-image: url(../img/statistic_bg.jpg);
    background-size: cover;
}
.art-weoffer{
	background-image: url(../img/services-bg.jpg);
    background-size: cover;
}
.art-weoffer .img-wrapper {
   
    margin: auto;
}
.art-weoffer .img-wrapper img{
	height: 50px;
}


.service-categories .single-category:hover .img-wrapper {
   
}


.art-weoffer h2.section-title {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    font-size: 32px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Orbitron', sans-serif;
}
.art-weoffer .section-summary {
    font-size: 14px;
    margin: 0 0 50px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    display: block;
}
.statistics-section .round {
    min-height: 255px;
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px;
}
.statistics-section .round strong {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    transform: translate(-50%);
    font-size: 40px;
    color: #fff;
    font-weight: 400;
}
.statistics-section h5 {
    display: block;
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    word-break: break-all;
}
.statistics-section h5 i {
    color: #ee1720;
    font-size: 22px;
    margin-right: 6px;
}
.cta-bg {
       background-color: #0092d2;
    background-size: cover;
    padding: 40px 0;
}
.cta-section {
    padding: 49px 0;
    position: relative;
}

.cta-section h3 {
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}
.contact-btn-wrapper {
    text-align: right;
}
.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0092d2;
    opacity: .7;
}
.cta-content {
    position: relative;
    z-index: 10;
}
a.contact-btn {
    position: relative;
    width: 238px;
    text-align: center;
}
a.contact-btn span {
    display: inline-block;
    margin-left: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
a.contact-btn:hover span {
    margin-left: -10px;
}
a.contact-btn::after {
    content: "\f101";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    right: 35px;
    color: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
a.contact-btn:hover::after {
    visibility: visible;
    opacity: 1;
    right: 30px;
}
.case-bg {
    background-image: url(../img/case/header-bg.jpg);
}
.case-section {
    position: relative;
    padding: 60px 0 0px 0;
}
.case-section .section-title {
   font-size: 32px;
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    display: inline-block;
}
.case-section .section-summary {
   font-size: 1rem;
    margin: 0px 0 30px 0;
    font-weight: 400;
    line-height: 1.4;
    display: block;
}
.case-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.single-case-bg-1 {
    background-image: url(../img/case/case-1.jpg);
    background-size: cover;
}
.single-case-bg-2 {
    background-image: url(../img/case/case-2.jpg);
    background-size: cover;
}
.single-case-bg-3 {
    background-image: url(../img/case/case-3.jpg);
    background-size: cover;
}
.single-case-bg-4 {
    background-image: url(../img/case/case-4.jpg);
    background-size: cover;
}
.single-case-bg-5 {
    background-image: url(../img/case/case-5.jpg);
    background-size: cover;
}
.single-case-bg-7 {
    background-image: url(../img/case/case-7.jpg);
    background-size: cover;
}
.single-case {
    display: block;
    height: 340px;
    width: 100%;
    background-color: #ddd;
    text-decoration: none;
}
.case-carousel.owl-theme .owl-dots .owl-dot.active span, .case-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #ee1720;
}
.single-case .outer-container {
    background-color: rgba(10, 48, 65, 0);
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}
.single-case .outer-container h4 {
    color: #fff;
}
.single-case:hover .outer-container {
    background-color: rgba(10, 48, 65, .8);
    visibility: visible;
}
.outer-container {
    display: table;
    height: 100%;
    width: 100%}
.single-case .inner-container {
    display: table-cell;
    vertical-align: middle;
    padding: 0 80px;
    text-align: center;
    opacity: 0;
}
.single-case .inner-container {
    display: table-cell;
    vertical-align: middle;
    padding: 0 80px;
    text-align: center;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-case:hover .inner-container {
    opacity: 1;
}
.single-case h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 28px;
}
.single-case p {
    font-size: 14px;
    font-weight: 600;
    color: #ee1720;
}
.single-case a.readmore-btn {
    margin-top: 18px;
}
.case-carousel {
    position: relative;
}
.case-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0;
}
.case-carousel button.owl-prev {
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    border: 2px solid #fff!important;
    border-radius: 50%!important;
    line-height: 40px;
    left: -20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    outline: 0;
}
.case-carousel button.owl-prev i {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}
.case-carousel button.owl-prev:hover {
    border: 2px solid #ee1720!important;
}
.case-carousel button.owl-prev:hover i {
    color: #ee1720;
}
.case-carousel button.owl-next {
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    border: 2px solid #fff!important;
    border-radius: 50%!important;
    line-height: 40px;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .5s;
}
.case-carousel button.owl-next i {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}
.case-carousel button.owl-next:hover {
    border: 2px solid #ee1720!important;
}
.case-carousel button.owl-next:hover i {
    color: #ee1720;
}
.case-carousel:hover button.owl-prev {
    left: 0;
    opacity: 1;
}
.case-carousel:hover button.owl-next {
    right: 0;
    opacity: 1;
}
.case-carousel .owl-nav::after {
    display: block;
    clear: both;
    content: ""}
.case-carousel::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 120px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(10, 10, 10, .9)), color-stop(rgba(0, 0, 0, .6)), color-stop(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(10, 10, 10, .9), rgba(0, 0, 0, .6), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    z-index: 1;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.case-carousel:hover::before {
    opacity: 1;
}
.case-carousel::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 120px;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(10, 10, 10, .9)), color-stop(rgba(0, 0, 0, .6)), color-stop(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(10, 10, 10, .9), rgba(0, 0, 0, .6), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    z-index: 1;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.case-carousel:hover::after {
    opacity: 1;
}
.testimonial-section {
	padding: 80px 0;
	background: #f6f6f6;
    display: inline-block;
    width: 100%;
}
.testimonial-section .section-title {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    display: inline-block;
}
.testimonial-section .section-summary {
  font-size: 1rem;
    margin: 16px 0 30px 0;
    font-weight: 400;
    line-height: 1.4;
    display: block;
    color: #ffffff;
}
.testimonial-carousel.owl-carousel .owl-item img {
    display: inline-block;
    width: 100px;
    border-radius: 50%}
.testimonial-carousel::after {
    content: "";
    display: block;
    clear: both;
}
.single-testimonial .img-wrapper {
    text-align: center;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
}
.client-desc {
   padding: 40px 40px 40px;
    position: relative;
    margin: 4px;
   /* box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;*/
    border-radius: 20px;
    text-align: center;
        /*min-height: 292px;*/
}
.single-testimonial {
   padding: 0px;
    position: relative;
    margin: 0px;
    /*box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border-radius: 20px;*/
}
/*.single-testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    border-top: 2px solid #ee1720;
    border-right: 2px solid #ee1720;
}
.single-testimonial:hover::before {
    opacity: 1;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 1ms, right .125s linear 1ms, bottom .125s linear .126s;
    transition: opacity 1ms, right .125s linear 1ms, bottom .125s linear .126s;
}*/
/*.single-testimonial::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid #ee1720;
    border-left: 2px solid #ee1720;
}
.single-testimonial:hover::after {
    -webkit-transition: opacity 1ms linear .251s, left .125s linear .252s, top .125s linear .377s;
    transition: opacity 1ms linear .251s, left .125s linear .252s, top .125s linear .377s;
    opacity: 1;
    left: 0;
    top: 0;
}*/

.testimonial-section.indicator-style .owl-theme .owl-nav{
    display: block;
    /*opacity: 1;*/
    top: 22%;
}
.testimonial-section.indicator-style .pro-test-sngle .testi-img {
    margin-bottom: 0;
}
.testimonial-section.indicator-style .owl-theme .owl-nav [class*="owl-"] {
    font-size: 26px;
}
.testimonial-section.indicator-style .owl-dots{
    display: none;
}
.single-testimonial p.comment {
  font-size: 24px;
    line-height: 38px;
    padding: 0 200px;
    font-weight: 300;
    color: #606060;
    font-family: 'Roboto', sans-serif;
}
.single-testimonial h6::after {
    background: #ee1720 none repeat scroll 0 0;
    bottom: 35px;
    content: "";
    height: 35px;
    left: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 1px;
}
.single-testimonial h6 {
 color: #333333;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
    position: relative;
}
.single-testimonial p.rank {
   color: #666666;
    font-size: 12px;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot {
    outline: 0;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #0b2dac;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    transition: .3s;
}
.team-section {
    position: relative;
    padding: 70px 0 80px;
}
.team-section h2.section-title {
    font-size: 32px;
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 40px;
}
.team-section .section-summary {
    margin: 20px 0 47px;
}
.team-bg {
    background-image: url(../img/team_bg.jpg);
    background-size: cover;
}
/*.team-overlay {
    background-color: #0a3041;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .8;
}*/
.team-content {
    position: relative;
    z-index: 2;
    color: #fff;
}
.owl-carousel.common-carousel .owl-nav button.owl-next, .owl-carousel.common-carousel .owl-nav button.owl-prev {
    background: #ee1720;
    width: 40px;
    display: inline-block;
    height: 40px;
    border: 1px solid #ee1720;
    color: #fff;
    opacity: 0;
    transition: .3s;
}
.owl-carousel.common-carousel:hover .owl-nav button.owl-next, .owl-carousel.common-carousel:hover .owl-nav button.owl-prev {
    opacity: 1;
}
.owl-theme.common-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel.common-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: -20px;
    transition: .5s;
}
.owl-carousel.common-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -20px;
    transition: .5s;
}
.owl-carousel.common-carousel .owl-nav button.owl-next:hover, .owl-carousel.common-carousel .owl-nav button.owl-prev:hover {
    background: #fff;
    color: #ee1720;
}
.single-team-member {
	position: relative;
	padding: 16px 0 0;
}
.single-team-member::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 2px solid #ee1720;
    border-left: 2px solid #ee1720;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-team-member::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 100%;
    top: 100%;
    border-bottom: 2px solid #ee1720;
    border-right: 2px solid #ee1720;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-team-member:hover::before {
    visibility: visible;
    right: 0;
    bottom: 0;
}
.single-team-member:hover::after {
    visibility: visible;
    left: 0;
    top: 0;
}
.team-img-wrapper {
    position: relative;
    overflow: hidden;
}
/*.social-accounts {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ee1720;
    padding: 15px 0;
    -webkit-transform: translateY(55px);
    transform: translateY(55px);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 20;
}
.social-accounts ul {
    text-align: center;
}
.social-accounts ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    border-radius: 50%}
.social-accounts ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
}
.social-accounts ul li a:hover {
    background-color: #fff;
    color: #ee1720;
}
.single-team-member:hover .social-accounts {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}*/
.member-info {
    padding: 27px 25px 30px;
    background-color: #fff;
    margin-top: -3px;
    text-align: center;
}
.member-info .member-name {
    color: #133e5c;
    /*font-family: 'Source Serif Pro', serif;*/
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}
.member-info small {
    font-weight: 400;
    font-style: italic;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: rgba(238, 154, 41, 1);
}
.single-team-member img {
	max-width: 100%;
    object-fit: cover;
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 50%;
    width: 176px !important;
    background-color: #ddd;
    height: 176px;
    margin: 0 auto;
  }
.pricing-tables .section-title {
    color: #afb2be;
}
.pricing-bg.home-14 {
    background: 0 0;
}
.pricing-tables {
    padding-top: 120px;
}
.single-pricing-table {
    padding: 51px 0 60px;
    background-color: #fff;
    border: 2px solid #f1f1f1;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-pricing-table:hover {
    background-color: #ee1720;
    border: 2px solid #ee1720;
}
.single-pricing-table:hover span.title {
    color: #fff;
}
.single-pricing-table:hover h1 {
    color: #fff;
}
.single-pricing-table:hover span {
    color: #fff;
}
.single-pricing-table .features {
    color: #5d5d61;
    transition: .5s;
}
.single-pricing-table:hover .features {
    color: #fff;
}
.single-pricing-table:hover a.pricing-btn {
    color: #fff;
    background-color: #ee1720;
    border: 2px solid #fff;
}
.pricing-tables div[class*=col-]:nth-child(2n) .single-pricing-table {
    border-right: none;
    border-left: none;
}
.single-pricing-table span.title {
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    color: #444448;
    font-weight: 700;
    margin-bottom: 19px;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-pricing-table .price {
    color: #ee1720;
    margin-bottom: 22px;
}
.single-pricing-table .price h1 {
    display: inline-block;
    font-size: 48px;
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-pricing-table .price span {
    display: inline-block;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-pricing-table .features ul li {
    color: #333;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-pricing-table .features ul li:last-child {
    margin-bottom: 0;
}
.single-pricing-table a.pricing-btn {
    border: 2px solid #bfbfbf;
    text-transform: capitalize;
    background-color: transparent;
    font-size: 14px;
    padding: 12px 30px;
    font-weight: 600;
    display: inline-block;
    margin-top: 42px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #5d5d61;
    text-decoration: none;
}
.single-pricing-table a.pricing-btn:hover {
    background-color: #fff;
    color: #ee1720;
}
.blog-section {
    padding: 70px 0 36px;
}
.blog-section .owl-nav {
    display: none;
}
.section-header {
    margin-bottom: 30px;
    text-align: center;
}
.section-header h2 {
    font-size: 32px;
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}
.section-header span {
    display: block;
}
.blog-section .section-summary {
    margin: 20px 0 47px;
}
.blog-section .section-title {
    color: #afb2be;
}
.blog-img-wrapper {
    overflow: hidden;
    border-radius: 0;
}
.blog-img-wrapper img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
}
.single-blog:hover img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.blog-txt {
       background-color: #f7f7f7;
    padding: 20px 0;
    text-align: center;
    margin-top: -3px;
    position: relative;
    /* box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1); */
    background: #fff;
    transition: 0.4s;
    border-radius: 0px;
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 0;
}

.blog-txt .date {
    font-size: 16px;
    color: #95959e;
    font-weight: 400;
    padding-bottom: 10px;
    color: #e58304;
}
.blog-txt .date span {
    font-weight: 700;
    color: #e58304;
}
.blog-txt small:first-child {
    margin-right: 10px;
}
.blog-txt small:last-child {
    margin-left: 10px;
}
.blog-txt .blog-title {
    color: #38383c;
    margin: 0px 0 10px;
    line-height: 1.3;
    margin-left: 0px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}
.blog-txt .blog-title a {
    position: relative;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    color: #133e5c;
}
.blog-txt .blog-title a:hover {
    color: #ee1720;
}
.blog-txt .blog-summary {
    font-weight: 400;
    color: #5d5d61;
    font-size: 14px;
    line-height: 24px;
}
.single-blog {
   position: relative;
    /*margin: 4px 20px 30px;*/
    transition: 0.4s;
}
.blog-section .single-blog{
	border-bottom: 1px solid #ddd;
}

.blog-section .single-blog:hover {
  border-color: #ee1720;
    overflow: hidden;
}

a.readmore-btn {
    display: inline-block;
    position: relative;
    margin-top: 18px;
    font-size: 14px;
    background-color: #ee1720;
    color: #fff;
    padding: 15px;
    text-align: center;
    width: 120px;
    font-weight: 600;
    text-decoration: none;
}
a.readmore-btn span {
    -webkit-transition: .5s;
    transition: .5s;
}
a.readmore-btn:hover span {
    margin-left: -10px;
}
a.readmore-btn::after {
    position: absolute;
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    right: 15px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 1px;
}
a.readmore-btn:hover::after {
    opacity: 1;
    right: 12px;
}
.partner-section .top-border {
    border-top: 2px solid #dbddde;
}
.single-partner-item {
    height: 196px;
    text-align: center;
}
.single-partner-item .outer-container {
    margin: 0 auto;
}
.owl-carousel.common-carousel.partner-carousel .owl-nav button.owl-next, .owl-carousel.common-carousel.partner-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 50%;
    outline: 0;
}
.footer-section {
  background: #282828;
    padding: 30px 0 0;
    font-size: 14px;
    color: #ffffff;
    background-image: url(../img/ftr-bg.png);
    background-size: cover;
}
.footer-section ul.footer-links li {
    width: 33.333%;
    float: left;
}
.footer-logo-wrapper {
    text-align: left;
    max-width: 150px;
    max-height: 60px;
}
.footer-logo-wrapper a {
    display: inline-block;
}
.footer-logo-wrapper img {
    width: 100%}
.footer-section .footer-txt {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 22px;
}
.footer-section h4 {
   font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
ul.footer-links li {
    display: block;
    margin-bottom: 10px;
}
ul.footer-links li:last-child {
    margin-bottom: 0;
}
ul.footer-links li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #c5dadc;
    text-decoration: none;
    padding-left: 15px;
    -webkit-transition: .5s;
    transition: .5s;
}
ul.footer-links li a::after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    font-weight: 700;
    color: #ee1720;
}
ul.footer-links li a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    color: #ee1720;
}
.top-footer-section {
  padding: 30px 0 25px 0;
  border-bottom: 1px solid #504c4c;
}
.footer_si_ctn #f_social_icons {
    display: inline-flex;
    float: right;
}
.footer_si_ctn #f_social_icons a {
    padding: 5px;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin-left: 15px;
    text-align: center;
    font-size: 18px;
}
.footer-contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    line-height: 1.4;
}
.footer-contact-info ul li::after {
    content: "";
    display: block;
    clear: both;
}
.footer-contact-info ul li i {
    color: #ee1720;
    font-size: 16px;
}
.footer-contact-info ul li span {
    font-weight: 400;
    font-size: 14px;
    margin-left: 15px;
    line-height: 24px;
    margin-top: -6px;
}
.copyright-section {
    padding: 25px 0 27px;
    font-size: 14px;
}/*
.footer-newsletter {
    margin-top: 15px;
    background-color: #ee1720a8;
    padding: 14px;
    border-radius: 4px;
}
.footer-newsletter p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
}
.footer-newsletter input[type=email] {
    height: 40px;
    background-color: #282828;
    color: #fff;
}
.footer-newsletter input[type=email]::placeholder {
    color: #fff;
}
.footer-newsletter button[type=submit], .footer-newsletter input[type=submit] {
    background-color: #ee1720;
    padding: 10px 22px;
    margin-top: 10px;
    border-radius: 0;
    margin-left: 0;
    border: 1px solid #ee1720;
    transition: .3s;
}
.footer-newsletter button[type=submit]:hover, .footer-newsletter input[type=submit]:hover {
    background-color: #fff;
    color: #ee1720;
}*/
.hero2-carousel {
    position: relative;
}
.hero2-carousel.owl-theme .owl-dots {
    position: absolute;
    right: 28px;
    width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero2-carousel.owl-theme .owl-dots .owl-dot {
    outline: 0;
}
.hero2-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, .2);
    height: 20px;
    width: 20px;
}
.hero2-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #ee1720;
}
.hero-bg-1 {
    background-image: url(../img/hero-bg.jpg);
    background-size: cover;
}
.hero-bg-2 {
    background-image: url(../img/hero-bg-2.jpg);
    background-size: cover;
}
.hero-bg-3 {
    background-image: url(../img/hero-bg-3.jpg);
    background-size: cover;
}
@-webkit-keyframes fadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@-webkit-keyframes fadeOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
}
}@keyframes fadeOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
}
}.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeInDown {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes fadeInDown {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@-webkit-keyframes fadeInUp {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes fadeInUp {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.hero2-carousel .owl-item.active .hero-txt span {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.hero2-carousel .owl-item.active .hero-txt a.hero-boxed-btn, .hero2-carousel .owl-item.active .hero-txt h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.hero-txt.home-3 {
    position: static;
    z-index: 0;
}
.hero-txt.home-3 * {
    position: relative;
    z-index: 100;
}
div#particles-js canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}
.home-3.intro-section {
    position: relative;
}
.breadcrumb-area .breadcrumb-txt {
    padding: 260px 0 112px 0;
}
.breadcrumb-area {
    position: relative;
    background-image: url(../img/breadcrumb.jpg);
    background-size: cover;
}
.breadcrumb-txt {
    padding: 325px 270px 360px 0;
    color: #fff;
    position: relative;
    z-index: 100;
}
.breadcrumb-txt span {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: capitalize;
    display: inline-block;
}
.cases .breadcrumb-txt span {
    margin-bottom: 8px;
}
.breadcrumb-txt h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
}
.about ul.breadcumb {
    display: block;
    margin-top: 48px;
}
.breadcrumb-area-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0a3041;
    opacity: .6;
}
.about-bg {
    background-image: url(../img/about/header-bg.jpg);
    background-size: cover;
}
.about-company-section {
    padding: 60px 0;
}
.about-company-section ul {
    list-style: circle !important;
    display: flex;
    width: 100%;
}
.about-company-section ul li {
    padding: 11px;
    color: #ffffff;
    margin-right: 2px;
    float: left;
    background-color: #ee1720;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 20px;
}
.about-company-section ul li:hover {
    background-color: #5468af;
}
.about-company-section h2 {
    color: #ee1720 !important;
    font-weight: 700;
    font-size: 36px;
    /*font-family: "Raleway", sans-serif;*/
    font-family: 'Orbitron', sans-serif;
}
.about-company-section img {
    width: 100%}
    .about-company-section img {
    width: 46%;
    float: left;
    padding-right: 4%;
}
.about-company-section .section-summary {
    margin: 20px 0 42px;
}
.about-company-section .section-title {
    color: #afb2be;
}
.about-company-txt {
    padding-right: 10px;
}
.about-company-txt p {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-bottom: 23px;
    line-height: 28px;
}
.about .section-title {
    color: #afb2be;
}
.about .section-summary {
    color: #38383c;
}
.tile-gallery .big-img {
    min-height: 280px;
    margin-bottom: 30px;
}
.tile-gallery .big-img-bg {
    background-image: url(../img/about/gallery_1.jpg);
    background-size: cover;
}
.tile-gallery .small-img {
    min-height: 230px;
}
.tile-gallery .small-img-bg-1 {
    background-image: url(../img/about/gallery_2.jpg);
    background-size: cover;
}
.tile-gallery .small-img-bg-2 {
    background-image: url(../img/about/gallery_3.jpg);
    background-size: cover;
}
.choose-us {
    margin-top: 63px;
}
.single-reason {
    padding-right: 10px;
}
.about-icon-wrapper {
    height: 100%;
    width: 80px;
    border: 1px solid #3fd680;
    border-radius: 50%;
    text-align: center;
    float: left;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-reason .reason-txt {
    margin-left: 105px;
}
.single-reason .reason-txt h4 {
    font-size: 22px;
    color: #38383c;
    font-weight: 500;
    margin-top: 17px;
}
.single-reason .reason-txt p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    font-weight: 400;
    margin-top: 9px;
}
.about-icon-wrapper i {
    margin: 0;
    line-height: 80px;
    font-size: 30px;
    color: #ee1720;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-reason:hover .about-icon-wrapper {
    background-color: #ee1720;
    border: 1px solid #ee1720;
}
.single-reason:hover .about-icon-wrapper i {
    color: #fff;
}
.about .member-info {
    background-color: #f3f5f9;
}
.about.testimonial-section {
    padding: 117px 0 113px;
}
.about.team-section {
    padding: 0 0 120px;
}
.about.team-section .section-summary {
    margin: 15px 0 47px;
}
.about.testimonial-section .section-summary {
    margin: 15px 0 52px;
}
.breadcrumb-area .breadcrumb-txt.reduce-padding {
    padding: 290px 0 139px 0;
}
.breadcrumb-txt span {
    margin-bottom: 11px;
}
.service-section {
    padding: 120px 0 120px;
}
.service-bg {
    background-image: url(../img/services/header-bg.jpg);
    background-size: cover;
}
.service-section .section-title {
    color: #afb2be;
}
.single-service {
    margin-bottom: 30px;
    position: relative;
}
.single-service::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: 100%;
    bottom: 100%;
    border-top: 2px solid #ee1720;
    border-left: 2px solid #ee1720;
    visibility: hidden;
    z-index: -10;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-service::before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    left: 100%;
    top: 100%;
    border-right: 2px solid #ee1720;
    border-bottom: 2px solid #ee1720;
    visibility: hidden;
    z-index: -10;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-service:hover::after {
    visibility: visible;
    right: 0;
    bottom: 0;
}
.single-service:hover::before {
    visibility: visible;
    left: -2px;
    top: -2px;
}
.single-service .service-img-wrapper {
    overflow: hidden;
}
.single-service img {
    -webkit-transition: .5s;
    transition: .5s;
}
.single-service:hover img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.service-section .col-md-6:last-child .single-service {
    margin-bottom: 0;
}
.service-section .col-md-6:nth-last-child(2) .single-service {
    margin-bottom: 0;
}
.service-img-wrapper img {
    width: 100%}
.service-txt {
    background-color: #f7f7f7;
    padding: 25px 28px 30px;
    margin-top: -3px;
}
.service-txt .service-title {
    font-size: 24px;
    color: #38383c;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
}
.service-txt .service-title a {
    color: #38383c;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}
.service-txt .service-title a:hover {
    color: #ee1720;
}
.service-txt .service-summary {
    font-weight: 400;
    color: #5d5d61;
    font-size: 14px;
    line-height: 24px;
}
.appoint-section {
    padding: 67px 35px 70px;
    background-color: #ee1720;
    color: #fff;
}
.appoint-section h4 {
    font-size: 24px;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    margin-bottom: 30px;
}
.appoint-section input[type=color], .appoint-section input[type=date], .appoint-section input[type=datetime-local], .appoint-section input[type=email], .appoint-section input[type=month], .appoint-section input[type=number], .appoint-section input[type=range], .appoint-section input[type=search], .appoint-section input[type=tel], .appoint-section input[type=text], .appoint-section input[type=time], .appoint-section input[type=week], input[type=url] {
    border: none;
}
a.download-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-weight: 600;
    background-color: #0a3041;
    color: #fff;
    padding: 22px 30px;
    text-decoration: none;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    border: 1px solid #0a3041;
    -webkit-transition: .5s;
    text-transform: uppercase;
    transition: .5s;
}
a.download-btn:hover {
    background-color: #fff;
    color: #0a3041;
}
a.download-btn i {
    margin-right: 6px;
    font-size: 30px;
    font-weight: 400;
    color: #ee1720;
}
.service-details.breadcrumb-area .breadcrumb-txt {
    padding: 260px 0 110px 0;
}
.service-details-section {
    padding: 120px 0 118px;
}

.service-details-section .service-details ul {
    list-style: circle !important;
    /*display: flex;*/
    width: 100%;
    list-style-type: square;
}
.service-details-section .service-details ul li {
    padding: 0 0px 8px;
    list-style-type: square;
    margin-right: 2px;
    float: left;
    display: list-item;
    width: 100%;
    text-align: left;
    font-size: 17px;
    margin-left: 20px;
    border-radius: 20px;
}
.service-details-section ul li:hover {
    /*background-color: #5468af;*/
}

.service-details img {
    width: 100%}
.service-details-img-1, .service-details-img-2 {
    width: 100%}
.service-details-txt {
    margin-bottom: 54px;
}
.service-details-txt h2 {
    font-size: 35px;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    color: #38383c;
    margin: 22px 0;
}
.service-details-txt p {
    font-size: 14px;
    font-weight: 400;
    color: #5d5d61;
    line-height: 28px;
}
.why-choose-this h3 {
    font-size: 30px;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    color: #38383c;
}
.why-choose-this p {
    margin: 22px 0 23px;
}
.why-choose-this li, .why-choose-this p {
    font-size: 14px;
    font-weight: 400;
    color: #5d5d61;
    line-height: 24px;
}
.why-choose-this li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
    color: #38383c;
}
.why-choose-this li:last-child {
    margin-bottom: 0;
}
.why-choose-this li i {
    margin-top: 5px;
    margin-right: 10px;
    color: #ee1720;
}
.pricing-tables.pricing-page div[class*=col-]:nth-child(2n) .single-pricing-table {
    border-right: 2px solid #f1f1f1;
    border-left: 2px solid #f1f1f1;
}
.pricing-tables.pricing-page .single-pricing-table {
    margin-bottom: 40px;
}
.pricing-tables.pricing-page {
    padding-bottom: 80px;
}
.blogs .breadcrumb-txt span {
    margin-bottom: 11px;
}
.blogs ul.breadcumb {
    display: block;
    margin-top: 50px;
}
.blog-lists {
    padding: 120px 0 120px;
}
.blog-bg {
    background-image: url(../img/blog/blog-bg.jpg);
    background-size: cover;
}
.blog-lists .single-blog {
    margin-bottom: 30px;
    position: relative;
}
.blog-lists .col-md-6:last-child .single-blog {
    margin-bottom: 0;
}
.blog-lists .col-md-6:nth-last-child(2) .single-blog {
    margin-bottom: 0;
}
.blog-sidebar-widgets {
    background-color: #f7f7f7;
    padding: 40px 35px;
    margin-bottom: 40px;
}
.blog-sidebar-widgets.post-widget {
    padding: 37px 35px;
}
.blog-sidebar-widgets.category-widget {
    padding: 38px 35px 34px;
}
.searchbar::after {
    content: "";
    display: block;
    clear: both;
}
.searchbar input[type=search], .searchbar input[type=text] {
    width: 80%;
    float: left;
    border: none;
}
.searchbar button[type=submit], .searchbar input[type=submit] {
    width: 20%;
    float: left;
    padding: 0;
    height: 50px;
}
.category-lists h4, .popular-posts-lists h4 {
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: 700;
    color: #38383c;
    /*font-family: 'Source Serif Pro', serif;*/
}
.category-lists h4 {
    margin-bottom: 23px;
}
.single-popular-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.single-popular-post:last-child {
    margin-bottom: 0;
}
.single-popular-post::after {
    content: "";
    display: block;
    clear: both;
}
.single-popular-post img {
    width: 60px;
}
.popular-post-txt {
    margin-left: 15px;
}
.popular-post-txt h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Source Serif Pro', serif;
    line-height: 1.3;
}
.popular-post-txt h5 a {
    color: #38383c;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.popular-post-txt h5 a:hover {
    color: #ee1720;
}
.popular-post-txt small {
    font-size: 12px;
    font-weight: 400;
    color: #797e82;
}
.category-lists ul {
    padding: 0;
}
.category-lists ul li {
    display: block;
    margin-bottom: 14px;
}
.category-lists ul li.active a {
    color: #ee1720;
}
.category-lists ul li:last-child {
    display: block;
    margin-bottom: 7px;
}
.category-lists ul li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #38383c;
    text-decoration: none;
    padding-left: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}
.category-lists ul li a:hover {
    color: #ee1720;
}
.category-lists ul li a::after {
    position: absolute;
    content: "\f0da";
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #ee1720;
}
.subscribe-section {
    padding: 42px 40px 45px;
    background-color: #0a3041;
    color: #fff;
}
.subscribe-section span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 11px;
    color: #ee1720;
    /*font-family: 'Source Serif Pro', serif;*/
}
.subscribe-section h3 {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    line-height: 1.4;
}
.subscribe-section h3::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #ee1720;
}
/*.subscribe-form {
    margin-top: 47px;
}*/
.subscribe-form input[type=email] {
    border: none;
}
.subscribe-form button[type=submit], .subscribe-form input[type=submit] {
    display: inline-block;
    background-color: #ee1720;
    border: 1px solid #ee1720;
    color: #fff;
    padding: 15px 0;
    width: 120px;
    text-align: center;
    text-transform: uppercase;
}
/*.subscribe-form button[type=submit]:hover, .subscribe-form input[type=submit]:hover {
    background-color: #fff;
    border: 1px solid #ee1720;
    color: #ee1720;
}*/
.pagination-nav {
    margin-top: 50px;
    font-size: 14px;
}
.pagination-nav .pagination {
    justify-content: center;
}
.pagination-nav li.page-item {
    margin: 0 5px;
}
.pagination-nav a.page-link, .pagination-nav span.page-link {
    padding: 10px 15px;
    border: 2px solid #ddd;
    color: #38383c;
}
.pagination-nav .page-item:first-child .page-link {
    border-radius: 0;
}
.pagination-nav .page-item:last-child .page-link {
    border-radius: 0;
}
.pagination-nav li.page-item.active a, .pagination-nav li.page-item.active span {
    background-color: #ee1720;
    border: 2px solid #ee1720;
}
.breadcrumb-area.blog-details .breadcrumb-txt span {
    margin-bottom: 13px;
}
.blog-details-section {
    padding: 120px 0 90px;
}
.blog-details img {
    width: 100%}
.blog-details-img-1 {
    width: 100%}
.blog-details-section small.date {
    font-size: 12px;
    color: #797e82;
    display: inline-block;
    margin-top: 26px;
}
.blog-details-title {
    font-size: 35px;
    font-weight: 700;
    margin: 14px 0 23px;
    font-family: 'Source Serif Pro', serif;
    line-height: 1.4;
}
.blog-details-body p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}
.blog-details-quote {
    padding: 50px 37px;
    border-left: 3px solid #ee1720;
    font-style: italic;
    line-height: 32px;
    font-size: 18px;
    margin: 38px 0 35px;
    background-color: #f7f7f7;
}
.blog-share {
    margin-top: 38px;
}
.blog-share ul li {
    display: inline-block;
    margin-right: 15px;
}
.blog-share ul li:last-child {
    margin-right: 0;
}
.blog-share ul li a {
    display: block;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-radius: 50px;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
}
.blog-share ul li a:hover {
    opacity: .8;
}
.blog-share ul li a.facebook-share {
    background-color: #275baa;
}
.blog-share ul li a.twitter-share {
    background-color: #28c8f0;
}
.blog-share ul li a.linkedin-share {
    background-color: #0e76a8;
}
.blog-share ul li a i {
    margin-right: 10px;
}
.author-info {
    margin: 68px 0 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.author-info img {
    border-radius: 50%;
    width: 100px;
}
.author-details {
    margin-left: 35px;
}
.author-info .name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}
.author-info .desc {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}
.comment-lists h3 {
    font-size: 24px;
    font-weight: 700;
    color: #38383c;
    display: block;
    position: relative;
    margin-bottom: 49px;
    font-family: 'Source Serif Pro', serif;
}
.comment-lists h3::after {
    position: absolute;
    content: "";
    bottom: -9px;
    left: 0;
    height: 3px;
    width: 50px;
    background-color: #ee1720;
}
.single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 25px;
    background-color: #fbfbfb;
    margin-bottom: 30px;
}
.single-comment:last-child {
    margin-bottom: 0;
}
.single-comment-wrapper {
    margin-right: 20px;
}
.single-comment-wrapper img {
    border-radius: 50%;
    max-width: 60px;
}
.single-comment .person-name h5 {
    font-size: 16px;
    font-weight: 600;
}
.single-comment .person-info .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}
.single-comment .person-info .date small {
    font-size: 14px;
    color: #8b8b8b;
}
.single-comment .person-info .date a {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: #38383c;
    margin-top: -5px;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}
.single-comment .person-info .date a:hover {
    color: #ee1720;
}
.single-comment .person-info .comment {
    margin-top: 20px;
}
.single-comment .person-info .comment p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
.reply-form-section {
    margin-top: 67px;
}
.reply-form-section h3 {
    position: relative;
    margin-bottom: 52px;
    font-family: 'Source Serif Pro', serif;
    font-size: 24px;
    font-weight: 700;
    color: #38383c;
}
.reply-form-section h3::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 3px;
    width: 50px;
    background-color: #ee1720;
}
.reply-form-section .form-element {
    margin-bottom: 20px;
}
.reply-form-section .form-element.reduced-mb {
    margin-bottom: 17px;
}
.cases.breadcrumb-area .breadcrumb-txt {
    padding: 214px 0 90px 0;
}
.cases ul.breadcumb {
    margin-top: 44px;
}
.single-case-bg-6 {
    background-image: url(../img/case/case-6.jpg);
    background-size: cover;
}
.case-lists .section-title {
    color: #afb2be;
}
.case-types {
    display: block;
    height: 100%;
    text-align: right;
    margin-bottom: 20px;
}
.case-types ul {
    width: 100%}
.case-types ul li {
    display: inline-block;
    margin-bottom: 10px;
}
.case-types ul li.active a {
    background-color: #ee1720;
    color: #fff;
}
.case-types ul li:last-child {
    margin-right: 0;
}
.case-types ul li a {
    display: block;
    color: #666;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
    border: 1px solid #ee1720;
    padding: 0;
    cursor: pointer;
    transition: .5s;
    outline: 0;
    padding: 8px 10px;
    background-color: #fff;
    font-size: 14px;
    color: #ee1720;
    border-radius: 0;
    transition: .5s;
}
.case-types ul li a:hover {
    background-color: #ee1720;
    color: #fff;
}
.case-types ul li a.active {
    color: #ee1720;
}
.case-types ul li:last-child {
    margin-right: 0;
}
.case-lists {
    padding: 120px 0 90px;
}
.case-lists .single-case {
    margin-bottom: 30px;
    width: 100%;
    background-size: cover;
}
.case-lists .gutter-sizer {
    width: 3%}
.case-lists .col-md-6:nth-last-child(1) .single-case {
    margin-bottom: 0;
}
.case-lists .col-md-6:nth-last-child(2) .single-case {
    margin-bottom: 0;
}
.case-lists .col-md-6:nth-last-child(3) .single-case {
    margin-bottom: 0;
}
.case-lists .single-case {
    height: 280px;
}
.case-lists .single-case .inner-container {
    padding: 0 45px;
}
.case-lists.case-page .single-case {
    width: 100%}
.case-details .breadcrumb-txt span {
    margin-bottom: 7px;
}
.case-details ul.breadcumb {
    margin-top: 44px;
}
.case-details ul.breadcumb {
    display: block;
    margin-top: 34px;
}
.case-details.breadcrumb-area .breadcrumb-txt {
    padding: 260px 0 110px 0;
}
.case-details-section {
    padding: 120px 0 118px;
}
.case-details-img {
    width: 100%}
.case-details-txt h2 {
    font-size: 35px;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    color: #38383c;
    margin: 22px 0 14px;
}
.case-details-txt p {
    font-size: 14px;
    font-weight: 400;
    color: #5d5d61;
    line-height: 28px;
}
.case-details-section .case-details-points {
    margin-top: 34px;
}
.case-details-section .case-details-points h3 {
    font-size: 30px;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    color: #38383c;
}
.case-details-section .project-overview p {
    margin: 23px 0;
}
.case-details-section .result p {
    margin: 16px 0 23px;
}
.case-details-section .case-details-points li, .case-details-section .case-details-points p {
    font-size: 14px;
    font-weight: 400;
    color: #5d5d61;
    line-height: 24px;
}
.case-details-section .case-details-points li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
    color: #38383c;
}
.case-details-section .case-details-points li:last-child {
    margin-bottom: 0;
}
.case-details-section .case-details-points li i {
    margin-top: 5px;
    margin-right: 10px;
    color: #ee1720;
}
.project-infos {
    background-color: #f1f1f1;
    padding: 40px 40px;
    margin-bottom: 60px;
    font-size: 14px;
}
.project-infos h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 27px;
    color: #283659;
    line-height: 30px;
}
.project-infos strong {
    text-transform: capitalize;
    color: #283659;
    font-weight: 600;
    font-size: 14px;
}
.project-infos span {
    display: inline-block;
    margin-right: 10px;
}
a.single-ss {
    cursor: zoom-in;
}
.single-ss img {
    width: 100%}
.project-ss-carousel {
    position: relative;
}
.owl-theme.common-carousel.project-ss-carousel .owl-nav {
    z-index: -1;
}
.owl-carousel.common-carousel.project-ss-carousel .owl-nav button.owl-prev {
    margin-left: -40px;
}
.owl-carousel.common-carousel.project-ss-carousel .owl-nav button.owl-next {
    margin-right: -40px;
}
.project-ss-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #ee1720;
}
.case-details img {
    width: 100%}
.contact-bg {
    background-image: url(../img/contact_bg.jpg);
    background-size: cover;
}
.contact ul.breadcumb {
    display: block;
    margin-top: 35px;
}
.contact.breadcrumb-area .breadcrumb-txt {
    padding: 258px 0 110px 0;
}
.contact-form-section {
    padding: 60px 0 60px;
}
.contact-form-section .section-title {
  font-size: 32px;
  color: #2c2c2c;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: block;
}
.contact-form-section .section-summary{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: Poppins, sans-serif;
  padding-bottom: 0;
  margin: 0 0 30px;
  display: block;
}
.contact-form-section .section-summary {
    padding-right: 80px;
}
.contact-form .form-element {
    margin-bottom: 20px;
}
.contact-form .form-element {
    margin-bottom: 20px;
}
.contact-form .form-element.reduced-mb {
    margin-bottom: 17px;
}
.contact-form textarea {
    height: 100px;
}
.map-wrapper {
    height: 100%;
    position: relative;
}
#contact-page .contactForm {
    padding: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
}
#contact-page .contactForm .input-group-addon {
    position: absolute;
    top: 13px;
    left: 0;
}
#contact-page .contactForm i {
    color: #e58304;
    font-weight: 100;
    font-size: 16px;
    padding-left: 0;
}
#contact-page .contact-form.contactForm .form-element {
    position: relative;
}
div#map {
    height: 100%}
.contact-infos {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #fff;
    opacity: .95;
    padding: 40px 50px 38px;
    max-width: 360px;
}
.single-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.single-contact-info:last-child {
    margin-bottom: 0;
}
.single-contact-info i {
    margin-right: 20px;
    color: #ee1720;
    font-size: 20px;
}
.single-contact-info p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-top: -5px;
}
.quote-area {
    padding: 60px 0;
}
.quote-area .form-element{
    position: relative;
}
.quote-area .form-element .input-group-addon {
    position: absolute;
    top: 13px;
    left: 0;
}
.quote-area .form-element i {
    color: #e58304;
    font-weight: 100;
    font-size: 16px;
    padding-left: 0;
}
.quote-area .custom-control.custom-checkbox .pt-1 {
    padding-top: 2px !important;
    padding-bottom: 2px;
}
.faq-section {
    padding: 120px 0 100px;
}
.faq-section .accordion .card {
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
}
.faq-section .card-header {
    padding: 0;
}
.faq-section .accordion .card .card-header {
    background-color: #ededed;
    border: none;
}
.faq-section .accordion .card .card-header .btn {
    font-weight: 700;
    color: #0a3041;
    font-weight: 18px;
    border-radius: 3px;
    padding: 12px 30px 16px;
    text-decoration: none;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-section .accordion .card .card-header .btn:hover {
    background-color: #ee1720;
    color: #fff;
}
.faq-section .accordion .card .card-header .btn[aria-expanded=true] {
    background-color: #ee1720;
    color: #fff;
}
.faq-section .accordion .card .card-header .btn::after {
    position: absolute;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faq-section .accordion .card .card-header .btn[aria-expanded=true]::after {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faq-section .card-body {
    line-height: 28px;
    padding: 32px 20px 12px;
}
.team-page .single-team-member {
    margin-bottom: 30px;
}
.team-page {
    padding: 120px 0 90px;
}
.gallery-section {
    padding: 120px 0;
}
.single-pic img {
    width: 100%;
    border-radius: 8px;
}
.gallery-section .single-pic {
    margin-bottom: 30px;
}
.single-pic {
    position: relative;
    border-radius: 8px;
}
.single-pic-overlay {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.single-pic:hover .single-pic-overlay {
    visibility: visible;
    opacity: .6;
}
.single-pic .inner, .single-pic .outer {
    width: 100%}
.single-pic h4 {
    font-weight: 700;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 9px;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.single-pic:hover h4 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.single-pic h4::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    bottom: 0;
    background-color: #0ff;
    left: 50%;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}
.single-pic a.icon-wrapper {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.single-pic:hover a.icon-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.single-pic .txt-icon {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    transform: translate(-50%, -50%);
}
.gallery-section div[class*=col-]:nth-last-child(1) .single-pic, .gallery-section div[class*=col-]:nth-last-child(2) .single-pic, .gallery-section div[class*=col-]:nth-last-child(3) .single-pic {
    margin-bottom: 0;
}
.gallery-section.masonry .single-pic {
    float: left;
    width: 33.33%;
    margin-bottom: 0;
    border-radius: 0;
}
.grid-sizer {
    width: 33.33%}
.gallery-section.masonry .single-pic img {
    border-radius: 0;
    width: 100%}
.gallery-section.masonry .single-pic-overlay {
    border-radius: 0;
}
.error-section {
    padding: 89px 0 92px;
}
.oops {
    max-width: 100px;
    margin: 0 auto;
}
.oops img {
    width: 100%}
.not-found img {
    width: 100%}
.error-txt {
    text-align: center;
    margin-top: 30px;
}
.error-txt h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    margin: 21px 0 14px;
    color: #0a3041;
}
.error-txt p {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.error-txt a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 30px;
    background-color: #ee1720;
    border: 1px solid #ee1720;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.error-txt a:hover {
    color: #ee1720;
    background-color: #fff;
}
.package-order {
    background-color: #ee1720;
    border-color: #ee1720;
    color: #fff;
}
.package-order.single-pricing-table span.title {
    color: #fff;
}
.package-order.single-pricing-table .price {
    color: #fff;
}
.package-order.single-pricing-table .features {
    color: #fff;
}
.header-absolute  {
 /* background: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);*/
}
.arti-top-phone{
  float: right !important;
    right: 0;
    clear: both;
    top: 0;
    margin-top: 0px;
    position: absolute;
    z-index: 1;
}
.arti-top-phone div {
    display: inline-block;
    margin-left: 12px;
    position: relative;
    padding: 0 0 10px 0;
}
.arti-top-phone .inqSal {
  font-size: 15px;
  padding: 10px 0;
  margin: 0px;
  font-weight: 400;
  color: #000000;
}
.arti-top-phone .phone-menu{
  cursor: pointer;
}
.phone-menu .com-info-inquiry-dd{
  position: relative;
}

.phone-menu:hover .com-info-inquiry-dd {
   display: block !important;
    position: absolute;
    right: 0;
    top: 26px;
    z-index: 99999;
    background-color: #fff;
    padding: 0px;
    min-width: 340px;
    margin: 0px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border-radius: 4px;
}

.phone-menu .inquiry-block {
    margin: 0px !important;
    width: 100%;
}
.arti-top-phone .phone-menu:hover {
    color: #e58304;
}
.phone-menu .con-heading {
  font-size: 19px;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  color: #656565;
  width: 100%;
  margin: 0px;
  font-weight: 600;
}
.phone-menu .inquiry-block ul {
    list-style: none;
    padding: 0px;
    padding-bottom: 0px;
    /*border-bottom: 1px solid #ddd;*/
}
.inquiry-block.sales-inquiry {
    border-bottom: 1px solid #ddd;
}
.sales-inquiry {
    padding-left: 92px !important;
    background: url(../img/sales-icon.png) no-repeat;
    background-position: left center;
}
.hr-inquiry {
    padding-left: 92px !important;
    background: url(../img/hr-icon.png) no-repeat;
    background-position: left center;
}


.phone-menu .inquiry-block ul li {
   padding: 8px 0px;
    font-weight: 600;
}
.phone-menu .inquiry-block ul li i {
    padding-right: 9px;
    overflow: hidden;
    color: #a2a2a2;
    font-size: 23px;
    float: left;
    margin-top: 1px;
}
.com-info-inquiry {
    margin: 0px !important;
}
.arti-top-phone div i {
    padding-right: 4px;
}
.top-r-info {
    position: relative;
}



/* Case Study Section
--------------------------------*/

#casestudy {
  padding: 60px 0 0px 0;
  background-image: url(../img/case-study-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Open Sans", sans-serif;
}

#casestudy .casestudy-img {
  overflow: hidden;
  position: relative;
}

#casestudy .casestudy-img img {
  margin-left: -15px;
  max-width: 100%;
  position: absolute;
  bottom: 0px;
}

#casestudy .content h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
}

#casestudy .content h3 {
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

#casestudy .content p {
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 10px;
}

#casestudy .content p:last-child {
  margin-bottom: 0;
}

#casestudy .content i {
  font-size: 18px;
  color: #ee9126;
  float: left;
  padding-right: 8px;
  display: block;
  overflow: hidden;
}
#casestudy .content ul li:before {
    content: "\f375";
  display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 18px;
    color: #f48a16;
}

#casestudy .content ul {
  list-style: none;
  padding: 0;
  padding-bottom: 20px;
  display: inline-block;
}

#casestudy .content ul li {
  padding-bottom: 6px;
  color: #ffffff;
  width: 49%;
  float: left;
  margin-right: 1%;
  padding-left: 24px;
  background-position: 0px 3px;
  line-height: 19px;
  position: relative;
}


/* Clients Section
--------------------------------*/

#clients {
  padding: 50px 0;
}
#clients .section-header{
  margin-bottom: 0px;
}
#clients .section-header h2 {
    border: 0;
    text-align: left;
    font-size: 36px;
    font-weight: 400;
    margin: 0px;
}
#clients img {
  max-width: 100%;
  /*opacity: 0.5;*/
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
  display: none;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #ee1720;
}

#clients .single-partner-item {
    height: auto;
    text-align: center;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 60px 0 40px;
    background-color: #e58304;
    background-image: url(../img/1.jpg);
    background-size: cover;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: left;
}
#contact .contact-info .icon-div {
    float: left;
    padding: 5px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    margin-right: 15px;
}
#contact .section-header {
    margin-bottom: 30px;
    text-align: left;
}
#contact .section-header h2 {
    color: #ffffff;
    border: 0;
    text-align: left;
    font-size: 36px;
    font-weight: 400;
}
#contact .contact-email p {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #ffffff;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #ffffff;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #ffffff;
  display: block;
}

#contact .contact-info a:hover {
  color: #ee1720;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
  min-height: 70px;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #ee1720;
  border: 1px solid #ee1720;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #ee1720;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #2dc899;
}


.contactForm {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    border: 6px solid #ddd;
    margin-left: 50px;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-left: 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
/*.contactForm input[type="text"] {
    position: relative;
}

.contactForm input[type="text"]:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    left: -5px;
    content: "\f007";
}*/
#contact .contactForm .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#contact .contactForm .form-control:focus {
  outline: none !important;
  box-shadow: none;
  border-color: #ee1720;
}

#contact .contactForm .form-group {
    margin-bottom: 0;
}
#contact .contactForm textarea.form-control {
  border: 1px solid #ced4da;
    max-height: 75px;
    margin-bottom: 15px;
}
#contact .contactForm span i{
  position: inherit;
}
#contact .contactForm span{
  color: #777676;
  }
#contact .contactForm i{
  color: #000;
}
#contact .contactForm .input-group-addon {
    position: relative;
    top: 0;
}
#contact .contactForm  input.form-control {
  padding: 9px 21px;
}
#contact .contactForm i {
  color: #e58304;
  position: absolute;
  font-weight: 100;
  top: -38px;
  font-size: 16px;
  padding-left: 0;
}
#contact .contactForm .form-element.no-margin {
    text-align: right;
    margin-top: 10px !important;
}

.contactForm button {
   background: #e58304;
    border: 0px;
    padding: 12px 15px;
    color: #fff;
    border-radius: 2px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
}
.contactForm button:hover{
    color: #fff;
    background: #ee1720;
}
#about p span {
    color: #f48a16;
    font-weight: bold;
}
.fa-phone:before {
    content: "\f095";
}
.fa-commenting:before {
    content: "\f27a";
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #f48a16;
    background-color: #f48a16;
}
.arti-bread {
    margin: 0 auto;
    text-align: center;
}


.arti-bread .btn-get-started  {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

.arti-bread .btn-get-started {
      background: #f48a16;
    border: 2px solid #f48a16;
}

.arti-bread .btn-get-started:hover {
  background: none;
  color: #f48a16;
}


.quote-area select {
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-left: 0px;
}
.hero-area h1 {
    color: #f48a16;
    padding-top: 21px;
}
.footer-section a {
    color: #ff202b;
}
.footer-newsletter p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.footer-section .footer-newsletter input[type="email"] {
    background: none;
    margin-bottom: 10px;
    color: #fff;
    padding: 0px;
}
.footer-section .footer-newsletter input:focus{
    outline: none;
    border: 0px;
    border-bottom: 1px solid #ffffff;
}
.footer-logo-wrapper {
    text-align: left;
    max-width: 150px;
    max-height: 60px;
    display: none;
}
.footer-logo-wrapper .footer-txt h4 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Orbitron', sans-serif;
}
.top-footer-section button[type=submit] {
   color: #555555;
    font-weight: 500;
    height: 40px;
    letter-spacing: 1px;
    margin-top: 15px;
    padding: 0 32px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
     border: 1px solid #ffffff;
     background: #ffffff;
}
.top-footer-section button[type=submit]:hover {
    color: #ffffff;
    background-color: #ee1720;
    border: 1px solid #ee1720;
}

.arihant_blog .owl-nav {
    display: block !important;
}
.arihant_blog .owl-carousel.common-carousel .owl-nav button.owl-next,
.arihant_blog .owl-carousel.common-carousel .owl-nav button.owl-prev {
    opacity: 1;
}
.arihant_blog .owl-theme.common-carousel .owl-nav {
    position: absolute;
    width: auto;
    top: -82px;
    right: 0px;
    transform: translateY(-50%);
}
.arihant_blog .owl-carousel.common-carousel .owl-nav button.owl-next,
.arihant_blog .owl-carousel.common-carousel .owl-nav button.owl-prev {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #555;
    border-radius: 0;
    color: #555555;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    height: 35px;
    line-height: 32px;
    margin: 0 0 0 10px;
    padding: 0;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 35px;
}
.arihant_blog .owl-carousel.common-carousel .owl-nav button.owl-next:hover,
.arihant_blog .owl-carousel.common-carousel .owl-nav button.owl-prev:hover {
    background: #ee1720;
    border-color: #ee1720;
    color: #fff;
}
.arihant_blog .section-titel.style-3 {
    padding-left: 15px;
}
.arihant_blog .section-titel.style-3 span {
font-size: 16px;
}


.arihant-fb-widget iframe {
    width: 100%;
}


@media (max-width: 1200px){
    .single-testimonial p.comment {
    font-size: 20px;
    line-height: 29px;
    padding: 0 20px;
}


}
@media (max-width: 768px){
    .single-testimonial {
    padding: 0 !important;
}
.client-desc {
    padding: 0 !important;
    }
    .arihant_blog .owl-theme.common-carousel .owl-nav {
    display: none !important;
}
}

@media (max-width: 600px){
.arihant_blog .owl-theme.common-carousel .owl-nav {
    display: none !important;
    }
    .footer-section ul.footer-links li {
    width: 100%;
    float: left;
}
ul.footer-links {
    margin-bottom: 35px;
    display: inline-block;
}
.copyright-section div {
    padding-bottom: 10px;
    text-align: center;
}
}

@media only screen and (max-width: 480px){
}
ul.footer-links {
    margin-bottom: 35px;
    display: inline-block !important;
}
}
