@import url(https://fonts.googleapis.com/css?family=Archivo:400,400i,500,500i,600,600i,700,700i|Raleway:400,400i,500,500i,600,600i,700,700i,800,800i|Oswald:200,300,400,500,600,700|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap);
@import url(fontawesome-all.css);
@import url(animate.css);
@import url(owl.css);
@import url(jquery.fancybox.min.css);
@import url(scrollbar.css);
body {
    font-size: 14px;
    color: #777;
    line-height: 28px;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: Roboto, sans-serif
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #dc1414
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.2em;
    font-family: Archivo, sans-serif
}

textarea {
    overflow: hidden;
    resize: none
}

button {
    outline: 0!important;
    cursor: pointer
}

.text,
p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #666;
    margin: 0
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

.our-website {    position: relative;    z-index: 9; padding: 50px 0px;}
.inner-column-website ul {    column-count: 2; padding-top: 20px;}
.inner-column-website ul li {  line-height: 25px; list-style-type: none; border-bottom: 1px solid #db6960;  margin-bottom: 8px;}
.inner-column-website ul li a{color: #fff; transition: 0.5s; font-size: 20px;}
.inner-column-website ul li a:hover{padding-left: 5px;}
.inner-column-website {box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;border: 6px dotted black; background: linear-gradient(45deg, #e41212, #0093dd);    padding: 18px;    border-radius: 5px;  animation: bganimation 15s infinite;}
.inner-column-website h2{font-size: 25px;}
.inner-column-website h2 u {
    font-style: italic;
    
    width: 100%;
    text-align: center;
    align-items: center;
    padding: 9px;
    border-radius: 11px;
}
.inner-column-website ul li a i {
    margin-right: 10px;
    color: lightskyblue;
}



.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.small-container {
    position: static;
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto
}
.header-upper {
    border-top: 1px solid #ccc;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.theme-btn {
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: Raleway, sans-serif
}

.centered {
    text-align: center!important
}

.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 15px 35px;
    font-weight: 700;
    border-radius: 50px;
    background-color: #002121;
    overflow: hidden
}

.btn-style-one .btn-title {
    position: relative
}

.btn-style-one:hover {
    color: #002121;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -o-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -moz-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}

.btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.btn-style-two {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 15px 35px;
    font-weight: 700;
    background-color: #002121;
    border-radius: 50px;
    overflow: hidden
}

.btn-style-two .btn-title {
    position: relative
}

.btn-style-two:hover {
    color: #dc1414;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -o-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -moz-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}

.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.btn-style-three {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #002121;
    padding: 15px 40px;
    font-weight: 700;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden
}

.btn-style-three .btn-title {
    position: relative
}

.btn-style-three:hover {
    color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.btn-style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #002121;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -o-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -moz-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}

.btn-style-three:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.btn-style-four {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 13px 40px;
    font-weight: 400;
    overflow: hidden;
    background-color: #dc1414;
    border: 2px solid #dc1414;
    transition: all .3s linear
}

.btn-style-four:hover {
    color: #dc1414;
    background-color: #222;
    border: 2px solid #222;
    -webkit-box-shadow: rgba(34, 34, 34, 1) 0 0 0 40px inset;
    -moz-box-shadow: rgba(34, 34, 34, 1) 0 0 0 40px inset;
    -ms-box-shadow: rgba(34, 34, 34, 1) 0 0 0 40px inset;
    -o-box-shadow: rgba(34, 34, 34, 1) 0 0 0 40px inset;
    box-shadow: rgba(34, 34, 34, 1) 0 0 0 40px inset
}

.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.list-style-one li {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    color: #777;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 15px
}

.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    color: #dc1414;
    font-weight: 900;
    font-family: FontAwesome;
    content: "\f101"
}

.list-style-two {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.list-style-two li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 15px;
    font-family: Archivo, sans-serif
}

.list-style-two li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 20px;
    color: #dc1414;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f061"
}

.theme_color {
    color: #25262c
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
/*    background-image: url(../images/icons/preloader.svg)*/
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.tabs-box {
    position: relative
}

.tabs-box .tab {
    display: none
}

.tabs-box .active-tab {
    display: block
}

.scroll-to-top {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #002121;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    background: #fff;
    display: none;
    border-radius: 0;
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.scroll-to-top:hover {
    background: #002121;
    color: #fff
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.main-header .header-top {
    position: relative;
    background-color: #002121
}

.main-header .top-left {
    position: relative;
    float: left
}

.main-header .top-left .text {
    position: relative;
    padding: 15px 0;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 400
}

.main-header .top-left .text .icon {
    color: #dc1414;
    margin-right: 5px
}

.main-header .top-right {
    position: relative;
    float: right;
    top: 20px;
    background-color: #dc1414;
    padding-left: 30px
}

.main-header .top-right:before {
    position: absolute;
    left: -18px;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #dc1414;
    content: "";
    transform: skew(30deg)
}

.main-header .header-top .contact-info {
    position: relative;
    float: left;
    margin-right: 145px
}

.main-header .header-top .contact-info li {
    position: relative;
    float: left;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    padding: 15px 0;
    margin-right: 45px
}

.main-header .header-top .contact-info li .icon {
    position: relative;
    top: 1px;
    float: left;
    color: #222;
    line-height: 30px;
    margin-right: 10px
}

.main-header .header-top .contact-info li a {
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .header-top .contact-info li a:hover {
    color: #222
}

.header-style-three .header-top .contact-info li a:hover {
    color: #dc1414
}

.main-header .header-top .social-icon-one {
    position: relative;
    float: right;
    padding: 15px 0
}

.social-icon-one {
    position: relative
}

.social-icon-one li {
    position: relative;
    float: left;
    margin-left: 20px
}

.social-icon-one li:first-child {
    margin-left: 0
}

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 29px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon-one li a:hover {
    color: #222
}

.header-top .change-language {
    position: relative;
    float: right;
    margin-left: 55px
}

.header-top .change-language .language {
    position: relative;
    padding: 0
}

.header-top .change-language .language .dropdown-menu {
    left: auto!important;
    right: 0;
    top: 120%!important;
    width: 170px;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    background-color: #222;
    border: none;
    border-top: 2px solid #df6512;
    transform: none!important
}

.header-top .change-language .language>a {
    position: relative;
    display: block;
    border: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #dc1414;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.header-top .change-language .language>a .flag {
    position: absolute;
    left: 0;
    top: 9px;
    width: 25px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center
}

.header-top .change-language .language>a i {
    float: right;
    top: 2px;
    font-size: 13px;
    line-height: 30px;
    color: #999;
    vertical-align: middle
}

.header-top .change-language .language .dropdown-menu>li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.header-top .change-language .language .dropdown-menu>li:last-child {
    border-bottom: none
}

.header-top .change-language .language .dropdown-menu>li>a {
    padding: 8px 15px!important;
    line-height: 24px;
    display: block;
    color: #fff!important;
    text-align: left;
    font-size: 15px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.header-top .change-language .language .dropdown-menu>li>a:hover {
    color: #fff;
    background: #df6512
}

.main-header .top-right .social-icon-one {
    float: left
}

.main-header .logo-outer {
    position: relative;
    width:35%;
}

.main-header .header-upper {
    padding-top: 20px
}

.main-header .header-upper .upper-right {
    position: relative
}

.main-header .info-box {
    position: relative;
    float: left;
    text-align: left;
    min-height: 50px;
    margin-left: 60px;
    padding-top: 5px;
    margin-bottom: 20px
}

.main-header .info-box:first-child {
    margin-left: 0
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0;
    top: -5px;
    height: 60px;
    width: 60px;
    text-align: left
}

.main-header .info-box .icon-box span {
    font-size: 50px;
    line-height: 60px;
    color: #000
}

.main-header .info-box li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400
}

.main-header .info-box li a {
    color: #777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .info-box li a:hover {
    color: #dc1414
}

.main-header .info-box strong {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #222;
    font-size: 18px;
    line-height: 24px;
    font-family: Archivo, sans-serif
}

.main-header .upper-right .btn-box {
    position: relative;
    padding-left: 0;
    margin-left: 100px
}

.main-header .upper-right .btn-box a {
    border-radius: 50px;
    font-weight: 400;
    padding: 15px 30px
}

.main-header .header-lower {
    position: relative;
    background: linear-gradient(45deg, #e41212, #0093dd)
}

.main-header .header-lower .logo-box {
    position: relative;
    float: left
}

.main-header .header-lower .logo {
    position: relative;
    padding: 27px 0
}

.main-header .header-lower .logo img {
    position: relative;
    max-width: 100%;
    height: auto
}

.main-header .header-lower .nav-outer {
    position: relative
}

.main-header .main-box {
    position: relative;
    left: 0;
    top: 0;
    border-radius: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu {
    position: relative;
    float: left;
    font-family: Archivo, sans-serif
}

.main-menu .navbar-header {
    display: none
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    position: relative;
    margin: 0
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 20px 0;
    margin-right: 55px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #002121;
    text-align: center;
    line-height: 30px;
    opacity: 1;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    color: #dc1414
}

.main-menu .navigation>li>a:after {
    position: absolute;
    left: 50%;
    top: 30px;
    height: 3px;
    width: 0;
   /* background-image: url(../images/icons/current-after.png); */
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu .navigation>li.current>a:after,
.main-menu .navigation>li:hover>a:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 240px;
    z-index: 100;
    display: none;
    padding: 5px 20px;
    background: #fff;
    font-family: Roboto, sans-serif;
    border-top: 2px solid #dc1414;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    height: 500px !important;
    overflow-y: scroll !important;
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    content: '';
    left: 0;
    top: -12px;
    width: 100%;
    height: 12px
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    color: #353535;
    text-align: left;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li:hover {
    border-color: #dc1414
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover,
.main-menu .navigation>li>ul>li:hover>a {
    color: #dc1414
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 0;
    top: 12px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 21px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    margin-left: 20px;
    top: 12px;
    width: 240px;
    z-index: 100;
    display: none;
    padding: 5px 20px;
    background: #fff;
    font-family: Roboto, sans-serif;
    border-top: 2px solid #dc1414;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:hover {
    border-color: #dc1414
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    color: #353535;
    text-align: left;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #dc1414
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    margin-top: 10px
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header .outer-box {
    position: relative;
    float: right
}

.main-header .search-box-outer {
    position: relative;
    float: left;
    text-align: center;
    background-color: #dc1414;
    border-radius: 0
}

.main-header .search-box-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #dc1414;
    font-weight: 400;
    padding: 20px 0;
    width: 70px;
    background-color: transparent
}

.dropdown-toggle::after {
    display: none
}

.main-header .search-box-outer .dropdown-menu {
    top: 69px!important;
    left: auto!important;
    right: 0!important;
    padding: 0;
    width: 280px;
    border-radius: 0;
    transform: none!important;
    border-top: 3px solid #dc1414
}

.main-header .search-panel .form-container {
    padding: 25px 20px
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0
}

.main-header .search-panel input[type=password],
.main-header .search-panel input[type=search],
.main-header .search-panel input[type=text],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    border: 1px solid #e0e0e0;
    background: #fff;
    font-size: 14px
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #dc1414
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    border: 0;
    height: 40px;
    text-align: center;
    color: #000;
    font-size: 12px;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .search-panel .search-btn:hover {
    color: #dc1414
}

.main-header .cart-btn {
    position: relative;
    float: left;
    margin-right: 45px;
    padding: 15px 0
}

.main-header .cart-btn a {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    color: #000;
    z-index: 9
}

.main-header .cart-btn .count {
    position: absolute;
    right: 0;
    top: 4px;
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
    background-color: #002121;
    border-radius: 50%
}

.header-style-four {
    left: 0;
    top: 0;
    width: 100%
}

.header-style-four .header-upper {
    padding-top: 0
}

.header-style-four .info-box {
    margin-left: 60px
}

.header-style-four .info-box li,
.header-style-four .info-box li a,
.header-style-four .info-box li strong,
.header-style-four .main-menu .navigation>li>a {
    color: #fff
}

.header-style-four .info-box .icon-box span {
    color: #dc1414
}

.header-style-four .main-box {
    border-radius: 0;
    box-shadow: none
}

.header-style-four .main-menu .navigation>li {
    margin-right: 31px;
    border-bottom: 1px solid transparent
}

.header-style-four .main-menu .navigation>li.current,
.header-style-four .main-menu .navigation>li:hover {
    border-bottom: 1px solid #fff
}

.header-style-four .search-box-outer {
    background-color: transparent;
    padding: 15px 0
}

.header-style-four .search-box-btn {
    height: 40px;
    width: 40px;
    border: 1px dashed #fff;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    font-size: 14px
}

.header-style-four .outer-box .btn-box {
    position: relative;
    float: right;
    margin-left: 35px
}

.header-style-four .outer-box .btn-box .theme-btn {
    display: block;
    border-radius: 0;
    font-weight: 400;
    padding: 21px 45px
}

.header-style-four .main-menu .navigation>li>a:after {
    display: none
}

.header-style-four .main-menu .navigation>li.current>a,
.header-style-four .main-menu .navigation>li:hover>a {
    color: dc1414
}

.header-style-four .cart-btn {
    padding: 15px 0;
    margin-right: 45px
}

.header-style-four .cart-btn a {
    color: #fff
}

.header-style-four .cart-btn .count {
    background-color: dc1414
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    z-index: 99999;
    background: #fff;
    border-bottom: 1px solid #f1f1f1
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible
}

.sticky-header .main-menu .navigation>li {
    margin-left: 25px!important;
    margin-right: 0!important;
    padding: 0!important;
    background-color: transparent;
    font-family: Roboto, sans-serif
}

.sticky-header .main-menu .navigation>li.current>a:after,
.sticky-header .main-menu .navigation>li:after,
.sticky-header .main-menu .navigation>li:hover>a:after {
    display: none
}

.sticky-header .main-menu .navigation>li>a {
    padding: 25px 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sticky-header .main-menu .navigation>li.current-menu-item>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    opacity: 1;
    color: #dc1414;
    background-color: #fff
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
    display: none
}

.sticky-header .auto-container {
    max-width: 1200px
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 35px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    display: none
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu .menu-box .mCSB_inside>.mCSB_container {
    margin-right: 10px
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.mobile-menu .close-btn:hover {
    color: #dc1414;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu .navigation li ul li>a {
    font-size: 14px;
    text-transform: capitalize
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #dc1414;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: #dc1414
}

.mobile-menu .navigation li.current>a:before {
    height: 100%
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #dc1414;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 5px 10px
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 28px;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu .social-links li a:hover {
    color: #dc1414
}

.sec-title {
    position: relative;
    margin-bottom: 50px
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #dc1414;
    font-weight: 700;
    margin-bottom: 15px
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 48px;
    color: #002121;
    font-weight: 600;
    padding-bottom: 23px
}

.sec-title .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #ddd;
    font-weight: 400;
    margin-top: 40px
}

.sec-title h2:before {
    position: absolute;
    bottom: 0;
    left: 60px;
    height: 4px;
    width: 10px;
    background-color: #ccc;
    content: "";
    z-index: 1
}

.sec-title h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #dc1414;
    content: ""
}

.sec-title .text-column .text {
    margin-top: 35px;
    font-size: 18px;
    line-height: 30px;
    color: #666
}

.sec-title.text-center h2:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 10px;
    background-color: #ccc;
    content: "";
    z-index: 1;
    margin: 0 auto;
    -webkit-transform: translateX(35px);
    -moz-transform: translateX(35px);
    -ms-transform: translateX(35px);
    -o-transform: translateX(35px);
    transform: translateX(35px)
}

.sec-title.text-center h2:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #dc1414;
    content: "";
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px)
}

.sec-title.light h2 {
    color: #fff
}

.page-title {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 80px 0
}

.page-title h1 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    z-index: 99;
    margin-bottom: 20px
}

.page-title .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #dc1414;
    font-weight: 400
}

.page-title .page-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

.page-info .bread-crumb {
    position: relative;
    float: right;
    padding: 13px 0;
    padding-left: 90px;
    border-radius: 40px 0 0 0;
    background-color: rgba(0, 0, 0, .6)
}

.page-info .bread-crumb:before {
    position: absolute;
    left: 100%;
    top: 0;
    width: 1000%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    content: ""
}

.page-info .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #dc1414;
    font-weight: 700;
    margin-right: 18px;
    padding-right: 18px
}

.page-info .bread-crumb li:last-child {
    margin-right: 0;
    padding-right: 0
}

.page-info .bread-crumb li:after {
    position: absolute;
    content: '|';
    top: 0;
    right: -4px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 700
}

.page-info .bread-crumb li:last-child:after {
    display: none
}

.page-info .bread-crumb li a {
    color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.page-info .bread-crumb li a:hover {
    color: #dc1414
}

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #002121;
    color: #fff;
    z-index: 1;
    padding-left: 5px;
    font-size: 24px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -webkit-transform-origin: center;
    transform-origin: center
}

.play-now .ripple,
.play-now .ripple:after,
.play-now .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.banner-section {
    position: relative
}

.banner-section .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.banner-section .slide-item .content-box {
    position: relative;
    height: 850px;
    width: 100%;
    display: table;
    vertical-align: middle
}

.banner-section .slide-item .content-box:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    content: ""
}

.banner-section .slide-item .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 9
}

.banner-section .slide-item .title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2em;
    color: #dc1414;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.banner-section .active .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms
}

.banner-section .slide-item h2 {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.banner-section .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.banner-section .slide-item .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.banner-section .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms
}

.banner-section .slide-item .btn-box {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.banner-section .slide-item .btn-box .theme-btn {
    margin-right: 25px
}

.banner-section .active .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.banner-section .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1770px;
    margin: 0 auto
}

.banner-section .owl-next,
.banner-section .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #fff;
    min-width: 100px;
    text-align: center;
    letter-spacing: .3em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.banner-section .owl-next {
    left: auto;
    right: 0
}

.banner-section .owl-next:hover,
.banner-section .owl-prev:hover {
    background-color: #dc1414;
    border-color: #dc1414
}

.banner-section .owl-dots {
    display: none
}

.banner-section.style-two {
    text-align: center
}

.banner-section.style-two .slide-item .content-box {
    height: 1060px
}

.banner-section.style-two .slide-item .content-box:after {
    background: #000;
    opacity: .7
}

.banner-section.style-two .title {
    margin-bottom: 50px
}

.banner-section.style-two h2 {
    margin-bottom: 40px
}

.banner-section.style-two .btn-box .theme-btn {
    margin: 0
}

.banner-section.style-three {
    text-align: right
}

.banner-section.style-three .slide-item .content-box {
    height: 920px
}

.banner-section.style-three .slide-item .content-box:after {
    background: #000;
    opacity: .7
}

.banner-section.style-three .title {
    margin-bottom: 50px
}

.banner-section.style-three h2 {
    margin-bottom: 40px
}

.banner-section.style-three .btn-box .theme-btn {
    margin: 0
}

.banner-section.style-three .owl-dots {
    position: absolute;
    display: block;
    bottom: 55px;
    width: 100%;
    text-align: center
}

.banner-section.style-three .owl-dot {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    margin: 0 4px;
    background-color: transparent;
    transition: all .3s ease
}

.banner-section.style-three .owl-dot.active,
.banner-section.style-three .owl-dot:hover {
    background-color: #dc1414
}

.banner-section.style-four {
    position: relative
}

.banner-section.style-four .auto-container {
    position: relative
}

.banner-section.style-four .slide-item .content-box:after {
    background: #000;
    opacity: .8
}

.banner-section.style-four .slide-item .content-box {
    height: 930px
}

.banner-section.style-four .float-text {
    position: absolute;
    left: 5.5%;
    top: 250px;
    width: 10px;
    font-size: 18px;
    line-height: 38px;
    color: #dc1414;
    font-weight: 400;
    font-family: Archivo, sans-serif;
    text-transform: uppercase;
    z-index: 9
}

.banner-section.style-four .slide-item .content {
    position: absolute;
    display: block;
    left: 0;
    bottom: 50px;
    width: 100%;
    padding-bottom: 120px
}

.banner-section.style-four .slide-item h2 {
    margin-bottom: 35px
}

.banner-section.style-four .slide-item .text {
    margin-bottom: 0
}

.banner-section.style-four .btn-box {
    position: absolute;
    right: 30px;
    top: 110px
}

.banner-section .banner-pagination {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    counter-reset: count
}

.banner-section .banner-pagination ul li {
    position: relative;
    margin-bottom: 15px
}

.banner-section .banner-pagination ul li a {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 15px;
    padding-left: 55px;
    border-radius: 20px 0 0 20px;
    background-color: rgba(0, 0, 0, .2);
    min-width: 180px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner-section .banner-pagination ul li a:before {
    position: absolute;
    left: 25px;
    top: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    counter-increment: count;
    content: "0"counter(count);
    font-family: Archivo, sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner-section .banner-pagination ul li a.active,
.banner-section .banner-pagination ul li a:hover {
    background-color: rgba(255, 126, 0, .33)
}

.banner-section .bx-controls {
    display: none
}

.banner-section.style-five {
    text-align: center
}

.banner-section.style-five .slide-item .content-box {
    height: 875px
}

.banner-section.style-five .slide-item .content-box:after {
    background: #000;
    opacity: .8
}

.banner-section.style-five .slide-item .border-box {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 45px 50px 0;
    border: 4px solid rgba(255, 255, 255, .1)
}

.banner-section.style-five .title {
    margin-bottom: 20px
}

.banner-section.style-five h2 {
    margin-bottom: 20px
}

.banner-section.style-five .text {
    font-size: 18px;
    line-height: 36px
}

.banner-section.style-five .slide-item .btn-box .theme-btn {
    margin: 0 0 -40px
}

.welcome-section {
    position: relative;
    padding: 60px 0;
    background-color: #f5f5f5;
/*    background-image: url(../images/icons/pattern-5.jpg)*/
}

.welcome-section .title-column {
    position: relative
}

.welcome-section .title-column .inner-column {
    position: relative;
    text-align: right;
    padding-right: 30px;
    border-right: 1px solid #ddd
}

.welcome-section .title-column h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 42px;
    color: #dc1414;
    font-weight: 700
}

.welcome-section .title-column h2 span {
    color: #002121;
    text-transform: uppercase
}

.welcome-section .text-column {
    position: relative
}

.welcome-section .text-column .inner-column {
    position: relative;
    padding-right: 100px
}

.welcome-section .text-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400
}

.about-us {
    position: relative;
    padding: 100px 0 50px
}

.about-us .image-layer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.about-us .image-layer .float-text {
    position: absolute;
    right: 38.5%;
    top: 260px;
    font-size: 110px;
    line-height: 1em;
    color: #000;
    font-weight: 700;
    opacity: .1;
    white-space: nowrap;
    transform: rotate(-90deg);
    transform-origin: bottom;
    margin-right: 35px;
    font-family: Archivo, sans-serif
}

.about-us .image-layer .image-box {
    display: none;
    margin-bottom: 0
}

.about-us .image-layer .image-box img {
    display: block;
    width: 100%;
    height: auto
}

.about-us .content-column {
    position: relative;
    margin-bottom: 50px
}

.about-us .content-column .inner-column {
    margin-right: -10px
}

.about-us .sec-title {
    margin-bottom: 50px
}

.about-us .sec-title h2 {
    font-weight: 700;
    padding-bottom: 40px
}

.about-us .content-column .message {
    position: relative;
    font-size: 24px;
    line-height: 36px;
    color: #222;
    font-weight: 500;
    margin-bottom: 30px
}

.about-us .content-column .text {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-weight: 400;
    margin-bottom: 50px
}

.about-us .content-column .link-box {
    position: relative
}

.about-us .content-column .link-box a {
    float: left;
    margin-right: 30px;
    padding: 15px 45px
}

.call-btn {
    position: relative;
    font-size: 20px;
    color: #002121;
    font-weight: 400;
    padding: 15px 25px 15px 80px!important;
    border: 1px solid #ddd;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.call-btn .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #002121;
    color: #fff;
    font-size: 18px;
    line-height: 58px;
    border: 1px solid #222;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.call-btn:hover {
    color: #dc1414
}

.call-btn:hover .icon {
    background-color: #dc1414;
    border: 1px solid #dc1414
}

.about-us-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0
}

.about-us-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .4;
    content: ""
}

.about-us-two .content-box {
    position: relative;
    max-width: 500px;
    width: 100%
}

.about-us-two .content-box:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #fff;
    content: ""
}

.about-us-two .content-box .inner {
    position: relative;
    padding: 100px 0 90px;
    padding-right: 85px;
    background-color: #fff
}

.about-us-two .content-box .inner:before {
    position: absolute;
    right: -170px;
    top: 0;
    width: 170px;
    height: 100%;
/*    background-image: url(../images/icons/pattern-4.png);*/
    background-repeat: repeat;
    content: ""
}

.about-us-two .content-box .sec-title {
    margin-bottom: 30px
}

.about-us-two .content-box .message {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #222;
    font-weight: 700;
    margin-bottom: 28px
}

.about-us-two .content-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-bottom: 45px
}

.about-us-two .content-box .btn-box a {
    position: relative;
    font-size: 14px;
    padding: 15px 40px
}

.about-us-two .content-box .video-link a {
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -40px;
    height: 80px;
    width: 80px;
    background-color: #dc1414;
    font-size: 24px;
    line-height: 80px;
    padding-left: 10px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.about-us-two .content-box .video-link a:hover {
    background-color: #002121
}

.features-section {
    position: relative;
    z-index: 2
}

.feature-block {
    position: relative
}

.feature-block .inner-box {
    position: relative;
    text-align: center;
    padding: 65px 60px 25px
}

.feature-block .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #002121;
    content: "";
    transition: all .3s ease
}

.feature-block .inner-box.active:before,
.feature-block .inner-box:hover:before {
    top: -40px;
    bottom: 0
}

.feature-block .inner-box .inner {
    position: relative;
    transition: all .3s ease;
    top: 0
}

.feature-block .inner-box.active .inner,
.feature-block .inner-box:hover .inner {
    top: -30px
}

.feature-block .icon {
    position: relative;
    display: inline-block;
    font-size: 70px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 36px
}

.feature-block h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 24px
}

.feature-block h4 a {
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.feature-block .text {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-weight: 400
}

.feature-block .read-more {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    font-family: Archivo, sans-serif;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.feature-block .inner-box.active .read-more,
.feature-block .inner-box:hover .read-more {
    opacity: 1;
    visibility: visible;
    margin-top: 40px
}

.feature-block:nth-child(2) .inner-box:before {
    background-color: #dc1414
}

.feature-block:nth-child(3) .inner-box:before {
    background-color: #222
}

.feature-block .read-more:hover {
    text-decoration: underline
}

.features-section-two {
    position: relative;
    padding: 20px 0 15px;
}

.features-section-two .content-column {
    position: relative;
}

.features-section-two .content-column .inner-column {
    position: relative
}

.features-section-two .content-column .sec-title h2 {
    padding-bottom: 40px
}

.features-section-two .content-column .sec-title .text {
    color: #666
}

.features-section-two .features-list {
    position: relative
}

.features-section-two .features-list li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 22px
}

.features-section-two .features-list li .count {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    line-height: 18px;
    color: #002121;
    font-weight: 600;
    font-family: Archivo, sans-serif;
    width: 33px;
    border-right: 1px solid #dc1414
}

.features-section-two .features-list strong {
    font-size: 18px;
    line-height: 28px;
    color: #002121;
    font-weight: 600;
    margin-bottom: 5px
}

.features-section-two .features-list p {
    position: relative
}

.features-section-two .image-column {
    position: relative
}

.features-section-two .image-column .image-box {
    position: relative;
    padding-top: 30px;
    padding-right: 70px
}

.features-section-two .image-column .image {
    position: relative;
    margin-bottom: 0
}

/* .features-section-two .image-column .image:before {
    position: absolute;
    left: 70px;
    top: 70px;
    height: 570px;
    width: 100%;
    border: 10px solid #d7d7d7;
    content: "";
    z-index: -1
} */

.features-section-two .image-column .image img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.video-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 50px
}

.video-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    content: "";
    opacity: .5
}

.video-section .content-box {
    position: relative;
    text-align: center
}

.video-section .content-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px
}

.video-section .content-box p {
    display: block;
    font-size: 48px;
    line-height: 72px;
    color: #fff;
    font-weight: 700
}

.video-section .play-now {
    display: inline-block;
    margin-bottom: 50px
}

.video-section .play-now .icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #dc1414;
    padding-left: 0;
    font-size: 50px
}

.why-choose-us {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 175px 0 50px
}

.why-choose-us:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #002121;
    content: "";
    opacity: .95
}

.why-choose-us .title-column {
    position: relative;
    margin-bottom: 50px
}

.why-choose-us .title-column .inner-column {
    position: relative
}

.why-choose-us .title-column .text-box {
    position: relative
}

.why-choose-us .title-column .text-box p {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px
}

.why-choose-us .features-column {
    position: relative;
    margin-bottom: 20px
}

.why-choose-us .features-column .inner-column {
    position: relative;
    padding-top: 160px
}

.feature-block-two {
    position: relative;
    margin-bottom: 30px
}

.feature-block-two .inner-box {
    position: relative;
    padding: 30px 40px 10px;
    border: 1px solid #38514f
}

.feature-block-two .icon {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 20px
}

.feature-block-two h6 {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #dc1414;
    font-weight: 500;
    margin-bottom: 20px
}

.feature-block-two .text {
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    padding: 23px 0;
    z-index: 9
}

.feature-block-two .text:before {
    position: absolute;
    right: -20px;
    left: -40px;
    top: 0;
    height: 100%;
    background-color: #fff;
    content: "";
    opacity: .1
}

.why-choose-us.style-two {
    padding: 100px 0 50px
}

.why-choose-us.style-two:before {
    background-color: #fff
}

.why-choose-us.style-two .feature-block-two .text:before {
    background-color: #ebebeb;
    opacity: 1;
    z-index: -1
}

.why-choose-us.style-two .feature-block-two .inner-box {
    border-color: #ddd
}

.why-choose-us.style-two .feature-block-two .text,
.why-choose-us.style-two .title-column .text-box p {
    color: #666
}

.why-choose-us.style-two .feature-block-two .icon {
    color: #002121
}

.fun-fact-section {
    position: relative;
    padding-top: 100px
}

.fun-fact-section .fact-counter {
    position: relative;
    background-color: #002121;
    padding: 65px 0 15px
}

.fun-fact-section .fact-counter:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #002121;
    content: ""
}

.fact-counter .counter-column {
    position: relative;
    margin-bottom: 40px
}

.fact-counter .count-box {
    position: relative;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    color: #dc1414;
    font-family: Archivo, sans-serif
}

.fact-counter .count-box .count-text {
    position: relative;
    font-size: 36px;
    line-height: 1em;
    font-weight: 700;
    color: #dc1414
}

.fact-counter .counter-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-top: 12px;
    font-family: Roboto, sans-serif
}

.services-section {
    position: relative;
    padding: 100px 0
}

.services-section:before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    width: 100%;
/*    background-image: url(../images/icons/pattern-6.png);*/
    background-repeat: repeat;
    background-position: center top;
    content: "";
    margin-top: 10px
}

.services-section.alternate:before {
    top: 0;
    height: 100%;
    margin-top: 0;
    background-position: center
}

.services-section .carousel-outer {
    position: relative;
    margin: 0 -15px
}

.services-section .sec-title {
    margin-bottom: 25px
}

.services-carousel {
    position: relative;
    padding-bottom: 75px
}

.services-carousel .service-block {
    position: relative;
    padding: 20px 15px 20px
}

.service-block .inner-box {
    position: relative;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block .inner-box:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, .25)
}

.service-block .image-box {
    position: relative
}

.service-block .image-box .image {
    position: relative;
    margin-bottom: 0
}

.service-block .image-box img {
    width: 100%;
    height: auto;
    display: block
}

.service-block .image-box .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.service-block .image-box .overlay-link a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.service-block .image-box .overlay-link:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: padding-box content-box;
    background-color: #dc1414;
    padding: 15px;
    content: "";
    outline: 2px solid rgba(255, 255, 255, .7);
    outline-offset: -15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.5) rotateX(180deg);
    -moz-transform: scale(.5) rotateX(180deg);
    -ms-transform: scale(.5) rotateX(180deg);
    -o-transform: scale(.5) rotateX(180deg);
    transform: scale(.5) rotateX(180deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.service-block .inner-box:hover .overlay-link:before {
    opacity: .7;
    -webkit-transform: scale(1) rotateX(0);
    -moz-transform: scale(1) rotateX(0);
    -ms-transform: scale(1) rotateX(0);
    -o-transform: scale(1) rotateX(0);
    transform: scale(1) rotateX(0);
    visibility: visible
}

.service-block .image-box .overlay-link .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block .inner-box:hover .overlay-link .icon {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.service-block .lower-content {
    position: relative;
    padding: 40px 35px 35px;
    border: 2px solid #e1e1e1;
    background-color: #fff
}

.service-block .lower-content .icon {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 40px;
    line-height: 1em;
    color: #dc1414;
    margin-bottom: 24px
}

.service-block .lower-content h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #002121;
    font-weight: 600;
    margin-bottom: 15px
}

.service-block .lower-content h3 a {
    color: #002121;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block .lower-content h3 a:hover {
    color: #dc1414
}

.service-block .lower-content .text {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    font-weight: 400;
    margin-bottom: 20px
}

.service-block .lower-content .read-more {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 1.2em;
    color: #dc1414;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block .lower-content .read-more:hover {
    color: #222
}

.services-carousel .owl-nav {
    display: none
}

.services-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center
}

.services-carousel .owl-dots .owl-dot {
    position: relative;
    width: 20px;
    height: 8px;
    margin: 0 4px;
    display: inline-block;
    background-color: #dc1414;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services-carousel .owl-dots .owl-dot.active {
    width: 50px;
    background-color: #002121
}

.services-carousel .owl-dots .owl-dot:hover {
    background-color: #002121
}

.services-section-two {
    position: relative;
    padding: 100px 0
}

.services-section-two .layer-image {
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    width: 745px;
    margin-right: 230px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.services-section-two .layer-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ebebeb;
    opacity: .8;
    content: ""
}

.service-block-two {
    position: relative
}

.service-block-two .image-column {
    position: relative
}

.owl-theme .service-block-two .image-column {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0
}

.owl-theme .active .service-block-two .image-column {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.service-block-two .image-column .inner-column {
    position: relative;
    margin-right: -30px
}

.service-block-two .image-column .image {
    position: relative;
    border: 5px solid #dc1414;
    margin-bottom: 0
}

.service-block-two .image-column .image img {
    display: block;
    width: 100%
}

.service-block-two .content-column {
    position: relative
}

.owl-theme .service-block-two .content-column {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0
}

.owl-theme .active .service-block-two .content-column {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.service-block-two .content-column .inner-column {
    position: relative;
    padding: 45px 70px 30px
}

.service-block-two .content-column h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.25em;
    color: #002121;
    font-weight: 600;
    padding-bottom: 35px
}

.service-block-two .content-column h2:before {
    position: absolute;
    bottom: 0;
    left: 60px;
    height: 4px;
    width: 10px;
    background-color: #ccc;
    content: "";
    z-index: 1
}

.service-block-two .content-column h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #dc1414;
    content: ""
}

.service-block-two .content-column .text {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-top: 30px;
    margin-bottom: 40px;
    max-width: 360px
}

.service-block-two .content-column .btn-box a {
    position: relative;
    padding: 10px 30px;
    font-size: 14px
}

.services-carousel-two .owl-nav {
    display: none
}

.services-carousel-two .owl-dots {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    counter-reset: count
}

.services-carousel-two .owl-dot {
    position: relative;
    margin-bottom: 25px
}

.services-carousel-two .owl-dot:before {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #777;
    counter-increment: count;
    content: "0"counter(count);
    font-family: Archivo, sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services-carousel-two .owl-dot.active:before,
.services-carousel-two .owl-dot:hover:before {
    color: #dc1414
}

.services-carousel-two .owl-dot:last-child {
    margin-bottom: 0
}

.services-section-three {
    position: relative;
    padding: 100px 0 60px
}

.services-section-three:before {
    position: absolute;
    left: 0;
    bottom: 325px;
    height: 460px;
    width: 100%;
/*    background-image: url(../images/icons/pattern-2.png);*/
    background-repeat: repeat;
    background-position: center top;
    content: ""
}

.service-block-three {
    position: relative;
    margin-bottom: 40px
}

.service-block-three .inner-box {
    position: relative;
    padding: 60px 40px 55px;
    border: 2px solid #e1e1e1;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block-three .inner-box:hover {
    background-color: #002121
}

.service-block-three .icon {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 1em;
    color: #dc1414;
    margin-bottom: 33px
}

.service-block-three h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #002121;
    font-weight: 600;
    margin-bottom: 20px
}

.service-block-three h3 a {
    color: #002121;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block-three .inner-box:hover h3 a {
    color: #fff
}

.service-block-three h3 a:hover {
    color: #dc1414!important
}

.service-block-three .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    font-weight: 400;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block-three .inner-box:hover .text {
    color: #fff
}

.service-block-three .link-box {
    position: relative
}

.service-block-three .link-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 1.2em;
    color: #dc1414;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block-three .link-box a:hover {
    color: #fff;
    text-decoration: underline
}

.services-section-four {
    position: relative;
    padding: 100px 0
}

.services-section-four .slider-column {
    position: relative
}

.services-section-four .single-item-carousel {
    position: relative;
    padding-top: 60px;
    margin-left: -30px
}

.services-section-four .slide-item {
    position: relative;
    border: 2px dashed #d7d7d7;
    padding: 60px 40px 10px;
    border-left: 0
}

.services-section-four .slide-item .column {
    position: relative
}

.serivce-block-four {
    position: relative;
    margin-bottom: 59px
}

.serivce-block-four .inner-box {
    position: relative;
    padding-left: 80px
}

.serivce-block-four .icon-box {
    position: absolute;
    left: 0;
    top: 5px
}

.serivce-block-four .icon-box .icon {
    display: block;
    font-size: 50px;
    line-height: 1em;
    color: #dc1414;
    font-weight: 400
}

.serivce-block-four h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px
}

.serivce-block-four h3 a {
    color: #222;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.serivce-block-four h3 a:hover {
    color: #dc1414
}

.serivce-block-four .text {
    font-size: 14px;
    line-height: 28px;
    color: #777;
    margin-bottom: 18px
}

.serivce-block-four .link-box {
    position: relative
}

.serivce-block-four .link-box a {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #222;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.serivce-block-four .link-box a i {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #dc1414
}

.serivce-block-four .link-box a:hover {
    color: #dc1414
}

.services-section-four .title-column {
    position: relative
}

.services-section-four .title-column .inner-column {
    position: relative
}

.services-section-four .title-column .title-box {
    position: relative;
    padding: 70px 50px 40px
}

.services-section-four .title-column .title-box .title {
    color: #dc1414;
    margin-bottom: 10px
}

.services-section-four .title-column .title-box h2 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 27px
}

.services-section-four .title-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #002121;
    opacity: .8;
    content: ''
}

.services-section-four .title-box .text {
    position: relative;
    display: block
}

.services-section-four .title-box .text p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 28px
}

.services-section-four .owl-nav {
    display: none
}

.services-section-four .owl-dots {
    position: absolute;
    right: 0;
    top: 0
}

.services-section-four .owl-dot {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 4px;
    background-color: #000;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services-section-four .owl-dot.active,
.services-section-four .owl-dot:hover {
    border: 5px solid #fff;
    background-color: #dc1414
}

.services-section-four .owl-dot:before {
    position: absolute;
    height: 20px;
    width: 20px;
    left: -5px;
    top: -5px;
    content: '';
    border: 1px solid #152545;
    content: "";
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services-section-four .owl-dot.active:before,
.services-section-four .owl-dot:hover:before {
    opacity: 1
}

.service-detail-section {
    position: relative;
    padding: 100px 0 50px;
    overflow: hidden
}

.service-detail-section .content-side,
.service-detail-section .sidebar-side {
    margin-bottom: 50px
}

.service-detail {
    position: relative
}

.service-detail .image-box {
    position: relative;
    margin-bottom: 30px
}

.service-detail .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.service-detail .lower-content {
    position: relative
}

.service-detail .lower-content>h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #002121;
    font-weight: 700;
    margin-bottom: 30px
}

.service-detail .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #002121;
    font-weight: 600;
    margin-bottom: 20px
}

.service-detail .lower-content p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    font-weight: 400;
    margin-bottom: 28px
}

.service-detail .two-column {
    position: relative;
    margin-top: 40px
}

.service-detail .two-column .image-column {
    position: relative;
    margin-bottom: 40px
}

.service-detail .two-column .image {
    position: relative
}

.service-detail .two-column .image img {
    display: block;
    width: 100%;
    height: auto
}

.service-detail .two-column .info-column {
    position: relative;
    padding-top: 10px
}

.service-detail .two-column .list-style-two li {
    float: left;
    width: 50%;
    margin-bottom: 20px
}

.service-detail .choose-info {
    position: relative
}

.service-detail .choose-info li {
    position: relative;
    float: left;
    width: 25%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #002121;
    padding-left: 70px;
    min-height: 50px;
    text-transform: capitalize;
    cursor: default;
    margin-bottom: 20px
}

.service-detail .choose-info li a {
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-detail .choose-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #dc1414;
    line-height: 1em;
    font-size: 48px;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-detail .choose-info li:hover .icon,
.service-detail .choose-info li:hover a {
    color: #dc1414
}

.service-detail .accordion-box .block:before {
    position: absolute;
    left: 68px;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background-color: #ddd;
    content: "";
    z-index: 2
}

.service-detail .accordion-box .block.active-block:before {
    background-color: #000;
    bottom: 25px
}

.service-detail .accordion-box .block .acc-btn {
    padding-left: 100px;
    line-height: 28px
}

.service-detail .accordion-box .block .icon {
    left: 30px;
    width: auto;
    right: auto;
    color: #777
}

.service-detail .accordion-box .block .acc-btn.active {
    background-color: transparent;
    color: #002121
}

.service-detail .accordion-box .block.active-block .icon:before {
    content: "\f309";
    color: #dc1414
}

.service-detail .accordion-box .block .content {
    padding-left: 100px;
    padding-top: 0
}

.services-sidebar {
    position: relative
}

.services-sidebar:before {
    position: absolute;
    right: 0;
    top: -100px;
    height: 1000%;
    width: 1000%;
/*    background-image: url(../images/icons/pattern-6.png);*/
    background-repeat: repeat;
    background-position: center -90px;
    content: ""
}

.services-sidebar .categories {
    position: relative;
    margin-bottom: 75px
}

.services--list {
    position: relative;
    background-color: #fff;
    border-top: 2px solid #bbb;
    border-bottom: 2px solid #bbb
}

.services--list li {
    position: relative;
    overflow: hidden;
    border: 2px solid #bbb;
    border-bottom: 0
}

.services--list li:first-child {
    border-top: 0
}

.services--list li a {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #002121;
    line-height: 26px;
    padding: 25px 35px;
    display: block;
    z-index: 8;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services--list li a:before {
    position: absolute;
    content: "\f105";
    right: 33px;
    top: 18px;
    font-size: 16px;
    color: #222;
    line-height: 28px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services--list li.active a:before,
.services--list li:hover a:before {
    color: #dc1414
}

.services--list li.active a,
.services--list li:hover a {
    color: #fff
}

.services--list li a:after {
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    z-index: -1;
    background-color: #002121;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services--list li.active a:after,
.services--list li:hover a:after {
    width: 101%
}

.services-sidebar .links-box {
    position: relative;
    margin-bottom: 60px
}

.services-sidebar .links-box h4 {
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222;
    font-weight: 700;
    margin-bottom: 45px
}

.services-sidebar .brochure-link {
    position: relative;
    margin-bottom: 20px
}

.services-sidebar .brochure-link a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    font-weight: 500;
    padding: 25px 30px;
    padding-left: 35px;
    background-color: #eee;
    border-radius: 0 50px 50px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services-sidebar .brochure-link a i {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #222;
    font-weight: 400;
    margin-right: 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services-sidebar .brochure-link a:hover i {
    color: #fff
}

.services-sidebar .brochure-link a:hover {
    background-color: #dc1414;
    color: #fff
}

.brochure-box {
    position: relative;
    padding: 70px 50px 40px
}

.brochure-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #002121;
    opacity: .8;
    content: ''
}

.brochure-box .title {
    color: #dc1414;
    margin-bottom: 10px
}

.brochure-box h2 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 27px
}

.brochure-box .text {
    position: relative;
    display: block;
    margin-bottom: 40px
}

.brochure-box .text p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 28px
}

.brochure-box .btn-box a {
    padding: 10px 30px
}

.process-section {
    position: relative;
    padding: 100px 0 50px;
    background-color: #f6f6f6
}

.process-block {
    position: relative;
    margin-bottom: 50px
}

.process-block .inner-box {
    position: relative;
    text-align: center
}

.process-block .icon {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 1em;
    color: #dc1414;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.process-block .inner-box:hover .icon {
    color: #002121
}

.process-block h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1em;
    color: #002121;
    font-weight: 700;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.process-block .inner-box:hover h3 {
    color: #dc1414
}

.process-block h3 span {
    color: #777
}

.process-block .text {
    font-size: 14px;
    line-height: 28px;
    color: #666
}

.project-section {
    position: relative
}

.project-section .bg-pattern {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right bottom
}

.project-section .layer-image {
    position: absolute;
    right: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.project-section .layer-image:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #dc1414;
    opacity: .8;
    content: ""
}

.project-section .project-carousel {
    position: relative
}

.project-block {
    position: relative
}

.project-block .inner-box {
    position: relative;
    padding-right: 170px
}

.project-block .image-box {
    position: relative
}

.project-block .image-box .image {
    position: relative;
    margin-bottom: 0
}

.project-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto
}

.project-block .content-box {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 60px 55px 60px;
    max-width: 400px;
    width: 100%;
    background-color: #f2f2f2;
    opacity: 0;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

.active .project-block .content-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.project-block .content-box h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #002121;
    font-weight: 600;
    margin-bottom: 25px
}

.project-block .content-box h4 a {
    display: inline-block;
    color: #002121;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-block .content-box h4 a:hover {
    color: #dc1414
}

.project-block .content-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    font-weight: 400;
    margin-bottom: 40px
}

.project-block .content-box .read-more {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #dc1414;
    font-weight: 700;
    border-bottom: 1px solid #dc1414;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-block .content-box .read-more:hover {
    color: #222;
    border-color: #222
}

.project-carousel .owl-nav {
    position: absolute;
    left: -100px;
    bottom: 0
}

.project-carousel .owl-next,
.project-carousel .owl-prev {
    position: relative;
    float: left;
    height: 100px;
    width: 100px;
    font-size: 20px;
    line-height: 100px;
    font-weight: 700;
    color: #002121;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-carousel .owl-next:hover,
.project-carousel .owl-prev:hover {
    color: #fff;
    background-color: #002121
}

.project-section .view-more {
    position: absolute;
    display: inline-block;
    left: 50%;
    margin-left: 490px;
    bottom: 425px;
    font-size: 24px;
    line-height: 28px;
    color: #dc1414;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: Archivo, sans-serif;
    z-index: 9
}

.project-section .view-more:hover {
    color: #222
}

.project-section-two {
    position: relative;
    padding: 100px 0 100px
}

.project-tab {
    position: relative
}

.project-tab .tab-buttons {
    position: relative;
    text-align: center;
    margin-bottom: 55px
}

.project-tab .tab-btn {
    position: relative;
    padding: 9px 23px;
    line-height: 20px;
    color: #002121;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    margin: 0 3px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-tab .tab-btn.active-btn,
.project-tab .tab-btn:hover {
    color: #dc1414;
    border-color: #dc1414
}

.project-tab .tabs-content {
    position: relative;
    display: block
}

.project-tab .tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    visibility: hidden
}

.project-tab .tab .project-block-two {
    -webkit-transform: scaleX(.25);
    -ms-transform: scaleX(.25);
    -o-transform: scaleX(.25);
    -moz-transform: scaleX(.25);
    transform: scaleX(.25)
}

.project-tab .tab.active-tab .project-block-two {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease
}

.project-tab .tab.active-tab {
    position: relative;
    visibility: visible;
    z-index: 5
}

.project-tab .tab .project-block-two {
    -webkit-transform: scaleX(.25);
    -ms-transform: scaleX(.25);
    -o-transform: scaleX(.25);
    -moz-transform: scaleX(.25);
    transform: scaleX(.25)
}

.project-tab .tab.active-tab .project-block-two {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease
}

.project-block-two {
    position: relative
}

.project-block-two .inner-box {
    position: relative;
    padding-bottom: 20px
}

.project-block-two .image-box {
    position: relative;
    margin-bottom: 0
}

.project-block-two .image-box img {
    display: block;
    width: 100%
}

.project-block-two .overlay-box {
    position: absolute;
    left: 20px;
    right: 20px;
    top: -10px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 126, 0, .9);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .5s ease
}

.project-block-two .inner-box:hover .overlay-box {
    top: 20px;
    opacity: 1;
    visibility: visible
}

.project-block-two .overlay-box .title-box {
    position: absolute;
    left: 0;
    top: 117px;
    padding: 25px 30px;
    width: 100%
}

.project-block-two .overlay-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2em
}

.project-block-two .overlay-box h3 a {
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-block-two .overlay-box h3 a:hover {
    color: #222
}

.project-block-two .overlay-box .category {
    position: relative;
    color: #002121;
    font-size: 14px;
    font-weight: 400
}

.project-block-two .overlay-box .icon-box {
    position: absolute;
    right: 30px;
    bottom: 20px
}

.project-block-two .overlay-box .icon {
    position: relative;
    display: inline-block;
    height: 35px;
    width: 35px;
    background-color: #fff;
    color: #002121;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-block-two .overlay-box .icon:hover {
    background-color: #002121;
    color: #fff
}

.project-carousel-two .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    width: 100%
}

.project-carousel-two .owl-next,
.project-carousel-two .owl-prev {
    position: absolute;
    left: -125px;
    font-size: 24px;
    line-height: 48px;
    height: 50px;
    width: 50px;
    color: #002121;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #002121;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-carousel-two .owl-next {
    left: auto;
    right: -125px
}

.project-carousel-two .owl-next:hover,
.project-carousel-two .owl-prev:hover {
    color: #dc1414;
    border-color: #dc1414
}

.project-section-two .btn-box {
    position: relative;
    text-align: center;
    margin-top: 80px
}

.project-section-two .btn-box a {
    font-size: 18px;
    line-height: 30px;
    padding: 15px 45px;
    text-transform: uppercase
}

.project-section-three {
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 100px 0 70px
}

.project-section-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    content: "";
    opacity: .95
}

.project-section-three .project-block-two {
    position: relative;
    margin-bottom: 30px
}

.project-block-two.mix {
    display: none
}

.project-section-three .filter-btns {
    position: relative;
    margin-bottom: 70px
}

.project-section-three .filter-btns li {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #777;
    margin-bottom: 28px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-section-three .filter-btns li.active,
.project-section-three .filter-btns li:hover {
    color: #dc1414
}

.project-section-three .view-all {
    position: relative;
    display: inline-block;
    color: #dc1414;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-section-three .view-all:hover {
    color: #222
}

.project-section-three .content-column {
    padding-top: 10px
}

.project-section-four {
    position: relative;
    padding: 100px 0
}

.project-tab {
    position: relative
}

.project-section-four .filter-btns {
    position: relative;
    text-align: center;
    margin-bottom: 55px
}

.project-section-four .filter-btns li {
    position: relative;
    padding: 9px 23px;
    line-height: 20px;
    color: #002121;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    margin: 0 3px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-section-four .filter-btns li.active,
.project-section-four .filter-btns li:hover {
    color: #dc1414;
    border-color: #dc1414
}

.project-section-four .project-block-two {
    margin-bottom: 40px
}

.project-section-four .styled-pagination {
    margin-top: 20px
}

.project-detail {
    position: relative;
    padding: 100px 0
}

.project-detail .inner-container {
    position: relative;
    max-width: 970px;
    margin: 0 auto
}

.project-detail .upper-box {
    position: relative;
    margin-bottom: 35px;
    border: 3px solid #ddd;
    padding: 23px 0 0 45px
}

.project-detail .project-info {
    position: relative
}

.project-detail .project-info li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #777;
    font-weight: 400;
    margin-bottom: 23px;
    padding-left: 40px;
    width: 33.3333%;
    padding-right: 20px
}

.project-detail .project-info li a {
    color: #777;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-detail .project-info li a:hover {
    color: #dc1414
}

.project-detail .project-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 28px;
    color: #dc1414
}

.project-detail .project-info li strong {
    color: #222;
    font-family: Roboto, sans-serif
}

.project-detail .title-box {
    position: relative
}

.project-detail .title-box h2 {
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #002121;
    font-weight: 600;
    margin-bottom: 25px
}

.project-detail .title-box .text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #666;
    font-weight: 400;
    margin-bottom: 35px
}

.project-detail .single-item-carousel .image-box {
    position: relative
}

.project-detail .single-item-carousel .image {
    position: relative;
    margin-bottom: 0
}

.project-detail .single-item-carousel .image img {
    display: block;
    width: 100%;
    height: auto
}

.project-detail .single-item-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -25px
}

.project-detail .single-item-carousel .owl-next,
.project-detail .single-item-carousel .owl-prev {
    position: absolute;
    left: -100px;
    height: 50px;
    width: 50px;
    background-color: #33373f;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-detail .single-item-carousel .owl-next {
    left: auto;
    right: -100px
}

.project-detail .single-item-carousel .owl-next:hover,
.project-detail .single-item-carousel .owl-prev:hover {
    background-color: #dc1414;
    color: #fff
}

.project-detail .lower-content {
    position: relative;
    padding-top: 35px
}

.project-detail .lower-content h3 {
    font-size: 24px;
    line-height: 1.2em;
    color: #222;
    font-weight: 600;
    margin-bottom: 20px
}

.project-detail .lower-content p {
    font-size: 14px;
    line-height: 27px;
    color: #777;
    margin-bottom: 30px
}

.project-detail .two-column {
    position: relative;
    margin-top: 40px
}

.project-detail .video-box {
    position: relative;
    margin-bottom: 50px
}

.video-box {
    position: relative
}

.video-box .image {
    position: relative;
    margin-bottom: 0
}

.video-box .image img {
    display: block;
    width: 100%
}

.video-box .link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.video-box .link .icon {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    color: #dc1414;
    font-size: 24px;
    border-radius: 50%;
    background-color: #fff;
    padding-left: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.video-box .link:hover .icon {
    background-color: #dc1414;
    color: #fff
}

.project-detail .project-files {
    position: relative;
    padding: 35px 35px 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .19);
    border-radius: 20px
}

.project-detail .project-files h4 {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #222;
    font-weight: 700;
    margin-bottom: 30px
}

.project-detail .file-list {
    position: relative
}

.project-detail .file-list li {
    position: relative;
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
    margin-bottom: 20px
}

.project-detail .file-list li a {
    color: #777;
    padding-left: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-detail .file-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #dc1414
}

.project-detail .file-list li a:hover {
    color: #dc1414
}

.load-more-option {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px
}

.load-more-option li.next a,
.load-more-option li.prev a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    width: 140px;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    background-color: #222;
    text-transform: uppercase;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.load-more-option li.next a {
    border-radius: 30px 0 0 30px
}

.load-more-option li.next a:hover,
.load-more-option li.prev a:hover {
    background-color: #dc1414
}

.load-more-option .load-more {
    position: relative;
    display: inline-block;
    font-size: 30px
}

.load-more-option .load-more a {
    font-size: 30px;
    line-height: 50px;
    color: #dc1414;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.load-more-option .load-more a:hover {
    color: #000
}

.styled-pagination {
    position: relative
}

.styled-pagination .inner-container {
    position: relative;
    padding: 0 15px;
    text-align: center;
    height: 51px;
    border: 1px solid #bbb;
    max-width: 770px;
    margin: 0 auto
}

.styled-pagination .inner-container .next-post,
.styled-pagination .inner-container .prev-post {
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 0;
    display: inline-block
}

.styled-pagination .inner-container ul {
    position: relative;
    text-align: center;
    display: inline-block
}

.styled-pagination .inner-container ul li {
    position: relative;
    float: left
}

.styled-pagination .inner-container ul li a {
    position: relative;
    color: #002121;
    font-size: 16px;
    display: inline-block;
    border-left: 1px solid #bbb;
    padding: 11px 22px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.styled-pagination .inner-container .next-post .fa,
.styled-pagination .inner-container .prev-post .fa {
    color: #dc1414;
    margin: 0 8px
}

.styled-pagination .inner-container ul li:last-child {
    border-right: 1px solid #bbb
}

.styled-pagination .inner-container ul li a:hover,
.styled-pagination .inner-container ul li.active a {
    background-color: #002121;
    color: #fff
}

.testimonial-section {
    position: relative;
    padding: 60px 0
}

.testimonial-section .outer-box {
    position: relative;
    border: 3px solid #ebebeb;
    margin-left: 40px;
    margin-top: 40px
}

.testimonial-section .title-column {
    position: relative
}

.testimonial-section .title-column .inner-column {
    position: relative;
    left: -40px;
    top: -40px;
    background-color: #002121;
    padding: 45px 50px 55px
}

.testimonial-section .title-column .sec-title {
    margin-bottom: 50px
}

.testimonial-section .title-column .sec-title h2 {
    padding-bottom: 35px
}

.testimonial-section .title-column .text {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 35px
}

.testimonial-section .title-column .read-more {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #dc1414;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.testimonial-section .title-column .read-more:hover {
    color: #fff
}

.testimonial-section .testimonial-column {
    position: relative
}

.testimonial-section .testimonial-column .inner-column {
    position: relative;
    padding: 70px 70px 60px 0
}

.testimonial-section .testimonial-column .icon {
    position: absolute;
    right: 85px;
    bottom: 0;
    height: 100px;
    width: 40px;
    background-color: #dc1414;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    border-radius: 20px 20px 0 0
}

.testimonial-section .testimonial-carousel {
    position: relative;
    padding-bottom: 80px
}

.testimonial-block {
    position: relative
}

.testimonial-block .inner-box {
    position: relative
}

.testimonial-block .info-box {
    position: relative;
    padding-left: 195px;
    padding-top: 50px;
    min-height: 150px;
    margin-bottom: 40px
}

.testimonial-block .info-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    width: 150px
}

.testimonial-block .info-box .thumb img {
    display: block;
    width: 100%;
    height: auto
}

.testimonial-block .info-box .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #002121;
    font-weight: 700
}

.testimonial-block .info-box .designation {
    font-size: 12px;
    line-height: 22px;
    color: #666;
    font-weight: 400
}

.testimonial-block .rating {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1em;
    color: #dc1414;
    font-weight: 400;
    margin-top: 25px
}

.testimonial-block .text {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-weight: 400
}

.testimonial-section .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0
}

.testimonial-section .owl-next,
.testimonial-section .owl-prev {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: #222;
    text-align: center;
    border: 1px solid #222;
    background-color: #fff;
    margin: 0 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.testimonial-section .owl-next:hover,
.testimonial-section .owl-prev:hover {
    color: #dc1414;
    border-color: #dc1414
}

.about-company {
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 100px 0 120px
}

.about-company:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: .95;
    content: ""
}

.about-company .content-box {
    position: relative;
    text-align: center
}

.about-company .title {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #dc1414;
    font-weight: 400;
    font-family: Archivo, sans-serif;
    margin-bottom: 12px
}

.about-company h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1.2em;
    color: #002121;
    font-weight: 700;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.about-company h2 span {
    font-weight: 400
}

.about-company h2:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 10px;
    background-color: #ccc;
    content: "";
    z-index: 1;
    margin: 0 auto;
    transform: translateX(35px)
}

.about-company h2:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #dc1414;
    content: "";
    transform: translateX(-5px)
}

.about-company .text {
    font-size: 18px;
    line-height: 36px;
    color: #666;
    margin-bottom: 40px
}

.about-company .btn-box {
    position: relative
}

.about-company .btn-box a {
    padding: 15px 50px
}

.ceo-message {
    position: relative;
    padding: 100px 0 0
}

.ceo-message .content-column {
    position: relative
}

.ceo-message .content-column .inner-column {
    position: relative;
    padding-right: 30px;
    padding-left: 70px
}

.ceo-message .content-column .text-box {
    position: relative;
    margin-bottom: 35px
}

.ceo-message .content-column .text-box p {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    font-weight: 400;
    margin-bottom: 28px
}

.ceo-message .image-column {
    position: relative
}

.ceo-message .image-column .inner-column {
    position: relative;
    text-align: center
}

.ceo-message .image-column .image {
    position: relative;
    margin-bottom: 0
}

.team-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0
}

.team-section .sec-title .title {
    color: #fff
}

.team-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #002121;
    content: "";
    opacity: .9
}

.team-section .title-column {
    position: relative;
    margin-bottom: 50px
}

.team-section .title-column {
    position: relative
}

.team-block {
    position: relative
}

.team-block .inner-box {
    position: relative
}

.team-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    background-color: #dc1414
}

.team-block .image-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-block .inner-box:hover .image img {
    opacity: .7
}

.team-block .info-box {
    position: relative;
    padding: 38px 0 0;
    text-align: center
}

.team-block .info-box .name {
    display: block;
    font-size: 20px;
    line-height: 1em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px
}

.team-block .info-box .name a {
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-block .info-box .name a:hover {
    color: #dc1414
}

.team-block .info-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    color: #ddd;
    font-weight: 400;
}

.team-carousel .owl-nav {
    position: absolute;
    left: -300px;
    bottom: -95px;
}

.team-carousel .owl-next,
.team-carousel .owl-prev {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #002121;
    font-weight: 400;
    border-radius: 50px;
    background-color: #fff;
    margin-right: 8px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-carousel .owl-next {
    left: auto;
    right: 0
}

.team-carousel .owl-next:hover,
.team-carousel .owl-prev:hover {
    color: #fff;
    background-color: #dc1414
}

.team-section-two {
    position: relative;
    padding: 100px 0 40px
}

.team-section-two .team-block {
    position: relative;
    margin-bottom: 60px
}

.team-section-two .team-block .info-box .name a {
    color: #002121
}

.team-section-two .team-block .info-box .name a:hover {
    color: #dc1414
}

.team-section-two .team-block .info-box .designation {
    color: #999
}

.faqs-section {
    position: relative
}

.faqs-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 32%;
/*    background-image: url(../images/icons/pattern-6.png);*/
    content: "";
    background-repeat: repeat;
    background-position: left top
}

.faqs-section .faq-column {
    position: relative
}

.faqs-section .faq-column .inner-column {
    position: relative;
    padding: 100px 0 90px
}

.accordion-box {
    position: relative
}

.accordion-box .block {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ddd
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #002121;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 30px;
    padding-right: 55px;
    background-color: #fff;
    font-family: Archivo, sans-serif;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.accordion-box .block .acc-btn.active {
    color: #fff;
    background-color: #dc1414
}

.accordion-box .block .icon {
    position: absolute;
    right: 15px;
    top: 13px;
    height: 35px;
    width: 35px;
    font-size: 16px;
    line-height: 35px;
    color: #dc1414;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.accordion-box .block.active-block .icon:before {
    content: "\f056"
}

.accordion-box .block .acc-btn.active .icon {
    color: #222
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    background-color: #fff
}

.accordion-box .block .content {
    position: relative;
    padding: 20px 30px 25px
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content .text {
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #666;
    margin-bottom: 0
}

.faqs-section .image-column {
    position: relative;
    overflow: hidden
}

.faqs-section .image-column .image-box {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    text-align: center
}

.faqs-section .image-column .image {
    margin-bottom: 0
}

.faqs-section .image-column .image img {
    max-width: 100%;
    height: auto
}

.faq-form-section {
    position: relative;
    padding: 100px 0 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.faq-form-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #dc1414;
    opacity: .8;
    content: ""
}

.faq-form-section .inner-container {
    position: relative;
    max-width: 970px;
    margin: 0 auto
}

.faq-form-section .sec-title {
    position: relative;
    margin-bottom: 60px
}

.faq-form-section .sec-title .devider:after,
.faq-form-section .sec-title .devider:before {
    background-color: #fff
}

.faq-form-section .sec-title span {
    color: #fff
}

.faq-form-section .sec-title h2 {
    color: #222
}

.faq-form-section .sec-title h2:after {
    background-color: #222
}

.faq-form-section .faq-form {
    position: relative
}

.faq-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.faq-form .form-group input[type=email],
.faq-form .form-group input[type=text],
.faq-form .form-group input[type=url],
.faq-form .form-group select,
.faq-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, .1);
    font-weight: 400;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.faq-form .form-group input:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus {
    border-color: #222
}

.faq-form .form-group textarea {
    height: 150px;
    resize: none;
    padding-top: 20px;
    border-radius: 20px
}

.faq-form .form-group button {
    border: 0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px
}

.pricing-section {
    position: relative;
    padding: 100px 0
}

.pricing-table {
    position: relative;
    margin-bottom: 30px
}

.pricing-table .inner-box {
    position: relative;
    text-align: center;
    border: 2px solid #f5f5f5
}

.pricing-table .title {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 50px;
    color: #dc1414;
    font-weight: 500;
    font-family: Archivo, sans-serif;
    padding: 30px 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-table .inner-box:hover .title,
.pricing-table.tagged .title {
    color: #222
}

.pricing-table .price-box {
    position: relative;
    padding: 25px 0;
/*    background-image: url(../images/icons/pricing-bg.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.pricing-table .price-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #002121;
    opacity: .9;
    content: "";
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-table .inner-box:hover .price-box:before,
.pricing-table.tagged .price-box:before {
    background-color: #dc1414
}

.pricing-table .price {
    position: relative;
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    font-family: Archivo, sans-serif
}

.pricing-table .price span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #dc1414;
    font-weight: 700;
    font-family: Archivo, sans-serif;
    margin-right: 10px;
    top: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-table .price sub {
    font-size: 18px;
    font-weight: 600;
    bottom: 0;
    right: 3px;
    font-family: Roboto, sans-serif
}

.pricing-table.tagged .price span,
.pricing-table:hover .price span {
    color: #002121
}

.pricing-table .table-content {
    position: relative
}

.pricing-table .table-content ul {
    position: relative;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 50px
}

.pricing-table .table-content ul li {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-weight: 600;
    padding: 20px 0;
    font-family: Archivo, sans-serif
}

.pricing-table .table-content ul li span {
    position: relative;
    display: block;
    max-width: 220px;
    padding-left: 35px;
    width: 100%;
    margin: 0 auto
}

.pricing-table .table-content ul li:nth-child(even) {
    background-color: #f5f5f5
}

.pricing-table .table-content ul li span:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #dc1414;
    font-weight: 900;
    content: "\f00c";
    font-family: "Font Awesome 5 Free"
}

.pricing-table .table-footer {
    position: relative;
    padding-bottom: 50px
}

.pricing-table .table-footer a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 40px;
    color: #222;
    font-weight: 700;
    background-color: #dc1414;
    border-radius: 50px
}

.pricing-table .inner-box:hover .table-footer a,
.pricing-table.tagged .table-footer a {
    background-color: #002121;
    color: #fff
}

.pricing-tabs {
    position: relative
}

.pricing-tabs .tab-buttons {
    position: relative;
    text-align: center;
    margin-top: 40px
}

.pricing-tabs .tab-btns {
    position: relative;
    display: inline-block;
    width: 320px;
    border: 2px solid #ddd;
    border-radius: 50px
}

.pricing-tabs .tab-btns li {
    position: relative;
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 15px;
    text-align: center;
    color: #002121;
    font-weight: 700;
    cursor: pointer;
    border-radius: 50px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-tabs .tab-btns .tab-btn.active-btn {
    background-color: #777;
    color: #fff
}

.funfacts-and-testimonial {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 0;
    background-color: #002121
}

.funfacts-and-testimonial:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 210px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    content: ""
}

.funfacts-and-testimonial:after {
    position: absolute;
    right: 50%;
    bottom: 0;
    height: 210px;
    width: 50%;
    background-image: url(../images/icons/pattern.png);
    content: '';
    background-repeat: repeat;
    background-position: center top;
    margin-right: 360px;
    z-index: 1
}

.funfacts-and-testimonial .map-layer {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center top
}

.funfacts-and-testimonial .fact-counter .count-box,
.funfacts-and-testimonial .fact-counter .count-box .count-text,
.funfacts-and-testimonial .sec-title .text,
.funfacts-and-testimonial .sec-title .title {
    color: #fff
}

.funfacts-and-testimonial .fact-counter {
    text-align: center
}

.testimonial-area {
    position: relative;
    padding-top: 50px
}

.testimonial-area .outer-box {
    position: relative;
    max-width: 970px;
    padding: 75px 0;
    background-color: #dc1414;
    border-radius: 25px;
    margin: 0 auto;
    z-index: 9
}

.testimonial-area .single-item-carousel {
    position: relative
}

.testimonial-block-two {
    position: relative;
    max-width: 660px;
    padding: 0 25px;
    margin: 0 auto
}

.testimonial-block-two .inner-box {
    position: relative;
    text-align: center
}

.testimonial-block-two .info {
    position: relative;
    margin-bottom: 15px
}

.testimonial-block-two .info .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px
}

.testimonial-block-two .info .designation {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #002121;
    margin-bottom: 20px
}

.testimonial-block-two .rating {
    position: relative
}

.testimonial-block-two .rating span {
    display: inline-block;
    font-size: 14px;
    color: #fff
}

.testimonial-block-two .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 28px
}

.testimonial-block-two .icon {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1em;
    color: #002121
}

.testimonial-area .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%
}

.testimonial-area .owl-next,
.testimonial-area .owl-prev {
    position: absolute;
    top: -17px;
    left: -17px;
    height: 34px;
    width: 34px;
    background-color: #fff;
    border: 1px solid #222;
    font-size: 14px;
    line-height: 32px;
    color: #222;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.testimonial-area .owl-next {
    left: auto;
    right: -17px
}

.testimonial-area .owl-next:hover,
.testimonial-area .owl-prev:hover {
    background-color: #222;
    color: #fff
}

.funfacts-and-testimonial.style-two {
    padding: 100px 0 60px
}

.funfacts-and-testimonial.style-two:after,
.funfacts-and-testimonial.style-two:before {
    display: none
}

.history-section {
    position: relative;
    padding: 60px 0 0
}

.history-section:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 180px;
    width: 100%;
    background-image: url(../images/site-pics/background/history-bg-1.png);
    background-repeat: repeat;
    background-position: center;
    content: ""
}

.history-section:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 180px;
    width: 100%;
    background-image: url(../images/site-pics/background/history-bg.png);
    background-repeat: repeat;
    background-position: center;
    content: ""
}

.history-block {
    position: relative;
    margin-bottom: 50px
}

.history-block .inner-box {
    position: relative;
    text-align: center;
    padding: 0 30px
}

.history-block .history {
    position: relative;
    display: inline-block;
    height: 120px;
    width: 120px;
    border: 2px solid #999;
    border-radius: 50%;
    padding: 14px 14px;
    margin-bottom: 45px
}

.history-block .history:before {
    position: absolute;
    top: 60px;
    left: 100%;
    width: 280px;
    height: 2px;
    background-color: #999;
    content: ""
}

.history-block:last-child .history:after,
.history-block:last-child .history:before {
    display: none
}

.history-block .history:after {
    position: absolute;
    top: 53px;
    right: -140px;
    width: 14px;
    height: 14px;
    background-color: #dc1414;
    content: "";
    border-radius: 50%
}

.history-block .history span {
    position: relative;
    display: inline-block;
    height: 90px;
    width: 90px;
    background-color: #dc1414;
    line-height: 86px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.history-block .inner-box:hover .history span {
    background-color: #002121;
    color: #dc1414
}

.history-block .history-heading {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #002121;
    font-weight: 600;
    margin-bottom: 20px
}

.history-block h3 a {
    color: #002121;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.history-block h3 a:hover {
    color: #dc1414
}

.history-block .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    font-weight: 400
}

.fluid-section-one {
    position: relative
}

.fluid-section-one .outer-container {
    position: relative;
    min-height: 350px
}

.fluid-section-one .image-column {
    position: absolute;
    float: left;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover
}

.fluid-section-one .image-column .image-box {
    position: relative;
    display: none
}

.fluid-section-one .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.fluid-section-one .content-column {
    position: relative;
    float: right;
    width: 50%;
    background-color: #fff
}

.fluid-section-one .content-column .inner-box {
    position: relative;
    max-width: 720px;
    padding: 100px 15px 50px 115px
}

.fluid-section-one .content-column .inner-box .sec-title h2 {
    padding-bottom: 40px
}

.fluid-section-one .content-column .inner-box .text {
    position: relative;
    margin-bottom: 50px
}

.fluid-section-one .content-column .inner-box .text p {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    color: #777;
    margin-bottom: 27px
}

.fluid-section-one .content-column .inner-box .text p:last-child {
    margin-bottom: 0
}

.fluid-section-one .content-column .inner-box .choose-info {
    position: relative
}

.fluid-section-one .content-column .inner-box .choose-info li {
    position: relative;
    float: left;
    width: 50%;
    font-size: 18px;
    font-weight: 700;
    color: #002121;
    padding-left: 70px;
    min-height: 60px;
    line-height: 30px;
    text-transform: capitalize;
    cursor: default;
    margin-bottom: 50px
}

.fluid-section-one .content-column .inner-box .choose-info li a {
    color: #002121;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.fluid-section-one .content-column .inner-box .choose-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
    line-height: 1em;
    font-size: 48px;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.fluid-section-one .content-column .inner-box .choose-info li:hover .icon {
    color: #dc1414
}

.quote-section {
    position: relative
}

.quote-section .outer-box {
    position: relative;
    margin-top: -60px
}

.quote-block {
    position: relative
}

.quote-block .inner-box {
    position: relative;
    background-color: #dc1414;
    padding: 85px 15px 80px
}

.quote-block .content {
    position: relative;
    padding-left: 125px;
    max-width: 370px;
    width: 100%;
    margin: 0 auto
}

.quote-block .content .icon {
    position: absolute;
    left: 10px;
    top: 20px;
    height: 80px;
    width: 80px;
    background-color: #002121;
    border-radius: 50%;
    font-size: 36px;
    line-height: 80px;
    color: #fff;
    text-align: center
}

.quote-block .content .icon:after {
    position: absolute;
    left: -10px;
    top: -10px;
    height: 100px;
    width: 100px;
    border: 1px dashed #fff;
    border-radius: 50%;
    content: ""
}

.quote-block .content .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    font-family: Archivo, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px
}

.quote-block .content h3 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.1em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px
}

.quote-block .content h3 a {
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.quote-block .content h3 a:hover {
    color: #002121
}

.quote-block .content .text {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #fff
}

.quote-block.style-two .inner-box {
    background-color: #002121
}

.quote-block.style-two .content {
    max-width: 390px
}

.quote-block.style-two .content .icon {
    background-color: #dc1414
}

.quote-block.style-two .content h3 a:hover {
    color: #dc1414
}

.call-back-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 95px 0 0
}

.call-back-section:before {
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    width: 50%;
    background-image: url(../images/icons/pattern.png);
    content: '';
    background-repeat: repeat;
    background-position: center top;
    margin-right: 360px
}

.call-back-section .form-column {
    position: relative
}

.call-back-section .sec-title {
    margin-bottom: 50px
}

.call-back-section .form-group {
    position: relative;
    margin-bottom: 30px
}

.request-form .form-group input[type=email],
.request-form .form-group input[type=text],
.request-form .form-group input[type=url],
.request-form .form-group select,
.request-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #bbb;
    line-height: 20px;
    padding: 15px 28px;
    border: 1px solid #bbb;
    background-color: #fff;
    font-weight: 400;
    border-radius: 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.request-form .form-group input:focus,
.request-form .form-group select:focus,
.request-form .form-group textarea:focus {
    border-color: #dc1414
}

.request-form .form-group textarea {
    height: 200px;
    resize: none;
    padding-top: 25px
}

.request-form .form-group button {
    text-transform: capitalize;
    font-size: 14px;
    padding: 15px 50px;
    line-height: 20px
}

.call-back-section .image-column {
    position: relative;
    text-align: center
}

.call-back-section .image-column .inner-column {
    position: relative
}

.call-back-section .image-column .image {
    position: relative;
    margin-bottom: 0
}

.call-back-section .image-column .image img {
    max-width: 100%;
    height: auto;
    display: inline-block
}

.call-back-section.style-two {
    position: relative;
    background: linear-gradient(45deg, #f50707, #0093dd);
    padding: 50px 0 20px
}

.call-back-section.style-two:before {
    display: none
}

.call-back-section.style-two .sec-title {
    margin-bottom: 40px
}

.call-back-section.style-two .sec-title .title {
    color: #fff
}

.call-back-section.style-two .sec-title h2 {
    color: #222
}

.call-back-section.style-two .sec-title h2:before {
    background-color: #fff
}

.call-back-section.style-two .sec-title h2:after {
    background-color: #222
}

.call-back-section.style-two .request-form .form-group {
    margin-bottom: 30px
}

.call-back-section.style-two .request-form .form-group input[type=email],
.call-back-section.style-two .request-form .form-group input[type=text],
.call-back-section.style-two .request-form .form-group input[type=url],
.call-back-section.style-two .request-form .form-group select,
.call-back-section.style-two .request-form .form-group textarea {
  /*  background-color: rgba(255, 255, 255, .1);*/
    border: 1px dashed #fff;
    color: #000;
    padding: 20px 38px;
    height: 60px
}

.call-back-section.style-two .request-form .form-group button {
    padding: 20px 50px;
    font-weight: 400
}

.call-to-action {
    position: relative;
    padding: 30px 0 0;
    background: linear-gradient(45deg, #e41212, #0093dd)
}

.call-to-action .title-box {
    position: relative;
    float: left;
    max-width: 70%;
    margin-bottom: 30px
}

.call-to-action .title-box p {
    font-size: 24px;
    position: relative;
    padding: 5px 0;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    font-weight: 400
}

.call-to-action .btn-box {
    position: relative;
    float: right;
    margin-bottom: 30px
}

.call-to-action .btn-box a {
    display: block
}

.call-to-action.pull-down {
    margin-bottom: -75px;
    z-index: 9
}

.call-to-action.style-two {
    background-color: transparent;
    padding: 0
}

.call-to-action.style-two .outer-box {
    position: relative;
    background-color: #dc1414;
    padding: 45px 0 20px;
    padding-right: 45px;
    border-radius: 200px
}

.call-to-action.style-two .outer-box:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #dc1414;
    content: "";
    border-radius: 200px
}

.call-to-action.style-two .title-box h3 {
    font-size: 24px;
    font-weight: 600
}

.call-to-action.style-two .btn-box {
    margin-bottom: 25px
}

.call-to-action.style-two .btn-box a {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 35px
}

.call-to-action.style-three {
    background-color: #efefef
}

.call-to-action.style-three .title-box h3 {
    color: #002121
}

.call-to-action.style-three .btn-box a {
    padding: 10px 35px
}

.call-to-action-two {
    position: relative;
    padding: 170px 0;
    background-color: #f7f7f7
}

.call-to-action-two .bg-pattern {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.call-to-action-two .content-box {
    position: relative;
    text-align: center
}

.call-to-action-two .title {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #dc1414;
    font-weight: 400;
    font-family: Archivo, sans-serif;
    margin-bottom: 12px
}

.call-to-action-two h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 72px;
    color: #002121;
    font-weight: 700;
    margin-bottom: 35px
}

.call-to-action-two h2 span {
    font-weight: 400
}

.call-to-action-two .text {
    font-size: 18px;
    line-height: 36px;
    color: #666;
    margin-bottom: 50px
}

.call-to-action-two .btn-box {
    position: relative
}

.call-to-action-two .btn-box a {
    padding: 15px 50px
}

.news-section {
    position: relative;
    padding: 100px 0 60px
}

.news-block {
    position: relative;
    margin-bottom: 40px
}

.news-block .inner-box {
    position: relative
}

.news-block .image-box {
    position: relative
}

.news-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden
}

.news-block .image-box .icon-box {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background-color: #252525;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block .image-box:hover .icon-box {
    background-color: #dc1414
}

.news-block .image-box .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -45px
}

.news-block .image-box .owl-nav .owl-next,
.news-block .image-box .owl-nav .owl-prev {
    position: absolute;
    width: 25px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block .image-box .owl-nav .owl-next {
    left: auto;
    right: 0
}

.news-block .image-box .owl-nav .owl-next:hover,
.news-block .image-box .owl-nav .owl-prev:hover {
    color: #222;
    background-color: rgba(255, 255, 255, .8)
}

.news-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto
}

.news-block .lower-content {
    position: relative;
    padding: 24px 0 0
}

.news-block .lower-content .post-info {
    position: relative;
    margin-bottom: 10px
}

.news-block .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    padding-right: 13px;
    margin-right: 13px
}

.news-block .lower-content .post-info li:before {
    position: absolute;
    right: -4px;
    top: 0;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    content: "|"
}

.news-block .lower-content .post-info li:last-child:before {
    display: none
}

.news-block .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #222;
    font-weight: 700;
    margin-bottom: 20px
}

.news-block .lower-content h3 a {
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block .lower-content h3 a:hover {
    color: #dc1414
}

.news-block .lower-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-weight: 400;
    margin-bottom: 25px
}

.news-block .lower-content .link-box {
    position: relative
}

.news-block .lower-content .link-box a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #dc1414;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block .lower-content .link-box a:hover {
    color: #222
}

.news-block .lower-content .link-box a i {
    margin-left: 5px
}

.news-section .form-column {
    position: relative;
    margin-bottom: 40px
}

.news-section .form-column .inner-column {
    position: relative;
    padding: 50px 40px 55px;
    overflow: hidden;
    background-color: #222
}

.news-section .form-column .inner-column:before {
    position: absolute;
    left: 2px;
    display: block;
    bottom: 45px;
    content: "\f1a7";
    font-family: Flaticon;
    font-size: 130px;
    color: #fff;
    opacity: .1
}

.subscribe-form {
    position: relative;
    margin-bottom: 75px
}

.subscribe-form h3 {
    position: relative;
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 55px
}

.subscribe-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.subscribe-form .form-group input[type=email],
.subscribe-form .form-group input[type=text],
.subscribe-form .form-group select,
.subscribe-form .form-group textarea {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
    padding: 16px 35px;
    width: 100%;
    height: 52px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.subscribe-form .form-group input[type=submit],
.subscribe-form button {
    padding: 15px 30px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    border: 1px solid transparent;
    border-radius: 0;
    border-radius: 50px
}

.news-section .form-column .call-us {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-family: Archivo, sans-serif
}

.news-section.alternate {
    background-color: #f5f5f5
}

.news-section.alternate .sec-title {
    margin-bottom: 60px
}

.news-section .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -45px
}

.news-section .owl-next,
.news-section .owl-prev {
    position: absolute;
    top: 0;
    left: -130px;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border: 1px solid #222;
    font-size: 14px;
    line-height: 38px;
    color: #222;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-section .owl-next {
    left: auto;
    right: -130px
}

.news-section .owl-next:hover,
.news-section .owl-prev:hover {
    background-color: #222;
    color: #fff
}

.news-section .news-block .owl-next,
.news-section .news-block .owl-prev {
    border-radius: 0;
    position: absolute;
    width: 25px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 17px;
    color: #222!important;
    font-weight: 400;
    background-color: rgba(255, 255, 255, .7)!important
}

.news-section .news-block .owl-prev {
    left: 0
}

.news-section .news-block .owl-next:hover,
.news-section .news-block .owl-prev:hover {
    background-color: rgba(255, 126, 0, .7)!important;
    color: #fff!important
}

.news-section-two {
    position: relative;
    padding: 100px 0 50px;
    background-color: #f5f5f5
}

.news-section-two .bg-pattern {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .3
}

.news-section-two .left-column {
    position: relative;
    margin-bottom: 20px
}

.news-section-two .left-column .inner-column {
    position: relative;
    padding-right: 50px
}

.news-section-two .right-column {
    position: relative;
    margin-bottom: 50px
}

.news-block-two {
    position: relative;
    margin-bottom: 30px
}

.news-block-two .inner-box {
    position: relative;
    padding-left: 270px
}

.news-block-two .image {
    position: absolute;
    left: 0;
    top: 3px;
    max-width: 230px;
    margin-bottom: 0
}

.news-block-two .image img {
    display: block;
    width: 100%
}

.news-block-two .post-info {
    position: relative;
    margin-bottom: 10px
}

.news-block-two .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-weight: 500;
    margin-right: 10px
}

.news-block-two .post-info li a {
    color: #dc1414;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-two .post-info li a:hover {
    color: #222
}

.news-block-two h4 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 36px;
    color: #002121;
    font-weight: 700;
    margin-bottom: 12px
}

.news-block-two h4 a {
    color: #002121;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-two h4 a:hover {
    color: #dc1414
}

.news-block-two .text {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #777
}

.news-block-three {
    position: relative
}

.news-block-three .inner-box {
    position: relative
}

.news-block-three .image-box {
    position: relative
}

.news-block-three .image {
    position: relative;
    margin-bottom: 0
}

.news-block-three .image img {
    display: block;
    width: 100%
}

.news-block-three .lower-content {
    position: relative;
    background-color: #fff;
    padding: 35px 35px 25px;
    box-shadow: 0 0 27px rgba(0, 0, 0, .13)
}

.news-block-three .post-info {
    position: relative;
    margin-bottom: 10px
}

.news-block-three .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-weight: 500;
    margin-right: 10px
}

.news-block-three .post-info li a {
    color: #dc1414;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-three .post-info li a:hover {
    color: #222
}

.news-block-three h4 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 36px;
    color: #002121;
    font-weight: 700;
    margin-bottom: 12px
}

.news-block-three h4 a {
    color: #002121;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-three h4 a:hover {
    color: #dc1414
}

.news-block-three .text {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #777
}

.news-section-three {
    position: relative;
    padding: 100px 0 0
}

.news-section-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 540px;
    width: 100%;
    background-color: #f5f5f5;
    content: ""
}

.news-section-three .carousel-outer {
    position: relative;
    max-width: 1000px;
    margin: 0 auto
}

.news-section-three .news-block {
    background-color: #fff;
    text-align: center;
    margin-bottom: 0
}

.news-section-three .news-block .lower-content {
    position: relative;
    padding: 25px 30px 30px;
    border: 3px solid #f5f5f5
}

.news-section-three .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -33px
}

.news-section-three .owl-next,
.news-section-three .owl-prev {
    position: absolute;
    top: 0;
    left: -85px;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border: 1px solid #222;
    font-size: 14px;
    line-height: 38px;
    color: #222;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-section-three .owl-next {
    left: auto;
    right: -85px
}

.news-section-three .owl-next:hover,
.news-section-three .owl-prev:hover {
    border-color: #dc1414;
    color: #dc1414
}

.news-section-three .news-block .owl-next,
.news-section-three .news-block .owl-prev {
    border-radius: 0;
    position: absolute;
    width: 25px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 17px;
    color: #222!important;
    font-weight: 400;
    background-color: rgba(255, 255, 255, .7)!important
}

.news-section-three .news-block .owl-prev {
    left: 0
}

.news-section-three .news-block .owl-next:hover,
.news-section-three .news-block .owl-prev:hover {
    background-color: rgba(255, 126, 0, .7)!important;
    color: #fff!important
}

.blog-default {
    position: relative
}

.news-block-four {
    position: relative;
    margin-bottom: 45px
}

.news-block-four .inner-box {
    position: relative
}

.news-block-four .image-box {
    position: relative
}

.news-block-four .single-item-carousel {
    position: relative
}

.news-block-four .image-box .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -60px
}

.news-block-four .image-box .owl-nav .owl-next,
.news-block-four .image-box .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-size: 18px;
    color: #222;
    font-weight: 400;
    background-color: rgba(255, 255, 255, .7);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-four .image-box .owl-nav .owl-next {
    left: auto;
    right: 0
}

.news-block-four .image-box .owl-nav .owl-next:hover,
.news-block-four .image-box .owl-nav .owl-prev:hover {
    background-color: rgba(255, 126, 0, .7);
    color: #fff
}

.news-block-four .image-box .icon-box {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #dc1414;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-four .image-box:hover .icon-box {
    background-color: #252525;
    color: #dc1414
}

.news-block-four .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden
}

.news-block-four .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.news-block-four .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.news-block-four .lower-content {
    position: relative;
    padding: 30px 45px;
    border: 1px solid #ddd
}

.news-block-four .lower-content .info {
    position: relative;
    margin-bottom: 15px
}

.news-block-four .lower-content .info li {
    position: relative;
    float: left;
    margin-right: 17px;
    padding-right: 17px;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    font-weight: 400
}

.news-block-four .lower-content .info li:before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    content: "|"
}

.news-block-four .lower-content .info li:last-child:before {
    display: none
}

.news-block-four .lower-content .info li i {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #777;
    margin-right: 7px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-four .lower-content .info li a {
    position: relative;
    display: inline-block;
    color: #777;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-four .lower-content .info li a:hover,
.news-block-four .lower-content .info li:hover i {
    color: #dc1414
}

.news-block-four .lower-content h4 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #222;
    font-weight: 600;
    margin-bottom: 18px
}

.news-block-four .lower-content h4 a {
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-four .lower-content h4 a:hover {
    color: #dc1414
}

.news-block-four .lower-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    font-weight: 400
}

.news-block-four .lower-content .link-box {
    position: relative;
    margin-top: 25px
}

.news-block-four .lower-content .link-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #dc1414;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-four .lower-content .link-box a:hover {
    color: #222
}

.news-block-four .blockquote {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid #d7d7d7;
    padding: 50px 50px 105px;
    padding-right: 180px;
    margin-bottom: 0
}

.news-block-four .blockquote .icon {
    position: absolute;
    left: 70px;
    top: -50px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 60px;
    color: #bbb;
    font-weight: 400
}

.news-block-four .blockquote h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 72px;
    color: #002121;
    font-weight: 500;
    font-family: Oswald, sans-serif
}

.news-block-four .blockquote h2 span {
    color: #dc1414;
    text-transform: uppercase
}

.news-block-four .blockquote .author {
    position: absolute;
    left: 0;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background-color: #222;
    padding: 10px 15px;
    padding-left: 40px;
    bottom: 40px;
    border-radius: 0 20px 20px 0
}

.blog-default .styled-pagination {
    margin-top: 90px
}

.blog-detail {
    position: relative
}

.blog-detail .news-block-four {
    position: relative
}

.blog-detail .news-block-four h5 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #222;
    font-weight: 500;
    margin-bottom: 20px
}

.blog-detail .news-block-four p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-weight: 400;
    margin-bottom: 20px
}

.blog-detail .news-block-four .lower-content {
    padding-bottom: 10px;
    border: 2px solid #ddd;
    border-top: 0
}

.blog-detail .post-images {
    position: relative;
    margin-bottom: 10px
}

.blog-detail .post-images .image {
    margin-bottom: 15px
}

.blog-detail .post-images .image img {
    display: block;
    width: 100%;
    height: auto
}

.blog-detail .post-share-options {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 60px
}

.blog-detail .post-share-options .icon {
    position: relative;
    float: left;
    height: 48px;
    width: 50px;
    background-color: #ebebeb;
    text-align: center;
    font-size: 18px;
    color: #222;
    line-height: 48px
}

.blog-detail .post-share-options .tags {
    position: relative;
    float: left;
    padding: 8px 25px
}

.blog-detail .post-share-options .tags li {
    position: relative;
    display: inline-block
}

.blog-detail .post-share-options .tags a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.blog-detail .post-share-options .tags a:hover {
    color: #ff8a00
}

.blog-detail .post-share-options .social-icon {
    position: relative;
    float: left;
    padding: 10px 13px
}

.blog-detail .post-share-options .social-icon li {
    position: relative;
    float: left;
    margin: 0 13px
}

.blog-detail .post-share-options .social-icon li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.blog-detail .post-share-options .social-icon li a:hover {
    color: #ff8a00
}

.author-box {
    position: relative;
    padding: 50px 50px;
    border: 1px solid #ddd;
    margin-bottom: 55px;
    border-radius: 20px
}

.author-box .inner-box {
    position: relative;
    padding-left: 190px;
    min-height: 150px;
    padding-top: 10px
}

.author-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px
}

.author-box .thumb img {
    display: block;
    width: 100%;
    height: auto
}

.author-box .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #222;
    font-weight: 500;
    margin-bottom: 5px
}

.author-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    font-weight: 400;
    margin-bottom: 18px
}

.author-box .social-icon {
    position: relative
}

.author-box .social-icon li {
    position: relative;
    display: inline-block;
    margin-right: 20px
}

.author-box .social-icon li:last-child {
    margin-right: 0
}

.author-box .social-icon li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.author-box .social-icon li a:hover {
    color: #ff8a00
}

.blog-detail .post-controls {
    position: relative;
    text-align: left;
    padding: 35px 35px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px
}

.blog-detail .post-controls .inner {
    position: relative
}

.blog-detail .post-controls:before {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    border-right: 1px solid #ddd;
    content: ""
}

.blog-detail .post-controls .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    font-weight: 400;
    margin-bottom: 5px
}

.blog-detail .post-controls h5 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-weight: 600;
    max-width: 230px
}

.blog-detail .post-controls h5 a {
    display: inline-block;
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.blog-detail .post-controls h5 a:hover {
    color: #ff8a00
}

.blog-detail .post-controls .prev-post {
    position: relative;
    float: left;
    width: 50%
}

.blog-detail .post-controls .next-post {
    position: relative;
    float: right;
    width: 50%;
    text-align: right
}

.clients-section {
    position: relative;
    background-color: #f5f5f5
}

.clients-section .sponsors-outer {
    position: relative
}

.clients-section .slide-item {
    position: relative
}

.clients-section .image-box {
    position: relative;
    margin: 0;
    text-align: center
}

.clients-section .image-box img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
    filter: -webkit-grayscale(1);
    filter: -moz-grayscale(1);
    filter: -ms-grayscale(1);
    filter: -o-grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.clients-section .image-box:hover img {
    filter: -webkit-grayscale(0);
    filter: -moz-grayscale(0);
    filter: -ms-grayscale(0);
    filter: -o-grayscale(0);
    filter: grayscale(0)
}

.clients-section .sponsors-carousel .owl-dots,
.clients-section .sponsors-carousel .owl-nav {
    display: none
}

.clients-section.style-two {
    background-color: #fff
}

.clients-section .bottom-banner {
    position: relative;
    padding: 55px 0 110px;
    text-align: center;
    border-top: 2px solid #f7f7f7
}

.clients-section .bottom-banner .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #666;
    font-weight: 500;
    margin-bottom: 25px;
    font-family: Archivo, sans-serif
}

.clients-section .bottom-banner h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #002121;
    font-weight: 500
}

.clients-section .bottom-banner h3 span {
    color: #dc1414;
    font-weight: 700
}

.contact-section {
    position: relative;
    padding: 0 0 125px
}

.contact-section .inner-container {
    position: relative
}

.contact-section .form-column {
    position: relative;
    float: right;
    padding-top: 100px;
    max-width: 670px;
    width: 100%
}

.contact-section .form-column .inner-column {
    position: relative
}

.contact-section .form-column .sec-title h2 {
    font-size: 30px;
    padding-bottom: 30px
}

.contact-form {
    position: relative;
    z-index: 1;
    padding-right: 40px;
    margin-bottom: 45px
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.contact-form .form-group:last-child {
    margin-bottom: 0
}

.contact-form .form-group input[type=email],
.contact-form .form-group input[type=tel],
.contact-form .form-group input[type=text],
.contact-form .form-group input[type=url],
.contact-form .form-group select,
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #2d2727;
    font-weight: 400;
    height: 60px;
    padding: 15px 30px;
    background-color: transparent;
    border: 1px solid #777676;
    border-radius: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contact-form::-webkit-input-placeholder {
    color: #999
}

.contact-form::-moz-input-placeholder {
    color: #999
}

.contact-form::-ms-input-placeholder {
    color: #999
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #ff9f14
}

.contact-form .form-group textarea {
    height: 200px;
    border-radius: 15px;
    resize: none
}

.contact-form .form-group button,
.contact-form .form-group input[type=submit] {
    text-transform: capitalize;
    padding: 15px 45px
}

.contact-form .form-group label.error {
    color: red
}

.contact-section .contact-info {
    position: relative
}

.contact-section .contact-info ul {
    position: relative;
    float: left;
    width: 33.33333%
}

.contact-section .contact-info ul li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400
}

.contact-section .contact-info ul li strong {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #222;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Archivo, sans-serif
}

.contact-section .contact-info ul li a {
    display: inline-block;
    color: #777;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contact-section .contact-info ul li a:hover {
    color: #dc1414
}

.contact-section .map-column {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 370px;
    background-color: #222
}

.contact-section .map-column .map-canvas {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.contact-page-section {
    position: relative;
    padding: 100px 0 50px
}

.contact-page-section .column {
    position: relative;
    margin-bottom: 50px
}

.contact-page-section .sec-title h2 {
    font-size: 30px
}

.contact-page-section .contact-form {
    padding-right: 0;
    margin: 0
}

.contact-page-section .contact-form .form-group button,
.contact-page-section .contact-form .form-group input[type=submit] {
    margin-top: 20px
}

.contact-page-section .text {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #777;
    margin-bottom: 30px
}

.contact-page-section .contact-info {
    position: relative;
    margin-bottom: 50px
}

.contact-page-section .contact-info li {
    position: relative;
    padding-left: 70px;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    margin-bottom: 45px
}

.contact-page-section .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 36px;
    line-height: 1.4em;
    color: #bbb
}

.contact-page-section .contact-info li strong {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #002121;
    font-weight: 700;
    margin-bottom: 5px
}

.contact-page-section .contact-info li a {
    color: #777;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contact-page-section .contact-info li a:hover {
    color: #dc1414
}

.social-icon-three {
    position: relative;
    display: block
}

.social-icon-three .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #002121;
    font-weight: 700;
    font-family: Archivo, sans-serif;
    margin-bottom: 20px
}

.social-icon-three li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #002121;
    margin-right: 22px
}

.social-icon-three li:last-child {
    margin-right: 0
}

.social-icon-three li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #002121;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon-two li a:hover {
    color: #dc1414
}

.contact-map-section {
    position: relative;
    padding: 0 0 100px
}

.contact-map-section .map-outer {
    position: relative;
    width: 100%;
    height: 350px;
    background-color: #343434
}

.contact-map-section .map-canvas {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.map-canvas {
    position: relative
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em
}

.map-data a {
    display: block
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212
}

.main-footer {
    position: relative
}

.main-footer .widgets-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 0
}

.main-footer .widgets-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #002121;
    opacity: .75;
    content: ""
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 40px
}

.main-footer .footer-widget {
    position: relative
}

.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #fff;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 50px
}

.main-footer .footer-column .widget-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 40px;
    background-color: #dc1414;
    content: ''
}

.main-footer .about-widget {
    position: relative
}

.main-footer .logo {
    position: relative;
    margin-bottom: 40px
}

.main-footer .footer-logo figure {
    margin: 0
}

.main-footer .footer-logo img {
    display: block;
    max-width: 100%
}

.main-footer .about-widget .text {
    position: relative;
    margin-bottom: 40px
}

.main-footer .about-widget .text p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 18px
}

.social-icon-two {
    position: relative;
    display: block
}

.social-icon-two .title {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    font-family: Archivo, sans-serif;
    margin-right: 15px
}

.social-icon-two li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-right: 10px
}

.social-icon-two li:last-child {
    margin-right: 0
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon-two li a:hover {
    color: #dc1414
}

.recent-posts {
    position: relative
}

.recent-posts .post {
    position: relative;
    min-height: 90px;
    padding-left: 110px;
    margin-bottom: 30px
}

.recent-posts .post:last-child {
    margin-bottom: 0
}

.recent-posts .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 90px;
    overflow: hidden
}

.recent-posts .post .thumb a {
    display: block
}

.recent-posts .post .thumb img {
    display: block;
    width: 100%;
    height: auto
}

.recent-posts .post h4 {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
    top: -5px
}

.recent-posts .post h4 a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.recent-posts .post h4 a:hover {
    color: #dc1414
}

.recent-posts .post .date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #bbb
}

.user-links {
    position: relative
}

.user-links li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 10px
}

.user-links li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 900;
    content: "";
    font-family: "Font Awesome 5 Free";
    content: "\f105"
}

.user-links li a {
    display: block;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.user-links li a:hover {
    color: #dc1414
}

.main-footer .contact-list {
    position: relative
}

.main-footer .contact-list li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 30px
}

.main-footer .contact-list li:last-child {
    margin-bottom: 0
}

.main-footer .contact-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 1em;
    color: #fff
}

.main-footer .contact-list li strong {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #dc1414;
    font-weight: 700;
    font-family: Archivo, sans-serif
}

.main-footer .contact-list li .text {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400
}

.main-footer .contact-list li .text a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-footer .contact-list li .text a:hover {
    color: #dc1414
}

.main-footer .footer-bottom {
    position: relative;
    width: 100%;
    background-color: #05AAFF;
    font-family: Archivo, sans-serif
}

.main-footer .footer-bottom .inner-container {
    position: relative
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    padding: 20px 0
}

.main-footer .footer-bottom .copyright-text p {
    position: relative;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
    color: #000;
    font-weight: 400
}

.main-footer .footer-bottom .copyright-text a {
    color: #002121;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-footer .footer-bottom .copyright-text a:hover {
    color: #fff
}

.main-footer .footer-bottom .footer-nav {
    position: relative;
    float: right
}

.main-footer .footer-bottom .footer-nav ul {
    position: relative;
    padding: 20px 0
}

.main-footer .footer-bottom .footer-nav ul li {
    position: relative;
    float: left;
    padding-left: 30px;
    margin-left: 30px
}

.main-footer .footer-bottom .footer-nav ul li:first-child {
    margin-left: 0;
    padding-left: 0
}

.main-footer .footer-bottom .footer-nav ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-footer .footer-bottom .footer-nav ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    content: '|'
}

.main-footer .footer-bottom .footer-nav ul li a:hover {
    color: #002121
}

.main-footer .footer-bottom .footer-nav ul li:first-child:before {
    display: none
}

.main-footer.style-two {
    position: relative
}

.main-footer.style-two:before {
    display: none
}

.main-footer.style-two .footer-upper {
    padding: 100px 0 60px
}

.main-footer.style-two .widget-title {
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 400;
    padding-bottom: 0
}

.main-footer.style-two .widget-title:before {
    display: none
}

.main-footer.style-two .about-widget {
    max-width: 370px
}

.main-footer.style-two .logo {
    margin-bottom: 40px
}

.main-footer.style-two .links-widget {
    position: relative;
    float: left;
    padding: 0 15px;
    width: 33.333333%
}

.footer-links {
    position: relative;
    display: block
}

.footer-links li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.footer-links li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer-links li a:hover {
    color: #dc1414
}

.main-footer.style-two .footer-bottom {
    position: relative;
    background-color: #002121;
    z-index: 9
}

.social-icon-four {
    position: relative;
    float: left;
    background-color: #dc1414;
    margin-top: -25px;
    border-radius: 30px
}

.social-icon-four:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 1000%;
    background-color: #dc1414;
    content: "";
    border-radius: 30px
}

.social-icon-four li {
    position: relative;
    float: left;
    margin-right: 30px
}

.social-icon-four li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
    color: #222;
    font-weight: 400;
    border-radius: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon-four li a:hover {
    color: #fff
}

.main-footer.style-two .copyright-text {
    position: relative;
    float: left;
    width: 100%;
    padding: 35px 0
}

.main-footer.style-two .copyright-text p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 25px
}

.main-footer.style-two .copyright-text a {
    color: #dc1414
}

.main-footer.style-two .copyright-text a:hover {
    text-decoration: underline
}

.main-footer.style-two .scroll-to-top {
    position: absolute;
    right: 0;
    left: auto;
    top: -25px;
    height: 50px;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 65px 15px 25px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    color: #fff;
    background: #dc1414;
    display: none;
    border-radius: 30px;
    transform: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-footer.style-two .scroll-to-top:hover {
    background: #fff;
    color: #dc1414;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.main-footer.style-two .scroll-to-top .icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
    color: #222;
    background: #fff;
    border-radius: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-footer.style-two .scroll-to-top:hover .icon {
    background-color: #dc1414;
    color: #fff
}

.main-footer.style-two .footer-nav {
    position: relative;
    float: right;
    margin-top: 25px;
    padding: 35px 0
}

.main-footer.style-two .footer-nav li {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-left: 25px
}

.main-footer.style-two .footer-nav li:first-child {
    margin-left: 0;
    padding-left: 0
}

.main-footer.style-two .footer-nav a {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-footer.style-two .footer-nav li:before {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    content: '|'
}

.main-footer.style-two .footer-nav li a:hover {
    color: #dc1414
}

.main-footer.style-two .footer-nav li:first-child:before {
    display: none
}

.sidebar-page-container {
    position: relative;
    overflow: hidden;
    padding: 100px 0 50px
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    position: relative;
    margin-bottom: 50px
}

.sidebar-widget {
    position: relative;
    margin-bottom: 55px
}

.sidebar-side .sidebar-widget:last-child {
    margin-bottom: 0
}

.sidebar-page-container .sidebar-title {
    position: relative;
    margin-bottom: 35px
}

.sidebar-page-container .sidebar-title h2 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222;
    font-weight: 600;
    text-transform: capitalize
}

.sidebar-page-container .sidebar-title h2:before {
    position: absolute;
    right: -35px;
    bottom: 5px;
    height: 2px;
    width: 25px;
    background-color: #ff8a00;
    content: ""
}

.sidebar .search-box {
    position: relative
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

.sidebar .search-box .form-group input[type=search],
.sidebar .search-box .form-group input[type=text] {
    position: relative;
    display: block;
    font-size: 14px;
    color: #777;
    line-height: 28px;
    padding: 15px 25px;
    padding-right: 60px;
    height: 60px;
    width: 100%;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 60px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sidebar .search-box .form-group input:focus {
    border-color: #ff8a00
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    font-size: 18px;
    background-color: #ff8a00;
    color: #fff;
    font-weight: 400;
    border-radius: 0 30px 30px 0
}

.cat-list {
    position: relative;
    border: 1px dashed #bbb;
    padding: 10px 40px
}

.cat-list li {
    position: relative
}

.cat-list li a {
    position: relative;
    font-size: 14px;
    color: #777;
    line-height: 20px;
    font-weight: 400;
    padding: 25px 0;
    display: block;
    border-bottom: 1px dashed #bbb;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.cat-list li a span {
    float: right
}

.cat-list li:last-child a {
    border-bottom: 0
}

.cat-list li.active a,
.cat-list li:hover a {
    color: #ff8a00
}

.cat-list li.active a span,
.cat-list li:hover a span {
    color: #ff8a00
}

.latest-news {
    position: relative
}

.latest-news .recent-post-carousel {
    position: relative;
    padding-bottom: 50px
}

.latest-news .recent-post {
    position: relative
}

.latest-news .recent-post .image-box {
    position: relative;
    display: block
}

.latest-news .recent-post .post-thumb img {
    position: relative;
    display: block;
    width: 100%
}

.latest-news .recent-post .lower-content {
    position: relative;
    padding: 30px 40px 30px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center
}

.latest-news .recent-post .info {
    position: relative;
    margin-bottom: 10px
}

.latest-news .recent-post .info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    padding-right: 17px;
    margin-right: 17px
}

.latest-news .recent-post .info li:before {
    position: absolute;
    right: -4px;
    top: 0;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    content: "|"
}

.latest-news .recent-post .info li:last-child {
    padding-right: 0;
    margin-right: 0
}

.latest-news .recent-post .info li:last-child:before {
    display: none
}

.latest-news .recent-post .info li a {
    display: inline-block;
    color: #777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.latest-news .recent-post .info li a:hover {
    color: #ff8a00
}

.latest-news .recent-post h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #222;
    font-weight: 500
}

.latest-news .recent-post h3 a {
    color: #222;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.latest-news .recent-post:hover h3 a {
    color: #ff8a00
}

.latest-news .recent-post-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.latest-news .recent-post-carousel .owl-next,
.latest-news .recent-post-carousel .owl-prev {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    padding: 15px 0;
    letter-spacing: 2px;
    background-color: #002121;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.latest-news .recent-post-carousel .owl-next {
    left: auto;
    right: 0
}

.latest-news .recent-post-carousel .owl-next:hover,
.latest-news .recent-post-carousel .owl-prev:hover {
    background-color: #ff8a00
}

.tag-list {
    position: relative;
    display: block
}

.tag-list li {
    position: relative;
    float: left;
    margin-bottom: 15px;
    margin-right: 10px
}

.tag-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #777;
    line-height: 20px;
    padding: 10px 25px;
    font-weight: 400;
    text-align: center;
    border-radius: 50px;
    background-color: #f5f5f5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.tag-list li a:hover {
    background-color: #002121;
    color: #fff
}

.group-title {
    position: relative;
    margin-bottom: 30px
}

.group-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222;
    font-weight: 500
}

.comments-area {
    position: relative;
    margin-bottom: 65px
}

.comments-box {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px
}

.comments-area .comment-box {
    position: relative;
    padding: 50px 50px;
    border-bottom: 1px solid #ddd
}

.comments-area .comment-box.reply-comment {
    padding-left: 95px
}

.comments-area .comment-box:last-child {
    border-bottom: 0
}

.comments-area .comment {
    position: relative;
    min-height: 100px;
    padding-left: 130px
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 20px
}

.comments-area .comment-box .author-thumb img {
    display: block;
    width: 100%;
    height: auto
}

.comments-area .comment-info {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.comments-area .comment-box .name {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #020202;
    font-family: Archivo, sans-serif
}

.comments-area .comment-box .date {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #bbb;
    font-weight: 400;
    margin-left: 35px
}

.comments-area .comment-box .text {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-weight: 400
}

.comments-area .comment-box .reply-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 30px;
    color: #ff9d42;
    font-weight: 500;
    font-family: Archivo, sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.comments-area .comment-box .reply-btn:hover {
    color: #222
}

.sidebar-page-container .comment-form {
    position: relative
}

.comment-form .group-title {
    margin-bottom: 30px
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.comment-form .form-group:last-child {
    margin-bottom: 0
}

.comment-form .form-group input[type=email],
.comment-form .form-group input[type=text],
.comment-form .form-group input[type=url],
.comment-form .form-group select,
.comment-form .form-group textarea {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: #777;
    line-height: 20px;
    font-weight: 400;
    padding: 14px 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #ff8a00
}

.comment-form .form-group textarea {
    height: 270px;
    resize: none;
    padding-top: 25px;
    border-radius: 20px
}

.comment-form button {
    color: #fff;
    text-transform: capitalize;
    padding: 15px 35px;
    line-height: 20px;
    font-size: 14px
}

@media (min-width:768px) {
    .hk-hide {
        pointer-events: none
    }
}

.video-section .btn-style-one {
    background-color: #dc1414;
    text-align: center
}

.video-section .btn-box {
    text-align: center;
    margin-top: 15px
}

.sec-title .heading {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 48px;
    color: #000;
    font-weight: 600;
    padding-bottom: 23px
}

.sec-title .heading::before {
    position: absolute;
    bottom: 0;
    left: 60px;
    height: 4px;
    width: 10px;
    background-color: #ccc;
    content: "";
    z-index: 1
}

.sec-title .heading::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #dc1414;
    content: ""
}

.sec-title.sec-title.text-center .heading::before {
    position: absolute;
    bottom: 0;
    left: 52%;
    transform: translateX(-52%);
    height: 4px;
    width: 10px;
    background-color: #ccc;
    content: "";
    z-index: 1
}

.sec-title.sec-title.text-center .heading::after {
    position: absolute;
    left: 48%;
    transform: translateX(-48%);
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #dc1414;
    content: ""
}

.testimonial-section .heading {
    color: #fff
}

.call-back-section .heading::after {
    background-color: #002121
}

.slider-wrapper .carousel-caption {
    right: auto;
    bottom: auto;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left
}

.slider-wrapper .banner-heading {
    font-size: 40px;
    color: #333;
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
	line-height:50px;
}

.slider-wrapper p {
    font-size: 20px;
    font-weight: 400;
    color: #dc1414
}

.gray-bg {
    background-color: #f5f5f5
}

.team-block .inner-box {
    border: 1px solid #ddd
}

.team-block .info-box {
    position: relative;
    padding: 18px 5px 8px;
    border-top: 1px solid #ddd;
    text-align: center
}

.team-block .info-box .name {
    display: block;
    font-size: 15px;
    line-height: 1em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px
}

.products-details {
    padding: 50px 0
}

.sec-title p {
    text-align: justify
}

.cover-product {
    padding-left: 0;
    min-height: 250px;
    width: 250px;
    float: left;
    margin-right: 20px
}

.cover-product-this p {
    line-height: 25px
}

.only-product h2 {
    font-size: 32px
}

.zoom-effect img {
    width: 100%
}

.cover-product-this p {
    line-height: 30px
}

.products-fill {
    border-right: 1px solid #ccc
}

.zoom-effect {
    border: 1px solid #ccc
}

query-form p {
    padding-bottom: 10px;
    line-height: 46px;
    font-weight: 600;
    font-size: 30px;
    color: #fff
}

.query-form img {
    position: relative;
    bottom: 25px;
    width: 100%
}

.query-form-field input {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 22px;
    font-size: 16px;
    background: 0 0;
    color: #fff
}

.query-form-field textarea {
    width: 100%;
    resize: none;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    height: 100px;
    background: 0 0;
    color: #fff;
    padding-top: 0
}

.query-form-field-btn input {
    border: none;
    cursor: pointer;
    border: 1px solid #dc1414;
    padding: 10px 30px 10px 30px;
    text-transform: uppercase;
    background: #ffff;
    width: 100%;
    color: #000;
}


.form-contact-color {
    background: #dc1414;
    padding: 15px;
    margin-bottom: 35px
}

::placeholder {
    color: #ccc;
    opacity: 1
}

:-ms-input-placeholder {
    color: #ccc
}

::-ms-input-placeholder {
    color: #ccc
}

.form-contact-color p {
    text-align: center
}

.section-head {
    margin-bottom: 30px
}

.wt-icon-box-wraper {
    position: relative
}

.wt-icon-box-wraper.left .icon-xs {
    float: left;
    margin-right: 10px
}

.icon-xs i {
    font-size: 20px;
    color: #dc1414
}

.icon-content {
    overflow: hidden
}

.contact-info .icon-content p {
    word-break: normal
}

.wt-icon-box-wraper p:last-child {
    margin: 0
}

h4.m-t0 {
    font-size: 20px;
    line-height: 26px;
    color: #dc1414;
    font-weight: 400;
    text-transform: uppercase
}

.p-b40 {
    padding-bottom: 40px
}

.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px 9px 10px;
    border-radius: 0!important;
    font-size: 16px
}

.site-button {
    outline: 0;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    background-color: #dc1414;
    border: none;
    font-size: 16px;
    transition: .5s
}

.site-button:hover {
    background-color: #333
}

.section-content {
    padding: 50px 0
}

.form-control input:focus {
    border-color: none!important;
    box-shadow: inset 0!important
}

.form-contact-color p {
    font-size: 28px;
    text-align: left;
    margin-bottom: 18px;
    color: #fff;
    font-weight: 600
}

.sitemap-wrapper ul li a {
    font-size: 15px
}

.market-place {
    background-color: #dc1414;
    padding: 12px;
    letter-spacing: .8px;
    margin-bottom: 20px
}

.market-place .heading {
    color: var(--white);
    font-size: 20px;
    display: block
}

.our-presence .inner-box {
    background-color: #333;
    padding-top: 10px;
    padding-bottom: 10px
}

.our-presence .inner-box a {
    color: #fff
}

.categories-wrapper .inner-box {
    background-color: #dc1414
}

.categories-wrapper a {
    color: var(--white)
}

.categories-wrapper .inner-box {
    background-color: #dc1414;
    padding: 10px 8px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .6px;
    line-height: 1.4
}

@media only screen and (max-width:1023px) {
    .nav-outer .mobile-nav-toggler {
        display: block;
        margin: 0;
        padding: 10px 0;
        margin-left: 20px;
        margin-right: 20px!important
    }
}

@media only screen and (max-width:1023px) {
    .header-style-five .header-lower .auto-container {
        padding: 0!important
    }
}

@media only screen and (max-width:1023px) {
    .header-style-five .search-box-btn {
        width: 40px;
        color: #fff;
        margin-left: 20px
    }
}

@media only screen and (max-width:1023px) {
    .call-to-action .title-box {
        text-align: center;
        margin: 0 auto;
        float: none
    }
}

@media only screen and (max-width:767px) {
    .clients-section .sponsors-outer {
        padding: 0!important
    }
	.slider-wrapper .banner-heading{
			font-size: 22px;
			line-height: 1.2;
	}
	.main-header .search-box-outer .dropdown-menu{
		left: auto!important;
	}
}

.upper-column ul li a {
    color: #dc1414!important;
    font-size: 18px;
    font-weight: 500
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.button_link>ul>li:last-child {
    margin-bottom: 0
}

.button_link {
    position: fixed;
    top: 24%;
    right: 0;
    z-index: 9999999
}

.button_link ul {
    list-style: none
}

.button_link>ul>li {
    margin-bottom: 10px;
    background: #000;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    transition: .6s ease-in-out;
    cursor: pointer
}

.button_link>ul>li:hover {
    background: #dc1414;
    padding-right: 10px
}

.contact-box {
    background: #fcfcfc;
    width: 360px;
    height: auto;
    position: fixed;
    top: 15%;
    margin-top: 72px;
    right: -500px;
    z-index: 999999;
    transition: all .6s ease-in-out;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.contact-box .before {
    font-family: FontAwesome;
    content: "x";
    position: absolute;
    top: 0;
    left: -60px;
    background: #000;
    width: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    height: 60px;
    color: #fff;
    font-size: 20px;
    transition: all .6s ease-in-out;
    cursor: pointer
}

.contact-box .before:hover {
    background: #0b428b
}

.contact-box>ul {
    margin-bottom: 0
}

.contact-box>ul>li .icon {
    font-size: 32px;
    color: #0f9a49
}

.contact-box h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase
}

.contact-box .text {
    font-size: 12px;
    line-height: 18px
}

form.side-bar-fixed {
    margin-left: 0;
    padding: 15px;
    background-color: #dc1414
}

.side-bar-fixed textarea {
    width: 100%;
    height: 75px;
    resize: none;
    padding-left: 10px;
    padding-top: 10px;
    border: none;
    border-radius: 0;
    outline: 0
}

.side-bar-fixed input {
    width: 100%;
    padding-left: 10px;
    height: 35px;
    outline: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 9px
}

input.submit-sidebar {
    border: none;
    color: #fff;
    background: #ff7f00;
    transition: .5s
}

input.submit-sidebar:hover {
    background-color: #000;
    color: #fff
}

.side-bar-fixed .enquiry-heading {
    position: relative;
    padding-bottom: 20px;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--white)
}

input#button {
    padding-left: 0
}

input.submit-btn-home {
    width: 40%;
    height: 41px;
    text-transform: uppercase;
    background: #321c18;
    color: #fff;
    transition: .5s
}

input.submit-btn-home:hover {
    background-color: #000
}

.cover-product-this p {
    text-align: justify
}

.cover-product-this h3 {
    font-size: 26px;
    margin: 5px 5px 5px 0;
    color: #000
}

.cover-product-this h4 {
    font-size: 25px;
    margin: 5px 5px 5px 0;
    color: #000
}

.cover-product-this h5 {
    font-size: 24px;
    margin: 5px 5px 5px 0;
    color: #000
}

.cover-product-this h6 {
    font-size: 23px;
    margin: 5px 5px 5px 0;
    color: #000
}

.cover-product-this ul {
    text-align: justify
}

.sec-title p {
    text-align: justify
}

span.icon img {
    width: 66%
}

.cover-product-this ul li {
    list-style-image: url(/images/list-item.png);
    margin-left: 29px;
	font-size: 18px;
	font-family: Ibarra Real Nova;
	color:#242121;
}

.custom-padding {
    padding-top: 60px;
    padding-bottom: 60px
}

.pump-selection-form .form-heading {
    font-size: 22px;
    color: #056398
}

@media(max-width:991.99px) {
    .margin-sm {
        margin-left: 30px
    }
}

.gallery-section .image-box {
    border: 1px solid #ddd
}

.gallery-section .image-box .gallery-heading a {
    font-size: 25px;
    font-weight: 600;
    color: #fff!important;
    text-align: center
}

span.gallery-heading {
    color: #fff;
    font-size: 25px
}

.nav-outer .mobile-nav-toggler {
    color: #fff
}

.cover-product-this h3 {
    padding-top: 16px!important
}

.profile1 {
    background: #fff;
    padding: 30px 18px 5px 14px;
    margin: 5px 30px 10px 37px;
    text-align: center
}

.profile1 p {
    text-align: justify
}

.profile1 h3 {
    font-size: 25px;
    color: #0093dd;
    font-weight: 600;
    margin-bottom: 13px
}

.profile1 h4 {
    font-size: 24px;
    color: #0093dd;
    font-weight: 600;
    margin-bottom: 13px
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

.upper-column li img.img-fluid.call-upper {
    width: 10%
}

.upper-column li img.img-fluid.email-upper {
    width: 10%
}


/*--- css by archana--*/
.zik-zak span {
    font-size: 30px;
}

.zik-zak p {
    line-height: 28px;
    padding-top: 10px;
}

.one-side-img img {
    width: 100%;
}

.one-side-text {
    position: relative;
    top: -17px;
    text-align: justify;
}

.one-side-text li {
    font-size: 16px;
    line-height: 32px;
}

.top-down {
    position: relative;
    top: 50px;
}

.our-product-item img {
    border: 1px solid #ccc !important;
}

.zik-zak h3,
h4 {
    color: #000;
    font-size: 28px;
}

.zik-zak {
    background: #fff;
    padding: 19px;
}

.filled-data {
    border-bottom: 1px dotted;
}

.technical-form tr {
    margin-top: 12px;
}

.technical-form tr td {
    padding-left: 51px;
}
.cover-product-this h2, h3, h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 12px;
    color: #000;
}

.content-box h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
section.clients-section h5 {
    text-align: center;
    font-size: 33px;
    font-weight: 600;
    margin-top: 26px;
}
.gallery-content p{font-size:18px;}
.gallery-box p {background: linear-gradient(45deg, #e41212, #0093dd); color:#fff; min-height: 100px;}
img.border-type-gallery { border: 1px solid #ccc;}

* p, .fluid-section-one .content-column .inner-box .text p, .history-block .text, .testimonial-block .text{
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color:#242121;
	margin: 0;
	font-family: Ibarra Real Nova;

}

.main-footer .about-widget .text p{
	margin: 0;
	font-family: Ibarra Real Nova;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .slider-wrapper .banner-heading{
	font-family: times new roman;
}

/*-- Inner Product Image Zoom Effect --*/

.details-product .zoom-effect{
	overflow: hidden;
	transition: .3s ease-in-out all;
}

.details-product .zoom-effect:hover img{
	transform: scale(1.2);
	transition: .3s ease-in-out all;
}
ul.list-unstyled li {
width: 100%;
}
/*----------blog css ----------*/
section.blog-page { padding: 50px 0; font-family: Ibarra Real Nova; font-size: 18px;  line-height: 30px;}
.text-blog-page span {padding-bottom: 12px; font-size: 20px;  font-weight: 600;}
a.blog-btn { margin-left: 0; margin-top: 15px;}
.blog-inner { margin-bottom: 55px;}
.cat-sidebar { margin-bottom: 25px;}
.cat-sidebar{margin-bottom: 25px;font-size: 16px;}
.cat-sidebar ul {padding-top: 20px; padding: 0;}
.cat-sidebar h3{padding-bottom: 8px;  position: relative;  border-bottom: 1px solid#e5e5e5;  text-transform: uppercase; font-size: 20px;}
.cat-sidebar h3:after{    content: "";  width: 100px;  height: 2px;    text-align: center;  margin: 0px auto;  position: absolute; top: 29px;  left: 0px; background-color: #008435;}
.cat-sidebar li{display: inline-block; width: 100%; line-height: 40px; border-bottom: 1px solid#e5e5e5;}
.cat-sidebar li span{float: right;}
.cat-sidebar a{color: #4a4a4a; transition: 0.5s;}
.cat-sidebar a:hover{color: #6ab43e;}
/*.recent-post h4{padding-bottom: 20px;}*/
.recent-post h4{padding-bottom: 15px; position: relative; border-bottom: 1px solid#e5e5e5; text-transform: uppercase; margin-bottom: 25px;}
.recent-post h4:after{content: ""; width: 100px; height: 2px; text-align: center; margin: 0px auto; position: absolute; top:36px; left: 0px; background-color: #008435;}
.img-sidbar{width: 30%; height: auto; float: left;}
.content-sidebar{width: 70%; height: auto; float: left;}
.img-sidbar img{width: 100%;}
.content-sidebar{padding-left: 15px;}
.content-sidebar li{display: inline-block; padding-right: 5px;}
.content-sidebar a{color: #aeaeae;}
.content-sidebar i{padding-right: 5px;}
.content-sidebar p{margin-bottom: 5px;}
.inner-post-recnet {width: 100%; float: left; margin-bottom: 20px;}
.tags-side-bar h4{padding-bottom: 15px; position: relative; border-bottom: 1px solid#e5e5e5; text-transform: uppercase; margin-bottom: 25px;}
.tags-side-bar h4:after{content: ""; width: 100px; height: 2px; text-align: center; margin: 0px auto; position: absolute; top: 34px;  left: 0px; background-color: #ffbd1f;}
.tags-side-bar li{display: inline-block; padding-right: 15px; line-height: 60px;}
.tags-side-bar a{background-color: #ebebeb; padding: 15px; color: #444; transition: 0.5s;}
.tags-side-bar a:hover{background-color: #444; color: #fff;}
p.right-side-single-blog {background: #fff; text-align: center; border-left: 3px solid #ffbd1f; padding: 30px;}
.heading-single h4 {padding-bottom: 20px;}
.heading-single a {background-color: #ebebeb; padding: 15px; color: #444; transition: 0.5s;}
.heading-single a:hover{background-color: #444; color: #fff;}
.heading-single li{display: inline-block; padding-right: 15px;}
.blog-form{width: 100%; height: auto; float: left;}
.blog-form input{width: 100%; height: 45px; float: left; padding-left: 15px; margin-bottom: 20px; outline: none;}
.blog-form h4{padding-bottom: 15px; position: relative; border-bottom: 1px solid#e5e5e5; text-transform: uppercase; margin-bottom: 25px;}
.blog-form h4:after{content: ""; width: 100px; height: 2px; text-align: center; margin: 0px auto; position: absolute; top:32px; left: 0px; background-color: #ffbd1f;}
.categoery h3{text-align: center; font-size: 30px; margin-bottom: 50px;}
.hover-effects-two span{font-size: 30px; font-family: 'Lato', sans-serif;}
section.blogs h5 {text-align: center;  margin-bottom: 50px; font-size: 30px; font-family: 'Lato', sans-serif;}
a.blog-btn-page {padding: 6px 9px; margin-left: 15px;}
.img-blog-page img {    width: 100%; /*margin-top:40px;*/}
a.blog-btn-page {  background: #8db84d;    color: #fff;}
.recent-post h4 {    padding-bottom: 15px;    position: relative;    border-bottom: 1px solid#e5e5e5;    text-transform: uppercase;    margin-bottom: 25px;    font-size: 20px;}
.left-blog ul {     background: #342e2e;    padding-bottom: 5px;   padding-top: 5px;    padding-left: 15px;    margin-bottom: 20px;}
.left-blog li {    display: inline-block;    margin-right: 5px;}
.left-blog a {    color: #fff;}
p.border-right-blog {      border-left: 2px solid #10140e;  padding-left: 15px;}
.left-blog p {    line-height: 25px;}
a.blog-page { background: #0093dd; font-size: 16px; padding: 8px 10px 8px 10px; transition: 0.5s; font-family: 'Lato', sans-serif;}
a.blog-page:hover{background-color: #000;}
.blog-page-para p {padding-bottom: 35px;     margin-top: 10px;}
.left-blog img {width: 100%; float:left;    display: block;border: 3px solid #ffffff;   padding: 1px;}
.text-blog-page{float:left;}
.text-blog-page {
    float: left;
    margin: 40px 5px 0px 6px;
    text-align: justify;
}
.blog-desc p{text-align:justify;}
#homeenquiry-form input::placeholder {
    color: #000000;
}
#homeenquiry-form textarea::placeholder {
    color: #000000;
}
#homeenquiry-form input,textarea{color:#000000;}
.clients-section h6 { text-align: center;  font-size: 32px; font-weight: 600;}
#contactus-form input::placeholder {
    color: #0e0000;
    font-size: 17px;
}
input:focus {
   outline: none;
}
#contactus-form textarea::placeholder {
    color: #0e0000;
    font-size: 17px;
}
textarea:focus {
  outline: none;
}
.blog_desc p{margin:12px 0px 12px 0px;}
.blog_desc ul{margin:12px 0px 12px 0px;}
.blog-title{color:#000000; font-size:20px;}
/*.blog-page-para {    background: #f3f3f3;    height: 279px;	margin-bottom: 5px;}*/
.theme-btn.btn-technical:hover {    color: #fff;    background: #0093dd;}
.city a {    color: #fff;	font-size:17px;}
.city {    background: #0093dd;    padding: 7px 5px 5px 29px;    margin: 0px 5px 22px 2px;}
ul.sponsors-carousel img{border: 1px solid #ccc;}
.clients-section {padding-bottom: 25px;}
.cover-product-this li { margin-bottom: 15px;}
.contact-page-section .text {    font-size: 20px;    font-weight: 900;}
#list-builder {position: fixed;    left: 0;    top: 0;    width: 100%;    height: 100%;    background-color: #333;    filter: alpha(opacity=80);    opacity: 0.8;   display: none; z-index: 99999999;}
#popup-box {    position: fixed;    left: 50%;    top: 50%;    transform: translate(-50%, -50%);  color: #FFFFFF; width: 90%; max-width: 600px;
  border: 10px solid #FFFFFF; display: none; z-index: 99999999999999999999999999;}
#popup-close {  
    
       position: absolute;
    top: -14px;
    right: -16px;
    cursor: pointer;
    width: 23px;

}
div#popup-box-content img {    width: 100%;}
video {    display: block;}
.full-width-content {    margin: 0px auto;}
p.related-heading{      background: linear-gradient(45deg, #e41212, #0093dd);    width: 100%;    display: block;    padding: 10px 15px;   font-size: 22px;    font-weight: 700;}
.related-products .section-heading {    text-align: center;}
.related-products .container {    padding: 0;}
.related-products .container {    padding-top: 20px;}

.read-btn a {    background: #0b1a32;    padding: 7px 15px;    color: #fff;}
.related_content h4 {    font-size: 20px;}
.related_img img {    height: 160px;    margin: 10px 0px;}
.related_img img {    width: 100%;  }
.related_content {    margin-top: 10px;}
.content-side-product-details span {    font-size: 23px;    font-weight: 700;    display: block;    margin-bottom: 10px;}
.related_content p {    margin-bottom: 10px;}

.partner-website.title span {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    font-family: Archivo, sans-serif;
    margin-right: 15px;
}
.partner-website.title ul li a {
    font-size: 16px;
}
.main-footer .logo img {
    width: 58%;
}
.ftwo span {
    color: #0000FF !important;
}
.logo.pull-left img {
    width: 87%;
}
.social-icon-two li a i {
    width: 34px;
    height: 35px;
}

.fcd ol{
    display: flex;
}

.about-widget img {
    background: #fff;
    padding: 15px;
}

.fcd ul li {
    display: inline-table;
}
.logo-outer img {
    width: 100%;
    margin-top: 25px;
}
.sticky-header .logo {
    width: 30%;
    
}

.sticky-header .logo img{
    margin-top: 18px;
}

.sticky-header .menu-fixed {
    width: 60%;
}

.gallery_box img {
    cursor: pointer;
    height: 300px;
    object-fit: cover;
    margin-bottom: 28px;
    width: 100%;
}
.our-gallery-type .title h4 {
    font-size: 30px;
    text-align: center;
}
.team-section-two .title h2 {
    text-align: center;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
}
.team-section-two .title {
    margin-bottom: 55px;
}

.gallery-btn a {
    background: linear-gradient(45deg, #e41212, #0093dd);
    padding: 10px 30px;
}
.gallery-btn {
    width: 100%;
    text-align: center;
}
.video-center {
    margin: 0px auto;
}
.video-front h4 {
    text-align: center;
}


.img-blog-page img {
    border: 1px solid #ccc;
    height: 300px;
    object-fit: contain;
}

.blog-inner {
    margin-bottom: 30px;
    display: flow-root;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
}
