* {
    margin:0;
    padding:0;
    border:none;
    outline:none;
}

body {
    font-size:16px;
    color:#696b7e;
    line-height:26px;
    font-weight:400;
    background:#ffffff;
    font-family: 'Merriweather Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px;
        padding: 0 15px;
    }
}

.container-fluid {
    padding: 0;
}

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

.boxed_wrapper{
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}

a {
    text-decoration:none;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

a:hover{
    text-decoration:none;
    outline:none;
}

input,button,select,textarea{
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Teko';
}

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

input{
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

figure {
    margin: 0;
}

/*** main-header ***/
.main-header {
    position:relative;
    left:0;
    top:0;
    z-index:999;
    width:100%;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

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

.sticky-header {
    position:fixed;
    opacity:0;
    visibility:hidden;
    background: #ffffff;
    border-bottom: 1px solid rgba(37,38,56,0.1);
    left:0;
    top:0;
    width:100%;
    z-index:0;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.fixed-header .sticky-header {
    z-index:999;
    opacity:1;
    visibility:visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/** header-top **/

.header-top{
    position: relative;
    width: 100%;
}


.main-header .header-top {
    background: #B40019;
    padding: 11.5px 0;
}


.main-header .top-inner{
    color: #ffffff;
}

.header-top .links-box{
    position: relative;
    display: inline-block;
}

.header-top .links-box li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    color: #ffffff;
    margin-right: 18px;
}

.header-top .links-box li:last-child{
    margin: 0px !important;
}

.header-top .links-box li a{
    color: #ffffff;
}

.header-top .links-box li a:hover{

}

.header-top .info-list {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.header-top .info-list li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding-left: 26px;
    margin-right: 11px;
    padding-right: 16px;
}

.header-top .info-list li:last-child{
    margin: 0 !important;
}

.header-top .info-list li a{
    color: #ffffff
}

.header-top .info-list li a:hover{
    color: #000000;
}

.header-top .info-list li i{
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 18px;
}

.header-top .social-links {
    position: relative;
    display: inline-block;
}

.header-top .social-links li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-right: 14px;
    color: #ffffff;
}

.header-top .social-links li:last-child{
    margin: 0 !important;
}

.header-top .social-links li a {
    display: inline-block;
    color: #ffffff;
}

.header-top .social-links li a:hover{
    color: #000000;
}

.main-header .header-lower {
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 4%);
}


.main-header .menu-right-content{
    position: relative;
    float: left;
    margin-top: 40px;
    margin-left: 12px;
}

.main-header .menu-right-content:before{
    position: absolute;
    content: '';
    background: #e3e3e3;
    width: 1px;
    height: 50px;
    left: 0px;
    top: 1px;
}

.main-header .menu-right-content .language-box,
.main-header .menu-right-content .other-option{
    position: relative;
    float: left;
    display: inline-block;
}

.main-header .menu-right-content .language-box{
    margin-right: 30px;
    line-height: 50px;
}

.main-header .menu-right-content .other-option{
    padding: 12px 0;
}

.main-header .menu-right-content .other-option li{
    position: relative;
    display: inline-block;
    float: left;
    margin: 0px 15px;
}

.main-header .menu-right-content .other-option li button,
.main-header .menu-right-content .other-option li.nav-box .nav-toggler{
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #989aaa;
    background: transparent;
    cursor: pointer;
    font-weight: 700;
    transition: all 500ms ease;
}

.main-header .menu-right-content .other-option li button:hover{

}

.main-header .menu-right-content .other-option li.nav-box .nav-toggler:hover{

}

.main-header .menu-right-content .other-option li.nav-box .nav-toggler:before{
    position: absolute;
    content: '';
    background: #e0e0e0;
    width: 1px;
    height: 9px;
    top: 2px;
    left: -15px;
}

.main-header .menu-right-content .other-option li.nav-box .nav-toggler:after{
    position: absolute;
    content: '';
    background: #e0e0e0;
    width: 1px;
    height: 9px;
    bottom: 4px;
    left: -15px;
}

.main-header .menu-right-content .language-box .text{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    font-family: 'DM Sans', sans-serif;
    color: #252638;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 16px 0px 28px;
    cursor: pointer;
}

.main-header .menu-right-content .language-box .text i{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
}

.main-header .menu-right-content .language-box .text:before {
    position: absolute;
    content: "\f107";
    font-family: 'Fontawesome';
    font-size: 14px;
    top: 0px;
    right: 1px;
    color: #8e91a2;
}

.main-header .menu-right-content .language-box .language-list{
    position: absolute;
    left: 0px;
    top: 50px;
    width: 120px;
    padding: 10px 0px;
    background: #252638;
    border-radius: 5px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 500ms ease;
}

.main-header .menu-right-content .language-box:hover .language-list{
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.main-header .menu-right-content .language-box .language-list li{
    position: relative;
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.main-header .menu-right-content .language-box .language-list li:last-child{
    border-bottom: none;
}

.main-header .menu-right-content .language-box .language-list li a{
    display: inline-block;
    color: #ffffff;
}

.main-header .menu-right-content .language-box .language-list li a:hover{

}

.main-header .logo-box{
    position: relative;
    padding: 25px 0;
    top:9px;
}

/** search-popup **/

.search-popup{
    position:fixed;
    left:0;
    top:0px;
    width:100%;
    height:100%;
    z-index:99999;
    visibility:hidden;
    opacity:0;
    overflow:auto;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform:translateY(101%);
    -ms-transform:translateY(101%);
    transform:translateY(101%);
    transition:all 700ms ease;
    -moz-transition:all 700ms ease;
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
}

.search-popup.popup-visible{
    -webkit-transform:translateY(0%);
    -ms-transform:translateY(0%);
    transform:translateY(0%);
    visibility:visible;
    opacity:1;
}

.search-popup .overlay-layer{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    display:block;
}

.search-popup .close-search{
    position:absolute;
    right:25px;
    top:25px;
    font-size:22px;
    color:#ffffff;
    cursor:pointer;
    z-index:5;
    transition: all 500ms ease;
}

.search-popup .search-form{
    position:relative;
    padding:0px 15px 0px;
    max-width:1024px;
    margin:0 auto;
    margin-top:150px;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset{
    position:relative;
    border-radius:12px;
}

.search-popup .search-form fieldset input[type="search"]{
    position:relative;
    height:70px;
    padding:20px 250px 20px 30px;
    background:#ffffff;
    line-height:30px;
    font-size:24px;
    color:#233145;
    border-radius:7px;
}

.search-popup .search-form fieldset input[type="submit"]{
    position:absolute;
    display:block;
    right:0px;
    top:0px;
    text-align:center;
    width:220px;
    height:70px;
    padding:20px 10px 20px 10px;
    color:#ffffff !important;
    line-height:30px;
    font-size:20px;
    cursor:pointer;
    text-transform:uppercase;
    border-radius:0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
    transform: translateY(0px);
}

.search-popup h3{
    text-transform:uppercase;
    font-size:20px;
    font-weight:600;
    color:#ffffff;
    margin-bottom:20px;
    margin-top: 30px;
    letter-spacing:1px;
    text-align:center;
}

.search-popup .recent-searches{
    font-size:16px;
    color:#ffffff;
    text-align:center;
}

.search-popup .recent-searches li{
    display:inline-block;
    margin:0px 10px 10px 0px;
}

.search-popup .recent-searches li a{
    display:block;
    line-height:24px;
    border:1px solid #ffffff;
    padding:7px 15px;
    color:#ffffff;
    border-radius:3px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.search-popup .recent-searches li a:hover{

}

/** main-menu **/

.main-menu{
    float: left;
}

.main-menu .navbar-collapse{
    padding:0;
    display:block !important;
}

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

.main-menu .navigation > li{
    position:inherit;
    float:left;
    z-index:2;
    padding: 50px 0;
    margin: 0 8px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
    margin-right:0 !important;
}

.main-menu .navigation > li:first-child{
    margin-left: 0 !important;
}

.main-menu .navigation > li > a{
    position:relative;
    display:block;
    text-align:center;
    font-size:14px;
    line-height:30px;
    padding-right: 15px;
    font-family: 'DM Sans', sans-serif;
    font-weight:700;
    opacity:1;
    color: #252638;
    z-index:1;
    text-transform: uppercase;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{

}

.main-menu .navigation > li.dropdown > a:before{
    position: absolute;
    content: "\f107";
    font-family: 'Fontawesome';
    font-weight: 400;
    color: #8e91a2;
    top: 0;
    right: 0;
}

.sticky-header .outer-box{
    position: relative;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
    position:absolute;
    left: inherit;
    top:100%;
    width:auto;
    z-index:100;
    display:none;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

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

.main-menu .navigation > li > ul > li{
    position:relative;
    width:100%;
    padding: 7px 30px;
    -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid #e6e6ea;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

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

.main-menu .navigation > li:hover > ul > li{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation > li > ul > li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+6) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+7) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+8) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

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

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
    position:relative;
    display:block;
    padding:7px 0px;
    line-height:24px;
    font-weight:400;
    font-size:16px;
    font-family: 'Merriweather Sans', sans-serif;
    text-transform:capitalize;
    color:#696b7e;
    text-align: left;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover{
    padding-left: 23px;
}

.main-menu .navigation > li > ul > li > a:before{
    position: absolute;
    content: "\f102";
    font-family: 'Fontawesome';
    font-size: 16px;
    left: 0px;
    top: 7px;
    opacity: 0;
    transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before{
    opacity: 1;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{

}

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

.main-menu .navigation > li > ul > li.dropdown > a:after{
    font-family: 'Fontawesome';
    content: "\f105";
    position:absolute;
    right:0px;
    top:8px;
    display:block;
    line-height:24px;
    font-size:16px;
    font-weight:800;
    text-align:center;
    z-index:5;
}

.main-menu .navigation > li > ul > li > ul{
    position:absolute;
    left:100%;
    top:0%;
    width:220px;
    z-index:100;
    display:none;
    margin-left: 10px;
    padding: 10px 0px;
    filter: alpha(opacity=0);
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

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

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

.main-menu .navigation > li > ul > li > ul > li{
    position:relative;
    width:100%;
    padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li{
    position:relative;
    width:100%;
    padding: 7px 30px;
    -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
    opacity: 0;
    border-bottom: 1px solid #e6e6ea;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.main-menu .navigation > li > ul > li:hover > ul > li{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

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

.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:7px 0px;
    line-height:24px;
    font-size:15px;
    font-family: 'Merriweather Sans', sans-serif;
    text-transform:capitalize;
    color:#696b7e;
    text-align: left;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
    padding-left: 23px;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
    position: absolute;
    content: "\f127";
    font-family: 'Flaticon';
    font-size: 16px;
    left: 0px;
    top: 7px;
    opacity: 0;
    transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before{
    opacity: 1;
}

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

.main-menu .navigation > li > ul > li > ul > li > a:hover{

}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
    font-family: 'Fontawesome';
    content: "\f105";
    position:absolute;
    right:20px;
    top:12px;
    display:block;
    line-height:24px;
    font-size:16px;
    font-weight:900;
    z-index:5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
    visibility:visible;
    opacity:1;
    filter: alpha(opacity=100);
    top: 100%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
    visibility:visible;
    opacity:1;
    filter: alpha(opacity=100);
    top: 0%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.main-menu .navigation li.dropdown .dropdown-btn{
    position:absolute;
    right:-32px;
    top:66px;
    width:34px;
    height:30px;
    text-align:center;
    font-size:18px;
    line-height:26px;
    color:#3b3b3b;
    cursor:pointer;
    display: none;
    z-index:5;
    transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{

}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #252638;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
    background-color: #222;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
    margin-bottom: 0;
}

/*** VIDEO SLIDER ***/
.video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 72px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
    position: relative;
    z-index: 2;
    font-family: 'Teko';
}

.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

/*** Scroll Top ***/
.scroll-top {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 30px;
    z-index: 99;
    color: #000000;
    border-radius: 5px;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    font-weight: 400;
    transition: 1s ease;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.scroll-top.open {
    bottom: 50px;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color:#3786ff;
    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: 99999;
    transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
    display:block !important;
}

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

.mobile-menu-visible{
    overflow: hidden;
}

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

.mobile-menu .menu-backdrop{
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
    opacity: 0.70;
    visibility: visible;
    right: 100%;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #070719;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}

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

.mobile-menu .close-btn{
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -ms-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.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{
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
}

.mobile-menu .navigation{
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

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

.mobile-menu .navigation:last-child{
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

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

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

.mobile-menu .navigation li ul li > a{
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    height:0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.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:#ffffff;
    background:rgba(255,255,255,0.10);
    cursor:pointer;
    border-radius:2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index:5;
}

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

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

.mobile-menu .social-links{
    position:relative;
    padding:0px 25px;
}

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

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

.mobile-menu .social-links li a:hover{

}

div#mCSB_1_container{
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255,255,255,0.80);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
    color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{

}

.mobile-menu .contact-info ul li:last-child{
    margin-bottom: 0;
}

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



.bg-light-grey {
    padding: 0 !important;
    background-color: #2a3039!important;
}

.bg-light-grey:last-child {
    background-color: #20252C!important;
}

.bg-light-grey > div {
    padding: 10px;
}

.box-footer {

    text-align: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTY0MCAxMzlMMCAwdjE0MGgxMjgwVjBMNjQwIDEzOXoiLz48L2c+PC9zdmc+);
    background-size: 200% 60px;
    background-repeat: no-repeat;
    background-position: left bottom;
}


.box-footer2 {

    text-align: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTY0MCAxMzlMMCAwdjE0MGgxMjgwVjBMNjQwIDEzOXoiLz48L2c+PC9zdmc+);
    background-size: 200% 60px;
    background-repeat: no-repeat;
    background-position: right bottom;
}


.fa-2 {
    font-size: 3em;
}

.fa-3 {
    font-size: 4em;
}

.btn-light {
    color: #ffffff!important;
    border-width: 8px!important;
    border-color: #b70005;
    border-radius: 0px;
    letter-spacing: 4px;
    font-size: 16px;
    font-family: 'Teko',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #b70005;
    box-shadow: 0px 30px 80px 14px rgb(152 165 181 / 60%);
}


/** main-footer **/
.main-footer{
    position: relative;
    background: #141414;
}

.footer-top{
    position: relative;
    display: block;
    padding: 46px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}


.footer-top .footer-logo{
    position: relative;
    display: block;
}

.footer-top .footer-logo:before{
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    top: 0;
    right: 0;
}

.footer-top .footer-logo img{
    max-width: 170px;
    width: 100%;
}

.footer-top .text{
    position: relative;
    display: block;
    margin-top: -6px;
}

.footer-top .text h3{
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2px;
}

.footer-top .text p{
    color: #8e91a2;
}



.footer-top .postcode-form .form-group{
    position: relative;
    display: block;
    margin: 0px;
    padding-right: 100px;
    border-radius: 5px;
    overflow: hidden;
}

.footer-top .postcode-form .form-group input[type='text']{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #ffffff;
    font-size: 16px;
    color: #696b7e;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.footer-top .postcode-form .form-group button{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    font-size: 14px;
    line-height: 25px;
    font-family: 'DM Sans', sans-serif;
    color: #ffffff;
    background-color: #B40019;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 12.5px 15px;
    cursor: pointer;
    transition: all 500ms ease;
}

.footer-top .postcode-form .form-group input:focus{

}

.main-footer .widget-section{
    position: relative;
    padding: 40px 0;
}

.main-footer .widget-section .widget-title{
    position: relative;
    display: block;
    margin-bottom: 21px;
}


.main-footer .widget-section .widget-title h3{
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
}

.main-footer .widget-section .links-widget .links-list li{
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.main-footer .widget-section .links-widget .links-list li:last-child{
    margin-bottom: 0;
}


.main-footer .widget-section .links-widget .links-list li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #8e91a2;
    padding-left: 26px;
}

.main-footer .widget-section .links-widget .links-list li a:before{
    position: absolute;
    content: "\f00c";
    font-family: 'Fontawesome';
    font-size: 13px;
    font-weight: 700;
    left: 0;
    top: 0;
}


.main-footer .widget-section .links-widget .links-list li a:hover{
    color: #ffffff;
}

.main-footer .widget-section .contact-widget .info li{
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.main-footer .widget-section .contact-widget .info li:last-child{
    margin-bottom: 0px;
}


.main-footer .widget-section .contact-widget .info h5{
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1px;
}

.main-footer .widget-section .contact-widget .info p{
    display: block;
    color: #8e91a2;
}

.main-footer .widget-section .contact-widget .info p a{
    color: #8e91a2;
}

.main-footer .widget-section .contact-widget .info p a:hover{
    color: #ffffff;
}


.footer-bottom{
    position: relative;
    width: 100%;
    background: #000000;
    padding: 22px 0px;
}

.footer-bottom p,
.footer-bottom a{
    color: #8e91a2;
}

.footer-bottom .copyright p a:hover{
    text-decoration: underline;
}

.footer-bottom .footer-nav li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.footer-bottom .footer-nav li:last-child{
    margin: 0px !important;
}

.footer-bottom .footer-nav li a:hover{
    color: #ffffff;
}

.btn-danger {
    border-color: #B40019;
    background-color: #B40019;
}

section {
    position: relative;
    width: 100%;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


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

.sec-title h2{
    position: relative;
    display: inline-block;
    font-size: 96px;
    margin-bottom: 14px;
    color: #000000;
}

.sec-title .title-shape{
    position: relative;
    width: 50px;
    height: 4px;
    margin-left: 8px;
}

.sec-title  .title-shape{
    margin: 0 auto 20px;
}

.sec-title .title-shape:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: -8px;
    top: 0;
}

.sec-title .title-shape:after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    right: -8px;
    top: 0px;
}


.sec-title .title-shape{
    background: #d52629;
}

.sec-title .title-shape:before{
    background: #d52629;
}

.sec-title .title-shape:after{
    background: #d52629;
}

/** page-title **/
.page-title {
    position: relative;
    width: 100%;
    height: 500px;
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.page-title .title{
    position: relative;
    display: block;
    margin-top:100px;
    margin-bottom: 59px;
}

.page-title .title h1{
    font-family: 'Teko',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 7vw;
    letter-spacing: 0.05em;
    line-height: 0.9em;
    text-shadow: 0 0.18em 0.27em rgb(0 0 0 / 38%);
    color: #ffffff;
}

.page-title .bread-crumb li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding-right: 14px;
    margin-right: 8px;
}

.page-title .bread-crumb li:last-child{
    padding: 0 !important;
    margin: 0 !important;
}

.page-title .bread-crumb li a{
    color: #ffffff;
}

.page-title .bread-crumb li a:hover{
    text-decoration: underline;
}

.page-title .bread-crumb li:before{
    position: absolute;
    content: "\f105";
    font-family: 'Fontawesome';
    top: 1px;
    right: 0;
    font-weight: 400;
}

.page-title .bread-crumb li:last-child:before{
    display: none;
}

video {
    max-width: 100%;
}

.bg-danger {
    background-color: #B40019 !important;
}

.box-top {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik02NDAgMTQwTDEyODAgMEgweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 100px;
    top: 0;
    height: 100px;
    z-index: 1;
    transform: scale(1,1);
}

.box-bottom {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik02NDAgMTQwTDEyODAgMEgweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 100px;
    top: 0;
    height: 100px;
    z-index: 1;
    transform: rotate(180deg) scale(1,1);
    -webkit-transform: rotate(180deg) scale(1,1);
}

.f-20 {
    font-size: 20px;
}

.filter li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding-right: 14px;
    margin-right: 8px;
}

.filter li a {
    color: #B40019
}





.news-block-one .inner-box, .product-block-one .inner-box{
    position: relative;
    display: block;
}

.news-block-one .inner-box:before, .product-block-one .inner-box:before{
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 10px);
    left: 10px;
    top: 10px;
    border: 1px solid #e0e0ea;
    border-radius: 5px;
    z-index: 2;
}

.news-block-one .inner-box .image-box, .product-block-one .inner-box .image-box{
    position: relative;
    display: block;
}

.news-block-one .inner-box .image-box .image, .product-block-one .inner-box .image-box .image{
    width: 100%;
    padding-top: 50px;
}

.news-block-one .inner-box:hover .image-box .image:before, .product-block-one .inner-box:hover .image-box .image:before{
    opacity: 0.9;
}

.news-block-one .inner-box .image-box .image a, .product-block-one .inner-box .image-box .image a{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 0px;
    color: #ffffff;
    z-index: 2;
}

.product-block-one .inner-box .image-box .image img{
    width: 100%;
    height: 400px;
    object-fit: none;
    transition: all 500ms ease;
    transform: scale(0.85);
}

.news-block-one .inner-box .image-box .image img{
    /*width: 100%;
    height: 400px;
    object-fit: none;
    transition: all 500ms ease;*/

    width: 100%;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img, .product-block-one .inner-box:hover .image-box .image img{
    transform: scale(1.05);
}

.news-block-one .inner-box .image-box .post-date, .product-block-one .inner-box .image-box .post-date{
    position: absolute;
    top: 10px;
    right: 10px;
}

.news-block-one .inner-box .image-box .post-date h3, .product-block-one .inner-box .image-box .post-date h3{
    position: relative;
    display: inline-block;
    width: 64px;
    font-size: 24px;
    font-weight: 700;
    background: #ffffff;
    padding: 11px 0px 5px 0px;
    text-align: center;
    border-radius: 0px 5px 0px 5px;
    line-height: 24px;
    z-index: 2;
}

.news-block-one .inner-box .image-box .post-date h3 span, .product-block-one .inner-box .image-box .post-date h3 span{
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.news-block-one .inner-box .lower-content, .product-block-one .inner-box .lower-content{
    position: relative;
    display: block;
    background: transparent;
    padding: 33px 30px 15px 30px;
    z-index: 2;
}

.news-block-one .inner-box .lower-content .category, .product-block-one .inner-box .lower-content .category{
    position: absolute;
    left: 30px;
    top: -15px;
}

.news-block-one .inner-box .lower-content .category a, .product-block-one .inner-box .lower-content .category a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    padding: 3px 12.5px;
}

.news-block-one .inner-box .lower-content .category a i{
    margin-right: 7px;
}

.news-block-one .inner-box .lower-content .category a:hover{
    background: #252638;
}

.news-block-one .inner-box .lower-content h4, .product-block-one .inner-box .lower-content h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 17px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e0e0ea;
}

.news-block-one .inner-box .lower-content h4 a, .product-block-one .inner-box .lower-content h4 a{
    display: inline-block;
    color: #252638;
}

.news-block-one .inner-box .lower-content h4 a:hover{

}

.news-block-one .inner-box .lower-content .post-info li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
    padding-left: 22px;
    font-size: 16px;
    color: #696b7e;
}

.news-block-one .inner-box .lower-content .post-info li a{
    display: inline-block;
    color: #696b7e;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}

.news-block-one .inner-box .lower-content .post-info li i{
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 14px;
}

.news-block-one .inner-box .lower-content .post-info li:before{
    position: absolute;
    content: '';
    background: #cbcbcb;
    width: 1px;
    height: 14px;
    top: 6px;
    right: -13px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before{
    display: none;
}


#productDetail {
    color: #ffffff;
    background-image: linear-gradient(180deg,rgba(27,31,37,0.76) 0%,rgba(27,31,37,0.76) 100%),url('/assets/img/breadcrumbs/pro_bg_banner.jpg')!important;
}

#productDetail h2 {
    color: #ffffff;
}

.carousel-control-prev-icon, .carousel-control-next-icon { background-color: #000000; }



.blog-grid .news-block-one .inner-box{
    margin-bottom: 50px;
}

.sidebar-page-container{
    position: relative;
}

.news-block-three .inner-box{
    position: relative;
    display: block;
    padding: 20px 20px;
    border: 1px solid #e1e1e5;
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 50px;
    transition: all 500ms ease;
}

.news-block-three .inner-box:hover{
    border-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.news-block-three .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.news-block-three .inner-box .image-box:before{
    position: absolute;
    content: '';
    background: #252638;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
    transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box:before{
    opacity: 0.5;
}

.news-block-three .inner-box .image-box img{
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box img{
    transform: scale(1.02);
}

.news-block-three .inner-box .image-box a{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    font-size: 0px;
    color: #ffffff;
    z-index: 2;
}

.news-block-three .inner-box .post-date{
    position: absolute;
    top: -1px;
    right: -1px;
}

.news-block-three .inner-box .post-date h3{
    position: relative;
    display: inline-block;
    width: 64px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    padding: 11px 0px 5px 0px;
    text-align: center;
    border-radius: 0px 4px 0px 4px;
    line-height: 24px;
    z-index: 2;
}

.news-block-three .inner-box .post-date h3 span{
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.news-block-three .inner-box .lower-content{
    position: relative;
    padding: 36px 20px 20px 20px;
}

.news-block-three .inner-box .lower-content .category{
    position: absolute;
    left: 20px;
    top: -15px;
    z-index: 2;
}

.news-block-three .inner-box .lower-content .category a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    padding: 3px 12.5px;
}

.news-block-three .inner-box .lower-content .category a i{
    margin-right: 7px;
}

.news-block-three .inner-box .lower-content .category a:hover{
    background: #252638;
}

.news-block-three .inner-box .lower-content h3{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 14px;
}

.news-block-three .inner-box .lower-content h3 a{
    display: inline-block;
    color: #252638;
}

.news-block-three .inner-box .lower-content h3 a:hover{

}

.news-block-three .inner-box .lower-content .post-info li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 26px;
    padding-left: 22px;
    font-size: 16px;
    color: #696b7e;
}

.news-block-three .inner-box .lower-content .post-info li:last-child{
    margin: 0px !important;
}

.news-block-three .inner-box .lower-content .post-info li a{
    display: inline-block;
    color: #696b7e;
}

.news-block-three .inner-box .lower-content .post-info li a:hover{

}

.news-block-three .inner-box .lower-content .post-info li i{
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 14px;
}

.news-block-three .inner-box .lower-content .post-info{
    position: relative;
    display: block;
    padding-bottom: 24px;
    border-bottom: 1px solid #e6e6ea;
    margin-bottom: 24px;
}

.news-block-three .inner-box .lower-content .post-info li:before{
    position: absolute;
    content: '';
    background: #d6d6da;
    width: 1px;
    height: 14px;
    top: 6px;
    right: -13px;
}

.news-block-three .inner-box .lower-content .post-info li:last-child:before{
    display: none;
}

.news-block-three .inner-box .lower-content p{
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.news-block-three .inner-box .lower-content .btn-box a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'DM Sans', sans-serif;
    color: #252638;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #e6e6ea;
    border-radius: 4px;
    padding: 14px 38px;
}

.news-block-three .inner-box .lower-content .btn-box a:hover{
    color: #ffffff;
}

.news-block-three .inner-box .lower-content .share-option{
    position: absolute;
    right: 20px;
    bottom: 17px;
}

.news-block-three .inner-box .lower-content .share-option .share-icon{
    position: relative;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    background: #f5f5f6;
    border: 1px solid #f5f5f6;
    border-radius: 5px;
    font-size: 20px;
    color: #9295a6;
    text-align: center;
}

.news-block-three .inner-box .lower-content .share-option:hover .share-icon{
    background: #ffffff;
}

.news-block-three .inner-box .lower-content .share-option h6{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 58px;
    font-weight: 700;
    margin-right: 10px;
    transition: all 500ms ease;
}

.news-block-three .inner-box .lower-content .share-option:hover h6{
    opacity: 0;
}

.news-block-three .inner-box .lower-content .share-option .social-links{
    position: absolute;
    top: 0px;
    right: 68px;
    width: 180px;
    height: 58px;
    border: 1px solid #e6e6ea;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 500ms ease;
}

.news-block-three .inner-box .lower-content .share-option:hover .social-links{
    transform: scaleX(1);
}

.news-block-three .inner-box .lower-content .share-option .social-links li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin: 0px 12px;
    line-height: 58px;
}

.news-block-three .inner-box .lower-content .share-option .social-links li:before{
    position: absolute;
    content: '';
    background: #e6e6ea;
    width: 1px;
    height: 24px;
    top: 16px;
    right: -13px;
}

.news-block-three .inner-box .lower-content .share-option .social-links li:last-child:before{
    display: none;
}

.news-block-three .inner-box .lower-content .share-option .social-links li a{
    display: inline-block;
    color: #8e91a2;
}

.news-block-three .inner-box .lower-content .share-option .social-links li a:hover{

}

.blog-sidebar{
    position: relative;
    display: block;
}

.blog-sidebar .search-widget .search-form .form-group{
    position: relative;
    margin: 0px;
}

.blog-sidebar .search-widget .search-form .form-group input[type='search']{
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    background: #ffffff;
    border: 1px solid #e6e6ea;
    border-radius: 5px;
    font-size: 16px;
    color: #696b7e;
    padding: 10px 70px 10px 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group button{
    position: absolute;
    top: 20px;
    right: 29px;
    font-size: 20px;
    color: #989aaa;
    background: transparent;
    cursor: pointer;
    font-weight: 700;
    transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group input:focus{

}

.blog-sidebar .search-widget .search-form .form-group input:focus + button,
.blog-sidebar .search-widget .search-form .form-group button:hover{

}

.blog-sidebar .search-widget{
    position: relative;
    margin-bottom: 44px;
}

.blog-sidebar .sidebar-widget{
    margin-bottom: 44px;
}

.blog-sidebar .sidebar-widget .widget-content{
    position: relative;
    background: #ffffff;
    border: 1px solid #e6e6ea;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    padding: 11px 30px 14px 30px;
}

.blog-sidebar .sidebar-widget:last-child{
    margin-bottom: 0px;
}

.blog-sidebar .widget-title{
    position: relative;
    display: block;
    margin-bottom: 22px;
    padding-left: 68px;
}

.blog-sidebar .widget-title:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: 0px;
    top: 15px;
}

.blog-sidebar .widget-title:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    left: 8px;
    top: 15px;
}

.blog-sidebar .widget-title h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.blog-sidebar .category-widget .category-list li{
    position: relative;
    display: block;
    padding: 12px 0px 11px 0px;
    border-bottom: 1px solid #e6e6ea;
}

.blog-sidebar .category-widget .category-list li:last-child{
    border-bottom: none;
}

.blog-sidebar .category-widget .category-list li a{
    position: relative;
    display: block;
    font-size: 16px;
    color: #696b7e;
    padding-left: 28px;
}

.blog-sidebar .category-widget .category-list li a span{
    float: right;
}

.blog-sidebar .category-widget .category-list li a:before{
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 0px;
    top: 6px;
    border: 1px solid #8e91a2;
    background: #ffffff;
    border-radius: 50%;
    transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before{

}

.blog-sidebar .category-widget .category-list li a:after{
    position: absolute;
    content: '';
    background: #8e91a2;
    width: 4px;
    height: 4px;
    left: 5px;
    top: 11px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:after{
    background: #ffffff;
}

.blog-sidebar .category-widget .category-list li a:hover{

}

.blog-sidebar .post-widget .post{
    position: relative;
    padding-left: 90px;
    padding-bottom: 27px;
    margin-bottom: 24px;
    min-height: 107px;
    border-bottom: 1px solid #e6e6ea;
}

.blog-sidebar .post-widget .post:last-child{
    margin-bottom: 0px;
    border-bottom: none;
}

.blog-sidebar .post-widget .post .post-thumb{
    position: absolute;
    left: 0px;
    top: 6px;
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.blog-sidebar .post-widget .post .post-thumb img{
    width: 150px;
    height: 80px;
    border-radius: 5px;
    transition: all 500ms ease;
    object-fit: cover;
}

.blog-sidebar .post-widget .post:hover .post-thumb img{
    opacity: 0.5;
}

.blog-sidebar .post-widget .post h6{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.blog-sidebar .post-widget .post h6 a{
    display: inline-block;
    color: #252638;
}

.blog-sidebar .post-widget .post h6 a:hover{

}

.blog-sidebar .post-widget .post p i{
    margin-right: 8px;
}

.blog-sidebar .post-widget .widget-content{
    padding: 23px 30px 0px 30px;
}

.blog-sidebar .archives-widget .select-box{
    position: relative;
    min-height: 60px;
}

.blog-sidebar .archives-widget .widget-content{
    padding: 30px 30px;
}

.blog-sidebar .archives-widget .select-box .icon-box{
    position: absolute;
    left: 21px;
    top: 17px;
    color: #696b7e;
    font-size: 14px;
    z-index: 1;
}

.blog-sidebar .archives-widget .nice-select{
    height: 60px;
    line-height: 60px;
    background: #f5f5f6;
    border: 1px solid #e6e6ea !important;
    border-radius: 5px;
    font-size: 16px;
    color: #757788;
    padding: 0px 30px 0px 42px;
}

.blog-sidebar .tags-widget .tags-list li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.blog-sidebar .tags-widget .tags-list li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    background: #f5f5f6;
    color: #696b7e;
    border-radius: 4px;
    border: 1px solid #e6e6ea;
    padding: 4px 7px;
    text-align: center;
}

.blog-sidebar .tags-widget .tags-list li a:hover{
    color: #000000;
}

.blog-sidebar .tags-widget .widget-content{
    padding: 30px 30px 20px 30px;
}

.page-title .lower-box{
    position: relative;
    margin-top: 70px;
}

.page-title.blog-page{
    padding-bottom: 0px;
}

.page-title .lower-box .left-column{
    position: relative;
}

.page-title .lower-box .left-column .post-date{
    position: absolute;
    left: 0px;
    top: 0px;
}

.page-title .lower-box .left-column .post-date h3{
    position: relative;
    display: inline-block;
    width: 70px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    padding: 14px 0px 8px 0px;
    text-align: center;
    line-height: 24px;
    z-index: 2;
}

.page-title .lower-box .left-column .post-date h3 span{
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.page-title .lower-box .left-column .post-info li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 26px;
    padding-left: 22px;
    font-size: 16px;
    color: #fff;
}

.page-title .lower-box .left-column .post-info li:last-child{
    margin: 0px !important;
}

.page-title .lower-box .left-column .post-info li:before {
    position: absolute;
    content: '';
    background: rgba(255,255,255,0.2);
    width: 1px;
    height: 14px;
    top: 6px;
    right: -13px;
}

.page-title .lower-box .left-column .post-info li:last-child:before{
    display: none;
}

.page-title .lower-box .left-column .post-info li i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 14px;
}

.page-title .lower-box .left-column .post-info li a {
    display: inline-block;
    color: #fff;
}

.page-title .lower-box .left-column .post-info li a:hover{

}

.page-title .lower-box .right-column{
    position: relative;
    padding: 22px 0px 20px 0px;
}

.page-title .lower-box .right-column .share-box a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'DM Sans', sans-serif;
    color: #ffffff;
    font-weight: 700;
}

.page-title .lower-box .right-column .share-box a i{
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
}

.page-title .lower-box .right-column .share-box a:hover{

}

.page-title .lower-box .post-content{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/** blog-details **/

.blog-details-content{
    position: relative;
    display: block;
}

.blog-details-content h3{
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 24px;
}

.blog-details-content .text h3{
    padding-top: 17px;
}

.blog-details-content .text p{
    position: relative;
    margin-bottom: 27px;
}

.blog-details-content .inner-box .image-box{
    position: relative;
    display: block;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e1e1e5;
    margin-bottom: 33px;
}

.blog-details-content .inner-box .image-box img{
    width: 100%;
    border-radius: 5px;
}

.blog-details-content .inner-box .points-block .single-item{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
}

.blog-details-content .inner-box .points-block .single-item p{
    position: relative;
    font-size: 12px;
    padding-left: 18px;
}


.blog-details-content .inner-box .points-block .single-item p a{
    color: #666666;
}

.blog-details-content .inner-box .points-block .single-item p a:hover{
    color: #000000;
}

.blog-details-content .inner-box .points-block .single-item p i{
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 12px;
    color: #8e91a2;
}

.blog-details-content .inner-box .points-block{
    position: relative;
    padding: 6px 0px 16px 0px;
}

.blog-details-content .inner-box blockquote{
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    padding: 33px 90px 31px 50px;
    margin: 53px 10px 34px 0px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.blog-details-content .inner-box blockquote:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 10px;
    bottom: 10px;
    border-radius: 5px;
    z-index: -1;
}

.blog-details-content .inner-box blockquote:after{
    position: absolute;
    content: '';
    width: 2px;
    height: 92px;
    left: 30px;
    top: 40px;
}

.blog-details-content .inner-box blockquote .icon-box{
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 150px;
    line-height: 150px;
    color: #f5f5f6;
}

.blog-details-content .inner-box blockquote p{
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #252638;
    margin-bottom: 13px;
}

.blog-details-content .inner-box blockquote h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #696b7e;
    font-weight: 700;
}

.blog-details-content .inner-box blockquote h4 span{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Merriweather Sans', sans-serif;
}

.blog-details-content .two-column .image{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.blog-details-content .two-column .image img{
    width: 100%;
    border-radius: 5px;
}

.blog-details-content .inner-box{
    position: relative;
    padding-bottom: 6px;
}

.blog-details-content .two-column .image a{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    font-size: 0px;
    color: #ffffff;
    z-index: 1;
}

.blog-details-content .tags-box{
    position: relative;
    display: block;
    padding: 74px 0px 33px 0px;
}

.blog-details-content .tags-box .tags-list li{
    position: relative;
    display: inline-block;
    color: #252638;
}

.blog-details-content .tags-box .tags-list li a{
    color: #696b7e;
}

.blog-details-content .tags-box .tags-list li a:hover{

}

.blog-details-content .author-box{
    position: relative;
    display: block;
    background: #252638;
    border-radius: 5px;
    padding: 32px 30px 40px 160px;
}

.blog-details-content .author-box .author-thumb{
    position: absolute;
    left: 30px;
    top: 40px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.blog-details-content .author-box .author-thumb img{
    width: 100%;
    border-radius: 5px;
}

.blog-details-content .author-box .text h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 9px;
    margin-bottom: 19px;
}

.blog-details-content .author-box .text h4:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}

.blog-details-content .author-box .text p{
    color: #8e91a2;
    margin-bottom: 23px;
}

.blog-details-content .author-box .text .social-style-one li a{
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
}

.blog-details-content .author-box .text .social-style-one li:last-child a{

}

.blog-details-content .author-box .text .link{
    position: absolute;
    top: 3px;
    right: 0px;
}

.blog-details-content .author-box .text .link a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #8e91a2;
    background: #2e2f43;
    border: 1px solid #3b3c4c;
    border-radius: 4px;
    text-align: center;
    padding: 1.5px 7px;
    z-index: 1;
}

.blog-details-content .author-box .text .link a:hover{
    color: #ffffff;
}

.blog-details-content .author-box .text{
    position: relative;
    display: block;
}

.blog-details-content .post-nav-btn{
    position: relative;
    display: block;
    padding: 52px 0px 54px 0px;
    border-bottom: 1px solid #e6e6ea;
    margin-bottom: 34px;
}

.blog-details-content .post-nav-btn .image-box{
    position: absolute;
    top: 8px;
    width: 70px;
    height: 70px;
    background: #000;
    border-radius: 4px;
}

.blog-details-content .post-nav-btn .image-box img{
    width: 100%;
    transition: all 500ms ease;
    border-radius: 4px;
}

.blog-details-content .post-nav-btn .nav-btn:hover .image-box img{
    opacity: 0.85;
}

.blog-details-content .post-nav-btn .left-nav .image-box{
    left: 0px;
}

.blog-details-content .post-nav-btn .right-nav .image-box{
    right: 0px;
}

.blog-details-content .post-nav-btn .nav-btn{
    position: relative;
}

.blog-details-content .post-nav-btn .left-nav{
    padding-left: 90px;
}

.blog-details-content .post-nav-btn .right-nav{
    padding-right: 90px;
}

.blog-details-content .post-nav-btn a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'DM Sans', sans-serif;
    color: #252638;
    font-weight: 700;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.blog-details-content .post-nav-btn a i{
    position: relative;
    font-size: 18px;
    font-weight: 400;
    top: 2px;
}

.blog-details-content .post-nav-btn .left-nav a i{
    margin-right: 9px;
}

.blog-details-content .post-nav-btn .right-nav a i{
    margin-left: 9px;
    top: 1px;
}

.blog-details-content .post-nav-btn h6{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.blog-details-content .post-nav-btn a:hover{

}

.blog-details-content .post-nav-btn:before{
    position: absolute;
    content: '\f009';
    font-size: 30px;
    font-family: 'Font Awesome 5 Pro';
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #8e91a2;
    font-weight: 700
}

.blog-details-content .comment-box .comment{
    position: relative;
    padding: 0px 0px 33px 110px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 37px;
}

.blog-details-content .comment-box .comment.reply-comment{
    margin-left: 40px;
}

.blog-details-content .comment-box .comment:last-child{
    margin-bottom: 0px;
    border-bottom: none;
}

.blog-details-content .comment-box .comment .thumb-box{
    position: absolute;
    left: 0px;
    top: 4px;
    width: 80px;
    height: 80px;
    border-radius: 5px;
}

.blog-details-content .comment-box .comment .thumb-box img{
    border-radius: 5px;
    width: 100%;
}

.blog-details-content .comment-box .comment .comment-info{
    position: relative;
    margin-bottom: 13px;
}

.blog-details-content .comment-box .comment .comment-info h4{
    font-size: 20px;
    font-weight: 700;
}

.blog-details-content .comment-box .comment .comment-info .post-date{
    position: absolute;
    right: 0px;
    bottom: -2px;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    color: #696b7e;
}

.blog-details-content .comment-box .comment p{
    margin-bottom: 17px;
}

.blog-details-content .comment-box .comment .reply-btn{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-details-content .comment-box .comment .reply-btn:hover{
    color: #252638;
}

.blog-details-content .comment-box .comment .reply-btn i{
    position: relative;
    top: 1px;
    margin-right: 10px;
    font-size: 18px;
}

.blog-details-content .comment-box{
    margin-bottom: 42px;
}

.blog-details-content .comments-form-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 22px 50px 50px 50px;
    border: 1px solid #e6e6ea;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}


.blog-sidebar .widget-title:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: 0px;
    top: 15px;
}


.blog-sidebar .widget-title:before {
    background: #d52629;
}

.blog-sidebar .widget-title:after {
    background: #d52629;
}

.search-popup .search-form fieldset input[type="submit"] {
    background: #d52629;
}


/***

====================================================================
                        Contact-Page
====================================================================

***/

/** contact-information **/

.contact-information{
    position: relative;
    padding: 110px 0px 140px 0px;
}

.contact-information .content_block_12 .content-box{
    margin-top: -7px;
}

.content_block_12 .content-box{
    position: relative;
    display: block;
}

.content_block_12 .content-box .sec-title{
    margin-bottom: 24px;
}

.content_block_12 .content-box .text{
    position: relative;
    display: block;
    margin-bottom: 32px;
}

.content_block_12 .content-box h4{
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    padding-left: 60px;
    margin-bottom: 12px;
    padding-top: 11px;
}

.content_block_12 .content-box .text h4 i{
    position: absolute;
    left: 0;
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
}

.content_block_12 .content-box .text p{
    margin-bottom: 15px;
}

.content_block_12 .content-box .text a {
    display: inline-block;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    line-height: 26px;
    color: #252638;
    font-weight: 700;
    text-transform: uppercase;
}

.content_block_12 .content-box .text a i {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
}

.content_block_12 .content-box .text a:hover{

}

.content_block_12 .content-box .social-box h4{
    padding: 0px;
    line-height: 16px;
    margin-bottom: 19px;
}

.content_block_12 .content-box .social-box{
    position: relative;
    padding-left: 23px;
}

.contact-information .image-box{
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.contact-information .image-box img{
    width: 100%;
    border-radius: 5px;
}

.contact-information .image-box::before {
    position: absolute;
    top: -30%;
    left: 0;
    width: 150%;
    height: 150%;
    background: rgba(255,255,255,.3);
    content: '';
    -webkit-transition: -webkit-transform .9s;
    transition: transform .9s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.contact-information .image-box:hover::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.content_block_13 .content-box{
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    padding: 16px 30px 22px 30px;
}

.content_block_13 .content-box .single-item{
    position: relative;
    display: block;
    padding: 24px 0px 20px 80px;
    border-bottom: 1px solid #e6e6ea;
    min-height: 164px;
}

.content_block_13 .content-box .single-item:last-child{
    border-bottom: none;
}

.content_block_13 .content-box .single-item .icon-box{
    position: absolute;
    left: 0px;
    top: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #e6e6ea;
    border-radius: 50%;
    font-size: 30px;
    z-index: 1;
    transition: all 500ms ease;
}

.content_block_13 .content-box .single-item:hover .icon-box{
    color: #ffffff;
}

.content_block_13 .content-box .single-item .icon-box:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transform: scale(0,0);
    z-index: -1;
    transition: all 500ms ease;
}

.content_block_13 .content-box .single-item:hover .icon-box:before{
    transform: scale(1,1);
}

.content_block_13 .content-box .single-item .info li{
    position: relative;
    display: block;
    margin-bottom: 9px;
}

.content_block_13 .content-box .single-item .info li:last-child{
    margin-bottom: 0px;
}

.content_block_13 .content-box .single-item .info li h5{
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 3px;
}

.content_block_13 .content-box .single-item .info li p{
    display: block;
    color: #696b7e;
}

.content_block_13 .content-box .single-item .info li a{
    display: inline-block;
    color: #696b7e;
}

.content_block_13 .content-box .single-item .info li a:hover{

}

.social-style-one li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.social-style-one li:last-child{
    margin: 0px !important;
}

.social-style-one li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
}

.social-style-one li:first-child a{

}

.social-style-one li:nth-child(2) a{

}

.social-style-one li:nth-child(3) a{

}

.social-style-one li:last-child a{

}

.social-style-one li:first-child a{
    background: #3b5998;
}

.social-style-one li:nth-child(2) a{
    background: #55acee;
}

.social-style-one li:nth-child(3) a{
    background: #dc4e41;
}

.social-style-one li:nth-child(4) a{
    background: #333;
}

.social-style-one li:last-child a{
    background: #3f729b;
}

.content_block_12 .content-box .social-box {
    border-left: 3px solid #d52629;
}

.content_block_12 .content-box .sec-title {
    margin-top: 0px;
}

.content_block_13 .content-box .single-item .icon-box:before {
    background: #000000;
}


.card-img-top {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 290px;
}
.card-img-top iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.social-links2 {
    position: relative;
    display: inline-block;
}

.social-links2 li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-right: 14px;
    color: #ffffff;
}

.social-links2 li:last-child{
    margin: 0 !important;
}

.social-links2 li a {
    display: inline-block;
    color: #000000;
}

.social-links2 li a:hover{
    color: #e2e2e2;
}